@charset "UTF-8";
/* ----------------------------------------------------------------
price
---------------------------------------------------------------- */
#contact{
	max-width: 1200px;
	margin: 0 auto 150px;
	text-align: center;
}
#contact a {
    position: relative;
    padding: 12px 40px;
    border: solid 1px #333;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    max-width: 370px;
    margin-bottom: 10px;
}
#contact .midashi{
	margin-bottom: 30px;
}
#contact .box{
	margin-bottom: 30px;
}
#contact .sitename{
	margin-bottom: 10px;
	font-weight: bold;
}
#contact a:before{
	position: absolute;
	content: "";
    width: 16px;
    height: 16px;
    right: 10px;
    margin-top: -8px;
	top: 50%;
	background: url("../../common/img/icon_site_b.svg") center no-repeat;
}
#contact a:hover{
	text-decoration: none;
	background: #d3d3d3;
}
@media screen and (max-width: 767px) {
#contact{
	margin: 0 5% 30px;
}
#contact .midashi {
    margin-bottom: 15px;
    font-size: 17px;
}
#contact a {
    font-size: 17px;
    padding: 12px 35px;
}
#contact {
    margin-bottom:60px;
}
}