@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 {
	text-align: justify;
	margin-top: 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;
}

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


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

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

a:hover{
	color: #2fb401;
}

.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:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a 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: bottom;
}

.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:#e7345e;
}

.area{
	position: relative;
}

.area img {
    width: 100%;
}


#main{
	margin:0;
	overflow:hidden;
	padding-top:54px;
}


#header{
	width: 100%;
	height: 54px;
	position: relative;
	position: fixed;
	background: #000;
	z-index: 10;
	top: 0;
	left: 0;
	background: url("../../images/charivegas/line-parts.png") no-repeat bottom #000;
	background-size: 100%;
}

#header2{
	width: 100%;
	height: 54px;
	position: relative;
	background: #000;
	background: url("../../images/charivegas/line-parts.png") no-repeat bottom #000;
	background-size: 100%;
}

.logo{
	padding:1px 5px;
}

.logo img{
	width: 84px;
}

.h-login{
	position: absolute;
	width: 100px;
	top:4px;
	right: 5px;
}

.t-menu{
	position: absolute;
	top:8px;
	right: 5px;
}

.t-menu img{
	height: 30px;
}

.t-mail{
	position: absolute;
	top:8px;
	right: 100px;
}

.t-mail img{
	height: 30px;
}


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

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

nav.open {
  transform: translateZ(0);
}


nav li{
	position: relative;
	border-bottom: 1px solid #c5a263;
}


nav li a{
	color: #fff;
	text-decoration: none;
	padding: 5%;
	display: block;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
}



.noc{
	background: #d10006;
	color: #fff;
	font-size: 10px;
	position: absolute;
	right: 90px;
	top:3%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	z-index: 2;
}


.noc2{
	background: #e7345e;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: -4%;
	top:-10%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	z-index: 2;
}

.form-area{
	position: absolute;
	top: 64%;
	width: 100%;
	text-align: center;
}


.btn{
	width: 100%;
	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)
	}
}


.form{
	padding: 0 1% 0;
}

.form-txt{
	margin: 2% 2% 0;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	text-align: center;
	color: #000;
	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;
}

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

.send{
	width:22%;
	background: #096bff;
	color: #fff;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 3.5vmin;
}

.inpr2{
	margin:2% 5%;
	width:90%;
	padding:4%;
	font-size: 3.5vmin;
	border-radius: 6px;
	border: none;
}

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



.btn2{
	margin: 3% auto;
	text-align: center;
	background: linear-gradient(to bottom, #1621cc, #02a5ff);
	border-radius: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	border: 2px solid #fff;
}



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

.btn2 a:hover{
	background: linear-gradient(to bottom, #333, #999);
}

.btn3{
	margin: 0 auto;
	text-align: center;
	background: url("../../images/charivegas/arrow.svg")no-repeat 96%, #2fb401;
	background-size: 8px auto ,100% 100%;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	width: 100%;
}



.btn3 a{
	color: #fff!important;
	text-decoration: none;
	display: block;
  	padding: 10px 0;

}

.btn3 a:hover{
	background: url("../../images/charivegas/arrow.svg")no-repeat 96%, #999;
	background-size: 8px auto ,100% 100%;
	border-radius: 10px;
	color: #fff!important;

}

.btn4{
	margin: 3% auto;
	text-align: center;
	background: linear-gradient(to bottom, #2a9604, #03cc28);
	border-radius: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	border: 2px solid #fff;
}



.btn4 a{
	color: #fff!important;
	text-decoration: none;
	display: block;
  	padding: 20px 0;
	border-radius: 8px;
}

.btn4 a:hover{
	background: linear-gradient(to bottom, #333, #999);
}

.btn5{
	margin: 3% auto;
	text-align: center;
	background: linear-gradient(to bottom, #333, #999);
	border-radius: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	padding: 20px 0;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	border: 2px solid #fff;
}

.top-title{
	background: linear-gradient(to left, #175a08, #23be00);
	padding: 6% 5%;
	font-weight: bold;
	font-size: 5.5vmin;
	line-height: 6.5vmin;
	margin-bottom: 4%;
}

.top-title span{
	font-size: 4.0vmin;
	line-height: 5.5vmin;
}

.top-result{
	position: absolute;
	top: 12%;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
}

#result{
	margin: 2% 0%;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	font-weight: bold;
}

#result li{
	float: left;
	width: 48%;
	background: #000;
	text-align: center;
	margin: 1%;
	border: 3px solid #f1b766;
}

.result{
	overflow: hidden;
	text-overflow: ellipsis;
	background: #2fb401;
	color: #fff;
	padding: 4% 1% 4%;
}

.result1{
	text-align: center;
	padding: 3% 0 1%;
}

.result2{
	font-size: 5.0vmin;
	line-height: 6.0vmin;
	padding: 3% 0 4%;
}

.rich-txt{
	color: #FF7C00;
background: -webkit-linear-gradient(bottom, 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%);
background: -o-linear-gradient(bottom, 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%);
background: linear-gradient(to top, 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-weight: bold;
}

.cau{
	color: #eee;
	font-size: 2.4vmin;
	padding: 1% 2%;
}

.cau p{
	padding-left:1em;
	text-indent:-1em;
}


.banner{
	margin: 2%;
}

.banner table{
	width: 100%;
	font-weight: bold;
	font-size: 3.0vmin;
	line-height: 5.0vmin;
	color: #000;
	background: #fff;
	text-align: center;
	margin: 2% 0;
}

.banner th{
	width: 50%;
	background: #eee;
	padding: 2%;
	border-bottom: 1px solid #999;
	vertical-align: middle;
}

.banner td{
	width: 50%;
	padding: 2%;
	border-bottom: 1px solid #999;
	vertical-align: middle;
}

.banner2 {
	margin: 4% 0;
}

.banner2 li{
	width: 50%;
	float: left;
}

.title{
	margin: 4% 0;
}

.status{
	padding: 3% 0 5%;
	font-size: 3.4vmin;
	line-height: 5.0vmin;
	font-weight: bold;
	background: url("../../images/charivegas/line-parts.png") no-repeat bottom #3c0000;
	background-size: 100%;
}

.status table{
	width: 100%;
}

.status td{
	width: 50%;
	padding: 1% 0.5%;
	text-align: center;
}

.status span{
	background: #000;
	padding: 1% 5%;
	text-align: center;
}

.status ul{
	margin-top: 2%;
}

.status li{
	float: left;
	width: 33.33%;
	padding: 0.5%;
}

.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.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:#2fb401;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #2fb401;
	border-radius: 8px;
}

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


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




.fo{
	margin: 3%;
}

.tx{
	margin:0 auto;
	padding: 2%;
	text-align: left;
	font-size: 3.6vmin;
	line-height: 6.0vmin;
}

.tx02{
	font-weight: bold;
	background: linear-gradient(to left, #175a08, #23be00);
	padding: 1%;
	margin: 10px 0;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px;
	border-bottom: 1px solid #999;
}

.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;
	margin-bottom: 5%;
}

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

.tx table th{
	background:#fff;
	color: #000;
	text-align: center;
}

.tx img{
	margin-bottom: 2%;
}

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

.contact{
	margin: 4%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

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


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


.mail-sub{
	margin: 30px auto;
	text-align: center;
	background: linear-gradient(to bottom, #1621cc, #02a5ff);
	border-radius: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	border: none;
	border: 2px solid #fff;
	cursor: pointer;
	text-decoration: none;
	width: 90%;

}

.mail-sub:hover{
	background: linear-gradient(to bottom, #333, #999);
}


.mail-sub2{
	margin: 3% auto 1%;
	text-align: center;
	background: url("../../images/charivegas/arrow.svg")no-repeat 96%, #2fb401;
	background-size: 8px auto ,100% 100%;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	padding: 10px 0;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	border: none;
	width: 80%;
	color: #fff;

}

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


.mailbox{
	margin: 4%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
}

.mailbox a{
	color: #081f48;
	text-decoration: none;
}

.mailbox li{
	margin: 4% 0;
	padding: 3% 4%;
	background: #fff;
	border: 1px solid #2fb401;
	box-shadow: 4px 4px #2fb401;
}

.mailbox2{
	padding: 2% 0 0;
	font-size: 3.5vmin;
	line-height: 4.5vmin;text-align: right;
}

.mailbox li p{
	padding-left:1em;
	text-indent:-0.7em;
}


.fa-envelope{
	color: #2fb401;
}

.message{
	margin: 4% 4% 10%;
	padding: 3% 4%;
	background: #fff;
	color: #081f48;
	border: 1px solid #2fb401;
	box-shadow: 4px 4px #2fb401;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.message2{
	font-weight: bold;
	border-left: 3px solid #2fb401;
	padding-left: 4px;
}

.message3{
	padding: 4% 2% 0;
}

.message a{
	font-weight: bold;
	color: #0f4edd;
}

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



.point-b{
	margin: 4%;
}

.point-b img{
	border-radius: 10px;
}


.plan{
	padding: 4%;
	font-size: 2.3vh;
	line-height: 3.5vh;
}


.plan-txt{
	font-weight: bold;
	font-size: 2.5vh;
	line-height: 3.5vh;
	color: #d10006;
	text-align: center;
	margin: 5% 0;
}

.plan table{
	width: 100%;
	margin: 5% 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
}

.plan tr{
		border-bottom: 1px solid #999;
}

.plan th{
	width: 50%;
	padding: 2%;
	vertical-align: middle;
	background: #eee;
}

.plan td{
	width: 50%;
	padding: 2%;
	vertical-align: middle;
}


.m-plan2{
	padding: 2%;
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	background: #fff;
	color: #000;
}


.m-plan2 table{
	width: 90%;
	margin: 3% auto;
	border: 2px solid #2fb401;
}

.m-plan2 th{
	width: 10%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #2fb401;
}

.m-plan2 tr{
	border-bottom: 1px solid #2fb401;
}

.m-plan2 td{
	padding: 4%;
}

.hitm{
	text-align: right;
	font-weight: bold;
}



.hit1{
	background: #eee;
	color: #000;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit2{
	background: #404040;
	color: #fff;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit3{
	background: #e61717;
	color: #fff;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit4{
	background: #0066cc;
	color: #fff;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit5{
	background: #f0c518;
	color: #000;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit6{
	background: #228900;
	color: #fff;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit7{
	background: #ff9500;
	color: #000;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit8{
	background: #f28abd;
	color: #000;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}

.hit9{
	background: #822bd9;
	color: #fff;
	padding: 3px 7px;
	margin: 0 2px;
	border-radius: 6px;
}



.swiper-container{
	margin:2% 0;
	text-align: left;
	padding:2% 0 8%;
	background: #000;
}

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

.z2{
	margin:0 2%!important;
	padding:2% 0!important;
}

.z2 img{
	border-radius: 6px;
	width: 98%;
}

.beginner-list{
	margin: 4% 2%;
}

.beginner-list li{
	float: left;
	width: 50%;
	padding: 1%;
}

footer {
	width:100%;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:2% 0 0;
	background: url("../../images/charivegas/line-parts.png") no-repeat top #000;
	background-size: 100%;
}

footer img{
	vertical-align: top;
}



footer li {
	border-bottom: 1px solid #c5a263;
	font-size: 3.0vmin;
	line-height: 4.5vmin;
}

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

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

.f-txt p{
	padding-left:1em;
	text-indent:-1em;
}


.copyright{
	font-size: 2.7vmin;
	line-height: 5.0vmin;
	padding: 5% 0 4%;
	text-align:center;
	background: url("../../images/charivegas/line-parts.png") no-repeat top #000;
	background-size: 100%;
}


.be01{
	margin:2%;
	padding: 10px;
	text-align: left;
	font-size: 2.1vh;
	line-height: 3.1vh;
}


.point2{
	margin-top: 10px;
	color: #333;
}



.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;
	border: 1px solid #c0c0c0;
}

.point_list:hover {
	background:#2fb401;
}



.pay02{
	float:right;

}

.point2 label,
.point2 legend {
	display: block;
		cursor: pointer;
	padding: 15px 15px 10px;
}


.point2 input[type="radio"] {
	display: inline;
}

label > input[type="radio"] {
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}

input[type="radio"] {
	height:15px;
	width:15px;
}


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



@media screen and (min-width: 500px) and (max-width: 1023px) {
nav li a{
	font-size: 20px;
	line-height: 30px;
	padding: 30px;
}

footer li {
	font-size:16px;
}

footer li a {
	padding: 20px;
}


.f-txt{
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px 20px;
}
}

@media screen and (min-width: 1024px) {
    .form-area {
        top: 66%;
    }
}


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




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;
	padding-top: 100px;
}

#header{
	width: 1024px;
	height: 100px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

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


.logo{
	padding: 3px;
}

.logo img{
	width: 148px;
}

.h-login{
	width: 190px;
}

.t-menu{
	position: absolute;
	top:10px;
	right: 5px;
}

.t-menu img{
	height: 60px;
}

.t-mail{
	position: absolute;
	top:10px;
	right: 200px;
}

.t-mail img{
	height: 60px;
}


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

nav {
  width: 1024px;

}

.noc{
	font-size: 14px;
	right: 180px;
	top:4px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
}

.noc2{
	font-size: 16px;
	right: 0;
	top:0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}




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


.send{
	font-size: 24px;
	padding: 18px;
	cursor:pointer;
}


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



.mail1 {
  padding: 15px;
}


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

.contact{
	margin: 4%;
	font-size: 24px;
	line-height: 34px;
}

.mail1 {
  width: 98%;
  padding: 15px;
}


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


.mail-sub,.btn2,.btn4,.btn5{
	font-size: 24px;
	line-height: 34px;
}



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

.top-title span{
	font-size: 20px;
	line-height: 30px;
}

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

#result{
	font-size: 27px;
	line-height: 40px;
}

#result li{
	border: 5px solid #f1b766;
}


.result{
	overflow: hidden;
	text-overflow: ellipsis;
	background: #2fb401;
	color: #fff;
	padding: 4% 1% 4%;
}

.result1{
	text-align: center;
	padding: 3% 0 1%;
}

.result2{
	font-size: 50px;
	line-height: 76px;
}

.cau{
	font-size: 14px;
}

.status{
	font-size: 30px;
	line-height: 46px;
}

.mail-sub2{
	background: url("../../images/charivegas/arrow.svg")no-repeat 99%, #2fb401;
	background-size: 12px auto ,100% 100%;
	font-size: 20px;
	line-height: 30px;
}

.mail-sub2:hover{
	background: url("../../images/charivegas/arrow.svg")no-repeat 99%, #999;
	background-size: 10px auto ,100% 100%;
}

.btn3{
	background: url("../../images/charivegas/arrow.svg")no-repeat 98%, #2fb401;
	background-size: 10px auto ,100% 100%;
	font-size: 20px;
	line-height: 30px;
}


.btn3 a:hover{
	background: url("../../images/charivegas/arrow.svg")no-repeat 98%, #999;
	background-size: 10px auto ,100% 100%;
}


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

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




.pageNav01 {
	font-size: 20px;
}

.pageNav01 li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.pageNav01 li span {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

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



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


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

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


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


.plan-txt{
	font-size: 30px;
	line-height: 40px;
	margin: 3% 0;
}


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

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

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




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


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

footer li:last-child {
	border: none;
}


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

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

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

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

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

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 48%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;;
	border: 1px solid #c0c0c0;
}

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


}

