@charset "utf-8";

#contents {
	margin-top: 40px;
}
#contentsInner > section {
	margin-top: 100px;
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	#contents {
		margin-top: 20px;
	}
	#contentsInner > section {
		margin-top: 40px;
	}
}
#contactUs {
	font-size: 16px;
}
#contactUs .linkbtn02 {
	max-width: 200px;
}
.tbl01{
	margin-top: 20px;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	text-wrap:normal;
	word-wrap:break-word;
	color:#333;
}
.tbl01 tbody th{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom: solid 1px #a0a0a0;
	padding: 20px 20px 20px 0;
	font-weight: 700;
	vertical-align:top;
	font-size: 16px;
	line-height: calc(24 / 16);
	width: 37%;
}
.tbl01 tbody td{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom: solid 1px #a0a0a0;
	padding: 20px 0;
	vertical-align:top;
	font-size: 16px;
	line-height: calc(24 / 16);
}

.tbl01 th{
	width:280px;
	text-align: left;
}
.tbl01 .linkbtn02 {
	margin-top: 10px;
	max-width: 200px;
}

@media only screen and (max-width:767px){
	.tbl01 {
		margin-top: 10px;
	}
	.tbl01 tbody th{
		display: block;
		border-bottom: none;
		padding: 16px 0 6px;
		font-size: 12px;
		width: 100%;
	}

	.tbl01 tbody td{
		display: block;
		font-size: 12px;
		padding: 6px 0 18px;
		line-height: calc(18 / 12);
	}
	.tbl01 .linkbtn02 {
		margin-top: 15px;
		max-width: 150px;
	}
}


