@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	color: #000;
	font-family: Roboto, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	letter-spacing: .04em;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
}
.modePC.modeSP {
	opacity: 0;
}
.modePC {
	font-size: 12px;
	line-height: 23px;
	padding-top: 80px;
}
.modeSP {
	font-size: 22px;
	line-height: 36px;
	padding-top: 110px;
}
.closePage {
	opacity: 0;
	-webkit-transition: opacity .4s;
	        transition: opacity .4s;
}
.androidUA * {
	max-height: 999999px;
}

:hover{} /* Fixes for IE10 */

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
}
.modePC a:hover {
	opacity: .6;
}

em {
	font-weight: bold;
}

img,
svg {
	vertical-align: top;
}

svg {
	color: #000;
}

.svgs {
	display: none;
}

/* CMS
==========================================*/
.modePC.cke_editable{ padding: 10px !important;}
.modePC.cke_editable strong{font-weight: bold !important;}
.modePC.cke_editable i{font-style: italic !important;}
.modePC.cke_editable em{font-style: italic !important;font-weight: normal;}

/* structure
==========================================*/
.wrapper {
	overflow: hidden;
	background-color: #fff;
}
.modePC .wrapper {
	min-width: 1200px;
	padding-bottom: 160px;
	position: relative;
}
.modeSP .wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 135px;
}

.wrapper .box,
.wrapper .wide {
	position: relative;
	-webkit-box-sizing: border-box;
 	        box-sizing: border-box;
}

.modePC .box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.modePC .wide {
	min-width: 1200px;
}

.overray {
	background-color: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
	display: none;
}

/* common
==========================================*/
.modeSP h2,
.modeSP p,
.modeSP li {
	 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQI12NgYAAAAAMAASDVlMcAAAAASUVORK5CYII=);
}

.modePC .hiddenPC,
.modeSP .hiddenSP {
	display: none !important;
}

/* clearfix */
.clear:after {
	content: "";
	display: block;
	clear: both;
}

/* viewMore */
.viewMore {
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.modePC .viewMore100 { width: 100px; height: 100px; }
.modeSP .viewMore100 { width: 120px; height: 120px; }
.modePC .viewMore140 { width: 140px; height: 140px; }
.modeSP .viewMore140 { width: 120px; height: 120px; }

.viewMore span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .08em;
	display: block;
	height: 1em;
	text-align: center;
}
.modePC .viewMore span { font-size: 10px; }
.modeSP .viewMore span { font-size: 18px; }
.modePC .viewMore100 span { padding-top: 37px; }
.modeSP .viewMore100 span { padding-top: 45px; }
.modePC .viewMore140 span { padding-top: 57px; }
.modeSP .viewMore140 span { padding-top: 45px; }

.viewMore svg {
	display: block;
	width: 17px;
	height: 10px;
	margin: 8px auto 0;
}

/* cutOutWrap */
.cutOutWrap {
	position: relative;
}

.cutOutWrap .tagbox {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.viewMoreWrap {
	display: inline-block;
	position: relative;
	overflow: visible;
}

.viewMoreWrap .viewMore {
	position: absolute;
}
.modePC .viewMoreWrapRB .viewMore140 { bottom: -70px; right: -70px; }
.modePC .viewMoreWrapLB .viewMore140 { bottom: -70px; left: -70px; }
.modeSP .viewMoreWrapRB .viewMore140 { bottom: -60px; right: -60px; }
.modeSP .viewMoreWrapLB .viewMore140 { bottom: -60px; left: -60px; }
.modePC .viewMoreWrapRB .viewMore100 { bottom: -50px; right: -50px; }
.modePC .viewMoreWrapLB .viewMore100 { bottom: -50px; left: -50px; }
.modeSP .viewMoreWrapRB .viewMore100 { bottom: -60px; right: -60px; }
.modeSP .viewMoreWrapLB .viewMore100 { bottom: -60px; left: -60px; }

/* imgWrap */
.imgWrap {
	display: inline-block;
	overflow: hidden;
}

.modePC .imgWrap img {
	-webkit-transition: -webkit-transform .6s 0s, -webkit-filter .6s 0s;
	        transition:         transform .6s 0s,         filter .6s 0s;
}
.modePC .imgWrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}

/*==========================================
 common btn
==========================================*/
/* ボタン基本構造 */
.btn,.btnA {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.modePC .btn,.modePC .btnA{
	font-size: 15px;
	line-height: 58px;
	width: 250px;
	height: 58px;
	margin: 0 auto;
	-webkit-transition: color .3s, background-color .3s;
	        transition: color .3s, background-color .3s;
}
.modeSP .btn,.modeSP .btnA{
	font-size: 30px;
	line-height: 116px;
	width: 500px;
	height: 116px;
}
.btn svg,.btnA svg {
	vertical-align: middle;
}
.modePC .btn svg,.modePC .btnA svg{
	width: 17px;
	height: 58px;
	margin-left: 10px;
}
.modeSP .btn svg,.modeSP .btnA svg{
	width: 33px;
	height: 19px;
	margin-left: 20px;
}
.modePC .btn:hover , .modePC .btn:hover svg,
.modePC .btnA:hover , .modePC .btnA:hover svg { opacity: 1; }

/* 基本構造 btnA　背景白（PC白→黒） */
.btnA { background: #fff; color: #000; }
.modePC .btnA { border: 1px solid #000; }
.modeSP .btnA { border: 2px solid #000; }
.btnA svg { color: #000; fill: #000; }
.modePC .btnA:hover { color: #fff; background-color: #000; }
.modePC .btnA:hover svg { color: #fff; fill: #fff; }
.modePC .btnA.notchange:hover { color: #000; background-color: #fff;font-weight:normal; }
.modePC .btnA.notchange:hover svg { color: #000; fill: #000; }

/* 基本構造 btn　背景白（PC白→黒） */
.btn { background: #fff; color: #000; }
.modePC .btn { border: 1px solid #000; }
.modeSP .btn { border: 2px solid #000; }
.btn svg { color: #000; fill: #000; }
.modePC .btn:hover { color: #fff; background-color: #000; }
.modePC .btn:hover svg { color: #fff; fill: #fff; }
.modePC .btn.notchange:hover { color: #000; background-color: #fff;font-weight:normal; }
.modePC .btn.notchange:hover svg { color: #000; fill: #000; }


/* btn_white = 旧btnAと同じ（PC白→黒） */
.btn_white { background: #fff;color: #000; }
.modePC .btn_white { border: 1px solid #000; }
.modeSP .btn_white { border: 2px solid #000; }
.btn_white svg { color: #000; fill: #000; }
.modePC .btn_white:hover { color: #fff; background-color: #000; }
.modePC .btn_white:hover svg { color: #fff; fill: #fff; }
.modePC .btn_white:hover.notchange:hover { color: #000; background-color: #fff;font-weight:normal; }
.modePC .btn_white:hover.notchange:hover svg { color: #000; fill: #000; }


/*btn_black 黒背景（PC黒→白）*/
.btn_black { background: #000;color: #fff; }
.modePC .btn_black { border: 1px solid #000;font-weight: bold; }
.modeSP .btn_black { border: 2px solid #000; }
.btn_black svg { color: #fff; fill: #fff; }
.modePC .btn_black:hover { color: #000; background-color: #fff; }
.modePC .btn_black:hover svg { color: #000; fill: #000; }
.modePC .btn_black.notchange:hover { color: #fff; background-color: #000;font-weight:normal; }
.modePC .btn_black.notchange:hover svg { color: #fff; fill: #fff; }

/*btn_lightgrey ライトグレー*/
.btn_lightgrey { background: #ccc;color: #000; }
.modePC .btn_lightgrey { border: 1px solid #ccc; }
.modeSP .btn_lightgrey { border: 2px solid #ccc; }
.btn_lightgrey svg { color: #000; fill: #000; }
.modePC .btn_lightgrey:hover { color: #666; background-color: #ccc; }
.modePC .btn_lightgrey:hover svg { color: #666; fill: #666; }
.modePC .btn_lightgrey.notchange:hover { color: #666; background-color: #ccc; }
.modePC .btn_lightgrey.notchange:hover svg { color: #666; fill: #666; }

/*非活性*/
.btn.disabled,.btnA.disabled {
	pointer-events: none;
	opacity: .5;
}
/*
.btnB {
	background-color: #000;
	color: #fff;
	fill: #fff;
	font-weight: bold;
}
.modePC .btnB:hover {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	opacity: 1;
}
.btnB svg {
	color: #fff;
}*/
/*
.btnC {
	background-color: #ccc;
	color: #666;
	font-weight: normal;
}
.modeSP .btnC {
	border: 2px solid #ccc;
}
.modePC .btnC:hover {
	background-color: #ccc;
	color: #666;
	font-weight: normal;
}
.modeSP .btnC:hover {
	background-color: #ccc;
	color: #666;
	font-weight: normal;
}
.modePC .btnC { border: 1px solid #ccc; }*/


/* mainVisual
==========================================*/
.mainVisualWrap {
	color: #fff;
	position: relative;
	z-index: -1;
}
.mainVisualStatic {
	z-index: 0;
}
.modePC .mainVisualWrap {
	min-width: 1120px;
	height: 1365px;
	padding: 0 40px;
}
.modeSP .mainVisualWrap {
	width: 690px;
	margin: 0 auto;
	height: 2970px;
}

.mainVisualWrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display:        flex;
	text-align: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	background: no-repeat center;
	-webkit-background-size: cover;
	        background-size: cover;
	position: relative;
 }
.modePC .mainVisualWrap > div,
.modePC .mainVisualStatic { height: 455px; }
.modeSP .mainVisualWrap > div,
.modeSP .mainVisualStatic { height: 990px; }

.mainVisualWrap > div:nth-of-type(1) {
	text-align: center;
	background-color: rgba(0,0,0,.3);
}
.mainVisualStatic > div:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
}

.mainVisualWrap > div:nth-of-type(2) {
	background-color: rgba(0,0,0,.8);
}
.modePC .mainVisualWrap > div:nth-of-type(2) { margin-top: 455px; }
.modeSP .mainVisualWrap > div:nth-of-type(2) { margin-top: 990px; }

.mainVisualWrap > div:nth-of-type(2) em:before{
	content: "“ ";
}
.mainVisualWrap > div:nth-of-type(2) em:after{
	content: " ”";
}

.mainVisualWrap > div:nth-of-type(3) {
	position: fixed;
	z-index: -1;
}
.modePC .mainVisualWrap > div:nth-of-type(3) {
	min-width: 1120px;
	height: 455px;
	top: 60px;
	left: 40px;
	right: 40px;
}
.modeSP .mainVisualWrap > div:nth-of-type(3) {
	width: 690px;
	height: 990px;
	top: 110px;
	left: 50%;
	margin-left: -345px;
}

.mainVisualWrap > div:nth-of-type(1) .barTitleC {
	opacity: .7;
}

.mainVisualWrap .barTitleC:after {
	background-color: #fff;
}

.modePC .mainVisualWrap .barTitleC48 p:nth-of-type(2) { font-size: 18px; }
.modeSP .mainVisualWrap .barTitleC48 p:nth-of-type(1) { font-size: 60px; line-height: 70px; }
.modeSP .mainVisualWrap .barTitleC48 p:nth-of-type(2) { font-size: 26px; }

.fixMainVisual {
	padding-bottom: 5000px;
}
.fixMainVisual footer,
.fixMainVisual .footLink,
.fixMainVisual .breadcrumb {
	display: none;
}
.modePC.fixMainVisual .wrapper {
	width: 100%;
	min-width: 1200px;
	position: fixed;
	top: 515px;
	left: 0;
}
.modeSP.fixMainVisual .wrapper {
	width: 750px;
	position: fixed;
	top: 1100px;
	left: 50%;
	margin-left: -375px;
}

.breadcrumb li:last-child a {
	cursor: default;
}
.breadcrumb li:last-child a:hover {
	opacity: 1;
}

/* barTitle
==========================================*/
.barTitleA {
	line-height: 1;
	letter-spacing: .02em;
}
.barTitleA:after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background-color: #000;
	margin-top: 15px;
}

.barTitleA p:nth-of-type(1) { font-weight: 300; }
.barTitleA24 p:nth-of-type(1) { font-size: 24px; line-height: 30px; }
.barTitleA36 p:nth-of-type(1) { font-size: 36px; line-height: 45px; }
.barTitleA48 p:nth-of-type(1) { font-size: 48px; line-height: 55px; }

.barTitleA p:nth-of-type(2) {
	line-height: 1;
}
.modePC .barTitleA p:nth-of-type(2) { font-size: 12px; margin: 27px 0 25px; }
.modeSP .barTitleA p:nth-of-type(2) { font-size: 18px; margin: 30px 0 25px; }
.modePC .barTitleA24 p:nth-of-type(2) { line-height: 16px; margin: 20px 0 13px; }
.modeSP .barTitleA24 p:nth-of-type(2) { line-height: 22px; margin: 28px 0 23px; }

.barTitleB {
	line-height: 1;
	letter-spacing: .02em;
	padding-left: 20px;
	position: relative;
}
.barTitleB:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #000;
}

.barTitleC {
	line-height: 1;
	letter-spacing: .02em;
	text-align: center;
}
.barTitleC:after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background-color: #000;
	margin: 15px auto 0;
}

.barTitleC p:nth-of-type(1) {
	font-size: 48px;
	font-weight: 300;
	line-height: 55px;
}

.modePC .modal .barTitleC p:nth-of-type(1) {
	font-size: 36px;
}

.modePC .barTitleC48 p:nth-of-type(2) {
	font-size: 15px;
	line-height: 1;
	margin: 27px 0 25px;
}
.modeSP .barTitleC48 p:nth-of-type(2) {
	font-size: 22px;
	line-height: 26px;
	margin: 23px 0 21px;
}

.barTitleD { line-height: 1; }
.modePC .barTitleD { font-size: 14px; }
.modeSP .barTitleD { font-size: 22px; }
.barTitleD:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #000;
	margin-top: 15px;
}
.modePC .barTitleD:after { width: 15px; }
.modeSP .barTitleD:after { width: 20px; }
.modePC .barTitleDBack:after { margin-left: 38px; }
.modeSP .barTitleDBack:after { margin-left: 38px; }
.barTitleD svg {
	vertical-align: middle;
	width: 17px;
	height: 10px;
	margin-left: 21px;
}
.barTitleDBack svg {
	margin-left: 0;
	margin-right: 21px;
}

/* breadcrumb
==========================================*/
.modePC .breadcrumb {
	min-width: 1200px;
	background-color: #fff;
	padding-top: 100px;
}
.modeSP .breadcrumb {
	display: none;
}

.modePC .breadcrumb ul {
	width: 960px;
	height: 10px;
	margin: 0 auto;
}

.modePC .breadcrumb li {
	font-size: 10px;
	float: left;
}
.modePC .breadcrumb li:nth-of-type(n+2) {
	margin-left: 15px;
}
.modePC .breadcrumb li:nth-of-type(n+2):before {
	content: ">";
	display: inline-block;
	margin-right: 15px;
}
.breadcrumb:after {
	clear: both;
	content: "";
	display: block;
}

/* iconDl
==========================================*/
.modePC .iconDl {
	line-height: 19px;
}
.modeSP .iconDl {
	line-height: 36px;
}

.iconDl dt {
	font-weight: bold;
}
.iconDl dt:after {
	content: ":";
	font-weight: normal;
	display: inline;
}
.modePC .iconDl dt { margin-top: 8px; }
.modeSP .iconDl dt { margin-top: 16px; }

.iconDl dt i { display: inline-block; }
.modePC .iconDl dt i { width: 30px; }
.modeSP .iconDl dt i { width: 64px; }

.iconDl dl svg { vertical-align: middle; }
.modePC .iconDl .ca svg { width: 15px; height: 17px; }
.modePC .iconDl .cl svg { width: 14px; height: 14px; }
.modePC .iconDl .wa svg { width: 15px; height: 15px; }
.modePC .iconDl .no svg { width: 13px; height: 17px; }
.modeSP .iconDl .ca svg { width: 30px; height: 33px; }
.modeSP .iconDl .cl svg { width: 33px; height: 33px; }
.modeSP .iconDl .wa svg { width: 30px; height: 30px; }
.modeSP .iconDl .no svg { width: 25px; height: 33px; }

.iconDl span { display: inline-block; }
.modePC .iconDl110 span { width: 60px; }
.modeSP .iconDl110 span { width: 125px; }
.modePC .iconDl140 span { width: 95px; }
.modeSP .iconDl140 span { width: 125px; }

.modePC .iconDl110 dd { margin: -19px 0 0 110px; }
.modeSP .iconDl110 dd { margin: -36px 0 0 210px; }
.modePC .iconDl140 dd { margin: -19px 0 0 140px; }
.modeSP .iconDl140 dd { margin: -36px 0 0 210px; }

/* dirNav
==========================================*/
.dirNav { margin: 0 auto; }
.modePC .dirNav { width: 960px; }
.modeSP .dirNav { width: 630px; }

.modePC .dirNav ul:after {
	content: "";
	display: block;
	clear: both;
}

.dirNav li {
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: cover;
	        background-size: cover;
	position: relative;
	overflow: hidden;
}
.modePC .dirNav li {
	float: left;
	width: 225px;
	height: 145px;
}
.modePC .dirNav li:nth-of-type(4n+1),
.modePC .dirNav li:nth-of-type(4n+2),
.modePC .dirNav li:nth-of-type(4n+3) { margin-right: 20px; }
.modePC .dirNav li:nth-of-type(n+5) { margin-top: 20px; }
.modeSP .dirNav li {
	width: 630px;
	height: 210px;
	margin-top: 20px;
}

.modePC .dirNav li:not(.current):before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.modePC .dirNav li:not(.current):before {
	background-color: rgba(0,0,0,.5);
	-webkit-transition: -webkit-transform .1s 0s;
	        transition:         transform .1s 0s;
	-webkit-transform: translateY(145px);
	        transform: translateY(145px);
}
.modePC .dirNav li:not(.current):hover:before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.dirNav a {
	display: block;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.3);
}
.dirNav .current a {
	cursor: default;
	background-color: rgba(255,255,255,.5);
}
.dirNav a:hover {
	opacity: 1;
}

.dirNav li p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.dirNav li .df {
	color: #fff;
	line-height: 1;
	-webkit-transition: opacity .3s 0s;
	        transition: opacity .3s 0s;
}
.modePC .dirNav li .df { font-size: 14px; }
.modeSP .dirNav li .df { font-size: 28px; }
.dirNav .current .df {
	color: #000;
}
.modePC .dirNav li:not(.current):hover .df {
	opacity: 0;
}

.dirNav li .df span { display: block; }
.modePC .dirNav li .df span { font-size: 10px; margin-top: 10px; }
.modeSP .dirNav li .df span { font-size: 20px; margin-top: 20px; }

.dirNav li .vm {
	color: #fff;
	opacity: 0;
}
.modePC .dirNav li:not(.current) .vm {
	-webkit-transition: opacity .2s 0s;
	        transition: opacity .2s 0s;
}
.modePC .dirNav li:not(.current):hover .vm {
	opacity: 1;
	-webkit-transition: opacity .3s .2s;
	        transition: opacity .3s .2s;
}
.modePC .dirNav li .vm { font-size: 10px; }
.modeSP .dirNav li .vm { font-size: 20px; }

.dirNav li .vm span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .08em;
	display: block;
	height: 1em;
	text-align: center;
}

.dirNav svg {
	color: #fff;
	display: block;
	width: 17px;
	height: 10px;
}
.modePC .dirNav svg { margin: 8px auto 0; }
.modeSP .dirNav svg { margin: 20px auto 0; }

/* stepNav
==========================================*/
.stepNav {
	margin: 0 auto;
	position: relative;
}
.modePC .stepNav {
	width: 500px;
	border-bottom: 3px solid #000;
}
.modeSP .stepNav {
	width: 475px;
	border-bottom: 5px solid #000;
}

.stepNav ol { position: relative; }
.modePC .stepNav ol { padding-top: 56px; }
.modeSP .stepNav ol { padding-top: 106px; }

.stepNav li {
	width: 0;
	height: 0;
	position: absolute;
}
.modePC .stepNav li { bottom: -2px; }
.modePC .stepNav li { bottom: -3px; }
.stepNav li:nth-of-type(1) { left: 0; }
.stepNav li:nth-of-type(2) { left: 50%; }
.stepNav li:nth-of-type(3) { right: 0; }

.stepNav li:before,
.stepNav .clear:after {
	content: "";
	display: block;
	border-radius: 50%;
	position: relative;
}
.stepNav li:before {
	background-color: #fff;
}
.modePC .stepNav li:before {
	width: 20px;
	height: 20px;
	border: 3px solid #000;
	top: -15px;
	left: -13px;
}
.modeSP .stepNav li:before {
	width: 40px;
	height: 40px;
	border: 5px solid #000;
	top: -26px;
	left: -26px;
}
.stepNav .clear:after {
	background-color: #000;
}
.modePC .stepNav .clear:after {
	width: 14px;
	height: 14px;
	top: -35px;
	left: -7px;
}
.modeSP .stepNav .clear:after {
	width: 30px;
	height: 30px;
	top: -66px;
	left: -16px;
}

.stepNav span {
	line-height: 1;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 200px;
	margin-left: -100px;
	position: absolute;
	left: 0;
}
.modePC .stepNav span {
	font-size: 23px;
	top: -61px;
}
.modeSP .stepNav span {
	font-size: 46px;
	top: -113px;
}

/* datepicker
==========================================*/
.ui-datepicker {
	display: none;
	background-color: #fff;
	padding: 25px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.modePC .ui-datepicker { border: 1px solid #000; }
.modeSP .ui-datepicker { border: 2px solid #000; }

.ui-datepicker-header {
	text-align: center;
	position: relative;
}
.modePC .ui-datepicker-header { height: 95px; }
.modeSP .ui-datepicker-header { height: 115px; }
.modePC .notAddWidgetOpt .ui-datepicker-header { height: 50px; }
.modeSP .notAddWidgetOpt .ui-datepicker-header { height: 70px; }

.ui-datepicker .addon {
	height: 35px;
	position: relative;
	text-align: center;
}

.ui-datepicker .addon p {
	line-height: 35px;
	letter-spacing: .1em;
}
.modePC .ui-datepicker .addon p { font-size: 12px; }
.modeSP .ui-datepicker .addon p { font-size: 15px; }

.ui-datepicker .addon a {
	display: block;
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.ui-datepicker .addon a svg,
.ui-datepicker .addon a span {
	line-height: 1;
	text-align: center;
	display: block;
}

.ui-datepicker .addon a svg {
	width: 18px;
	height: 18px;
	margin: 0 auto;
}

.ui-datepicker .addon a span {
	font-size: 8px;
	margin-top: 9px;
	white-space: nowrap;
}

.ui-datepicker-title {
	font-weight: bold;
	margin-top: 10px;
}
.notAddWidgetOpt .ui-datepicker-title {
	margin-top: 0;
}
.modePC .ui-datepicker-title {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
}
.modeSP .ui-datepicker-title {
	font-size: 22px;
	line-height: 70px;
	height: 70px;
}

.ui-datepicker-header > a {
	display: block;
	width: 25px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
.modePC .ui-datepicker-header > a { height: 50px; }
.modeSP .ui-datepicker-header > a { height: 70px; }
.ui-datepicker-header .ui-datepicker-next { right: 25px; }
.ui-datepicker-header .ui-datepicker-prev { left: 25px; }
.ui-datepicker-header .ui-state-disabled { display: none; }

.ui-datepicker-header > a svg { width: 25px; }
.modePC .ui-datepicker-header > a svg { height: 50px; }
.modeSP .ui-datepicker-header > a svg { height: 60px; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	text-align: center;
	vertical-align: top;
}
.modePC .ui-datepicker-calendar th,
.modePC .ui-datepicker-calendar td {
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
}
.modeSP .ui-datepicker-calendar th,
.modeSP .ui-datepicker-calendar td {
	font-size: 22px;
	line-height: 60px;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
}

.ui-datepicker-calendar thead {
	font-weight: bold;
}

.ui-state-default {
	font-weight: bold;
	text-align: center;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modePC .ui-state-default {
	width: 40px;
	height: 40px;
}
.modeSP .ui-state-default {
	width: 60px;
	height: 60px;
}

span.ui-state-default {
	color: #ccc;
}

a.ui-state-default {
	color: #fff;
	background-color: #ccc;
}

.modePC .ui-datepicker-today .ui-state-default {
	border: 1px solid #000;
}
.modeSP .ui-datepicker-today .ui-state-default {
	border: 2px solid #000;
}

.ui-datepicker-current-day .ui-state-default {
	color: #fff;
	background-color: #000;
}

/* header
==========================================*/
.modePC header {
	width: 100%;
	min-width: 1200px;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.modeSP header.open .p02 {
	position: fixed;
}
header .bar {
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 11;
}
.modePC header .bar {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	left: 0;
}
.modeSP header .bar {
	width: 750px;
	height: 110px;
	left: 50%;
	margin-left: -375px;
}
.modePC header .bar > p {
	font-size: 24px;
	line-height: 80px;
	padding-left: 60px;
}
.modeSP header .bar > p {
	font-size: 30px;
	line-height: 110px;
	padding-left: 60px;
}

header .bar > a {
	position: absolute;
}
.modePC header .bar > a {
	width: 40px;
	height: 41px;
	top: 9px;
	left: 60px;
}
.modeSP header .bar > a {
	width: 62px;
	height: 64px;
	top: 24px;
	left: 30px;
}

.modePC header .bar > a svg { width: 40px; height: 41px; }
.modeSP header .bar > a svg { width: 62px; height: 64px; }

header .u1 { position: absolute; }
.modePC header .u1 { right: 63px; top: 22px; }
.modeSP header .u1 { right: 30px; top: 26px; }

header .u1 li { float: left; }

.modePC header .u1 li { width: 30px; }

header .u1 a {
	text-align: center;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modePC header .u1 a { width: 30px; height: 30px; }
.modeSP header .u1 a { width: 59px; height: 60px; }

header .u1 svg {
	display: block;
	margin: 0 auto;
}
.modePC header .u1 li svg { width: 30px; height: 16px; }
.modeSP header .u1 li svg { width: 59px; height: 31px; }

header .u1 span {
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	display: block;
	height: 1em;
	margin: 0 auto;
}

.modePC header .u1 li span {
	font-size: 8px;
	margin-top: 7px;
}
.modeSP header .u1 li span {
	font-size: 16px;
	margin-top: 16px;
}

.modePC header .panelA {
	width: 100%;
	height: 245px;
	background-color: #fff;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s 0s, opacity 0s .3s;
	        transition:         transform .3s 0s, opacity 0s .3s;
	-webkit-transform: translateY(-305px);
	        transform: translateY(-305px);
}
.modePC header .panelB {
	width: 100%;
	height: 400px;
	background-color: #fff;
	position: absolute;
	top: 305px;
	left: 0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s 0s, opacity 0s .3s;
	        transition:         transform .3s 0s, opacity 0s .3s;
	-webkit-transform: translateY(-705px);
	        transform: translateY(-705px);
}

.modeSP header .panelA {
	background-color: #fff;
	width: 750px;
	padding-bottom: 100px;
	position: fixed;
	top: 110px;
	bottom: 0;
	left: 50%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	margin-left: -375px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-1680px);
	        transform: translateY(-1680px);
	-webkit-transition: -webkit-transform .3s 0s, opacity 0s .3s;
	        transition:         transform .3s 0s, opacity 0s .3s;
}
.modeSP header .panelB {
	display: none;
}

.modePC header .txt {
	width: 960px;
	margin: 0px auto 0;
	padding-left: 40px;
}
.modeSP header .txt {
	padding: 0 40px;
}

.modePC header .txt ul {
	width: 240px;
	float: left;
}
.modePC header .txt:after {
	content: "";
	display: block;
	clear: both;
}

header .txt li {
	color: #999;
}
.modePC header .txt li {
	font-size: 12px;
	line-height: 24px;
	margin-top: 16px;
}
.modeSP header .txt li {
	font-size: 30px;
	line-height: 48px;
	margin-top: 52px;
}

header .txt a {
	color: #000;
	display: block;
}
.modePC header .txt .active {
	font-weight: bold;
	cursor: default;
}

header .txt svg { fill: #999; }
header .txt a svg { fill: #000; }
.modePC header .txt svg {
	height: 24px;
	width: 24px;
	margin-right: 8px;
}
.modeSP header .txt svg {
	height: 48px;
	width: 48px;
	margin-right: 30px;
}

.modeSP header .txt ul:nth-of-type(4):after {
	content: "";
	display: block;
	clear: both;
}
.modeSP header .txt ul:nth-of-type(4) li {
	width: 25%;
	text-align: center;
	float: left;
}
.modeSP header .txt ul:nth-of-type(4) li:nth-of-type(4) { display: none; }

.modeSP header .txt ul:nth-of-type(4) svg {
	display: block;
	margin: 0 auto 10px;
}

.modePC header .txt ul:nth-of-type(4) .s1 {
	width: 9px;
	height: 8px;
	vertical-align: middle;
	margin-left: 5px;
}
.modeSP header .txt ul:nth-of-type(4) .s1 {
	vertical-align: middle;
	width: 17px;
	height: 16px;
	display: inline-block;
	margin: 0;
}

.modePC header .txt > p { display: none; }
.modeSP header .txt > p { margin-top: 72px; }

.modeSP header .txt > p a {
	font-size: 30px;
	line-height: 48px;
}

.modeSP header .txt > p svg {
	vertical-align: middle;
}
.modeSP header .txt > p .s2 {
	width: 48px;
	height: 48px;
	margin-right: 30px;
}
.modeSP header .txt > p .s3 {
	width: 17px;
	height: 10px;
	margin-left: 20px;
}

.modePC header .bnr {
	width: 965px;
	height: 325px;
	margin: 0 auto;
}

.modePC header .bnr ul {
	width: 963px;
	height: 323px;
	background: center no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
	background-clip: border-box;
	border: 1px solid #fff;
	display: none;
}
.modePC header .bnr .bnr1 { background-image: url(/img/common/head_img01.jpg); }
.modePC header .bnr .bnr2 { background-image: url(/img/common/head_img02.jpg); }
.modePC header .bnr .bnr3 { background-image: url(/img/common/head_img03.jpg); }
.modePC header .bnr .bnr4 { background-image: url(/img/common/head_img04.jpg); }
.modePC header .bnr .bnr5 { background-image: url(/img/common/head_img05.jpg); }
.modePC header .bnr .bnr6 { background-image: url(/img/common/head_img06.jpg); }
.modePC header .bnr .bnr7 { background-image: url(/img/common/head_img07.jpg); }

.modePC header.view-bnr1 .bnr1,
.modePC header.view-bnr2 .bnr2,
.modePC header.view-bnr3 .bnr3,
.modePC header.view-bnr4 .bnr4,
.modePC header.view-bnr5 .bnr5,
.modePC header.view-bnr6 .bnr6,
.modePC header.view-bnr7 .bnr7 { display: block; }

.modePC header .bnr li {
	float: left;
	width: 240px;
	height: 80px;
	margin-left: 1px;
	margin-top: 1px;
	position: relative;
}
.modePC header .bnr li:nth-of-type(-n+4) { margin-top: 0; }
.modePC header .bnr li:nth-of-type(4n+1) { margin-left: 0;}
.modePC header .bnr li:empty { background-color: rgba(0,0,0,.24); }
.modePC header .bnr .current:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modePC header .bnr a {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding-top: 26px;
	background-color: rgba(0,0,0,.80);
	display: block;
	position: relative;
	height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color .3s;
	        transition: background-color .3s;
}
.modePC header .bnr a:hover {
	opacity: 1;
	background-color: rgba(0,0,0,.5);
}
.modePC header .bnr .current a {
	color: #000;
	background-color: rgba(255,255,255,.80);
}

.modePC header .bnr a span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 10px;
	display: block;
	margin-bottom: 9px;
}

.modePC header .copy {
	width: 960px;
	height: 22px;
	position: absolute;
	top: 337px;
	left: 50%;
	margin-left: -480px;
}

.modePC header .copy {
	font-size: 10px;
	line-height: 17px;
	vertical-align: bottom;
}

.modePC header .copy img {
	height: 22px;
	margin-left: 17px;
	vertical-align: bottom;
}
/* header menu
==========================================*/
header .p01 {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 18;
}
header.open .p01 {
	display: block;
}
header .p02 {
	color: #000;
	letter-spacing: .04em;
	background-color: #fff;
	width: 0;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
	-webkit-transition: width .3s;
	        transition: width .3s;
	z-index: 20;
}
.modePC header.open .p02 { width: 460px;}
.modeSP header.open .p02 { width: 710px;}

header .p02 > a.close {
	display: block;
	position: absolute;
	top: 20px;
	right: 60px;
	text-align: center;
}
.modePC header .p02 > a.close { width: 40px; height: 40px; }
.modeSP header .p02 > a.close { width: 80px; height: 80px; }

.modePC header .p02 > a.close svg { width: 20px; height: 20px; }
.modeSP header .p02 > a.close svg { width: 40px; height: 40px; }

.modePC header .p02 dl {
	width: 340px;
	margin: 126px 0 25px 10px;
}
.modeSP header .p02 dl {
	width: 600px;
	margin: 130px 0 50px 80px;
}

.modePC header .p02 dt {
	height: 32px;
	margin-top: 27px;
}
.modeSP header .p02 dt {
	height: 50px;
	margin-top: 35px;
}
header .p02 .toggle {
	background: url(/img/head/nav10.png) right center no-repeat;
}
header .p02 .open {
	background: url(/img/head/nav11.png) right center no-repeat;

}
.modePC header .p02 .toggle,
.modePC header .p02 .open {
	-webkit-background-size: auto 100%;
	        background-size: auto 100%;
}
.modeSP header .p02 .toggle,
.modeSP header .p02 .open {
	-webkit-background-size: auto 45px;
	        background-size: auto 45px;
}

header .p02 dt a {
	font-weight: bold;
	display: block;
	background: left center no-repeat;
	-webkit-background-size: auto 100%;
	        background-size: auto 100%;
}
.modePC header .p02 dt a {
	font-size: 20px;
	line-height: 32px;
	height: 32px;
	padding-left: 55px;
}
.modeSP header .p02 dt a {
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	padding-left: 80px;
}

header .p02 dd ul { display: none;}
.modePC header .p02 dd ul { margin-left: 55px;}
.modeSP header .p02 dd ul { margin-left: 80px;}

.modePC header .p02 dd li {
	height: 30px;
	margin-top: 16px;
	margin-left: 20px;
}
.modeSP header .p02 dd li {
	height: 50px;
	margin-top: 27px;
	margin-left: 20px;
}
header .p02 dd li.top {
	margin-left: 0;
}

header .p02 dd a {
	display: block;
	/* background: url(/img/head/nav12.png) left center no-repeat; */
}
.modePC header .p02 dd a {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	-webkit-background-size: auto 10px;
	        background-size: auto 10px;
}
.modeSP header .p02 dd a {
	font-size: 28px;
	line-height: 50px;
	height: 50px;
	padding-left: 24px;
	-webkit-background-size: auto 14px;
	        background-size: auto 14px;
}
.modeSP header .p02 .toggle,
.modeSP header .p02 .open {
	-webkit-background-size: 26px auto;
	        background-size: 26px auto;
}

header .p02 > a.login { margin-top: 100px; }

/* footLink
==========================================*/
.footLink {
	background-color: #fff;
}
.modeSP .footLink {
	margin-bottom: -1px;
}
.footLink > dl {
	background-color: #ececec;
}
.footLink > p {
	margin: 40px auto 0;
}
.modePC .footLink > p {
	width: 960px;
	text-align: right;
}
.modeSP .footLink > p { text-align: center; }

.footLink dl {
	padding-top: 100px;
	padding-bottom: 10px;
}
.footLink dt,
.footLink dd {
	margin: auto;
	padding: 0;
}
.modePC .footLink dt,
.modePC .footLink dd {
	width: 960px;
}
.modeSP .footLink dt,
.modeSP .footLink dd {
	width: 630px;
}
.footLink dt.barTitleB:before {
	left: -20px;
}
.modePC .footLink dt {
	font-size: 15px;
}
.modeSP .footLink dt {
	font-size: 28px;
}
.footLink dd {
	margin-top: 40px;
	margin-bottom: 100px;
}
.modeSP .footLink dd .btnA {
	margin-top: 30px;
}
.modePC .footLink dd p {
	width: 600px;
	display: inline-block;
}
.modePC .footLink dd .btnA {
	float: right;
}


/* footer
==========================================*/
footer {
	background-color: #fff;
	padding-bottom: 200px;
	position: relative;
}
.modeSP footer {
	padding-top: 80px;
}
footer > a {
	background: #000;
	width: 80px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
footer > a svg {
	color: #fff;
	width: 20px;
	height: 20px;
	margin-top: 30px;
}

footer > div {
	margin: 0 auto;
	text-align: center;
}
footer a {
	display: block;
}
.modePC footer > div {
	width: 1200px;
	padding-top: 40px;
}
.modeSP footer > div {
	width: 750px;
	padding-bottom: 95px;
	overflow: hidden;
}
footer > div:before {
	display: block;
	height: 4px;
	background-color: #ececec;
	content: "";
}
.modePC footer > div:before { margin-bottom: 100px; }
.modeSP footer > div:before { margin-bottom: 140px; }
.modePC footer > div p { margin-top: 40px; }
.modeSP footer > div p { margin-top: 50px; }

/* 404
==========================================*/
#e404 .box01 { text-align: center; }
.modePC#e404 .box01 { padding-top: 140px; }
.modeSP#e404 .box01 { padding-top: 230px; }

.modePC#e404 .box01 svg { width: 86px; height: 132px; }
.modeSP#e404 .box01 svg { width: 109px; height: 169px; }

#e404 .box01 p {
	line-height: 1;
}
.modePC#e404 .box01 p {
	font-size: 22px;
	margin-top: 28px;
}
.modeSP#e404 .box01 p {
	font-size: 14px;
	margin-top: 56px;
}

.modePC#e404 .box02 { margin-top: 180px; }
.modeSP#e404 .box02 { margin: 250px 60px 0; }

/* orientationNtoice
==========================================*/
.orientationNtoice,
.modePC.modeSP .orientationNtoice {
	display: none;
}
@media all and (orientation: landscape) {
	.modeSP {
		overflow: hidden;
		height: 100%
	}
	.modeSP .orientationNtoice {
		background: #f9f9f9 url(/img/common/orientationNtoice.png) no-repeat;
		background-size: 60px 60px;
		background-position: 50% 63% ;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 100;
		color: #000;
		height: 100%;
		width: 100%;
	display: table;
	}
	.modeSP .orientationNtoice p{
		text-align: center;
		width: 50%;
		position: absolute;
		top: 30%;
		left: 50%;
		margin-left: -25%;
	}
}
/* debug
==========================================*/
.debugBox > div {
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 10;
}

.debugBox .posi {
	z-index: 100;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.debugBox .fire {
	z-index: 101;
	border-bottom: 1px solid rgba(255, 0, 0, .5);
}

.debugBox > div span {
	color: #333;
	font-size: 10px;
	line-height: 1;
	font-family: monospace;
	position: absolute;
	left: 0;
	bottom: -6px;
	display: inline-block;
	height: 12px;
	padding: 0 5px;
}

.debugBox .posi span {
	background-color: rgba(0, 0, 0, .1);
}

.debugHost {
	width: 100%;
	height: 0;
	text-align: center;
	position: fixed;
	z-index: 100;
	top: 15px;
	left: 50%;
	margin-left: -50%;
}

.debugHost span {
	color: #fff;
	text-shadow: 2px solid #000;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	padding: 4px 10px;
}
/* logon logoff logi logout
==========================================*/
header .u1 .l14,
header .u1 .l13,
header .u1 .l12 { display: none; }
.logoff header .u1 .l14 { display: list-item; }
.logon header .u1 .l13 { display: list-item; }
.logon header .u1 .l12 { display: list-item; }

/* modal
==========================================*/
.modePC.modalOpen {
    overflow: hidden;
}

.modeSP.modalOpen .wrapper,
.modeSP.modalOpen footer {
    display: none;
}

.modalWrap {
    background-color: rgba(0, 0, 0, .8);
    padding: 20px 0;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modePC .modalWrap {
    min-width: 1200px;
}
.modalOpen .modalWrap {
    display: block;
}

.modal {
    background-color: #fff;
    position: relative;
    margin: 30px auto;
}

.modePC .modal { width: 800px; }
.modeSP .modal { width: 640px; }

.modal > a {
    color: #000;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.modePC .modal > a { font-size: 10px; width: 50px; height: 50px; }
.modeSP .modal > a { font-size: 16px; width: 70px; height: 70px;padding: 25px 10px 0 0; }

.modal > div { text-align: center; }
.modePC .modal > div { padding: 100px; }
.modeSP .modal > div { padding: 70px 50px 50px; }
.modeSP .barTitleC p:nth-of-type(1){
	font-size: 36px;
}

.modal button {
	background-color: transparent;
}
.modal .box02 {
	margin: 50px 0 100px 0;
	/*
	color: #f00;
	*/
}
.modal > a > svg {
	fill: #000;
}
.modePC .modal .b1 {
	width: auto;
	text-align: center;
	margin: 60px auto;
}
.modeSP .modal .b1 {
	width: 100%;
	text-align: center;
	margin: 60px auto;
}
.modePC .modal > a > svg { width: 16px; height: 16px; }
.modeSP .modal > a > svg { width: 33px; height: 33px; }

/* help
==========================================*/
.help {
	background-color: #000;
	position: absolute;
}
.help:after {
	content: "?";
	color: #fff;
	font-weight: bold;
}
.modePC .help {
	width: 22px !important;
	height: 22px;
	margin: 0 10px;
	border-radius: 11px;
}
.modePC .help:after {
	padding-left: 6px;
	font-size: 20px;
}
.modeSP .help {
	width: 37px !important;
	height: 37px;
	margin: 0 20px;
	border-radius: 19px;
}
.modeSP .help:after {
	padding-left: 12px;
	font-size: 28px;
}

/* table
==========================================*/

table {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-collapse: collapse;
	width: 100%;
}
table th,
table td {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bold;
	vertical-align: middle;
	width: 200px;
}
.modePC table th,
.modePC table td {
	font-size: 14px;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.modeSP table th,
.modeSP table td {
	font-size: 22px;
}
table th {
	background-color: #f4f4f4;
	text-align: left;
}
table th.yen {
	padding-left: 35px;
}

table tr:nth-of-type(1) th {
	background-color: #000;
	color: #fff;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 62px;
}
.modePC table tr:hover {
	background: #eee;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
	    -ms-transition: .2s;
	     -o-transition: .2s;
	        transition: .2s;
}
table td {
	text-align: center;
	font-weight: normal;
		-webkit-box-sizing: border-box;
 	        box-sizing: border-box;
}
.modePC table td:hover { font-weight: bold; }
/*
.modePC table td:nth-of-type(2) {width: 182px;}
.modePC table td:nth-of-type(3) {width: 194px;}
.modePC table td:nth-of-type(4) {width: 196px;}
.modePC table td:nth-of-type(5) {width: 274px;}
*/

.modeSP table {
	border: none;
}
.modeSP table thead {
	display: none;
}
.modeSP table td.title {
	background: #000;
	color: #fff;
	text-align: left;
}
.modeSP table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	padding-left: 50px;
}
.modePC table .btnA {
	width: 135px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
}

/* box12
==========================================*/
.box12 {
	text-align: center;
	margin-top: 100px;
}
.modeSP .box12 {
	width: 690px;
	margin: 100px auto 0;
}

.modePC .box12 h2 { margin: 100px auto; }
.modeSP .box12 h2 { margin: 150px auto 80px; }

.modePC .box12 h3 { font-size: 14px; }
.modeSP .box12 h3 { font-size: 28px; }

.box12 > p { text-align: left; }
.modePC .box12 > p { margin: 40px auto; width: 700px; }
.modeSP .box12 > p { margin: 50px auto; }

/* bgVideo
==========================================*/
.modePC .bgVideo {
	overflow: hidden;
	height: calc(100vh - 80px);
}
.modePC .bgVideo > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.modePC .justH.bgVideo > div {
	height: 100vh !important;
	width: calc( 100vh / 562*1000 ) !important;
}
.modePC .justW.bgVideo > div {
	width: 100vw !important;
	height: calc( 100vw * 0.562 ) !important;
}
