<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("exvalidation.css");

/*-----------------------------------------------------------
背景＋大枠
------------------------------------------------------------*/
#contact .container{
	font-size:14px;
}
#c-headerWrap {
	border-bottom:1px solid #ccc;
}
	#c-headerWrap .container{
		padding:20px 0;
	}
		#c-headerWrap h1,#c-headerWrap p{
			float:right;
		}
		#c-headerWrap h1{
			padding:25px 0 0 10px;
			width:72%;
		}


#contact #container em {
	color: #FF1A00;
	font-style: normal;
}
#contact #copyright {
	padding: 0 !important;
	color:#808080;
}
#contact #footerWrap {
	background: none !important;
	padding: 15px 0 !important;
	margin-top:60px;
	display:block;
}




/*-----------------------------------------------------------
内容
------------------------------------------------------------*/

#contact h2{
	background:url(../../common/img/other/bg_dot01.png);
	padding-bottom:6px;
}
	#contact h2 span{
		display:block;
		background:#fff;
	}

@media only screen and (min-width: 959px){
	.form-1{
		width:720px;
		margin:0 auto;
	}
}
.contact-fill{
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #8f8f8f;
}
.contact-fill li{
	background:#f0f2f5;
	border-bottom:1px dotted #ccc;
	
}
.contact-fill .one_third{
	color:#14365c;
}
.contact-fill .two_third{
	background:#fff;
}
.contact-fill .one_third,.contact-fill .two_third{
	padding:10px 10px;
	margin:0;
}
	.contact-fill .one_third{
		width:29.115%;
	}
.fileUpload {
	position: relative;
}
.fileUpload button{
	background:#ddd;
	border:1px solid #ddd;
	height:25px;
	width:50px;
}
.fileUpload span{
	color:#4c4643;
	font-size:10px;
}
.fileUpload input{
	width: 105px !important;
	height: 25px;
}


.txtMess{
	width:632px;
	margin:0 auto;
}

	.txtMess .cntMess{
		border:1px solid #9f9fa0;
		padding:12px 0 10px 10px;
		font-size:11px;
		line-height:19px;
	}
	.txtMess .cntMess div{
		height:210px;
		overflow:scroll;
		overflow-x:hidden;
	}
.contact-fill input[type="text"] {
	color: #000;
	border: 1px solid #8f8f8f;
	height: 25px;
	height: 20px\9;
	padding: 0 5px;
	padding: 5px 5px 0\9;
}

textarea{
	width:98%;
	height: 100px;
	padding: 5px 0;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
	 background:#fff;
	width: 25%;
	border: 1px solid #8f8f8f;
	height: 25px;
	height: 20px\9;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding: 0 5px;
	padding: 5px 5px 0\9;
}

*:first-child + html .contact-fill input[type="text"] {
	height: 20px;
	padding: 5px 5px 0;
}

.size01 {width: 300px;}
.size02 {width: 100px;}
.size03 {width: 450px;}
.size04 {width: 40px;}

.grey{color:#616161;}
.blue{ color:#15438C;}
.fz30{ font-size:30px;}


form p.test { 
	position: relative;
	
	}
form p.test label { 
	position: absolute;
	top: 5px;
	left: 10px;
	color: #C1C0BC;
	}
form p.test br {
	display: none;
	}
form p.test01 label { 
	position: absolute;
	top: 5px;
	left: 30px;
	}	
form fieldset p.test input,
form fieldset p.test textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
	border: 1px solid;
	}
form fieldset p.test label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
	}
form fieldset p.test textarea {
	padding: 2px;
	width: 404px;
	border: 1px solid;
	}
form fieldset p.test textarea,
form fieldset p.test input {
	border: solid 1px;
	}
form fieldset p.test label {
	color: #4c4c4c;
	}

#copyright {
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 40px 0 0 0;
}

.test01 span{
	color:#ec;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#c-headerWrap .container{
		padding:10px 0;
	}
	#c-headerWrap h1,#c-headerWrap p{
			float:none;
		}
		#c-headerWrap h1{
			padding:0 0 10px 0;
			width:100%;
		}
	.formError.userformError{
		left:50% !important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#contact .container{
		font-size:12px;
	}
	#c-headerWrap .container{
		padding:10px 0;
	}
	#c-headerWrap h1,#c-headerWrap p{
			float:none;
			text-align:center;
		}
		#c-headerWrap h1{
			padding:0 0 10px 0;
			width:100%;
			font-size:10px !important;
		}
	#contact h2{
		padding-bottom:4px;
	}
	.contact-fill{
		border:none;
	}
	.contact-fill li{
		background:none;
	}
	.contact-fill .one_third,.contact-fill .two_third{
		padding:10px 0;
	}
	.contact-fill .one_third{
		padding-bottom:0;
	}
	.contact-fill input[type="text"]{
		width:95%;
	}
		.contact-fill input.size02{
			width:50%;
		}

	.fileUpload input{
		margin-bottom:10px;
		width:95% !important;
	}
	.formError.userformError{
		left:25% !important;
	}

	.txtMess{
		width:100%;
		margin:0 auto;
	}
	.fz{
		font-size:10px;
	}
	h2.fz30{
		font-size:15px;
	}
	#c-headerWrap .container p img{
		width: 197px;
	}
	select{
		width: 50%;
	}
}


@media only screen and (max-width: 767px){
.csForm {
	max-width: 420px;
	margin: 0 auto;
	padding: 0 10px;
}
.csForm .contact-fill p {
	font-size: 11px !important;
}
.csForm p.fz {
	font-size: 10px;
}

.contact-fill .one_third,
.contact-fill .two_third {
	width: 100%;
}

}





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