@charset "utf-8";

/* section
---------------------------- */
.section {
	padding: 80px 0 150px;
}
.section .contents {
	padding-top: 100px;
	font-size: 1.6rem;
}
.section .contents dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-top: 1px solid #d8d8d8;
}
.section .contents dt {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #eeeeee;
	width: 20%;
	padding: 2em 1.5em;
}
.section .contents dd {
	width: 80%;
	padding: 2em 0 2em 1.5em;
	border-bottom: 1px solid #d8d8d8;
}
.section .contents dd span {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 2.2rem;
}
@media screen and (max-width:767px){
	.section {
		padding: 15% 0 5%;
	}
	.section .contents {
		padding-top: 15%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.section .contents dl {
		border-top: none;
	}
	.section .contents dt {
		border-bottom: none;
		font-weight: bold;
		background-color: #eeeeee;
		width: 100%;
		padding: 0.5em 1em;
	}
	.section .contents dd {
		width: 100%;
		padding: 1em 0 3em 0;
		border-bottom: none;
	}
	.section .contents dd span {
		font-size: 1.2rem;
		display: inline;
		line-height: 1.8rem;
	}
}
