@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

header.fv {
    background: #fffced;
    padding: 30px 0;
}

.fv_btn {
    background: #fffced;
    padding: 20px 0 20px;
}

.fv_btn h2 {
    width: 80%;
    margin: 0 auto 15px;
}

.fv_btn .btn {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}


/******************************************************************************
*
* [共通]ニュース
*
******************************************************************************/

#news {
    background: repeating-linear-gradient(-45deg, #F8F8F8, #F8F8F8 3px, #F3F3F2 0, #F3F3F2 17px);
}

#news .more {
    text-align: center;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 60px;
    color: #333;
}

#news .box {
    padding: 50px;
    background: #fe8050;
    position: relative;
}

#news .box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

#news .box h2 {
    width: 90%;
    margin: 0 auto 30px;
}

#news .box figcaption {
    color: #fff;
}

/*解説*/

#news .box dl.kaisetsu {
    background: #ededed;
    padding: 20px;
    margin-top: 40px;
}

#news .box dl.kaisetsu dt {
    text-align: center;
    margin-bottom: 20px;
}

#news .box dl.kaisetsu dt span {
    background: #003e70;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 50px;
}


/******************************************************************************
*
* [共通]詳細
*
******************************************************************************/

/*---------------------
* タイトル1
---------------------*/

#about_title1 {
    background: #005ca0;
    padding: 40px 0;
}

#about_title1 h2.lead {
    width: 70%;
    margin: auto;
}

/*---------------------
* 調査
---------------------*/

#report {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#report::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 30px solid #005ca0;
    border-bottom: 0;
}

#report h2.lead {
    width: 85%;
    margin: 0 auto 50px;
}

#report .percent {
    width: 66%;
    margin: 0 auto 50px;
}

/*---------------------
* タイトル2
---------------------*/

#about_title2 {
    background: #2a3064;
    padding: 40px 0 0
}


/*---------------------
* 意見
---------------------*/

#opinion {
    background: #ced1e0;
    padding-top: 0;
}

#opinion h2.lead {
    width: 70%;
    margin: 60px auto 25px;
}

#opinion .list {
    width: 92%;
    margin: auto;
}


/*---------------------
* 解決
---------------------*/

#solution .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#solution .box .lc {
    width: 40%;
}

#solution .box .lc img {
    border-radius: 15px;
}

#solution .box .rc {
    width: 55%;
}

#solution .box .rc h2 {
    width: 85%;
    margin-bottom: 40px;
}

#solution .box .rc p {
    padding-left: 27px;
}

/*---------------------
* 問題
---------------------*/

#trouble {
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    padding-top: 40px;
    position: relative;
}

#trouble .wrap {
    width: 92%;
    max-width: 1100px;
}

#trouble .bg_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/******************************************************************************
*
* [共通]CTA1
*
******************************************************************************/

#cta {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center bottom;
}

#cta h2.lead {
    width: 85%;
    margin: 0 auto 50px;
}

#cta .btn_area .txt {
    width: 65%;
    margin: 0 auto 10px;
}

#cta .btn_area .arrow {
    width: 350px;
    margin: 0 auto 50px;
}

#cta .btn_area .btn {
    width: 85%;
    margin: auto;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}

#cta .btn_area aside {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}


/******************************************************************************
*
* [共通]特典
*
******************************************************************************/

#gift {
    background-image: url(../images/bg4.jpg);
    background-size: 100%;
    position: relative;
}

#gift .r {
    width: 280px;
    position: absolute;
}

#gift .r.r1 {
    top: 0;
    left: 0;
}

#gift .r.r2 {
    bottom: 0;
    right: 0;
}

#gift h2.lead {
    width: 80%;
    max-width: 540px;
    margin: 0 auto 40px;
}

/*---------------------
* リスト
---------------------*/

#gift .list {
    width: 85%;
    margin: auto;
}

#gift .list dl {
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    padding: 50px 70px;
    position: relative;
    margin-bottom: 60px;
}

#gift .list dl:last-child {
    margin-bottom: 0;
}

#gift .list dl::before {
    content: "";
    display: block;
    width: 98%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 98%;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border: solid 2px #d8c18e;
}

#gift .list dl dt {
    margin-bottom: 15px;
}

#gift .list dl dd .title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #8d5024;
}

#gift .list dl dd .title .sub {
    font-size: 22px;
    font-weight: bold;
}

#gift .list dl dd .title h3 {
    font-size: 32px;
    font-weight: 900;
}

#gift .list dl dd p {
    line-height: 1.8;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
}


/******************************************************************************
*
* [共通]声
*
******************************************************************************/

#voice {
    background: #fff8dc;
}

#voice h2.lead {
    width: 90%;
    margin: 0 auto 50px;
}

#voice .list figure:nth-child(n+2) {
    margin-top: 40px;
}

#voice .list figure figcaption {
    text-align: left;
    margin-top: 2px;
    padding-left: 1em;
}

/*---------------------
* エビデンス
---------------------*/

#ebi {
    background-image: url(../images/bg7.jpg);
    background-size: 100%;
}

#ebi h2.lead {
    width: 80%;
    max-width: 420px;
    margin: 0 auto 40px;
}

#ebi .photo {
    width: 80%;
    margin: 0 auto 40px;
}

#ebi .ebi {
    width: 75%;
    max-width: 525px;
    margin: auto;
}

/******************************************************************************
*
* [共通]注意
*
******************************************************************************/

#attention {
    background: #2a3064;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 245, 1) 4.23%, rgba(181, 183, 201, 1) 23.52%, rgba(131, 135, 165, 1) 42.09%, rgba(93, 97, 137, 1) 59.48%, rgba(65, 70, 117, 1) 75.41%, rgba(48, 54, 104, 1) 89.37%, rgba(42, 48, 100, 1) 100%);
    padding: 40px 0;
}

#attention h2.lead {
    width: 80%;
    margin: 0 auto 30px;
}

#attention .box {
    background: #fff;
    background-image: url(../images/bg6.png);
    background-size: 100%;
    padding: 40px 40px 60px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#attention .box p {
    font-size: 20px;
}

#attention .box p img {
    width: 320px;
}

#attention .box .list {
    margin: 50px 0;
}

#attention .box .txt {
    width: 80%;
    margin: 50px auto 0;
}


/******************************************************************************
*
* [共通]CTA2
*
******************************************************************************/

#cta2 {
    background: #00aa77;
    padding-top: 0;
}

#cta2 .txt {
    width: 80%;
    margin: 70px auto 50px;
}

#cta2 .box {
    width: 85%;
    background: #fff;
    margin: auto;
    padding: 60px;
    border-radius: 12px;
}

#cta2 .box .btn {
    width: 90%;
    margin: 30px auto 40px;
}

#cta2 .box .btn a {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}

#cta2 .box .btn aside {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    header.fv {
        padding: 30px 0 20px;
    }

    header.fv .wrap {
        width: 100%;
    }

    header.fv h1 {
        width: 100%;
        margin: auto;
    }

    .fv_btn {
        padding: 0px 0 25px;
    }

    .fv_btn h2 {
        width: 100%;
        margin: 0 auto 10px;
    }

    /*---------------------
    * [共通]ニュース
    ---------------------*/

    #news .more {
        font-size: 42px;
        margin-bottom: 30px;
    }

    #news .box {
        padding: 20px 15px 20px;
        position: relative;
    }

    #news .box .icon {
        width: 65px;
    }

    #news .box h2 {
        width: 75%;
        margin: 0 auto 20px;
    }

    /*解説*/

    #news .box dl.kaisetsu {
        padding: 15px;
        margin-top: 30px;
    }

    #news .box dl.kaisetsu dt {
        margin-bottom: 15px;
    }

    #news .box dl.kaisetsu dt span {
        font-size: 14px;
        padding: 3px 14px 4px;
    }

    #news .box dl.kaisetsu dd {
        font-size: 13px;
        line-height: 1.5;
    }

    /*---------------------
    * [共通]詳細
    ---------------------*/

    /*タイトル1*/

    #about_title1 {
        padding: 25px 0 30px;
    }

    #about_title1 h2.lead {
        width: 85%;
    }

    /*調査*/

    #report {
        background-image: url(../images/bg2.jpg);
        padding-top: 50px;
    }

    #report::before {
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 20px solid #005ca0;
    }

    #report h2.lead {
        width: 75%;
        margin: 0 auto 25px;
    }

    #report .percent {
        width: 75%;
        margin: 0 auto 30px;
    }

    /*タイトル2*/

    #about_title2 {
        padding: 30px 0 10px
    }

    /*意見*/

    #opinion h2.lead {
        width: 70%;
        margin: 30px auto 15px;
    }

    #opinion .list {
        width: 98%;
    }

    /*解決*/

    #solution {
        padding-top: 0;
    }

    #solution .box {
        display: block;
    }

    #solution .box .rc {
        width: 100%;
        margin-top: 30px;
    }

    #solution .box .rc h2 {
        width: 85%;
        margin: auto;
        margin-bottom: 30px;
    }

    #solution .box .rc p {
        padding-left: 0;
        padding: 0 1em;
    }

    /*問題*/

    #trouble {
        padding-top: 30px;
    }

    /*---------------------
    * [共通]CTA
    ---------------------*/

    #cta h2.lead {
        width: 90%;
        margin: 0 auto 30px;
    }

    #cta .btn_area .arrow {
        width: 200px;
        margin: 0 auto 20px;
    }

    #cta .btn_area .txt {
        width: 80%;
        margin: 0 auto 10px;
    }

    #cta .btn_area .btn {
        width: 100%;
    }

    #cta .btn_area aside {
        font-size: 10px;
        margin-top: -2px;
    }

    /*---------------------
    * [共通]特典
    ---------------------*/

    #gift {
        background-size: 150%;
        padding-bottom: 80px;
    }

    #gift .r {
        width: 100px;
    }

    #gift h2.lead {
        width: 70%;
        margin: 0 auto 20px;
    }

    /*リスト*/

    #gift .list {
        width: 100%;
    }

    #gift .list dl {
        padding: 30px 18px;
        margin-bottom: 40px;
    }

    #gift .list dl::before {
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px);
        height: -webkit-calc(100% - 14px);
        height: calc(100% - 14px);
        border-width: 1px;
    }

    #gift .list dl dt {
        margin-bottom: 10px;
    }

    #gift .list dl dd .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #gift .list dl dd .title .sub {
        font-size: 14px;
    }

    #gift .list dl dd .title h3 {
        font-size: 20px;
    }

    #gift .list dl dd p {
        padding: 10px
    }

    /*---------------------
    * [共通]声
    ---------------------*/

    #voice h2.lead {
        width: 95%;
        margin: 0 auto 30px;
    }

    #voice .list figure:nth-child(n+2) {
        margin-top: 40px;
    }

    #voice .list figure figcaption {
        font-size: 9px;
        padding-left: 0;
        text-align: center;
    }

    /*エビデンス*/

    #ebi {
        background-size: 200%;
    }

    #ebi h2.lead {
        width: 70%;
        margin: 0 auto 20px;
    }

    #ebi .photo {
        width: 100%;
        margin: 0 calc(50% - 50vw) 20px;
        width: 100vw;
    }

    #ebi .ebi {
        width: 95%;
    }

    /*---------------------
    * [共通]注意
    ---------------------*/

    #attention {
        padding: 20px 0 60px;
    }

    #attention h2.lead {
        width: 70%;
        margin: 0 auto 20px;
    }

    #attention .box {
        padding: 20px 15px 40px;
        border-radius: 8px;
    }

    #attention .box p {
        font-size: 16px;
    }

    #attention .box p img {
        width: 240px;
    }

    #attention .box .list {
        margin: 30px 0;
    }

    #attention .box .txt {
        width: 90%;
        margin: 30px auto 0;
    }

    /*---------------------
    * [共通]CTA2
    ---------------------*/

    #cta2 .txt {
        width: 90%;
        margin: 50px auto 15px;
    }

    #cta2 .box {
        width: 100%;
        padding: 30px 20px;
        border-radius: 8px;
    }

    #cta2 .box .btn {
        width: 100%;
        margin: 15px auto 20px;
    }

    #cta2 .box .btn a {
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
        transform: translateZ(0);
    }

    #cta2 .box .btn aside {
        font-size: 8px;
        margin-top: -1px;
    }


}
