@charset "utf-8";
/* CSS Document */




.contact .wrap_white{
	padding: 6rem 2rem 8rem;
}


.about_tel_mail{
	text-align: left;
}
.about_tel_mail dl{
	 margin: 0 auto ;
    width: 840px;
}
.about_tel_mail dl dt{
	margin-bottom: 0.5em;
	padding-left: 1em;
	width: 230px;
	text-indent: -1em;
	font-size: 110%;
	line-height: 1.2;
}
.about_tel_mail dl dt:before{
	content: "●"
}
.about_tel_mail dl dd{
	width: 610px;
	line-height: 1.4;
}
.about_tel_mail dl dd.contact_tel{
	margin-bottom: 1.5em;
}
.about_tel_mail dl dd a{
	color: #fb8300;
}

.about_tel_mail dl dd ul li{
	margin-top: 0.25em;
}
.about_tel_mail dl dd ul li:before{
	content: "・"
}
.about_tel_mail dl dd ul li a{
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	/* PC */
	.about_tel_mail dl dd ul li a:hover{
		text-decoration: none
	}

}


@media screen and (max-width: 960px) {
	.about_tel_mail dl{
		width: 100%;
	}
	.about_tel_mail dl dt{
		width: 27.5%;
	}
	.about_tel_mail dl dd{
		width: 72.5%;
	}
}
@media screen and (max-width: 768px) {
	.contact .wrap_white{
		padding:8% 3vw 12%;
	}
	
	.about_tel_mail dl dt,
	.about_tel_mail dl dd{
		width: 100%;
	}
	.about_tel_mail dl dt br{
		display: none;
	}
	.about_tel_mail dl dd{
		padding-left: 1em;
	}
}


/* エラー */
.errorText,
.errM{
	color: #f00;
}
.errM,
.thanksM{
	font-size: 110%;
}
.noErr .form_wrap dl dt.req:after{
	content: none;
}

.thanksM{
	margin-bottom: 1em;
}


