@charset "UTF-8";


@media screen and (max-width: 769px) {
    .img-right{
        float: right;
        margin: 0 0 10px 10px;
    }
    .img-right img{
        max-width: 120px;
    }

    .img-center{
        text-align: center;
        padding-bottom: 10px;
    }
    .img-center img{
        max-width: 120px;
    }

    .forPC{
        display: none;
    }
    header{
        overflow: hidden;
    }
    header h1 img{
        width: 180%;
        margin-left: -40%;
    }
    .top-video {
        position: relative;
        width: 80%;
        padding-top: 56.25%;
        margin: 0 auto;
    }
    .youtube {
        position: relative;
        padding-top: 56.25%;
    }
    .top-video iframe,
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    main{
        background: url(../images/back-main.gif) repeat-x top center;
    }
    #container{
        margin: 0 auto;
        background: url(../images/background-outline.gif) repeat-y top center;
        background-size: contain;
    }

    .contentlist {
        padding: 30px 30px 0px 30px;
    }

    .inner{
        padding: 4% 6%;
    }
    .box-gray{
        border: 5px solid #ccc;
        border-radius: 14px;
    }
    .text{
        padding: 4%;
    }

    ul.list-strong{
        border-radius: 14px;
        border: 5px solid #AC3535;
        background-color: #ffffcc;
        padding: 6% 4%;
    }
    ul.list-strong li{
        background: url(../images/icon-check.gif) no-repeat left top;
    }
    ul.list-strong li p{
        color: #BD0000;
        font-weight: bold;
        padding-left: 30px;
        font-size: 1.6rem;
    }

    .box-voice{
        border: 5px solid #47D3FF;
        border-radius: 14px;
        padding: 4%;
        margin-bottom: 4%;
        background: #EBFCFF;
    }
    .box-voice table{
        border-collapse:  collapse;
        width: 100%;
        margin-bottom: 20px;
        font-size: 1.2rem
    }
    .box-voice table th{
        width: 100%;
        display: block;
        background: #f3f3f3;
        border: solid 1px #aaa;
        padding: 10px;
        text-align: left;
    }
    .box-voice table td{
        display: block;
        background: #fff;
        border: solid 1px #aaa;
        padding: 10px;
        border-top: none;
    }

    .box-profile{
        border-radius: 14px;
        padding: 4%;
        border: 2px solid #999;
    }

    ul.list-simple{
        border-radius: 14px;
        border: 2px solid #999;
        padding: 6% 4%;
    }
    ul.list-simple li{
        background: url(../images/icon-check2.gif) no-repeat left 4px;
    }
    ul.list-simple li p{
        color: #BD0000;
        font-weight: bold;
        padding-left: 30px;
        font-size: 1.6rem;
    }

    #benefit h3{
        background: url(../images/back-benefit.png) no-repeat top center;
        text-align: center;
        color: #fff;
        padding: 4px 40px 15px;
        font-weight: bold;
        font-size: 3vw;
        text-shadow: 1px 1px 1px #000;
        background-size: contain;
    }

    /*
    　クロージング
    */
    .box-blue{
        background: #e1f7f4;
        border: solid 1px #66ccff;
        padding: 10px;
        margin: 30px 0;
        text-align: left;
    }
    .box-blue p{
        color: #333;
        font-size: 12px;
        margin-bottom: 0;
    }

    .attention {
        margin: 0 auto;
        padding: 30px 0;
        text-align: left;
    }

    .attention dt {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        border-bottom: 1px dotted #333;
        border-left: 3px solid #900;
    }

    .attention dd {
        margin-bottom: 30px;
    }

    .ifrm-container {
        width: 100%;
        height: 100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: inline-block;
        border: solid 1px #bbb;
    }

    .ifrm-container iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
        background: #fff;
    }

    .consulting {
        background: #ff9300;
        border: solid 1px #ff9300;
    }
    .consulting .operator {
        padding: 10px 0;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        color: #fff;
        background: #000;
    }

    /*
    コンテンツ
    */
    .contents-list{
        border: 2px solid #F8D76B;
    }
    #contents h3{
        background: url(../images/back-contents.png) no-repeat top center;
        text-align: center;
        color: #000;
        padding: 2%;
        font-weight: bold;
        font-size: 3vw;
    }
    /*
    特典
    */
    #bonus{
        width: 96%;
        margin: 0 auto;
    }
    #bonus h3{
        margin-top: 5%;
    }
    #bonus .text{
        background: url(../images/back-bonus-text.png) repeat-y top center;
        background-size: contain;
    }
    #bonus .text .in{
        background: #fff;
        border: 2px dotted #6F0202;
        padding: 4%;
        margin: 0 4%;
    }
    
    /*
    FAQ
    */

    #faq dt {
        padding: 20px;
        background: #F5E289;
    }
    #faq dt p{
        font-size: 18px;
        font-size: 1.8rem;
        color: #531B0B;
        line-height: 160%;
        font-weight: bold;
    }

    #faq dd {
        padding: 20px;
        background: #FDF8DF;
        border: 2px solid #F5E289;
    }

    /*
    追伸
    */
    .box-add{
        border: solid 5px #BDBCBB;
        border-top: none;
        background: url(../images/name-fx-jin.jpg) no-repeat right bottom;
        padding-bottom: 80px;
    }
    .cross-logo{
        text-align: right;
    }
    .cross-logo img{
        display: inline-block;
        width: 300px;
    }


    #footer .inner{
        padding: 0;
    }
}
@media screen and (min-width: 769px) {
    main{
        background: url(../images/back-main.gif) repeat-x top center fixed;
    }
    #container{
        background: url(../images/background-outline.gif) repeat-y top center;
        max-width: 800px;
        margin: 0 auto;   
    }
    h2{
        max-width: 800px;
        margin: 0 auto;  
    }
    .inner{
        padding: 30px 50px;
    }
    .img-right{
        float: right;
        margin: 0 0 20px 20px;
    }
    .img-right img{
        max-width: 200px;
        border: solid 1px #bbb;
    }

    .img-center{
        float: right;
        margin: 0 0 10px 10px;
    }
    .img-center img{
        max-width: 120px;
    }

    .top-video{
        margin: 0 auto;
        text-align: center;
    }
    .youtube{
        margin: 0 auto;
        text-align: center;
    }
    
    .box-gray{
        border: 5px solid #ccc;
        border-radius: 14px;
    }
    .text{
        padding: 40px;
    }

    ul.list-strong{
        border-radius: 14px;
        border: 10px solid #AC3535;
        background-color: #ffffcc;
        padding: 40px 20px;
    }
    ul.list-strong li{
        background: url(../images/icon-check.gif) no-repeat left top;
    }
    ul.list-strong li p{
        color: #BD0000;
        font-weight: bold;
        padding-left: 30px;
        font-size: 1.6rem;
    }

    .box-voice{
        border: 5px solid #47D3FF;
        border-radius: 14px;
        padding: 30px;
        margin-bottom: 40px;
        background: #EBFCFF;
    }
    .box-voice table{
        border-collapse:  collapse;
        width: 400px;
        margin-bottom: 20px;
        font-size: 1.2rem
    }
    .box-voice table th{
        width: 40%;
        background: #f3f3f3;
        border: solid 1px #aaa;
        padding: 10px;
        text-align: left;
    }
    .box-voice table td{
        background: #fff;
        border: solid 1px #aaa;
        padding: 10px;
    }

    .box-profile{
        border-radius: 14px;
        padding: 30px;
        border: 2px solid #999;
    }

    ul.list-simple{
        border-radius: 14px;
        border: 2px solid #999;
        padding: 40px 20px;
    }
    ul.list-simple li{
        background: url(../images/icon-check2.gif) no-repeat left 4px;
    }
    ul.list-simple li p{
        color: #BD0000;
        font-weight: bold;
        padding-left: 30px;
        font-size: 1.6rem;
    }

    #benefit h3{
        background: url(../images/back-benefit.png) no-repeat top center;
        text-align: center;
        color: #fff;
        padding: 15px 80px 30px;
        font-weight: bold;
        font-size: 2rem;
        text-shadow: 1px 1px 1px #000;
    }

    /*
    　クロージング
    */
    .box-blue{
        background: #e1f7f4;
        border: solid 1px #66ccff;
        padding: 10px;
        margin: 30px 0;
        text-align: left;
    }
    .box-blue p{
        color: #333;
        font-size: 12px;
        margin-bottom: 0;
    }

    .attention {
        margin: 0 auto;
        padding: 30px 0;
        text-align: left;
    }

    .attention dt {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        border-bottom: 1px dotted #333;
        border-left: 3px solid #900;
    }

    .attention dd {
        margin-bottom: 30px;
    }

    .ifrm-container {
        width: 100%;
        height: 100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: inline-block;
        border: solid 1px #bbb;
    }

    .ifrm-container iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
        background: #fff;
    }

    .consulting {
        background: #ff9300;
        border: solid 1px #ff9300;
    }
    .consulting .operator {
        padding: 10px 0;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        color: #fff;
        background: #000;
    }

    /*
    コンテンツ
    */
    .contents-list{
        border: 2px solid #F8D76B;
    }
    #contents h3{
        background: url(../images/back-contents.png) no-repeat top center;
        text-align: center;
        color: #000;
        padding: 12px 20px 15px;
        font-weight: bold;
        font-size: 1.8rem;
    }
    #contents img{
        max-width: 360px;
    }

    .contentlist {
        padding: 30px 50px 0px 50px;
    }
    /*
    特典
    */
    #bonus .text{
        background: url(../images/back-bonus-text.png) repeat-y top center;
    }
    #bonus .text .in{
        background: #fff;
        border: 2px dotted #6F0202;
        padding: 20px;
        margin: 0 40px;
    }
    #bonus h3{
        margin: 40px auto 0;
        width: 95%;
    }

    /*
    アンケートの声
    */
    .box-enquete{
        background: #F3F6FC;
        padding: 40px;
        margin-bottom: 40px;
        border: solid 1px #e4e4e4;
    }
    .box-enquete p:first-child{
        color: #fda359;
        vertical-align: bottom;
    }
    .box-enquete p:first-child::before{
        font-family: "font awesome 5 free";/*種類*/
        margin-right: 5px;/*外側　右余白*/
        font-size: 1.7em;/*文字の大きさ*/
        content: "\f599";/*アイコンの種類*/
        font-weight: 900;
        color: #fda359;
    }
    
      

    /*
    FAQ
    */

    #faq dt {
        padding: 20px;
        background: #F5E289;
    }
    #faq dt p{
        font-size: 18px;
        font-size: 1.8rem;
        color: #531B0B;
        line-height: 160%;
        font-weight: bold;
    }

    #faq dd {
        padding: 20px;
        background: #FDF8DF;
        border: 2px solid #F5E289;
    }

    /*
    追伸
    */
    .box-add{
        border: solid 5px #BDBCBB;
        border-top: none;
        background: url(../images/name-fx-jin.jpg) no-repeat right bottom;
        padding-bottom: 80px;
    }
    .cross-logo{
        text-align: right;
    }
    .cross-logo img{
        display: inline-block;
        width: 300px;
    }


    #footer .inner{
        padding: 0;
    }

    .btn-green2 a {
        margin: 0 auto;
        padding: 10px 20px 20px;
        display: block;
        background-color: #1ca800;
        background-size: 100%;
        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
        width: 90%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 4.2rem;
        box-shadow: 0 12px 0 #176802;
        line-height: 100%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        transition: all .3s ease;
        cursor: pointer;
    }

    .btn-red a {
        margin: 0 auto;
        padding: 10px 20px 20px;
        display: block;
        background-color: #f33;
        background-size: 100%;
        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
        width: 90%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 4.2rem;
        box-shadow: 0 12px 0 #7f1c1c;
        line-height: 100%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        transition: all .3s ease;
        cursor: pointer;
    }

    .product-caution {
        margin: 0 auto 5%;
        padding: 3%;
        width: 50%;
        min-width: 600px;
        text-align: center;
        background: #B9B9B9;
    }

    .attention {
        margin: 0 auto 5%;
        padding: 3%;
        width: 50%;
        min-width: 600px;
        text-align: left;
        background: #fff;
        border: 1px dotted #333;
    }

    .atteniton p {
        font-size: 1.3rem;
    }

}