@charset "UTF-8";
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}*{box-sizing:border-box;}
/* ============================================================
利用規約 外部読み込み用CSS
============================================================ */
html{
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
	font-size:62.5%;
}
body{
	width:100%;
	font-family:-apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	line-height:1.8em;
	font-size:1.5rem;
	color:#000;
	background:#fff;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearboth {
	clear: both;
}
.inline {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
img {
	min-height: auto;
	max-width: 100%;
	height: auto;
}
.img_flex {
	display: block;
	min-height: auto;
	max-width: 100%;
	height: auto;
}
img.inline, .img_flex.inline {
	display: inline-block;
}
.img_icon {
	display: inline-block;
	width: 100%;
	max-width: 1em;
	margin: 0 4px 0 0;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}
.img_width {
	width: 100%;
	height: auto;
}
.img_max-width {
	max-width: 100%;
	height: auto;
}
.img_caption {
	display: inline-block;
	line-height: 1.4;
}
.img_caption {
	margin-top: 0.4em;
}
.img_caption small {
	font-size: 1.2rem;
}
.text_title_lv1, .text_title_lv2, .text_title_lv3, .text_title_lv4, .text_title_lv5, .text_title_lv6 {
	font-feature-settings: "palt" 1;
	font-weight: bold;
}
.text_title_lv1 small, .text_title_lv2 small, .text_title_lv3 small, .text_title_lv4 small, .text_title_lv5 small, .text_title_lv6 small {
	font-size: 0.7em;
}
.text_heading {
	margin: 0 0 1em;
}
.text_title_underbar {
	position: relative;
	text-align: center;
}
.text_title_underbar:after {
	display: block;
	content: " ";
	width: 1.8em;
	height: 0.1em;
	background-color: #d4461b;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.9em;
}
.text_title_bar_gray {
	background-color: #e8e8e8;
	color: #212121;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0 !important;
}
.text_title_leftbar {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 10px;
	font-weight: bold;
	border-left: solid 3px #d4461b;
	line-height: 1.4;
}
.text_title_lv1, .text_title_lv2, .text_title_lv3, .text_title_lv4, .text_title_lv5, .text_title_lv6 {
	letter-spacing: 0.02em;
}
.text_title_lv1 {
	font-size: 4rem;
}
.text_title_lv2 {
	font-size: 3.2rem;
}
.text_title_lv3 {
	font-size: 2.9rem;
}
.text_title_lv4 {
	font-size: 2.4rem;
}
.text_title_lv5 {
	font-size: 2rem;
}
.text_title_lv6 {
	font-size: 1.6rem;
}
.text_title_bar_gray {
	padding: 0.6em 20px;
}
.text_title_underbar {
	padding-bottom: 0.4em;
	margin-bottom: 1.5em;
}
.list_kakko_items {
	margin: 0;
	counter-reset: item;
	padding-left: 0;
}
.list_kakko_items .list_kakko_item {
	position: relative;
	padding-left: 2em !important;
	list-style-type: none !important;
	margin-left: 0;
}
.list_kakko_items .list_kakko_item:before {
	counter-increment: item;
	position: absolute;
	left: 0;
	content: "(" counter(item) ")";
}
ol:not(.list_maru_items):not(.list_kakko_items) {
	counter-reset: itemOl;
}
ol>li:not(.list_maru_item):not(.list_kakko_item) {
	list-style-type: none;
	position: relative;
}
ol>li:not(.list_maru_item):not(.list_kakko_item):before {
	display: block;
	position: absolute;
	left: 0;
	margin-left: -2em;
	text-align: center;
	width: 1.9em;
	content: counter(itemOl) ". ";
	counter-increment: itemOl;
}
.list_maru_items {
	margin: 0;
	counter-reset: item;
	padding-left: 0;
}
.list_maru_items .list_maru_item {
	position: relative;
	padding-left: 1.5em !important;
	list-style-type: none !important;
	margin-left: 0;
}
.list_maru_items .list_maru_item:before {
	display: inline-block;
	counter-increment: item;
	position: absolute;
	left: 0;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	content: counter(item);
	border: 1px solid #333;
	border-radius: 100em;
	font-size: 0.77em;
}
.list_dot_items {
	margin-left: 0em;
	margin-bottom: 0.3em;
}
.list_dot_items:before, .list_dot_items:after {
	content: " ";
	display: table;
}
.list_dot_items:after {
	clear: both;
}
.list_dot_items>.list_dot_item {
	padding-left: 15px;
	line-height: inherit;
	position: relative;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
.list_dot_items>.list_dot_item:last-child {
	margin-bottom: 0;
}
.list_dot_items>.list_dot_item:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	content: "・";
	line-height: inherit;
	margin-top: 0.1em;
}
.list_kome_items {
	margin-left: 0px;
	margin-bottom: 0.7em;
}
.list_kome_items:before, .list_kome_items:after {
	content: " ";
	display: table;
}
.list_kome_items:after {
	clear: both;
}
.list_kome_items>.list_kome_item {
	padding-left: 1.25em;
	line-height: inherit;
	position: relative;
	margin-top: 0.5em;
	line-height: 1.4;
}
.list_kome_items>.list_kome_item:first-child {
	margin-top: 0;
}
.list_kome_items>.list_kome_item:before {
	position: absolute;
	content: "※";
	width: 0.6em;
	height: 0.6em;
	left: 0;
	top: 0.25em;
	line-height: 1;
	color: inherit;
}
.list_maru_items .list_maru_item:before {
	margin-top: 0.55em;
	line-height: 1.2;
}

section:last-of-type {
	padding-bottom: 0;
}
section .term_wrapper:last-of-type {
	padding-bottom: 0;
}
h2 {
	text-align: center;
	font-weight: normal;
}
h3 {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	border-left: solid 3px #DE3023;
	font-weight: normal;
	line-height: 1.4;
}
h3:after, h3:before {
	display: none;
}
ol {
	list-style-type: decimal;
}
ul, ol {
	margin-left: 15px;
}
ul li:last-of-type, ol li:last-of-type {
	margin-bottom: 0;
}
ul .list_kakko_items, ul .list_maru_items, ol .list_kakko_items, ol .list_maru_items {
	margin-left: 0;
}
ul .list_kakko_items .list_kakko_item, ul .list_kakko_items .list_maru_item, ul .list_maru_items .list_kakko_item, ul .list_maru_items .list_maru_item, ol .list_kakko_items .list_kakko_item, ol .list_kakko_items .list_maru_item, ol .list_maru_items .list_kakko_item, ol .list_maru_items .list_maru_item {
	margin-bottom: 0;
}
.list_kakko_items .list_kakko_item, .list_kakko_items .list_maru_item, .list_maru_items .list_kakko_item, .list_maru_items .list_maru_item {
	margin-bottom: 0.3em;
}
.list_kakko_items .list_kakko_item:last-of-type, .list_kakko_items .list_maru_item:last-of-type, .list_maru_items .list_kakko_item:last-of-type, .list_maru_items .list_maru_item:last-of-type {
	margin-bottom: 0;
}
.term_wrapper {
	padding-bottom: 62px;
}
section {
	padding:3em;
}
h2 {
	font-size: 2.4rem;
	margin: 0 0 45px 0;
}
h3 {
	margin-bottom: 20px;
}
ul, ol {
	margin-left: 15px;
}
ul li, ol li {
	margin-bottom: 1.25em;
}
ul li:last-of-type, ol li:last-of-type {
	margin-bottom: 0;
}


@media screen and (max-width: 768px) {

}