@charset "UTF-8";

table.layout.respTable {
table-layout:fixed;
}



/* お問い合わせへの誘導 */
#contact-us div.col2-l {
	width: 56px;
}

#contact-us div.col2-r {
	width: 437px;
}

#contact-us ul.arrow-gray1 {
	margin: 0;
}

#contact-us ul.arrow-gray1 li {
	margin: 0;
	font-size: 100%;
}

#contact-us div.by-mail p {
	margin: 5px 0 0;
	text-align: right;
}

#contact-us div.wrap.single {
	width: 507px;
}


#contact-us table.layout td{
	width:50%;
	vertical-align: top;
}

#contact-us table.layout dl{
	margin:0;
}
#contact-us table.layout dl dt{
	display:inline-block;
	vertical-align:top;
	width:60px;
}
#contact-us table.layout dl dd{
	display:inline-block;
	vertical-align:top;
	padding-left:0.4rem;
	margin:0;
	width:360px;
}
#contact-us table.layout dl dd ul.arrow-gray1{
	margin-top:0;
}
#contact-us table.layout dl dd ul.arrow-gray1 li{
	margin-top:0;
	font-size:1rem;
}


@media screen and (max-width:640px){
#contact-us div.wrap {
	width: 100%;
}
	#contact-us table.layout td{
		width:100%;
	}
/* 	
	#contact-us table.layout dl dt{
		width:20%;
	}
 */
	#contact-us table.layout dl dd{
		width:76%;
	}
body.wide1200 #contact-us div.wrap{
	width:507px;
}

/* お問い合わせへの誘導 */
#contact-us div.col2-l {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:20%;
}

#contact-us div.col2-r {
	display:inline-block;
	vertical-align:top;
	width:78%;
}

#contact-us div.wrap.single {
	width: 100%;
}

}


/* *お電話でのお問い合わせ* */

div.notes.contact_us{
	
	font-size:1.2rem;
	border-radius:3px;
}	
	div.notes.contact_us strong:nth-of-type(1){
		display:block;
		border-bottom:1px dotted #999999;
		margin-bottom:0.4rem;
	}
	div.notes.contact_us strong:nth-of-type(1):before{
		display:inline-block;
		font-family:"jpsmt";
		font-size:1rem;
		margin-right:0.4rem;
		content:"\31";
	}
	
	@media screen and (max-width:640px){
			div.notes.contact_us{
				font-size:1.1rem;
				margin:0 -12px;
				padding:1rem;
			}
	}


.col.contact_us div.col3{
	height:180px;
	width:33%;
	border:5px solid rgba(255,255,255,1);
	border-radius:10px;
	box-sizing:border-box;
	box-shadow: 0px 0px 2px 2px rgba(255,255,255,1) inset;
	padding:15px 20px;
}
	.col.contact_us div.col3:nth-child(1){
		background:rgba(238,64,58,0.1);
	}
	.col.contact_us div.col3:nth-child(2){
		background:rgba(48,73,155,0.1);
	}
	.col.contact_us div.col3:nth-child(3){
		background:rgba(86,185,73,0.1);
	}

.col.contact_us strong{
	display:block;
}
.col.contact_us small{
	display:block;
}
.col.contact_us address{
	font-weight:bold;
	font-size:2rem;
	font-family:Arial, Helvetica, sans-serif;
}
	.col.contact_us address rt{
		font-size:0.8rem;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}


@media screen and (max-width:640px){


/* *お電話でのお問い合わせ* */
.col.contact_us div.col3{
	height:auto;
	width:100%;
}

table.layout.guidance td{
	padding:2px;
}

table.respTable td {
	display: block;
	width: 100%;
	padding: 6px 4px;
}

}


.repletion{
	padding:1rem 0;
	border-top:1px dotted #999966;
}

@media screen and (max-width:640px){
	.repletion br.clear{
		display:none;
	}
	.repletion div.clear{
		display:none;
	}
	.repletion *.sp-b10{
		margin-bottom:0 !important;
	}
}