@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
	user-select: none;

}

@font-face { 
  font-family: "orbitron"; 
  src: url("../font/orbitron.ttf") format("truetype") 
}

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:#1d265d;
}

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

a:hover{
	color: #999;
    cursor: pointer;
}

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


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


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

body {
    margin:0;
	width:100%; 
    color: #004831;
	font-family: "Noto Sans JP", sans-serif;
	background:#fff;
}

input,textarea,select,button{
	font-family: "Noto Sans JP", sans-serif;
}

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

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

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color:#e7345e;
}

.area{
	position: relative;
}

.bg-area{
	background: #e2efbc;	
}



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

#main2{
	margin:0;
	overflow:hidden;
	padding-top: 54px;
	padding-bottom: 56px;
}


#header{
	width: 100%;	
	height: 54px;
	background: #004831;
	position: relative;
	border-bottom:4px solid #a9cb30;	
}

#header2{
	width: 100%;	
	height: 54px;
	position: fixed;
	background: #004831;
	z-index: 10;
	top: 0;
	left: 0;
	border-bottom:4px solid #a9cb30;	
}


.logo{
	padding:4px 0;
	text-align: center;
}

.logo2{
	padding:4px 5px;
	float: left;
}

.logo img,.logo2 img{
	width: 90px;
}

#header ul{
	float: right;
	margin-right: 2px;
	padding-top: 1px;
}

#header li{
	float: right;
	width: 48px;
	margin: 2px;
}

.status{
	float: right;
	text-align: right;
	margin: 1% 2%;
	color: #fff;
	font-size: 3.6vmin;
	line-height: 5.0vmin;
}

.status a{
	color: #fff;
}

.login{
	position: absolute;
	top:5%;
	right: 1%;
	width: 35px;
}

.btn{
	width: 98%;
	margin: 4% 1%;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
}

.btn img{
	width: 100%;
}

@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(0.8)
        }
	50% {
	 -webkit-transform: scale(1.0)
	}
}

.top-area01{
	padding: 4% 2%;
}

.top-s01{
	font-size: 5.0vmin;
	font-weight: bold;
	text-align: center;
}

.top-s02{
	font-size: 3.6vmin;
	text-align: center;
}

.top-s03{
	margin: 0 2%;
	font-size: 2.8vmin;
	line-height: 4.0vmin;
}

.top-s04{
	font-size: 3.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 2% 2% 6%;
}

.top-s05{
	background: #a9cb30;
	color: #fff;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
	border-radius: 0.8em;
	padding: 4% 2%;
	margin: 4%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}

.top-s05a{
	float: left;
	width: 20%;
}

.top-s05b{
	margin-left: 22%;
}

.top-img01{
	margin: 4% 0;
}

.top-img03{
	margin: 7% 0;
}


.inpr{
	margin:0;
	width:100%;
	padding:3%;
	font-size: 3.5vmin;
	border-radius: 6px;
	border:1px solid #999;
}


.send{
	width:20%;
	border: 0;
	padding:3% 1%;
	text-align: center;
	font-weight: bold;
	background: #0a3161;
	color: #fff;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	cursor: pointer;
}

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

.tx dl{
	line-height:1.5
}

.tx dt{
	font-weight:bold;
	margin:24px 0 8px;
	color: #333;
	border-bottom: 2px dashed #004831;
	padding: 2%;
}

.tx dd{
	padding:0 1em;
	color: #333;
}

.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: 3.4vmin;
	line-height: 6.0vmin;
}

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

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

.tx table td{
	width:66%;
	background: #fff;
}

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

.tx02{
	font-weight: bold;
	background:#004831;
	color: #fff;
	padding: 3%;
	margin: 0;
	text-align: center;
}


.tx03{
	border: 2px solid #004831;
	padding: 3%;
	background: #004831;
	color: #000;
}

.tx04{
	font-size: 3.4vmin;
	line-height: 5.4vmin;
	color: #999;
}

.title{
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 7.0vmin;
	line-height: 8.0vmin;
	margin: 8% auto 0;
}

.title02{
	text-align: center;
	font-family: "orbitron";
	font-size: 5.0vmin;
	line-height: 7.5vmin;
	margin: 2% auto 5%;
	color: #b6b6b6;
}


.result-in {
	padding: 4% 0;
}

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

.result{
	margin: 4% 2%;
	background: #fff;
	font-size: 3.8vmin;
	line-height: 6.0vmin;
	font-weight: bold;
	position: relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0.8em;
}

.result02{
	padding: 1% 8%;
}

.result img{
	padding: 2%;
	border-radius: 0.8em;
}

.result03{
	padding: 1% 8%;
}


.result04{
	font-size: 7.3vmin;
	line-height: 10.0vmin;
	padding: 1% 0 3%;
	text-align: center;
	color: #c80000;
}

.result04 span{
	font-size: 4.3vmin;
}

.hit{
	position: absolute;
	width: 24%;
	top: -5%;
	right: 0;
}

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

.swiper-container img{
	padding: 0 0;
	border: 3px solid #004831;
}

.swiper-container{
	margin:0 2%!important;
	text-align: left;
}
.swiper-pagination{
	bottom:4%!important;
}

.annotation{
	margin: 0 3%;
	font-size: 3.0vmin;
	line-height: 5.0vmin;
}


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

.btn2{
	margin: 8% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #ffaa07;
	background-size: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 90%;
}

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

}

.btn2 a:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 10px;
	border-radius: 5.0em;

}

.btn3{
	margin: 3% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #a9cb30;
	background-size: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 70%;
}

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

}

.btn3 a:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 8px;
	border-radius: 5.0em;
}

.btn4{
	margin: 3% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #a9cb30;
	background-size: 8px;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 96%;
}

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

}

.btn4 a:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 8px;
	border-radius: 5.0em;

}

.btn5{
	margin: 3% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #ffaa07;
	background-size: 8px;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 96%;
}

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

}

.btn5 a:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 8px;
	border-radius: 5.0em;

}

.btn6{
	margin: 3% auto;
	color: #fff;
	text-align: center;
	background: #444;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 96%;
	padding: 20px 0;
}

.btn7{
	margin: 3% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #ffaa07;
	background-size: 8px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	text-decoration: none;
	width: 96%;
}

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

}

.btn7 a:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 8px;
	border-radius: 5.0em;

}

.banner{
	margin: 5% 2%;
}

.banner02{
	margin: 2%;
}

.banner02 img{
	border: 2px solid #004831;
}


.form{
	padding: 4%;
}

.fo{
	margin: 3%;
}

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

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

.mail1 {
  width: 100%;
  padding: 3%;
  border:1px solid #ccc;
}


.mail2 {
  width: 100%;
  height: 200px;
  padding: 3%;
  border:1px solid #ccc;
}


.mail-sub{
	margin: 5% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #ffaa07;
	background-size: 8px;
  	border-radius: 5.0em!important;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
	color: #fff;
	padding: 14px 0;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
}

.mail-sub:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 10px;
}



.mail-sub2{
	margin: 5% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #000;
	background-size: 10px;
  	border-radius: 5.0em;
	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: 92%;
}

.mail-sub2:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #444;
	background-size: 10px;
}

.select-box {
    position: relative;
}

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


.selectpoint {
	padding: 10px 10px;
	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;
}


#f-menu{
	height: 56px;
	background: #004831;
	border-top:4px solid #a9cb30;
    padding-top: 4px;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
}

#f-menu li{
	float: left;
	width: calc(100% / 6);
	text-align: center;
	font-size: 2.7vmin;
	line-height: 4.0vmin;
	padding: 0.5% 0	;
	position: relative;
	color: #fff;
}

#f-menu li img{
	width: 26px;
	padding-bottom: 5%;
}

.official{
	margin: 4% 1%;
}

.official li{
	float: left;
	width: calc(100% / 3);
	padding: 1%;
}

#mail{
	padding: 2% 3%;
}

#mail a{
	color: #999;
	text-decoration: none;
}

#mail li{
	font-size: 4.0vmin;
	line-height: 7.0vmin;
	color: #333;
	background: #fff;
	margin: 2% 0;
	padding: 2%;
	border:2px solid #004831;
}

.m-title{
	color: #004831;
	font-size: 4.5vmin;
	font-weight: bold;
}

.m-title span{
	color: #e94627;
}

.m-content{
  overflow: hidden;
  width: 100%;
}

 .m-content p {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-time{
	font-size: 3.5vmin;
	color: #999;
}


.m-message{
	margin-top: 4%;
	padding-top: 4%;
	border-top: 1px solid #eee;
	color: #000;
}

.m-message a{
	text-decoration:underline!important;
	color:#218daf!important;
}




.h-banner{
	margin: 2% 0;
}


.h-banner li{
	float: left;
	width: calc(100% / 3);
}

.cau{
	color: #555;
	font-size: 2.4vmin;
	padding: 2% 1%;
	text-align: center;
}

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

.plan-txt2{
	font-size: 2.3vh;
	line-height: 3.5vh;
	margin: 4%;
	background: #eee;
	padding: 2%;
}

.plan{
	padding:2%;
}

.plan-info{
	background: #fff;
	border: 2px solid #004831;
}

.plan-info2{
	background: #004831;
	color: #fff;
	font-size: 2.5vh;
	line-height: 3.5vh;
	font-weight: bold;
	padding: 2%;
	margin-bottom: 2%;
	text-align: center;
}

.plan-info span{
	color: #e7345e;
	font-weight: bold;

}

.plan-info table{
	width: 96%;
	margin: 2%;
	font-size: 2.5vh;
	line-height: 3.5vh;
	border: 2px solid #004831;
}

.plan-info tr{
		border-bottom: 1px dotted #aaa;
}

.plan-info th{
	width: 50%;
	padding: 3% 2%;
	text-align: center;
	background: #004831;
	vertical-align: middle;
	color: #fff;
}

.plan-info td{
	width: 50%;
	padding: 3% 2%;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.plan-info3{
	font-size: 2.3vh;
	line-height: 4.0vh;
	padding: 2%;
	text-align: left;
	color: #000;
}

.plan-info ul{
	margin: 0 0 2%;
}


.plan-info li{
	float: left;
	width: 50%;
}

.obi{
	background: #000;
	color: #fff;
	padding: 3%;
	margin: 4% 2%;
	text-align: center;
	font-size: 5.0vmin;
	line-height: 6.0vmin;
	font-weight: bold;
}


footer {
	width:100%;
	text-align:center;
	padding:2% 0 0;
	background: #004831;
	border-top:4px solid #a9cb30;
	color: #fff;
}

.f-logo{
	padding:5px 0;
}

.f-logo img{
	width: 150px;
}


footer ul {
	margin: 5% 2%;
}

footer li {
	font-size: 3.6vmin;
	line-height: 5.0vmin;
	float: left;
	width: calc(100% / 2);
}

footer li a {
	text-align: center;
	color: #004831;
	background: #fff;
	padding: 4% 2%;
	display:block;
	text-decoration:none;
	text-indent:5px;
	font-weight:bold;
	margin: 3%;
	border-radius: 5.0em;
}

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

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


.copyright{
	font-size: 2.7vmin;
	line-height: 5.0vmin;
	padding: 1% 0 4%;
	text-align:center;
}


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


.cp_navi *, .cp_navi *:after, .cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_navi a {
	text-decoration: none;
}
.cp_navi {
	margin: 4% 0 2%;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	height: 70px;
	padding: 0 25px;
	border-radius: 35px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.cp_navi .cp_pagenum {
	font-size: 1.2em;
	line-height: 70px;
	display: block;
	float: left;
	padding: 0 25px;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #595959;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	color: #ffffff;
	background-color: #004831;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #004831;
	background-color: transparent;
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		height: 50px;
		padding: 0 10px;
		border-radius: 25px;
	}
	.cp_navi .cp_pagenum {
	font-size: 0.8em;
	line-height: 50px;
	padding: 0 15px;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cp_navi .cp_pagenum {
	display: none;
	padding: 0 14px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 50px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 45px;
	content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding-right: 14px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 5px;
	}
}

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



@media screen and (min-width: 500px) and (max-width: 1024px) {

.status{
	font-size: 14px;
	line-height: 17px;
}

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

#f-menu{
    padding-top: 1px;
}


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

#f-menu li img{
	padding-bottom: 2%;
}


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

.copyright{
	font-size: 14px;
	line-height: 14px;
}

}


@media screen and (min-width: 1025px){

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

#main2{
	margin: 0 auto;
	overflow:hidden;
	width: 1024px;
	padding-top: 100px;
	padding-bottom: 90px;
}

#header{
	width: 1024px;
	height: 100px;
	margin: 0 auto;	
	border-bottom:8px solid #a9cb30;
}


#header2{
	width: 1024px;
	height: 100px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom:8px solid #a9cb30;
}

.logo{
	padding:8px 0;
}

.logo2{
	padding:10px 0 0 15px;
}


.logo img,.logo2 img{
	width: 164px;
}

#header li{
	float: right;
	width: 90px;
	margin: 4px;
}

.status{
	padding: 0 8px;
	font-size: 24px;
	line-height: 34px;
}

.login{
	top: 3px;
	right: 10px;
	width: 70px;
}

.top01{
	font-size: 28px;
	line-height: 40px;
}

.top-s01{
	font-size: 34px;
}

.top-s02{
	font-size: 22px;
	line-height: 32px;
}

.top-s03{
	font-size: 22px;
	line-height: 32px;
}

.top-s04{
	font-size: 28px;
	line-height: 48px;
}

.top-s05{
	font-size: 40px;
	line-height: 50px;
	border-radius: 0.8em;
	padding: 4% 2%;
	margin: 4%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}


.inpr,.inpr2,.send{
	font-size: 22px;
	line-height: 32px;
}

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

.tx02{
	padding: 1%;
}

.tx03{
	padding: 1%;
}

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


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



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

.title{
	font-size: 50px;
	line-height: 70px;
}

.title02{
	font-size: 30px;
	line-height: 40px;
}


.top03,.top04{
	font-size: 40px;
	line-height: 70px;
}

.result{
	font-size: 30px;
	line-height: 40px;
}


.result span{
	font-size: 70px;
	line-height: 90px;
}


.s3{
	padding:0 0 40px;
}


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

.recommended li{
	font-size: 40px;
	line-height: 60px;
}


.top05{
	font-size: 40px;
	line-height: 90px;
}

.mail1 {
  padding: 15px;
}


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

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

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


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


.btn2,.btn3,.btn4,.btn5,.btn6,.btn7{
	font-size: 30px;
	line-height: 40px;
	background-size: 14px;
}

.mail-sub,.mail-sub2,.btn2 a,.btn3 a,.btn4 a,.btn5 a,.btn6,.btn7 a{
	font-size: 30px;
	line-height: 40px;
	padding: 24px;
	background-size: 14px;
}

.mail-sub:hover,.mail-sub2:hover,.btn2 a:hover,.btn3 a:hover,.btn4 a:hover,.btn5 a:hover,.btn7 a:hover{
	background-size: 14px;
}


.pageNav01 {
	font-size: 20px;
}

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

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


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

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

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

#f-menu li img{
	width: 50px;
	padding-bottom: 1%;
}


.result{
	font-size: 24px;
	line-height: 34px;
}
.result04{
	font-size: 70px;
	line-height: 90px;
}

.result04 span{
	font-size: 40px;
}


#mail li{
	font-size: 30px;
	line-height: 60px;
}

.m-title{
	font-size: 30px;
}

.m-time{
	font-size: 20px;
}




.cau{
	font-size: 14px;
	padding: 0 0 2%;
}

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

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

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

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

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


.obi{
	font-size: 30px;
	line-height: 40px;
}

.point2{
	margin: 1%;
}


footer {
	border-top:8px solid #a9cb30;
}



.f-logo img{
	width: 300px;
}


footer ul {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 20px;
}


footer li {
	font-size: 20px;
	line-height: 30px;
	width: calc(100% / 3);
}


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

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

}

.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity=.3);
}


.text-danger {
    color: #dc3545;
}

#point_list th,
#point_list td {
    width: auto;
    font-size: 75%;
}