@charset "UTF-8";


/* トップ画像 */
.contentsWrap_top {
    background: url(../img/2506_odors/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 * 360);
}

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

    .main_pc_catch_image {
        display: block;
        width: 460px;
        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: 220px 16px 1px 0;
    }
}
ul.downArrowList {
    margin-bottom: 0;
}
.downArrowList_note {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 12px auto 20px;
}
@media print, screen and (min-width: 768px) {
    .downArrowList_note {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        padding-left: 40px;
    }
}

#top p {
    text-align: center;
}
ul.downArrowList li a {
    letter-spacing: -0.01em;
}

@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;
    }
}

.main_part02 .questionTitle {
    letter-spacing: -0.01em;
}
.main_part02 p {
    letter-spacing: -0.01em;
    line-height: 180%;
}
.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;
}


/* --------------------------
    各画像の調整
-------------------------- */
.question01_img,
.question02_img,
.question03_img {
    margin: 0 auto 30px;
}
@media print, screen and (min-width: 768px) {
    .question01_img,
    .question02_img,
    .question03_img,
    .question04_img {
        width: 700px;
        margin: 0 auto 60px;
    }
}


/* ========================================
    アンケート調査概要　上書き
========================================= */
.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;
    }
}



/* --------------------------
    各画像の調整
-------------------------- */
.vol43_imgflex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
    .vol43_imgflex {
        display: grid;
        grid-template-columns: 342px 342px;
        gap: 50px;
        padding: 0 41px;
        margin-bottom: 60px;
    }
}

