@charset "utf-8";

/*PC（751px以上）*/

@media screen and (min-width: 750px) {

    .pc {
        display: block;
    }

    .sp {
        display:none;
    }

    .column3-top {
        width: 100%;
    }

    .column3-top img {
        display: block;
        width: 70%;
        margin: 0 auto;
        padding-top: 70px;
    }

    .column3 {
        display: flex;
        width: 95%;
        margin: 0 auto;
        justify-content: space-between;
    }

    /* 岡本 */
    .column3-contents {
      width: 79%;
      padding: 10px;
      color: black;
      /* background-color: pink;
      height: 500px; */
  }

  /* topテキスト */

  .column3-text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
  }

  .column3-text:before,
  .column3-text:after {
      border-top: 2px solid black;
      content: "";
      width: 50px;
  }

  .column3-text:before {
      margin-right: 10px;
  }

  .column3-text:after {
      margin-left: 10px;
  }

  .column3-text-content {
      border: 5px dotted #99d0e6;
      padding: 16px;
      margin: 20px;
      font-size: 20px;
      line-height: 1.5;
  }

  .column3-title {
      background-color: #a2db61;
      color: white;
      font-size: 2vw;
      text-align: center;
      padding: 20px;
      font-weight: bold;
  }

  /*---------------
◆ ふきだし ◆
---------------*/

  /*全体の上下左右の余白*/
  .column3-fuki {
      margin: 20px 0;
  }

  /*テキスト回り込み解除*/
  .column3-fuki:after,
  .column3-fuki:before {
      clear: both;
      content: "";
      display: block;
  }

  /*アイコン画像の設定*/
  .column3-fuki figure {
      margin: 0;
      display: block;
  }

  .column3-fuki figure img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      margin: 0;
      vertical-align: middle;
      border: 1px solid #ccc;
  }

  /*アイコン画像の設定*/
  .column3-fuki-img-left {
      margin-left: 10px;
      margin-top: 1px;
      float: left;
  }

  .column3-fuki-img-right {
      margin-right: 10px;
      margin-top: 1px;
      float: right;
  }

  .column3-fuki-img-left,
  .column3-fuki-img-right {
      width: 90px;
      height: 90px;
  }

  /*アイコン画像の名前*/
  .column3-fuki-img-name {
      padding: 0;
      margin-top: 3px;
      font-size: 16px;
      line-height: 1.2em;
      font-weight: 400;
      text-align: center;
      display: block;
  }


  /*=== 会話風ふきだし ===*/
  .column3-chat-text-left,
  .column3-chat-text-right {
      position: relative;
      margin: 0 100px 16px;
      padding: 16px;
      box-shadow: 1px 1px 5px #aaaaaa90;
      border-radius: 10px;
      min-height: 80px;
      display: flex;
      align-items: center;
      line-height: 1.5;
  }

  .column3-chat-text-left p,
  .column3-chat-text-right p {
      margin: 0 !important;
      font-size: 18px;
  }

  /*左からのふきだし*/
  .column3-chat-text-left {
      background-color: #f9d7ed;
      border: 1px solid #e26ee6;
  }

  /*左からのふきだしの三角部分*/
  .column3-chat-text-left:after {
      position: absolute;
      top: 16px;
      left: -22px;
      content: '';
      border: 12px solid transparent;
      border-right: 12px solid #f9d7ed;
  }

  .column3-chat-text-left:before {
      position: absolute;
      top: 16px;
      left: -24px;
      content: '';
      border: 12px solid transparent;
      border-right: 12px solid #e26ee6;
  }

  /*右からのふきだし*/
  .column3-chat-text-right {
      background-color: #d0eff9;
      border: 1px solid #41d6e6;
  }

  /*左からのふきだしの三角部分*/
  .column3-chat-text-right:after {
      position: absolute;
      top: 16px;
      right: -22px;
      content: '';
      border: 12px solid transparent;
      border-left: 12px solid #d0eff9;
      /*③右ふきだし背景色*/
  }

  .column3-chat-text-right:before {
      position: absolute;
      top: 16px;
      right: -24px;
      content: '';
      border: 12px solid transparent;
      border-left: 12px solid #41d6e6;
  }

  .column3-while {
      margin: 0 auto;
      line-height: 1.5;
      font-size: 18px;
      padding-top: 30px;
  }

  /* ボタン */
  .column3-button a {
    background: #f95a49;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #1e1c1c;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #ec7367;
    z-index: 1;
    border-radius: 5px;
    font-size: 2vw;
  }

  .column3-button a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #b5dfef;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
  }

  .column3-button a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0, 0.40rem, -1rem);
    transform: translate3d(0, 0.40rem, -1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #41d6e6;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
  }

  .column3-button a i {
    position: absolute;
    right: 9px;
  }

  .column3-button a:hover {
    transform: translate3d(0, 0.2rem, -1rem);
  }

  .column3-button a:hover:after {
    transform: translate3d(0, 0.2rem, -1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
  }


    /* 片岡 */
    .column3-side {
        width: 20%;
        padding: 10px 0;
        background-color: #eeffff;        
    }

    .column3-side-top {
        width: 90%;
        margin: 0 auto;
    }

    .column3-side-top h3 {
        font-size: 1.7vw;
        text-align: center;
        color: #364e96;
        padding: 0.5em 0;
        border-top: solid 3px #364e96;
        border-bottom: solid 3px #364e96;
    }

    .column3-side-topimage {
        width: 70%;
        margin: 0 auto;
    }

    .column3-side-topcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column3-side-topcontents h4 {
        font-size: 1.8vw;
        text-align: center;
    }

    .column3-side-topcontents h4 span {
        font-size: 1.4vw;
    }

    .column3-side-topcontents p {
        font-size: 16px;
        line-height: 1.5;
    }

    .column3-side-secondimage {
        padding-top: 50px;
        border-top: solid 1px #ccc;
        width: 70%;
        margin: 0 auto;
    }

    .column3-side-secondcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column3-side-secondcontents h4 {
        font-size: 1.8vw;
        text-align: center;
    }

    .column3-side-secondcontents p {
        font-size: 16px;
        line-height: 1.5;
    }        

}
