<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#contact #main-img{
	background: url(../img/contact/contact_main_img.jpg) no-repeat;
	background-size: cover;
	background-position: 30% bottom;
}

#about,
#tel{
	margin-bottom: 30px;
}

#tel p.tel-num{
	color: #5b5b97;
	font-family: 'Oswald', sans-serif;
	font-size: 4.0rem;
	font-weight: bold;
	width: auto;
	height: 50px;
	line-height: 5rem;
	text-align: center;
	margin-bottom: 10px;
}

#tel p.tel-num::before{
	content: "";
	display: inline-block;
	margin-right: 8px;
	height: 37px;
	width: 42px;
	background: url(../img/common/icon_tel.png) no-repeat;
}

#tel p.tel-time span{
	font-weight: bold;
	line-height: 2.6rem;
	display: inline-block;
}

#tel p.tel-time span.align-center{
	display: block;
}

#tel p.tel-time span.reception-time{
	color: #fff;
	background: #658dac;
	padding: 0 1rem;
	margin-right: 0.5rem;
	letter-spacing: 0.3rem;
}

#mail h5::before{
	content: "\f06a";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 0.5rem;
	color: #e63d5d;
	font-weight: normal;
}

span.txt-required{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #e63d5d;
	display: inline-block;
	padding: 0 0.5rem;
}

@media screen and (max-width: 639px){
	#tel p.tel-time span.align-center{
		text-align: center;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 640px){
	#about,
	#tel{
		margin-bottom: 40px;
	}
	
	#tel p.tel-num{
		width: 320px;
		float: left;
		margin-bottom: 0;
		border-right: 1px solid #e5e5e5;
		margin-right: 20px;
	}
	
	#tel p.tel-time{
		line-height: 2.6rem;
	}
}

.table-box dl{
	width: 100%;
}

.table-box dl dt,
.table-box dl dd{
	padding: 10px 5px;
}

.table-box dl dt{
	border-bottom: 1px dotted #d9d9d9;
	background: #eff3f5;
	text-align: left;
}
.table-box dl:first-of-type dt{
	border-top: 1px solid #b0c2cf;
}

.table-box dl dd{
	/*border-top: 1px dotted #d9d9d9;*/
	border-bottom: 1px solid #b0c2cf;
}
/*.table-box dl:first-of-type dd{
	border-top: 1px dotted #d9d9d9;
}*/

.table-box dl dd input,
.table-box dl dd textarea{
	border: 1px solid #cdcdcd;
	width: 100%;
	font-size: 1.6rem;
}

.table-box dl dd input{
	width: 100%;
}
.table-box dl dd span{
	font-size: 1.2rem;
	color: #e63d5d;
}

.contact-thanks{
	text-align: center;
	font-weight: bold;
	color: #e63d5d;
	font-size: 1.6rem;
	margin: 20px auto;
}

.contact-check{
	text-align: center;
	margin-bottom: 20px;
}

.contact-btn{
	margin-top: 20px;
}


.contact-btn li{
	width: 48%;
	float: left;
	margin-right: 2%;
}

.contact-btn li:last-child{
	margin-right: 0;
}

.contact-btn-back li{
	width: 100%;
}

.contact-btn li input,
.contact-btn-back li input{
	display: block;
	width: 100%;
	background: #aaa;
	color: #fff;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: -webkit-transform 0.35s;
	transition: all 0.35s;
}

.contact-btn li:last-child input{
	background: #5b5b97;
}

.contact-btn li input:hover,
.contact-btn-back li input:hover{
	background: #555;
}

.contact-btn li:last-child input:hover{
	background: #c23c56;
}

.thanks-txt{
	text-align: center;
	font-weight: bold;
	color: #e63d5d;
	font-size: 1.6rem;
	margin: 20px auto 50px;
	line-height: 3rem;
}

.check-txt{
	margin-bottom: 1rem;
}

.btn-toppage a{
	display: block;
	text-align: center;
	line-height: 5rem;
	width: 100%;
	background: #dfdff3;
	border: 1px solid #5b5b97;
	font-weight: bold;
	-webkit-transition: -webkit-transform 0.35s;
	transition: all 0.35s;
}

.btn-toppage a::after{
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-left: .5em;
	border-top: 2px solid #5b5b97;
	border-right: 2px solid #5b5b97;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 2px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: all 0.35s;
}
.btn-toppage a:hover{
	background: #5b5b97;
	color: #fff;
}
.btn-toppage a:hover::after{
	border-color: #fff;
}

.p-line{
	display: inline;
}

.list-circle.error{
	margin-top: 2rem;
}

.list-circle.error li span{
	color: #e63d5d;
	font-weight: bold;
}

@media screen and (min-width: 640px){
	
	.table-box dl{
		display: table;
	}
	
	.table-box dl dt,
	.table-box dl dd{
		padding: 15px 20px;
		display: table-cell;
		vertical-align: middle;
	}

	.table-box dl dt{
		border-bottom: 1px solid #b0c2cf;
		background: #eff3f5;
		text-align: left;
		width: 20rem;
	}
	.table-box dl:first-of-type dt{
		border-top: 1px solid #b0c2cf;
	}

	.table-box dl dd{
		border-bottom: 1px dotted #d9d9d9;
	}
	.table-box dl:first-of-type dd{
		border-top: 1px dotted #d9d9d9;
	}

	.table-box dl dd input,
	.table-box dl dd textarea{
		border: 1px solid #cdcdcd;
		width: 100%;
		font-size: 1.4rem;
	}

	.table-box dl dd input{
		width: 50%;
	}
	
	.table-box dl dd span{
		margin-left: 0.5rem;
	}
	
	.contact-btn{
		margin: 20px 190px 0;
	}
	
	.contact-btn li{
		width: 280px;
		margin-right: 20px;
	}
	
	.contact-btn-back{
		margin: 0 340px;
	}
	
	.contact-btn-back li{
		width: 280px;
	}
	
	.thanks-txt{
		text-align: center;
		margin: 50px auto 0;
		line-height: 5rem;
	}
	
	.btn-toppage a{
		width: 280px;
		margin: 80px auto 0;
	}
}
</pre></body></html>