@charset "UTF-8";

header > section {
	background: none;
	padding: 0px;
}
main > h2 {
	text-align: center;
	font-size: 1.5em;
	background-color: #fff;
	color: #00529f;
	padding: 10px 20px;
	margin-top: 30px;
	border: 3px solid #00529f;
}
main > section > h3 {
	background-color: #00529f;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 10px 20px;
}
section > h4 {
	margin-top: 20px;
	border-left: solid 7px #00529f;
	padding: 10px;
}

#call_crowded dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 22em;
	margin: 1em 0 0;
}
#call_crowded dl dt {
	width: 7em;
	margin-right: 1em;
	text-align: right;
}
#call_crowded dl dt:nth-of-type(3),
#call_crowded dl dd:nth-of-type(3) {
	font-weight: bold;
}
#call_crowded dl dd {
	width: 14em;
}
#call_crowded div img {
	max-width: 500px;
}

.customer section {
	height: 300px;
}

.customer .body_temperature {
	margin: 0 10px;
	background-color: #91e82d;
	border-radius: 10px;
	padding: 20px 15px;
}
.customer .body_temperature > h5 {
	color: #FFF;
	font-size: 1.5em;
}
.customer .body_temperature > p:nth-of-type(1) {
	font-weight: bold;
	margin-bottom: 5px;
}
.customer .body_temperature > p:nth-of-type(2) {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}
.customer .body_temperature div img {
	max-height: 195px;
	max-width: 402px;
}

.customer .face_mask {
	margin: 30px 10px;
	background-color: #72c1ff;
	border-radius: 10px;
	padding: 20px 15px;
}
.customer .face_mask > h5 {
	color: #FFF;
	font-size: 1.5em;
}
.customer .face_mask > p {
	font-weight: bold;
}
.customer .face_mask > div {
	height: 200px;
	text-align: center;
}
.customer .face_mask > div img {
	height: 100%;
	width: inherit;
}

.beforehand > p {
	color: red;
}
.beforehand > ul {
	margin-left: 30px;
}
.beforehand > ul > li {
	list-style-type: decimal;
	line-height: 30px;
}
.beforehand > ul > li > span {
	color: red;
	font-weight: bold;
}

/* メディアクエリ */
@media screen and (min-width: 768px){
	header > section {
		display: none;
	}
	main > h2 > br.sp{
		display: none;
	}	
	section div.news {
		margin: 20px 50px;
		display: flex;
		align-items: center;
		/*IE10用*/
		display: -ms-flexbox;
		-ms-flex-item-align: center;
	}

	.customer > div {
		display: flex;
	}
	.customer > div > section.body_temperature,
	.customer > div > section.face_mask {
		flex-basis: 48%;
		margin: 0 30px;
	}
}
