@charset "UTF-8";
.areaTerms {
	border-top: 1px solid #ccc;
	padding-top: 51px;
}
.areaTerms_text {
	padding-bottom: 54px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 58px;
}
.terms {
	margin-bottom: 60px;
}
.terms:last-child {
	margin-bottom: 0;
}
.terms_title {}
.terms_oList {
	list-style: none;
	counter-reset: number;
}
.terms_oList > li {
	counter-increment: number;
	position: relative;
	z-index: 1;
	padding-left: 2em;
	margin-top: 45px;
	word-break: break-word;
}
.terms_oList.pt02 > li {
	counter-increment: cnt;
}
.terms_oList > li a {}
.terms_oList > li::before {
	content: counter(number)".";
	display: block;
	position: absolute;
	z-index: 1;
	top: 1.19em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.terms_oList.pt02 > li::before {
	content: "(" counter(cnt) ")";
	display: block;
	position: absolute;
	z-index: 1;
	top: 1.19em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.terms_oList > li:first-child {
	margin-top: 0;
}
.terms_oList > li:last-child {}
.terms_oList > li:nth-child(2n+1) {}
.terms_oList > li:nth-child(n+3) {}
.terms_cOList {
	font-size: 87.5%;
	margin-top: 47px;
	padding-left: 1.2em;
}
.terms_cOList > li {
	padding-left: 1em;
    list-style-type: none;
	counter-increment: cnt;
}
.terms_cOList.pt02 > li {
	list-style-type: unset;
}
.terms_cOList > li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}
.terms_cOList.pt02 > li::before {
	content: "";
	display: none;
}
.terms_cOList > li:first-child {
	margin-top: 0;
}
.terms_cOList > li:last-child {}
.terms_cOList > li:nth-child(2n+1) {}
.terms_cOList > li:nth-child(n+3) {}
.terms_text {
	margin-bottom: 30px;
}
.terms_text > a {}
.terms_text:last-child {
	margin-bottom: 0;
}
.terms_text .terms_text_width{
    width:6em;
    display:inline-block;
}
.terms_listTxt {}
.terms_gCOList {
	list-style: lower-roman;
	margin-top: 10px;
}
.terms_gCOList > li {
    list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.terms_gCOList.pt02 > li {
    list-style: inherit;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.terms_gCOList > li:first-child {}
.terms_gCOList > li:last-child {}
.terms_gCOList > li:nth-child(2n+1) {}
.terms_gCOList > li:nth-child(n+3) {}
.termsWrap {}
.areaTerms_dateList {
	list-style: none;
	margin-top: 60px;
	text-align: right;
}
.areaTerms_dateList > li {}
.areaTerms_dateList > li:first-child {}
.areaTerms_dateList > li:last-child {}
.areaTerms_dateList > li:nth-child(2n+1) {}
.areaTerms_dateList > li:nth-child(n+3) {}
.termNav {
	max-width: 640px;
	margin: 0 auto 80px;
}
.termNav_list {
	list-style: none;
	display: flex;
}
.termNav_list > li {
	width: 50%;
}
.termNav_list > li:first-child {}
.termNav_list > li:last-child {}
.termNav_list > li:nth-child(2n+1) {}
.termNav_list > li:nth-child(n+3) {}
.termNav_list > li > a {
	text-decoration: none;
	color: inherit;
	border: 3px solid #333333;
	border-radius: 14px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.termNav_list > li > a.isCurrent {
	background-color: #DDFBFF;
}
.termNav_list > li:first-child > a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.termNav_list > li:last-child > a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}
.termNav_list > li > a::before {
	content: "";
}
.termNav_list > li > a::after {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #333;
	box-sizing: border-box;
	background-color: #DDFBFF;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-left: none;
	border-top: none;
	margin-top: 2px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.termNav_list > li > a.isCurrent::after {
	opacity: 1;
}
.termNav_list > li > a::after {}
.areaTermsWrap {
	display: none;
}
.areaTermsWrap.isCurrent {
	display: block;
}
.areaTermsWrap_title {
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width:1000px) {
	.termNav_list > li > a:hover {
		background-color: #DDFBFF;
	}
	.terms_oList > li a:hover {}
	.terms_text > a:hover {}
}
@media screen and (max-width:999px) {
	.areaTerms {
		padding-top: 40px;
	}
	.areaTerms_text {
		padding-bottom: 40px;
		margin-bottom: 45px;
	}
	.terms {
		margin-bottom: 50px;
	}
	.terms:last-child {}
	.terms_title {}
	.terms_oList {}
	.terms_oList > li {
		margin-top: 30px;
	}
	.terms_oList > li a {}
	.terms_oList > li::before {}
	.terms_oList > li:first-child {}
	.terms_oList > li:last-child {}
	.terms_oList > li:nth-child(2n+1) {}
	.terms_oList > li:nth-child(n+3) {}
	.terms_cOList {
		margin-top: 30px;
	}
	.terms_cOList > li {}
	.terms_cOList > li::before {}
	.terms_cOList > li:first-child {}
	.terms_cOList > li:last-child {}
	.terms_cOList > li:nth-child(2n+1) {}
	.terms_cOList > li:nth-child(n+3) {}
	.terms_text {
		margin-bottom: 20px;
	}
	.terms_text > a {}
	.terms_text:last-child {}
	.terms_listTxt {}
	.terms_gCOList {}
	.terms_gCOList > li {}
	.terms_gCOList > li::before {}
	.terms_gCOList > li:first-child {}
	.terms_gCOList > li:last-child {}
	.terms_gCOList > li:nth-child(2n+1) {}
	.terms_gCOList > li:nth-child(n+3) {}
	.termsWrap {}
	.areaTerms_dateList {}
	.areaTerms_dateList > li {}
	.areaTerms_dateList > li:first-child {}
	.areaTerms_dateList > li:last-child {}
	.areaTerms_dateList > li:nth-child(2n+1) {}
	.areaTerms_dateList > li:nth-child(n+3) {}
	.termNav {}
	.termNav_list {}
	.termNav_list > li {}
	.termNav_list > li:first-child {}
	.termNav_list > li:last-child {}
	.termNav_list > li:nth-child(2n+1) {}
	.termNav_list > li:nth-child(n+3) {}
	.termNav_list > li > a {}
	.termNav_list > li > a.isCurrent {}
	.termNav_list > li:first-child > a {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.termNav_list > li:last-child > a {}
	.termNav_list > li > a::before {}
	.termNav_list > li > a::after {}
	.termNav_list > li > a.isCurrent::after {}
	.termNav_list > li > a::after {}
	.areaTermsWrap {}
	.areaTermsWrap.isCurrent {}
	.areaTermsWrap_title {}
}
@media screen and (max-width:767px) {
	.areaTerms {
		padding-top: 28px;
	}
	.areaTerms_text {
		padding-bottom: 26px;
		margin-bottom: 30px;
	}
	.terms {
		margin-bottom: 40px;
	}
	.terms:last-child {}
	.terms_title {}
	.terms_oList {}
	.terms_oList > li {
		padding-left: 1.5em;
		margin-top: 24px;
	}
	.terms_oList > li a {}
	.terms_oList > li::before {
		top: .91em;
	}
	.terms_oList > li:first-child {}
	.terms_oList > li:last-child {}
	.terms_oList > li:nth-child(2n+1) {}
	.terms_oList > li:nth-child(n+3) {}
	.terms_cOList {
		margin-top: 15px;
		padding-left: 1em;
	}
	.terms_cOList > li {
		padding-left: 0.5em;
	}
	.terms_cOList > li::before {
		top: .91em;
	}
	.terms_cOList > li:first-child {}
	.terms_cOList > li:last-child {}
	.terms_cOList > li:nth-child(2n+1) {}
	.terms_cOList > li:nth-child(n+3) {}
	.terms_text {}
	.terms_text > a {}
	.terms_text:last-child {}
	.terms_listTxt {}
	.terms_gCOList {}
	.terms_gCOList > li {}
	.terms_gCOList > li::before {
		top: .91em;
	}
	.terms_gCOList > li:first-child {}
	.terms_gCOList > li:last-child {}
	.terms_gCOList > li:nth-child(2n+1) {}
	.terms_gCOList > li:nth-child(n+3) {}
	.termsWrap {}
	.areaTerms_dateList {
		margin-top: 45px;
	}
	.areaTerms_dateList > li {}
	.areaTerms_dateList > li:first-child {}
	.areaTerms_dateList > li:last-child {}
	.areaTerms_dateList > li:nth-child(2n+1) {}
	.areaTerms_dateList > li:nth-child(n+3) {}
	.termNav {
		margin-bottom: 50px;
	}
	.termNav_list {}
	.termNav_list > li {}
	.termNav_list > li:first-child {}
	.termNav_list > li:last-child {}
	.termNav_list > li:nth-child(2n+1) {}
	.termNav_list > li:nth-child(n+3) {}
	.termNav_list > li > a {
		border-width: 2px;
		font-size: 14px;
		text-align: center;
		line-height: 1.2;
		height: 55px;
	}
	.termNav_list > li > a.isCurrent {}
	.termNav_list > li:first-child > a {}
	.termNav_list > li:last-child > a {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.termNav_list > li > a::before {}
	.termNav_list > li > a::after {}
	.termNav_list > li > a.isCurrent::after {}
	.termNav_list > li > a::after {
		border-width: 2px;
		width: 14px;
		height: 14px;
		margin-top: 1px;
	}
	.areaTermsWrap {}
	.areaTermsWrap.isCurrent {}
	.areaTermsWrap_title {
		font-size: 26px;
		margin-bottom: 20px;
	}
    .terms_oList.pt02 > li::before {
        top: 0.9em;/*24.10.29*/
    }
}
