@charset "UTF-8";
.intro {
	text-align: center;
}
.intro_inner {}
.intro_title {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
}
.intro_title > img {}
.intro_text {
	font-size: 16px;
	line-height: 2;
	margin-top: 25px;
	text-align: left;
}
.mainImage {
	max-width: 850px;
	margin: 70px auto 100px;
}
.mainImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.outline_table {}
.outline_table > tbody > tr > th[colspan="2"] {
	background: #ddd;
	line-height: 1.4;
	padding: 6px 15px;
}
.outline_table > tbody > tr > td > a.-more {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	background: rgb(47, 92, 174);
	border-radius: 5px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}
.outline_table > tbody > tr > td > a.-more::before {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.outline_sect {}
.outline_headline {
	position: relative;
	padding-left: 10px;
	margin-bottom: 6px;
}
.outline_headline::before {
	content: "";
	width: 6px;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: block;
	background: rgb(48, 93, 173);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.outline_text {
	padding-left: 10px;
}
.group_dList {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 15px;
	width: 49%;
	display: inline-block;
}
.group_dList > dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}
.group_dList > dt > a {
	display: inline-block;
	vertical-align: middle;
	background: #305dad;
	color: #fff;
	font-size: 12px;
	min-width: 60px;
	padding: 0 10px;
	text-align: center;
	border-radius: 3px;
	line-height: 24px;
	text-decoration: none;
}
.group_dList > dt > a:hover {}
.group_dList > dt > a:before {
	content: "";
}
.group_dList > dt > a:after {
	content: "";
}
.group_dList > dd {
	padding-left: 2em;
}
.group_headline {
	background: rgb(173, 190, 224);
	font-size: 14px;
	padding: 9px 10px;
	margin-bottom: 15px;
}
.intro_cols {
	display: flex;
	align-items: center;
}
.intro_col {}
.intro_col-txt {
	width: 660px;
}
.intro_col-img {
	width: calc(100% - 680px);
	margin-left: auto;
	max-width: 310px;
}
.intro_image {
	padding-bottom: 100%;
	position: relative;
}
.intro_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:999px) {
	.intro {}
	.intro_inner {}
	.intro_title {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	.intro_title > img {
		width: 500px;
	}
	.intro_text {
		font-size: 14px;
		line-height: 2.4;
		text-align: center;
		margin-top: 0;
	}
	.mainImage {
		margin: 50px 0;
	}
	.mainImage > img {}
	.outline_sect {}
	.outline_headline {}
	.outline_headline::before {}
	.outline_text {}
	.group_dList {
		width: auto;
		display: block;
	}
	.group_dList > dt {}
	.group_dList > dt > a {}
	.group_dList > dt > a:hover {}
	.group_dList > dt > a:before {}
	.group_dList > dt > a:after {}
	.group_dList > dd {}
	.group_headline {}
	.intro_cols {
		display: block;
	}
	.intro_col {
		width: auto;
		max-width: none;
	}
	.intro_col-txt {}
	.intro_col-img {
		max-width: 300px;
		margin: 40px auto 0;
	}
	.intro_image {}
	.intro_image > img {}
}
@media screen and (max-width:699px) {
	.intro {
		margin-bottom: 45px;
	}
	.intro_inner {}
	.intro_title {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.intro_title > img {
		width: 280px;
	}
	.intro_text {
		text-align: left;
		margin-top: 0;
		line-height: inherit;
	}
	.mainImage {
		margin: 25px 0 45px;
	}
	.mainImage > img {}
	.outline_table > tbody > tr > th[colspan="2"] {
		padding: 3px 5px;
		line-height: inherit;
		margin-bottom: 0;
	}
	.outline_table > tbody > tr.-ss {
		margin-bottom: 0;
	}
	.outline_table > tbody > tr > td > a.-more {
		display: block;
		margin: 10px auto 0;
		text-align: center;
		max-width: 140px;
	}
	.outline_sect {}
	.outline_headline {}
	.outline_headline::before {}
	.outline_text {}
	.group_dList {}
	.group_dList > dt {
		font-size: inherit;
	}
	.group_dList > dt > a {
		line-height: 20px;
		min-width: 54px;
	}
	.group_dList > dt > a:hover {}
	.group_dList > dt > a:before {}
	.group_dList > dt > a:after {}
	.group_dList > dd {
		padding-left: 0;
	}
	.group_headline {}
	.intro_cols {}
	.intro_col {}
	.intro_col-txt {}
	.intro_col-img {
		max-width: 200px;
		margin-top: 20px;
	}
	.intro_image {}
	.intro_image > img {}
}
