@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

----------------------------------------------------------------------------- */
body {
	color: #333;
}
.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: 640px) {
	.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: 640px) {
	.bg_splash {
		width: 1.77rem;
		height: .862rem;
	}
}
/* -----------------------------------------------------------------------------

sec_title

----------------------------------------------------------------------------- */

.sec_title_block04>.title {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.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: .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: .45rem;
	}
} */
@media screen and (max-width: 640px) {
	.sec_title_block04>.title .f_roll {
		font-size: 40px;
		font-size: .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.16rem;
	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: .26rem;
		line-height: 1.32;
	}
} */
@media screen and (max-width: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.sec_title_block06 .title i {
		width: .185rem;
		height: .185rem;
		margin-bottom: .05rem;
	}
}
/* --------------------------------------------------------------------------------------------------------

.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: #27B33D;
	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: #27B33D;
	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: 2.521rem;
		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: 4rem;
	letter-spacing: 0.21em;
	line-height: 1;
	color: #27B33D;
	-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: -.1086rem;
		left: -.1304rem;
		width: .2521rem;
		height: .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(0.217rem 0.217rem 0.217rem rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0.217rem 0.217rem 0.217rem rgba(0, 0, 0, 0.1))
	}
}
/* --------------------------------------------------------------------------------------------------------

リンクボタン　済
.layout_btn_listwrap

-------------------------------------------------------------------------------------------------------- */

.layout_btn_listwrap {
	text-align: center;
	font-size: 0;
	/*.pkg_btn02 {
		position: relative;
		display: block;
		max-width: 340px;
		width: 100%;
		height: 60px;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		background-color: $bcr00;
		border: 1px solid $bcff;
		&:before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: $bcff;

			transform: scaleX(0);
			transform-origin: right top;
			transition: transform 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		}

		@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
			max-width: 255px;
			height: 45px;
		}
		@include sc(sp) {
			display:block;
			height: 3.52rem;
			max-width: 100%;
			padding: 0;
		}
		> span {
			display: inline-block;
			@include fz(20);
			font-weight: 700;
			letter-spacing: 0.06em;
			line-height: 1.2;
			color: $bcff;
			@include vaM;
			transition: color 0.3s;

			@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
				@include fz(15);
			}
			@include sc(sp){
				@include fz(12);
				letter-spacing: 0.06em;
				line-height: 1.2;
			}
		}
		.no-touchevents &:hover {
			&:before {
				transform: scaleX(1);
				transform-origin: left top;
			}
			span {
				color: $bcr00;
			}
		}
	}//AB2-FF*/
}
.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.layout_btn_listwrap .middle {
		max-width: 1.32rem;
		height: .30rem;
	}
}
.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: 640px) {
	.layout_btn_listwrap .middle>span {
		font-size: 11px;
		font-size: .11rem;
	}
}
.layout_btn_listwrap .small {
	position: relative;
	display: inline-block;
	width: 1.06rem;
	height: 0.36rem;
	border-radius: 0.2rem;
	background-color: #c8e628;
	text-align: center;
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.layout_btn_listwrap .small::before {
	content: "";
	position: absolute;
	top: 50%;
	right: .19rem;
	transform: translateY(-50%);
    width: 0.16rem;
    height: 0.13rem;
	background-image: url(../common/img/more_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
@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: 640px) {
	.layout_btn_listwrap .small {
		max-width: 17.33vw;
		height: 5.88vw;
		padding: 0 3.2vw;
	}
	.layout_btn_listwrap .small::before {
		width: 2.22vw;
		height: 1.69vw;
		right: 3.2vw;
	}
}

.layout_btn_listwrap .small>span {
	position: relative;
	display: block;
	display: flex;
	height: 100%;
	padding-top: .02rem;
	align-items: center;
	font-family: 'Overpass', sans-serif;
	font-size: .18rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	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: 640px) {
	.layout_btn_listwrap .small>span {
		padding-top: .01rem;
		font-size: 12px;
		font-size: .12rem;
		letter-spacing: 0;
		line-height: 1;
		-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　共用

----------------------------------------------------------------------------- */

/*.sec_header {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	//background-color: rgba(#cc0000,0.3);//暫定

	@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
		height: 225px;
	}
	@include sc(sp){
		margin-top: 50px;
		height: 14rem;//12.3rem;
	}
	//.tp01（よくあるご質問系セクションヘッダ/decoパララックス付き）
	&.tp01 {
		background-color: $bcff;
		.title {
			text-align: center;
			@include vaM;
			line-height: 2;

			@include sc(sp){
				line-height: 1.3;
			}
			.f_ryo {
				@include f_ryo(500);
				@include fz(34);
				letter-spacing: 0.06em;
				line-height: 1;

				@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
					@include fz(26);
				}
				@include sc(sp){
					@include fz(19);
				}
			}
			.f_azo {
				@include f_azo(400);
				@include fz(18);
				letter-spacing: 0.2em;
				line-height: 1;

				@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
					@include fz(14);
				}
				@include sc(sp){
					@include fz(11);
				}
			}
		}
		.bg_leaf01 {
			z-index: 0;
			top: -430px;

			@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
				top: -323px;
			}
			@include sc(sp){
				top: -25rem;
			}
		}
	}

	//.tp02（インフォ系セクションヘッダ/decoパララックス付き）
	&.tp02 {
		.title {
			position: relative;
			text-align: center;
			@include vaM;
			line-height: 2;

			@include sc(sp){
				line-height: 1.3;
				margin-top: -1.6rem;
			}
			&:before {
				content: '';
				position: absolute;
				top: 70px;
				left: 0;
				right: 0;
				display: block;
				height: 12px;
				width: 180px;
				margin: 0 auto;
				opacity: 0.5;
				background-image: url(../img/pkg_common/sec_title_block05_deco.png);
				background-size: 40px 40px;
				background-repeat: repeat;
				background-position: center center;

				@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
					top: 52px;
					height: 9px;
					width: 135px;
					background-size: 30px 30px;
				}
				@include sc(sp){
					top: 3.0rem;
					left: 50%;
					margin-left: -9.7rem;
					width: 19.4rem;
					height: 0.57rem;
					background-size: 2rem 2rem;
				}
			}

			.f_azo {
				@include f_azo(500);
				@include fz(30);
				letter-spacing: 0.1em;
				line-height: 1.33;

				@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
					@include fz(23);
				}
				@include sc(sp){
					@include fz(18);
				}
			}
		}
		.bg_splash {
			top: -70px;
			left: 0;
			right: 0;
			margin: auto;

			@media screen and (min-width: $breakpointWidth00) and (max-width: $breakpointWidth02) {//1366
				top: -53px;
			}
			@include sc(sp){
				top: 0;
			}
		}
	}
}*/

.pkg_element, .content_block {
	position: relative;
	z-index: 1;
	/* padding: 85px 0; */
	/*&.bg {//画像背景
		.bg_ph {
			width:100%;
			height:100%;
			background-position:center;
			position:absolute;
			top:0;
			left:0;
			z-index:-1;

			&.normal {//cover
				background-size:cover;
			}
			&.repeat {//繰り返し
				background-repeat:repeat;
			}
			&.repeat-y {//縦繰り返し
				background-repeat:repeat-y;
			}
			&.repeat-x {//横繰り返し
				background-repeat:repeat-x;
			}
			&.fixed {//スクロール固定
				background-size:cover;

				@include sc(pc) {
					background-attachment:fixed;
				}
			}
		}
	}*/
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.pkg_element, .content_block {
		/* padding: 64px 0;

*/
@media screen and (max-width: 640px) {
	.pkg_element, .content_block {
		padding: .176rem 0;
	}
}
.pkg_element.white, .content_block.faq {
	background-color: #f2f2f2;
}
.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: 13rem;
	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: 640px) {
	.pkg_element .mod_wrap, .pkg_element .module, .content_block .mod_wrap, .content_block .module {
		display: flex;
		flex-direction: column;
		padding-top:0;
	}
}
/* -----------------------------------------------------------------------------

ページ固有 pkg_element

----------------------------------------------------------------------------- */

.sec_content.faq .title_wrap {
	background-color: #fff;
	padding: 0.74rem 0 0.69rem;
	margin-top: 1rem;
}
.sec_content.faq .title_wrap .tit {
	text-align: center;
}
.sec_content.faq .title_wrap .tit img {
    max-width: 18.4rem;
	margin: 0 auto 0;
	display: block;
}

.sec_content.faq .title_wrap .tit .sub_tit {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New",sans-serif;
	color: #333333;
	margin-top: 0.3rem;
}
.sec_content.faq .title_wrap .tit .sub_tit:before {
	content: "";
	width: 72px;
	height: 18px;
	background-image: url(../../common/img/tit_l.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -80px;
	top: 5px;
}
.sec_content.faq .title_wrap .tit .sub_tit:after {
	content: "";
	width: 72px;
	height: 18px;
	background-image: url(../../common/img/tit_r.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -80px;
	top: 5px;
}
@media screen and (max-width: 640px) {
	.sec_content.faq .title_wrap .tit img {
		width: auto;
		height: 0.4rem;
	}
	.sec_content.faq .title_wrap .tit .sub_tit:before {
		width: 34px;
		height: 13px;
		background-image: url(../../common/img/tit_l_sp.png);
		left: -44px;
		top: 7px;
	}
	.sec_content.faq .title_wrap .title_wrap .tit .sub_tit:after {
		width: 34px;
		height: 13px;
		background-image: url(../../common/img/tit_r_sp.png);
		right: -44px;
		top: 7px;
	}
}


@media screen and (max-width: 640px) {
	.faq .pkg_element, .faq .content_block {
		padding: .5rem 0 0;
	}
}
@media screen and (max-width: 640px) {
	/* .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 {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		cursor: pointer;
	}
	.faq .pkg_element .accordion_title span:before, .faq .content_block .accordion_title span:before {
		content: '一覧表示';
		width: .66rem;
		height: .12rem;
		left: 59.8vw;
		text-align: right;
		font-weight: 700;
		font-size: .12rem;
		letter-spacing: 0;
		line-height: 1;
		transition: .3s;
	}
	.faq .pkg_element .accordion_title span:after, .faq .content_block .accordion_title span:after {
		content: "";
		top: 0.5vw;
		left: 79.6vw;
		width: .15rem;
		height: .11rem;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/faq/accordion_open.svg);
		transition: .2s;
		z-index: 1;
	}
	.faq .pkg_element .accordion_title.open span:before, .faq .content_block .accordion_title.open span:before {
		content: "閉じる";
	}
	.faq .pkg_element .accordion_title.open span:after, .faq .content_block .accordion_title.open span:after {
		width: .11rem;
		height: .11rem;
		transform: translateX(1px);
		background-image: url(../img/faq/accordion_close.svg);
	} */
}
.faq .pkg_element .ttl, .faq .content_block .ttl {
	position: relative;
	font-size: .22rem;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #28648c;
	line-height: 1.63;
	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(68%, transparent), color-stop(0%, #c8e628));
	background: -webkit-linear-gradient(transparent 68%, #c8e628 0%);
	background: -o-linear-gradient(transparent 68%, #c8e628 0%);
	background: linear-gradient(transparent 68%, #c8e628 0%);
	display: inline;
	padding: 0 .1rem;

}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .ttl, .faq .content_block .ttl {
		font-size: 14px;
		font-size: .14rem;
	}
} */
.faq .content_block .accordion_sp> .faq_wrap {
	padding: .78rem 1rem .71rem;
	background-color: #fff;
	border: 2px solid #28648c;
	border-radius: .1rem;
}
.faq .content_block .accordion_sp> .faq_wrap + .faq_wrap {
	margin-top: .5rem;
}

@media screen and (max-width: 640px) {
	.faq .content_block .accordion_sp> .faq_wrap {
		padding: .22rem .3rem .27rem;
		border: 1px solid #28648c;
		border-radius: 0;
	}
	.faq .content_block .accordion_sp> .faq_wrap + .faq_wrap {
		margin-top: .25rem;
	}
	.faq .pkg_element .ttl, .faq .content_block .ttl {
		font-style: normal;
		font-size: .15rem;
		font-weight: 500;
		line-height: 1.66;
		width: 1.73rem;
		/* padding-right: 45%; */
		/* border: 1px solid #000;
		border-bottom: none; */
	}
	.faq .pkg_element .ttl > span, .faq .content_block .ttl > span {
		padding: 0;
	}
	/* .faq .content_block .ttl::after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #000;
		bottom: 0;
		left: 0;
		transition: .2s .4s;
	}
	.faq .content_block .ttl.open::after {
		opacity: 0;
		transition: .2s;
	}
	.faq .content_block .element_index {
		border: 1px solid #000;
		border-top: none;
	} */

}
.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: #27b33d;
}
.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: 640px) {
	.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;
		margin-top: .25rem;
	}
}
.faq .pkg_element .element_index li, .faq .content_block .element_index li {
	position: relative;
	display: block;
	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: 49%;
	}
	.faq .pkg_element .element_index li:nth-of-type(even), .faq .content_block .element_index li:nth-of-type(even) {
		margin-left: 2%;

	}
}
/* @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: 640px) {
	.faq .pkg_element .element_index li, .faq .content_block .element_index li {
		font-weight: 500;
		font-size: .14rem;
		line-height: 1.71;
		padding: .1rem 0 .12rem .23rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
	.faq .pkg_element .element_index, .faq .content_block .element_index {
		margin-top: .26rem;
	}
	.faq .pkg_element .element_index li:last-of-type, .faq .content_block .element_index li:last-of-type {
		margin-bottom: .23rem;
	}
	.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(#d2d2d2), color-stop(50%, #d2d2d2), color-stop(50%, transparent), to(transparent));
		background-image: -webkit-linear-gradient(right, #d2d2d2, #d2d2d2 50%, transparent 50%, transparent 100%);
		background-image: -o-linear-gradient(right, #d2d2d2, #d2d2d2 50%, transparent 50%, transparent 100%);
		background-image: linear-gradient(to left, #d2d2d2, #d2d2d2 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(#d2d2d2), color-stop(50%, #d2d2d2), color-stop(50%, transparent), to(transparent));
		background-image: -webkit-linear-gradient(right, #d2d2d2, #d2d2d2 50%, transparent 50%, transparent 100%);
		background-image: -o-linear-gradient(right, #d2d2d2, #d2d2d2 50%, transparent 50%, transparent 100%);
		background-image: linear-gradient(to left, #d2d2d2, #d2d2d2 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: .3rem;
}
/* @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: 640px) {
	.faq .pkg_element .element_index a, .faq .content_block .element_index a {
		padding-left: 0;
	}
}
.faq .pkg_element .element_index a:before, .faq .content_block .element_index a:before {
	content: 'Q';
	position: absolute;
	left: 0;
	top: 0;
    font-family: 'Zen Kaku Gothic', serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: .24rem;
	letter-spacing: 0;
	line-height: 1.35;
	color: #00708c;
}
/* @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: 640px) {
	.faq .pkg_element .element_index a:before, .faq .content_block .element_index a:before {
		font-size: .18rem;
		line-height: 2.4;
		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: 640px) {
	.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: .7rem;
	width: 100%;
	padding: .15rem .87rem .16rem .74rem;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .24rem;
	letter-spacing: 0.1em;
	line-height: 1.66;
	cursor: pointer;
	border-radius: .1rem;
}
/* @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 (min-width: 641px) {
	.faq .pkg_element .accordion dt, .faq .content_block .accordion dt {
		transition: opacity .3s;
	}
	.faq .pkg_element .accordion dt:hover, .faq .content_block .accordion dt:hover {
		opacity: 0.7;
	}

}
@media screen and (max-width: 640px) {
	.faq .pkg_element .accordion dt, .faq .content_block .accordion dt {
		min-height: 0;
		padding: .12rem .4rem .12rem .37rem;
		font-size: .15rem;
		letter-spacing: .06em;
		line-height: 1.53;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		border-radius: .05rem;
	}
}
.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 .content_block .accordion dt::before {
	top: 0;
	right: 0;
	width: .5rem;
	height: 100%;
	background-color: #28648c;
	border-radius: 0 .1rem .1rem 0;
	z-index: 1;
	transition: background-color .3s;

}
.faq .content_block .accordion dt.open::before {
	background-color: #808080;

}
.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt:after {
	top: 0;
	bottom: 0;
	right: .16rem;
	margin: auto 0;
	width: .19rem;
	height: .11rem;
	background-image: url(../img/faq/accordion_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	 background-size: contain;
	transition: transform 0.3s;
	transform: rotate(180deg);
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.faq .content_block .accordion dt::before {
		width: .32rem;
		border-radius: 0 .05rem .05rem 0;

	}

	.faq .pkg_element .accordion dt:after, .faq .content_block .accordion dt:after {
		right: 0.06rem;
		width: 0.21rem;
		height: 0.08rem;
	}
}
.faq .pkg_element .accordion dt>span:before, .faq .content_block .accordion dt>span:before {
	content: 'Q';
	position: absolute;
	left: .25rem;
	top: .01rem;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .4rem;
	letter-spacing: 0;
	line-height: 1.6;
	color: #00708c;
}
/* @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: 640px) {
	.faq .pkg_element .accordion dt>span:before, .faq .content_block .accordion dt>span:before {
		left: .11rem;
		font-size: .23rem;
		line-height: 1.8;
	}
}
.faq .pkg_element .accordion dt.open:after, .faq .content_block .accordion dt.open:after {
	transform: rotate(0deg);
}
.faq .pkg_element .accordion dd, .faq .content_block .accordion dd {
	position: relative;
	padding: .35rem .76rem .4rem;
	font-family: 'Zen Kaku Gothic New', serif;
	font-weight: 400;
	font-size: .16rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
}
/* @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: 640px) {
	.faq .pkg_element .accordion dd, .faq .content_block .accordion dd {
		padding: .12rem .12rem .1rem .38rem;
		font-size: .13rem;
		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: .25rem;
	top: 0.15rem;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .4rem;
	letter-spacing: 0;
	line-height: 1.6;
	color: #00708c;
}
/* @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: 640px) {
	.faq .pkg_element .accordion dd>span:after, .faq .content_block .accordion dd>span:after {
		left: .11rem;
		font-size: .23rem;
		line-height: 0.6;
	}
}

.faq .pkg_element .accordion, .faq .content_block .accordion {
	max-width: 10.4rem;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.faq .pkg_element .accordion, .faq .content_block .accordion {
		max-width: calc(100% - .6rem);
		width: 100%;
	}
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
		margin-top: 8px;
	}
} */
.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
	margin-top: .2rem;
}

@media screen and (max-width: 640px) {
	.faq .pkg_element .accordion+.accordion, .faq .content_block .accordion+.accordion {
		margin-top: .15rem;
	}
}
.faq .pkg_element .accordion+.ttl, .faq .content_block .accordion+.ttl {
	margin-top: 40px;
}

/*contact_parts.php 上書き*/
[data-svgtextanimation01] [data-svgtextanimation01-bg] {
	fill: #fff;
}
#contact {
	padding: 1.5rem 0 0;
}
@media screen and (max-width: 640px) {
	#contact {
		padding: .6rem 0 0;
	}
}


.information .label {
	position: relative;
	font-size: 24px;
	font-size: .22rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	font-family: 'Overpass','Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 2px solid #28648c;
	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: 640px) {
	.information .label {
		font-size: 11px;
		font-size: .12rem;
		letter-spacing: 0;
		margin-bottom: .3rem;
		border-bottom: 1px solid #28648c;
	}
}
.information .info_newslist>li {
	display: block;
	padding: .4rem 0;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.information .info_newslist>li {
		min-height: 3rem;
	}
}
.information .info_newslist>li:nth-of-type(1) {
	padding-top: .7rem;
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li {
		padding: 23px 12px;
	}
} */
@media screen and (max-width: 640px) {
	.information .info_newslist {
	}
	.information .info_newslist>li {
		padding: .2rem 0;
	}
	.information .info_newslist>li:nth-of-type(1) {
		padding-top: 0;
	}
}
.information .info_newslist>li a {
	display: block;
	position: relative;
	padding-left: 3.6rem;
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li a {
		min-height: 150px;
		padding-left: 248px;
	}
} */
@media screen and (max-width: 640px) {
	.information .info_newslist>li a {
		padding-left: 41.06vw;
	}
}
/* .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: 640px) {
	/* .information .info_newslist>li a:before {
		top: -.176rem;
		width: calc(100% - 1.1288rem);
	} */
	/* .information .info_newslist>li:last-of-type a:after {
		bottom: -.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;
	display: block;
	width: 3.2rem;
	height: 2.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li figure {
		width: 225px;
		height: 150px;
		border-width: 3px;
	}
} */
@media screen and (max-width: 640px) {
	.information .info_newslist>li figure {
		width: 36vw;
		height: 26.93vw;
	}
}
.information .info_newslist>li figure .ph {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.information .info_newslist>li figure .ph> img {
	border-radius: .1rem;
}
.information .info_newslist>li figure:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../img/pkg_common/alt_thumb.jpg);
	background-size: cover;
	background-position: center center;
	border-radius: .1rem;
}
.information .info_newslist>li .txt_box {
	min-height: 1.83rem;
}

.information .info_newslist>li .txt_box .ttl {
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	font-size: .22rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.63;
	width: 100%;
}
/* @media screen and (min-width: 768px) and (max-width: 1366px) {
	.information .info_newslist>li .txt_box .ttl {
		font-size: 17px;
		font-size: .17rem;
	}
} */
@media screen and (max-width: 640px) {
	.information .info_newslist>li .txt_box{
		min-height: .92rem;
	}

	.information .info_newslist>li .txt_box .ttl {
		font-size: 13px;
		font-size: .13rem;
		letter-spacing: 0;
		line-height: 1.69;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
.information .info_newslist>li .txt_box .txt {
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: .16rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	width: 100%;
}
/* @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: 640px) {
	.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;
	color :#28648c;
	margin-bottom: .05rem;
}
/* @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: 640px) {
	.information .info_newslist>li .date_cat {

		font-size: 12px;
		font-size: .12rem;
		line-height: 1.3;
		color: #00708c;
	}
}
.information .info_newslist>li .date_cat time {
	font-family: 'Overpass', sans-serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}
.information .info_newslist>li .date_cat span {
	font-family: 'Zen Kaku Gothic New', serif;
	font-weight: 500;
	letter-spacing: .06em;
}
@media screen and (max-width: 640px) {
	.information .info_newslist>li .date_cat time {
		letter-spacing: .06em;
	}
	.information .info_newslist>li .date_cat span {
		display: block;
		font-weight: 500;
		letter-spacing: 0;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		margin-top: .01rem;

	}
}
.information.archive .content_block {
	/* padding: 0 0 30px; */
}
.information.archive .layout_btn_listwrap {
	display: block;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.information.archive .layout_btn_listwrap {
	}
}
.information.single .content_block {
	padding: 0 0 30px;
}
@media screen and (max-width: 640px) {
	.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: 640px) {
	.information.single .mod_wrap>.in {
		padding: .264rem 0;
	}
}
.information.single .main_content .title_box .date_cat {
	font-size: .16rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #28648c;
	margin-bottom: 0.05rem;
	font-family: 'Overpass', sans-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: 640px) {
	.information.single .main_content .title_box .date_cat {
		font-size: .12rem;
		margin-bottom: .088rem;
	}
}
.information.single .main_content .title_box .date_cat time {
	position: relative;
	padding-left:.23rem;
	background-repeat:no-repeat;
	background-position:left center;
}
@media screen and (max-width: 640px) {
	.information.single .main_content .title_box .date_cat time {
		padding-left: .17rem;
	}
}
.information.single .main_content .title_box .date_cat time::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -0.01rem;
	left: 0;
	width: 0.17rem;
	height: 0.16rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 640px) {
	.information.single .main_content .title_box .date_cat time::before {
		top: .01rem;
		width: .12rem;
		height: .12rem;
	}
}
.information.single .main_content .title_box .date_cat time + time {
	margin-left:.2rem;
}
@media screen and (max-width: 640px) {
	.information.single .main_content .title_box .date_cat time + time {
		margin-left:.13rem;
	}

}
.information.single .main_content .title_box .date_cat time.post_date::before {
	background-image:url(/img/pkg_common/icon_date_post.svg);
}
.information.single .main_content .title_box .date_cat time.modified_date::before {
	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 .date_cat .cat{
	font-family: 'Zen Kaku Gothic New', serif;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.information.single .main_content .title_box .date_cat .cat{
		display: inline-block;
		margin-top: -.02rem;
	}
}
.information.single .main_content .title_box .ttl {
	font-size: .24rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #1d1d1d;
	border-top: 2px solid #28648c;
	border-bottom: 2px solid #28648c;
	padding: .2rem 0 .21rem;
	font-family: 'Zen Kaku Gothic New', serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
/* @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: 640px) {
	.information.single .main_content .title_box .ttl {
		font-size: .17rem;
		padding: .12rem 0;
	}
}
.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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: 640px) {
	.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;
}


/*========================
2025.11.16追加
========================*/
/* faq */
.content_block.faq {
	margin-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	.content_block.faq {
		margin-top: 0;
	}
}

.content_block.faq .faq_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem 0;
}

.faq .pkg_element .ttl,
.faq .content_block .ttl {
	width: 50%;
	display: block;
	letter-spacing: 0;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.faq .pkg_element .ttl,
	.faq .content_block .ttl {
		width: 100%;
	}
}

.faq .pkg_element .ttl02 {
	max-width: 10.4rem;
	color: #333;
	font-size: 0.24rem;
	letter-spacing: 0.06em;
	margin: 0.80rem auto 0.24rem;
	background-color: #c8e628;
	border-radius: 10px;
	padding: 0.10rem 0.2rem 0.12rem;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.faq .pkg_element, .faq .content_block {
		padding: 0;
	}
	.faq .pkg_element .ttl02 {
		width: calc(100% - 0.60rem);
		font-size: 0.15rem;
		border-radius: 0.05rem;
		margin-top: 0.60rem;
	}
	.faq .pkg_element .ttl02.ttl02_not_first,
	.faq .content_block .ttl02.ttl02_not_first {
		margin-top: 0.60rem;
	}
}