@charset "utf-8";

@media screen and (max-width: 1023px){

* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

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

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #333;
	text-decoration:none;
}

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

a img {
    border-style:none;
}


html,body {
  -webkit-text-size-adjust: none;
}


body {
    margin:0;
	width:100%;
    color: #333;
	font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif!important;
	background: url("../../../images/autostart/new_site/bg.png");
	background-size: 4px 4px;
}


.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


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


#main{
	margin:0;
	overflow:hidden;
}

#header{
	background: #000;
	height: 60px;
}

.logo{
	float: left;
	margin: 5px;
}

.logo img{
	width: 154px;
}

.btn_login{
	float: right;
	margin: 10px 5px;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	background: url("../../../images/autostart/new_site/arrow.svg") right 5px center no-repeat #c51a28;
	background-size: 8px;
	border-radius: 8px;

}



.area{
	position: relative;
}

.ani01{
	position: absolute;
	top:3.5%;
	left: 26%;
	width: 48.5%;
	z-index: 9;
	opacity: 0;
 	animation-duration: 0.7s;
	animation-delay : 0.5s;
	animation-name: fz;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.ani02{
	position: absolute;
	top:18%;
	left: 23.5%;
	width: 36%;
	z-index: 10;
	opacity: 0;
 	animation-duration: 0.7s;
	animation-delay : 1.0s;
	animation-name: fz;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;

}

.ani03{
	position: absolute;
	top:15.5%;
	left: 47%;
	width: 38%;
	z-index: 8;
	opacity: 0;
 	animation-duration: 0.7s;
	animation-delay : 1.5s;
	animation-name: fz;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;

}

.ani04{
	position: absolute;
	top:1%;
	left: 58%;
	width: 25.3%;
	opacity: 0;
 	animation-duration: 0.7s;
	animation-delay : 2.0s;
	animation-name: fz;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;

}

@keyframes fz {
  0% {transform: scale(0.2); opacity: 0; }
  75% { opacity: 1; transform: scale(1.2);}
  100% { opacity: 1; transform: scale(1);}

}

.ani05{
	position: absolute;
	bottom: 2%;
}

.ani06{
	position: absolute;
	bottom: 17.5%;
}


.form{
	background: #92353a;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.form p{
	padding: 5px 10px;
}

.inpr{
	margin:10px 2% 0;
	width:96%;
	padding:25px 10px;
	height:40px;
	font-size: 16px;
	border:1px solid #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
}

.regist{
	width: 95%;
	margin: 2% auto 22%;
}



.top-btn{
position: absolute;
width: 95%;
overflow: hidden;
text-align: center;
margin: 0 auto;
}

.top-btn::before {
position: absolute;
content: '';
display: inline-block;
top: -180px;
left: 0;
width: 30px;
height: 100%;
background-color: #fff;
animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.sec01 p{
	margin-bottom: 20px;
}

.voice01{
	position: absolute;
	top:9%;
	left: 5%;
}

.voice02{
	position: absolute;
	top:24%;
	left: 5%;
}

.voice02 span{
	background: #c51a28;
	color: #fff;
	padding: 3px;
}

.voice03{
	position: absolute;
	top:40%;
	left: 5%;
	width: 90%;
}

.result{
	background: #fff;
	padding-bottom: 14px;
}

.result li{
	float: left;
	margin: 4% 1% 1%;
	padding: 2%;
	box-sizing: border-box;
	width: 48%;
	position: relative;
	text-align: center;
	border-radius: 8px;
}

.re01{
	background: #ffe400;
	color: #000;
}

.re02{
	background: #c51a28;
	color: #fff;
}

.result01{
	background: #000;
	color: #fff;
	padding: 5px 0 5px 10px;
	border-radius: 8px;
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
}

.result02{
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
	color: #c51a28;
}

.result03{
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
	color: #ffe400;
}

.r-ic{
	position: absolute;
	right: -2%;
	top:-10%;
	width: 25%;

}

.retx{
	font-size: 22px;
}



.fo{
	margin: 3%;
}

.tx{
	margin:10px auto;
	padding: 10px;
	text-align: left;
}

.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
}

.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%
}

.mmt{
	background: #774a9d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 2%;
	margin: 40px 0 10px;
}


.f-btn{
	width: 90%;
	margin: 4% auto;
	background: url("../../../images/autostart/new_site/ar.svg")no-repeat 98%, -webkit-linear-gradient(#ffc172 0%, #ff5000 100%);
	background: url("../../../images/autostart/new_site/ar.svg")no-repeat 98%, -o-linear-gradient(#ffc172 0%, #ff5000 100%);
	background: url("../../../images/autostart/new_site/ar.svg")no-repeat 98%, linear-gradient(#ffc172 0%, #ff5000 100%);;
	background-size: 12px auto ,100% 100%;
	padding: 15px 4px;
	box-sizing: border-box;
	border:2px solid #f73100;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.mform textarea {
	margin:10px 2% 0;
	width:96%;
	padding:25px 10px;
	height:300px;
	font-size: 16px;
	border:1px solid #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
}

.container{
	background: #fff;
	padding: 20px;
}

.title1 {
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    background: #f1f1f1;
    padding: 0.5em 0 0.5em 0.75em;
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
}


.title2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.title3 {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: #000;
}


.btn-red {
    background: #c51a28;
    color: #fff;
    font-weight: bold;
    padding: 1rem 0;
    font-size: 1.2rem;
	border: none;
}

.tel {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.tel a {
    color: #c51a28;
}



footer {
	width:100%;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:10px 0;
	background:#000;
}


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

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

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

.copyright{
	font-size: 12px;
}

.login {
width: 100%;
color: #fff;
position: fixed;
top: -130%;

transition: 0.5s;
z-index: 100;
}

.login_con {
margin: 40px auto 80px;
padding: 10px 10px;
text-align: center;
background: #000;
border: 1px solid #fff;
}
.login_con div {
margin: 15px auto;
font-size: 20px;
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: 300px;
height: 59px;
background-color: #333;
background-image: url("../../../images/autostart/new_site/login.png");
background-repeat: no-repeat;
background-size: cover;
border: none;
cursor: pointer;
outline: none;
}
.login_close {
padding: 4px!important;
font-size: 40px;
position: absolute;
cursor: pointer;
right: 5px;
}
.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0.3s;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}
.login.open {
top: 0;
}

}
