﻿@charset "utf-8";

.terms {
	color: #4a4a4a;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	line-height: 1.8;
	padding: 40px 20px 0;
}
.terms .hd_lv1 {
	color: #4a4a4a;
	font-size: 32px;
	text-align: center;
	margin: 30px auto 40px;
}
.terms .hd_lv1.line:after {
	content: "";
	display: block;
	width: 100px;
	height: 8px;
	background-color:#007aff; 
	margin: 10px auto 0;
}
.terms .hd_lv2 {
	color: #007aff;
	font-size: 24px;
	font-weight: 700;
	text-shadow:rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	margin: 40px 0 20px;
}
.terms .description {
	margin-top: 20px;
}
.terms .terms_footer {
	margin-top: 30px;
}
.terms article {
	margin: 20px 0 0;
}
.terms article .article_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.terms article p > a {
	color: #007aff;
	text-decoration: underline;
}
.terms article p > a:hover {
	text-decoration: none;
}
.terms article p + p {
	margin: 20px 0 0;
}
.terms article ol {
	padding-left: 0;
	counter-reset: cnt;
}
.terms article ol > li {
	counter-increment: cnt;
	list-style-type: none;
	position: relative;
	display: grid;
	grid-template-columns: 1.5em 1fr;
	grid-template-rows: max-content;
	gap: 0 0.5em;
}
.terms article ol > li:before {
	content: counter(cnt) ".";
	display: block;
	width: 1.5em;
	text-align: right;
	position: relative;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.terms article ol.list_num_parentheses {
	padding-left: 0;
}
.terms article ol.list_num_parentheses > li {
	counter-increment: cnt;
	position: relative;
}
.terms article ol.list_num_parentheses > li:before {
	content: "(" counter(cnt) ")";
	text-align: left;
}
.terms article .list_kana_iroha {
	list-style-type: katakana-iroha;
	padding-left: 2em;
}
.terms article .list_ideographic {
	list-style-type: cjk-ideographic;
	padding-left: 2em;
}
@media screen and (max-width: 750px) {
	.terms {
		width: 100%;
		padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
		font-size: calc(24 / 750 * 100vw);
	}
	.terms .hd_lv1 {
		font-size: calc(36 / 750 * 100vw);
		text-align: center;
		margin: calc(30 / 750 * 100vw) auto calc(40 / 750 * 100vw);
		font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
		color: #4a4a4a;
	}
	.terms .hd_lv1.line:after {
		width: calc(100 / 750 * 100vw);
		height: calc(8 / 750 * 100vw);
		margin: calc(10 / 750 * 100vw) auto 0;
	}
	.terms .hd_lv2 {
		font-size: calc(32 / 750 * 100vw);
		margin: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
	}
	.terms .description {
		margin-top: calc(20 / 750 * 100vw);
	}
	.terms .terms_footer {
		margin-top: calc(40 / 750 * 100vw);
	}
	.terms article {
		margin: calc(30 / 750 * 100vw) 0 0;
	}
	.terms article .article_title {
		font-size: calc(28 / 750 * 100vw);
		margin-bottom: calc(10 / 750 * 100vw);
	}
	.terms article p + p {
		margin: calc(20 / 750 * 100vw) 0 0;
	}
}
