@charset "utf-8";

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

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

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

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

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

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

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

a:hover{
	color: #ddd;
	text-decoration: none;
    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{
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: none;  
} 


body {
    margin:0;
	width:100%; 
    color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background:url("../images/bg.png");
	background-size: 34px;
}


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

.right{
	text-align:right;
}

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


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

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ec1c24;
}

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

header{
	background: #fff;
	height: 50px;
	padding: 5px;
}

.ftxt{
	background: #0069d5;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}

.logo{
	float: left;
	width: 120px;
}

.boat{
	float: right;
	width: 140px;
	margin: 5px 5px 0 0;
}


.form-area{
	margin:0;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	background: #0069d5;
	color: #fff;
}

.form-area p{
	margin:0 5%;
	padding-left:1em;
	text-indent:-1em;
}


.form{
	padding: 3% 1% ;
}


.inpr{
	margin:0;
	width:100%;
	padding:4%;
	font-size: 1.8vh;
	border:1px solid #ccc;
}

.send{
	width:100%;
	border: 0;
	padding:4% 0;
	text-align: center;
	font-weight: bold;

}

.btn_login {
	text-align: center;
	color: #ffe100;
	text-decoration: underline;
}

.btn_login a {
    color: #ffe100 !important;
}

.line{
	margin: 2% auto;
	width: 100%;
	text-align: center;
	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)
	}
}

.bbg{
	background: #0069d5;
	padding: 1% 0;
}

.result{
	position: relative;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	margin: 4% 2%;

}

.result01{
	color: #fff;
	background: #c61717;
	padding: 2%;
}

.result02{
	padding: 2%;
	float: left;
	width: 40%;
}

.result03{
	padding: 2% 0;
	float: left;
	width: 60%;
}

.result04{
	color: #0069d5;
	font-weight: bold;
}

.result06{
	color: #c61717;
	font-weight: bold;
	font-size: 8.0vmin;
	line-height: 9.0vmin;
}

.result07{
	position: absolute;
	width: 20%;
	top: -5%;
	right: -4%;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;

}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.6);
  }
}

.h-plan{
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
	margin: 2% 2%;
	font-weight: bold;
	padding-bottom: 0.5%;
}


.h-plan1{
	color: #fff;
	background: #0069d5;
	padding: 1%;
	font-size: 2.0vh;
	line-height: 3.0vh;
}

.h-plan table{
	width: 100%;
	margin: 2% 0;
}

.h-plan td{
	width: 50%;
	padding: 0% 1%;
	font-size: 1.8vh;
	line-height: 2.8vh;
}

.h-plan span{
	color: #dd0404;
}

.title{
	font-size: 2.4vh;
	line-height: 3.4vh;
	font-weight: bold;
	margin: 5% 0;
	text-align: center;
}

.title2{
	background: #0069d5;
	color: #fff;
	font-size: 2.4vh;
	padding: 2%;
	font-weight: bold;
	text-align: center;
}

.be01{
	margin:2%;
	padding: 10px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
	font-size: 2.1vh;
	line-height: 3.1vh;
}

.be01 a{
	color: #06c755;
}


.be02{
	color: #89c466;
	font-weight: bold;
	font-size: 2.5vh;
	line-height: 3.5vh;
}

.be03{
	margin: 20px auto;
	text-align: center;
}

.be01 table{
	width: 100%;
	border: 1px solid #ccc;
	font-weight: bold;
}

.be01 th{
	width: 30%;
	border: 1px solid #ccc;
	background: #f6f7f6;
	padding: 3%;
	vertical-align: middle;
}

.gb{
	background: #2d2d2d!important;
	color: #fff;
	text-align: center;
}

.be01 td{
	width: 70%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3%;
	vertical-align: middle;
}

.fo{
	margin: 3%;
}

.tx{
	margin:0 auto;
	padding: 10px;
	text-align: left;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	font-size:14px;
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:	1px solid gray;
	background: #fff;
}

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

.tx table th{
	width:34%;
	background:#eee;
	color: #333;
	text-align: left;
}

.tx table td{
	width:66%
}

.tx table td table th {
	width: 20%;
}

.tx table td table td {
	width: 30%
}

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

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


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


.mail-sub, .mail-sub2 {
	margin: 30px auto;
	text-align: center;
    background-size: 10px;
	font-size: 4.0vw;
	line-height: 5.0vw;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	border-radius: 100px;
	border: none;
}

.mail-sub {
	background: url("../images/arrow-b.svg") #f6ce46 right 10px center no-repeat;
	color: #000;
}

.mail-sub2 {
	background: url("../images/arrow.svg") #32cd32 right 10px center no-repeat;
	color: #fff;
}

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

.tel{
	text-align: center;
	font-size: 4.5vh;
	line-height: 5.5vh;
	font-weight: bold;
	margin-bottom: 10px;
}

.tel a{
	text-decoration: none;
}

.setting {
	margin:0 auto;
	text-align: left;
}


.setting table{
	width:98%;
	border:#323232 1px solid;
	background-color:#fff;
	margin:4px 1%;
}

.setting th{
	width:100%;
	height:22px;
	text-align:center;
	padding:10px;
	border:#ccc 1px solid;
	background:#f6f6f6;
	vertical-align: middle;
}


.setting td{
	padding:10px;
	width:50%;
	height:22px;
	text-align:left;
	border:#ccc 1px solid;
	vertical-align: middle;
	word-break: break-all;
}

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

.container{
	background: #fff;
	padding: 20px;
}


footer {
	width:100%;
	text-align:center;
	font-size:3.4vmin;
	color:#fff;
	padding:0;
	background:#0069d5;
}

.f-logo{
	width: 40%;
	margin: 4% auto;
}


footer li {
	height:40px;
	border-bottom: 1px dotted #fff;
	background:#0069d5;
	padding-left: 2%;
}


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

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

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



.login {
width: 100%;
color: #000;
position: fixed;
transition: 0.5s;
z-index: 100;
opacity: 0;
	font-size: 2.5vh;
	line-height: 3.5vh;
}

.login.open {
top: 20%;
opacity: 1;
}


.login_con {
margin: 40px auto 80px;
padding: 10px 10px;
text-align: center;
background: #0069d5;
color: #fff;
}

.login_con div {
margin: 15px auto;
font-weight: bold;
text-align: center;
}
.login_con span {
text-align: center;
}
.login input.mail, .login input.pass {
width: 98%;
height: 50px;
margin: 10px 0;
padding: 1%;
outline: none;
	font-size: 2.0vh;
	line-height: 3.0vh;
}
.login input#lg_btn {
width: 300px;
height: 59px;
background: #ffe100;
color: #000;
border-radius: 200px;
border: none;
cursor: pointer;
outline: none;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	font-weight: bold;
}
.login_close {
padding: 4px!important;
font-size: 40px;
position: absolute;
cursor: pointer;
right: 5px;
}
.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0s;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}


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



@media screen and (min-width: 768px) and (max-width: 1023px) {
#header{
	margin-bottom: 50px;
}	
}


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

a, ins {
  text-decoration: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

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


p {
    margin-top: 0;
    margin-bottom: 0!important;
}




.spn{
	display: none;
}

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


header{
	height: 80px;
	padding: 0px;
}

.ftxt{
	background: #0069d5;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.logo{
	float: left;
	width: auto;
	margin: 5px 15px;
	width: 200px;
}

.boat{
	float: right;
	width: auto;
	margin: 16px
}

.form-area{
	font-size: 18px;
	line-height: 28px;
}

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


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

}

.result06{
	font-size: 66px;
	line-height: 76px;
}

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

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

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


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


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


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

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

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


.login {
width: 100%;
position: fixed;
font-size: 20px;
transition: 0.5s;
z-index: 100;
opacity: 0;
}

.login.open {
top: 32%;
opacity: 1;
}

.login_con {
width: 900px;
margin: 40px auto 80px;
padding: 10px 10px;
}
.login_con div {
margin: 15px auto;
font-size: 24px;
font-weight: bold;
text-align: center;
}
.login_con span {
text-align: center;
}
.login input.mail, .login input.pass {
width: 98%;
height: 50px;
margin: 10px 0;
padding: 0px 1%;
outline: none;
font-size: 20px;
}
.login input#lg_btn {
width: 588px;
height: 80px;
font-size: 24px;
line-height: 34px;
}
.login_close {
padding: 4px!important;
font-size: 50px;
position: absolute;
cursor: pointer;
right: 5px;
top:20px;
}

.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}

.mail-sub, .mail-sub2 {
	margin: 30px auto;
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	background-size: 14px;
}

.mail-sub:hover, .mail-sub2:hover {
    background-size: 14px;
}

}

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