@charset "UTF-8";
/* CSS Document */

#contents p {
	font-size: 15px;
	line-height: 1.8em;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	margin: 0px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#contents h2 {
	font-weight: bold;
	color: #333;
	font-size: 22px;
	line-height: 1.5em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-top: 30px;
}
#contents h3 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #036;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents .box1 {
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border: 2px solid #96A8B6;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#contents .box1 p {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#contents .box1 p b {
	color: #036;
}
#contents .box2 {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#contents .box3 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #BAC8DE;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
}
#contents .box3 p {
	margin: 0px;
	padding: 0px;
}
#contents h4 {
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainbody h4:before,
#mainbody h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
#mainbody h4:before {
	margin-right: 1em;
}
#mainbody h4:after {
	margin-left: 1em;
}
#contents .box4 {
	padding-right: 30px;
	padding-left: 30px;
}
#contents .box4 ul {
	padding-bottom: 20px;
}
#contents .box4 li {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}
#contents .box4 li:before {
	content:url(image/check.png);
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#contents h5 {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	margin-top: 40px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #86B2CC;
	border-bottom-color: #86B2CC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 70px;
}
#contents .detail {
	padding-right: 30px;
	padding-left: 30px;
}
#contents .detail table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#contents .detail th {
	border: 1px solid #CCC;
	border-collapse: collapse;
	background-color: #EBEBEB;
	text-align: center;
	padding: 10px;
	width: 120px;
	font-size: 14px;
}
#contents .detail td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#contents .detail p.bt {
	text-align: center;
	margin-top: 30px;
}
#contents .detail p.bt a {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5em;
	padding-left: 50px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px #898989;
	background-image: -moz-linear-gradient(top, #24de2c, #057a02);
	background-image: -webkit-linear-gradient(top, #24de2c, #057a02);
	background-image: linear-gradient(top, #24de2c, #057a02);
	background-clip: padding-box;
	cursor: pointer;
	color: #FFF;
	background-color: #057a02;
}
#contents .detail p.bt a:hover {
	background-image: -webkit-linear-gradient(top, #ff3a30, #d91400);
background-image: linear-gradient(top, #ff3a30, #d91400);
}
