<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*　　コンテンツ
-------------------------------------------------------*/
.txt-red{
	color: #FF0004;
}
.bg-pagetitle {
	height: 280px;
	background-image: url(../images/contact/bg_pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contactForm {
	margin: 25px auto 0;
}
.contactForm .pan {
	display: none;
}
.contactForm dl {
	overflow:hidden;
	zoom:1;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contactForm .top {
	border-top: 1px solid #ccc;
}
.contactForm dl dt { float: left;  padding: 20px; font-size: 16px; font-size: 1.6rem; font-weight: bold;} 
.contactForm dl dt span {
	position: relative;
	display: inline-block;
	font-size: 10px; font-size: 1.0rem;
	margin-left: 20px;
	padding: 3px 8px 3px;
	background-color: #ff6600;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}
.contactForm dl dd { margin-left: 30%; padding: 20px;} 
.contactForm dl dd input { margin:-1px 3px 2px 0; padding: 3px; font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc;}
.contactForm dl dd .select1 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .size1s { font-size: 16px; font-size: 1.6rem; width: 15%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size1 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size2 { font-size: 16px; font-size: 1.6rem; width: 70%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size-add { font-size: 16px; font-size: 1.6rem; width: 80%; height: 100px; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .size-question { font-size: 16px; font-size: 1.6rem; width: 80%; height: 150px; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .radio1 { margin-left:15px; margin-right: 5px;}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	padding: 20px;
	width: 40%;
	margin: 30px 5px 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background: #125595;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
.contactForm .btn-send:hover { background: #1e61c3;}
.contactForm .message { margin-top:10px; color: #F30; padding: 30px 10px 30px; background: #fff; text-align: center;}
.contactForm .send input {
	position: relative;
	-webkit-appearance: none;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	padding: 20px;
	width: 40%;
	margin: 20px 5px 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background: #125595;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
.contactForm .send input:hover { background: #1e61c3;}
.line,
.btn-contact-preview {
	border-top: 1px solid #ccc !important;
}
.line2 {
	border-bottom: 1px solid #ccc !important;
}
.btn-check {
	display: block;
	cursor: pointer;
}
.error_message strong {
	font-weight: bold;
	color: #cc0000;
	clear: both;
}
</pre></body></html>