/* CSS Document */

/*googleフォーム*/
#s01 iframe{
	width: 100%;
	height: 1870px;
}

#s01{
	padding-bottom: 100px;
}

#s01 h2{
	text-align: center;
}

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

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

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

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

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

#s01 .obj01 .hissu img{
	width: 40px;
	height: auto;
}

#s01 table{
	/*width: 1000px;
	margin: auto;*/
	/*border-top: 1px solid #9B9177;
	border-top: 1px solid #898989;*/
	margin-bottom: 35px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}


#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;
	background-size: 40px auto;
}

#s01 table th,
#s01 table td{
	/*border-bottom: 1px solid #9B9177;
	border-bottom: 1px solid #898989;*/
	font-size: 18px;
	padding: 15px;
	display: block;
}
#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;
	display: block;
}

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

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

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

#s01 #porcy p{
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: -1px;
}

#s01 #porcy dt{
	font-size: 10px;
	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: 16px;
	font-weight: bold;
	width: 300px;
	margin: auto;
	margin-bottom: 35px;
}

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

