/* CSS Document */

#s01  .bg{
background: #F1F2EB;
	padding-top: 100px;
	padding-bottom: 100px;
}

#s01 .cap{
	text-align: center;
	margin-bottom: 80px;
}

#s01 .cap p{
	margin-bottom: 35px;
	font-size: 15px;
	font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
}

#s01 .cap p.blaun{
	color: #A67C52;
}

#s01 .cap p a{
	text-decoration: underline;
}
#s01 .cap p a:hover{
	text-decoration: none;
}

#s01 table{
	width: 700px;
	margin: auto;
}

#s01 table th{
	padding: 25px;
	font-size: 15px;
	font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
	padding-right: 60px;
	vertical-align: top;
}

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

#s01 table td{
	padding: 25px;
	padding-left: 40px;
}

#s01 table td input{
	font-size: 18px;
}

#s01 .box{
	text-align: center;
	font-size: 15px;
	margin-bottom: 25px;
}
#s01 .box input{
	transform: scale(2.0);
	margin-right: 20px;
}

#s01 #btn button{
	display: block;
	width: 220px;
	height: 40px;
	margin: auto;
	background: #A67C52;
	color: #fff;
	border: 0;
	cursor: pointer;
}




#s02{
	padding-top: 150px;
	padding-bottom: 150px;
}

#s02  h2{
	text-align: center;
	color: #A67C52;
	font-family: acumin-variable, sans-serif; 
font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
	font-size: 54px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#s02 small{
	display: block;
	text-align: center;
	margin-bottom: 25px;
	font-size: 15px;
	color: #A67C52;
}

#s02 .bg{
	background: #F1F2EB;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 150px;
}

#s02 .rap{
	width: 1140px;
	margin: auto;
	
}

#s02 p{
	margin-bottom: 25px;
	font-size: 15px;
}

#s02 dd,
#s02 dt{
	font-size: 15px;
}

#s02 dt{
	color: #A67C52;
}

#s02 dd{
	margin-bottom: 20px;
}

#s02 dd a{
	color: #005C9A;
	text-decoration: underline;
}

#s02 dd a:hover{
	text-decoration: none;
}

#s02 .center a{
	display: block;
	width: 220px;
	height: 40px;
	background: #A67C52;
	color: #fff;
	margin: auto;
	font-size: 15px;
	line-height: 40px;
	
}