@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "shippor";
  src: url("../../css/central/font/shippor.woff2") format("opentype");
  font-display: swap;
}
@media screen and (min-width: 1024px){

 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
	color: #333;
	background: #fff;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	 background:url(../../images/central/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}


* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}


table {
  border-collapse: collapse;
}

legend {
  color: #333;
}

a{
	color:#c70007;
	text-decoration:underline;
}

a:hover{
	color: #ddd!important;
	text-decoration:none!important;
}

p {
    margin-top: 0;
    margin-bottom: 0!important;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ec1c24;
}

.spn{
	display: none;
}

#main{
	margin: 0 auto;
	width: 1024px;
	background: #020c1d;

}

.logo{
	position: absolute;
	top:0;
	left: 15px;

}


.btn_login{
	position: absolute;
	top:10px;;
	right: 15px;
	cursor: pointer;
}


.area{
	position: relative;
}

.top{
	overflow: hidden;
}

.boat{
	position: absolute;
	bottom:0%;
	right: -13%;
	z-index: 2;
	width: 100%;
}

.txt01{
	position: absolute;
	top:8%;
	left: 2%;
	z-index: 2;
	width: 67%;
}

.txt02{
	position: absolute;
	top:50%;
	left: 2%;
	z-index: 2;
	width: 84%;
}

.fire{
	background: #000;
}

video {
	width: 100%;
 	display: block;
}


.top01{
	position: absolute;
	top:0;
}


.form{
	background: url("../../images/central/bg.jpg") #030d1e ;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

.line{
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
	margin: 20px auto;
}


@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.9) }
  30% { -webkit-transform: scale(1.0) }
  80% { -webkit-transform: scale(1.0) }
}

.form-txt{
	margin: 0 40px;
	text-align: center;
}

.form-txt a{
	color: #fff;
}

.form02{
	padding-top: 20px;
}

.inpr{
	margin:10px 2% 0;
	width:70%;
	padding:50px 10px;
	height:40px;
	font-size: 30px;
	border:3px solid #dfdfdf;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top:-10px;
}

.form-area{
	position: relative;
	height: 120px;
	margin: 20px 0 0;
}

.reg{
	position: absolute;
	right: 20px;
}

.top09a{
	position: absolute;
	top:33%;
}

.top09b{
	position: absolute;
	top:43%;
	left: 0;
}


.form-txt2{
	text-align: center;
	color: #000;
	position: absolute;
	top:62%;
	left: 40px;
	right: 40px;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
	-1px 1px 0 #fff, 1px -1px 0 #fff,
     0px 1px 0 #fff,  0-1px 0 #fff,
    -1px 0 0 #fff, 1px 0 0 #fff;
}

.form-txt2 a{
	color: #000;
}



.result{
	position: relative;
	margin: 0px auto;
	font-family: 'shippor';
	float: left;
	width: 50%;
}

.result img{
	width: 100%;
}

.result00{
	margin: 10px auto;
}

.result01{
	position: absolute;
	color: #fff;
	font-size: 24px;
	top:0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 42px 0 0 ;
}

.result02{
	position: absolute;
	left: 9%;
	right: 9%;
	top:15%;
	text-align: center;
	width: 82%;
}

.result03{
	text-align: center;
	width: 100%;
	background: rgb(167,146,31);
	background: -webkit-linear-gradient(left, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	background: -o-linear-gradient(left, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	background: linear-gradient(to right, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	color: #000;
	font-size: 25px;
	padding: 4px 0;
	margin: 4px 0;
	font-weight: bold;
}


.result04{
  color: #FF7C00;
background: linear-gradient(0deg, rgba(246,185,52,1) 0%, rgba(246,185,52,1) 17%, rgba(212,140,45,1) 49%, rgba(255,214,73,1) 52%, rgba(255,250,245,1) 76%, rgba(249,231,119,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  line-height: 85px;
  font-weight: bold;
	text-align: center;
}

.result05{
  font-size: 40px;
}

.top12 {
	margin: 10px 10px 20px;
}


.top12 li{
	float: left;
	width: 50%;
	margin: 5px 0;
}

.top12 li img{
	width: 100%;
}

.title{
	text-align: center;
	background: rgb(167,146,31);
	background: -webkit-linear-gradient(left, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	background: -o-linear-gradient(left, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	background: linear-gradient(to right, rgba(167,146,31,1) 0%, rgba(251,238,142,1) 50%, rgba(167,146,31,1) 100%);
	color: #000;
	font-size: 24px;
	padding: 10px 0;
	margin: 10px;
	font-weight: bold;
}


.fo{
	margin: 3%;
	font-size: 20px;
}

.tx{
	margin:10px;
	padding: 20px;
	text-align: left;
	background: #fff;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	font-size:14px;
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:
	1px solid gray;
	background: #fff;
}

.tx table th,.tx table td{
	padding:16px;
	border:1px solid gray;
	vertical-align:middle
}

.tx table th{
	width:30%;
	background:lightgray
}

.tx table td{
	width:70%
}

.mail1 {
  width: 98%;
  padding: 1%;
}


.mail2 {
  width: 98%;
  height: 200px;
  padding: 1%;
}


.mail-sub{
	margin: 30px auto;
	text-align: center;
	background: url("../../images/central/arrow.svg")no-repeat 98%, -webkit-linear-gradient(bottom, rgba(56,130,53,1) 0%, rgba(155,187,80,1) 50%, rgba(202,222,151,1) 100%);
	background: url("../../images/central/arrow.svg")no-repeat 98%, -o-linear-gradient(bottom, rgba(56,130,53,1) 0%, rgba(155,187,80,1) 50%, rgba(202,222,151,1) 100%);
	background: url("../../images/central/arrow.svg")no-repeat 98%, linear-gradient(to top, rgba(56,130,53,1) 0%, rgba(155,187,80,1) 50%, rgba(202,222,151,1) 100%);
	background-size: 12px auto ,100% 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	line-height: 22px;
	border: 2px solid #478b38;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	text-shadow:
        0 2px 0 #478b38,
        0 3px 0 #478b38,
        0 4px 5px #478b38;

}

.mail-sub:hover{
	background: url("../../images/central/arrow.svg")no-repeat 98%, -webkit-linear-gradient(bottom, rgba(93,93,93,1) 0%, rgba(136,136,136,1) 50%, rgba(185,185,185,1) 100%);
	background: url("../../images/central/arrow.svg")no-repeat 98%, -o-linear-gradient(bottom, rgba(93,93,93,1) 0%, rgba(136,136,136,1) 50%, rgba(185,185,185,1) 100%);
	background: url("../../images/central/arrow.svg")no-repeat 98%, linear-gradient(to top, rgba(93,93,93,1) 0%, rgba(136,136,136,1) 50%, rgba(185,185,185,1) 100%);
	background-size: 12px auto ,100% 100%;
	border: 2px solid #616161;
	text-shadow:
        0 2px 0 #616161,
        0 3px 0 #616161,
        0 4px 5px #616161;

}

.mail-sub a{
	color: #fff;
	text-decoration: none;
}

.back a{
	text-decoration: none;
}


footer {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	padding:20px 0;
	background:#020c1d;
}


footer ul li {
	float: left;
	width: 25%;
}

footer ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}

.notice{
	margin: 20px auto;
	font-size: 14px;
	line-height: 22px;
	text-align:left;
	padding: 0 20px;
}

.copyright{
	font-size: 16px;
	padding: 20px 0;
}


.login {
width: 100%;
color: #fff;
position: fixed;
font-size: 20px;
transition: 0.5s;
z-index: 100;
opacity: 0;
}

.login.open {
top: 32%;
opacity: 1;
}

.login_con {
width: 900px;
margin: 40px auto 80px;
padding: 10px 10px;
text-align: center;
background: #020c1d;
border: 2px solid #fff;
position: relative;
}
.login_con div {
margin: 15px auto;
font-size: 24px;
font-weight: bold;
text-align: center;
}
.login_con span {
text-align: center;
}
.login input.mail, .login input.pass {
width: 98%;
height: 50px;
margin: 10px 0;
padding: 0px 1%;
outline: none;
}
.login input#lg_btn {
width: 588px;
height: 116px;
background-color: #333;
background-image: url("../../images/central/login.png");
background-repeat: no-repeat;
background-size: cover;
border: none;
cursor: pointer;
outline: none;
}
.login_close {
padding: 4px!important;
font-size: 50px;
position: absolute;
cursor: pointer;
right: 5px;
top:20px;
}
.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}
}
