<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagetitle{
	background:url('../images/contact/bg_pagetitle.webp') no-repeat;
}
main section{
	margin:0 auto 100px;
	max-width:1100px;
}

.midashi{
	max-width:1100px;
	margin:0 auto;
}
.midashi h3{
	border:2px solid #666666;
	box-sizing:border-box;
	font-size:30px;
	font-weight:200;
	line-height:76px;
	margin:0 0 30px;
	position:relative;
	padding:0 15px;
}
.midashi h3:after{
	content:"";
	display:block;
	width:80px;
	height:80px;
	border:2px solid #666666;
	box-sizing:border-box;
	position:absolute;
	top:-2px;
	right:-2px;
}
main{
}
#section1{
}
main section article{
	max-width:940px;
	margin:0 auto;
}
#contact_tel{
	display:flex;
	justify-content: center;
	margin:0 0 20px;
}
#contact_tel dt{
	font-size:60px;
	color:#257704;
}
#contact_tel dt span{
	font-size:24px;
	padding:0 10px 0 0;
}
#contact_tel dd{
	padding:0 0 0 20px;
	line-height:1em;
}

#section2{
	margin:0 auto 140px;
}
#section2 table{
	width:100%;
}
#section2 th{
	width:160px;
	text-align:left;
	padding:10px 0;
	vertical-align:top;
}
#section2 td{
	padding:10px 10px 10px 50px;
	vertical-align:top;
}
.hissu {
	color: #d60000;
	padding:0 0 0 5px;
}

input[type="text"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
}
.year{
	width: 100px !important;
}
.gakureki{
	width:300px !important;
	margin:0 0 10px;
}
.month,
.day{
	width: 60px !important;
	margin-left: 20px !important;
}
input.radio{
	width: auto;
}
#tel{
	width: 320px !important;
}
#submit_btn input {
	color: #fff;
	border-radius: 5px;
	background: #92bde4;
	border: 0;
	width: 80%;
	display:block;
	margin: 20px auto 20px;
	line-height: 40px;
	box-shadow: 0 1px 3px 0 hsla(0,0%,0%,.25);
}
#address1{
	width:100px;
}
.g-recaptcha div{
	margin:0 auto 40px;
}
#section3 h3{
	font-size:18px;
	border-bottom:4px solid #92bde4;
	width:100%;
	margin:0 auto 20px;
}
#section3{
	max-width:940px;
	padding:40px;
	box-sizing:border-box;
	margin:0 auto;
	border:1px solid #ccc;
	border-radius:10px;
}
#section3 article{
	width:100% !important;
	box-sizing:border-box;
}
#section3 h4{
	padding:30px 0 10px;
}
#section3 ul{
	padding:0 0 0 20px;
}</pre></body></html>