@charset "utf-8";


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

}

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


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

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: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #f2f2f2;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

input,textarea,select,button{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

video {
	width: 90%;
 	display: block;
	margin: 5%;
}


.ft{
	font-family: "Noto Serif JP", 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; 
}

.pcn{
	display: none;
}

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

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color:#e7345e;
}

.area{
	position: relative;
}


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

#m-main{
	margin:0;
	overflow:hidden;
	padding-bottom: 56px;
	background: #fff;
}


#header{
	width: 100%;	
	height: 54px;
	background: #0a3161;
	border-bottom: 4px solid #d4af37;
	text-align: center;
}


.logo{
	padding:10px 0 0;
}

.logo img{
	width: 150px;
}

.top01{
	text-align: center;
	background: #f2f2f2;
	padding: 3% 1%;
	margin: 0 auto;
	font-size: 5.0vmin;
	line-height: 9.0vmin;
}

.top02{
	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)
	}
}

.form-area{
	width: 100%;
	text-align: center;
	padding: 1% 2% 3%;
}

.inpr{
	margin:0;
	width:78%;
	margin-right: 1%;
	padding:3%;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	border:1px solid #ccc;
}

.inpr2{
	margin:0;
	width:100%;
	margin-right: 1%;
	padding:3%;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	border:1px solid #ccc;
}

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

#link{
	margin: 5% 0;
	padding: 3% 0;
	background: #0a3161;
}

#link .swiper-slide{
	margin: 0 1%;

}

.swiper-container{
	margin:0;
	text-align: left;
}

.top03{
	background: #f2f2f2;
	padding: 3% 1% 3% 10%;
	margin: 25% 0 10% 27%;
	font-size: 4.4vmin;
	line-height: 8.4vmin;
	position: relative;
	width: 70%
}

.top-ph01{
	position: absolute;
	width: 45%;
	top:-20%;
	left: -34%;
}

.top04{
	background: #f2f2f2;
	padding: 3% 10% 3% 1%;
	margin: 0 0 20% 3%;
	font-size: 4.4vmin;
	line-height: 8.4vmin;
	position: relative;
	width: 70%
}

.top-ph02	{
	position: absolute;
	width: 45%;
	top:20%;
	right: -34%;
}

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

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

.result{
	margin: 4% 2%;
	background: #f2f2f2;
	border: 3px solid #0a3161;
	text-align: center;
	padding: 3%;
	font-size: 3.8vmin;
	line-height: 6.0vmin;
	letter-spacing: -0.1em;
	font-weight: bold;
}

.result img{
	padding: 5% 0;
}

.result span{
	font-size: 7.6vmin;
	line-height: 10.0vmin;
	color: #e20000;
}

.s2{
	padding:0 0 10%;
}

.s3{
	padding:0 0 10%;
}

.s3 img{
	padding: 0 2%;
}


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

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


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

.title{
	font-family: "impact"; 
	position: relative;
	text-align: center;
	color: #e8e8e8;
	font-style: italic;
	font-size: 11.0vmin;
	margin: 6% auto;
}

.title2{
	position: absolute;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 4.5vmin;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -10%;
}

.btn2{
	margin: 5% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #0a3161;
	background-size: 10px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	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: 5% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat right 10px center, #d4af37;
	background-size: 10px;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
	border-radius: 5.0em;
	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: 5% 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%;
}

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

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

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

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


.tx03{
	border: 2px solid #0a3161;
	padding: 3%;
	background: #fff;
}

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


.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px;
	background: #f2f2f2;
	padding: 2%;
}

.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: 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, #0a3161;
	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: 90%;
}

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


.mail-sub2{
	margin: 3% auto 1%;
	text-align: center;
	background: url("../images/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;
	cursor: pointer;
}

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

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

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

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

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

#nav_toggle{
	display: block;
	width: 24px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 6px auto;
	z-index: 100;
	cursor: pointer;
}

#nav_toggle div {
		position: relative;
	}

#nav_toggle span{
		display: block;
		height: 5px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

nav{
	display: none;
	position: absolute;
	bottom: 56px;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;	
}

#spmenu{
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	background:#0a3161;
	padding:60px 2% 2% 2%;
	font-size: 3.5vmin;
	line-height: 6.5vmin;
	z-index: 100;
	text-shadow: none;
}


#spmenu p{
	margin: 2% 0;
}

.noc{
	background: #fff000;
	color: #000;
	font-size: 10px;
	position: absolute;
	right: 10%;
	top:3%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	z-index: 2;
	font-family: "Noto Sans JP", sans-serif;
	text-shadow: none;
}


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


#spmenu li{
	width: 98%;
	margin: 1%;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	padding: 0!important;
}

#spmenu li a{
	text-decoration: none;
	display: block;
	padding: 10px 0!important;
}


#spmenu li a:hover{
	background:#eae8e8;	
	border-radius: 10px;	
}

#status{
	background: #f8f8f8;
	padding: 4% 1% 1%;
	margin: 1%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
	border-radius: 10px;
} 

#mail{
	background: #f2f2f2;
	padding: 2% 3%;
}

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

#mail li{
	font-size: 4.5vmin;
	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: 5.0vmin;
	font-weight: bold;
}

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

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

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

.m-time{
	text-align: right;
	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 #0a3161;
}

.plan-info2{
	background: #0a3161;
	color: #fff;
	font-size: 2.5vh;
	line-height: 3.5vh;
	font-weight: bold;
	padding: 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: #eee;
	vertical-align: middle;
}

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

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

.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: 1px solid #c0c0c0;
	border-radius: 5.0em;
}

.point_list:hover {
	background:#0a3161;
	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: 1em 2em;
    background-color: #0a3161;
    color: #fff;
    font-weight: 600;
    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;
	font-size:14px;
	padding:2% 0 0;
	background: #0a3161;
	border-top: 4px solid #d4af37;
	color: #fff;
	margin-top: 40px;
}


footer li {
	font-size: 3.0vmin;
	line-height: 4.5vmin;
}

footer li a {
	text-align: center;
	color: #fff;
	padding: 4% 2%;
	display:block;
	text-decoration:none;
	text-indent:5px;
	font-weight:bold;
    background-size: 8px;
}

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


.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: #0a3161;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #0a3161;
	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: 1023px) {

.noc3{
	background: #0a3161;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 2%;
	top:20%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	z-index: 2;
}

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

}

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

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

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

.logo{
	padding:15px 0 0;
}

.logo img{
	width: 300px;
}

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

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

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

.title{
	font-size: 100px;
	margin: 110px auto;
}

.title2{
	font-size: 40px;
	bottom: -40px;
}

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

.result{
	border: 10px solid #0a3161;;
	font-size: 30px;
	line-height: 40px;
}

.result img{
	padding: 5% 0;
}

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

.s2{
	padding:0 0 40px;
}

.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,.btn2,.btn3,.btn4{
	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;
}

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

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



#f-menu{
	border-top: 6px solid #d4af37;
	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;
}

#nav_toggle{
	width: 36px;
	height: 36px;
}

#nav_toggle div {
		position: relative;
		margin: 6px auto;
	}

#nav_toggle span{
		display: block;
		height: 6px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:14px;
	}
	#nav_toggle span:nth-child(3){
		top:28px;
	}
	
nav{
	bottom: 90px;
}

#spmenu{
	overflow-y: scroll;
	width: 1024px;
	height: 100%;
	padding-top:110px;
	font-size: 18px;
	line-height: 28px;
	z-index: 100;
	margin: 0 auto;
}

.noc{
	font-size: 16px;
	right: 20px;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

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

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

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

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

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




.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;;
	border: 1px solid #c0c0c0;
}

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


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


footer li {
	font-size:14px;
	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: 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);
}

.popup .modal-body img {
    display: block;
    margin: auto;
}

.popup .modal-footer {
    justify-content: center;
}

.popup .modal-footer .btn {
    margin: 0;
    background-image: none;
    font-size: inherit;
    line-height: inherit;
}

.text-danger {
    color: #dc3545;
}