@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/

/*-------------------------------------------*/

/*google font
Roboto
*/

/*
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/

/*
Azo Sans
400：Regular（デフォルト）
500：Medium
*/

/*
Rollerscript　Rough
400：Regular（デフォルト）
*/

/*
りょう Text PlusN
500：Medium（デフォルト）
*/

/*
example
@include vaM;
*/

/*
example
@include taJ
*/

/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/

/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/

/* -----------------------------------------------------------------------------

パッケージ用common.css

----------------------------------------------------------------------------- */

.bg_leaf01 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 590px;
	width: 100%;
	background-image: url(../img/pkg_common/sec_bg_deco01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.bg_leaf01 {
		height: 443px;
	}
}
@media screen and (max-width: 767px) {
	.bg_leaf01 {
		background-image: url(../img/pkg_common/sec_bg_deco01_sp.jpg);
		width: 100%;
		height: 2.81rem;
	}
}
.bg_texture {
	position: absolute;
	z-index: -1;
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*.no-touchevents & {
		filter :none!important;
	}*/
}
.os-iOS .bg_texture, .safari .bg_texture, .os-android .bg_texture {
	background-attachment: local;
}
.bg_splash {
	position: absolute;
	display: block;
	width: 340px;
	height: 166px;
	background-image: url(../img/pkg_common/sec_bg_splash.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.bg_splash {
		width: 180px;
		height: 89px;
	}
}
@media screen and (max-width: 767px) {
	.bg_splash {
		width: 1.77rem;
		height: 0.862rem;
	}
}
/* -----------------------------------------------------------------------------

sec_title

----------------------------------------------------------------------------- */

.sec_title_block04>.title {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec_title_block04>.title {
		text-align: center;
	}
}
.sec_title_block04>.title .f_roll {
	font-family: rollerscript-rough, sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	font-size: 0.6rem;
	letter-spacing: 0;
	line-height: 1;
	color: #006f8b;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block04>.title .f_roll {
		font-size: 45px;
		font-size: 0.45rem;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block04>.title .f_roll {
		font-size: 40px;
		font-size: 0.4rem;
	}
}
.sec_title_block04>.title .f_azo {
	font-family: azo-sans-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	font-size: .35rem;
	letter-spacing: 0.16em;
	line-height: 1.76;
	color: #006f8b;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block04>.title .f_azo {
		font-size: 26px;
		font-size: 0.26rem;
		line-height: 1.32;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block04>.title .f_azo {
		font-size: 22px;
		font-size: .22rem;
		line-height: 0.6;
	}
}
.sec_title_block04>.title .f_ryo {
	font-family: ryo-text-plusn, serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: .2rem;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block04>.title .f_ryo {
		font-size: 15px;
		font-size: .15rem;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block04>.title .f_ryo {
		font-size: 13px;
		font-size: .13rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}
.sec_title_block06 .title {
	text-align: center;
}
.sec_title_block06 .title .f_roll {
	font-family: rollerscript-rough, sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	font-size: .6rem;
	letter-spacing: 0;
	line-height: 1.0;
	color: #006f8b;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block06 .title .f_roll {
		font-size: 45px;
		font-size: .45rem;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block06 .title .f_roll {
		font-size: 32px;
		font-size: .32rem;
	}
}
.sec_title_block06 .title svg {
	fill: #006f8b;
	width: 100%;
	height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block06 .title svg {
		height: 27px;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block06 .title svg {
		height: .185rem;
	}
}
.sec_title_block06 .title i {
	display: block;
	line-height: 1;
	margin: 0 auto;
	width: 36px;
	height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.sec_title_block06 .title i {
		width: 27px;
		height: 27px;
	}
}
@media screen and (max-width: 767px) {
	.sec_title_block06 .title i {
		width: .185rem;
		height: .185rem;
		margin-bottom: 0.5rem;
	}
}
/* --------------------------------------------------------------------------------------------------------

.mv_wrap
記事タイトル

-------------------------------------------------------------------------------------------------------- */
.mv_wrap.mv_img_none {
	width: 100%;
	height: 2.5rem;
	background-image: url(../../common/img/mv_bg.jpg);
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_none {
		height: 2.05rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_none {
		height: 1.2156rem;
		background-image: url(../../common/img/mv_bg_sp.jpg)
	}
}
.mv_wrap.mv_img_none .ttl_box .ttl {
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .34rem;
	letter-spacing: 0.21em;
	line-height: 1;
	color: #EE8A1E;
	text-align: center;
	margin-bottom: 18px
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_none .ttl_box .ttl {
		font-size: .26rem;
		margin-bottom: 8px
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_none .ttl_box .ttl {
		font-size: .18rem;
		margin-bottom: .044rem
	}
}
.mv_wrap.mv_img_none .ttl_box .sub_ttl {
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .17rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #EE8A1E;
	text-align: center
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_none .ttl_box .sub_ttl {
		font-size: .14rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_none .ttl_box .sub_ttl {
		font-size: .11rem
	}
}
.mv_wrap.mv_img_yes {
	width: 100%;
	height: 4.18rem;
	position: relative;
	z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes {
		height: 2.844rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes {
		height: 2.1739rem
	}
}
.mv_wrap.mv_img_yes .ttl_box {
	width: 1080px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%) translateY(50%);
	padding-left: .24rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .ttl_box {
		max-width: 735px
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .ttl_box {
		padding-left: .2521rem;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
.mv_wrap.mv_img_yes .ttl_box .ttl {
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.4rem;
	letter-spacing: 0.21em;
	line-height: 1;
	color: #EE8A1E;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: relative
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .ttl_box .ttl {
		font-size: .26rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .ttl_box .ttl {
		font-size: .2086rem
	}
}
.mv_wrap.mv_img_yes .ttl_box .ttl:before {
	content: '';
	position: absolute;
	top: -.28rem;
	left: -1.86rem;
	width: 2.12rem;
	height: 2.65rem;
	background-image: url(../../common/img/mv_deco_1.png);
	background-size: cover;
	z-index: -1;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .ttl_box .ttl:before {
		top: -.19rem;
		left: -1.265rem;
		width: 1.442rem;
		height: 1.803rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .ttl_box .ttl:before {
		background-image: url(../../common/img/mv_deco_1_sp.png);
		top: -0.1086rem;
		left: -0.1304rem;
		width: 0.2521rem;
		height: 0.2173rem
	}
}
.mv_wrap.mv_img_yes .ttl_box .sub_ttl {
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .17rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #ffcc00;
	text-orientation: sideways;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-bottom: .1rem;
	margin-left: .08rem
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .ttl_box .sub_ttl {
		font-size: .14rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .ttl_box .sub_ttl {
		font-size: .1086rem;
		margin-bottom: .04rem;
		margin-left: .1043rem
	}
}
.mv_wrap.mv_img_yes .mv_img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .mv_img {
		left: auto;
		right: .1956rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.mv_wrap.mv_img_yes .mv_img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -.32rem;
	width: 1.36rem;
	height: 1.32rem;
	background-image: url(../../common/img/mv_deco_2.png);
	background-size: cover;
	z-index: -1
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .mv_img:before {
		left: -.217rem;
		width: .925rem;
		height: .898rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .mv_img:before {
		background-image: url(../../common/img/mv_deco_2_sp.png);
		left: 0;
		width: .4347rem;
		height: .4173rem
	}
}
.mv_wrap.mv_img_yes .mv_img:after {
	content: '';
	position: absolute;
	top: .2rem;
	right: -2.86rem;
	width: 3.56rem;
	height: 3.38rem;
	background-image: url(../../common/img/mv_deco_3.png);
	background-size: cover
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .mv_img:after {
		top: .136rem;
		right: -1.946rem;
		width: 2.422rem;
		height: .23rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .mv_img:after {
		background-image: url(../../common/img/mv_deco_3_sp.png);
		top: 0;
		right: 0;
		width: .5391rem;
		height: .4956rem
	}
}
.mv_wrap.mv_img_yes .mv_img img {
	max-height: 4.18rem;
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1))
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mv_wrap.mv_img_yes .mv_img img {
		max-height: 2.644rem
	}
}
@media screen and (max-width:640px) {
	.mv_wrap.mv_img_yes .mv_img img {
		max-height: 2.013rem;
		-webkit-filter: drop-shadow(.0217rem .0217rem .0217rem rgba(0, 0, 0, 0.1));
		filter: drop-shadow(.0217rem .0217rem .0217rem rgba(0, 0, 0, 0.1))
	}
}
/* --------------------------------------------------------------------------------------------------------

リンクボタン　済
.layout_btn_listwrap

-------------------------------------------------------------------------------------------------------- */

.layout_btn_listwrap {
	text-align: center;
	font-size: 0;
}
.layout_btn_listwrap .link_btn:not(.small) {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #006f8b;
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .link_btn:not(.small) {
		border-width: 1px;
	}
}
.layout_btn_listwrap .link_btn:not(.small):before, .layout_btn_listwrap .link_btn:not(.small):after {
	content: '';
	position: absolute;
	display: block;
}
.layout_btn_listwrap .link_btn:not(.small):before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #006f8b;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.layout_btn_listwrap .link_btn:not(.small):after {
	z-index: 0;
	bottom: -2px;
	right: -1px;
	width: 8px;
	height: 12px;
	background-color: #fff;
	border-left: 2px solid #006f8b;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: 0.4s border-color 0.1s, 0.4s background 0.1s;
	-o-transition: 0.4s border-color 0.1s, 0.4s background 0.1s;
	transition: 0.4s border-color 0.1s, 0.4s background 0.1s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .link_btn:not(.small):after {
		width: 6px;
		height: 9px;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .link_btn:not(.small):after {
		bottom: -2px;
		width: .06rem;
		height: .09rem;
		border-left-width: 1px;
	}
}
.layout_btn_listwrap .link_btn:not(.small)>span {
	position: relative;
	z-index: 1;
	font-family: "azo-sans-web", "ryo-text-plusn", serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #1d1d1d;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.layout_btn_listwrap .link_btn:not(.small)>span:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.no-touchevents .layout_btn_listwrap .link_btn:not(.small):hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.no-touchevents .layout_btn_listwrap .link_btn:not(.small):hover:after {
	background-color: transparent;
	border-color: #fff;
}
.no-touchevents .layout_btn_listwrap .link_btn:not(.small):hover span {
	color: #fff;
}
.layout_btn_listwrap .link_btn:not(.small).back:before {
	left: auto;
	right: 0;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.layout_btn_listwrap .link_btn:not(.small).back:after {
	right: auto;
	left: -1px;
	border-left: none;
	border-right: 2px solid #006f8b;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .link_btn:not(.small).back:after {
		bottom: -1px;
		border-right-width: 1px;
	}
}
.no-touchevents .layout_btn_listwrap .link_btn:not(.small).back:hover:before {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.layout_btn_listwrap .big {
	max-width: 340px;
	height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .big {
		max-width: 255px;
		height: 45px;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .big {
		max-width: 2.11rem;
		height: .352rem;
	}
}
.layout_btn_listwrap .big>span {
	font-size: 20px;
	font-size: .2rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .big>span {
		font-size: 18px;
		font-size: .18rem;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .big>span {
		font-size: 12px;
		font-size: .12rem;
	}
}
.layout_btn_listwrap .middle {
	max-width: 220px;
	height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .middle {
		max-width: 165px;
		height: 38px;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .middle {
		max-width: 1.32rem;
		height: .3rem;
	}
}
.layout_btn_listwrap .middle>span {
	font-size: 16px;
	font-size: .16rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .middle>span {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .middle>span {
		font-size: 11px;
		font-size: .11rem;
	}
}
.layout_btn_listwrap .small {
	position: relative;
	display: inline-block;
	max-width: 70px;
	width: 70%;
	height: 20px;
	text-align: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.layout_btn_listwrap .small::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #EE8A1E;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .small {
		max-width: 52px;
		height: 15px;
	}
	.layout_btn_listwrap .small::before {
		border-width: 4.8px 0 4.8px 5.2px;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .small {
		max-width: .44rem;
	}
	.layout_btn_listwrap .small::before {
		border-width: .0391rem 0 .0391rem .0434rem;
	}
}

.layout_btn_listwrap .small>span {
	position: relative;
	display: block;
	height: 20px;
	font-size: 14px;
	font-size: .14rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.75;
	white-space: nowrap;
	color: #EE8A1E;
	text-align: left;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.layout_btn_listwrap .small>span {
		height: 15px;
		font-size: 11px;
		font-size: .11rem;
	}
}
@media screen and (max-width: 767px) {
	.layout_btn_listwrap .small>span {
		font-size: 8px;
		font-size: .08rem;
		letter-spacing: 0.1em;
		line-height: 2;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}
@-webkit-keyframes mvArrowIB {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 14px;
	}
	25% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 14px;
	}
	50% {
		-webkit-transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		height: 0px;
	}
	75% {
		-webkit-transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		height: 0px;
	}
	90% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(-14px, 5px);
		transform: rotate(-45deg) scaleX(1) translate(-14px, 5px);
		height: 0px;
	}
}
@keyframes mvArrowIB {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 14px;
	}
	25% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 14px;
	}
	50% {
		-webkit-transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		height: 0px;
	}
	75% {
		-webkit-transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		transform: rotate(-45deg) scaleX(0) translate(-14px, -5px);
		height: 0px;
	}
	90% {
		-webkit-transform: rotate(-45deg) scaleX(1) translate(-14px, 5px);
		transform: rotate(-45deg) scaleX(1) translate(-14px, 5px);
		height: 0px;
	}
}
@-webkit-keyframes mvArrowI {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	20% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	45% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	55% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	85% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
}
@keyframes mvArrowI {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	20% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	45% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	55% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	85% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
}
.no-touchevents .layout_btn_listwrap .small:hover {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.layout_btn_listwrap .small.back {
	text-align: right;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.layout_btn_listwrap .small.back span {
	text-align: right;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.font_light .layout_btn_listwrap .link_btn:not(.small).back {
	/*.no-touchevents &:hover {
					&:before {
						transform-origin: right top;
					}
				}*/
}
.font_light .layout_btn_listwrap .link_btn:not(.small).back:after {
	border-right-color: #fff;
	/*right: auto;
					left: -1px;
					border-left: none;
					border-right: 2px solid $bcb00;
					transform: skew(-45deg);
					transform-origin: left bottom;

					@include sc(sp){
						border-right-width: 1px;
					}*/
}
.font_light .layout_btn_listwrap .big, .font_light .layout_btn_listwrap .middle {
	background-color: #006f8b;
	border-color: #fff;
}
.font_light .layout_btn_listwrap .big:before, .font_light .layout_btn_listwrap .middle:before {
	background-color: #fff;
}
.font_light .layout_btn_listwrap .big:after, .font_light .layout_btn_listwrap .middle:after {
	background-color: #006f8b;
	border-left-color: #fff;
}
.font_light .layout_btn_listwrap .big>span, .font_light .layout_btn_listwrap .middle>span {
	color: #fff;
}
.no-touchevents .font_light .layout_btn_listwrap .big:hover:after, .no-touchevents .font_light .layout_btn_listwrap .middle:hover:after {
	border-color: #006f8b;
}
.no-touchevents .font_light .layout_btn_listwrap .big:hover span, .no-touchevents .font_light .layout_btn_listwrap .middle:hover span {
	color: #006f8b;
}
.font_light .layout_btn_listwrap .small:before, .font_light .layout_btn_listwrap .small:after {
	background-color: #fff;
}
.font_light .layout_btn_listwrap .small>span {
	color: #fff;
}
/* -----------------------------------------------------------------------------

layout　共用

----------------------------------------------------------------------------- */

.pkg_element, .content_block {
	position: relative;
	z-index: 1;
	padding: 85px 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.pkg_element, .content_block {
		padding: 64px 0;
	}
}
@media screen and (max-width: 767px) {
	.pkg_element, .content_block {
		padding: .176rem 0;
	}
}
.pkg_element.white, .content_block.faq {
	background-color: #f7faf9;
}
.pkg_element.white, .content_block.white {
	background-color: #fff;
}
.pkg_element.gray, .content_block.gray {
	background-color: #eaeae2;
	background-image: url(../img/pkg_common/sec_texture_bg01.jpg);
	background-repeat: repeat;
	background-size: 300px 300px;
	background-position: center center;
}
.pkg_element.blue, .content_block.blue {
	background-color: #006f8b;
	color: #fff;
}
.pkg_element .mod_wrap, .pkg_element .module, .content_block .mod_wrap, .content_block .module {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.pkg_element .mod_wrap, .pkg_element .module, .content_block .mod_wrap, .content_block .module {
		max-width: 735px;
	}
}
@media screen and (max-width: 767px) {
	.pkg_element .mod_wrap, .pkg_element .module, .content_block .mod_wrap, .content_block .module {
		display: flex;
		flex-direction: column;
	}
}
/* -----------------------------------------------------------------------------

ページ固有 pkg_element

----------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.faq .pkg_element, .faq .content_block {
		padding: .352rem 0;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion_title:before, .faq .content_block .accordion_title:before {
		top: .044rem !important;
	}
	.faq .pkg_element .accordion_title span:before, .faq .pkg_element .accordion_title span:after, .faq .content_block .accordion_title span:before, .faq .content_block .accordion_title span:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: auto;
		background-position: center right;
		background-size: auto 100%;
		background-repeat: no-repeat;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		cursor: pointer;
	}
	.faq .pkg_element .accordion_title span:before, .faq .content_block .accordion_title span:before {
		background-image: url(../img/pkg_common/faq_element_dt_label01.png);
		width: .605rem;
		height: .11rem;
	}
	.faq .pkg_element .accordion_title span:after, .faq .content_block .accordion_title span:after {
		background-image: url(../img/pkg_common/faq_element_dt_label02.png);
		opacity: 0;
		width: .484rem;
		height: .088rem;
	}
	.faq .pkg_element .accordion_title.open span:before, .faq .content_block .accordion_title.open span:before {
		opacity: 0;
	}
	.faq .pkg_element .accordion_title.open span:after, .faq .content_block .accordion_title.open span:after {
		opacity: 1;
	}
}
.faq .pkg_element .ttl, .faq .content_block .ttl {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	font-size: 20px;
	font-size: .2rem;
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #EE8A1E;
	line-height: 1.5;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 0;
}
.faq .pkg_element .ttl > span, .faq .content_block .ttl > span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffe866));
	background: -webkit-linear-gradient(transparent 50%, #ffe866 0%);
	background: -o-linear-gradient(transparent 50%, #ffe866 0%);
	background: linear-gradient(transparent 50%, #ffe866 0%);
	display: inline
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .ttl, .faq .content_block .ttl {
		font-size: 14px;
		font-size: .14rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .ttl, .faq .content_block .ttl {
		font-size: 13px;
		font-size: .13rem;
		line-height: 1.66;
		width: 55%;
		padding-left: 0;
		padding-right: 45%;
	}
}
.faq .pkg_element .ttl02, .faq .content_block .ttl02 {
	position: relative;
	border: none;
	font-size: 20px;
	font-size: .2rem;
	letter-spacing: 0.08em;
	line-height: 1.87;
	font-weight: 700;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #EE8A1E;
}
.faq .pkg_element .ttl02.ttl02_not_first, .faq .content_block .ttl02.ttl02_not_first {
	margin-top: 85px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .ttl02.ttl02_not_first, .faq .content_block .ttl02.ttl02_not_first {
		margin-top: 63px;
	}
	.faq .pkg_element .ttl02, .faq .content_block .ttl02 {
		padding-left: 15px;
		font-size: 15px;
		font-size: .15rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .ttl02, .faq .content_block .ttl02 {
		padding-left: .132rem;
		font-size: 12px;
		font-size: .12rem;
	}
	.faq .pkg_element .ttl02.ttl02_not_first, .faq .content_block .ttl02.ttl02_not_first {
		margin-top: .3rem;
	}
}
@media (min-width: 768px) {
	.faq .pkg_element .element_index, .faq .content_block .element_index {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 32px;
	}
}
.faq .pkg_element .element_index li, .faq .content_block .element_index li {
	position: relative;
	display: block;
	font-size: 16px;
	font-size: .16rem;
	letter-spacing: 0.06em;
	/* line-height: 2.37; */
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
	.faq .pkg_element .element_index li, .faq .content_block .element_index li {
		width: calc(50% - 10px);
	}
	.faq .pkg_element .element_index li:nth-of-type(n + 3), .faq .content_block .element_index li:nth-of-type(n + 3) {
		margin-top: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .element_index li, .faq .content_block .element_index li {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .element_index li, .faq .content_block .element_index li {
		font-size: 11px;
		font-size: .11rem;
		line-height: 1.66;
		padding: .1rem 0;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
	.faq .pkg_element .element_index, .faq .content_block .element_index {
		margin-top: .226rem;
	}
	.faq .pkg_element .element_index li:before, .faq .content_block .element_index li:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		height: 1px;
		background-image: -webkit-gradient(linear, right top, left top, from(#8e8e8e), color-stop(50%, #8e8e8e), color-stop(50%, transparent), to(transparent));
		background-image: -webkit-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-image: -o-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-image: linear-gradient(to left, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-size: 2px 2px;
		height: 1px;
		border: none;
	}
	.faq .pkg_element .element_index li:first-of-type:after, .faq .content_block .element_index li:first-of-type:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		height: 1px;
		background-image: -webkit-gradient(linear, right top, left top, from(#8e8e8e), color-stop(50%, #8e8e8e), color-stop(50%, transparent), to(transparent));
		background-image: -webkit-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-image: -o-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-image: linear-gradient(to left, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
		background-size: 2px 2px;
		height: 1px;
		border: none;
	}
}
.faq .pkg_element .element_index a, .faq .content_block .element_index a {
	display: block;
	padding-left: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .element_index a, .faq .content_block .element_index a {
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .element_index a, .faq .content_block .element_index a {
		padding-left: .2257rem;
	}
}
.faq .pkg_element .element_index a:before, .faq .content_block .element_index a:before {
	content: 'Q';
	position: absolute;
	left: 0;
	top: -8px;
    font-family: 'Zen Maru Gothic', serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-size: .24rem;
	letter-spacing: 0;
	line-height: 1.75;
	color: #EE8A1E;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .element_index a:before, .faq .content_block .element_index a:before {
		font-size: 18px;
		font-size: .18rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .element_index a:before, .faq .content_block .element_index a:before {
		font-size: 14px;
		font-size: .14rem;
		line-height: 2.8;
		top: 0;
	}
}
.faq .pkg_element .element_index+.accordion_title::before, .faq .content_block .element_index+.accordion_title::before {
	display: inline-block;
	content: "";
	padding: 63px 0px 0px 0px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .element_index+.accordion_title::before, .faq .content_block .element_index+.accordion_title::before {
		padding: 53px 0px 0px 0px;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .element_index+.accordion_title::before, .faq .content_block .element_index+.accordion_title::before {
		padding: 9vw 0px 0px 0px;
	}
}
.faq .pkg_element .accordion dt, .faq .content_block .accordion dt {
	position: relative;
	min-height: 70px;
	width: 100%;
	padding: 18px 80px;
	background-color: #fff9d2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: .2rem;
	letter-spacing: 0.06em;
	line-height: 1.9;
	cursor: pointer;
	border-radius: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion dt, .faq .content_block .accordion dt {
		min-height: 53px;
		padding: 14px 60px;
		font-size: 15px;
		font-size: .15rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion dt, .faq .content_block .accordion dt {
		min-height: 0;
		padding: .088rem .26rem .088rem .30rem;
		font-size: 13px;
		font-size: .13rem;
		line-height: 1.53;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		border-radius: 4vw;
	}
}
.faq .pkg_element .accordion dt:before, .faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt:before, .faq .content_block .accordion dt:after {
	content: '';
	position: absolute;
	display: block;
}
.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt::before {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background-color: #EE8A1E;
}
.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt:after {
	position: absolute;
	top: 50%;
	right: 38.5px;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background-color: #EE8A1E;
	transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt::before {
		right: .1304rem;
		width: .1217rem;
		height: 1px;
	}
	.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt:after {
		right: .188rem;
		width: 1px;
		height: .1217rem;
	}
}
.faq .pkg_element .accordion dt>span:before, .faq .content_block .accordion dt>span:before {
	content: 'Q';
	position: absolute;
	left: 20px;
	top: 0;
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 42px;
	font-size: .42rem;
	letter-spacing: 0;
	line-height: 1.6;
	color: #EE8A1E;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion dt>span:before, .faq .content_block .accordion dt>span:before {
		left: 15px;
		font-size: 35px;
		font-size: .35rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion dt>span:before, .faq .content_block .accordion dt>span:before {
		left: .088rem;
		font-size: 20px;
		font-size: .2rem;
		line-height: 1.8;
	}
}
.faq .pkg_element .accordion dt.open:after, .faq .content_block .accordion dt.open:after {
	opacity: 0;
}
.faq .pkg_element .accordion dd, .faq .content_block .accordion dd {
	position: relative;
	padding: 18px 20px 18px 80px;
	font-size: 14px;
	font-size: .14rem;
	letter-spacing: 0.06em;
	line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion dd, .faq .content_block .accordion dd {
		padding: 14px 15px 14px 60px;
		font-size: 11px;
		font-size: .11rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion dd, .faq .content_block .accordion dd {
		padding: .088rem .11rem .088rem .30rem;
		font-size: 11px;
		font-size: .11rem;
		line-height: 1.84;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
.faq .pkg_element .accordion dd>span:after, .faq .content_block .accordion dd>span:after {
	content: 'A';
	position: absolute;
	left: 20px;
	top: 0;
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 42px;
	font-size: .42rem;
	letter-spacing: 0;
	line-height: 1.6;
	color: #EE8A1E;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion dd>span:after, .faq .content_block .accordion dd>span:after {
		left: 15px;
		font-size: 35px;
		font-size: .35rem;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion dd>span:after, .faq .content_block .accordion dd>span:after {
		left: .088rem;
		font-size: 20px;
		font-size: .2rem;
		line-height: 1.8;
	}
}
.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px) {
	.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
		margin-top: .044rem;
	}
}
.faq .pkg_element .accordion+.ttl, .faq .content_block .accordion+.ttl {
	margin-top: 40px;
}
.information .label {
	position: relative;
	font-size: 24px;
	font-size: .24rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #EE8A1E;
	border-bottom: 2px solid #d2d2d2;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .label {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.information .label {
		font-size: 11px;
		font-size: .11rem;
		letter-spacing: 0.1em;
		line-height: 1.75;
		margin-bottom: .1rem;
	}
}
.information .info_newslist>li {
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li {
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist {
	}
	.information .info_newslist>li {
	}
}
.information .info_newslist>li a {
	display: block;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li a {
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li a {
	}
}
.information .info_newslist>li a:before {
	/*
	content: '';
	*/
	position: absolute;
	top: -30px;
	right: 0;
	width: 480px;
	height: 1px;
	background-image: -webkit-gradient(linear, right top, left top, from(#8e8e8e), color-stop(50%, #8e8e8e), color-stop(50%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(to left, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-size: 2px 2px;
	height: 1px;
	border: none;
}
.information .info_newslist>li:last-of-type a:after {
	/*
	content: '';
	*/
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 480px;
	height: 1px;
	background-image: -webkit-gradient(linear, right top, left top, from(#8e8e8e), color-stop(50%, #8e8e8e), color-stop(50%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(right, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(to left, #8e8e8e, #8e8e8e 50%, transparent 50%, transparent 100%);
	background-size: 2px 2px;
	height: 1px;
	border: none;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li a:before {
		top: -23px;
		width: 358px;
	}
	.information .info_newslist>li:last-of-type a:after {
		bottom: -23px;
		width: 358px;
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li a:before {
		top: -0.176rem;
		width: calc(100% - 1.1288rem);
	}
	.information .info_newslist>li:last-of-type a:after {
		bottom: -0.176rem;
		width: calc(100% - 1.1288rem);
	}
}
.information .info_newslist>li:first-child a:before {
	content: none;
}
.information .info_newslist>li figure {
	/*
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
	*/
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li figure {
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li figure {
		border-width: .018rem;
	}
}
.information .info_newslist>li figure .ph {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.information .info_newslist>li figure .ph {
		height: 3.52rem;
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li figure .ph img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.information .info_newslist>li figure .ph {
		height: 1.8rem;
	}
}
.information .info_newslist>li .txt_box .ttl {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-size: .24rem;
	letter-spacing: 0.1em;
	line-height: calc(36/24);
	margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li .txt_box .ttl {
		font-size: 11px;
		font-size: .11rem;
		letter-spacing: 0.08em;
		line-height: 1.4;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 0.15rem;
	}
}
.information .info_newslist>li .txt_box .txt {
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: .16rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	color: #4a454e;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li .txt_box .txt {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li .txt_box .txt {
		display: none;
	}
}
.information .info_newslist>li .date_cat {
	font-size: 14px;
	font-size: .14rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li .date_cat {
		font-size: 11px;
		font-size: .11rem;
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li .date_cat {
		font-size: 11px;
		font-size: .11rem;
		line-height: 1.3;
		margin-bottom: .044rem;
	}
}
.information .info_newslist>li .date_cat time {
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.information .info_newslist>li .date_cat span {
		display: block;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		margin-top: .05rem;
	}
}
.information.archive .content_block {
	padding: 0 0 30px;
}
.information.archive .layout_btn_listwrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.information.archive .layout_btn_listwrap {
		bottom: -0.066rem;
	}
}
.information.single .content_block {
	padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
	.information.single .mod_wrap {
		background-color: #fff;
	}
	.information.single .mod_wrap+.mod_wrap {
		background-image: url(../img/pkg_common/sec_texture_bg01.jpg);
		background-repeat: repeat;
		background-size: 300px 300px;
		background-position: center center;
	}
}
.information.single .mod_wrap>.in {
	background-color: #fff;
	padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information.single .mod_wrap>.in {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.information.single .mod_wrap>.in {
		padding: .264rem 0;
	}
}
.information.single .main_content .title_box .date_cat {
	font-size: 18px;
	font-size: .18rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #EE8A1E;
	margin-bottom: 20px;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information.single .main_content .title_box .date_cat {
		font-size: 12px;
		font-size: .12rem;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.information.single .main_content .title_box .date_cat {
		font-size: 11px;
		font-size: .11rem;
		margin-bottom: .088rem;
	}
}
.information.single .main_content .title_box .date_cat time {
	padding-left:0;
	font-family: azo-sans-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	background-repeat:no-repeat;
	background-position:left center;
}
.information.single .main_content .title_box .date_cat time + time {
	margin-left:12px;
}
.information.single .main_content .title_box .date_cat time.post_date {
	background-image:url(/img/pkg_common/icon_date_post.svg);
}
.information.single .main_content .title_box .date_cat time.modified_date {
	background-image:url(/img/pkg_common/icon_date_modified.svg);
}
.information.single .main_content .title_box .date_cat span {
	letter-spacing: 0.06em;
}
.information.single .main_content .title_box .ttl {
	font-size: 24px;
	font-size: .24rem;
	letter-spacing: 0.08em;
	line-height: 1.58;
	color: #1d1d1d;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 20px;
	font-family: 'Zen Maru Gothic', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information.single .main_content .title_box .ttl {
		font-size: 18px;
		font-size: .18rem;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.information.single .main_content .title_box .ttl {
		font-size: 15px;
		font-size: .15rem;
		padding-bottom: .132rem;
	}
}
.information.single .main_content .author_name {
	margin-top: 12px;
	font-size: 12px;
	font-size: .12rem;
	color: #666;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.information.single .main_content .author_name {
		margin-top: 9px;
		font-size: 11px;
		font-size: .11rem;
	}
}
@media screen and (max-width: 767px) {
	.information.single .main_content .author_name {
		margin-top: 6px;
		font-size: 11px;
		font-size: .11rem;
	}
}
.form {
	background-image: url(../img/pkg_common/sec_texture_bg01.jpg);
	background-repeat: repeat;
	background-size: 300px 300px;
	background-position: center center;
}
.form .mod_wrap {
	margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.form .mod_wrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.form .mod_wrap {
		margin-top: .352rem;
	}
}
.form .mod_wrap>.in {
	background-color: #fff;
	padding: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.form .mod_wrap>.in {
		padding: 38px;
	}
}
@media screen and (max-width: 767px) {
	.form .mod_wrap>.in {
		padding: .352rem .176rem;
	}
}
.form .tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 4px solid #006f8b;
}
@media screen and (max-width: 767px) {
	.form .tab {
		border-width: .02rem;
	}
}
.form .tab>li {
	width: 486px;
	height: 56px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.form .tab>li {
		width: 365px;
		height: 42px;
	}
}
@media screen and (max-width: 767px) {
	.form .tab>li {
		width: 1.37rem;
		height: .338rem;
	}
}
.form .tab>li span, .form .tab>li a {
	display: block;
	font-family: ryo-text-plusn, serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: .2rem;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-top: 23px;
	padding-bottom: 13px;
	height: 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.form .tab>li span, .form .tab>li a {
		font-size: 15px;
		font-size: .15rem;
		padding-top: 17px;
		padding-bottom: 10px;
		height: 42px;
	}
}
@media screen and (max-width: 767px) {
	.form .tab>li span, .form .tab>li a {
		font-size: 11px;
		font-size: .11rem;
		padding-top: .14rem;
		padding-bottom: .066rem;
		height: .338rem;
	}
}
.form .tab>li span {
	background-color: #006f8b;
	color: #fff;
}
.form .tab>li a {
	background-color: #d1d1d1;
	color: #8e8e8e;
}
.error {
	background-image: url(../img/pkg_common/sec_texture_bg01.jpg);
	background-repeat: repeat;
	background-size: 300px 300px;
	background-position: center center;
}
.error .mod_wrap {
}
.error .mod_wrap>.in {
	background-color: #fff;
	padding: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.error .mod_wrap>.in {
		padding: 38px;
	}
}
@media screen and (max-width: 767px) {
	.error .mod_wrap>.in {
		padding: .352rem .176rem;
	}
}
.error .txt_box {
	text-align: center;
}
.error .txt_box .catch {
	font-size: 16px;
	font-size: .16rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2.1;
	color: #006f8b;
	margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.error .txt_box .catch {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.error .txt_box .catch {
		font-size: 12px;
		font-size: .12rem;
		line-height: 1.75;
	}
}
.error .txt_box .txt {
	font-size: 14px;
	font-size: .14rem;
	letter-spacing: 0.06em;
	line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.error .txt_box .txt {
		font-size: 11px;
		font-size: .11rem;
	}
}
@media screen and (max-width: 767px) {
	.error .txt_box .txt {
		font-size: 11px;
		font-size: .11rem;
		line-height: 1.75;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		text-align: left;
	}
}
.error .txt_box .txt+.txt {
	margin-top: 2em;
}
.error .txt_box .mod_btn02 {
	margin-top: 40px;
	width: 220px;
	height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.error .txt_box .mod_btn02 {
		width: 165px;
		height: 38px;
	}
}
@media screen and (max-width: 767px) {
	.error .txt_box .mod_btn02 {
		width: 1.32rem;
		height: .30rem;
	}
}
.error .txt_box .mod_btn02>span {
	font-size: 16px;
	font-size: .16rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
	.error .txt_box .mod_btn02>span {
		font-size: 12px;
		font-size: .12rem;
	}
}
@media screen and (max-width: 767px) {
	.error .txt_box .mod_btn02>span {
		font-size: 11px;
		font-size: .11rem;
	}
}
