@charset "utf-8";


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

}


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

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: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: "Noto Sans JP", sans-serif;
	background:#00aef0;
}

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: #0140a4;
	padding: 0.1% 0;
	margin: 3% 0 ;
}

.bg-area2{
	background: #0140a4;
	padding: 0.1% 0 5%;
	margin: 0 0 1%;
}


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

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


#header{
	width: 100%;	
	height: 54px;
	background: #0141a5;
	position: relative;
}



.logo{
	padding:10px 0 0 10px;
}

.logo2{
	padding:10px 0 0 10px;
	float: left;
}

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

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

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

.status{
	background: #000;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.marquee {
	overflow: hidden;
	position: relative;
	background: #0140a4;
	color: #fff;
	font-size: 4.6vmin;
	line-height: 9.0vmin;
}


.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: 10s;
  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%); }
}



.blinking{
	margin: 4% auto;
	text-align: center;
	width: 30%;	
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.top01{
	margin: 5%;
	font-size: 3.0vmin;
	line-height: 5.0vmin;
}


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

.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{
	margin: 10% 4%;
}

.top-title01{
	margin: 5% 6% 10%;
	text-align: center;
	border-radius: 5.0em;
	background: #fff;
	color: #0140a4;
	padding: 2% 5%;
	font-weight: bold;
	font-size: 5.0vmin;
	line-height: 6.0vmin;
}

.top-area01-l{
	font-size: 4.4vmin;
	line-height: 6.4vmin;
	margin-top: 6%;
}

.top-area01-r{
	float: right;
	width: 30%;
}

.top-area02{
	padding: 4% 0 8%;
	margin: 1% 0 10%;
	background: #8cdaf8;
	color: #000;
}

.top-title02{
	margin: 5% 6%;
	text-align: center;
	border-radius: 5.0em;
	background: #000;
	color: #fff;
	padding: 2% 5%;
	font-weight: bold;
	font-size: 5.0vmin;
	line-height: 6.0vmin;
}

.top-area02-l{
	font-size: 5.0vmin;
	line-height: 6.0vmin;
	margin: 8% 4%;
	font-weight: bold;
}

.top-area02-r{
	font-size: 4.4vmin;
	line-height: 6.4vmin;
	margin: 2% 4% 6%;
}

.top-area03{
	padding: 8% 0 8%;
	margin: 1% 0 10%;
	background: #8cdaf8;
}


.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-weight:bold;
	margin:24px 0 8px;
	background: #0141a5;
	padding: 2%;
	border-radius: 0.4em;
}

.tx dd{
	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:2%;
	border:1px solid #fff;
	vertical-align:middle
}

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

.tx table td{
	width:66%
}

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

.tx02{
	font-weight: bold;
	background:#0141a5;
	color: #fff;
	padding: 3%;
	margin: 3% 0 0;
	position: relative;
}


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

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

.title{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 6.2vmin;
	letter-spacing: 0.2em;
	text-shadow: 3px 3px 0px rgba(14, 112, 139, 1);
	margin: 10% auto 6%;
}


.result-in {
	margin: 2% 0;
}

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

.result{
	margin: 4% 2%;
	background: #fff;
	text-align: center;
	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);
}

.result02{
	background: #000;
	text-align: left;
	padding: 1% 8%;
}

.result img{
	padding: 2%;
}

.result03{
	padding-top: 1%;
	color: #000;
}


.result04{
	font-size: 7.3vmin;
	line-height: 10.0vmin;
	padding: 1% 0 3%;
	font-style: italic;
	background: linear-gradient(0deg, #0038f1 0%, #0038f1 20%, #00bbfe 50%, #0038f1 80%, #0038f1 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.hit{
	animation: hit ease-in-out infinite alternate;
	animation-duration: 1.8s;
	position: absolute;
	width: 24%;
	top: -5%;
	right: 0;
}

@keyframes hit{
0%, 40%, 60%, 80% {
    transform: scale(1.2);
}
50%, 70% {
    transform: scale(0.95);
}
}

.s3{
	padding:0 0 10%;
}

.s3 img{
	padding: 0 0;
	border: 3px solid #fff;
}



.swiper-container{
	margin:0 2%!important;
	text-align: left;
}
.swiper-pagination{
	bottom:1%!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, #0141a5;
	background-size: 10px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	border: 2px solid #fff;
	text-decoration: none;
	width: 90%;
}

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

}

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

}

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

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

}

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

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

.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: 10px;
	border-radius: 5.0em;

}

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

.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: 10px;
	border-radius: 5.0em;

}

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


.banner{
	margin: 5% 2%;
}

.banner img{
	border: 2px solid #fff;
}

.banner02{
	margin: 0% 0 2%;
}

.recommended{
	margin: 5% 0;
}

.recommended li{
	margin: 2% 0;
	background: #f2f2f2;
	padding: 6%;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
}

.recommended01{
	width: 20%;
	float: left;
}

.recommended02{
	margin:4% 0 0 25%;
}


.top05{
	text-align: center;
	padding: 3% 1%;
	margin: 0 auto;
	font-size: 5.0vmin;
	line-height: 11.0vmin;
}

.form{
	margin: 3%;
}

.fo{
	margin: 3%;
}

.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: 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, #0141a5;
	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-sub:hover{
	background: url("../images/arrow.svg")no-repeat right 10px center, #000;
	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, #000;
	background-size: 10px;
}
#f-menu{
	height: 56px;
	background: #0140a4;
    padding-top: 4px;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
}

#f-menu li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	padding: 0.5% 0	;
	position: relative;
	color: #fff;
}

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


#mail{
	padding: 0 3% 2%;
}

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

#mail li{
	font-size: 4.0vmin;
	line-height: 7.0vmin;
	color: #999;
	background: #fff;
	margin: 2% 0;
	padding: 2%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.m-title{
	color: #000;
	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;
}


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

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

.plan-info2{
	background: #0140a4;
	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;
}

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

.plan-info th{
	width: 30%;
	padding: 2%;
	text-align: center;
	background: #0140a4;
	vertical-align: middle;
	color: #fff;
}

.plan-info td{
	width: 70%;
	padding: 2%;
	vertical-align: middle;
	color: #000;
}

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

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

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 96%;
	box-sizing: border-box;
	margin:0.5% 2%;
	background: #fefefe;
	border: 2px solid #c0c0c0;
	border-radius: 5.0em;
	color: #000;
}

.point_list:hover {
	background:#000;
	color: #fff;
}



.pay02{
	float:right;
	
}

.point2{
	margin: 2% 0;
}

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

.accordion-001 {    	
	margin: 2%;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 3%;
    background: #000;
    color: #fff;
    font-size: 5.0vmin;
	font-weight: bold;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

footer {
	width:100%;
	text-align:center;
	padding:2% 0 0;
	background: #00aef0;
	color: #fff;
	margin-top: 40px;
}

footer ul {
	margin: 5% 8%;
}

footer li {
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	margin: 3% 0;
}

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

footer li:hover {
	background: #000;
	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: #0140a4;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #0140a4;
	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) {

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

.accordion-001 summary {
	font-size: 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-bottom: 90px;
}

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

.logo,.logo2{
	padding:15px 0 0 15px;
}

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

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

.status{
	padding: 1%;
	font-size: 30px;
	line-height: 40px;
}

.marquee {
	font-size: 32px;
	line-height: 65px;
}


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

.top-title01,.top-title02{
	font-size: 54px;
	line-height: 74px;
}

.top-area01-l{
	font-size: 36px;
	line-height: 60px;
}


.top-area02-l{
	font-size: 46px;
	line-height: 66px;
}

.top-area02-r{
	font-size: 36px;
	line-height: 60px;}

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


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


.mail-sub,.mail-sub2,.btn2,.btn3,.btn4,.btn5,.btn6{
	font-size: 30px;
	line-height: 40px;
}


.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: 90px;
	padding-top: 2px;
	width: 1024px;
	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;
}

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

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

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

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

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 49.75%;
	box-sizing: border-box;
	margin:0.5% 0;
	background: #fefefe;;

}

.accordion-001 summary {
	font-size: 20px;
}

footer {
	border-top: 6px solid #d4af37;
}


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


footer li {
	font-size: 30px;
	line-height: 40px;
}

footer li a {
	padding: 2% 2%;
	border: 4px solid #fff;

}



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

.copyright{
	font-size: 13px;
	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%;
}