@charset "utf-8";
/* CSS Document */


/* -----------------------------------------
common.css
サイト共通設定用css

＜class名ルール＞
このファイルで使用するclassには以下の接頭語を付加する。
（他のcssファイルでは不要）
・汎用クラス、モジュール：「.c_xxx」（common）
・フレームモジュール：「.f_xxx」（frame）
・モジュール：「.m_xxx」（module）
・モジュール内のパーツ：「.p_xxx」（parts）
・モジュールの状態：「.s_xxx」（state）
※JSのみで使用：「.js_xxx」

＜その他ルールなど＞
・モバイルファーストで作成する。
・度重なるデザイン変更により状態クラス（.s_xxx）がかなり煩雑になっている箇所があります。。。
----------------------------------------- */

/* ---------------------------------------------------------------
	reset
--------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-print-color-adjust: exact;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	vertical-align: top;
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
input, select {
	line-height: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	padding-top: 0.2em;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}
@keyframes onAutoFillStart { from {} to {}}

input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	/*-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em;
	line-height: 1.0em;
}
*,*::before,*::after {
	box-sizing: border-box;
}

/* ---------------------------------------------------------------
	set
--------------------------------------------------------------- */
html {font-size: 62.5%;}
body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-feature-settings: "palt" 1;*/
	font-size: 140%;
	color:#333;
	line-height:1.5;
	min-width: 320px;
}
@media screen and (min-width: 768px),print {
	body {
		font-size: 160%;
	}
}

.f_noScriptWarning {
	padding: 10px 10px 8px;
	text-align: center;
	color: #fff;
	background-color: #666;
	line-height: 1.2;
}

/* ---------------------------------------------------------------
	汎用クラス common
--------------------------------------------------------------- */
/* margin ----- */
.c_mt00{margin-top:0px !important;}
.c_mt03{margin-top:3px !important;}
.c_mt05{margin-top:5px !important;}
.c_mt10{margin-top:10px !important;}
.c_mt15{margin-top:15px !important;}
.c_mt20{margin-top:20px !important;}
.c_mt25{margin-top:25px !important;}
.c_mt30{margin-top:30px !important;}
.c_mt35{margin-top:35px !important;}
.c_mt40{margin-top:40px !important;}
.c_mt45{margin-top:45px !important;}
.c_mt50{margin-top:50px !important;}
.c_mt60{margin-top:60px !important;}
.c_mt70{margin-top:70px !important;}

.c_mr00{margin-right:0px !important;}
.c_mr03{margin-right:3px !important;}
.c_mr05{margin-right:5px !important;}
.c_mr10{margin-right:10px !important;}
.c_mr15{margin-right:15px !important;}
.c_mr20{margin-right:20px !important;}
.c_mr25{margin-right:25px !important;}
.c_mr30{margin-right:30px !important;}
.c_mr35{margin-right:35px !important;}
.c_mr40{margin-right:40px !important;}
.c_mr45{margin-right:45px !important;}
.c_mr50{margin-right:50px !important;}
.c_mr60{margin-right:60px !important;}
.c_mr70{margin-right:70px !important;}

.c_ml00{margin-left:0px !important;}
.c_ml03{margin-left:3px !important;}
.c_ml05{margin-left:5px !important;}
.c_ml10{margin-left:10px !important;}
.c_ml15{margin-left:15px !important;}
.c_ml20{margin-left:20px !important;}
.c_ml25{margin-left:25px !important;}
.c_ml30{margin-left:30px !important;}
.c_ml35{margin-left:35px !important;}
.c_ml40{margin-left:40px !important;}
.c_ml45{margin-left:45px !important;}
.c_ml50{margin-left:50px !important;}
.c_ml60{margin-left:60px !important;}
.c_ml70{margin-left:70px !important;}

.c_mb00{margin-bottom:0px !important;}
.c_mb03{margin-bottom:3px !important;}
.c_mb05{margin-bottom:5px !important;}
.c_mb10{margin-bottom:10px !important;}
.c_mb15{margin-bottom:15px !important;}
.c_mb20{margin-bottom:20px !important;}
.c_mb25{margin-bottom:25px !important;}
.c_mb30{margin-bottom:30px !important;}
.c_mb35{margin-bottom:35px !important;}
.c_mb40{margin-bottom:40px !important;}
.c_mb45{margin-bottom:45px !important;}
.c_mb50{margin-bottom:50px !important;}
.c_mb60{margin-bottom:60px !important;}
.c_mb70{margin-bottom:70px !important;}

/* padding ----- */
.c_pt00{padding-top:0px !important;}
.c_pr00{padding-right:0px !important;}
.c_pl00{padding-left:0px !important;}
.c_pb00{padding-bottom:0px !important;}

/* clearfix -----  */
.c_clearfix { zoom: 1; }
.c_clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

/* flot ----- */
.c_floL{float:left !important;}
.c_floR{float:right !important;}
.c_ofH {overflow: hidden !important;}

/* text-align ----- */
.c_taL{text-align:left !important;}
.c_taR{text-align:right !important;}
.c_taC{text-align:center !important;}
@media screen and (min-width: 768px),print {
	.c_pcTaL { text-align: left !important; }
	.c_pcTaR { text-align: right !important; }
	.c_pcTaC { text-align: center !important; }
}

/* vertical-align ----- */
.c_vaT{vertical-align:top !important;}
.c_vaM{vertical-align:middle !important;}
.c_vaB{vertical-align:bottom !important;}

/* position ----- */
.c_posR{position:relative;}
.c_posA{position:absolute;}
.c_posS{position:static;}
.c_posF{position:fixed;}

.c_z10{z-index:10;}

/* display ----- */
.c_block{display:block !important;}
.c_iBlock{display:inline-block !important;}
.c_hide{display:none !important;}

.c_flex { display: flex !important; }
.c_flex.s_spBlock { display: block !important; }
.c_flex.s_between { justify-content: space-between; }
.c_flex.s_around  { justify-content: space-around; }
.c_flex.s_alignStart { align-items: flex-start; }
.c_flex.s_alignCenter { align-items: center; }
.c_flex.s_alignEnd { align-items: flex-end; }
.c_flex.s_alignBase { align-items: baseline; }

@media screen and (min-width: 768px),print {
	.c_flex.s_spBlock { display: flex !important; }
}

/* responsive ----- */
@media screen and (max-width: 767px){
	.c_onlyL { display: none !important; }
}
@media screen and (min-width: 768px),print{
	.c_onlyS { display: none !important; }
}

/* center ----- */
.c_center{
	margin-left: auto !important;
	margin-right: auto !important;
	display:block !important;
}

/* width -----  */
.c_liquid { width: 100% !important; }

/* font -----  */
.c_font20 { font-size: 2.0rem !important; }	/* 20px */
.c_font19 { font-size: 1.9rem !important; }	/* 19px */
.c_font18 { font-size: 1.8rem !important; }	/* 18px */
.c_font17 { font-size: 1.7rem !important; }	/* 17px */
.c_font15 { font-size: 1.5rem !important; }	/* 15px */
.c_font14 { font-size: 1.4rem !important; }	/* 14px */
.c_font13 { font-size: 1.3rem !important; }	/* 13px */
.c_font12 { font-size: 1.2rem !important; }	/* 12px */
.c_font11 { font-size: 1.1rem !important; }	/* 11px */
.c_font10 { font-size: 1.0rem !important; }	/* 10px */

.c_fontB { font-weight: bold !important;}
.c_fontN { font-weight: normal !important;}

.c_colorRed { color: #f00 !important; }
.c_colorBlue { color: #005bac !important; }

.c_notes {
	/*
	「※」のあとに半角スペースを入れる
	（例）
	<p class="c_notes">※ ダミーテキストダミーテキストダミーテキストダミーテキストダミーテキスト</p>
	*/
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.c_notes02 {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.c_notes02::before {
	content: "※ ";
}

.c_lineLL { line-height: 2 !important; }
.c_lineL  { line-height: 1.8 !important; }
.c_lineS  { line-height: 1.3 !important; }
.c_lineSS { line-height: 1 !important; }

.c_breakall { word-break: break-all !important; }
.c_nowrap { white-space: nowrap !important; }

.c_underline { text-decoration: underline; }

/* link -----  */
.c_textLink {
	text-decoration: underline;
	cursor: pointer;
}
.c_textLink:hover { text-decoration: none; }

@media screen and (min-width: 768px) {
	.c_fadeOver {
		-webkit-transition: 0.3s opacity;
				transition: 0.3s opacity;
		backface-visibility: hidden;
		cursor: pointer;
	}
	.c_fadeOver:hover {
		opacity: 0.6;
	}
}

/* animation -----  */
.c_animation {
	transition: all 0.5s;
	opacity: 0;
}
.js_effect.s_show .c_animation {
	opacity: 1;
}
.c_animation.s_delay1 { transition-delay: 0.1s; }
.c_animation.s_delay2 { transition-delay: 0.2s; }
.c_animation.s_delay3 { transition-delay: 0.3s; }
.c_animation.s_sledeLeft {
	transform: translateX(200px);
}
.js_effect.s_show .c_animation.s_sledeLeft {
	transform: translateX(0);
}


/* ------------------------------------------------------------ */

/* ---------------------------------------------------------------
	frame
--------------------------------------------------------------- */

body.s_loading {
	opacity: 0;
	position: relative;
}
body {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	opacity: 1;
}


/* header
--------------------------------------------------------------- */
.f_header {
	padding: 14px 0;
	border-bottom: 1px solid #9e9ea0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: opacity 0.3s;
}
.f_header.s_scrolled {
	opacity: 0.6;
}
.f_header.s_scrolled:hover {
	opacity: 1;
}
.f_header.s_color02 {
	background-color: #000;
	color: #fff;
	border-bottom: none;
	-webkit-transition: 0.4s background-color;
			transition: 0.4s background-color;
}
.f_header.s_color02.s_color02-slide {
	background-color: #152a44;
	-webkit-transition: 0.4s background-color;
			transition: 0.4s background-color;
}
.f_header-logo-img {
	width: 86px;
}
/*.s_color02 .f_header-logo-img {
	width: auto;
	height: 22px;
}*/
.f_gnav,
.f_subnav {
	/*width: 275px;*/
	width: 100%;
	overflow: hidden;
	position: absolute;
	/*top: 0;*/
	top: 50px;
	right: 0;
	height: 100vh;
	-webkit-transition: 0.4s transform, 0.4s background-color;
			transition: 0.4s transform, 0.4s background-color;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
	z-index: 40;
}
.f_gnav {
	/*text-align: right;*/
	z-index: 50;
}
.f_header.s_gnavShow .f_gnav,
.f_header.s_gnavShow .f_subnav {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}
.f_header.s_gnavShow .f_gnav.s_slide {
	z-index: 40;
}
.s_color02 .f_gnav,
.s_color02 .f_subnav {
	top: 50px;
/*	-webkit-transform: translateY(51px);
			transform: translateY(51px);*/
	width: 100%;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #000;
/*	-webkit-transition: 0.3s background-color;
			transition: 0.3s background-color;*/
}
.f_header.s_color02.s_color02-slide .f_subnav {
	background-color: #152a44;
}
.f_nav-spBtn {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 0;
	/*background-color: #fff;*/
	pointer-events: initial;
	-webkit-transition: 0.3s background-color;
			transition: 0.3s background-color;
}
.s_color02 .f_nav-spBtn {
	background-color: #000;
	z-index: 50;
}
/*.f_header.s_gnavShow .f_nav-spBtn {
	background-color: #f1f1f1;
	background-color: rgba(241,241,241,0.5);
}*/
.f_header.s_gnavShow.s_color02 .f_nav-spBtn {
	background-color: transparent;
}
.f_nav-spBtn-item-01,
.f_nav-spBtn-item-02,
.f_nav-spBtn-item-03 {
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}
.s_color02 .f_nav-spBtn-item-01,
.s_color02 .f_nav-spBtn-item-02,
.s_color02 .f_nav-spBtn-item-03 {
	background-color: #fff;
}
.f_nav-spBtn-item-01 { top: 15px; }
.f_nav-spBtn-item-02 { top: 23px; }
.f_nav-spBtn-item-03 { top: 31px; }

.f_header.s_gnavShow .f_nav-spBtn-item-01 {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	top: 22px;
}
.f_header.s_gnavShow .f_nav-spBtn-item-02 {
	right: -50%;
	opacity: 0;
}
.f_header.s_gnavShow .f_nav-spBtn-item-03 {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	top: 22px;
}

.f_gnav-title,
.f_subnav-title {
	font-size: 1.8em;
	text-align: center;
}
.f_gnav-inn,
.f_subnav-inn {
	/*background-color: #f1f1f1;*/
	background-color: rgba(255,255,255,0.92);
	/*padding: 50px 15px 15px;*/
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	/*width: 275px;*/
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*z-index: 40;*/
	height: 100%;
	-webkit-transition: 0.4s transform;
			transition: 0.4s transform;
	overflow-y: scroll;
	pointer-events: initial;
}
.s_color02 .f_gnav-inn,
.s_color02 .f_subnav-inn  {
	width: 100%;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}
.f_gnav-inn {
	text-align: left;
}
.f_subnav-inn {
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}
.f_header.s_gnavShow .s_slide.f_gnav-inn {
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}
.s_show.f_subnav-inn {
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
}
.f_gnav-inn::-webkit-scrollbar,
.f_subnav-inn::-webkit-scrollbar {
	display: none
}
.f_gnav-list,
.f_subnav-list {
	margin: 20px 0;
	padding-bottom: 51px;
}
/*.s_color02 .f_gnav-list,
.s_color02 .f_subnav-list {
	padding-bottom: 51px;
}*/
.f_gnav-list-item,
.f_subnav-list-item {
	border-top: 1px solid #c3c3c3;
	/*border-top: 1px solid #fff;*/
}
.f_gnav-list-item:last-child,
.f_subnav-list-item:last-child {
	/*border-bottom: 1px solid #fff;*/
	border-bottom: 1px solid #c3c3c3;
}
.s_color02 .f_gnav-list-item,
.s_color02 .f_subnav-list-item {
	border-color: #525252;
}
.f_gnav-link,
.f_subnav-link {
	padding: 10px 40px 10px 20px;
	position: relative;
	display: block;
	font-size: 1.4rem;
}
.f_gnav-link::before,
.f_subnav-link::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.s_color02 .f_gnav-link::before,
.s_color02 .f_subnav-link::before {
	border-color: #fff;
}
.f_gnav-list.s_product .f_gnav-link br {
	display: none;
}
.f_subnav-link-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	width: 44px;
	height: 44px;
}
.s_color02 .f_subnav-link-icon {
	left: 20px;
}
.f_subnav-link-text {
	display: inline-block;
	vertical-align: middle;
	/*padding-left: 55px;*/
}
.f_subnav-back-btn {
	font-size: 1.4rem;
	padding-left: 24px;
	cursor: pointer;
	background: url(/common/img/header_icon_menuback.png) no-repeat center left;
	background-size: 15px;
	display: inline-block;
	position: absolute;
	/*top: 13px;*/
	top: 28px;
	left: 15px;
}
.s_color02 .f_subnav-back-btn {
	background-image: url(/common/img/header_icon_menuback_02.png);
	/*top: 28px;*/
}
.f_menuModal {
	/*display: none;*/
	position: fixed;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: rgba(0,0,0,0);
	width: 100%;
	top: 0;
	bottom: -100px;
	left: 0;
	z-index: 20;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}
.s_color02 .f_menuModal {
	background-color: rgba(0,0,0,0);
}
.f_header.s_gnavShow .f_menuModal {
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
	opacity: 1;
}

.f_translator {
	margin-left: 20px;
	margin-top: -50px;

}
.f_translator-btn {
	/*color: #fff;*/
	font-size: 1.4rem;
	font-weight: bold;
	padding: 3px 16px;
	border: 1px solid #000;
}
.s_color02 .f_translator-btn {
	background-color: #000;
	border: 1px solid #fff;
}

@media screen and (min-width: 768px),print {
	.f_header {
		padding: 0;
		height: 74px;
	}
	.f_header.s_color02 {
		border-bottom: none;
	}
	.f_header.s_color02.s_color02-slide {
		background-color: #000
	}
	.f_header.s_hasSubNav::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #9e9ea0;
		position: absolute;
		top: 73px;
		left: 0;
		right: 0;
	}
	.f_header.s_color02.s_hasSubNav::before {
		display: none;
	}
	.f_header-inn {
		position: relative;
		height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.f_header-logo-img {
		width: 117px;
	}
	.s_color02 .f_header-logo-img {
		/*width: 122px;*/
		height: 30px;
	}
	.f_gnav,
	.f_subnav {
		position: static;
		/*position: absolute;*/
		top: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		-webkit-transform: translate(0);
				transform: translate(0);
	}
	.f_gnav,
	.s_color02 .f_gnav {
		width: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		pointer-events: none;
	}
	.s_color02 .f_gnav,
	.s_color02 .f_subnav {
		background-color: transparent;
	}

	.f_gnav-inn,
	.f_subnav-inn,
	.f_header.s_gnavShow .s_slide.f_gnav-inn {
		position: static;
		width: 100%;
		height: auto;
		background-color: transparent;
		padding: 0;
		overflow-y: visible;
		-webkit-transition: none;
				transition: none;
		-webkit-transform: translate(0);
				transform: translate(0);
		pointer-events: none;
	}
	.f_gnav-inn,
	.f_subnav-inn,
	.s_color02 .f_gnav-inn,
	.s_color02 .f_subnav-inn {
		padding-top: 0;
	}
	.s_color02 .f_subnav-inn {
		background-color: #152a44;
	}

	.f_nav-spBtn {
		display: none;
	}
	.f_gnav-title,
	.f_subnav-title {
		display: none;
	}
	.f_gnav-list,
	.f_subnav-list {
		margin: 0 auto;
		text-align: center;
		pointer-events: initial;
		padding-bottom: 0;
	}
/*	.s_color02 .f_gnav-list,
	.s_color02 .f_subnav-list {
		padding-bottom: 0;
	}*/
	.f_gnav-list {
		max-width: 400px;
		display: flex;
		justify-content: space-around;
	}
	.f_gnav-list-item {
		/*width: 20%;*/
		width: 25%;
		border-top: none;
	}
	.f_gnav-list-item:last-child {
		border-bottom: none;
	}
	.f_gnav-list.s_product {
		max-width: none;
		margin-left: 180px;
	}
	.f_gnav-list.s_product .f_gnav-list-item {
		width: auto;
	}
	.f_gnav-link {
		font-size: 1.5rem;
		font-weight: bold;
		padding: 0;
		height: 73px;
		opacity: 0.4;
		-webkit-transition: 0.3s opacity;
				transition: 0.3s opacity;
	}
	.f_gnav-list.s_product .f_gnav-link {
		font-size: 1.2rem;
	}
	.f_gnav-list.s_product .f_gnav-link br {
		display: inline;
	}
	.s_current .f_gnav-link,
	.f_gnav-link:hover {
		opacity: 1;
	}
	.s_color02 .f_gnav-link {
		padding: 0;
	}
	.f_gnav-link::before,
	.f_subnav-link::before {
		display: none;
	}
	.f_gnav-link-text {
		position: relative;
		display: inline-flex;
		align-items: center;
		height: 100%;
	}
	.f_gnav-link-text::before {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		position: absolute;
		bottom: 0;
		background-color: #000;
		-webkit-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	.s_color02 .f_gnav-link-text::before {
		background-color: #fff;
	}
	.f_gnav-link:hover .f_gnav-link-text::before {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
	}
	.f_gnav-list-item.s_current .f_gnav-link-text::before {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
	}
	.f_subnav {
		overflow: visible;
	}
/*	.s_color02 .f_subnav  {
		perspective: 500px;
	}*/
	.f_subnav-inn {
		/*display: none;*/
		/*display: block;*/
/*		-webkit-transition: none;
				transition: none;
*/
		position: absolute;
		/*top: 1px;*/
		top: -9999px;
		left: 0;
		right: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #9e9ea0;*/
		opacity: 0;
		z-index: 10;
		-webkit-transition: 0.5s opacity;
				transition: 0.5s opacity;
		/*-webkit-transition: transform 0.3s;
				transition: transform 0.3s;*/
		/*-webkit-transition: 0.1s opacity;
				transition: 0.1s opacity;*/
		/*transform-origin: center top;*/
		/*transform: rotateX(-90deg) rotateZ(0);*/
		/*transform: rotateX(-90deg) rotateZ(0);*/
		/*backface-visibility: hidden;*/
	}
	.f_subnav-inn::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #9e9ea0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.s_color02 .f_subnav-inn {
		/*top: 0;*/
		top: -9999px;
	}
	.s_color02 .f_subnav-inn::before {
		display: none;
	}
	.f_subnav-inn.s_megaShow {
		display: block;
		top: 1px;
		/*top: -1px;*/
		opacity: 1;
		/*transform: rotateX(0) rotateZ(0);*/
/*		-webkit-transition: 0.3s opacity;
				transition: 0.3s opacity;*/
		/*-webkit-transition: transform 0.3s;
				transition: transform 0.3s;*/
	}
	.s_color02 .f_subnav-inn.s_megaShow {
		top: -1px;
	}
/*	.f_subnav-inn.s_show {
		transform: rotateX(-90deg) rotateZ(0);
	}
	.f_subnav-inn.s_megaShow.s_show {
		transform: rotateX(0) rotateZ(0);
	}*/
	.f_subnav-inn.s_current {
		display: block;
	}
	.f_subnav-back-btn {
		display: none;
	}
	.f_subnav-list {
		text-align: center;
		/*margin-top: 21px;*/
	}
	.f_subnav-list-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 0.862%;
		border-top: none;
	}
	.s_subNav02 .f_subnav-list {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.s_subNav02 .f_subnav-list-item {
		width: 20%;
	}
	.s_subNav03 .f_subnav-list {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.s_subNav03 .f_subnav-list-item {
		width: 16.67%;
	}
	.s_color02 .f_subnav-list {
		display: flex;

		justify-content: center;
		max-width: 1190px;
		/*max-width: 800px;*/
		margin-left: auto;
		margin-right: auto;
	}
	.s_color02 .f_subnav-list-item {
		margin: 0 0.8%;
		/*margin: 0 10%;*/
	}
	.f_gnav-list-item:last-child,
	.f_subnav-list-item:last-child {
		border-bottom: none;
	}
	.f_subnav-link {
		font-size: 1.1rem;
		opacity: 0.4;
		transition: 0.3s opacity;
		padding: 15px 0;
	}
	.s_color02 .f_subnav-link {
		padding: 25px 0;
		font-size: 1.2rem;
		font-weight: bold;
		/*opacity: 1;*/
	}
	.f_subnav-list-item.s_current .f_subnav-link,
	.f_subnav-link:hover {
		opacity: 1;
	}
/*	.s_color02 .f_subnav-link:hover {
		opacity: 0.7;
	}*/
	.f_subnav-list-item.s_toTop {
		display: none;
	}
	.f_subnav-link-icon {
		position: static;
		width: auto;
		height: auto;
		display: block;
	}
	.f_subnav-link-text {
		padding-left: 0;
	}
	.f_header.s_gnavShow .f_menuModal {
		display: none;
	}
	.f_translator {
		position: absolute;
		top: 22px;
		right: 30px;
		pointer-events: initial;
		margin-top: 0;

	}
	.f_translator-btn {
		background-color: #000;
		color: #fff;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1150px){
	.f_gnav-list.s_product .f_gnav-link {
		font-size: 1.5rem;
	}
	.f_gnav-list.s_product .f_gnav-link br {
		display: none;
	}
}
@media screen and (min-width: 1000px){
	.f_gnav-list {
		max-width: 600px;
	}
	.f_subnav-link {
		font-size: 1.2rem;
	}
}
/* ------------------------------------------------------------ */


/* main
--------------------------------------------------------------- */
.f_main {
	margin-top: 51px;
	margin-bottom: 50px;
	overflow: hidden;
}
@media screen and (min-width: 768px),print {
	.f_main {
		margin-top: 74px;
		margin-bottom: 100px;
	}
}
/* ------------------------------------------------------------ */


/* sns
--------------------------------------------------------------- */
.f_sns {
	background-color: #f1f1f1;
	padding: 30px 15px;
	position: relative;
}
.f_sns.s_color02 {
	background-color: #000000;
}
.f_sns-list {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.f_sns-list-item {
	width: 38px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.f_sns-list-item:last-child {
	margin-right: 0;
}
.f_sns-list-link {
	display: block;
}
.f_sns-list-img-youtube,
.f_sns-list-img-facebook,
.f_sns-list-img-twitter,
.f_sns-list-img-instagram {
	height: 28px;
}
.f_pagetop {
	position: absolute;
	bottom: 22px;
	right: 15px;
	width: 50px;
	height: 50px;
}
.f_pagetop-inn {
	display: none;
}
.f_pagetop-btn {
	display: block;
	opacity: 0;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 9;
}
.f_pagetop-btn.s_stop {
	position: static;
}
@media screen and (min-width: 768px),print {
	.f_sns {
		padding: 60px 60px;
	}
	.f_sns-list {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-around;
		padding-right: 60px;
	}
	.f_sns-list-item {
		width: auto;
		margin: 0 10px;
	}
	.f_sns-list-img-youtube,
	.f_sns-list-img-facebook,
	.f_sns-list-img-twitter,
	.f_sns-list-img-instagram {
		height: 26px;
	}
	.f_pagetop {
		width: 63px;
		height: 63px;
		right: 15px;
		bottom: 42px;
	}
	.f_pagetop-btn {
		right: 15px;
		bottom: 15px;
		width: 63px;
		height: 63px;

	}
}
@media screen and (min-width: 1000px){
	.f_sns-list {
		padding-right: 0;
	}
	.f_pagetop {
		right: 30px;
	}
	.f_pagetop-btn {
		right: 30px;
	}
}

/* ------------------------------------------------------------ */


/* breadCrumb
--------------------------------------------------------------- */
.f_breadCrumb {
	background-color: #000;
	padding: 0 15px;
}
.f_breadCrumb-list {
	padding: 12px 0;
	border-bottom: 1px solid #333;
}
.f_breadCrumb-list-item {
	display: inline;
	font-size: 1.1rem;
	color: #fff;
}
.f_breadCrumb-list-item::after {
	content: "＞";
	padding: 0 10px;
	vertical-align: middle;
	display: inline-block;
}
.f_breadCrumb-list-item:last-child::after {
	display: none
}
.f_breadCrumb-list-item-link {
	text-decoration: none;
}
.f_breadCrumb-list-item-link:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px),print {
	.f_breadCrumb {
		padding: 0 30px;
	}
	.f_breadCrumb-list {
		max-width: 1160px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px 0;
	}
	.f_breadCrumb-list-item {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1000px) {
	.f_breadCrumb {
		padding: 0 60px;
	}
}
/* ------------------------------------------------------------ */


/* footer
--------------------------------------------------------------- */
.f_footer {
	background-color: #000;
	color: #fff;
	padding: 25px 15px 50px;
}
.f_footer-list-01-item-01,
.f_footer-list-01-item-02,
.f_footer-list-01-item-03,
.f_footer-list-01-item-04  {
	width: 45%;
	margin-bottom: 25px;
}
.f_footer-list-01-item-01 {
	float: left;
}
.f_footer-list-01-item-02,
.f_footer-list-01-item-03,
.f_footer-list-01-item-04 {
	float: right;
}
.f_footer-list-02 {
	margin-top: 25px;
}
.f_footer-list-03 {
	margin-top: 10px;
}
.f_footer-list-02-item + .f_footer-list-02-item,
.f_footer-list-03-item + .f_footer-list-03-item {
	margin-top: 10px;
}
.f_footer-link-01 {
	font-size: 1.5rem;
	font-weight: bold;
}
.f_footer-link-02 {
	font-size: 1.2rem;
}
.f_footer-link-03 {
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
	padding-left: 22px;
	z-index: 0;
}
.f_footer-link-03::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0.7em;
	left: 0;
	z-index: -1;
}
.f_footer-sub {
	clear: both;
}
.f_footer-sub-btn {
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid #fff;
	display: inline-block;
	width: 100%;
	height: 56px;
	text-align: center;
	-webkit-transition: 0.3s background-color,color;
			transition: 0.3s background-color,color;
}
.f_footer-sub-btn::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.f_footer-sub-list {
	margin-top: 15px;
	text-align: center;
	font-size: 1.2rem;
}
.f_footer-sublist-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}
.f_footer-copy {
	font-size: 1.1rem;
	text-align: center;
	margin-top: 20px;
}
@media screen and (min-width: 768px),print {
	.f_footer {
		padding: 45px 30px;
	}
	.f_footer-inn {
		overflow: hidden;
		max-width: 1160px;
		margin: 0 auto;
	}
	.f_footer-list-01 {
		width: 67.6724%;/* 約785px */
		float: left;
	}
	.f_footer-list-01-item-01,
	.f_footer-list-01-item-02,
	.f_footer-list-01-item-03,
	.f_footer-list-01-item-04 {
		width: 49.6815%;/* 約390px */
		padding-right: 15px;
		float: left;
	}
/*	.f_footer-list-01-item-03,
	.f_footer-list-01-item-04 {
		float: none;
		width: auto;
		display: inline-block;
		padding-right: 25px;
	}*/
	.f_footer-link-01:hover,
	.f_footer-link-02:hover,
	.f_footer-link-03:hover,
	.f_footr-sublist-link:hover {
		text-decoration: underline;
	}
	.f_footer-link-01 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.f_footer-link-02 {
		font-size: 1.5rem;
	}
	.f_footer-link-03 {
		font-size: 1.5rem;
	}
	.f_footer-sub {
		width: 32.3275%;/* 約375px */
		float: right;
		clear: none;
	}
	.f_footer-sub-btn {
		font-size: 1.8rem;
		height: 72px;
		-webkit-transition: 0.3s color,0.3s background-color;
				transition: 0.3s color,0.3s background-color;
	}
	.f_footer-sub-btn:hover {
		background-color: #fff;
		color: #000;
	}
	.f_footer-sub-btn::before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.f_footer-sub-btn-inn {
		display: inline-block;
		vertical-align: middle;
	}
	.f_footer-sub-list {
		margin-top: 25px;
		font-size: 1.5rem;
		text-align: left;
	}
	.f_footer-sublist-item {
		margin: 0;
	}
	.f_footer-sublist-item:nth-child(odd) {
		margin-right: 9.3333%;/* 35px */
	}
	.f_footer-copy {
		font-size: 1.4rem;
		text-align :right;
		width: 100%;
		clear: both;
		margin-top: 0;
		position: relative;
		top: -45px;
		pointer-events: none;
	}
}
@media screen and (min-width: 1000px) {
	.f_footer {
		padding: 45px 60px;
	}
}
/* ------------------------------------------------------------ */



/* module
--------------------------------------------------------------- */

/* title ===================== */
.m_pageTitle-area {
	padding: 30px 0;
}
.m_pageTitle01 {
	text-align: center;
	font-size: 2.8rem;
}
.m_pageTitle01-sub {
	text-align: center;
	font-size: 1.3rem;
	margin-top: 10px;
}
@media screen and (min-width: 768px),print {
	.m_pageTitle-area {
		padding: 50px 0;
	}
	.m_pageTitle01 {
		font-size: 4.0rem;
	}
	.m_pageTitle01-sub {
		font-size: 2.0rem;
	}
}
.m_pageTitle-area02 {
	padding: 30px 0;
	text-align: center;
}
.m_pageTitle-area02-btn-wrap {
	margin-top: 15px;
}
@media screen and (min-width: 768px),print {
	.m_pageTitle-area02 {
		padding: 50px 0;
		overflow: hidden;
	}
	.m_pageTitle-area02-text-wrap {
		float: left;
		width: calc(100% - 246px);
	}
	.m_pageTitle-area02-btn-wrap {
		float: right;
		width: 226px;
	}
}

.m_pageTitle-area03 {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	height: 130px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.m_pageTitle-area03-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 900px;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	max-width: none;
	margin: auto;
}
.m_pageTitle03-english {
	position: relative;
	padding-top: 20px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
.m_pageTitle03 {
	position: relative;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px),print {
	.m_pageTitle-area03 {
		margin-left: -30px;
		margin-right: -30px;
		height: 190px;
	}
	.m_pageTitle-area03-img {
		width: 1280px;
	}
	.m_pageTitle03-english {
		font-size: 4.6rem;
	}
	.m_pageTitle03 {
		font-size: 1.8rem;
	}
}

.m_pageTitle04 {
	margin: 60px 0 40px;
	font-size: 2.4rem;
}
@media screen and (min-width: 768px),print {
	.m_pageTitle04 {
		margin: 120px 0 75px;
		font-size: 3rem;
	}
}

.m_title01 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.m_title01 .s_fontL {
	font-size: 2.8rem;
}
.m_title01 .s_spSizeS {
	font-size: 1.5rem;
}
@media screen and (min-width: 768px),print {
	.m_title01 {
		font-size: 3.2rem;
		text-align: left;
	}
	.m_title01 .s_fontL {
		font-size: 4.0rem;
	}
	.m_title01 .s_spSizeS {
		font-size: inherit;
	}
}


.m_title-hasIcon01 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #cf0006;
}
.m_title-hasIcon01-text {
	display: inline-block;
}
.m_title-hasIcon01-text::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(/common/img/icon_01.png) no-repeat center center;
	background-size: 100%;
	margin-right: 3px;
}
@media screen and (min-width: 768px),print {
	.m_title-hasIcon01 {
		font-size: 1.8rem;
	}
	.m_title-hasIcon01-text::before {
		width: 32px;
		height: 32px;
	}
}

.m_title02 {
	font-size: 2.2rem;
	border-bottom: 3px solid #005bac;
	padding: 10px 0;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px),print {
	.m_title02 {
		font-size: 2.8rem;
		padding: 15px 0;
		margin-bottom: 30px;
	}
}

.m_title03 {
	font-size: 2.2rem;
}
@media screen and (min-width: 768px),print {
	.m_title03 {
		font-size: 2.8rem;
	}
}

.m_title04 {
	font-size: 1.6rem;
	border-bottom: 3px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px),print {
	.m_title04 {
		font-size: 2.1rem;
		margin-bottom: 30px;
	}
}

.m_title05 {
	font-size: 2.8rem;
}
@media screen and (min-width: 768px),print {
	.m_title05 {
		font-size: 4.0rem;
	}
}

.m_title06 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #005bac;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
@media screen and (min-width: 768px),print {
	.m_title06 {
		font-size: 2.0rem;
	}
}

.m_title07 {
	font-weight: bold;
	background-color: #005bac;
	color: #fff;
	padding: 3px 10px;
}
@media screen and (min-width: 768px),print {
	.m_title07 {
		padding: 5px 20px;
	}
}

/* ===================== title */

/* link ===================== */
.m_productsLink01 {
	display: block;
	width: 290px;
	background-color: #000;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.m_productsLink01-inn {
	display: flex;
	align-items: center;
}
.m_productsLink01-img-wrap {
	width: 100px;
}
.m_productsLink01-text-wrap {
	padding: 10px 30px 10px 15px;
	position: relative;
	width: calc(100% - 100px);
	display: flex;
	align-items: center;
}
.m_productsLink01-text-wrap::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
@media screen and (min-width: 768px),print {
	.m_productsLink01 {
		width: 480px;
	}
	.m_productsLink01-img-wrap {
		width: 160px;
	}
	.m_productsLink01-text-wrap {
		width: calc(100% - 160px);
		padding: 10px 50px 10px 30px;
	}
	.m_productsLink01-text-wrap::before {
		right: 30px;
	}
}

.m_articleLink01-wrap {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 10px;
	display: flex;
	justify-content: space-between;
}
.m_articleLink01-prev {
	position: relative;
	padding-left: 14px;
}
.m_articleLink01-prev::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #575757;
	border-left: 1px solid #575757;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.m_articleLink01-next {
	position: relative;
	padding-right: 14px;
}
.m_articleLink01-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #575757;
	border-right: 1px solid #575757;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.m_articleLink01-top {
	position: relative;
	padding-right: 24px;
	background: url(/common/img/icon_article_list_01.png) no-repeat center right;
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (min-width: 768px),print {
	.m_articleLink01-prev {
		padding-left: 16px;
	}
	.m_articleLink01-next {
		padding-right: 16px;
	}
	.m_articleLink01-prev:hover,
	.m_articleLink01-next:hover,
	.m_articleLink01-top:hover {
		text-decoration: underline;
	}
	.m_articleLink01-wrap {
		width: 74.7540%;
	}
}

.m_link01 {
	color: #005bac;
	text-decoration: underline;
}
.m_link01:hover {
	text-decoration: none;
}

.m_link-pdf01 {
	display: inline-block;
}
.m_link-pdf01:hover {
	text-decoration: underline;
}
.m_link-pdf01::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 18px;
	background: url(/common/img/icon_pdf_01.png) no-repeat center center;
	background-size: 100%;
	margin-left: 6px;
	vertical-align: middle;

}
.m_link-blank01 {
	font-weight: bold;
	border: 1px solid #000;
	padding: 6px 55px 6px 15px;
	display: inline-block;
	position: relative;
}
.m_link-blank01::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/common/img/icon_blank_01.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.m_link-blank02 {
	display: inline-block;
}
.m_link-blank02:hover {
	text-decoration: underline;
}
.m_link-blank02::after {
	content: "";
	display: inline-block;
	background: url(/common/img/icon_blank_02.png) no-repeat center center;
	background-size: 100%;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	vertical-align: middle;
}

/* ===================== link */

/* btn ===================== */
.m_btn01 {
	font-size: 1.5rem;
	color: #fff;
	background-color: #000;
	text-align: center;
	display: block;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 25px;
}
.m_btn01.s_hasArrow01 {
	position: relative;
}
.m_btn01.s_hasArrow01::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.m_btn01.s_type02 {
	font-size: 1.2rem;
	text-align: left;
	width: 180px;
	padding: 7px 25px;
}
.m_btn01.s_type03 {
	font-size: 1.2rem;
	padding: 12px 25px;
	min-width: 266px;
	width: auto;
	display: inline-block;
}
.m_articleLayout02-right-btn-area {
	text-align: center;
	margin-top: 20px;
}
@media screen and (min-width: 768px),print {
	.m_btn01 {
		font-size: 2.4rem;
		width: 448px;
		padding: 22px 40px;
	}
	.m_btn01.s_hasArrow01::before {
		width: 14px;
		height: 14px;
		right: 20px;
	}
	.m_btn01.s_type02 {
		font-size: 1.6rem;
		width: 226px;
		padding: 8px 25px;
	}
	.m_btn01.s_type02.s_hasArrow01::before {
		width: 6px;
		height: 6px;
	}
	.m_btn01.s_type03 {
		font-size: 1.4rem;
	}
	.m_btn01.s_type03.s_hasArrow01::before {
		width: 8px;
		height: 8px;
	}
	.m_articleLayout02-right-btn-area {
		text-align: right;
	}
}

.m_btn02-list-item + .m_btn02-list-item {
	margin-top: 14px;
}
.m_btn02 {
	font-size: 1.8rem;
	display: block;
	/*height: 70px;*/
	background-color: #f1f1f1;
	position: relative;
	padding: 20px 30px 20px 80px;
}
.m_btn02::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.m_btn02::after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.m_btn02-img-wrap {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	background-color: #fff;
	border-radius: 50%
}
.m_btn02-text {
	display: inline-block;
	vertical-align: middle;
	/*padding-left: 60px;*/
}
@media screen and (min-width: 768px),print {
	.m_btn02-List {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m_btn02-list-item {
		width: 49.4262%;
	}
	.m_btn02-list-item + .m_btn02-list-item {
		margin-top: 0;
	}
	.m_btn02-list-item:nth-child(n + 3) {
		margin-top: 14px;
	}
	.m_btn02 {
		/*font-size: 3.0rem;*/
		/*font-size: 2.34375vw;*/
		/*font-size: 1.875vw;*/
		font-size: 2.4rem;
		/*height: 130px;*/
		/*height: auto;*/
		padding: 22px 40px 22px 100px;
		-webkit-transition: 0.3s background-color,0.3s color;
				transition: 0.3s background-color,0.3s color;
	}
	.m_btn02:hover {
		color: #fff;
		background-color: #005bac;
	}
	.m_btn02::before {
		width: 15px;
		height: 15px;
		right: 20px;
		-webkit-transition: 0.3s border;
				transition: 0.3s border;
	}
	.m_btn02:hover::before {
		border-color: #fff;
	}
	.m_btn02-img-wrap {
		width: 60px;
		height: 60px;
		left: 20px;
		border: 1px solid #fff;
	}
	.m_btn02:hover .m_btn02-img-wrap {
		background-color: transparent;
		border: none;
	}
	.m_btn02:hover .m_btn02-img-wrap::after {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.m_btn02:hover .m_btn02-img-wrap.s_icon01::after {
		background: url(/common/img/btn_02_icon_01_on.png) no-repeat center center;
		background-size: 100%;
	}
	.m_btn02:hover .m_btn02-img-wrap.s_icon02::after {
		background: url(/common/img/btn_02_icon_02_on.png) no-repeat center center;
		background-size: 100%;
	}
	.m_btn02:hover .m_btn02-img-wrap.s_icon03::after {
		background: url(/common/img/btn_02_icon_03_on.png) no-repeat center center;
		background-size: 100%;
	}
	.m_btn02:hover .m_btn02-img-wrap.s_icon04::after {
		background: url(/common/img/btn_02_icon_04_on.png) no-repeat center center;
		background-size: 100%;
	}
	.m_btn02:hover .m_btn02-img-wrap.s_icon01 .m_btn02-img,
	.m_btn02:hover .m_btn02-img-wrap.s_icon02 .m_btn02-img,
	.m_btn02:hover .m_btn02-img-wrap.s_icon03 .m_btn02-img,
	.m_btn02:hover .m_btn02-img-wrap.s_icon04 .m_btn02-img {
		display: none;
	}
	.m_btn02-text {
		/*padding-left: 80px;*/
		word-break: break-all;
	}
}
@media screen and (min-width: 1000px){
	.m_btn02-img-wrap {
		left: 20px;
	}
}
@media screen and (min-width: 1280px){
	.m_btn02 {
		font-size: 2.4rem;
	}
}

.m_btn03 {
	display: block;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	padding: 18px 30px;
}
.m_btn03 + .m_btn03 {
	margin-top: 10px;
}
.m_btn03::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

@media screen and (min-width: 768px),print {
	.m_btn03-col3 {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		text-align: center;
	}
	.m_btn03 {
		font-size: 1.8rem;
	}
	.m_btn03-col3 .m_btn03 {
		width: 32%;
	}
	.m_btn03 + .m_btn03 {
		margin-top: 0;
	}
	.m_btn03-col3 .m_btn03:nth-child(n + 4) {
		margin-top: 10px;
	}
}

.m_btn04 {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	padding: 20px 10px;
}

.m_btn05 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #ccc;
	text-align: center;
	position: relative;
	opacity: 0.5;
	padding: 20px 25px;
	transition: 0.3s opacity, 0.3s border,0.3s color;
}
.m_btn05.s_current,
.m_btn05:hover {
	color: #005bac;
	border-color: #005bac;
	opacity: 1;
}
.m_btn05::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(51,51,51,0.5);
	border-right: 2px solid rgba(51,51,51,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: 0.3s border-color;
			transition: 0.3s border-color;
}
.m_btn05.s_current::before,
.m_btn05:hover::before {
	border-color: #005bac;
}
.m_btn05 .m_btn05-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;

}
@media screen and (min-width: 768px),print {
	.m_btn05 {
		min-height: 100px;
	}
}
/* ===================== btn */

/* form ===================== */
.m_form01 {
	padding-top: 20px;
	padding-bottom: 40px;
}
.m_form01-item {
	border-top: 1px solid #d9d9d9;
	padding: 15px 0;
}
.m_form01-item:last-of-type {
	border-bottom: 1px solid #d9d9d9;
}
.m_form01-item-title {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
.s_required01 .m_form01-item-title::after {
	content: "※必須";
	color: #cf0006;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 1em;
}
.m_form01-item-contents {
	margin-top: 10px;
}
.m_form01-item.s_required01 .s_errorText {
	color: #cf0006;;
	font-weight: bold;
	display: none;
	margin-top: 5px;
}
.m_form01-item.s_required01.s_error .s_errorText {
	display: block;
}
.m_form01-btn-wrap {
	margin-top: 40px;
	text-align: center;
}
.m_form01-btn-item + .m_form01-btn-item {
	margin-top: 10px;
}
.m_form01-btn {
	width: 280px;
	height: 48px;
	font-size: 1.6rem;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-appearance: none;
			appearance: none;
}
.m_form01-btn.s_reset {
	background-color: #fff;
	color: #000;
}
.m_form01-btn.s_submit {
	background-color: #000;
	color: #fff;
}
.m_form01-btn.s_submit[disabled] {
	background-color: #ccc;
	border-color: #ccc;
}
@media screen and (min-width: 768px),print {
	.m_form01-item {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.m_form01-item-title {
		display: table-cell;
		width: 200px;
		vertical-align: middle;
		text-align: left;
		position: relative;
		padding-right: 60px;
	}
	.m_form01-item-title.s_width02 {
		width: 270px;
	}
	.s_required01 .m_form01-item-title::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		height: 1.5em;
		margin: auto;
	}
	.m_form01-item-contents {
		display: table-cell;
		vertical-align: middle;
	}
	.m_form01-btn-item {
		display: inline-block;
		vertical-align: middle;
		margin: 0 4px;
	}
	.m_form01-btn-item + .m_form01-btn-item {
		margin-top: 0;
	}
	.m_form01-btn {
		width: 250px;
	}

	.m_form01-col2 {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		border-top: 1px solid #d9d9d9;
	}
	.m_form01-col2 .m_form01-item {
		/*width: 47.78%;*/
		width: 46.7391%;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: -1px;
		border-top: none;
	}

}

.m_select01-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.m_select01-wrap::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	pointer-events: none;
}
.s_type02.m_select01-wrap::before {
	border-color: #fff;
}
.m_select01 {
	font-size: 1.6rem;
	/*font-weight: bold;*/
	width: 100%;
	height: 34px;
	padding: 0 25px 0 10px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.s_type02 .m_select01 {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.m_select01::-ms-expand{display:none;}
.m_select01::-moz-focus-inner{border:0px;}

.m_select02-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.m_select02-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 66px;
	pointer-events: none;
}
.m_select02-wrap::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #818181;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	pointer-events: none;
}
.m_select02 {
	font-size: 1.6rem;
	/*font-weight: bold;*/
	width: 100%;
	height: 66px;
	padding: 0 76px 0 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 4px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.m_select02::-ms-expand{display:none;}
.m_select02::-moz-focus-inner{border:0px;}




.m_checkbox-list-item {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
}
.m_checkbox-list-item:nth-child(odd) {
	margin-right: 8px;
}
.m_checkbox-list-item:nth-child(n + 3){
	margin-top: 8px;
}
.m_checkboxWrap {
	word-break: break-all;
}
.m_checkbox01 {
	display: none;
}
.m_checkbox01-label {
	opacity: 0.5;
	border: 1px solid #333;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	cursor: pointer;
	-webkit-transition: 0.3s opacity,0.3s color,0.3s background-color;
			transition: 0.3s opacity,0.3s color,0.3s background-color;
}

.m_checkbox01:checked + .m_checkbox01-label {
	color: #fff;
	background-color: #333;
	opacity: 1;
}
.m_checkbox01-label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.m_checkbox01-label-text {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 768px),print {
	.m_select01-wrap.s_pcMaxW170 {
		max-width: 170px;
	}
	.m_checkbox-list-item {
		width: calc(25% - 6px);
		margin-right: 8px;
	}
	.m_checkbox-list-item:nth-child(odd) {
		margin-right: 8px;
	}
	.m_checkbox-list-item:nth-child(4n){
		margin-right: 0;
	}
	.m_checkbox-list-item:nth-child(n + 3){
		margin-top: 0;
	}
	.m_checkbox-list-item:nth-child(n + 5){
		margin-top: 8px;
	}
}

.m_checkbox02-label {
	cursor: pointer;
}
.m_checkbox02 {
	display: none;
}
.m_checkbox02-inn {
	position: relative;
	padding-left: 21px;
}
.m_checkbox02-inn::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0;
}
.m_checkbox02-inn::after {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	box-sizing: border-box;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
}
.m_checkbox02:checked + .m_checkbox02-inn::after {
	opacity: 1;
}
@media screen and (min-width: 768px),print {
	.m_checkbox02-inn {
		padding-left: 23px;
	}
	.m_checkbox02-inn::before {
		width: 18px;
		height: 18px;
		top: 1px;
		left: 0;
	}
	.m_checkbox02-inn::after {
		width: 13px;
		height: 9px;
		top: 3px;
		left: 3px;
	}
}

.m_radio01-label {
	cursor: pointer;
}
.m_radio01 {
	display: none;
}
.m_radio01-inn {
	position: relative;
	padding-left: 21px;
}
.m_radio01-inn::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0;
}
.m_radio01-inn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 4px;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
}
.m_radio01:checked + .m_radio01-inn::after {
	opacity: 1;
}
@media screen and (min-width: 768px),print {
	.m_radio01-inn {
		padding-left: 23px;
	}
	.m_radio01-inn::before {
		width: 18px;
		height: 18px;
		top: 2px;
		left: 0;
	}
	.m_radio01-inn::after {
		width: 8px;
		height: 8px;
		top: 7px;
		left: 5px;
	}
}

.m_textBox01 {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 1.6rem;
}
.m_textBox01.s_maxW120 {
	max-width: 120px;
}
@media screen and (min-width: 768px),print {
	.m_textBox01.s_pcMaxW300 {
		max-width: 300px;
	}
}
.m_telNumber01 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_telNumber01-hyphen {
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (min-width: 768px),print {
	.m_telNumber01 {
		justify-content: flex-start;
	}
}
/*.m_textBox01.s_size01 {
	width: 120px;
	.
}*/

.m_textBoxCol3-list-item-label {
	position: relative;
}
.m_textBoxCol3-list-item + .m_textBoxCol3-list-item {
	margin-top: 10px;
}
.m_textBoxCol3-list-item-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.m_textBoxCol3-list-item-textbox.s_sp5em {
	margin-left: 5em;
	width: calc(100% - 5em);
}
@media screen and (min-width: 768px),print {
	.m_textBoxCol3-list {
		display: flex;
	}
	.m_textBoxCol3-list-item + .m_textBoxCol3-list-item {
		margin-top: 0;
		/*margin-left: 4.6153%;*/
		margin-left: 4%;

	}
	.m_textBoxCol3-list-item-textbox.s_sp5em {
		margin-left: calc(5em + 5px);
		width: calc(100% - 5em - 5px);
	}
	.m_textBoxCol3-list-item-textbox.s_pc3em {
		margin-left: calc(3em + 5px );
		width: calc(100% - 3em - 5px);
	}

}

.m_postalCodeWrap {
	display: flex;
	align-items: center;
}
.m_postalCodeWrap-head {
	font-weight: bold;
	margin-right: 8px;
}
.m_postalCodeWrap-item01 {
	width: 170px;
	margin-right: 18px;
}

.m_postalCode-btn {
	background-color: #333;
	border: 1px solid #000;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	padding: 3px 12px;
}
@media screen and (min-width: 768px),print {
	.m_postalCode-btn {
		font-size: 1.5rem;
		padding: 3px 14px;
	}
}
.m_textArea01 {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	width: 100%;
	height: 150px;
	padding: 10px;
	-webkit-appearance: none;
	font-size: 1.6rem;
	resize: none;
	border-radius: 0;
}

.m_file-list01 {
	margin-top: 10px;
}
.m_file-list01-item + .m_file-list01-item {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
}

.m_file01-label {
	/*display: inline-block;*/
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.m_file01 {
	display: none;
}
.m_file01-thumb-area {
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
	background-color: #ccc;
	text-align: center;
	width: 142px;
	height: 60px;
	position: relative;
	vertical-align: bottom;
}
/*.m_file01-thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: inline-block;
}
.m_file01-thumb::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}*/
.m_file01-thumb-area {
	position: relative;
	height: 0;
	padding-top: 60px;
}
.m_file01-thumb-area-inn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.m_file01-thumb-area-inn::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.m_file01-thumb-noimage-text {
	display: inline-block;
	vertical-align: middle;

}
.m_file01-text {
	/*display: inline-block;*/
	/*vertical-align: bottom;*/
	display: block;
	margin-top: 5px;
}
.m_file01-text.s_ngFile {
	color: #cf0006;
	font-weight: bold;
}
.m_file01-btn-area {
	text-align: center;
	margin-top: 10px;
	/*display: inline-block;*/
}
.m_file01-cancel {
	/*display: inline-block;*/
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	/*vertical-align: bottom;*/
	cursor: pointer;
	display: none;
	margin-left: 5px;
	vertical-align: middle;
	height: 34px;
}
.m_file01-cancel.s_show {
	display: inline-block;
}
.m_file01-thumb-img,
.m_file01-thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 768px),print {
	.m_file01-wrap {
		position: relative;
	}
	.m_file01-label {
		/*display: inline-block;*/
		display: table;
		width: 100%;
		table-layout: fixed;
		text-align: left;
	}
	.m_file01-thumb-area {
		display: table-cell;
		vertical-align: bottom;
		height: auto;
		min-height: 60px;
	}
	.m_file01-text {
		/*display: inline-block;*/
		/*margin-left: 5px;*/
		display: table-cell;
		vertical-align: bottom;
		padding-top: 35px;
		padding-left: 5px;
	}
	.m_file01-btn-area {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 145px;
		/*display: inline-block;*/
	}
}

/* ===================== form */

/* list ===================== */
.m_list01 .p_list01-item + .p_list01-item {
	margin-top: 3px;
}
.m_list01 .p_list01-item-head {
	float: left;
}
.m_list01.s_iconWidth01 .p_list01-item-head {
	width: 1em;
}
.m_list01.s_iconWidth02 .p_list01-item-head {
	width: 2em;
}
.m_list01.s_iconWidth03 .p_list01-item-head {
	width: 3em;
}
.m_list01.s_iconWidth04 .p_list01-item-head {
	width: 4em;
}
.m_list01.s_iconWidth05 .p_list01-item-head {
	width: 5em;
}
.m_list01 .p_list01-item-contents {
	overflow: hidden;
	display: block;
}
.m_list02 {
	list-style-type: decimal;
	padding-left: 2em;
}
.m_list02 > li + li {
	margin-top: 3px;
}
.m_list-circle01 > li {
	position: relative;
	padding-left: 1.3em;
}
.m_list-circle01 > li + li {
	margin-top: 3px;
}
.m_list-circle01 > li::before {
	content: "●";
	width: 1em;
	position: absolute;
	top: 0;
	left:0;
}


.m_addressList01-item + .m_addressList01-item {
	margin-top: 20px;
}
.m_addressList01 {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.m_addressList01-title,
.m_addressList01-contents {
	display: table-cell;
	vertical-align: top;
}
.m_addressList01-title {
	width: 5.5em;
	position: relative;
	padding-right: 1em;
}
.m_addressList01-title::after {
	content: "：";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (min-width: 768px),print {
	.m_addressList01-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.m_addressList01-item {
		width: 50%;
	}
	.m_addressList01-item + .m_addressList01-item {
		margin-top: 0;

	}
	.m_addressList01-item:nth-child(n + 3) {
		margin-top: 30px;
	}
	.m_addressList01-item:nth-child(odd) {
		padding-right: 20px;
	}
}
/* ===================== list */

/* table ======================== */
.m_table01-list {
	padding: 15px;
	border: 1px solid #ccc;
}
.m_table01-list + .m_table01-list {
	border-top: none;
}
.m_table01-list-title {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	font-size: 1.8rem;
}
.m_table01-list-contents {
	padding-top: 15px;
}
@media screen and (min-width: 768px),print {
	.m_table01 {
		border: 1px solid #ccc;
		padding: 40px 20px;

	}
	.m_table01-list {
		display: table;
		width: 100%;
		table-layout: fixed;
		border: none;
		padding: 0;
	}
	.m_table01-list + .m_table01-list {
		border-top: 1px solid #ccc;
		padding-top: 40px;
		margin-top: 40px;
	}
	.m_table01-list-title,
	.m_table01-list-contents {
		display: table-cell;
		vertical-align: middle;
	}
	.m_table01-list-title {
		width: 180px;
		padding-right: 20px;
		border-bottom: none;
		border-right: 1px solid #ccc;
		text-align: left;
		font-size: 2.4rem;
	}
	.m_table01-list-contents {
		padding-top: 0;
		padding-left: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.m_table01 {
		padding: 40px 60px;
	}
	.m_table01-list-title {
		width: 230px;
	}
	.m_table01-list-contents {
		padding-left: 90px;
	}
}

.m_table02-wrap {
	overflow-x: scroll;
	padding-bottom: 10px;
	padding-left: 1px;
}
.s_hasStickey .m_table02-wrap.s_wide {
	max-height: 60vh;
	border: 1px solid #ccc;
	overflow: scroll;
	padding-bottom: 0;
	padding-left: 0;
}
.m_table02-wrap + .m_table02-wrap,
.m_table02-area + .m_table02-area {
	margin-top: 20px;
}
.m_table02-inn {
	width: 1220px;
}

.m_table02-wrap.s_wide .m_table02-inn {
	width: 0;
	white-space: nowrap;
	min-width: 1220px;
	/*width: 1400px;*/
}
.s_hasStickey .m_table02-wrap.s_wide .m_table02-inn {
	min-width: 1600px;
}
.s_hasStickey .m_table02-wrap.s_wide .m_table02-inn.s_few {
	min-width: 1220px;
}
.m_table02-wrap.s_wide .m_table02-inn .m_table02 {
	white-space: normal;
}
.m_table02 {
	width: 100%;
	table-layout: fixed;
}
.m_table02.s_layoutAuto {
	table-layout: auto;
}
.m_table02.s_trHeight tr {
	height: 45px;
}
.s_hasStickey .m_table02 {
	border-collapse: separate;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	/*border-spacing: 1px;*/
}
/*.m_table02-col01 {
	width: 80px;
}*/
.m_table02-col01 { width:  84px; }
.m_table02-col02 { width: 120px; }
.m_table02-col03 { width:  80px; }
.m_table02-col04 { width: 102px; }
.m_table02-col05 { width: 108px; }
/*.m_table02-col06 { width: 193px; }
.m_table02-col07 { width: 112px; }
.m_table02-col08 { width: 112px; }
.m_table02-col09 { width: 112px; }
.m_table02-col10 { width:  85px; }
.m_table02-col11 { width: 116px; }*/
.m_table02-head {
	background-color: #005bac;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #fff;
	/*border-top: 1px solid #fff;*/
	vertical-align: middle;
}

.m_table02-head.s_bg02 {
	background-color: #595757;
}
.m_table02-head.s_bg02.s_borderDouble {
	border-right: 4px double #fff;
}
.m_table02-head.s_bg03 {
	background-color: #f3f3f3;
	color: #333333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.m_table02-head.s_bg03.s_borderDouble {
	border-right: 4px double #ccc;
}
.m_table02-head:last-child {
	border-right: 1px solid #005bac;
}
.m_table02-head.s_bg02:last-child {
	border-color: #005bac;
}
.m_table02-head.s_bg03:first-child {
	border-left: 1px solid #ccc;
}
.m_table02-head.s_bg03:last-child {
	border-color: #ccc;
}
.m_table02-head.s_bg04 {
	background-color: #0f1f34;
}
.m_table02-head.s_bg04:first-child {
	border-left: 1px solid #ccc;
}
.m_table02-head.s_bg04:last-child {
	border-color: #ccc;
}
.s_hasStickey .m_table02-head {
	border-top: 1px solid #fff;
	/*border: none;*/

	background-clip: padding-box;

}
.s_hasStickey tr:nth-child(2) .m_table02-head.s_bg04:first-child {
	border-left: none;
}
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head {
	position: sticky;
	top: 0;
	z-index: 2;

	/*border: none;*/

}

/*.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head::before,
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head:first-child::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
}*/
/*.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head::before {
	right: 0;
}
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head:first-child::after {
	left: 0;
}*/
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head {
	position: sticky;
	top: 41px;
	z-index: 2;
}
@media screen and (min-width: 768px),print {
	.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head {
		top: 45px;
	}
}
/*.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head::after {
	content: "";
	display: block;
	width :100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}*/
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head:first-child::before {
	/*left: -1px;*/
	display: none;
}
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft01,
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft01,
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft02,
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft02/*,
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft03,
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft03,
.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft04,
.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft04*/ {
	z-index: 10;
}
.s_hasStickey .m_table02-head::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -1px;
}
.s_hasStickey .m_table02-head::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: -1px;
	left: 0;
}
.s_hasStickey tr:nth-child(2) .m_table02-head.s_bg04::after {
	background-color: #fff;
}
/*.s_hasStickey tr:nth-child(2) .m_table02-head.s_bg04 {
	width: 130px;
}*/

.s_stickyLeft01,
.s_hasStickey .m_table02-data.s_stickyLeft01 {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	left: 0px;
	/*border-left: 1px solid #ccc;*/
}
.s_stickyLeft02,
.s_hasStickey .m_table02-data.s_stickyLeft02 {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	left: 84px;
}
/*.s_stickyLeft03,
.s_hasStickey .m_table02-data.s_stickyLeft03 {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	left: 200px;
}
.s_stickyLeft04,
.s_hasStickey .m_table02-data.s_stickyLeft04 {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	left: 280px;
}*/
.m_table02-data {
	/*padding: 10px 4px;*/
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}
.s_hasStickey .m_table02-data {
	border: none;
	/*position: relative;*/
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-clip: padding-box;
	position: relative;
}
.s_hasStickey .m_table02-data::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: -1px;
}
.s_hasStickey .s_bg01 .m_table02-data {
	background-color: #d3d3d4;
}
.s_hasStickey tr:nth-child(even) .m_table02-data  {
	background-color: #d3d3d4;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_stickyLeft01 {
	background-color: #fff;
}
.s_hasStickey .m_table02-data.s_bg01 {
	background-color: #d3e6f6;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg01 {
	background-color: #afbecd;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg01.s_stickyLeft01 {
	/*background-color: #afbecd;*/
	background-color: #d3e6f6;
}
.s_hasStickey .m_table02-data.s_bg02 {
	background-color: #bedfc2;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg02 {
	background-color: #9db9a1;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg02.s_stickyLeft01 {
	/*background-color: #9db9a1;*/
	background-color: #bedfc2;
}
.s_hasStickey .m_table02-data.s_bg03 {
	background-color: #fbe6ef;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg03 {
	background-color: #d0bec7;
}
.s_hasStickey tr:nth-child(even) .m_table02-data.s_bg03.s_stickyLeft01 {
	/*background-color: #d3e6f6;*/
	background-color: #fbe6ef;
}
.m_table02-data.s_borderDouble {
	border-right: 4px double #ccc;
}
.m_table02-data.s_bg04 {
	background-color: #fcfec0;
}
.m_table02-data-s_bg04-caption {
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	margin-top: 10px;
}
.m_table02-data-s_bg04-caption::before {
	content: "";
	display: block;
	width: 30px;
	height: 18px;
	border: 1px solid #ccc;
	background-color: #fcfec0;
	position: absolute;
	top: 0;
	left: 0;
}
.m_table02 .s_width01 {
	width: 100%;
}
.m_table02 .s_width02 {
	width: 50%;
}
.m_table02 .s_width03 {
	width: 33.3333%;
}
.m_table02 .s_width04 {
	width: 170px;
}
.m_table02-caption {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
/*	position: -webkit-sticky;
	position: sticky;
	left: 0;
	display: inline-block;*/
}
.m_table02-wrap + .m_table02-caption {
	margin-top: 30px;
}
.s_ie .s_stickyLeft02,
.s_ie .s_hasStickey .m_table02-data.s_stickyLeft02,
.s_ie .s_stickyLeft03,
.s_ie .s_hasStickey .m_table02-data.s_stickyLeft03,
.s_ie .s_stickyLeft04,
.s_ie .s_hasStickey .m_table02-data.s_stickyLeft04,
.s_ie .s_stickyLeft05,
.s_ie .s_hasStickey .m_table02-data.s_stickyLeft05 {
	left: 0;
}
@media screen and (min-width: 768px),print{
	.m_table02-caption {
		font-size: 2.0rem;
	}
	.s_stickyLeft03,
	.s_hasStickey .m_table02-data.s_stickyLeft03 {
		position: -webkit-sticky;
		position: sticky;
		z-index: 1;
		left: 204px;
	}
	.s_stickyLeft04,
	.s_hasStickey .m_table02-data.s_stickyLeft04 {
		position: -webkit-sticky;
		position: sticky;
		z-index: 1;
		left: 284px;
	}
	.s_stickyLeft05,
	.s_hasStickey .m_table02-data.s_stickyLeft05 {
		position: -webkit-sticky;
		position: sticky;
		z-index: 1;
		left: 386px;
	}
	.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft03,
	.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft03,
	.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft04,
	.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft04,
	.s_hasStickey .m_table02 thead tr:nth-child(1) .m_table02-head.s_stickyLeft05,
	.s_hasStickey .m_table02 thead tr:nth-child(2) .m_table02-head.s_stickyLeft05 {
		z-index: 10;
	}

}
@media screen and (min-width: 1000px),print{
	.m_table02-inn {
		width: 100%;
	}
	.m_table02-wrap {
		overflow-x: auto
	}
	.m_table02-wrap.s_wide {
		overflow-x: scroll;
	}
}
/*@media screen and (min-width: 1280px){
	.m_table02-wrap {
		overflow-x: auto
	}
}*/

.m_table03 {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	text-align: left;
	word-break: break-all;
}
.m_table03 > tbody > tr > th,
.m_table03 > tbody > tr > td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px 15px;
}
.m_table03 > tbody > tr > th {
	width: 96px;
}
@media screen and (min-width: 768px),print {
	.m_table03 > tbody > tr > th,
	.m_table03 > tbody > tr > td {
		padding: 10px 25px;
	}
	.m_table03 > tbody > tr > th {
		width: 116px;
	}
}

/* ======================== table */



/* box ==================== */
.m_box01 {
	border: 1px solid #cf0006;
	background-color: #fff4f4;
	padding: 10px 15px;
}
@media screen and (min-width: 768px),print {
	.m_box01 {
		padding: 18px 30px;
	}
}
.m_box02 {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
	background-color: #f1f1f1;
}
@media screen and (min-width: 768px),print {
	.m_box02 {
		padding: 25px 40px;
	}
}

.m_box03 {
	border: 1px solid #ccc;
	padding: 20px 10px;
}
.m_box03 + .m_box03 {
	margin-top: 20px;
}
@media screen and (min-width: 768px),print {
	.m_box03 {
		padding: 20px 16px;
	}
	.m_box03 + .m_box03 {
		margin-top: 30px;
	}
}

.m_attentionBox {
	margin: 30px 0 40px;
	border: 3px solid #fe1c1c;
	background-color: #fee4e4;
	padding: 15px;
	text-align: center;
	color: #fe1c1c;
	font-size: 1.3rem;
	line-height: 1.8;
}
.ws_details-item-right .m_attentionBox {
	margin: 30px 0;
}
@media screen and (min-width: 1000px),print {
	.m_attentionBox {
		margin: 60px 0 80px;
		border: 4px solid #fe1c1c;
		padding: 25px;
		font-size: 1.8rem;
		line-height: 2.2;
	}
	.ws_details-item-right .m_attentionBox {
		margin: 0 0 35px;
	}
}
/* ==================== box */


/* img movie column ==================== */
.m_imgWrap01 {
	text-align: center;
}

.m_col4-01-item + .m_col4-01-item {
	margin-top: 15px;
}
.m_col4-01-link {
	display: block;
	width: 81.0344%;
	margin-left: auto;
	margin-right: auto;
}
.m_col4-01-img-wrap {
	text-align: center;
	background-color: #e9e9e9;
	position: relative;
	height: 0;
	padding-top: 100%;
}
.m_col4-01-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.m_col4-01-caption {
	text-align: center;
	margin-top: 5px;
}
@media screen and (min-width: 480px) {
	.m_col4-01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m_col4-01-item {
		width: 50%;
	}
	.m_col4-01-item + .m_col4-01-item {
		margin-top: 0;
	}
	.m_col4-01-item:nth-child(n + 3) {
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px),print {
	.m_col4-01-caption {
		text-align: left;
	}
	.m_col4-01-item {
		width: 24.0983%;
	}
	.m_col4-01-item + .m_col4-01-item {
		margin-top: 0;
	}
	.m_col4-01-item:nth-child(n + 5) {
		margin-top: 10px;
	}
	.m_col4-01-link {
		width: 100%;
	}
	.m_col4-01-img-wrap {
		width: auto;
	}
}

.m_col4-02 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.m_col4-02-item {
	/*display: inline-block;*/
	/*vertical-align: top;*/
	width: 270px;
	margin: 0 8px;
}
.m_col4-02-item {
	margin-top: 20px;
}
.m_col4-02-link {
	display: block;
}
.m_col4-02-img-wrap {
	display: block;
	background-color: #e9e9e9;
	position: relative;
	/*padding-top: 55.0675%;*/
	padding-top: 54.422%;
}
.s_imgSquare .m_col4-02-img-wrap {
	padding-top: 100%;
}
.s_imgType02  .m_col4-02-img-wrap {
	padding-top: 80.9859%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.m_col4-02-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.m_col4-02-caption {
	font-size: 1.8rem;
	margin-top: 5px;
}
.m_col4-02-text-area {
	padding-left: 10px;
	padding-right: 10px;
}
.m_col4-02-caption.s_fontL {
	font-size: 2rem;
}
.m_col4-02-caption02 {
	text-align: left;
	line-height: 1.7142;

}
.m_col4-02-caption02 {
	margin-top: 10px;
}
.m_col4-02-caption03 {
	font-weight: bold;
	margin-top: 15px;
}
@media screen and (min-width: 768px),print {
	.m_col4-02 {
		justify-content: flex-start;
	}
	.m_col4-02-item {
		/*width: 24.2622%;*/
		width: 24.099%;
		/*margin: 0 0.49%;*/
		margin: 0px 0.59%;
	}
	.m_col4-02-item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.m_col4-02-item:nth-child(4n) {
		margin-right: 0;
	}
	.m_col4-02-item {
		margin-top: 0;
	}
	.m_col4-02-item:nth-child(n + 5) {
		margin-top: 40px;
	}
	.m_col4-02-text-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.m_col4-02-caption.s_fontL {
		font-size: 2.2rem;
	}
}

.m_col2-01-item + .m_col2-01-item {
	margin-top: 15px;
}
@media screen and (min-width: 768px),print {
	.m_col2-01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m_col2-01-item {
		width: 49.3442%;
	}
	.m_col2-01-item + .m_col2-01-item {
		margin-top: 0;
	}
	.m_col2-01-item:nth-child(n + 3) {
		margin-top: 15px;
	}

}
.m_youtube01-wrap {
	position: relative;
	padding-top: 56.25%;
}
.m_youtube01,
.m_youtube-thumb {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.m_col3_01 {
	text-align: center;
}
.m_col3_01-item {
	display: inline-block;
	vertical-align: top;
	max-width: 396px;
	margin-left: 8px;
	margin-right: 8px;
	width: 100%;
}
.s_spWidth100 .m_col3_01-item  {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.m_col3_01-item + .m_col3_01-item {
	margin-top: 20px;
}
.m_col3_01-img-wrap {
	max-width: 396px;
	margin-left: auto;
	margin-right: auto;
	height: 0;
	position: relative;
	padding-top: 68.6868%;
	background-color: #f1f1f1;
}
.m_col3_01-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.m_col3_01-title {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.m_col3_01-text {
	text-align: left;
	margin-top: 5px;
}
@media screen and (min-width: 768px),print {
	.m_col3_01 {
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.m_col3_01-item,
	.s_spWidth100 .m_col3_01-item {
		width: 32.46%;
		max-width: 396px;
		margin-right: 1.3%;
		margin-left: 0;
	}
	.m_col3_01-item + .m_col3_01-item {
		margin-top: 0;
	}
	.m_col3_01-item:nth-child(3n) {
		margin-right: 0;
	}
	.m_col3_01-item:nth-child(n + 4) {
		margin-top: 20px;
	}
	.m_col3_01-img-wrap {
		width: auto;
	}
}

.m_col4_01 {
	text-align: center;
}
.m_col4_01-item {
	display: inline-block;
	vertical-align: top;
	max-width: 396px;
	margin-left: 8px;
	margin-right: 8px;
	width: 100%;
}
.s_spWidth100 .m_col4_01-item  {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.m_col4_01-item + .m_col4_01-item {
	margin-top: 20px;
}
.m_col4_01-img-wrap {
	max-width: 396px;
	margin-left: auto;
	margin-right: auto;
	height: 0;
	position: relative;
	padding-top: 68.6868%;
	background-color: #f1f1f1;
}
.m_col4_01-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.m_col4_01-title {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.m_col4_01-text {
	text-align: left;
	margin-top: 5px;
}
@media screen and (min-width: 768px),print {
	.m_col4_01 {
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.m_col4_01-item,
	.s_spWidth100 .m_col4_01-item {
		width: 24.1%;
		max-width: 396px;
		margin-right: 1.2%;
		margin-left: 0;
	}
	.m_col4_01-item + .m_col4_01-item {
		margin-top: 0;
	}
	.m_col4_01-item:nth-child(4n) {
		margin-right: 0;
	}
	.m_col4_01-item:nth-child(n + 5) {
		margin-top: 20px;
	}
	.m_col4_01-img-wrap {
		width: auto;
	}
}

/* ==================== img movie column */


/* sns ========================== */
.m_snsArea {
	padding: 40px 0;
	text-align: center;
}
.m_snsList01-item {
	display: inline-block;
	width: 53px;
	margin: 0 10px;
}
@media screen and (min-width: 768px),print {
	.m_snsArea {
		padding: 60px 0;
	}
	.m_snsList01-item {
		width: 76px;
		margin: 0 15px;
	}
}
/* ========================== sns */

/* slide ======================== */
.m_slide01-area {
	padding-top: 15px;
	padding-bottom: 20px;
}
.m_slide01-title {
	font-size: 2.0rem;
	text-align: center;
}
.m_slide01-title02 {
	font-size: 2.0rem;
	font-weight: bold;
}
.m_slide01-wrap {
	margin-top: 15px;
}
.m_slide01-item {
	margin: 0 7px;
}
.m_slide01-link {
	display: block;
	background-color: #e9e9e9;
	width: 100%;
	height: 0;
	padding-top: 54.4217%;
	/*padding-top: 100%;*/
	position: relative;
}
.s_square .m_slide01-link {
	padding-top: 100%;
}
.s_bg02 .m_slide01-link {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	padding-top: calc(100% - 2px);
}
.m_slide01-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.slick-track.s_reset {
	left: 0 !important;
}
.m_slide01-caption {
	font-size: 1.3rem;
	margin-top: 10px;
}
@media screen and (min-width: 768px),print {
	.m_slide01-area {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.m_slide01-title {
		font-size: 2.6rem;
	}
	.m_slide01-title02 {
		font-size: 2.2rem;
	}
	.m_slide01-wrap {
		margin-top: 20px;
	}
}
.m_slide02-area {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.m_slide02-area .slick-slider {
	margin-bottom: 0;
}
.m_slide02 {
	position: relative;
}
.s_centerMode.m_slide02::before,
.s_centerMode.m_slide02::after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.s_centerMode.m_slide02::before {
	left: 0;
}
.s_centerMode.m_slide02::after {
	right: 0;
}
.s_centerMode.m_slide02.s_only1::before,
.s_centerMode.m_slide02.s_only1::after {
	display: none;
}
.s_centerMode.m_slide02.s_only1 .slick-track {
	left: auto !important;
}
.m_slide02-img-wrap {
	background-color: #e9e9e9;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 55.56%;
}
.s_type02 .m_slide02-img-wrap {
	background-color: transparent;
	padding-top: 57.378%;
}
.m_slide02-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 768px),print{
	.s_centerMode.m_slide02::before,
	.s_centerMode.m_slide02::after {
		width: 14.8438%;
	}
}
.m_slide02-thumb {
	margin-top: 10px;

}
.m_slide02-thumb .slick-track {
	display: inline-block;
}
.m_slide02-thumb .m_slide02-item {
	border: 3px solid transparent;
	cursor: pointer;
	margin: 0 5px;
}
.s_type02.m_slide02-thumb .m_slide02-item {
	margin-left: 0;
	margin-right: 0;
}

.m_slide02-thumb .m_slide02-item.slick-current {
	border: 3px solid #005bac;
}
.s_type02.m_slide02-thumb .m_slide02-item {
	border: none;
}
/*.s_type02.m_slide02-thumb .m_slide02-item.slick-current {
	border: 3px solid #f1bb1a;
}*/
.s_type02.m_slide02-thumb .m_slide02-item.slick-current {
	position: relative;
}
.s_type02.m_slide02-thumb .m_slide02-item.slick-current::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border:  3px solid #f1bb1a;
	z-index: 1;
}
.m_slide02-thumb .slick-prev {
	left: 5px;
	width: 7px;
	height: 7px;
}
.m_slide02-thumb .slick-next {
	right: 5px;
	width: 7px;
	height: 7px;
}
.s_type02.m_slide02-thumb .slick-prev {
	left: -7px;
}
.s_type02.m_slide02-thumb .slick-next {
	right: -7px;
}
.m_slide02-thumb.s_lessThan10 .slick-track {
	left: auto !important;
}
@media screen and (min-width: 768px),print {
	.s_type02.m_slide02-thumb .slick-prev {
		left: -20px;
		width: 12px;
		height: 12px;
	}
	.s_type02.m_slide02-thumb .slick-next {
		right: -20px;
		width: 12px;
		height: 12px;
	}
}
/* ======================== slide */

/* 開閉 ========================= */
.m_tglArea01 {
	border-top: 3px solid #005bac;
	border-bottom: 3px solid #005bac;
	overflow: hidden;
}
.m_tglArea01 + .m_tglArea01 {
	margin-top: -3px;
}
.m_tglArea01-btn {
	font-size: 2.0rem;
	display: block;
	position: relative;
	padding: 15px 0;
}
.m_tglArea01-btn::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;

}
.s_close .m_tglArea01-btn::before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.m_tglArea01-contents {
	padding-bottom: 20px;
}
.m_tglArea02-btn {
	font-size: 1.8rem;
	position: relative;
	padding: 15px;

}
.m_tglArea02-btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;
}
.s_close .m_tglArea02-btn::before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);

}
@media screen and (min-width: 768px),print{
	.m_tglArea01-btn {
		font-size: 2.8rem;
		padding: 15px 20px;
	}
	.m_tglArea01-btn::before {
		width: 20px;
		height: 20px;
		bottom: 0;
	}
	.s_close .m_tglArea01-btn::before {
		bottom: 10px;
	}
	.m_tglArea01-contents {
		margin-top: 15px;
	}
}

.m_tglArea03 {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	/*overflow: hidden;*/
}
.m_tglArea03 + .m_tglArea03 {
	margin-top: -2px;
}
.m_tglArea03-btn {
	padding: 15px 15px 15px 35px;
	position: relative;
	overflow: hidden;
}
.m_tglArea03-btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	/*background: url(/common/img/icon_arrow_01.png) no-repeat center center;*/
	/*background-size: 100%;*/
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 6px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;
}
.s_close .m_tglArea03-btn::before {
	top: -6px;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}
.m_tglArea03-contents {
	padding-bottom: 30px;
}
@media screen and (min-width: 768px),print{
	.m_tglArea03-btn {
		padding: 30px 30px 30px 70px;
	}
	.m_tglArea03-btn::before {
		width: 30px;
		height: 30px;
		border-width: 4px;
		left: 12px;
		top: 12px;
	}
	.s_close .m_tglArea03-btn::before {
		top: -12px;
	}
	.m_tglArea03-contents {
		padding-bottom: 60px;
	}
}

.m_tglArea04 {
	margin-left: -15px;
	margin-right: -15px;
}
.m_tglArea04 .m_contents-inn {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
.m_tglArea04-btn {
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px 15px;
	position: relative;
}
.m_tglArea04-btn::before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
.s_close .m_tglArea04-btn::before {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
}
.m_tglArea04-btn::after {
	content: "";
	display: block;
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	margin: auto;
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;
	-webkit-transform: rotate(270deg);
			transform: rotate(270deg);
}
.s_close .m_tglArea04-btn::after {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
}
@media screen and (min-width: 768px),print{
	.m_tglArea04 {
		margin-left: auto;
		margin-right: auto;
	}
	.m_tglArea04-btn {
		font-size: 2.0rem;
		padding: 10px 55px 10px 20px;
	}
	.m_tglArea04-btn::before {
		width: 16px;
		height: 2px;
		right: 20px;
	}
	.m_tglArea04-btn::after {
		width: 2px;
		height: 16px;
		right: 27px;
	}
}

.m_tglArea05 {
	border-top: 1px solid #333;
	padding: 0 10px;
}
.m_tglArea05 + .m_tglArea05 {
	margin-top: -1px;
}
.m_tglArea05:last-child {
	border-bottom: 1px solid #333;
}
.m_tglArea05-btn {
	font-size: 1.8rem;
	padding: 10px 30px 10px 0;
	position: relative;
}
.m_tglArea05-btn::before {
	content: "";
	display:  block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 10px;
	margin: auto;
	-webkit-transition: 0.3s transform;
			transition: 0.3s transform;
}
.s_close .m_tglArea05-btn::before {
	top: 0;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}
.m_tglArea05-contents {
	padding-top: 10px;
	padding-bottom: 30px;
}
@media screen and (min-width: 768px),print{
	.m_tglArea05 {
		padding: 0 20px;
	}
	.m_tglArea05-btn {
		font-size: 2.2rem;
		padding: 15px 60px 15px 0;
	}
	.m_tglArea05-btn::before {
		width: 20px;
		height: 20px;
		right: 20px;
		top: 5px;
	}
	.s_close .m_tglArea05-btn::before {
		top: -5px;
	}
	.m_tglArea05-contents {
		padding-top: 10px;
		padding-bottom: 50px;
	}
}
/* ========================= 開閉 */


/* GALLERY ====================== */
.m_gallery-list {
	overflow: hidden;
}
.m_gallery-link {
	width: 31.0344%;
	height: 0;
	padding-top: 31.0344%;
	position: relative;
	display: block;
	float: left;
	margin-right: 3.4482%;
	background-color: #e9e9e9;
}
.m_gallery-link.s_youtube::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(/common/img/icon_movie_01.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	z-index: 1;
}
.m_gallery-link:nth-child(3n) {
	margin-right: 0;
}
.m_gallery-link:nth-child(n + 4) {
	/*margin-top: 10px;*/
	margin-top: 3.4482%;
}
.m_gallery-img-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;


	/*height: 100%;*/
	/*object-fit: contain;*/
}
@media screen and (min-width: 768px),print{
	.m_gallery-link {
		width: 11.32%;
		padding-top: 11.32%;
		margin-right: 1.3114%;
	}
	.m_gallery-link.s_youtube::before {
		width: 42px;
		height: 42px;
	}
	.m_gallery-link:nth-child(3n) {
		margin-right: 1.3114%;
	}
	.m_gallery-link:nth-child(8n) {
		margin-right: 0;
	}
	.m_gallery-link:nth-child(n + 4) {
		margin-top: 0;
	}
	.m_gallery-link:nth-child(n + 9) {
		margin-top: 1.3114%;
	}
}
/* ===================== GALLERY */

/* メインビジュアル ====================== */
.m_mainvisual {
	position: relative;
	margin-bottom: 2%;
}
.m_mainvisual img {
	width: 100%;
}
.m_mainvisual-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8% 4%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.m_mainvisual-box h1 {
	padding: 0 0 20%;
	font-size: 7vw;
	line-height: 1.3;
}
.m_mainvisual-box h1 span {
	font-size: 8.5vw;
	font-weight: bold;
}
.m_mainvisual-box p {
	font-size: 4vw;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px),print{
	.m_mainvisual {
		margin-bottom: 35px;
	}
	.m_mainvisual-box {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		background-color: rgba(12,3,2,0.8);
		padding: 25px 0;
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.m_mainvisual-box::after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		bottom: 0;
		width: calc(50vw - 50%);
		background-color: rgba(12,3,2,0.8);
	}
	.m_mainvisual-box h1 {
		padding: 0;
		width: 45%;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.6;
	}
	.m_mainvisual-box h1 span {
		font-size: 3.8rem;
	}
	.m_mainvisual-box p {
		width: 50%;
		font-size: 1.6rem;
		line-height: 1.7;
	}
}
/* ===================== メインビジュアル */

/* 各記事ページレイアウト ===================== */

.m_leadBox01 {
	border: 1px solid #ccc;
	max-width: 448px;
	margin-left: auto;
	margin-right: auto;
}
.m_leadBox01-img {
	/*text-align: center;*/
	position: relative;
	height: 0;
	padding-top: 53.125%;
	background-color: #e9e9e9;

}
.m_leadBox01-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.m_leadBox01-text-wrap {
	padding: 20px;
}
@media screen and (min-width: 768px),print {
	.m_leadBox01 {
		max-width: none;
		display: flex;
		align-items: flex-start;
	}
	.m_leadBox01-img-wrap {
		width: 45%;
		/*width: 448px;*/
	}
	.m_leadBox01-text-wrap {
		padding: 20px 35px;
		/*width: 63.1967%;*/
		width: 55%;
		/*width: calc(100% - 448px);*/
	}
}
@media screen and (min-width: 1000px),print {
	.m_leadBox01-img-wrap {
		width: 448px;
	}
	.m_leadBox01-text-wrap {
		width: calc(100% - 448px);
		padding: 40px 35px;
	}
}


.m_articleLayout01-title {
	font-size: 1.8rem;
	font-weight: bold;
}
.m_articleLayout01-text {
	margin-top: 14px;
}
.m_articleLayout01-img-area {
	margin-top: 20px;
}
.m_articleLayout01-img-spCol2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 592px;
	margin-left: auto;
	margin-right: auto;
}
.m_articleLayout01-img-spCol2-item {
	max-width: 296px;
	width: 48%;
	display: flex;
	align-items: center;
}
.m_articleLayout01-img-spCol2-item:nth-child(n + 3) {
	margin-top: 10px;
}

/*.m_articleLayout01-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
*/
@media screen and (min-width: 768px),print {
	.m_articleLayout01 {
		display: flex;
		justify-content: space-around;
	}
	.m_articleLayout01-text-area {
		width: 71.98%;
	}
	.m_articleLayout01-title {
		font-size: 2.0rem;
	}
	.m_articleLayout01-text {
		margin-top: 20px;
	}
	.m_articleLayout01-img-area {
		width: 24.27%;
		margin-top: 0;
	}
	.m_articleLayout01-img-spCol2 {
		display: block;
	}
	.m_articleLayout01-img-spCol2-item {
		width: 100%;
	}
	.m_articleLayout01-img-spCol2-item + .m_articleLayout01-img-spCol2-item {
		margin-top: 8px;
	}
}

.m_articleLayout02-right {
	margin-top: 20px;
}
.m_articleLayout02-right iframe {
	width: 100%;
}
@media screen and (min-width: 768px),print {
	.m_articleLayout02 {
		display: flex;
		justify-content: space-between;
	}
	.m_articleLayout02-left {
		width: 49%;
	}
	.m_articleLayout02-right {
		width: 49%;
		margin-top: 0;
	}
}
@media screen and (min-width: 1000px),print {
	.m_articleLayout02-left {
		width: 43.1147%;
	}
	.m_articleLayout02-right {
		width: 55.7377%;
	}
}

.m_articleLayout03-item {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.m_articleLayout03-item:last-child {
	margin-bottom: 0;
}
.m_articleLayout03-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.m_articleLayout03-img-area {
	text-align: center;
	max-width: 450px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/*.m_articleLayout03-img-wrap {
	padding-top: 71.12%;
	position: relative;
	background-color: #e9e9e9;
}*/
/*.m_articleLayout03-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}*/
.m_articleLayout03-img-caption {
	margin-top: 5px;
	font-size: 1.2rem;
	text-align: left;
}
.m_articleLayout03-text-area {
	margin-top: 10px;
}
@media screen and (min-width: 768px),print {
	.m_articleLayout03 {
		margin-top: 60px;
	}
	.m_articleLayout03-title {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.m_articleLayout03-img-area {
		width: 36.89%;
		margin-top: 0;
	}
	.m_articleLayout03-item:nth-child(odd) .m_articleLayout03-img-area {
		float: left;
		margin-right: 3.26%;
		margin-bottom: 20px;
	}
	.m_articleLayout03-item:nth-child(even) .m_articleLayout03-img-area {
		float: right;
		margin-left: 3.26%;
		margin-bottom: 20px;
	}
	.m_articleLayout03-img-caption {
		font-size: 1.4rem;
	}
	.m_articleLayout03-text-area {
		margin-top: 0;
	}
	.m_articleLayout03-text-area {
		width: 59.8360%;
	}
	.m_articleLayout03-item:nth-child(odd) .m_articleLayout03-text-area {
		float: right;
	}
	.m_articleLayout03-item:nth-child(even) .m_articleLayout03-text-area {
		float: left;
	}
}

.m_profileBox01 {
	background-color: #f1f1f1;
	padding: 20px 10px;
}
.m_profileBox01-name {
	font-size: 1.8rem;
}
.m_profileBox01-img-area {
	text-align: center;
	margin-top: 10px;
	max-width: 196px;
	margin-left: auto;
	margin-right: auto;
}
.m_profileBox01-img-wrap {
	position: relative;
	padding-top: 100%;
	height: 0;
	background-color: #e9e9e9;
}
.m_profileBox01-img-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.m_profileBox01-text-area {
	margin-top: 10px;
}
@media screen and (min-width: 768px),print {
	.m_profileBox01 {
		padding: 20px 40px;
		overflow: hidden;
	}
	.m_profileBox01-name {
		font-size: 2.2rem;
	}
	.m_profileBox01-img-area {
		float: left;
		width: 196px;
		margin-right: 25px;
		margin-bottom: 20px;
		margin-top: 20px;

	}
	.m_profileBox01-text-area {
		margin-top: 25px;
		overflow: hidden;
	}
}

/* ===================== 各記事ページレイアウト */


/* font ===================== */
.m_fontXXL { font-size: 2.2rem; }
.m_fontXL  { font-size: 2.0rem; }
.m_fontLL  { font-size: 1.8rem; }
.m_fontL   { font-size: 1.6rem; }
.m_fontM   { font-size: 1.4rem; }
.m_fontS   { font-size: 1.2rem; }
.m_fontSS  { font-size: 1.0rem; }
@media screen and (min-width: 768px),print {
	.m_fontXXL { font-size: 2.4rem; }
	.m_fontXL  { font-size: 2.2rem; }
	.m_fontLL  { font-size: 2.0rem; }
	.m_fontL   { font-size: 1.8rem; }
	.m_fontM   { font-size: 1.6rem; }
	.m_fontS   { font-size: 1.4rem; }
	.m_fontSS  { font-size: 1.2rem; }
}
.m_color01 { color: #005bac; }
.m_color02 { color: #cf0006; }
.m_color03 { color: #f1bb1a; }
/* ===================== font */

/* フレーム系 ===================== */
.m_contents {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px),print {
	.m_contents {
		max-width: 1280px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.m_contents-inn {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
@media screen and (min-width: 768px),print {
	.m_contents-inn {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.m_spNegativeContents {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px),print {
	.m_spNegativeContents {
		margin-left: auto;
		margin-right: auto;
	}
}
.m_sectionXL { margin-top: 50px; }
.m_sectionLL { margin-top: 40px; }
.m_sectionL  { margin-top: 30px; }
.m_sectionM  { margin-top: 20px; }
.m_sectionS  { margin-top: 15px; }
.m_sectionSS { margin-top: 10px; }
.m_sectionXS { margin-top:  5px; }
@media screen and (min-width: 768px),print {
	.m_sectionXL { margin-top: 70px; }
	.m_sectionLL { margin-top: 60px; }
	.m_sectionL  { margin-top: 50px; }
	.m_sectionM  { margin-top: 40px; }
	.m_sectionS  { margin-top: 30px; }
	.m_sectionSS { margin-top: 20px; }
	.m_sectionXS { margin-top: 10px; }
}
/* ===================== フレーム系 */


/* 高さを中央揃え
   ※親要素の高さが決まっている場合のみ
===============================  */
.m_heightMiddle::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.m_heightMiddle > .p_heightMiddle-inn {
	display: inline-block;
	vertical-align: middle;
}
/* ================ 高さを中央揃え  */

/* background-color ============ */
.m_bgColor01 {
	background-color: #f1f1f1;
}
/* ============ background-color */



/* javascript 開閉 ===================== */
.js_tglArea .js_tglBtn {
	cursor: pointer;
}
.js_tglArea.s_close .js_tglContents {
	display: none;
}
.js_tglContents {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;

}
.js_tglContents.s_opacity {
	opacity: 0;
}
/* ===================== javascript 開閉 */

/* javascript モーダル ===================== */

.js_modal-close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -60px;
	right: 0;
	z-index: 3;
}
.js_modal-close::before,
.js_modal-close::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.js_modal-close::after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.js_modal-contents01 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	text-align: center;

	display: none;
}

.js_modal-contents01::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.js_modal-contents01-inn {
	display: inline-block;
	width: 80%;
	max-width: 1220px;
	vertical-align: middle;
	position: relative;
	max-height: calc(100vh - 140px);
}
.js_modal-contents01-img-wrap {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
.js_modal-contents01-img,
.js_modal-contents01-youtube {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	/*max-height: calc(80vh - 140px);*/
}
.js_modal-contents01-youtube {
	width: 100%;
	height: 100%;
}
.js_slick02 .slick-track {
	display: flex;
	align-items: center;
}
.js_slick02 .slick-next,
.js_slick02 .slick-prev {
	border-color: #fff;
}
.js_slick02 .slick-next {
	right: -20px;
}
.js_slick02 .slick-prev {
	left: -20px;
}
.js_slick02 .slick-list {
	padding-bottom: 60px;
}
.js_modal-text {
	text-align: left;
	color: #fff;
	margin-top: 5px;
}
.js_slick02-item {
	padding: 0 5px;
}
@media screen and (max-height: 700px) and (min-width: 768px){
	.js_modal-contents01-inn {
		height: 350px;
		width: 50%;
	}

}
@media screen and (max-height: 480px){
	.js_modal-contents01-inn {
		height: 320px;
		width: 48%;
	}
}
/* ===================== javascript モーダル */


/* javascript tab ===================== */
.js_tabArea .js_tabBtn {
	cursor: pointer;
}
.js_tabContents {
	display: none;
}
.js_tabContents.s_current {
	display: block;
}

/* ===================== javascript tab */


/* ------------------------------------------------------------ */
