@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700,900&display=swap');

/* ----------------- body font ----------------- */
html{font-size: 62.5%;}
body{
}


/* ----------------- body font  ----------------- */

/* ----------------- Start tag style ----------------- */
/* tag style */
#T_article ul, #T_article ul li {margin:0; padding:0;}
#T_article ol, #T_article ul {list-style: none;}

#T_article a { color:#00A0C6; }
#T_article a img { border:none; }
#T_article img { vertical-align:bottom; }

/* ----------------- Start page style ----------------- */
/* page style */
#T_article {color: #5c4941;font-size: 13px;line-height:1.5;
font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
color:#756c65;}
#T_article {
	min-width: 0;
	font-size: 16px;
    padding: 20px 20px;
}
@media only screen and (max-width: 768px) {
	#T_article {font-size: 14px; padding: 10px;}
}
#T_article > div {max-width: 1000px; text-align: left; margin: 0 auto;}


/* mv */
#T_article .n_mv {
    padding: 0;
    margin: 0 0 15px;
    background-image: url("../img/n_header_bg.png");
	position: relative;
}
#T_article .n_main_head {
	margin: 0;
	padding: 0;
	text-align: center;
}
#T_article .n_main_head a {display: block;}
#T_article .n_main_head img {
	max-width: 650px;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_head img {

}
}
#T_article .n_main_lead {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #f9eaac;
	padding: 0 0 15px;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_lead {
	font-size: 12px;
	line-height: 19px;
	padding: 10px 0 15px;
}
}
#T_article .n_main_title {}

#T_article .n_main_title_inner {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.4s ease;
	position: relative;
}
#T_article a.n_main_title_inner:hover,
#T_article a.n_main_title_inner:focus {opacity: 0.7; background-color: #f6f4f2;}

#T_article .n_main_title_image {
	position: relative;
	z-index: 1;
}
#T_article .n_main_title_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#T_article .n_main_title_text {
	padding: 12px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	text-align: right;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_title_text {
	padding: 4px 12px 8px;
}
}
#T_article .n_main_title_text.type_index {
	background-color: #000;
	position: static;
}

#T_article .n_main_title .n_vol {color: #fff;}
#T_article .n_main_title .n_vol:after {
	content: '|';
	color: #b90101;
	margin: 0 0.25em 0 0.5em;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 20px;
	vertical-align: middle;
}
#T_article .n_main_title .n_vol span {
	font-size: 16px;
	font-style: italic;
	font-family: 'Noto Serif JP', serif;
	line-height: 20px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_title .n_vol span {
	font-size: 11px;
}
}
#T_article .n_main_title .n_vol em {
	font-size: 20px;
	font-style: italic;
	font-family: 'Noto Serif JP', serif;
	line-height: 20px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_title .n_vol em {
	font-size: 15px;
}
}
#T_article .n_main_title .n_title {
    display: block;
    font-size: 35px;
	font-family: 'Noto Serif JP', serif;
    font-weight: 700;
	font-feature-settings: 'palt';
    line-height: 44px;
	letter-spacing: 0.1ex;
    color: #fff;
	text-align: center;
	margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
#T_article .n_main_title .n_title {
    font-size: 20px;
    line-height: 30px;
 margin: 0;
}
}

#T_article .n_main_title .n_name {
    font-size: 15px;
    font-weight: 600;
	font-feature-settings: 'palt';
    line-height: 20px;
    color: #fff;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#T_article .n_main_title .n_name {
    font-size: 12px;
    }
}
/* index page nav */
#T_article .n_index_nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#T_article .n_index_nav,
#T_article .n_index_nav * {box-sizing: border-box;}

#T_article .n_index_nav > a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
	padding: 29.3% 0 8px;
	margin: 0 0 20px 16px;
	width: calc( ( 100% - 16px ) / 2 );
	transition: opacity 0.4s ease;
	border-top: solid 1px #272727;
	border-bottom: solid 1px #272727;
	position: relative;
}

@media only screen and (max-width: 768px) {
#T_article .n_index_nav > a {
	width: calc( ( 100% - 16px ) / 2 );
	margin: 0 0 20px 16px;
}
}
#T_article .n_index_nav > a:nth-child(odd) {margin-left: 0;}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav > a:nth-child(odd) {margin-left: 0;}
}

#T_article .n_index_nav > a:hover,
#T_article .n_index_nav > a:focus {opacity: 0.7;}

#T_article .n_index_nav .n_figure {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav .n_figure {
	margin: 0 0 10px;
    }
}
#T_article .n_index_nav .n_vol {
	display: block;
	width: 56px;
}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav .n_vol {
	width: 5rem;
    }
}
#T_article .n_index_nav .n_vol span {
	font-size: 16px;
	font-style: italic;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 36px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav .n_vol span {
	font-size: 13px;
    }
}
#T_article .n_index_nav .n_vol em {
	font-size: 16px;
	font-style: italic;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 36px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav .n_vol em {
	font-size: 14px;
    }
}
#T_article .n_index_nav .n_title {
	display: block;
	width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	line-height: 20px;
	color: #000001;
	padding: 8px 0 0;
	margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
#T_article .n_index_nav .n_title {
	font-size: 14px;
}
}

#T_article .n_index_nav .n_name {
	display: block;
	width: calc( 100% - 56px );
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	border-left: solid 1px #b90101;
	padding: 0 0 0 8px;
}
#T_article .n_index_nav .n_place {}

/* lead */
#T_article .n_lead {margin: 0 0 15px;}

/* text */
#T_article .n_text {margin: 15px 0 0 ;}
#T_article .n_text:first-child {margin-top: 0;}

/* hr */
#T_article .n_hr {margin: 20px 0;}
#T_article .n_hr:before {
    content: '';
    display: block;
    height: 3px;
    background-image: url("../img/n_hr.png");
    background-repeat: repeat-x;
    background-size: auto 2px;
}

/* image */
#T_article .n_figure {margin: 0 0 15px}
#T_article .n_figure img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#T_article .n_text + .n_figure {margin-top: 15px;}
#T_article .n_box_imagetext + .n_figure {margin-top: 15px;}

/* title */
#T_article .n_head_type01 {
	position: relative;
	padding: 16px 0 0;
	margin: 0 0 24px;
	text-align: center;
}

#T_article .n_head_type01:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 7px;
	background-image: url("../img/n_head_type01.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#T_article .n_head_type01:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 2px;
	background: #fff;
}
#T_article .n_head_type01 span {
	display: block;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
#T_article .n_head_type01 span {
	font-size: 20px;
}
}
#T_article .n_head_type01 small {
	display: block;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	margin: 4px 0 0;
}
@media only screen and (max-width: 768px) {
#T_article .n_head_type01 small {
	font-size: 14px;
}
}

#T_article .n_head_type02 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	text-align: center;
	margin: 40px 0 20px;
    font-weight:700;
}

@media only screen and (max-width: 768px) {
#T_article .n_head_type02 {
	font-size: 20px;
    line-height: 25px;
	margin: 32px 0 16px;
}
}


#T_article .n_head_type02:first-child {margin-top: 0;}

#T_article .n_head_type03 {
	font-size: inherit;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1.25em;
}
#T_article .n_head_type03 span {}

#T_article .n_head_type04 {
	font-size: 15px;
	line-height: 1;
	margin: 1em 0 1em;
    font-weight: bold;
}

#T_article .n_head_type05 {
	font-size: 17px;
	line-height: 1;
	margin: 0 0 1em;
    font-weight: bold;
}
#T_article .n_text + .n_head_type05 {margin-top:1em;}
#T_article .n_head_type05 span {}

/* box 2col image text */

#T_article .n_box_imagetext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
	#T_article .n_box_imagetext {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#T_article .n_box_imagetext .n_box_imagetext_image {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#T_article .n_box_imagetext .n_box_imagetext_text {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext .n_box_imagetext_text figcaption{
	margin: 4px 0 0;
}
@media only screen and (max-width: 768px) {
	#T_article .n_box_imagetext .n_box_imagetext_image {
		width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
         margin: 0 0 10px;
	}
	#T_article .n_box_imagetext_image figcaption {
		position: static;
		line-height: 1.3;
		padding: 0;
		color: #907363;
	}
	#T_article .n_box_imagetext .n_box_imagetext_text {
		width: 100%;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 15px;
	}
}

#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
   
}
#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 0 ;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 16px 0 0;
}

#T_article .n_box_imagetext_sp {margin: 15px 0 0;}
#T_article .n_box_imagetext_sp .n_box_imagetext_image,
#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: auto;}
#T_article .n_box_imagetext_sp .n_box_imagetext_text {padding: 15px 0 0;}
@media only screen and (max-width: 767px) {
	#T_article .n_box_imagetext_sp {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 15px 0 0;
	}
	#T_article .n_box_imagetext_sp .n_box_imagetext_image,
	#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: 50%;}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_image {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 8px;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_text {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_image {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_text {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 0;
	}
	#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_image {
    order: 0;
	}
	
}

#T_article .n_box_images {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 15px 0 0;
}
#T_article .n_box_images:first-child {margin-top: 0;}
#T_article .n_box_images > figure {
	width: calc( ( 100% - 16px ) / 2 );
	margin: 0 0 0 16px;
	position: relative;
}
#T_article .n_box_images > figure:nth-child(odd) {margin-left: 0;}
#T_article .n_box_images > figure:only-child {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#T_article .n_box_images > figure img {
	width: 100%;
	height: auto;
}
#T_article .n_box_images > figure > figcaption{
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}
#T_article .n_box_imagetext > figure > figcaption {
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}

/* box type01 */
#T_article .n_box_type01 {
	background: #eee;
	color: #381b0b;
	padding: 14px 14px 14px;
}
* + #T_article .n_box_type01 {margin: 14px 0 0;}
#T_article .n_box_type01 > p {
	line-height: 20px;
    margin-bottom: 0;
}


/* box 3col */
#T_article .n_box_3col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#T_article .n_box_3col > div {
    width: calc( ( 100% - 30px ) / 3 );
    margin: 0 0 15px;
}
.#T_article n_text + .n_box_3col {margin-top: 15px;}

/* shop */

#T_article .n_box_shop {
	padding: 16px;
	background-color: #f8f7f4;
	margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
#T_article .n_box_shop {
	padding: 10px;
	background-image: url("../img/n_box_shop.png");
	background-repeat: repeat;
	background-position: center center;
	margin: 15px 0 0;
}
}
#T_article .n_shop_type02 {}
#T_article .n_text + .n_shop_type02 {margin-top: 15px;}
#T_article .n_shop_type02 dt {
	display: inline;
	font-size: 12px;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
#T_article .n_shop_type02 dt:after {content: '／';}
#T_article .n_shop_type02 dd {
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#T_article .n_shop_type02 dd:after {
	content: '';
	display: block;
}
@media only screen and (max-width: 768px) {
#T_article .n_shop_type02 dd:after {
	height: 4px;
}
}
#T_article .n_shop_type03 {}
#T_article .n_shop_type03_head {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #555;
	margin: 0 0 12px;
}


#T_article  .pageTop {
	margin: 16px 0 0;
	text-align: center;
}
#T_article  .pageTop img {
	max-width: 100%;
	height: auto;
}
/*#T_article .pageTopSp {display: none;}
*/
/* ----------------- Start utility style ----------------- */
/* ----------------- Start utility style ----------------- */
@media only screen and (min-width: 767px) {
	#T_article  .sp_disp {display: none;}
}
@media only screen and (max-width: 768px) {
	#T_article  .pc_disp {display: none;}
}
/*20210625*/
.n_figure figcaption, .n_box_imagetext figcaption {margin-top: 5px;
font-size: 14px;
color: #907363;}


/* style */
#T_article  .clear{clear:both;}
#T_article  .clearfix:after { content:""; display:table; clear:both; }
#T_article  .clearfix {}

#T_article .mT00{margin-top:0;}
#T_article .mT05{margin-top:5px;}
#T_article .mT06{margin-top:6px;}
#T_article .mT07{margin-top:7px;}
#T_article .mT08{margin-top:8px;}
#T_article .mT09{margin-top:9px;}
#T_article .mT10{margin-top:10px;}
#T_article .mT11{margin-top:11px;}
#T_article .mT12{margin-top:12px;}
#T_article .mT13{margin-top:13px;}
#T_article .mT14{margin-top:14px;}
#T_article .mT15{margin-top:15px;}
#T_article .mT16{margin-top:16px;}
#T_article .mT17{margin-top:17px;}
#T_article .mT18{margin-top:18px;}
#T_article .mT19{margin-top:19px;}
#T_article .mT20{margin-top:20px;}
#T_article .mT21{margin-top:21px;}
#T_article .mT22{margin-top:22px;}
#T_article .mT23{margin-top:23px;}
#T_article .mT24{margin-top:24px;}
#T_article .mT25{margin-top:25px;}
#T_article .mT26{margin-top:26px;}
#T_article .mT27{margin-top:27px;}
#T_article .mT28{margin-top:28px;}
#T_article .mT29{margin-top:29px;}
#T_article .mT30{margin-top:30px;}
#T_article .mT31{margin-top:31px;}
#T_article .mT32{margin-top:32px;}
#T_article .mT33{margin-top:33px;}
#T_article .mT34{margin-top:34px;}
#T_article .mT35{margin-top:35px;}
#T_article .mT40{margin-top:40px;}
#T_article .mT50{margin-top:50px;}
#T_article .mT60{margin-top:60px;}
#T_article .mT70{margin-top:70px;}
#T_article .mT80{margin-top:80px;}
#T_article .mT90{margin-top:90px;}
#T_article .mT100{margin-top:100px;}
#T_article .mT120{margin-top:120px;}
#T_article .mT140{margin-top:140px;}
#T_article .mT150{margin-top:150px;}
#T_article .mT160{margin-top:160px;}
#T_article .mT170{margin-top:170px;}
#T_article .mT180{margin-top:180px;}
#T_article .mT200{margin-top:200px;}
#T_article .mT220{margin-top:220px;}
#T_article .mT240{margin-top:240px;}
#T_article .mT245{margin-top:245px;}
#T_article .mT250{margin-top:250px;}
#T_article .mT255{margin-top:255px;}
#T_article .mT260{margin-top:260px;}
#T_article .mT265{margin-top:265px;}
#T_article .mT270{margin-top:270px;}
#T_article .mT280{margin-top:280px;}
#T_article .mT300{margin-top:300px;}

#T_article .mL05{margin-left:5px;}
#T_article .mL10{margin-left:10px;}
#T_article .mL15{margin-left:15px;}
#T_article .mL20{margin-left:20px;}
#T_article .mL25{margin-left:25px;}
#T_article .mL30{margin-left:30px;}
#T_article .mL35{margin-left:35px;}
#T_article .mL40{margin-left:40px;}
#T_article .mL50{margin-left:50px;}
#T_article .mL60{margin-left:60px;}
#T_article .mL70{margin-left:70px;}
#T_article .mL80{margin-left:80px;}
#T_article .mL90{margin-left:90px;}
#T_article .mL100{margin-left:100px;}

#T_article .mR01{margin-right:1px;}
#T_article .mR05{margin-right:5px;}
#T_article .mR10{margin-right:10px;}
#T_article .mR15{margin-right:15px;}
#T_article .mR16{margin-right:16px;}
#T_article .mR17{margin-right:17px;}
#T_article .mR18{margin-right:18px;}
#T_article .mR19{margin-right:19px;}
#T_article .mR20{margin-right:20px;}
#T_article .mR25{margin-right:25px;}
#T_article .mR30{margin-right:30px;}
#T_article .mR40{margin-right:40px;}
#T_article .mR50{margin-right:50px;}
#T_article .mR60{margin-right:60px;}
#T_article .mR70{margin-right:70px;}
#T_article .mR80{margin-right:80px;}
#T_article .mR90{margin-right:90px;}
#T_article .mR100{margin-right:100px;}

#T_article .mB00{margin-bottom:0px;}
#T_article .mB05{margin-bottom:5px;}
#T_article .mB10{margin-bottom:10px;}
#T_article .mB15{margin-bottom:15px;}
#T_article .mB20{margin-bottom:20px;}
#T_article .mB25{margin-bottom:25px;}
#T_article .mB30{margin-bottom:30px;}
#T_article .mB40{margin-bottom:40px;}
#T_article .mB50{margin-bottom:50px;}
#T_article .mB60{margin-bottom:60px;}
#T_article .mB70{margin-bottom:70px;}
#T_article .mB80{margin-bottom:80px;}
#T_article .mB90{margin-bottom:90px;}
#T_article .mB100{margin-bottom:100px;}

#T_article .mA10{margin:10px;}
#T_article .mA15{margin:15px;}
#T_article .mA20{margin:20px;}
#T_article .mA25{margin:25px;}
#T_article .mA30{margin:30px;}
#T_article .mA40{margin:40px;}
#T_article .mA50{margin:50px;}

#T_article .pT05{padding-top:5px;}
#T_article .pT07{padding-top:7px;}
#T_article .pT09{padding-top:9px;}
#T_article .pT10{padding-top:10px;}
#T_article .pT11{padding-top:11px;}
#T_article .pT12{padding-top:12px;}
#T_article .pT13{padding-top:13px;}
#T_article .pT14{padding-top:14px;}
#T_article .pT15{padding-top:15px;}
#T_article .pT16{padding-top:16px;}
#T_article .pT17{padding-top:17px;}
#T_article .pT18{padding-top:18px;}
#T_article .pT19{padding-top:19px;}
#T_article .pT20{padding-top:20px;}
#T_article .pT25{padding-top:25px;}
#T_article .pT30{padding-top:30px;}
#T_article .pT40{padding-top:40px;}
#T_article .pT50{padding-top:50px;}
#T_article .pT60{padding-top:60px;}
#T_article .pT70{padding-top:70px;}
#T_article .pT80{padding-top:80px;}
#T_article .pT90{padding-top:90px;}
#T_article .pT100{padding-top:100px;}
#T_article .pT150{padding-top:150px;}
#T_article .pT200{padding-top:200px;}
#T_article .pT250{padding-top:250px;}

#T_article .pL05{padding-left:5px;}
#T_article .pL07{padding-left:7px;}
#T_article .pL08{padding-left:8px;}
#T_article .pL10{padding-left:10px;}
#T_article .pL15{padding-left:15px;}
#T_article .pL20{padding-left:20px;}
#T_article .pL25{padding-left:25px;}
#T_article .pL30{padding-left:30px;}
#T_article .pL40{padding-left:40px;}
#T_article .pL50{padding-left:50px;}
#T_article .pL60{padding-left:60px;}
#T_article .pL70{padding-left:70px;}
#T_article .pL80{padding-left:80px;}
#T_article .pL90{padding-left:90px;}
#T_article .pL100{padding-left:100px;}

#T_article .pR05{padding-right:5px;}
#T_article .pR07{padding-right:7px;}
#T_article .pR08{padding-right:8px;}
#T_article .pR10{padding-right:10px;}
#T_article .pR15{padding-right:15px;}
#T_article .pR18{padding-right:18px;}
#T_article .pR20{padding-right:20px;}
#T_article .pR25{padding-right:25px;}
#T_article .pR30{padding-right:30px;}
#T_article .pR40{padding-right:40px;}
#T_article .pR50{padding-right:50px;}
#T_article .pR60{padding-right:60px;}
#T_article .pR70{padding-right:70px;}
#T_article .pR80{padding-right:80px;}
#T_article .pR90{padding-right:90px;}
#T_article .pR100{padding-right:100px;}

#T_article .pB05{padding-bottom:5px;}
#T_article .pB10{padding-bottom:10px;}
#T_article .pB15{padding-bottom:15px;}
#T_article .pB20{padding-bottom:20px;}
#T_article .pB25{padding-bottom:25px;}
#T_article .pB30{padding-bottom:30px;}
#T_article .pB40{padding-bottom:40px;}
#T_article .pB50{padding-bottom:50px;}
#T_article .pB60{padding-bottom:60px;}
#T_article .pB70{padding-bottom:70px;}
#T_article .pB80{padding-bottom:80px;}
#T_article .pB90{padding-bottom:90px;}
#T_article .pB100{padding-bottom:100px;}

#T_article .pA10{padding:10px;}
#T_article .pA20{padding:15px;}
#T_article .pA20{padding:20px;}
#T_article .pA25{padding:25px;}
#T_article .pA30{padding:30px;}
#T_article .pA40{padding:40px;}
#T_article .pA50{padding:50px;}

#T_article .fL{ float:left;}
#T_article .fR{ float:right;}

#T_article .fwB{ font-weight:bold; }
#T_article .fsS{font-size:80%;}
#T_article .fsM{font-size:100%;}
#T_article .fsL{font-size:120%;}
#T_article .fsLL{font-size:140%;}

#T_article .fs12{font-size:12px;}
#T_article .fs13{font-size:13px;}
#T_article .fs14{font-size:14px;}
#T_article .fs15{font-size:15px;}
#T_article .fs16{font-size:16px;}
#T_article .fs17{font-size:17px;}
#T_article .fs18{font-size:18px;}
#T_article .fs19{font-size:19px;}
#T_article .fs20{font-size:20px;}

#T_article .lineH1{line-height:1;}
#T_article .lineH11{line-height:1.1;}
#T_article .lineH12{line-height:1.2;}
#T_article .lineH13{line-height:1.3;}
#T_article .lineH14{line-height:1.4;}
#T_article .lineH15{line-height:1.5;}
#T_article .lineH16{line-height:1.6;}
#T_article .lineH17{line-height:1.7;}
#T_article .lineH18{line-height:1.8;}

#T_article .inline{display:inline;}
#T_article .inlineB{display:inline-block}
#T_article .block{display:block;}

#T_article .vaTb{ vertical-align:text-bottom;}
#T_article .vaTm{ vertical-align:middle;}

#T_article .taC{ text-align:center;}
#T_article .taL{ text-align:left;}
#T_article .taR{ text-align:right;}

#T_article .pA10{ padding:10px;}
#T_article .pA15{ padding:15px;}
#T_article .pA20{ padding:20px;}
#T_article .bgcolor01 {background: #f8f5e9;}

.color_red {color: #ee3d29;}
.color_blue {color: #0000ff;}

.fs_size_xl {font-size: 200%;}
.fs_size_l {font-size: 150%;}
.ff_serif {font-family: 'Noto Serif JP', serif;}
.ff_sans {font-family: sans-serif;}

#T_article .w180 { width:180px; }
#T_article .w190 { width:190px; }
#T_article .w195 { width:195px; }
#T_article .w200 { width:200px; }
#T_article .w210 { width:210px; }
#T_article .w220 { width:220px; }
#T_article .w230 { width:230px; }
#T_article .w240 { width:240px; }
#T_article .w245 { width:245px; }
#T_article .w250 { width:250px; }
#T_article .w260 { width:260px; }
#T_article .w265 { width:265px; }
#T_article .w270 { width:270px; }
#T_article .w280 { width:280px; }
#T_article .w290 { width:290px; }
#T_article .w300 { width:300px; }
#T_article .w310 { width:310px; }
#T_article .w320 { width:320px; }
#T_article .w330 { width:330px; }
#T_article .w340 { width:340px; }
#T_article .w350 { width:350px; }
#T_article .w360 { width:360px; }
#T_article .w370 { width:370px; }
#T_article .w380 { width:380px; }
#T_article .w390 { width:390px; }
#T_article .w400 { width:400px; }
#T_article .w410 { width:410px; }
#T_article .w420 { width:420px; }
#T_article .w430 { width:430px; }
#T_article .w440 { width:440px; }
#T_article .w450 { width:450px; }
#T_article .w460 { width:460px; }
#T_article .w470 { width:470px; }
#T_article .w480 { width:480px; }
#T_article .w490 { width:490px; }
#T_article .w500 { width:500px; }

@media print {
	.n_index_nav {display: block;}
	.n_index_nav:after {display: table;content: '';clear: both;}
	.n_index_nav a {float: left;}
	.n_index_nav a:nth-child(odd){clear: both;}
	.n_index_nav a:nth-child(6n+1) {page-break-after:always;}
}