@charset "utf-8";
/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:0;}
iframe img{max-width:none !important; border:0;}

body * {
	box-sizing: border-box;
}

.printOnly {
	display: none;
}


/* --------------
 clearfix
-------------- */
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
html body {
	color: #333;
	background: #fff;
	font: 14px/1.4  "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sans-serif {
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	word-break: break-word !important;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

	
/* link */
a {
	color: #1E1B1A;
/*	word-break: break-all;*/
	word-break: break-word;
	text-decoration: none;
}
a:hover {
	color: #231815;
}
a img {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
	opacity:0.7;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.break {
	word-break: break-all;
}



.inlineblock { display: inline-block !important; }
.block { display: block !important; }


.pointer {
	cursor: pointer;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }


/* ---------- font weight */
.thin {	font-weight: 100;}
.demilight {	font-weight: 300;}
.normal {	font-weight: 400;}
.midium {	font-weight: 500;}
.bold {	font-weight: 700;}
.black {	font-weight: 900;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}
.alm { vertical-align: middle !important;}

.alj {	
	/* 文字均等割付 */
 text-align: justify !important;
 text-justify: inter-ideograph !important;
}


/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */

.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb3 {	margin-bottom: 3px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt3 {	margin-top: 3px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt50 {	margin-top: 50px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb3 {	padding-bottom: 3px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt3 {	padding-top: 3px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

.pl0 {	padding-left: 0px !important;}
.pl3 {	padding-left: 3px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}

.pr0 {	padding-right: 0px !important;}
.pr3 {	padding-right: 3px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}

/* ----- text */

.clNormal { color: #000; }

.clWt { color: #fff; }
.clGray { color: #777; }
.clBk { color: #000; }

.clRed { color: #E71F22; }
.clYlw { color: #ffeb0e; }
.clBlue { color: #1845bf; }
.clGrn { color: #409347; }
.clPink { color: #e46c7d; }
.clOg { color: #eb621f; }
.clPpl { color: #844ACC; }
.clBeige { color: #b3a89a; }
.clPBlue { color: #33c6ff; }


.cl-notice { color: #FF1317; }
.cl-warning { color: #EF4245; }
.cl-hidden { color: #DCDCDC; }

.cl-pdf { color:#D8190C; }
.cl-word { color:#265195; }
.cl-excel { color:#1E6E42; }

.cl-facebook { color: #3B5998; }
.cl-twitter { color: #55acee; }

mark {
	 color: inherit;
	 background: #b1f097;
}


.cl-keycolor { color: #11376E; }

.cl-subcolorA1 { color: #EBF3FF;}
.cl-subcolorA2 { color: #007CBA;}

.cl-subcolorB1 { color: #0EAA67;}
.cl-subcolorB2 { color: #eee;}

.cl-subcolorC1 { color: #ffeb0e;}
.cl-subcolorC1 { color: #333333;}

.lh10 {	line-height: 1.0;}
.lh12 {	line-height: 1.2;}
.lh15 {	line-height: 1.5;}
.lh18 {	line-height: 1.8;}
.lh20 {	line-height: 2.0;}


/* ----- list */
.ulDisc {
	margin-left: 2em;
	list-style: outside disc;
}

.olDecimal {
	margin-left: 2em;
	list-style: outside decimal;
}

.ulDisc li, .olDecimal li {
	margin-bottom: 5px;
}

/* ----- decoration (button, etc...) */


.bgBox { padding: 10px; }
.bg-color { padding: 1rem 0;}
.bgWt { background-color: #fff !important; }
.bgBk { background-color: #000 !important; }
.bgGray { background-color: #666 !important; }

.bg-keycolor { background-color: #11376E !important; }

.bg-subcolorA1 { background-color: #EBF3FF !important;}
.bg-subcolorA2 { background-color: #007CBA !important;}

.bg-subcolorB1 { background-color: #0EAA67 !important;}

hr {
	width: 100%;
	height: 1px;
	border-style: none;
	background: #11376E;
	margin-top: .5em;
	margin-bottom: .5em;
}

.bdrR5 {
	border-radius: 5px;
	overflow: hidden !important;
}

.bdrR10 {
	border-radius: 10px;
	overflow: hidden !important;
}
.bdrR20 {
	border-radius: 20px;
	overflow: hidden !important;
}
.bdrR30 {
	border-radius: 30px;
	overflow: hidden !important;
}
.bdrAll2-gray {
	 border: #aaa solid 2px;
}

/* ----- button */


/* ----- youtube */


.youtubeBox {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.youtubeBox iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}



/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
	position: relative;
	z-index: 9999;
}

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
}


#siteHeader .subHeader {
}

#siteHeader .logo {
}

/* =container
-------------------------------------------------------------- **/
#container {
	margin-top: 2rem;
}


.clm2 > .fll > a,
.clm3 > .fll > a,
.clm4 > .fll > a,
.clm5 > .fll > a,
.clm6 > .fll > a,
.spclm2 > .fll > a,
.spclm3 > .fll > a
.spclm4 > .fll > a,
.spclm5 > .fll > a,
.spclm6 > .fll > a {
	display: block;
	text-decoration: none;
}


/* =headline / titles
---------------------------------------------------- */
.contents h1 {
	font-size: 1.5em;
	clear: both;
	margin-bottom: .5rem;
}
.pageTtl {
	font-size: 2.0rem;
	margin-bottom: 1rem;
}

.contents h2 {
	margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.6em;
    line-height: 1.1em;
    /* border-bottom: 2px solid #00A5D5; */
    padding-bottom: .3em;
    background: #E8342F;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding: 1em;
}


.contents h3 {
	/*margin-top: 1rem;*/
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 1.2em;
	line-height: 1.1em;
	
	border-left: 3px solid #00A5D5;
	padding-left: .3em;
}
.contents h4 {
	margin-top: 1rem;
	margin-bottom: .5rem;
	font-size: 1.1em;
	line-height: 1.1em;
}
.contents h5 {
	margin-top: 1rem;
	margin-bottom: .5rem;
	font-size: 1.0em;
	line-height: 1.1em;
}

/* コンテンツ中身 */
.contents p {
	margin-bottom: 1rem;
}
/* テーブル */
.contents table, .contents table td, .contents table th {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.contents table {
	width: 100%;
	margin-bottom: 1rem;
}
.contents table th, .contents table td {
	padding: 5px 10px;
}
.contents table th {
	background: #f3feff;
	vertical-align: top;
}
.contents table td {
	background: #fff;
}




/* 画像中央寄せトリミング */
.centerPhoto {
	position: relative;
	/*width: 100%;*/
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	
}

.centerPhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.centerPhoto.imgBnrFeature img {
	max-width: none !important;
	width: 120%;
}

/* 64:27 */
.centerPhoto.size6427 {
	padding-top: 42.18%;
}

/* 4:3 */
.centerPhoto.size43 {
	padding-top: 75%;
}
/* 1:1 */
.centerPhoto.size11 {
	padding-top: 100%;
}
.centerPhoto.size11 img {
	max-width: none !important;
	max-height: 100% !important;
}

.formDeco select {
	cursor: pointer;	
	padding: 3px 5px;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arwB-select.png) right 50% no-repeat;
	background-size: 22px 33px;
  border: 1px solid #999;
	
	
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
	
}
.formDeco select::-ms-expand {
  display: none;
}

.formDeco select option[value=""] {
	/*color: #aaa;*/
}



.formDeco input[type=checkbox],
.formDeco input[type=radio] {
  display: none;
}
.formDeco input[type=checkbox] + span,
.formDeco input[type=radio] + span {
	display: inline-block;
	padding: 8px;
  padding-left: 20px;
  position:relative;
	cursor: pointer;
}
.formDeco input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
	margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 3px;
	background: #fff;
}
.formDeco input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
	bottom: 0;
  left: 5px;
	margin: auto;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e8342f;
  border-right: 3px solid #e8342f;
}

.formDeco input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: .5px solid #999;
  border-radius: 50%;
	background: #fff;
	z-index: 3;
	transform: translate(0,-50%);
}
.formDeco input[type=radio]:checked + span:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #e8342f;
  border-radius: 50%;
	transform: translate(0,-50%);
	z-index: 4;
}

.formDeco input[type=checkbox]:checked + span,
.formDeco input[type=radio]:checked + span {
	font-weight: bold;
	background: #fff3b2;
}

.formDeco textarea {
	width: 100%;
	height: 5em;
	font-size: 16px!important;
}

.formDeco input[type=text],.formDeco input[type=tel] {
	padding: .3em;
    font-size: 16px!important;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 108%;
    text-align: left;
}

.formDeco input[name=email] {
	font-size: 16px!important;
}


input:focus {
    outline-color: #ea6864;
}

.quesBox {
	padding: 2%;
	border-bottom: 1px solid #DDDDDD;
}

.quesGroup:first-of-type > .quesBox {
	border-bottom: none;
	border-top: 1px solid #DDDDDD;
}

.confirm .quesGroup:first-of-type > .quesBox {
	border-bottom: 1px solid #DDDDDD;
	border-top: none;
}


.errorBox {
	border: 2px solid #ea271c;
	padding: 1.5em;
}
.errorBox+.errorBox {
	border-top-width: 0;
}
.errorBox > p ,.errmsg {
	color: #ea271c;
	font-weight: 800;
}

.quesBox input {
	margin: 1px;
}
.quesBox dt{
	font-weight: 800;
}
/*
input:read-only,
textarea:read-only {
	border: 0;
	outline: 0;
}
*/
.btnSubmit {
	text-align: center;
	margin-top: 4em;
}

.btnSubmit > input,.btnSubmit > button {
	font-size: 1.4em;
    display: inline-block;
    margin: auto 0;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.3em 15%;
	border-radius: 3px 3px 3px 3px;
    
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.confirm dd {
    color: #737373;
    font-weight: 700;
}

.btnSubmit > .submit{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea6864+0,e8342f+100 */
	background: #ea6864; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea6864 0%, #e8342f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ea6864 0%,#e8342f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ea6864 0%,#e8342f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6864', endColorstr='#e8342f',GradientType=0 ); /* IE6-9 */

}
.btnSubmit > .submit:disabled{
	filter: grayscale(100%);
}
.btnSubmit > .backbtn {
	background: #313131;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d5d5d+0,313131+100 */
	background: #5d5d5d; /* Old browsers */
	background: -moz-linear-gradient(top, #5d5d5d 0%, #313131 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5d5d5d 0%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5d5d5d 0%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
}

ul.ansItemList{
	display:inline-block;
}

.ansItemList li {
	margin-top: 0.5em;	
}

dt.required:after {
    content: attr(data-required);
    color: #ea271c;
	white-space: nowrap;
}

.confirmTxt {
	background: #F1F1F1;
	padding: 2em;
}
/*
input[readonly] {
	border: none!important;
    box-shadow: none!important;
}
*/

.btn_Yellow {
	display: inline-block;
	margin: .5em 0;
	padding: .5em 2%;
	width: 96%;
	text-decoration: none!important;
	color: #333;
	border: 0;
	border-radius: 3px;
	/* other browser */
	background: #ffc571;
	/* for old webkit */
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #ffce87),
	color-stop(1.00, #ffc571)
	);
	/* for modern browser */
	background: linear-gradient(
	to bottom,
	#ffce87 0%,
	#ffc571 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
}

.btn_Red {
    border: hidden;
    border-radius: 3px 3px 3px 3px;
    background: #e8342f;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ea6864), color-stop(1.00, #e8342f) );
    background: linear-gradient( to bottom, #ea6864 0%, #e8342f 100% );
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
	padding: 0.3em;
	text-decoration: none!important;
}

.btn_Lemon {
    border: hidden;
    border-radius: 3px 3px 3px 3px;
    background: #f98c15;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #efbb84), color-stop(1.00, #f98c15) );
    /*background: linear-gradient( to bottom, #f98c15 0%, #efbb84 100% );
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);*/
    color: #FFFFFF;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
	padding: 0.3em;
	display: inline-block;
	text-decoration: none!important;
}

.btn_Yellow:hover,.btn_Red:hover,.btn_Lemon:hover {
	opacity: .9;
}

button[disabled].btn_Yellow,button[disabled].btn_Red,a[disabled].btn_Lemon {
	filter: grayscale(100%);
}

button[disabled].btn_Yellow {
	/* other browser */
	background: #ffc571;
	/* for old webkit */
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #ffc571),
	color-stop(1.00, #ffce87)
	);
	/* for modern browser */
	background: linear-gradient(
	to bottom,
	#ffc571 0%,
	#ffce87 100%
	);
}

button[disabled].btn_Red {
	background: #e8342f;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #e8342f), color-stop(1.00, #ea6864) );
    background: linear-gradient( to bottom, #e8342f 0%, #ea6864 100% );
}

a[disabled].btn_Lemon {
	background: #f98c15;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #f98c15), color-stop(1.00, #efbb84) );
    background: linear-gradient( to bottom, #f98c15 0%, #efbb84 100% );
}


.login_form h2,.trouble_page h2.head_txt,.app_use h2.head_txt {
	margin: 0;
    padding: 10px;
    background: #e8342f;
    color: #FFFFFF;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
}



.btn_pre {
  display: inline-block;
	width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #c21f7e;
  font-size: 35px;
  color: #c21f7e;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn_pre:hover {
  background-color: #c21f7e;
  border-color: #c66a7e;
  color: #FFF;
}

.btn_pre_gai {
  display: inline-block;
	width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #0080ff;
  font-size: 30px;
  color: #0080ff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn_pre_gai:hover {
  background-color: #0080ff;
  border-color: #0055ff;
  color: #FFF;
}

.btn_mypage_top {
  display: inline-block;
	width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #ff8800;
  font-size: 35px;
  color: #ff8800;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: .4s;
}

.btn_mypage_top:hover {
  background-color: #ffb929;
  color: #FFF;
}

.btn_mypage {
  display: inline-block;
	width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #e8342f;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: .4s;
  background-color: #e8342f;
  color: #FFF;
}

.btn_mypage:hover {
  background-color: #FFF;
  color: #e8342f;
}

.btn_top {
  display: inline-block;
	width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #4169e1;
  font-size: 40px;
  color: #fff;
  background-color:#4169e1;
  text-decoration: none !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn_top:hover {
  background-color: #FFF;
  color: #4169e1;
}

/* =footer
-------------------------------------------------------------- **/
#footer {
	background: #4169e1;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}

#footer p + p {
	margin-top: 1em;
}

#footer_pre {
	background: #fff586;
	color: #000;
	text-align: center;
	padding: 2em 0;
}
#footer_pre p + p {
	margin-top: 2em;
}

/* =copyright
---------------------------------------------------- */
#copyright {
	padding: 7px 0;
	text-align: center;
	font-size: .7em;
	background: #11376E;
	color: #fff;
}

/* --------------
 page contents
-------------- */

/* =XXX
---------------------------------------------------- */





/* =coupon.php
---------------------------------------------------- */
/*.coupon_use a,.wall_use a,.app_use a,.thanks a:not([class]),.trouble_page a:not([class]){*/
.app_use a:not([class]),.thanks a:not([class]),.trouble_page a:not([class]){
	text-decoration: underline;
	color: #E8342F;
}

/*.coupon_use a:hover,.wall_use a:hover,.app_use a:hover,.thanks a:not([class]):hover,.trouble_page a:not([class]):hover{*/
.app_use a:not([class]):hover,.thanks a:not([class]):hover,.trouble_page a:not([class]):hover{
	color: #FF8B88;
}

.coupon_use .coupon_btn,.wall_use .wall_btn {
	margin: 4em 2em;
    text-align: center;
}
.coupon_btn form,.wall_btn form {
	display: inline-block;
}


/* =application.php
---------------------------------------------------- */

.app_submit{	
	text-align: center;
}

.app_submit button{
	font-size: 1.2em;
	margin: 2em auto;
	width: 44vw;
}

.pre_submit{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e8342f;/*ボタン色*/
  color: #FFF;
  border-radius: 3px;
  border-bottom: solid 3px #AF1013;
  width: 300px;
  font-size: 250%;
}
.pre_submit:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.pre_box{
	position: relative;
	margin: 2em auto; 
	padding: 1.2em; 
	width: 90%; 
	color: #000000; 
	background-color: #fff; 
	border: 6px double #ea271c;
}

.double-border {
    width:96%;
    border:3px solid #f00;
    outline: 1px solid #f00; /* 線幅、線のスタイル、カラー */
	outline-offset: -10px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	padding:2%;
}    

.inf_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*font-size: 1.2em;*/
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.inf_box p {
    margin: 0; 
    padding: 0;
    text-align:center;
}

.inf_box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*font-size: 1.2em;*/
    /*font-weight: bold;*/
    /*color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.inf_box1 p {
    margin: 0; 
    padding: 0;
    text-align:left;
}

.inf_box1 h2 {
	margin-bottom: 10px;
    padding: 10px;
    background: #e8342f;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.display_none{
	display:none;
}
.display_block{
	display:block;
}


/* 言語選択 */
nav.lang {
	background-color: #4169e1 !important;
    text-align: right;
	/*
    position: absolute;
    right: 0;
    top: 11px;
	*/
    width: 100%;
	height:40px;
}

nav.lang li {
    vertical-align: middle;
    display: inline-block;
    margin: 10px 5px;
}

nav.lang li a {
    /*color: #fff;*/
    /*-webkit-text-stroke: 0.2px #fff;*/
    /*font-size: 12px;
    font-size: 1.2rem;*/
    position: relative;
}

nav.lang li a.clRed {
	color:#f00;
}

/*spot*/
.btnA {
	display: inline-block;
	/*margin: 3px 0;*/
	padding: 10px 20px;
	border-radius: 3px;
	border: #fff solid 1px;
	color: #fff;
	text-decoration: none;
	background: #000080;
	box-shadow: 0 -2px 0 rgba(0,0,0,.25) inset;
	word-break: keep-all !important;
	white-space: nowrap !important;
	vertical-align: middle;
 	font-size: 18px;
}

.btnA.og {
	background: #EB7D44;
}
.btnA.red {
	background: #F00;
	color:#FFF !important;
}
.btnA.grn {
	background: #57AC5E;
}
.btnA.sort {
	padding: .1em .3em;
	line-height: 1;
	background: #888;
	font-size: .8em;
}


.btnB {
	display: inline-block;
	/*margin: 3px 0;*/
	padding: 3px 6px;
	border-radius: 3px;
	border: #fff solid 1px;
	color: #fff;
	text-decoration: none;
	background: #000080;
	box-shadow: 0 -2px 0 rgba(0,0,0,.25) inset;
	word-break: keep-all !important;
	white-space: nowrap !important;
	vertical-align: middle;
 	font-size: 90%;
}

.btnA:hover,.btnB:hover {
	color: #fff;
	opacity: .7;
	text-decoration: none;
}

/* = reserve form
---------------------------------------------------- */

.reserve table {
  border-collapse: collapse;
}
 
.form-table input,
.form-table select
 {
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  transition: 0.8s;
}

.form-table input:focus,
.form-table select:focus {
  background: #e9f5fb;
  border-color: #00fa9a;
	outline: none;
}

.form-table input::placeholder,
.form-table textarea::placeholder {
  color: #ccc;
}
 
.form-table ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  border: 1px solid #d7d7d7;
  padding: 10px;
  text-align:left;
}
 
.form-table th {
  background: #f0f8ff;
  /*padding-left: 50px;*/
  position: relative;
  text-align: left;
  width: 300px;
}

.form-table label {
  font-size: 16px;
  display: block;
}

.form-table label.required_ja:before {
  margin-left: 1.0em;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "必須";
}
.form-table label.required_en:before {
  margin-left: 1.0em;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "Required";
}

.select2 {
  font-size: 16px;
}

.select2-container *:focus {
outline: none !important;
  background: #e9f5fb;
  border-color: #00fa9a !important;

}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
	width:95% !important;
    	height: calc(2.25rem + 2px) !important;
    	padding: .25rem 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width:95% !important;
    	height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	left:90% !important;
}
.reserve h1 {
  color: #364e96;/*文字色*/
  border: solid 3px #000080;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom:15px;
}

.reserve h3 {
  margin:30px 0 15px;
  position: relative;
  padding: 0.6em;
  background: #000080;
  color:#fff;
  text-align:left;
}

.reserve h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000080;
  width: 0;
  height: 0;
}

