@charset "utf-8";
/*---------------------------header部-------------------------------*/
#header header .h_logo{
	max-width: 362px;
	width: 30%;
}
#header header .h_logo a{display: block;}
#header header .h_logo a img{
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------ページタイトル部-------------------------------*/
#second_contents #contents_header #contents_header_title .c_h_t_type01{
	position: relative;
	text-align: center;
}
#second_contents #contents_header #contents_header_title .c_h_t_type01::after{
	font-family: Papyrus,'Special Elite', sans-serif;
	content: attr(data-after-content);
	font-size: 1.6rem;
	display: block;
	color: #a0a79a;
	position: absolute;
	top: 60px;
	right: 50%;
	margin-right: 2.5em;
}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span{
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	display: inline-block;
	font-size: 4.6rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 30px;
}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span::before,
#second_contents #contents_header #contents_header_title .c_h_t_type01 span::after{
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #130602;
	opacity: .3;
	left: 0;
}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span::before{bottom: 3px;}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span::after{bottom: 0;}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span i:not(.subtitle){color: #81b251;}
#second_contents #contents_header #contents_header_title .c_h_t_type01 span i.subtitle{
	font-size: 0.45em;
	position: absolute;
	bottom: 27px;
	left: -1.5em;
	letter-spacing: 0;
}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01{
	text-align: left;
	padding-left: 1.5em;
}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01 span{
	font-size: 3rem;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01 span i.subtitle{bottom: 18px;}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01::after{
	transform: rotateZ(90deg);
	font-size: 1.1rem;
	display: block;
	color: #a0a79a;
	position: absolute;
	top: 15px;
	right: auto;
	left: 0;
	margin-right: 0;
}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type02{
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 4.2rem;
	letter-spacing: 0.115em;
	top: 40px;
	left: 0;
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type02 i{color: #81b251;}
#second_contents #contents_header #contents_header_title.l3 .c_h_t_type02 span{
	font-size: 0.7em;
	font-weight: inherit;
	letter-spacing: 0;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1021px){
	#header header .h_logo a:hover{opacity: .7;}

}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1020px){
	#header header .h_logo{
		width: 60%;
		max-width: 220px;
	}
	#header header .h_logo a{padding: 0 7%;}

}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1020px) and (min-width:641px){
	#second_contents #contents_header #contents_header_title.l3 .c_h_t_type02{
		text-align: right;
		padding-left: 25%;
		box-sizing: border-box;
		line-height: 1.4;
	}

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#second_contents #contents_header #contents_header_title .c_h_t_type01::after{
		font-size: 1.15rem;
		top: 40px;
	}
	#second_contents #contents_header #contents_header_title .c_h_t_type01 span{
		/*-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-o-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;*/
		font-size: 3rem;
		letter-spacing: 0.05em;
		padding-bottom: 20px;
	}
	#second_contents #contents_header #contents_header_title.l3{margin: 0 auto 30px;}
	#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01{
		text-align: center;
		padding-left: 0;
		margin-bottom: 20px;
	}
	#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01 span{
		font-size: 2rem;
		letter-spacing: 0;
		padding-bottom: 15px;
		font-weight: 600;
	}
	#second_contents #contents_header #contents_header_title.l3 .c_h_t_type01::after{
		top: 15px!important;
		left: 50%!important;
		margin-right: 0!important;
		letter-spacing: 0;
	}
	#second_contents #contents_header #contents_header_title.l3 .c_h_t_type02{
		position: relative;
		font-size: 3rem;
		letter-spacing: 0.075em;
		top: 0;
	}



}