@charset "utf-8";

/*PC（751px以上）*/

@media screen and (min-width: 750px) {

    .pc {
        display: block;
    }

    .sp {
        display:none;
    }

    .column1-top {
        width: 100%;
    }

    .column1-top img {
        display: block;
        width: 70%;
        margin: 0 auto;
        padding-top: 70px;        
    }

    .column1 {
        display: flex;
        width: 95%;
        margin: 0 auto;
        justify-content: space-between;
    }

    /* 岡本 */
    .column1-contents {
        width: 79%;
        /* background-color: pink; */
        /* height: 500px; */
        padding: 10px;
      }
    
      /* topテキスト */
    
      .column1-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
      }
    
      .column1-text:before,
      .column1-text:after {
        border-top: 2px solid black;
        content: "";
        width: 50px;
      }
    
      .column1-text:before {
        margin-right: 10px;
      }
    
      .column1-text:after {
        margin-left: 10px;
      }
    
      .column1-text-content {
        border: 5px dotted #a4c3b2;
        padding: 16px;
        margin: 20px;
        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: 16px;
        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: 16px;
        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-while {
        margin: 0 auto;
        line-height: 1.5;
        font-size: 18px;
        padding-top: 30px;
      }
    
      /* ボタン */
      .button-011 {
        text-align: center;
      }
    
      .button-011 div {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform: translateY(7px);
        width: 150px;
        margin: 0 auto;
        padding: .2em 0;
        border: 2px solid #ff0000;
        border-radius: 10px;
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
        background-color: #fff;
        color: #ff0000;
        font-size: .8em;
      }
    
      .button-011 div::before,
      .button-011 div::after {
        position: absolute;
        top: 100%;
        content: '';
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
      }
    
    
      .button-011 div::before {
        width: 16px;
        height: 8px;
        background-color: #ff0000;
      }
    
      .button-011 div::after {
        width: 12px;
        height: 6px;
        background-color: #fff;
      }
    
      .button-011 button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        margin: 0 auto;
        padding: 1em 2em;
        border: none;
        border-radius: 5px;
        background-color: #ff0000;
        color: #fff;
        font-weight: 600;
        font-size: 1em;
      }
    
      .button-011 button::after {
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        margin-left: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
      }
    
      .button-010 button:hover {
        background-color: #ef0000;
      }
    
      /* ボタン */
      .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: 2vw;
      }
    
      .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: 20%;
        padding: 10px 0;
        background-color: #eeffff;        
    }

    .column1-side-top {
        width: 90%;
        margin: 0 auto;
    }

    .column1-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;
    }

    .column1-side-topimage {
        width: 70%;
        margin: 0 auto;
    }

    .column1-side-topcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column1-side-topcontents h4 {
        font-size: 1.8vw;
        text-align: center;
    }

    .column1-side-topcontents h4 span {
        font-size: 1.4vw;
    }

    .column1-side-topcontents p {
        font-size: 16px;
        line-height: 1.5;
    }

    .column1-side-secondimage {
        padding-top: 50px;
        border-top: solid 1px #ccc;
        width: 70%;
        margin: 0 auto;
    }

    .column1-side-secondcontents {
        width: 95%;
        margin: 0 auto;
    }

    .column1-side-secondcontents h4 {
        font-size: 1.8vw;
        text-align: center;
    }

    .column1-side-secondcontents p {
        font-size: 16px;
        line-height: 1.5;
    }        





}
