.p-contact {
	display: none;
}

.p-footer {
	border-top: 1px solid #d1d1d1;
}

.p-head-top {
	font-size: 3.4rem;
	line-height: 1.8823529412;
	letter-spacing: .05em;
	margin-bottom: 7rem;
}

.p-head-top p {
	text-align: justify;
}

.contact-box {
	border-top: .8rem solid #0070ac;
	font-family: "Hiragino Kaku Gothic","Hiragino Kaku W3",sans-serif;
	margin-bottom: 12rem;
	text-align: center;
}

.contact-box__tel {
	padding: 6rem 0;
}

.contact-box__tel .tel {
	color: #0070ac;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 5.6rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: .6785714286;
}

.contact-box__tel .tel span {
	font-size: 3rem;
	letter-spacing: .2em;
	line-height: 1;
	margin-right: 1rem;
}

.contact-box__txt {
	background-color: #f7f7f4;
	font-size: 3.4rem;
	line-height: 2;
	letter-spacing: .1em;
	padding: 5rem 0;
	text-align: left;
}

.p-access {
	padding-bottom: 12rem;
}

@media (min-width: 768px) {

.p-head-top {
	font-size: 1.6rem;
	line-height: 2.375;
	margin-bottom: 4.4rem;
}

.contact-box {
	border-top-width: .5rem;
	margin-bottom: 9.8rem;
}

.contact-box__tel {
	padding: 3.9rem 0;
}

.contact-box__tel .tel {
	font-size: 4rem;
	line-height: .95;
}

.contact-box__tel .tel span {
	font-size: 2.4rem;
	line-height: 1.4;
}

.contact-box__txt {
	font-size: 1.6rem;
	padding: 3.6rem 0;
	text-align: center;
}

.p-access {
	padding-bottom: 15rem;
}

}

@media (max-width: 767px) {

.contact-box__txt p {
	margin-right: -2rem;
}

}

