<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
   border: none;
}
#headerarea{
	padding-bottom: 30px;
}
.h-logo{
	margin: 0 auto;
}
#gnav{
	display: none;
}
.contact-box{
	width: 500px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sec-title{
	margin-bottom: 20px;
}
.form-bg{
	width: 100%;
}
.must-ttl{
	color: #f00;
	text-align: right;
	margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea{
	background: #fff;
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
}
.contact-form textarea{
	height: 180px;
}
.contact-form div{
	margin-bottom: 30px;
}
.contact-form .bold{
	font-weight: bold;
}
.contact-form .must{
	position: relative;
}
.contact-form .must::after{
	content: "*";
	font-size: 15px;
	color: #f00;
	position: absolute;
	top: -7px;
	right: -10px;
}
.post input{
	display: inline-block;
}
.post input:nth-of-type(1){
	width: 65px;
}
.post input:nth-of-type(2){
	width: 80px;
}
.sendbutton{
	width: 250px;
	margin: 0 auto;
	border-radius: 2px;
	padding-top: 30px;
}
.sendbutton input{
	width: 100%;
	cursor: pointer;
	font-size: 17px;
	text-align: center;
	background: #000 !important;
	border: 1px solid #000;
	padding: 14px 0;
	color: #fff;
	transition: all .5s;
}
.sendbutton input:hover{
	background: #fff !important;
	color: #000;
}
.confirmtable{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.confirmtable tr{
	display: flex;
	align-items: center;
}
.confirmtable tr:last-child{
	align-items: stretch;
}
.confirmtable tr:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.confirmtable th{
	display: block;
	width: 30%;
	padding: 13px 0;
	background: #000;
	color: #fff;
}
.confirmtable td{
	display: block;
	flex: 1;
	padding: 13px 18px;
}
.bac{
	width: 250px;
	margin: 0 auto;
	padding-top: 40px;
}
.bac a{
	border: 1px solid #ccc;
	background: #fff;
	display: block;
	text-align: center;
	padding: 14px 0;
	transition: all .5s;
}
.bac a:hover{
	background: #000;
	color: #fff;
}
.contact{
	text-align: center;
	padding: 80px 0;
}
.contact-maintxt{
	margin-bottom: 30px;
	text-align: center;
}







</pre></body></html>