@charset "UTF-8";

section {
	padding-bottom: 0;
}
.contents_area {
	margin-bottom: 50px;
}
.midashi {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}

/* お問い合わせ */
.contact * {
	color: #fff;
}
.contact {
	background: #5a6e9d;
	text-align: center;
	padding:30px 0 50px;
}
.contact h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	color: #000e66;
	letter-spacing: 0.05em;
	margin: 0 0 1.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.contact h3 img.icon_l {
	width: 42px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 42px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 5em;
	border: solid 1px #fff;
	position: relative;
}
.contact a:after {
	content: "▶";
	font-size: 1.2rem;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 375px) {
}

@media (min-width: 768px) {
.contents_area {
	margin-bottom: 80px;
}
.contents_area > div {
  margin-left: 66px;
}

/* お問い合わせ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 2.6rem;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.contact h3 img.icon_l {
	width: 56px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 56px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 2.6rem;
}
.contact a:after {
	content: "▶";
	font-size: 1.8rem;
}
}

@media (min-width: 1240px) {
.contents_area {
	margin-bottom: 100px;
}
.contents_area > div {
  margin-left: 87px;
}

/* お問い合わせ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 3.6rem;
}
.contact h3 img.icon_l {
	width: 72px;
	margin: 0;
}
.contact h3 img.icon_r {
	width: 72px;
	margin: 0;
}
.contact a {
	font-size: 3.6rem;
}
}
