@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1rem !important;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4rem;
	color: #004098;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.1rem;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.5rem;
	position: relative;
	color: #004098;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine02::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #004098;
	content: '';
}
.headLine02 .sub {
	padding-right: 1rem;
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 0.2rem;
		font-size: 1.3rem;
	}
	.headLine02::before {
		display: none;
	}
	.headLine02 .sub {
		padding-right: 0;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: 0 auto;
	max-width: 80.2rem;
}
.comTextList > li:not(:last-child) {
	margin-bottom: 3rem;
}
.comTextList li .textBox .text {
	margin-bottom: 5.6rem;
	line-height: 1.78;
}
.comTextList li .textBox .text a:hover {
	opacity: 0.7;
}
.comTextList li .textBox .text:last-child {
	margin-bottom: 0;
}
.comTextList li .textBox .text.style01 {
	line-height: 1.41;
}
.comTextList li .noteList > li {
	padding-left: 1em;
	line-height: 1.87;
	text-indent: -1em;
}
.comTextList li .noteList.style01 li {
	line-height: 1.68;
}
.comTextList li .noteList.style02 li {
	line-height: 1.52;
}
.comTextList li .noteList.style03 li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.comTextList li .noteList > li .number {
	display: inline-block;
	min-width: 2.9rem;
	text-align: right;
}
.comTextList li .noteList.style04 > li {
	padding-left: 0;
	text-indent: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comTextList li .noteList.style04 > li .sub {
	display: block;
	width: calc(100% - 2.9rem);
}
.comTextList li .noteList.first > li {
	margin-bottom: 0.6rem;
	line-height: 1.45;
}
.comTextList li .noteList.first > li:last-child {
	margin-bottom: 0;
}
.comTextList li .noteList li a:hover {
	opacity: 0.7;
}
.comTextList li .subUl li {
	padding-left: 1em !important;
	line-height: 1.8 !important;
	text-indent: -1em !important;
}
.comTextList li .text + .noteList {
	margin-top: -5rem;
}
.comTextList li .text + .noteList.style01 {
	margin-top: -5.5rem;
}
@media all and (max-width: 896px) {
	.comTextList {
		margin: 0;
		max-width: inherit;
		font-size: 1.2rem;
		word-break: break-all;
	}
	.comTextList > li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.comTextList li .textBox .text {
		margin-bottom: 1.2rem;
	}
	.comTextList li .noteList > li {
		line-height: 1.42 !important;
	}
	.comTextList li .noteList > li.mr01 {
		margin-right: -1rem;
	}
	.comTextList li .noteList > li.spec {
		text-indent: -1.3em;
		padding-left: 1.3em;
	}
	.comTextList li .noteList > li .number {
		min-width: 2rem;
	}
	.comTextList li .noteList.style04 > li .sub {
		width: calc(100% - 2rem);
	}
	.comTextList li .subUl li {
		padding-left: 1em !important;
		line-height: 1.4 !important;
		text-indent: -1em !important;
	}
	.comTextList li .text + .noteList {
		margin-top: 0;
	}
	.comTextList li .text + .noteList.style01 {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox .textBox {
	margin: 0 auto -0.2rem;
	padding: 2.4rem 2rem 2rem;
	width: 28rem;
	min-height: 12.5rem;
	background: url(../img/common/link_bg01.png) no-repeat center top / 100%;
	box-sizing: border-box;
}
.comLinkBox .textBox .text {
	color: #002870;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
}
.comLinkBox .link {
	margin: 0 auto;
	width: 41.2rem;
}
.comLinkBox .link a {
	display: block;
}
.comLinkBox .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkBox .textBox {
		padding: 1.6rem 2rem 2rem;
		width: 19.6rem;
		min-height: 8.8rem;
		background-image: url(../img/common/link_bg01_sp.png);
	}
	.comLinkBox .textBox .text {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.comLinkBox .link {
		margin: 0 auto;
		width: auto;
		max-width: 28.6rem;
	}
}