@charset "utf-8";

#underDetail h3{
	margin-top: 100px;
	margin-bottom: 40px;
}

#underDetail h5,
#underDetail h6{
	margin-top: 30px;
	margin-bottom: 30px;
}

#underDetail h4{
	font-size: 24px;
	font-weight: 500;
	border-bottom: solid 4px #00aeef;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 20px;
}
#underDetail h5{
	font-size: 20px;
	font-weight: 800;
	color: #0078a3;
}

#underDetail h6{
	font-size: 1.8rem;
	position: relative;
}
	#underDetail h6::before{
		content: "";
		display: inline-block;
		width: 15px;
		height: 2px;
		background: #0e192e;
		transform: translateY(calc(100% / 2 - 0.4em));
		margin-right: 8px;
	}

#underDetail .page_title + .hd01{
	margin-top: 30px;
}

#underDetail ul,
#underDetail ol{
	margin: 10px 0;
}

#underDetail ul > li,
#underDetail ol > li{
	padding-left: 1em;
	text-indent: -1em;
}

#underDetail a{
	text-decoration: underline;
}
#underDetail a:hover{
	text-decoration: none;
}

#underDetail a.btn{
	max-width: max-content;
	min-width: 260px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0 58px;
}
#underDetail a.btn.back{
	margin: 50px auto 0;
}

#underDetail table{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #000;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #000;
	margin				: 0 auto;
	width				: 100%;
	table-layout: fixed;
}

	#underDetail table th,
	#underDetail table td {
		border-top		: none;
		border-right	: 1px solid #000;
		border-bottom	: 1px solid #000;
		border-left		: none;
		font-weight		: normal;
	}

	#underDetail table th{
		padding: 10px;
		margin			: 0; 
		text-align		: center;
		background: #ccf1ff;
	}

#underDetail table thead th{
	background: #0078a3;
	color: #fff;
	font-weight: 800;
}

	#underDetail table td{
		text-align	: left;
		padding: 15px;
		vertical-align: sub;
	}


@media screen and (max-width: 768px){
	#underDetail h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#underDetail h4{
		font-size: 21px;
		padding-bottom: 0;
		margin-top: 40px;
		border-width: 2px;
	}
	#underDetail h5{
		font-size: 18px;
		margin-bottom: 8px;
	}
}