@charset "UTF-8";



/*フォーマット内共通
---------------------------------------------------------*/
.std_format .com_open_area .in_box {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*症状
---------------------------------------------------------*/
.std_symptoms_type {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.std_symptoms_type > div {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 60px;
	background: #F4F4F4;
	box-sizing: border-box;
	padding: 0 2.5% 30px;
	border-radius: 30px;
}
.std_symptoms_type > div:nth-child(3n),
.std_symptoms_type > div:last-child {
	margin-right: 0;
}
.std_symptoms_type > div:nth-child(-n+3) {
	margin-top: 0;
}
.std_symptoms_type .illust {
	width: 30%;
	margin: 0 auto;
	transform: translateY(-20%);
}
.std_symptoms_type .type_index {
	text-align: center;
	font-size: min(140%,2.3vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-top: .2em;
	padding-bottom: 1.2em;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1.2em !important;
}
.std_symptoms_type .memo {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.std_symptoms_type .type_box > p,
.std_symptoms_type .type_box > ul {
	margin-bottom: 1.5em;
}
.std_symptoms_type .color_blue {background: #F0F8FF;}
.std_symptoms_type .color_blue .type_index {border-color: rgba(119,161,199,0.8);}
.std_symptoms_type .color_blue .com_list1 > li::before {background: #77A1C7;}
.std_symptoms_type .color_pink {background: #FCF2F2;}
.std_symptoms_type .color_pink .type_index {border-color: rgba(199,131,131,0.8);}
.std_symptoms_type .color_pink .com_list1 > li::before {background: #C78383;}
.std_symptoms_type .color_green {background: #F3FCF2;}
.std_symptoms_type .color_green .type_index {border-color: rgba(160,199,131,0.8);}
.std_symptoms_type .color_green .com_list1 > li::before {background: #A0C783;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.std_symptoms_type > div {
	width: 32%;
	margin-right: 2%;
	margin-top: 5%;
	padding-bottom: 3%;
}
.std_symptoms_type .illust {
	width: 30%;
	margin: 0 auto;
	transform: translateY(-20%);
}
.std_symptoms_type .type_index {
	font-size: 2.4vw;
	letter-spacing: .05em;
	padding-bottom: .8em;
	margin-bottom: .8em !important;
}
.std_symptoms_type .type_box > p,
.std_symptoms_type .type_box > ul {
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std_symptoms_type {
	display: block;
}
.std_symptoms_type > div {
	width: 100%;
	margin-right: 0;
	margin-top: 7% !important;
	padding: 0 5% 4%;
	border-radius: 5vw;
}
.std_symptoms_type > div:first-child {
	margin-top: 0 !important;
}
.std_symptoms_type .illust {
	width: 18%;
}
.std_symptoms_type .type_index {
	font-size: 140%;
	letter-spacing: .05em;
	padding-top: 0;
	padding-bottom: .5em;
	margin-bottom: .8em !important;
}
.std_symptoms_type .memo {
	letter-spacing: normal;
	line-height: 1.4em;
}
.std_symptoms_type .type_box > p,
.std_symptoms_type .type_box > ul {
	margin-bottom: 1.0em;
}
}



/*検出可能期間
---------------------------------------------------------*/
#detectable .com_bg_gray {
	position: relative;
}
#detectable .com_bg_gray::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 15vw;
	max-height: 200px;
	left: 0;
	top: 0;
	background: url("../images/time@2x.png") no-repeat center center;
	background-size: contain;
	transform: translateY(-25%);
}
#detectable .com_bg_gray .w1200 {
	position: relative;
	z-index: 1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#detectable .com_bg_gray::before {
	height: 20vw;
}
}



/*検査方法
---------------------------------------------------------*/
.std_kensa_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
}
.std_kensa_list > li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 60px;
	box-sizing: border-box;
	background: #F4F4F4;
	padding: 0 2.5% 50px;
	position: relative;
}
.std_kensa_list > li:nth-child(4n),
.std_kensa_list > li:last-child {
	margin-right: 0;
}
.std_kensa_list .icon {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-20%);
}
.std_kensa_list dt {
	font-size: min(145%,2.2vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding-top: .2em;
	padding-bottom: 1.2em;
	border-bottom: solid 1px #404040;
	margin-bottom: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.std_kensa_list > li {
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 5%;
	padding-bottom: 3%;
}
.std_kensa_list dt {
	font-size: 2.4vw;
	letter-spacing: .1em;
	padding-bottom: .8em;
	margin-bottom: .8em;
}
.std_kensa_list dd {
	text-align: left;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std_kensa_list {
    justify-content: space-between;
}
.std_kensa_list > li {
	width: 48.5%;
	margin-right: 0;
	margin-top: 6%;
	padding: 0 5% 6%;
}
.std_kensa_list .icon {
	width: 45%;
}
.std_kensa_list dt {
	font-size: 130%;
	letter-spacing: .05em;
	padding-top: 0;
	padding-bottom: .6em;
	margin-bottom: .6em;
}
.std_kensa_list dd {
	text-align: left;
	line-height: 1.6em;
}
}



/*faq
---------------------------------------------------------*/
#faq .com_qa > dt::before {color: #735D9C;}
#faq .com_qa > dt::after {color: #735D9C;}
#faq .com_qa > dd::before {color: #16304A;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}