@charset 'UTF-8';


/* =========================================================
terms
========================================================= */
#terms{
	border-bottom: 1px solid #231815;
}
#terms .inner{
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 120px;
}
#terms .inner .terms_text > p{
	line-height: 1.7em;
}
@media print, screen and (max-width: 860px) and (min-width: 751px) {
	#terms .inner{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 750px){
	#terms .inner{
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 1.2rem;
	}
}

/* =========================================================
terms_list
========================================================= */
#terms_list{
	position: relative;
	z-index: 1;
}
#terms_list p:before,
#terms_list p:after{
	display: none;
}
#terms_list p,
#terms_list h2,
#terms_list ul,
#terms_list ol,
#terms_list li{
	line-height:2em;
}
#terms_list > li{
	margin-bottom: 64px;
}
#terms_list > li:last-child{
	margin-bottom:0;
}
#terms_list > li h2{
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 1px;
	letter-spacing: 0.1em;
}
#terms_list > li h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(to left, #e1cec0, #e1cec0 1px, transparent 1px, transparent 1px);
	background-image:         linear-gradient(to left, #e1cec0, #e1cec0 1px, transparent 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 3px 1px;
}
#terms_list > li > p {
	font-size: 13px;
	letter-spacing: 0.1em;
}
#terms_list > li > p: last-child{
	margin-bottom: 0;
}
#terms_list > li h4 {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

#terms_list .ul-list{
	counter-reset:ul-list-num;
	margin-top:13px;
}
#terms_list .ul-list > li{
	font-size: 13px;
	position: relative;
	margin-top: 2px;
	padding-left: 33px;
}
#terms_list .ul-list > li:first-child {
	margin-top: 0;
}
#terms_list .ul-list > li:before{
	content: counter(ul-list-num) ".";
	counter-increment: ul-list-num;
	position:absolute;
	top:0;
	left:0;
}

#terms_list .ol-list-n {
	counter-reset:ol-list-num;
	margin-left: 28px;
	margin-bottom: 10px;
}
#terms_list .ol-list-n > li{
	position:relative;
	padding-left: 22px;
}
#terms_list .ol-list-n > li:first-child {
	margin-top: 0;
}
#terms_list .ol-list-n > li:before{
	content: counter(ol-list-num) ".";
	counter-increment: ol-list-num;
	position:absolute;
	top:0;
	left:0;
}

#terms_list .ol-list {
	counter-reset:ol-list-kana;
	margin-left: 28px;
	margin-bottom: 10px;
}
#terms_list .ol-list > li{
	position:relative;
	padding-left: 22px;
}
#terms_list .ol-list > li:first-child {
	margin-top: 0;
}
#terms_list .ol-list > li:before{
	content: counter(ol-list-kana, katakana-iroha) ".";
	counter-increment: ol-list-kana;
	position:absolute;
	top:0;
	left:0;
}

#terms_list .tbl_bloc {
	margin-top: 34px;
}
#terms_list .tbl_bloc > .tbl_terms{
	margin-bottom: 0;
}
#terms_list .tbl_bloc > .tbl_terms th span{
	font-size: 1em;
	display: block;
	width: 100%;
}
#terms_list .tbl_bloc > .tbl_terms01{
}
#terms_list .tbl_bloc > .tbl_terms01 th{
	width: 20%;
}
#terms_list .tbl_bloc > .tbl_terms01 td{
	width: 60%;
	padding: 13px 5px 14px 35px;
}
#terms_list .tbl_bloc > .tbl_terms02 td{
	text-align: center;
}
#terms_list .tbl_bloc > .tbl_terms02 th,
#terms_list .tbl_bloc > .tbl_terms02 td{
  width: 16.666%;
}
#terms_list .tbl_bloc > .tbl_terms + h4{
	margin-top: 45px;
}
#terms_list .tbl_bloc > p.ex{
	margin-top: 6px;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}
@media only screen and (max-width: 750px) {
	#terms_list{
	}
	#terms_list > li{
		margin-bottom: 0.6rem;
	}
	#terms_list > li h2{
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
		padding-bottom: 0.1rem;
	}
	#terms_list > li > p {
		font-size: 0.22rem;;
		letter-spacing: 0.1em;
	}
	#terms_list > li h4 {
		font-size: 0.22rem;;
		letter-spacing: 0.1em;
		margin-bottom: 0.25rem;
	}

	#terms_list .ul-list{
		margin-top:0.2rem;
	}
	#terms_list .ul-list > li {
		font-size: 0.22rem;;
		margin-top: 0.1rem;
		padding-left: 0.26rem;
	}

	#terms_list .ol-list-n {
		margin-left: 0;
		margin-bottom: 0.1rem;
	}
	#terms_list .ol-list-n > li{
		font-size: 0.22rem;;
		margin-top: 0;
		padding-left: 0.26rem;
	}

	#terms_list .ol-list {
		margin-left: 0;
		margin-bottom: 0.1rem;
	}
	#terms_list .ol-list > li{
		font-size: 0.22rem;
		margin-top: 0;
		padding-left: 0.26rem;
	}


	#terms_list .tbl_bloc {
		margin-top: 0.2rem;
	}
	#terms_list .tbl_bloc > .tbl_terms{
		margin-bottom: 0;
	}
	#terms_list .tbl_bloc > .tbl_terms01{
	}
	#terms_list .tbl_bloc > .tbl_terms01 tr:not(:first-child) th{
		width: auto;
	}
	#terms_list .tbl_bloc > .tbl_terms01 tr:nth-child(2) th:nth-child(1) {
	   width: 8% !important;
	}
	#terms_list .tbl_bloc > .tbl_terms01 tr:nth-child(2) th:nth-child(1) span{
	    -ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
	   -moz-writing-mode: vertical-rl;
   letter-spacing: 0.3em;
   min-height: 15.2em;
	}
	#terms_list .tbl_bloc > .tbl_terms01 th{
		width: 23%;
		font-family: 'Noto Serif JP',YakuHanMP,'游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
	}
	#terms_list .tbl_bloc > .tbl_terms01 td{
		padding: 0.1rem 0.2rem 0.1rem;
		width: 69%;
		font-family: 'Noto Serif JP',YakuHanMP,'游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
	}
	#terms_list .tbl_bloc > .tbl_terms02 {
	}
	#terms_list .tbl_bloc > .tbl_terms02 th{
		width: 8% !important;
		font-family: 'Noto Serif JP',YakuHanMP,'游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
	}
	#terms_list .tbl_bloc > .tbl_terms02 tr:not(:first-child) th{
	}
	#terms_list .tbl_bloc > .tbl_terms02 tr:not(:first-child) th span{
	    -ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
	   -moz-writing-mode: vertical-rl;
   letter-spacing: 0.3em;
   min-height: 8em;
	}
	#terms_list .tbl_bloc > .tbl_terms02 tr:not(:first-child) th,
	#terms_list .tbl_bloc > .tbl_terms02 td{
		width: auto;
	}
	#terms_list .tbl_bloc > .tbl_terms02 td{
		width: 18%;
		font-family: 'Noto Serif JP',YakuHanMP,'游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
	}
	#terms_list .tbl_bloc > .tbl_terms02 th + td{
		width: 20%;
	}
	#terms_list .tbl_bloc > .tbl_terms + h4{
		margin-top: 0.3rem;
	}
	#terms_list .tbl_bloc > p.ex{
		margin-top: 0.1rem;
		font-size: 0.22rem;
		letter-spacing: 0.03em;
	}
}
