/* CSS Document */

#s01{
	padding-bottom: 100px;
}

#s01 h2{
	text-align: center;
}

#s01 h2 small{
	font-size: 20px;
}

#s01 h2 span{
	font-size: 30px;
	line-height: 180%;
}

#s01 hr.hr01{
	border-left: 1px solid #000;
	height: 60px;
	width: 1px;
	margin: auto;
	margin-bottom: 100px;
}

#s01 .obj01{
	width: 900px;
	margin: auto;
	text-align: center;
	font-size: 15px;
	letter-spacing: -0px;
	margin-bottom: 20px;
}

#s01 .obj01 .hissu{
	margin-right: 15px;
}

#s01 table{
	width: 1000px;
	margin: auto;
	/*border-top: 1px solid #9B9177;*/
	border-top: 1px solid #ddd;
	margin-bottom: 35px;
}


#s01 table th{
	background: #eee;
	vertical-align: top;
	width: 300px;
}

#s01 table th.hissu{
	background: #eee url("../contact/img/icon.webp") top 15px right 15px no-repeat;
}

#s01 table th,
#s01 table td{
	/*border-bottom: 1px solid #9B9177;*/
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 15px;
}
#s01 table td input[type="email"],
#s01 table td input[type="tel"],
#s01 table td input[type="text"]{
	width: 100%;
	font-size: 18px;
}

#s01 table td label{
	margin-right: 35px;
}

#s01 table td.obj02 input{
	margin-bottom: 5px;
}

#s01 table td textarea{
	width: 300px;
	height: 150px;
}

#s01 #porcy{
	font-size: 15px;
	width: 800px;
	height: 275px;
	padding: 30px;
	margin: auto;
	overflow: scroll;
	border: 1px solid #777;
	margin-bottom: 50px;
}

#s01 #porcy p{
	margin-bottom: 20px;
}

#s01 #porcy dt{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#s01 #porcy dd{
	margin-bottom: 20px;
}

#s01 #porcy dd ol{
	padding-left: 25px;
	list-style-type: decimal;
}

#s01 #porcy dd li{
	padding-left: 20px;
	margin-bottom: 15px;
}

#s01 #porcy dd ol ol{
	list-style-type: lower-roman;
}

#s01 #porcy dd ol ol ol{
	list-style-type: decimal;
}


#s01 .obj03{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 350px;
	margin: auto;
	margin-bottom: 35px;
}

#s01 button{
	display: block;
	width: 400px;
	height: 90px;
	border: 1px solid #000;
	margin: auto;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	background: url( "../img/arrow02_b.svg") center right 30px no-repeat;
	background-size: 9px;
	font-size: 18px;
	cursor: pointer;
}