@charset "utf-8";
/* CSS Document */


body{
	width:100%;
	margin:0 0 10vw 0;
	background:#000;
	}	
hr{
	border:none;
	border-bottom:0.5px solid #CCC;
	}	

.top{
	width:100%;
	background:url("../images/555.png") 0 0 no-repeat;
	padding-bottom: calc(100%*1365/2048);
	background-size: 100% auto;
}
input[type="submit"]{
	background-color:#fbd8ec;
	border-style: none;
	border:solid 1px #f940a8;
	color:#666;
	font-weight:bold;

	}
input[type="submit"]:hover{
	color:#000;
	}		

/*ボタン装飾*/
.hidden_box label {
	display:inline-block;
	padding:5px 10px;
    font-weight: bold;
	color:#FFF;
	 background: linear-gradient(to right, #F06, #F39);
    cursor :pointer;
	border-radius:25px;
	font-size:110%;
	margin-left:10px;
	margin-top:10px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background:#FCF;
	color:#666;
}

/*チェックは見えなくする*/
.hidden_box input[type="checkbox"] {
    display: none;
}


/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0 2px 0;
    height: auto;
    opacity: 1;
}
.hidden_show {
	position:absolute;
	z-index:999;
	width:100%;
	margin:auto;
	background-color:#FFF;
	text-align:center;
	margin-top:3vw;
	
	}
.hidden_show h5{
	margin:0 0;
	}
	
.hidden_box a {
	display:inline-block;
	text-decoration:none;
	font-size:10px;
	margin:10px auto;

	}
.hidden_box1 p {
	width:90%;
	text-align:center;
	background-color:#FFF;
	margin:1vw auto;
	padding:1vw 0;
	}	
input[name="go"]{
	width:50%;
	margin-top:5px;
	font-size:5vw;
	margin-bottom:3vw;
	}	
.hidden_show input[type="tel"] {
	width:50%;
	font-size:5vw;
	}
.hidden_show input[type="password"]{
	width:50%;
	font-size:5vw;
	}
.hidden_show h4{
	margin-bottom:0;
	margin-top:3vw;
	}	
.top-right{
	width:100%;
	text-align:center;
	margin:auto;
	margin:2vw 0;
	margin-top:-10vw;
	}
.top-right a{
	display:inline-block;
	text-decoration:none;
	margin-top:2vw;
	}	
.top1{
	color:#999;
	font-size:32px;
	font-weight:bold;
	}
.top2{
	color:#06F;
	font-size:32px;
	font-weight:bold;
	}
.top3{
	color:#F09;
	font-size:32px;
	font-weight:bold;
	}
.main1{
	width:100%;
	height:auto;
	}	
.login-aa {
	width:90%;
	margin:auto;
	font-size:4vw;
	color:#FFF;
	text-align:center;
	}
.login-aa > p {
	margin-top: 8vw;
	margin-bottom: 4vw;
	}
.login-aa > a {
	color: #FFF;
	font-size: 8vw;
	text-decoration: none;
	font-weight: bold;
	}
.login-bb img{
	width:70%;
	margin-bottom:1vw;
	}
.qr{
	width:90%;
	margin:auto;
	font-size:4vw;
	color:#FFF;
	text-align:center;
	}
.main2{
	width:90%;
	font-size:4vw;
	text-align:center;
	margin:20px auto;
	}	
.main2 a {
	display:inline-block;
	margin-left:3vw;
	text-decoration:none;
	color:#FFF;
	}
.main0 {
	 clear: both;
	width:90%;
	margin:auto;
	color:#FFF;
	text-align:center;
	}
.main0  p{
	font-size:4vw;
	}	
.center{
	width:95%;
	background:#ECECEC;
	text-align:center;
	padding:10px 0;
	margin:3vw auto;
	}
.join{
	margin:auto;
	text-align:center;
	}
.center input[type="submit"]{
	display:inline-block;
	background-color:#fbd8ec;
	border-style: none;
	border:solid 1px #f940a8;
	color:#666;
	font-weight:bold;

    font-size: 5vw;
	}
.center input[type="submit"]:hover{
	color:#000;
	}
.center1{
	width:60%;
	margin:auto;
	background:#ECECEC;
	padding:10px 10px;
	}
.center1 h2{
	text-align:center;
	}	
.top-center{
	width:100%;
	height:auto;
	position:relative;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	text-align:center;
	}
	
footer {
	text-align:center;
	color:#CCC;
	margin:3vw auto;
	}
.kotei-shita a{
	color:#CCC;
	text-decoration:none;
	}
.center hr{
	border-bottom:solid 1px #666;
	}
.error li{
	list-style:none;
	color:#F00;
	}
.error li:before {
    content: "※ ";
    color: red;
}
.error {
	padding:0 0;
	}
select{
font-size:5vw;
}
