@charset "utf-8";
/* CSS Document */

/*general*/
html,body{
	-webkit-overflow-scrolling: touch;
}
#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
	margin-left: -32px;
}
#loading img{width: 64px;}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}
#loader-bg_elm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
body {
	font-family: 'Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
    letter-spacing: 0.1em;
}
a {
    color:#00f;
}
a:hover {
    text-decoration:underline;
    color:#f00;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {border:none;}
h1 {
	font-size: 300%;
    margin: 0;
    padding-left: 420px;
    font-weight: bold;
    background: #a33a5a;
    color: #fff;
    text-align: center;
	width: calc(100% - 72px);
}
h2 {
	font-size:300%;
	font-weight:normal;
	padding:1% 0 1% 1%;
	clear:both;
	box-sizing: border-box;
    margin: 0;
}
h3 {
	margin:0;
	padding: 1% 0 1% 2%;
	font-size:180%;
	font-weight:normal;
}
h4{margin: 1% 0 1% -1%;}
td{
	text-align: justify;
	word-break: break-all;
}


/*main wrap*/
#content {
	width:100%;
	max-width: 100%;
	margin: 25px auto 0;
	background: #fff;
}
#content table{
	width: 90%;
    margin: 0 auto;
}
#content table tr td{
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
}
#content table tr td:first-child{
	width: 20%;
}
#content button{
	width: 200px;
    margin: 3% 16%;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #e6502e;
    border: 3px solid #e6502e;
    border-radius: 5px;
    font-weight: bold;
	cursor: pointer;
}
#content .confirm_btns{
	
}


/*header*/
header{
	background-image: url("img/background.jpg");
	background-size: cover;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
    background-position-y: 10%;
}


/*footer*/
footer{
	display: block;
	padding: 5% 0;
	text-align: center;
	background: #e6502e;
	color: #fff;
	margin: 10% 0 0 0;
}
@media only screen and (max-width: 1249px){
	h1 {
		padding-left: 0;
	}
}
@media only screen and (max-width: 1099px){
	body {
		font-size:15px;
	}
	h1{
		font-size: 9vw;
		padding-left: 4%;
		width: 86%;
	}
	h2 {font-size: 6vw;}
	h2 {font-size: 120%;}
	.h3_underline{font-size: 130%;}
}
@media only screen and (max-width: 1099px){
	#content table tr td:first-child{
		width: 30%;
	}
	#content button{
		width: 200px;
		margin: auto;
	}
}



/*****************************************************/
/* primary */
/*****************************************************/
.hide{display: none!important;visibility: hidden!important;}
.show{animation-duration: 0.7s;animation-name: fade-in;animation-fill-mode:forwards;opacity:0;}
.block_sp{display: none;}
.block_pc{display: block;}
.td_pc{display: table-cell;}
.ysb_breadcrumb{box-sizing:border-box;}
.ysb_breadcrumb ol{width:100%;box-sizing:border-box;}
.ysb_breadcrumb ol li{list-style:none;margin:0 5px;display:inline-block;}
@media only screen and (max-width: 1099px){
	.block_sp{display: block;}
	.block_pc{display: none;}
	.td_pc{display: none;}
	.ysb_breadcrumb ol{padding:0 10px;}
}
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*add body at modal*/
#ovrly_stop{overflow: hidden;height: 100%; width: 100%!important; position: fixed;}
