@charset "UTF-8";

 /*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-weight:normal;
}

button:focus {
	outline:0;
}

a{color:#d10312;outline:0;}
a:link,a:hover,a:visited,a:active{color:#d10312; text-decoration: none;outline:0;}

img{width: 100%;}
img {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: bottom;
}

a:focus{
  outline:none !important;
	outline-color:transparent !important;
	box-shadow: none !important;
}
a:focus-ring{
	outline:none !important;
}
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] :focus {
  outline: none;
}
small{font-weight: inherit;}

a>.feather{width: 1.2em; height: 1.2em; padding-bottom: 0.4em;
vertical-align: bottom;}
ul,ol{
	list-style-position: outside;
	margin-left: 2em;
}
li{padding: 1px 0;}
ul.komelist{font-size: 0.9em; list-style: none; opacity: 0.85; padding-left: 0 !important; margin-bottom: 0.2em; margin-left: 0.1em;}
ul.komelist>li{position: relative; padding-left: 1.1em; padding-top: 0; padding-bottom: 0;line-height: 1.5; margin-top: 0;margin-bottom: 0.3em;}
ul.komelist>li::before{
  position: absolute;
  content: '※';
  width: 1em;height: 1em;top:0; left: 0;
}

.lg_btn {
	display: block;
	width: 280px;
	text-align: left;
	text-decoration: none;
	padding: 0;
	line-height:1;
	outline: none;
	font-size:0.9em;
	margin:6% auto 6%;
	position: relative;
	z-index: 2;
	background-color: #1C2020;
	color:#fff;
	letter-spacing:0.15em ;
	overflow: hidden;

}

@media all and (max-width: 768px) {
	.lg_btn {margin-top:50px;}

}
.lg_btn span {
	font-weight: 100;
	position: relative;
	display: block;
	padding:17px 0 15px;
	z-index: 30;
	width: 100%;
text-align: center;

-webkit-transition: all .2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all .2s ease-out;
}
.lg_btn::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #d10312;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
/* .lg_btn span::before{
	content: '';
	position: absolute;
	top:53%;
	left: 65%;
	width: 20%;
	height: 0;
	border-bottom: 1px solid #fff;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: -1;
} */
/* .lg_btn span::after{
	content: '';
	position: absolute;
	top:53%;
	right: 15%;
	width:6px;
	margin-top: -2px;
	margin-right: -1px;
	height: 0;
	border-bottom: 1px solid #fff;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-ms-transform:rotate(45deg);
     -webkit-transform:rotate(45deg);
	 -moz-transform:rotate(45deg);
    transform:rotate(45deg);
	opacity: 0;
} */
a.lg_btn[target="_blank"]::after {
    content: '';
	position: absolute;
    bottom:70%;
	left: 88%;
    width: 13px;
    height:13px;
    background: url("../images/common/blank_link.svg") no-repeat 0 center;
    background-size: auto auto;
    background-size: 100% auto;
	opacity: 0.5;
}
@media all and (min-width: 768px) {
.lg_btn:hover::before{
	width: 100%;
}
.lg_btn:hover span::before {
	opacity: 1;
	width: 15%;
	left: 80%;

}
.lg_btn:hover span::after {
	right:5%;opacity: 1;

}
.lg_btn:hover span {letter-spacing:0.2em ;}
.lg_btn:hover{}

}



a.lg_btn{
  color: #fff !important;
}
a.lg_btn:hover{
  color: #fff !important;
}




.container_saiyou{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
}
.container_saiyou .mainimg{
  width: 100%;
  padding-top: 35%;
  height: 0;
  box-sizing: border-box;
  position: relative;
  background-color: #999;
  background-image: url(../images/mainbnr2023.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.container_saiyou .mainimg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom:0;
  left:0;
  /* background-color: #FFF; */
	background: linear-gradient(to top, #FFF, rgba(255,255,255,0));
}
.container_saiyou .mainimg h1{
  text-align: center;
  color: #fff;
	font-family: "Crimson Text";
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
		width: 100%;
}
.container_saiyou .mainimg h1 img{
	width: 70%;
	max-width: 500px;
}
  .container_saiyou .mainimg h1 small{
    font-size: 0.7em;
  }
.footer_saiyou{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #DDD;
}
#comeback-container {
    width: 90%;
    height: auto;
    margin: 8% auto;
}



#comeback-container h2{
		text-align:center;
		font-size: 1.8em;
		font-weight:300;
		letter-spacing:0.06em;
	line-height: 1.2;
		margin:0 auto 1.4em;
	position: relative;
	z-index: 11;
	}


#comeback-container h3{
	font-size: 1.7em;
	line-height: 1.5;
	letter-spacing: 0.06em;
	padding: 0.2em 0 0;
	margin: 0 auto 1em;
	text-align:left;
	color: #333;
	font-weight: 400;
	border-bottom: 2px solid #d10312;
	position: relative;
}
#comeback-container h3::after{
  content: '';
  position: absolute;
  bottom:-2px;
  left: 0;
  width: 60px;
  height: 0;
  border-bottom: 2px solid #d10312;


}

#comeback-container h3 strong{ font-size: 1.1em; font-weight: 900;}
#comeback-container h3 span{ font-size: 0.8em; padding-left: 0.5em; font-weight: 400;}

#comeback-container p{
	line-height: 1.8;

}

#comeback-container h3 strong{font-size: 1.4em;}
#comeback-container h4{
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0.2em  0 ;
	position: relative;
	padding-left: 0.7em;
}
#comeback-container h4::before{
  content: '';
  position: absolute;
  top:0.1em;
  left: 0;
  width: 5px;
  height: 1.1em;
  background-color: #d10312;


}
#comeback-container .box .table{
  margin-bottom: 0;
}
#comeback-container .box .table ol{
  margin-bottom: 0;
}
#comeback-container .box .table td,
#comeback-container .box .table th{
  border:none;
}
#comeback-container .box .table thead th{
  background-color: #ffd299;
}
#comeback-container .box .table th{
  text-align: center;
}
#comeback-container .box .table th.bg_gray{
  background-color: #ddd;
}
#comeback-container .box .table tbody th:not(.bg_gray){
  font-size: 0.8em;
}
.footer_saiyou a.lg_btn{
border-radius: 30px;
margin: 0 auto;
}
@media all and (max-width: 600px) {
  #comeback-container .box .table{
    font-size: 0.9em;
  }
}


.numbercardbox{

}
.numbercardbox h5{
	font-weight: 600;
	line-height: 1.7;
	font-size: 1.1em;
}







.smpon{display: none;}
br.smponbr{display: none;}
  @media all and (max-width: 768px) {
    br.smponbr{display: block;}
    br.smpoffbr{display: none;}
		.smpon{display: block;}
		.smpoff{display: none;}
  }

hr.nobdr{
  border: none;
}

.innerbox{
	width: 100%;
	margin: 10px auto 20px;
	text-align: left;
}
.innerbox .leftbox{
	width: 49%;
	margin-right: 1%;
	float: left;
}
.innerbox .rightbox{
	width: 49%;
	margin-left: 1%;
	float: right;
}


.innerbox.ratio64 .leftbox{ width: 59%;}
.innerbox.ratio64 .rightbox{ width: 39%;}
.innerbox.ratio73 .leftbox{ width: 69%;}
.innerbox.ratio73 .rightbox{ width: 29%;}
.innerbox.ratio46 .leftbox{ width: 39%;}
.innerbox.ratio46 .rightbox{ width: 59%;}
.innerbox.ratio37 .leftbox{ width: 29%;}
.innerbox.ratio37 .rightbox{ width: 69%;}

.innerbox.nomgn .leftbox{width: 50%;margin: 0;}
.innerbox.nomgn .rightbox{width: 50%;margin: 0;}
.innerbox.nomgn.ratio64 .leftbox{ width: 60%;}
.innerbox.nomgn.ratio64 .rightbox{ width: 40%;}
.innerbox.nomgn.ratio73 .leftbox{ width: 70%;}
.innerbox.nomgn.ratio73 .rightbox{ width: 30%;}
.innerbox.nomgn.ratio46 .leftbox{ width: 40%;}
.innerbox.nomgn.ratio46 .rightbox{ width: 60%;}
.innerbox.nomgn.ratio37 .leftbox{ width: 30%;}
.innerbox.nomgn.ratio37 .rightbox{ width: 70%;}



.box{border:1px solid #ccc; }
.box.nobdr{border:none; }
.box.nopdg{padding:0; }
.box.minipdg{padding:5px; }
.box p{margin: 0; padding: 0;}
.gbox.red{background-color: #F5EBEB; }
.gbox.yellow{background-color:#F2F0E1; }
.gbox.green{background-color:#E6F4E5; }
.ccenter{
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

@media all and (max-width: 768px) {
	.innerbox .leftbox,	.innerbox .rightbox,
	.innerbox.ratio64 .leftbox,	.innerbox.ratio64 .rightbox,
	.innerbox.ratio73 .leftbox,	.innerbox.ratio73 .rightbox,
	.innerbox.ratio46 .leftbox,	.innerbox.ratio46 .rightbox,
	.innerbox.ratio37 .leftbox,	.innerbox.ratio37 .rightbox{
	float:none;
	width:100%;
	margin: 0 auto 15px;
	clear:both;
	display:block;
	}
	.innerbox.nomgn.ratio64 .leftbox,	.innerbox.nomgn.ratio64 .rightbox,
	.innerbox.nomgn.ratio73 .leftbox,	.innerbox.nomgn.ratio73 .rightbox,
	.innerbox.nomgn.ratio46 .leftbox,	.innerbox.nomgn.ratio46 .rightbox,
	.innerbox.nomgn.ratio37 .leftbox,	.innerbox.nomgn.ratio37 .rightbox,
	.innerbox.nomgn .leftbox,.innerbox.nomgn .rightbox{
	float:none;
	width:100%;
	margin: 0 auto;
	clear:both;
	display:block;
	}

}


.nowrap{white-space: nowrap;}


a.arrowlink{
	display:inline-block;
	line-height:1em;
	padding:8px 0;
}
a.arrowlink::before{
  content: '\f138';
  font-family:"Font Awesome 5 Free";
  margin-right: 0.3em;
  font-size: 0.95em;
  display: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;font-weight: bold;
  text-rendering: auto;
}

a.arrowlink02{
	text-align:right;
	display:inline-block;
	line-height:1em;
	padding:8px 0;

}
a.arrowlink02::after{
  content: '\f061';
  font-family:"Font Awesome 5 Free";
  margin-left: 0.3em;
  font-size: 0.95em;

  display: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;font-weight: bold;
  text-rendering: auto;
}



.mw100,
.mw200,
.mw300,
.mw400,
.mw500,
.mw600,
.mw700,
.mw800,
.mw900,
.mw1000{margin-left: auto; margin-right: auto;}
.mw100{max-width: 100px;}
.mw200{max-width: 200px;}
.mw300{max-width: 300px;}
.mw400{max-width: 400px;}
.mw500{max-width: 500px;}
.mw600{max-width: 600px;}
.mw700{max-width: 700px;}
.mw800{max-width: 800px;}
.mw900{max-width: 900px;}
.mw1000{max-width: 1000px;}

.w5p{width: 5%;}
.w10p{width: 10%;}
.w15p{width: 15%;}
.w20p{width: 20%;}
.w25p{width: 25%;}
.w30p{width: 30%;}
.w35p{width: 35%;}
.w40p{width: 40%;}
.w45p{width: 45%;}
.w50p{width: 50%;}
.w55p{width: 55%;}
.w60p{width: 60%;}
.w65p{width: 65%;}
.w70p{width: 70%;}
.w75p{width: 75%;}
.w80p{width: 80%;}
.w85p{width: 85%;}
.w90p{width: 90%;}
.w95p{width: 95%;}
