@charset "utf-8";

/*SP（750px以下）*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display:block;
    }

    .column1-top {
        width: 100%;
    }

    .column1-top img {
        display: block;
        width: 100%;
        padding-top: 50px;        
    }

    .column1 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    /* 岡本 */
    .column1-contents {
        width: 100%;
        padding: 5px;
    }


  /* topテキスト */

  .column1-text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
  }

  .column1-text:before,
  .column1-text:after {
      border-top: 2px solid black;
      content: "";
      width: 20px;
  }

  .column1-text:before {
      margin-right: 10px;
  }

  .column1-text:after {
      margin-left: 10px;
  }

  .column1-text-content {
      border: 5px dotted #a4c3b2;
      padding: 10px;
      margin: 5px;
      font-size: 20px;
      line-height: 1.5;
  }

  .column1-title {
      background-color: #a2db61;
      color: white;
      font-size: 2vw;
      text-align: center;
      padding: 20px;
      font-weight: bold;
  }

    /*---------------
 ◆ ふきだし ◆
---------------*/

    /*=== 共通設定 ===*/

    /*全体の上下左右の余白*/
    .column1-fuki {
        margin: 20px 0;
    }

    /*テキスト回り込み解除*/
    .column1-fuki:after,
    .column1-fuki:before {
        clear: both;
        content: "";
        display: block;
    }

    /*アイコン画像の設定*/
    .column1-fuki figure {
        margin: 0;
        display: block;
    }

    .column1-fuki figure img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        margin: 0;
        vertical-align: middle;
        border: 1px solid #ccc;
    }

    /*アイコン画像の設定*/
    .column1-fuki-img-left {
        margin-left: 10px;
        margin-top: 1px;
        float: left;
    }

    .column1-fuki-img-right {
        margin-right: 10px;
        margin-top: 1px;
        float: right;
    }

    .column1-fuki-img-left,
    .column1-fuki-img-right {
        width: 90px;
        height: 90px;
    }

    /*アイコン画像の名前*/
    .column1-fuki-img-name {
        padding: 0;
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.2em;
        font-weight: 400;
        text-align: center;
        display: block;
    }

    /*=== 会話風ふきだし ===*/
    .column1-chat-text-left,
    .column1-chat-text-right {
        position: relative;
        margin: 0 100px 16px;
        padding: 10px;
        box-shadow: 1px 1px 5px #aaaaaa90;
        border-radius: 10px;
        min-height: 80px;
        display: flex;
        align-items: center;
        line-height: 1.5;
    }

    .column1-chat-text-left p,
    .column1-chat-text-right p {
        margin: 0 !important;
        font-size: 18px;
    }

    /*左からのふきだし*/
    .column1-chat-text-left {
        background-color: #d3f3bf;
        border: 1px solid #a2db61;
    }

    /*左からのふきだしの三角部分*/
    .column1-chat-text-left:after {
        position: absolute;
        top: 16px;
        left: -22px;
        content: '';
        border: 12px solid transparent;
        border-right: 12px solid #d3f3bf;
    }

    .column1-chat-text-left:before {
        position: absolute;
        top: 16px;
        left: -24px;
        content: '';
        border: 12px solid transparent;
        border-right: 12px solid #a2db61;
    }

    /*右からのふきだし*/
    .column1-chat-text-right {
        background-color: #fffdc3;
        border: 1px solid #e8e834;
    }

    /*左からのふきだしの三角部分*/
    .column1-chat-text-right:after {
        position: absolute;
        top: 16px;
        right: -22px;
        content: '';
        border: 12px solid transparent;
        border-left: 12px solid #fffdc3;
    }

    .column1-chat-text-right:before {
        position: absolute;
        top: 16px;
        right: -24px;
        content: '';
        border: 12px solid transparent;
        border-left: 12px solid #e8e834;
    }

    /*スマホ表示の時は横幅いっぱいに広げる*/
    .column1-chat-text-left {
        margin-left: 90px;
        margin-right: 0;
    }

    .column1-chat-text-right {
        margin-left: 0;
        margin-right: 90px;
    }

    /*スマホ表示の時はふきだし画像サイズを小さくする*/
    .column1-fuki-img-left,
    .column1-fuki-img-right {
        width: 80px;
        height: 80px;
    }

   .column1-while{
    font-size: 18px;
    line-height: 1.5;
   }

  /* ボタン */
  .column1-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: 20px;
      width: 85%;
  }

  .column1-button a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: #ffa36b;
      z-index: -1;
      border: 2px solid #000;
      border-radius: 5px;
  }

  .column1-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: #f0622b;
      -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;
  }

  .column1-button a i {
      position: absolute;
      right: 9px;
  }

  .column1-button a:hover {
      transform: translate3d(0, 0.2rem, -1rem);
  }

  .column1-button a:hover:after {
      transform: translate3d(0, 0.2rem, -1rem);
      box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
  }


    /* 片岡 */
    .column1-side {
        width: 100%;
        background-color: #eeffff;
        padding: 10px 0;
    }

    .column1-side-top {
        width: 98%;
        margin: 0 auto;
    }

    .column1-side-top h3 {
        font-size: 5vw;
        text-align: center;
        color: #364e96;
        padding: 0.5em 0;
        border-top: solid 3px #364e96;
        border-bottom: solid 3px #364e96;
    }

    .column1-side-topimage {
        width: 40%;
        margin: 0 auto;
    }

    .column1-side-topcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column1-side-topcontents h4 {
        font-size: 4.5vw;
        text-align: center;
    }

    .column1-side-topcontents h4 span {
        font-size: 4.2vw;
    }

    .column1-side-topcontents p {
        font-size: 14px;
        line-height: 1.3;
    }

    .column1-side-secondimage {
        padding-top: 30px;
        border-top: solid 1px #ccc;
        width: 40%;
        margin: 0 auto;
    }

    .column1-side-secondcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column1-side-secondcontents h4 {
        font-size: 4.5vw;
        text-align: center;
    }

    .column1-side-secondcontents p {
        font-size: 14px;
        line-height: 1.3;
    }    

}