/* CSS Document */
#keyimg{
	background: url("../img/keyimg03.webp") center center no-repeat;
	background-size: cover;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s01{
	width: 890px;
	margin: auto;
	padding-top: 100px;
	margin-bottom: 150px;
}


#s01 h2{
		font-size: 25px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	background: url("../about/img/orange.svg") left center no-repeat;
	background-size: 3px;
	padding-left: 15px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 35px;
}

#s01 .tell_box{
	margin: auto;
	margin-top: 100px;
	width: 435px;
	height: 95px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #0059B2;
	color: #fff;
	text-align: center;
}

#s01 .tell_box .obj02,
#s01 .tell_box .obj01 a{
	font-size: 20px;
	font-weight: bold;
}

#s02{
	width: 890px;
	margin: auto;
	margin-bottom: 150px;
}


#s02 h2{
		font-size: 25px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	background: url("../about/img/orange.svg") left center no-repeat;
	background-size: 3px;
	padding-left: 15px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 35px;
}

#s02 p.obj01{
	margin-bottom: 35px;
}

#s02 table{
	border: 1px solid #ccc;
	width: 888px;
	margin-bottom: 100px;
}

#s02 table th{
	padding: 30px;
}

#s02 table th.top{
	vertical-align: top;
	padding-top: 40px;
}

#s02 table td{
	padding: 30px;
	padding-left: 60px;
}

#s02 table td.hissu{
	background: url("../contact/img/text.webp") 0px 45px no-repeat;
}

#s02 table td input{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}

#s02 table td li label{
	cursor: pointer;
}

#s02 table td li label input{
	transform:scale(1.4);
}

#s02 .box_rap{
	text-align: center;
}

#s02 .box_rap a{
	color: #0059B2;
}

#s02 .box_rap  label input{
		transform:scale(1.4);
}

#s02 .box_rap .obj02{
	margin-bottom: 15px;
}

#s02 .box_rap .obj03{
	margin-bottom: 50px;
}

#s02 .box_rap button{
	width: 300px;
	height: 60px;
	color: #fff;
	background: url("../img/arrow02.webp") 190px 25px no-repeat #0059B2;
	padding-right: 90px;
	cursor: pointer;
	border: 0;
}

#s03{
	width: 890px;
	margin: auto;
	margin-bottom: 150px;
}

#s03 h2{
		font-size: 25px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	background: url("../about/img/orange.svg") left center no-repeat;
	background-size: 3px;
	padding-left: 15px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 35px;
}

#s03 p{
	margin-bottom: 35px;
}

#s03 h3{
	font-size: 20px;
	font-weight: bold;
	color: #0059B2;
}

#s03 ul{
	margin-bottom: 35px;
}

#s03 dl{
	margin-bottom: 35px;
}

#s03 dt{
	font-weight: bold;
}

#s03 dd{
	margin-bottom: 25px;
}