@charset "UTF-8";

/*************************************************************
 *	N-NOSE top_2.css
 ************************************************************/

/* --------------------------------------------------
		「早期発見の声」と「N-NOSEアンバサダー」
-------------------------------------------------- */
.merit-detail__button--link-voice {
    width: 520px;
}
@media screen and (max-width: 767px) {
    .merit-detail__button--link {
        width: 95%;
    }
}
/* --------------------------------------------------
		アコーデオンJS 基本スタイル
-------------------------------------------------- */
.accordionWrap > dt {
    cursor: pointer;
    position: relative;
}
.accordionWrap > dt:before {
    content: "";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    background-image: url("../img/top/icon-plus-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
}
.accordionWrap.open > dt:before {
    background-image: url("../img/top/icon-minus-black.svg");
}
.accordionWrap > dd {
    display: none;
}
/*ボタン*/
.accordionWrap > dt.aco-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: min(3em, 18px);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #00a3e0;
    border-radius: 60px;
    padding: 12px 2em;
    margin: 1em auto;
    background-image: none;
    line-height: normal;
}
.accordionWrap > dt.aco-button:before {
    background-image: url("../img/top/icon-plus-white.svg");
}
.accordionWrap.open > dt.aco-button:before {
    background-image: url("../img/top/icon-minus-white.svg");
}
@media screen and (max-width: 767px) {
    .accordionWrap > dt.aco-button {
        font-size: min(1em, 18px);
    }
}
/* --------------------------------------------------
		「検査の受け方：尿の提出」.howtotest-new
-------------------------------------------------- */
.howtotest-new .service03--image1 {
    margin: 0 auto 1em auto;
}
.howtotest-new .img-atn {
    text-align: right;
    margin-bottom: 1em;
    line-height: normal;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .howtotest-new .img-atn {
        text-align: left;
    }
}
.howtotest-new__unit__title {
    color: #00a3e0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
} 
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title {
        font-size: 2.5rem;
    }
}
.howtotest-new__unit__title > span {
    position: relative;
    display: inline-block;
    padding: 0 32px;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span {
        padding: 0 1.9556714472%;
    }
}
.howtotest-new__unit__title > span::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #00a3e0;
    bottom: 2px;
    right: -8px;
    rotate: 20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::after {
        width: 2px;
        height: 24px;
        right: -10px;
    }
}
.howtotest-new__unit__title > span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #00a3e0;
    bottom: 2px;
    left: -8px;
    rotate: -20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::before {
        width: 2px;
        height: 24px;
        left: -10px;
    }
}
/* --------------------------------------------------
		「検査の受け方：受検後のサポート」
-------------------------------------------------- */
.howtotest-support {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px;
    width: 100%;
    max-width: 1126px;
    margin: 0 auto 60px auto;
    text-align: center;
    line-height: 1.8;
}
.howtotest-support .txt-s {
    display: block;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 65%;
}
.howtotest-support__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00a3e0;
    margin-bottom: 1em;
}
.howtotest-support__sub {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 60px;
    padding-bottom: 35px;
    border-bottom: 2px dashed #ccc;
}
.howtotest-support__info {
    display: flex;
}
.howtotest-support__info dl {
    width: 100%;
    text-align: center;
    position: relative;
    /*margin-bottom: 2em;*/
}
/*.howtotest-support__info dl:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    border-right: 2px dashed #ccc;
    top: 0;
    right: 0;
}*/
.howtotest-support__info dt {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1em;
}
.howtotest-support__info dd {
    font-size: 2.4rem;
}
.howtotest-support__info dd a {
    display: block;
    color: #00a3e0;
}
.howtotest-support__info dd a:hover {
    text-decoration: underline;
}
.howtotest-support__txt {
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .howtotest-support {
        border-radius: 1.8774445893rem;
        padding: 7.8% 2.6%;
        overflow-y: hidden;
    }
    .howtotest-support .txt-s {
      font-size: 75%;
    }
    .howtotest-support__title {
        font-size: 3.25rem;
    }
    .howtotest-support__sub {
        font-size: 2rem;
        margin-bottom: 6.5%;
    }
    .howtotest-support__info dt, 
    .howtotest-support__info dd {
        font-size: min(4.5vw, 24px);
    }
    .howtotest-support__info {
        display: block;
    }
    .howtotest-support__info dl:first-child {
        padding-bottom: /*2em*/1em;
    }
    /*.howtotest-support__info dl:first-child::after {
        width: 80%;
        height: 2px;
        border-bottom: 2px dashed #ccc;
        top: initial;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .howtotest-support__txt {
        text-align: left;
        font-size: min(4vw, 20px);
    }*/
}
/* --------------------------------------------------
		「N-NOSEを詳しく説明」
-------------------------------------------------- */
#service01 .accordionWrap > dt {
    text-align: center;
}
/* --------------------------------------------------
		#headline　ヘッダー上部に追尾
-------------------------------------------------- */
#headline {
    position: fixed;
    z-index: 101;
    top: 0;
    width: 100%;
    height: 3em;
    box-sizing: border-box;
    text-align: center;
    background-color: /*#e3f6ff*/#00A3E0;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#headline p {
    text-align: center;
    color: /*#444444*/#ffffff;
    font-size: min(2.1vw, 20px);
    line-height: normal;
    position: relative;
    padding-left: 2em;
    display: block;
}
#headline p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    background-image: url("../img/top/icon_megafon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}
#headline .btn {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    color: #015dab;
    padding: 0.5em;
    margin-left: 5px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: bold;
    -webkit-transition:opacity .3s ease;
    transition: opacity .3s ease
}
#headline a:hover .btn {
    opacity: 0.8;
}
#headline .br__sp {
    display: none;
}
/*#headline使用時の既存スタイルの調整用
.l-header {
    margin-top: 3em;
}
.l-main {
    margin-top: 3em;
}*/
@media screen and (max-width: 767px) {
    #headline .br__sp {
        display: block;
    }
    #headline p {
        font-size: min(3vw, 16px);
        text-align: left;
    }
    #headline .btn {
        padding: 0.3em 0.5em;
        font-size: 90%;
    }
}
/* --------------------------------------------------
		「がんの生存率のデータ」画像のHTML化
-------------------------------------------------- */
.service01--data {
    margin: auto;
    width: 100%;
    /*max-width: 640px;*/
    max-width: 530px;
}
.service01--data dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*margin-bottom: 4px;*/
    margin-bottom: 3px;
}
.service01--data dt,
.service01--data dd {
    line-height: 1.273;
    letter-spacing: normal;
}
/*dt*/
.service01--data dt {
    width: 24.69%;
    max-width: 175px;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}
.service01--data dt:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("../img/top/explanation_arrow02.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
/*dd*/
.service01--data dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73.91%;
    max-width: 473px;    
    position: relative;
    z-index: 1;
}
.service01--data dd p {
    background-color: #fffce0;
    width: 48%;
    font-size: min(5.5vw, 26px);
    color: #8e979e;
    letter-spacing: normal;
}
.service01--data dd p span {
    font-size: 49%;
}
.service01--data dd p.arrow {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: initial;
    font-size: min(4vw, 18px);
    letter-spacing: normal;
    font-weight: 800;
    line-height: 1.63;
    height: 1.73em;
    color: #fff;
}
.service01--data dd p.arrow:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("../img/top/explanation_arrow.svg");
    background-repeat: no-repeat;
    background-position: 57% center;
    background-size: contain;
}
.service01--data dd p.arrow span {
    font-size: 70%;
    padding: 0 0.1em;
}
.service01--data dd p:first-child:not(.stage dd p) {
    text-align: center;
    padding-right: 1em;
}
.service01--data dd p:nth-child(2):not(.stage dd p)  {
    color: #00A3E0;
    text-align: center;
    padding-left: 1em;
}
/*dl.stage*/
.service01--data dl.stage {
    /*margin-bottom: min(1.41vw, 9px);*/
    margin-bottom: min(1.41vw, 7px);
}
.service01--data dl.stage dt:after {
    content: none;
}
.service01--data dl.stage dd p {
    background-color: initial;
    font-size: min(3.4vw, 18px);
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding: 0.6em 0;
}
.service01--data dl.stage dd p:nth-child(2) {
    color: #00a3e0;
}
.service01--data dl.stage dd span {
    display: block;
    line-height: inherit;
    font-size: /*85*/78%;
}
.service01--data dl.stage dd p:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("../img/top/explanation_bg01.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.service01--data dl.stage dd p:nth-child(2):after {
    background-image: url("../img/top/explanation_bg02.svg");
}
@media screen and (max-width: 767px) {
    .service01--data dt {
        font-size: min(2.91vw, 25px);
    }
    .service01--data dd p {
        font-size: min(6.59vw, 55px);
    }
    .service01--data dd p.arrow {
        font-size: min(4.3vw, 37px);
        font-weight: 800;
    }
    /*.service01--data dd p:nth-child(2) {
        padding-left: 0.7em;
    }*/
    .service01--data dl.stage dd p {
        font-size: min(3.22vw, 27px);
    }
}
/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}