@charset "utf-8";
.pagetitle {
		margin: 0 0 30px;
}
.me_main {
		margin: 0 0 80px;
}
.me_main img {
		width: 100%;
		height: auto;
}
.me_caption {
		padding: 0 45px;
}
.me_caption p {
		line-height: 2.0;
		margin: 0 0 2em;
}
@media(max-width: 834px) {
		.pagetitle {
				width: 20.5vw;
				margin: 10vw auto 10px;
		}
		.me_main {
				margin: 0 0 40px;
		}
		.me_main img {
				width: 100%;
				height: auto;
		}
		.me_caption {
				padding: 0;
		}
}
.contact_btn_center {
		display: flex;
		justify-content: center;
		margin-top: 20px;
}
.contact_btn_center a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		height: 98px;
		line-height: 98px;
		width: 98px;
		border-radius: 50%;
		border: none;
		background: #2C2C2C;
		box-sizing: border-box;
		border: 1px solid #2C2C2C;
		color: #fff;
		font-family: YuMincho, 'Noto Serif JP', 'Yu Mincho', serif;
		transition: background 0.4s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.contact_btn_center a:hover {
				background: #f5f5f5;
				color: #2C2C2C;
				transform: scale(0.8);
		}
}