@charset "UTF-8";


/* トップ画像 */
.contentsWrap_top {
    background: url(../img/research50/main_loupe_sp.svg) top center no-repeat, linear-gradient(180deg, #EFF9F7 0%, #EFF9F7 50%, #fff 50%, #fff 100%);
    background-size: 100%;
    height: calc(100vw / 360 * 400);
}

@media print,
screen and (min-width: 768px) {
    .contentsWrap_top {
        background: url(../img/research50/contentswrap_top_pc.png) bottom center no-repeat;
        background-size: 100%;
        height: 420px;
        position: relative;
    }

    .main_pc_catch_image {
        display: block;
        width: 680px;
        position: absolute;
        top: 343px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}


img {
    width: 100%;
    display: block;
}


/* --------------------------
    上書き
-------------------------- */
main {
    background-color: #EFF9F7;
}

body.cleaning_of_all #top {
    background-color: #EFF9F7;
}
@media print, screen and (min-width: 768px) {
    .main_part02 {
        padding: 0 74px;
    }
}
.font16{font-size: 1.6rem !important;}
.contentsWrap_inner {
    padding: 10px 0 1px;
}
@media print,
screen and (min-width: 768px) {
    .contentsWrap_inner {
        padding: 200px 16px 1px 0;
    }
}


@media print,
screen and (min-width: 768px) {
    .main_contents {
        background: #EFF9F7;
    }

    .clean_up_knowledge h2 span {
        margin-top: 0;
    }

    .clean_up_knowledge_top img.image_expert {
        top: 30px;
    }
    .clean_up_knowledge_top p {
        letter-spacing: -0.01em;
    }
    .clean_up_knowledge_point {
        padding: 0 40px 42px;
    }
}
.clean_up_knowledge_point h4.knowledge_answerTitle,
.clean_up_knowledge_point h4.knowledge_answerTitle_new-ver {
    letter-spacing: 0;
}
.clean_up_knowledge_point p {
    margin-bottom: 0;
}


.contBox_green {
    margin-top: 32px;
}
.contBox_green_title {
    margin: 0 auto 16px;
}
@media print, screen and (min-width: 768px) {
    .contBox_green {
        margin-top: 75px;
    }
    
}



/* --------------------------
    各画像の調整
-------------------------- */
.question01_img,
.question02_img,
.question03_img,
.question04_img,
.question05_img {
    width: calc(100vw / 360 * 300);
    margin: 30px auto 40px;
}
.question02_img {
    margin: 30px auto 10px;
}
.question03_img {
    margin: 30px auto 20px;
}
@media print, screen and (min-width: 768px) {
    .question01_img,
    .question02_img {
        width: 532px;
        margin: 40px auto 75px;
    }
    .question03_img {
        width: 604px;
        margin: 40px auto 75px;
    }
    .question04_img,
    .question05_img {
        width: 800px;
    }
}


/* ========================================
    アンケート調査概要　上書き
========================================= */
.questionnaire {
    margin: 40px auto;
}
.questionnaire ul li {
    text-indent: 0;
    padding-left: 0;
    display: inline;
}
.questionnaire ul li + li {
    margin-left: 5px;
}
.questionnaire ul li:nth-of-type(2n) {
    margin-left: 0;
}
@media print, screen and (min-width: 768px) {
    .questionnaire {
        margin-top: 40px;
    }    
    .questionnaire ul li + li {
        margin-left: 0;
    }
}


