@charset "utf-8";
@import url("/css/sp/module/calc.css?v=2");

.partners_address {
	float: left;
	margin: 0 30px 10px 0;
}
.contact_select {
	clear: both;
	margin-bottom: 30px;
	margin-left: -7px;
}
.contact_select h2 {
	margin: 0;
	background: none;
}

.contact_select .staff img {
	width: 85px;
	height: 85px;
}

#calc_initiator #example {
	display: none;
}

#visual_zenkoku {
	position: relative;
}

#visual_zenkoku p {
	position: absolute;
	top: 5px;
	left: 15px;
	color: #000;
	font-size: 50px;
	-webkit-text-stroke-width: 9px;
}
#visual_zenkoku p::before {
	position: absolute;
	content: attr(data-text);
	color: #fff;
	-webkit-text-stroke-width: 8px;
}
#visual_zenkoku p::after {
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-text);
	color: #d00;
	-webkit-text-stroke-width: 2px;
}
#visual_zenkoku p+p {
	top: 70px;
	left: 10px;
	font-size: 60px;
}

#calc #visual_zenkoku {
	display: none;
}

div.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
div.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section h3.normalh3 {
	text-align: center;
	outline: none;
	border: none !important;
	background: none;
}
section h3.normalh3::before {
	content: none;
	border: none;
}

@media screen and (max-width:  640px){
	#visual_zenkoku p {
		font-size: 9vw;
	}
	#visual_zenkoku p+p {
		top: 50px;
		font-size: 8vw;
	}
	main > address.contact .contact_line {
		margin-top: -15px;
	}

	address.contact .contact_line {
		margin-top: -55px;
	}
}