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

/*-------------------------------
   # contact
---------------------------------*/

#contact_tel,
#contact_mail{
	padding: 20px 30px 0px;
	background: #fff;
	border-radius: 5px;
	border: 5px solid #e1e1e1;
}

#contact_tel p{
	margin: 0 0 40px 40px;
	font-size: 14px;
}

p.first{
	padding: 0 0 20px 20px;
}

h2.midashi1 {
	position: relative;
	font-size: 18px;
	margin-bottom: 15px;
	background: none;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #B2E0FF;
	font-weight: bold;
	color: #666;
}

h2.midashi1:before{
	position:  absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 4px solid #B2E0FF;
	content: "";
}

h3.midashi2{
	padding: 5px 0 5px 28px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #666;
	background: url(../img/base/icon4.png) no-repeat 10px center #D8EFE1;
}

td a{
	text-decoration: underline !important;
	color: #75caff !important;
}

td a:hover{
	text-decoration: none !important;
}

table{
	width: 100%;
	box-sizing: border-box;
}

table,th,td{
	border: 1px solid #75caff;
}

th,td{
	padding: 10px;
	background: #fff;
}

th{
	background: #e1f4ff;
	vertical-align: middle;
}

table dl {
	width: 50%;
	float: left;
}

table dt{
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(../img/base/pin3.png) no-repeat left center;
}

table dd {
	margin-left: 15px;
}

table dd li{
	padding-left: 10px;
	background: url(../img/base/icon3.png) no-repeat left center;
}

.btn_area{
	margin: 20px 0;
	text-align: center;
}

input[type="text"], select,textarea{
	padding: 5px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	font-size: 120%;
	border: 1px solid #c6dadb;
	position: relative;
	border-radius: 5px;
}

select{
	width: auto;
}

textarea{
	height: auto;
	resize:none;
}

.button{
	margin: 0 2px;
	padding: .5em 0;
	width: 150px;
	display: inline-block;
	zoom: 1;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	border-radius: .3em;
	color: #e4f8f9;
	background: #3689a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#26a9d1), to(#0f687c));
	border: none;
}

.button:hover{
	color: #e4f8f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0f687c), to(#26a9d1));
}

.close{
	border: 1px solid #ccc;
	color: #868686;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
}

.close:hover{
	color: #868686;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
}


#finish{
	text-align: center;
	padding: 40px 20px;
	margin-bottom: 0;
}

#finish a{
	display: inline-block;
	color: #fff;
	background: url(../img/base/icon1.png) no-repeat 155px center #3aacad;
	width: 180px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
}

.inner01{
	padding: 20px 0 40px;
}

.inner02{
	padding: 40px 0 20px;
}



/*-------------------------------
   # exvalidation
---------------------------------*/

.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

	.formError .formErrorClose {
		border: solid #252525 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -4px;
		right: -4px;
		color: #efefef;
		background: #333;
		font-weight: bold;
		text-align: center;
		line-height: middle;
		cursor: pointer;
		box-shadow: 1px -1px 3px #888;
		-moz-box-shadow: 1px -1px 3px #888;
		-webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #666;
	}
	.fixed .formErrorClose {
		display: none;
	}
	
	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 180px;
    position:relative;
		color: #fff;
		background: #252525;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		font-size: 11px;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	
	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		left: 20px;
    _z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}
	
		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #252525;
			line-height: 0px;
			font-size: 0px;
			box-shadow: 0px 2px 3px #888;
			-moz-box-shadow: 0px 2px 3px #888;
			-webkit-box-shadow: 0px 2px 3px #888;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
			
		.formError .formErrorArrow .line10 {
			width: 19px;
		} 
		.formError .formErrorArrow .line9 {
			width: 17px;
		} 
		.formError .formErrorArrow .line8 {
			width: 15px;
		} 
		.formError .formErrorArrow .line7 {
			width: 13px;
		} 
		.formError .formErrorArrow .line6 {
			width: 11px;
		} 
		.formError .formErrorArrow .line5 {
			width: 9px;
		} 
		.formError .formErrorArrow .line4 {
			width: 7px;
		} 
		.formError .formErrorArrow .line3 {
			width: 5px;
		} 
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}  



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