@charset "UTF-8";
#main {
	padding-bottom: 137px;
}
@media screen and (max-width: 767px) {
	#main {
		padding-bottom: 120px;
	}
}
#main .breadcrumb {
	width: 100%;
	background-color: #efefef;
	color: #fff;
}
#main .breadcrumb ul {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	width: 1200px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	list-style: none;
}
@media print, screen and (max-width: 1200px) {
	#main .breadcrumb ul {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	#main .breadcrumb ul {
		height: 30px;
		font-size: 11px;
		line-height: 1.5454545455;
		letter-spacing: 0;
	}
}
#main .breadcrumb ul li.home {
	display: none;
}
#main .breadcrumb ul li a {
	color: #000;
	text-decoration: none;
}
#main .breadcrumb ul li a:not([class='last']):hover {
	text-decoration: underline;
}
#main .breadcrumb ul li:not(:last-child):after {
	content: '／';
	margin-left: 1px;
	color: #000;
}
#main .standard_h2 {
	margin-top: 83px;
	margin-bottom: 85px;
	color: #000;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4857142857;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	#main .standard_h2 {
		margin-top: 40px;
		margin-bottom: 53px;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
#main .standard_h2:after {
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 70px;
	height: 5px;
	background-color: #224e9d;
}
@media screen and (max-width: 767px) {
	#main .standard_h2:after {
		bottom: -13px;
		width: 50px;
		height: 3px;
	}
}
#main .standard_h3 {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: center;
	width: 500px;
	height: 45px;
	margin: 0 auto 70px;
	background-color: #5ec3d5;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4545454545;
	letter-spacing: 0;
	border-radius: 23px;
}
@media screen and (max-width: 767px) {
	#main .standard_h3 {
		width: 300px;
		height: 40px;
		margin: 0 auto 35px;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
#main .return_button {
	width: 100%;
	max-width: 400px;
	height: 60px;
	margin: 50px auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border: 1px solid #224e9d;
	border-radius: 30px;
}
@media screen and (max-width: 767px) {
	#main .return_button {
		max-width: 300px;
		height: 55px;
		margin: 40px auto 35px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
}
#main .return_button a {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #224e9d;
	text-decoration: none;
	border-radius: 30px;
	position: relative;
	transition: background-color 0.2s, color 0.2s;
}
#main .return_button a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	background-image: url('../media/images/common/yamagata/arrow_return.svg');
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#main .return_button a:before {
		left: 10px;
		width: 30px;
		height: 30px;
	}
}
#main .return_button a:hover {
	background-color: #224e9d;
	color: #fff;
}
#main .return_button a:hover:before {
	background-image: url('../media/images/common/arrow_return_hover.svg');
}
#main .center {
	display: flex;
	justify-content: center;
}
#main .center p {
	max-width: 700px;
	margin: 20px 0;
	line-height: 1.6;
}
#main .center p.center {
	text-align: center;
}
