@charset "UTF-8";

/*************************************************************
 *	suizou style_2.css
 ************************************************************/
@media screen and (max-width: 767px) {
    .tap-area::after {
        top: 3.5em;
    }
    .u-pc {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .u-sp {
        display: none;
    }
}
/* --------------------------------------------------
		アコーデオン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("../images/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("../images/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 -1em auto;
    background-image: none;
    line-height: normal;
}
.accordionWrap > dt.aco-button:before {
    background-image: url("../images/icon-plus-white.svg");
}
.accordionWrap.open > dt.aco-button:before {
    background-image: url("../images/icon-minus-white.svg");
}
@media screen and (max-width: 767px) {
    .accordionWrap > dt.aco-button {
        font-size: min(1em, 18px);
    }
}
/* --------------------------------------------------
		「検査の受け方：尿の提出」.howtotest-new
-------------------------------------------------- */
.howtotest-new {
    padding: 5% 5%;
    text-align: center;
}
.howtotest-new .service03--image1 {
    margin: 0 auto 1em auto;
}
.howtotest-new .img-atn {
    text-align: right;
    margin-bottom: 1em;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .howtotest-new .img-atn {
        text-align: left;
    }
}
.howtotest-new__unit__title {
    color: #00a3e0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
} 
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
}
.howtotest-new__unit__title > span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
@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: calc(50% - 17rem);
    rotate: 20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::after {
        width: 2px;
        height: 30px;
        right: calc(50% - 10rem);
    }
}
.howtotest-new__unit__title > span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #00a3e0;
    bottom: 2px;
    left: calc(50% - 17rem);
    rotate: -20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::before {
        width: 2px;
        height: 30px;
        left: calc(50% - 10rem);
    }
}
.howtotest-old .accordionWrap {
    text-align: center;
}
.howtotest-old .acd-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .howtotest-old .acd-title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.4;
    }
}
.howtotest-old .howtotest-beforeflow__unit {
    padding-top: 2em;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 3em;
    padding-bottom: 4em;  
}
@media screen and (max-width: 767px) {
    .howtotest-old .howtotest-beforeflow__unit {
        padding-top: 1em;
        margin-bottom: 2em;
        padding-bottom: 2em;
    }
}
@media screen and (max-width: 767px) {
    .howtotest-old .howtotest-beforeflow__unit.unit--03 .youpack-merit__copy--main {
        font-size: 1.6rem;
    }
}
/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
