@charset "utf-8";
/* CSS Document */

#lower-image {
	position: relative;
	background: url(../../about/images/main_image.jpg) center -150px;
	background-size: cover;
	overflow: hidden;
}

.PageHeader {
	width: 100%;
}

#lower-contents .PageHeader__ttl {
	height: auto;
}

#lower-contents .PageHeader__ttl img {
	width: 100%;
	vertical-align: bottom;
}

#lower-contents #main-contents section h2:before {
	border-color: #ff6577;
}

#main-contents section figure {
	margin: 0 auto 20px;
}

#main-contents #contact-box dl {
	display: inline-block;
	margin: auto;
	text-align: left;
	vertical-align: top;
}

#main-contents #contact-box dl div {
	padding-left: 50px;
}

#main-contents #contact-box dt {
	margin-bottom: 5px;
}

#main-contents #contact-box dd {
	font-size: 1.2rem;
}

#main-contents #contact-box .tel {
	background: url(../images/icon_tel.png) left center no-repeat;
	background-size: 30px 30px;
	background-position: top left 10px;
}

#main-contents #contact-box .tel dt {
	color: #ff6577;
	font-size: 3rem;
	font-weight: bold;
	font-family: "Ubuntu",sans-serif;
	line-height: 1;
}

#main-contents #contact-box .mail {
	margin-top: 20px;
	background: url(../images/icon_mail.png) left center no-repeat;
	background-size: 30px 30px;
	background-position: top left 10px;
}

#main-contents #contact-box .mail dt {
	display: inline-block;
}

#main-contents #contact-box .mail dt a {
	display: block;
	padding: 8px 15px;
	color: #ff6577;
	font-size: 1.3rem;
	font-weight: bold;
	border: 1px solid #ff6577;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#main-contents #contact-box .mail dt a:hover {
	color: #fff;
	background-color: #ff6577;
}


@media screen and (min-width: 768px) {
	#main-contents section .outline {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	#main-contents section figure {
		width: 30%;
		margin: 0;
	}

	#main-contents section p {
		width: calc(70% - 30px);
	}

	#main-contents #contact-box dl {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#main-contents #contact-box .tel {
		margin-right: 20px;
	}

	#main-contents #contact-box .tel dt {
		font-size: 3.4rem;
	}

	#main-contents #contact-box .mail {
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	.PageHeader {
		width: calc(100% - 120px);
		margin-top: 30px;
	}

	#main-contents #contact-box .tel {
		background-size: 40px 40px;
		background-position: top left;
	}

	#main-contents #contact-box .mail {
		background-size: 40px 40px;
		background-position: top left;
	}
}