/* --------------------------------------------------------------------------------------
   お問合せ
--------------------------------------------------------------------------------------- */

.contact-wrap{
	margin: 56px auto 0;
	max-width: 1180px;
	padding: 0 40px 96px;
}

.contact-wrap > p{
	font-size: 1.6rem;
	letter-spacing: .075em;
	line-height: 1;
	text-align: center;
}

.contact-wrap .mail{
	display: flex;
	justify-content: space-between;
}

.contact-wrap .mail section{
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 32px 20px;
	width: 33%;
}

.contact-wrap .mail h4{
	color: #00847d;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
	text-align: center;
}

.contact-wrap .mail h4 span {
	display: inline-block;
	letter-spacing: .075em;
	line-height: 1.5;
	padding-left: 22px;
	position: relative;
}

.contact-wrap .mail h4 span::before {
	background: #00847d;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.contact-wrap .mail a{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	overflow-wrap: anywhere
}

.contact-wrap .mail a:hover{
	text-decoration: none;
}

.contact-wrap .attention{
	background: #f5f5f5;
	padding: 48px 0 48px 68px;
	width: 100%;
}

.contact-wrap .attention p{
	letter-spacing: .075em;
	line-height: 1.6;
	position: relative;
	text-align: left;
}

.contact-wrap .attention p::before{
	content: '・';
	left: -20px;
	position: absolute;
}

@media (max-width: 900px) {

	.contact-wrap {
		margin: 9.6vw auto 0;
		padding-bottom: 12.8vw;
		padding-left: 5.333vw;
		padding-right: 5.333vw;
		width: auto;
	}

	.contact-wrap > p {
		font-size: 3.733vw;
		line-height: 1.7;
	}

	.contact-wrap .mail {
		display: block;
		margin-top: 6.4vw;
	}

	.contact-wrap .mail section {
		margin: 4.267vw auto;
		padding: 7.467vw 4.467vw;
		text-align: left;
		width: 100%;
	}

	.contact-wrap .mail h4 {
		font-size: 5.333vw;
		line-height: 1.6;
		margin-bottom: 6.4vw;
		margin-left: 5.333vw;
		text-align: left;
	}

	.contact-wrap .mail h4 span { padding-left: 0; }

	.contact-wrap .mail h4 span::before {
		bottom: unset;
		height: 100%;
		left: -5.467vw;
		top: -.5vw;
	}

	.contact-wrap .mail a { font-size: 4.067vw; }

	.contact-wrap .attention { padding: 5.333vw 3.2vw 5.333vw 7.467vw; }

	.contact-wrap .attention p::before { left: -3.2vw; }
}
