@charset "utf-8";


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



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

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

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
	-webkit-appearance: none;
	appearance: none;
}


a{
	text-decoration:underline;
	color:#86059f;
}

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

a:hover{
	color: #999;
}

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

a:hover img,
.top-banner img:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a img,
.top-banner img{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

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

body {
    margin:0;
	width:100%;
    color: #fff;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#000;
}

input,textarea,select,button{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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


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

.wrapper {
  overflow-x: hidden;
  position: relative;
}

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

.pcn{
	display: none;
}

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

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #e70000;
}

.area{
	position: relative;
}


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

.bbg{
	margin-top: 5%;
 	background: #000;
}

.bwg{
	margin-top: 5%;
 	background: #fff;
	color: #000;
}

.bwg img{
	width: 100%;

}

.toc-002 {
    margin: 30px 0;
    border: 2px solid #e70000;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #e70000;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 1em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #001bf4;

}

.step-title{
	background: #e70000;
	color: #fff;
	font-weight: bold;
	font-weight: 600;
    font-size: 1.1em;
	padding: 10px;
}

.step-title2{
	font-weight: bold;
	font-weight: 600;
    font-size: 1.0em;
}

#m-main{
	margin:0;
	overflow:hidden;
	background: #fff;
	padding-top: 26%;;
	padding-bottom: 66px;
}


#header{
	height: 50px;
	position: relative;
}

#header2{
	background:#333;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

.hbg{
	position: absolute;
	width: 38%;
	height: 100%;
	top:0;
	left: 0;
	cursor: pointer;
}


.logo{
	padding:3px;
}

.logo img{
	width: 140px;
}

.login-btn{
	position: absolute;
	top: 2px;
	right: 5px;
	width: 120px;
}

.status{
	font-size: 4.0vw;
	line-height: 5.0vw;
	color: #fff;
	position: absolute;
	left: 43%;
	top: 2px;
}

.status a{
	color: #e70000;
	text-decoration: underline;
}

.t-mail{
  position: absolute;
	width: 12%;
	bottom:8%;
	right: 1.0%;
}

.t-menu{
  position: absolute;
	width: 12%;
	top:4.5%;
	right: 1.0%;
}

.head-b{
	position: absolute;
	width: 13%;
	top:2.5%;
	right: 0.5%;
}


.head-b2{
	position: absolute;
	width: 13%;
	bottom:4.5%;
	right: 0.5%;
}



.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main.open {
  transform: translateX(-250px);
}

.menu-trigger{
	cursor: pointer;
}

.menu-trigger.active{
  display: none;
}

.cl{
	font-size: 50px;
	display: block;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
}

nav {
  width: 100%;
  height: 100%;
  background:#000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
}
nav.open {
  transform: translateZ(0);
}

nav li{
	position: relative;
	border-bottom: 2px solid #e70000;
}

nav li a{
	background: url("../../images/eden/arrow.svg")no-repeat 98%, #000;
	background-size: 8px;
	color: #fff;
	text-decoration: none;
	padding: 5%;
	display: block;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
}

.d-menu{
	margin: 3%;
}


#f-menu{
	height: 68px;
	background:#000;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#f-menu ul{
	margin-top: -3%;
}

#f-menu li{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0.5%;
	position: relative;
	color: #fff;
}

#f-menu li img{
	width: 70px;
}

.noc{
	background: #ffe400;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: -2px;
	top:-5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.noc2{
	background: #ffe400;
	color: #000;
	font-size: 8px;
	position: absolute;
	left: 36%;
	top:5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.marquee {
	overflow: hidden;
	position: relative;
	background: #000;
	color: #ffe400;
  	font-size: 4.0vmin;
	line-height: 7.5vmin;
}

.marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}

.marquee > .marquee-inner {
  position: absolute;
  top: 0;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.marquee > .marquee-inner:hover {
  animation-play-state: paused;
  cursor: default;
}

@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0; transform: translate(-100%); }
}

.area{
	position: relative;
}

.i01{
	padding: 3% 0;
}

.i02,.i03,.i04{
	padding: 3% 0;
}

.i06b,.i06c,.i09b{
	position: absolute;
	top:0;
	left: 0;
}



.a05{
	width: 85%;
	margin: 1% auto;
}

.a06{
	width: 70%;
	margin: 3% auto;
}

.a07{
	width: 90%;
	margin: 3% auto;
}

.a10{
	margin: 5% auto;
}

.a12{
	margin: 5% auto;
}

.a13{
	margin: 5% auto;
}

.a14{
	margin: 5% auto;
}

.a16{
	margin: 9% auto;
}

.a17{
	margin: 5% auto;
}

.a19{
	margin: 9% auto;
}

.a21{
	margin: 5% auto;
}

.a23{
	margin: 9% auto;
}

.form-area{
	margin: 4% 0 0;
}


.btn{
	width: 90%;
	margin: 3% auto;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
}
@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(0.8)
        }
	50% {
	 -webkit-transform: scale(1.0)
	}
}

.m-title{
	margin-top: 3%;
}

.m-title2{
	margin: 3% 0;
}

.btn2{
	margin: 3% auto;
	text-align: center;
	background: url("../../images/eden/arrow.svg")no-repeat 96%, #e70000;
	background-size: 12px auto ,100% 100%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}

.btn3{
	margin: 3% auto;
	text-align: center;
	background: url("../../images/eden/arrow-b.svg")no-repeat 96%, #ffe400;
	background-size: 12px auto ,100% 100%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}


.btn2 a{
	color: #fff;
	text-decoration: none;
	display: block;
  	padding: 20px 0;
}

.btn3 a{
	color: #000;
	text-decoration: none;
	display: block;
  	padding: 20px 0;
}

.btn2 a:hover,.btn3 a:hover{
	background: url("../../images/eden/arrow.svg")no-repeat 96%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
	color: #fff!important;
}

.btn4{
	margin: 3% auto;
	text-align: center;
	background: #999;
	background-size: 12px auto ,100% 100%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	color: #fff;
	border: none;
	text-decoration: none;
	width: 90%;
	clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
	 padding: 20px 0;
}


.form{
	padding: 0 1% 0;
}

.form-txt{
	margin: 2% 1% 0;
	font-size: 1.5vh;
	line-height: 2.4vh;
	text-align: center;
	color: #fff;
}

.inpr{
	margin:0;
	width:76%;
	padding:4%;
	font-size: 1.8vh;
	border-radius: 6px;
	border: none;
}

.send{
	width:22%;
	background: #e70000;
	color: #fff;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8vh;
}

.inpr2{
	margin:2% 5%;
	width:90%;
	padding:4%;
	font-size: 1.8vh;
}

.send2{
	width:90%;
	margin:2% 5%;
	background: #57b7fa;
	color: #fff;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8vh;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}



.title{
	background: #57b7fa;
	color: #fff;
	font-size: 3.0vh;
	line-height: 4.0vh;
	padding: 4% 2%;
	font-weight: bold;
	margin: 2% 0;
	text-align: center;
}


.swiper-container{
	margin:0;
	text-align: left;
	padding:2% 0 6%;
}

.swiper-pagination{
	bottom:-2%!important;
}

.result-in li{
	float: left;
	width: 50%;
}

.result{
	margin: 2% 2%;
	background:url("../../images/eden/result.png");
	background-size: 30px;
	color: #000;
	padding-bottom: 10px;
	position: relative;
}

.result01{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #e70000;
	color: #ffe400;
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	padding: 4% 2%;
	font-weight: bold;
	text-align: center;
}

.result02{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 2%;
}

.result03{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
}

.result04{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 4% 0;
}

.result04 p{
	padding-bottom: 4px;
}

.result-d {
	margin: 2% 2%;
	background:url("../../images/eden/result.png");
	background-size: 30px;
	color: #000;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.hit-icon{
	position: absolute;
	top:-10px;
	left: 5px;
	width: 90px;
    z-index: 1;
}

.hit-icon2{
	position: absolute;
	top:-2px;
	left: 1px;
	width: 50px;
    z-index: 1;
}

.hit1{
	background: #eee;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit2{
	background: #404040;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit3{
	background: #e61717;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit4{
	background: #0066cc;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit5{
	background: #f0c518;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit6{
	background: #228900;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit7{
	background: #ff9500;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit8{
	background: #f28abd;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit9{
	background: #822bd9;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.result05{
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	color: #f20000;
	font-weight: bold;
	text-align: center;
}


.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background:#fff;
	color:#000;
	text-decoration: none;
	vertical-align: middle;
}

.pageNav01 li span {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #e70000;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
}


ul.pageNav01 li a:hover {
	background: #e70000;
	color:#fff;
}



.fo{
	margin: 3%;
}

.tx{
	margin:0 auto;
	padding: 10px;
	text-align: left;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.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 #fff;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.tx table th,.tx table td{
	padding:5px 5px;
	border:1px solid #fff;
	vertical-align:middle
}

.tx table th{
	width:34%;
	background:#e70000;
	text-align: center;
}

.tx table td{
	width:66%;
}

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

.mail1 {
  width: 100%;
  padding: 3%;
  border: 2px solid rgb(118, 118, 118);
}


.mail2 {
  width: 100%;
  height: 200px;
  padding: 3%;
  border: 2px solid rgb(118, 118, 118);
  resize: none;
}


.mail-sub{
	margin: 30px auto;
	text-align: center;
	background: url("../../images/eden/arrow.svg")no-repeat 96%, #e70000;
	background-size: 12px auto ,100% 100%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}

.mail-sub:hover{
	background: url("../../images/eden/arrow.svg")no-repeat 96%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
}

.m-plan{
	margin: 2%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;

}

.m-plan table{
	width: 100%;
	background: #000;
	border: 2px solid #fff;
}

.m-plan td{
	border: 2px solid #fff;
	padding: 2%;
	text-align: center;
	background: #ededed;
	color: #000;

}

.m-plane-name{
	color: #ffe400;
	padding: 3%;
}

.container img{
	vertical-align: middle;
}

.m-plan span{
	color: #e70000;
}

.m-plan-txt{
	text-align: left;
	font-weight: normal;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	background: #000;
	color: #fff;
}

.m-plan2{
	padding: 2%;
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	border: 1px solid #000;
	color: #000;
}

.m-plan2 ul{
	padding: 2%;
}

.m-plan2 li{
	width: 50%;
	float: left;
	margin: 1% 0;
}

.detail{
	margin: -4% 3% 6%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.detail table{
	width: 100%;
	background: #000;
	border: 1px solid #ccc;
	text-align: left;
}

.detail th{
	width: 10%;
	padding: 3%;
	background: #e70000;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.detail td{
	width: 30%;
	padding: 3%;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.plan-day{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 3.5% 0 0.5%;
	font-size: 4.0vmin;
	margin-bottom: 3%;
	line-height: 5.0vmin;
	font-weight: bold;
	width: 100%;
}

.plan-day2{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 3.5%;
	font-size: 4.0vmin;
	margin-bottom: 3%;
	line-height: 5.0vmin;
	font-weight: bold;
	width: 100%;
}

.container{
	margin-bottom: 10%;
}

.container2{
	margin-bottom: 3%;
}


.message{
	background: #fff;
	color: #000;
	margin: 2%;
	border: 1px solid #000;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message2{
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message3{
	background: #777;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.m-day{
	font-size: 3.5vmin;
	line-height: 7.0vmin;
}

.message li{
	padding: 2% 2%;

}



.message span{
	background: #e70000;
	padding: 0.5% 1%;
}


.info-tx{
	margin:2%;
	text-align: left;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.info-title{
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}

.info-tx a{
	color: #001BF4;
	text-decoration: underline;
}


.select-box {
    position: relative;
}

.select-box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e70000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}


.selectpoint {
	padding: 15px 15px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
	color: #000;
	font-size: 2.5vh;
	line-height: 3.5vh;
	background: #fff;
}

.select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}

.alert {
    text-align: center;
}

.alert-success {
    color: #228900;
}

.alert-danger {
    color: #e70000;
}

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



footer li {
	height:40px;
	border-bottom: 2px solid #e70000;
	font-size:12px;
	padding-left: 2%;
}


footer li a {
	text-align:left;
	height:40px;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #fff;
	font-weight:bold;
    background: url("../../images/eden/arrow.svg") 98% center no-repeat;
    background-size: 8px;
}

.f-txt{
	margin: 20px auto;
	font-size: 10px;
	line-height: 20px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 10px;
	padding-bottom: 10px;
}



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



@media screen and (min-width: 768px) and (max-width: 1023px) {
.swiper-pagination{
	bottom:0%!important;
}

#f-menu ul{
	margin-top: -1.4%;
}

}


@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%;
}


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



img {
	vertical-align: top;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
}


* 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;
}


.spn{
	display: none;
}

#main{
	margin: 0 auto;
	overflow:hidden;
	width: 1024px;
}

#m-main{
	margin: 0 auto;
	overflow:hidden;
	width: 1024px;
	padding-top: 270px;
	padding-bottom: 90px;
}


#header{
	height: 113px;
}

#header2{
	width: 1024px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.logo img{
	width: 332px;
}

.login-btn{
	width: 280px;
}

.status{
	font-size: 24px;
	line-height: 34px;
	padding: 7px 20px;
}

.cl{
	font-size: 50px;
	display: block;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
}

.menu-trigger.active span {
  display: none;
}

nav li a{
	background-size: 8px;
	font-size: 20px;
	line-height: 30px;
}


nav {
  width: 600px;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
  padding-top: 20px;
}

.news-area {
	font-size: 22px;
	line-height: 32px;
}


#f-menu{
	height: 90px;
	padding-top: 2px;
	width: 1024px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#f-menu ul{
	margin-top: -12px;
}

#f-menu li{
	font-size: 16px;
	line-height: 30px;
}

#f-menu li img{
	width: 90px;
}


.noc{
	font-size: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.noc2{
	font-size: 14px;
	left: 30%;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}


.marquee {
 	font-size: 20px;
	line-height: 34px;
}


.inpr,.inpr2{
	font-size: 24px;
}


.send{
	font-size: 26px;
	cursor:pointer;
}


.form-txt{
	font-size: 16px;
	line-height:26px;
}


.title{
	font-size: 30px;
	line-height: 40px;
	padding: 20px;
}


.swiper-container{
	padding:2% 0 4%;
}


.result{
	margin: 10px 2%;
	padding-bottom: 10px;
}

.result01{
	font-size: 24px;
	line-height: 34px;
	padding: 10px;
}

.result02{
	font-size: 24px;
	line-height: 34px;
	margin: 6px;
}

.result03{
	font-size: 24px;
	line-height: 34px;
}

.result04{
	font-size: 24px;
	line-height: 34px;
	margin: 10px 0;
}

.result04 p{
	padding-bottom: 8px;
}


.hit1,.hit2,.hit3,.hit4,.hit5,.hit6,.hit7,.hit8,.hit9{
	padding: 0 20px;
	margin: 0 5px;
}


.swiper-pagination{
	bottom:10px!important;
}

.result05{
	font-size: 50px;
	line-height: 65px;
}

.hit-icon{
	position: absolute;
	top:-10px;
	left: 5px;
	width: 150px;
}

.hit-icon2{
	position: absolute;
	top:-10px;
	left: 5px;
	width: 100px;
}

.mail-sub,.btn2{
	clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
	background: url("../../images/eden/arrow.svg")no-repeat 98%, #e70000;
	background-size: 12px auto ,100% 100%;
	font-size: 24px;
	line-height: 34px;
}

.btn3{
	clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
		background: url("../../images/eden/arrow-b.svg")no-repeat 98%, #ffe400;
	background-size: 12px auto ,100% 100%;
	font-size: 24px;
	line-height: 34px;
}

.mail-sub:hover,.btn2 a:hover,.btn3 a:hover{
	clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
	background: url("../../images/eden/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
}

.btn4{
	clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
	font-size: 24px;
	line-height: 34px;
}

.m-plan{
  	font-size: 26px;
	line-height: 36px;
}

.m-plan-txt{
  	font-size: 20px;
	line-height: 30px;
}

.m-plan,.m-plan2{
  	font-size: 20px;
	line-height: 30px;
}

.detail{
	font-size: 20px;
	line-height: 30px;
}

.plan-day,.plan-day2{
	font-size: 20px;
	line-height: 30px;
}

.tx{
	font-size: 18px;
	line-height: 30px;
}


.tx table{
	font-size: 18px;
	line-height: 30px;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}


.message{
	font-size: 20px;
	line-height: 32px;
}

.message2{
	font-size: 20px;
	line-height: 32px;
}

.message3{
	font-size: 20px;
	line-height: 32px;
}

.m-day{
	font-size: 16px;
	line-height: 28px;
}


.info-tx{
	font-size: 16px;
	line-height: 26px;
}

.info-title{
	font-size: 18px;
	line-height: 30px;
}

footer ul {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}


footer li {
	font-size:16px;
	float: left;
	border-bottom: none;
	width: 	200px;
	text-align: center;
}


footer li a {
	background:none;
	text-align: center;
}

.f-txt{
	margin: 20px auto;
	font-size: 16px;
	line-height: 26px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 16px;
	padding-bottom: 10px;
}



}

