@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Noto Sans JP', 'Work Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	color: #111;
	background: #fff;
}

#wrap{
	width:100%;
	max-width:640px;
	margin:0 auto;
	overflow:hidden;
}

ul:after {
	content: "";
	clear: both;
	display: block;
}

#page {
	width: 100%;
	max-width:640px;
	height: 100%;
	margin:0 auto;
	position: relative;
	z-index: 15;
}

#page2 {
	width: 100%;
	max-width:640px;
	height: 100%;
	margin:0 auto;
}

a {
	color: #11a6d9;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #609aa6;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #fff;
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 400;
	margin: 30px 0 10px 0;
}

i{
	margin-right:5px;
}

::-webkit-selection {
	color: #fff;
	background: #4040f8;
}

::-moz-selection {
	color: #fff;
	background: #4040f8;
}

::selection {
	color: #fff;
	background: #4040f8;
}

.fh5co-nav .top-menu {
	padding: 5px 0;
	height:65px;
}

.fh5co-nav .top-menu ul{
	margin-top:10px;
}

.fh5co-nav #fh5co-logo {
	margin: 0;
	padding: 0;
	width:40%;
}

.fh5co-nav2{
	margin-top:0;
	padding-top:0;
	background:url(../images/bg_header.jpg)no-repeat center top / cover;
	height:auto;
}

.fh5co-nav2 .top-menu {
	padding: 0px 20px;
	margin:0 auto 0;
	height:auto;
	width:100%;
	max-width:640px;
}

.fh5co-nav2 img {
	margin: 0;
	padding: 0;
	width:100%;
}

.h-lg {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	width:100%;
	box-sizing: border-box;
	padding:0;
	margin:0;
}

.h-lg li:first-child {
	flex: 1;
	text-align: center;
	margin: 0;
	padding: 0;
}

.h-lg li:last-child{
	width:150px;
	margin: 0px;
	padding: 0;
	margin-right: 0;
	text-align:right;
}

.btn_logintop2 {
	background:#fff;
	border:4px solid #294eab;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	color: #002c9b;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 25px;
	margin:0 0 0 0;
	font-size: 2.0rem;
	cursor: pointer;
	min-width:130px;
}

@media screen and (max-width: 768px) {
.fh5co-nav{
	z-index:9999999;
}
}

@media screen and (max-width: 480px) {
.modal-content {
	background: #FFF;
	color:#000;
	overflow-y: auto;
	padding: 30px 35px;
	width: 90%;
	max-width: 500px;
	height:auto;
	max-height: 480px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
	filter: drop-shadow(0px 2px 6px #777);
}

.fh5co-nav .top-menu {
	padding: 10px 0 0
	height:0;
}

.fh5co-nav #fh5co-logo {
	margin: 0;
	padding: 0;
	width:100%;
}


.fh5co-nav2{
	margin-top:0;
	padding-top:0;
	background:url(../images/bg_header.jpg)no-repeat center top / cover;
	height:120px;
}

.fh5co-nav2 .top-menu {
	padding: 0 0;
	height:0;
}

.fh5co-nav2 img {
	margin: 0 auto 0;
	padding: 0;
	width:90%;
}

.h-lg li:last-child{
	width:120px;
	margin-right:10px;
	padding: 10px;
	text-align:center;
}

.btn_logintop2 {
	background:#fff;
	border:4px solid #294eab;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #002c9b;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px;
	margin:0 0 0 0;
	font-size: 1.6rem;
	cursor: pointer;
	width:100%;
	max-width:100px;
	min-width:90px;
}
}

.fh5co-nav ul {
	padding: 0;
	margin: 5px 35px 0 0;
}
.fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.fh5co-nav ul li a {
	font-size: 15px;
	padding: 30px 15px;
	color: rgba(0, 0, 0, 0.7);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
	color: black;
}

.fh5co-nav ul li.btn-cta a {
	padding: 30px 0px !important;
	color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
	background: #0089ab;
	padding: 4px 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.fh5co-nav ul li.btn-cta a:hover span {
	background: #01d3ec;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
	color: #000 !important;
	position: relative;
}
.fh5co-nav ul li.active > a:after {
	position: absolute;
	bottom: 25px;
	left: 15px;
	content: '';
	width: 20px;
	height: 2px;
	margin: 0 auto;
}

.fv-area{
	position: relative;
	max-width: 640px;
	width:100%;
	height:min(700 / 640 * 100vw, 700px);
	margin-top:0;
	pointer-events:none;
}

.fv01 {
	position: absolute;
	left:0;
	top: 0vw;
	max-width:640px;
	width:100% !important;
	z-index:101;
}

.fv02 {
	position: absolute;
	right:0px;
	top: 0vw;
	max-width:640px;
	width:100% !important;
	z-index:120;
}

.fv03 {
	position: absolute;
	right:0px;
	top: 0vw;
	max-width:640px;
	width:100% !important;
	z-index:99;
}

.fv04 {
	position: absolute;
	right:0px;
	top: 0vw;
	max-width:640px;
	width:100% !important;
	z-index:101;
}



.line_check{
	text-align:left;
	margin-bottom:50px;
}

.line_check li{
	list-style: none;
	margin-left:0px;
	padding: 0 10px;
	text-align:left;
}

.line_check li i{
	color:#7fb547;
}

.reg_mail{
	border-radius:30px;
	border:5px solid #222;
	box-shadow:0 0 1px 4px #ff0000 inset;
	background:#fff;
	box-sizing: border-box;
	padding:40px 15px 35px;
	margin:30px auto 15px;
	width:94%;
}

.mail {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 10px;
	list-style: none;
	width:100%;
	box-sizing: border-box;
}

.mail li:first-child {
	margin-left:0px;
	padding: 10px;
	text-align:left;
	flex: 1;
}

.mail li:last-child {
	width: 120px;
	margin-right:30px ;
	padding: 10px;
	text-align:left;
}

.reg_address{
	width:100%;
	height:75px;
	color:#666;
	background:#fff !important;
	box-sizing: border-box;
	border:1px solid #000;
	font-size:1.6rem;
	padding:10px;
	margin:0;
}


.fm{
	margin-top:5vw;
}

#fh5co-counter,
.fh5co-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.fh5co-bonus {
	overflow: hidden;
}

@media screen and (max-width: 992px) {
	.fh5co-bonus {
		height: 450px;
	}
}
.fh5co-bonus a {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-bonus a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
}
.fh5co-bonus .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-bonus:hover .overlay {
	background: rgba(0, 0, 0, 0.7);
}
.fh5co-bonus:hover a {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#fh5co-hero {
	padding:0 0;
	margin: 0 auto;
}

.modal {
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}

.modal-container{
}

.modal-container .img {
	background: #f1f1f1;
	margin-bottom: 15px;
}

.modal-container p {
	margin-bottom: 15px;
	font-size:1.4rem;
}

.modal-container p:last-child {
	margin-bottom: 0;
}

.modal-container p.line {
	margin-bottom: 20px;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
}

.modal-content {
	background: #FFF;
	color:#000;
	overflow-y: auto;
	padding: 30px 35px 15px;
	width: 90%;
	max-width: 500px;
	height:auto;
	max-height: 600px;
	position: absolute;
	margin-top:25px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
	filter: drop-shadow(0px 2px 6px #777);
	box-sizing:border-box;
}

.modal-top {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.modal-close {
	color: #000;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1;
	padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}

.modal-title {
	color: #FFF;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

button{
	border:none;
	background:none;
}

.btn_line {
	background:#34c465;
	border:2px solid #34c465;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 30px;
	margin-top:10px;
	margin-bottom: 0;
	font-size: 1.8rem;
	letter-spacing:0.1em;
	cursor: pointer;
	min-width:300px;
	box-sizing:border-box;
}

.btn_line02 {
	background:#26bd30;
	border:5px solid #000;
	box-shadow:0 0 1px 4px #fff inset;
	font-weight: bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 30px;
	margin-top:15px;
	margin-bottom: 0;
	font-size: 2.0rem;
	cursor: pointer;
	min-width:240px;
	width:80%;
	box-sizing:border-box;
}

.btn_login {
	background:#002b9b;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 20px;
	margin:15px auto 0;
	font-size: 1.6rem;
	text-align:center;
	cursor: pointer;
	min-width:250px;
}

.btn_logintop {
	background:#fff;
	border:4px solid #294eab;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	color: #002c9b;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 25px;
	margin:0 auto 0;
	font-size: 2.0rem;
	cursor: pointer;
	min-width:130px;
}

.btn-mini{
	border-radius: 10px;
	display: block;
	min-width: 120px;
	max-width:200px;
	width:auto;
	height:70px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #002c9b;
	border:none;
	color: #FFF;
	font-size: 1.8rem;
	line-height:70px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	margin: 20px auto 30px;
}

.btn-mini:hover{
	color: #FFF;
}

.btn_more {
	background:#00bcf3;
	border:4px solid #000;
	box-shadow:0 5px rgba(0,0,0,1);
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 25px;
	margin:0 auto 0;
	font-size: 2.0rem;
	cursor: pointer;
	min-width:130px;
}

.login_box{
	background:#b8e8ff;
	border:4px solid #002fa2;
	padding:15px;
	margin-top:35px;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.login_ip {
	width: 100%;
	color: #333;
	border: 3px solid #002fa2;
	padding: 10px;
	margin: 3px auto;
}

a.con{
	color:#11a6d9;
	text-decoration:underline;
}

a.con:hover{
	text-decoration:none;
}

.catch{
	background:url(../images/bg_fv.jpg)no-repeat center bottom / cover;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position: relative;
}

.fh5co-bg-section {
	background: rgba(0, 0, 0, 0.05);
}

.date{
    display: flex;
    list-style: none;
    margin:0 auto 15px;
    padding:0;
    text-align:center;
    width:357px;
}

.date li{
    padding-top: 60px;
    padding-left: 0px;
    width:119px;
    height:127px;
    background:url(../images/calender.png)no-repeat center center / 100% auto;
    color:#002c9b;
    font-size:24px;
    font-weight:bold;
}

.form-area {
	border:3px solid #002c9b;
	background:rgba(255,255,255,.7);
	padding: 2%;
	margin:20px auto;
	color: #000;
	font-size: 1.0rem;
	padding:10px;
	width: 96%;
	border-radius: 20px;
	box-sizing: border-box;
}

.form-area hr{
	width:100%;
	border:2px solid #002c9b;
	margin:5px auto;
	box-sizing: border-box;
}

.form-area p{
	line-height:1.5;
	font-size:1.2rem;
	color:#002c9b;
	margin:5px 0;
	padding:15px;
	text-align:left;
}

.form-control01 {
	color: #002c9b;
	border:none;
	background:rgba(255,255,255,0);
	outline: none;
	font-size: 1.4rem;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
}

.reg-attention{
	max-width:640px;
	width:100%;
	font-size:1.4rem;
	margin:20px auto 50px;
}

.tx-title{
	background:#002c9b;
	padding:5px;
	margin-top:30px;
	margin-bottom:20px;
}

.tx{
	border: 4px solid #fff;
	background-image: linear-gradient(0deg, #00c0ff, #ffffff 45%);
	box-shadow: 0 0 0 3px rgba(0,44,155,1)inset;
	box-sizing: border-box;
	padding:1% 2%;
}

.tx p{
	line-height:1.5;
	font-size:1.8rem!important;;
	font-weight:bold;
	color:#fff!important;
	margin:5px 0 8px!important;;
	text-align:center;
	text-shadow:0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b;
}

#fh5co-lp{
	padding: 15em 0 2em;
	clear: both;
	position: relative;
	box-sizing:border-box;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
}

#fh5co-lp2{
	padding: 1em 0 2em;
	clear: both;
	position: relative;
	box-sizing:border-box;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
}

#fh5co-reg{
	padding: 0 0 2em;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:0 auto 20px;
}


#fh5co-inner,
#fh5co-support,
#fh5co-htu,
#fh5co-qa,
#fh5co-blog,
#fh5co-contact{
	padding: 2em 0;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
}

#fh5co-resultbox{
	padding: 1em 0;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
	box-sizing:border-box;
}

#fh5co-text{
	padding: 0 0;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:0 auto 0;
}


#fh5co-md {
	padding: 10px 0;
	clear: both;
	background-image:url("../images/bg_title_01.png"), url("../images/bg_title_03.png"), url("../images/bg_title.png");
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-position:center top, center bottom, center center;
	background-size:contain, contain, cover;
}

#fh5co-sub {
	padding: 0;
	height:80px;
	clear: both;
	background-image:url("../images/bg_title_01.png"), url("../images/bg_title_03.png"), url("../images/bg_title.png");
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-position:center top, center bottom, center center;
	background-size:contain, contain, cover;
}

#fh5co-sub p{
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:3.0rem;
	line-height:80px;
	vertical-align:middle;
}

@media screen and (max-width: 768px) {
	#fh5co-about,
	#fh5co-practice,
	#fh5co-testimonial,
	#fh5co-started,
	#fh5co-project,
	#fh5co-blog,
	#fh5co-contact{
		padding: 0.5em 0;
	}
	#fh5co-md {
		padding: 5px 0;
	}
	#fh5co-footer {
		padding: 0;
	}
	
	#fh5co-footer2 {
		padding: 0;
	}
	
	#fh5co-text{
	padding: 0 0;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:0 auto 0;
	}
}

#fh5co-counter {
	padding: 4em 0;
	clear: both;
}

.fh5co-counters {
	padding: 3em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.fh5co-counters .icon {
	width: 80px;
	height: 80px;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}
.fh5co-counters .icon i {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	font-size: 28px;
	color: #F95959;
	background: #fff;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-counters .counter-wrap {
	border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
	font-size: 40px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Work Sans", Arial, sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	margin-bottom: 2em;
	display: block;
}

#fh5co-reg,
#fh5co-consult {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
	float: left;
}
#fh5co-reg .bonus, #fh5co-reg .choose,
#fh5co-consult .bonus,
#fh5co-consult .present {
	display: inline-block;
	background:#ee0000;
}
@media screen and (max-width: 768px) {
	#fh5co-reg .bonus, #fh5co-reg .choose,
	#fh5co-consult .bonus,
	#fh5co-consult .choose {
		width: 100% !important;
	}
}
#fh5co-reg .bonus,
#fh5co-consult .bonus {
	display: table;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#fh5co-reg .choose,
#fh5co-consult .choose {
	width: 50%;
	padding: 40px;
}

.reg_box{
	max-width:640px;
	width:100%;
	margin:0 auto;
}

.reg_bg_body{
	width: 100%;
	height:100%;
	padding:4vw 0;
	text-align:center;
	background:url(../images/bg_regall.png)no-repeat center center / contain;
}

.reg_bg_body img{
	max-width:700px;
	width:100%;
}


.list-nav {
	margin: 30px auto 0;
	padding: 10px;
	background:rgba(0,0,0,.7);
	width:90%;
	max-width:700px;
}

.list-nav li {
	list-style: none;
	margin: 0;
	padding: 4px 0;
	text-align:left;
	color:#efefef;
	font-size: 1.4rem;
	padding-left: 10px;
	position: relative;
}

.list-nav li i {
	font-size: 1.6rem;
	color: #008db8;
	margin-right:5px;
}


.btn_reg{
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 5px solid #fedd00;
	background: #fedd00 url(../images/bg_reg.png)no-repeat center center / cover;
	border-radius:6px;
	width: 90%;
	height: 86px;
	margin-bottom:0;
	line-height: 86px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #111;
}

.btn_reg:hover {
	background: #feef00;
	height: 86px;
	text-decoration: none;
	border-bottom: none;
}

.brg {
	-webkit-animation-name:brg;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;

	-moz-animation-name:brg;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
}
@-webkit-keyframes brg {
	0% {-webkit-transform:translate(0, 0);}
	25% {-webkit-transform:translate(0, -5px);}
	40% {-webkit-transform:translate(0, -10px);}
	50% {-webkit-transform:translate(0, -15px);}
	60% {-webkit-transform:translate(0, -10px);}
	75% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes brg {
	0% {-moz-transform:translate(0, 0);}
	25% {-moz-transform:translate(0, -5px);}
	40% {-moz-transform:translate(0, -10px);}
	50% {-moz-transform:translate(0, -15px);}
	60% {-moz-transform:translate(0, -10px);}
	75% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

.services {
	position: relative;
	padding: 30px;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.services h3 a {
	color: #000;
}
.services .icon {
	width: 90px;
	height: 90px;
	background: #F95959;
	display: table;
	text-align: center;
	margin: -75px auto 0 auto;
	margin-bottom: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 992px) {
	.services .icon {
		margin: 0 auto 30px auto;
	}
}
.services .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.services:hover, .services:focus {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.services:hover .icon, .services:focus .icon {
	background: #007CB9;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.services:hover h3 a, .services:focus h3 a {
	color: #F95959;
}

.fh5co-social-icons {
	margin: 0;
	padding: 0;
}
.fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #F95959;
	padding-left: 10px;
	padding-right: 10px;
}
.fh5co-social-icons li a i {
	font-size: 20px;
}

.fh5co-contact-info ul {
	padding: 0;
	margin: 0;
}
.fh5co-contact-info ul li {
	padding: 0 0 0 40px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
}
.fh5co-contact-info ul li:before {
	color: #F95959;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
}

.fh5co-project {
	margin-bottom: 30px;
}
.fh5co-project > a {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
	z-index: 12;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 30px;
	font-weight: 300;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-project > a span {
	font-size: 14px;
	bottom: 20px;
}
.fh5co-project > a:hover {
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 768px) {
	.fh5co-project > a:hover:after {
		opacity: 0;
		visibility: hidden;
	}
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
	opacity: 1;
	bottom: 55px;
}
.fh5co-project > a:hover span {
	bottom: 15px;
}
.fh5co-project > a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	.fh5co-project > a:hover img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.features {
	margin-bottom: 3em;
	width: 100%;
	float: left;
}

.fh5co-heading {
	margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
	margin-bottom: 2em;
}
.fh5co-heading h2 {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
}
.fh5co-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}
.fh5co-heading span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#fh5co-testimonial .testimony-slide {
	text-align: center;
}
#fh5co-testimonial .testimony-slide span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}
#fh5co-testimonial .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0;
}
@media screen and (max-width: 992px) {
	#fh5co-testimonial .testimony-slide blockquote {
		width: 100%;
	}
}
#fh5co-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
	text-decoration: none;
}

.fh5co-voice {
	padding:3%;
	margin-bottom: 30px;
	background:#00dfff url(../images/bg_voice.jpg)no-repeat center center;
	border:5px solid #00dfff;
}

.fh5co-voice p {
	margin-bottom: 5px;
	font-size:1.8rem;
	font-weight:bold;
	color:#000;
	text-align:left;
}

p.midashi{
	font-size:2.2rem;
}


.fh5co-result {
	text-align: center;
	padding:5px;
	margin-bottom: 10px;
}

.fh5co-result img {
	width: 100%;
	margin-bottom: 0;

}

.fh5co-result02 {
	text-align: center;
	padding:0;
	margin-bottom: 10px;
	border-top:4px solid #003883;
	border-right:4px solid #003883;
	border-bottom:4px solid #003883;
}

.result03{
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
}

.result03 li:first-child{
	background:#003883;
	text-align: center;
	margin: 0;
	padding: 10px;
	width:60px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
}

.result03 li:last-child{
	background:#fff;
	flex: 1;
	margin-right: 10px;
	padding: 10px 30px;
	margin-right: 0;
	text-align:left;
}


.fh5co-result02 p {
	margin: 5px auto 0;
	font-size:2.4rem;
	line-height:1.2;
	font-weight:bold;
}

.toshi{
	font-size:1.4rem;
	line-height:1.2;
}

.fh5co-result02 .role {
	color: gray;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}

.price{
	color:#ff0000;
	font-size:4.5rem;
	font-weight:bold;
	margin: 0;
}

.slider_box{
	margin:0 5px 40px;
	padding:20px 0;
	width:420px;
	text-align:center;
	box-sizing: border-box;
}

.slider_box_w{
	border:5px solid #41aae5;
	background:#66d9ff url(../images/bg_result.png)repeat-x center top;
	box-shadow: 0 5px 10px rgba(0, 103, 183, 0.3) inset, 0 -5px 10px rgba(0, 103, 183, 0.3) inset;
	margin:0 auto 40px;
	padding:20px 10px;
	width:100% !important;
	border-radius:30px;
	box-sizing: border-box;
}

.howtouse-top{
	max-width:1200px;
	width:100%;
	max-height:339px;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/htu_01.png)no-repeat center center / cover;
}

.howtouse{
	background:url(../images/htu_02.png)repeat-y center top / cover;
	text-align:center;
}

.howtouse-bottom{
	max-width:1200px;
	width:100%;
	min-height:83px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../images/htu_04.png)no-repeat center center / contain;
}

.c-area{
	box-sizing: border-box;
	padding-bottom:25px;
	margin-bottom:0;
}

.contents p{
	color: #002c9b;
	line-height: 1.5;
	padding:0 15px;
	margin:0 auto 15px;
	font-size: 1.6rem;
}

#fh5co-started {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}
#fh5co-started .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
	color: #fff;
	margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
	color: rgba(255, 255, 255, 0.5);
}

#fh5co-caution{
	padding: 3% 0 0;
	text-align:center;
}

.cau_area{
	clear: both;
	background-image:url("../images/line_cau.png"), url("../images/line_cau.png"), url("../images/bg_cau.jpg");
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-position:center top, center bottom, center center;
	background-size:contain, contain, cover;
}

.fh5co-blog {
	margin-bottom: 60px;
}
.fh5co-blog > a {
	display: block;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-blog > a img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.fh5co-blog {
		width: 100%;
	}
}
.fh5co-blog .blog-text {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding: 30px;
	float: left;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-blog .blog-text span {
	display: inline-block;
	margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
	float: right;
}
.fh5co-blog .blog-text span.comment a {
	color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
	color: #F95959;
	padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
	color: black;
}
.fh5co-blog .blog-text:hover {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

#fh5co-footer2 {
	border-top: 6px solid #002c9b;
	background:#fff;
	text-align:center;
	padding:20px 0 10px;
	max-width:640px;
	width:100%;
	position:relative;
	z-index:100;
}

#fh5co-footer {
	border-top: 6px solid #002c9b;
	background:#fff;
	text-align:center;
	margin:0 auto;
	padding:20px 0 10px;
	max-width:640px;
	width:100%;
}
#fh5co-footer .fh5co-footer-links,#fh5co-footer2 .fh5co-footer-links {
	padding: 0;
	margin: 0 auto;
	max-width:400px;
	width:100%;
}

#fh5co-footer .fh5co-footer-links li {
	padding: 10px 25% 15px;
	margin: 0;
	width:100%;
	text-align:left;
	list-style: none;
	display: -moz-inline-stack;
	display: block;
	zoom: 1;
	*display: inline;
}
#fh5co-footer .fh5co-footer-links li a {
	color: #002c9b;
	text-decoration: none;
	display:block;
}
#fh5co-footer .fh5co-footer-links li a:hover {
	text-decoration: underline;
}

.footer-attention{
	max-width:600px;
	width:100%;
	margin:20px auto 0;
	padding:1em;
	text-align:left;
	font-size:1.2rem;
}

.footer-attention p{
	color:#002c9b;
	line-height:1.2;
}

:root { --cta-h: 72px; }

.cta-fixed{
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 10000;
  transform: translateY(calc(100% + env(safe-area-inset-bottom)));
  transition: transform .45s ease, opacity .45s ease;
  opacity: 0;
  pointer-events: none;
}

.cta-inner{
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding:
    5px
    8px
    calc(5px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.cta-inner img{
  display: block;
  width: 100%;
  height: auto;
}

.cta-fixed.is-visible{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

body.has-cta{
  padding-bottom: calc(var(--cta-h) + env(safe-area-inset-bottom));
}

@media (prefers-reduced-motion: reduce){
  .cta-fixed{ transition: none; }
}

@media screen and (max-width: 768px) {
#fh5co-footer .fh5co-footer-links {
	margin-bottom: 0;
}

#fh5co-footer .fh5co-footer-links ul{
	margin: 0;
	padding:0;
}

#fh5co-footer .fh5co-footer-links li {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: block;
	zoom: 1;
	*display: inline;
}

#fh5co-footer .fh5co-footer-links li a {
	color: #002c9b;
	text-decoration: none;
	display:block;
}
}

#fh5co-footer .fh5co-widget {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#fh5co-footer .fh5co-widget {
		text-align: left;
	}

#fh5co-footer .copyright .block {
	display: block;
	color:#002c9b;
	font-size:1.2rem;
	margin-top:20px;
	margin-bottom:60px;
}
}

#fh5co-footer .fh5co-widget h3 {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#fh5co-footer .copyright .block {
	display: block;
	color:#002c9b;
	font-size:1.2rem;
	margin-top:20px;
	margin-bottom:130px;
}

#fh5co-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	#fh5co-offcanvas {
		display: block;
	}
}
.offcanvas #fh5co-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#fh5co-offcanvas a {
	color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
}
#fh5co-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fh5co-offcanvas ul li > ul {
	padding-left: 20px;
	display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.check_area {
	position: relative;
	max-width:640px;
}

.check-list {
	display: flex;
	flex-direction: column;
	gap: 1em;
	max-width: 640px;
	margin: 0 auto;
}

.check-item {
	display: flex;
	align-items: center;
	padding: 1em;
	border: 3px solid #002c9b;
	border-radius: 9999px;
	background: #fff;
	font-size: clamp(14px, 2.5vw, 18px);
}

.check-icon {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.6em;
	height: 1.6em;
	margin:0 1em;
	border: 2px solid #002c9b;
	position: relative;
	overflow: hidden;
}

.check-text {
	flex: 1;
	text-align: left;
	color:#002c9b;
	font-weight:bold;
	font-size: 1.6em;
	line-height:1.5;
	padding-right:15px;
}

.check-icon i {
	color: #cc0000;
	font-size: 1.4em;
	opacity: 0;
	transform: translateY(-20px);
	position: relative;
}

.check-item.animate .check-icon i {
	animation: dropBounce 0.8s ease-out forwards;
}

.check-item.animate:nth-child(1) .check-icon i { animation-delay: 0.3s; }
.check-item.animate:nth-child(2) .check-icon i { animation-delay: 0.6s; }
.check-item.animate:nth-child(3) .check-icon i { animation-delay: 0.9s; }
.check-item.animate:nth-child(4) .check-icon i { animation-delay: 1.2s; }
.check-item.animate:nth-child(5) .check-icon i { animation-delay: 1.5s; }
.check-item.animate:nth-child(6) .check-icon i { animation-delay: 1.5s; }
.check-item.animate:nth-child(7) .check-icon i { animation-delay: 1.8s; }
.check-item.animate:nth-child(8) .check-icon i { animation-delay: 2.1s; }
.check-item.animate:nth-child(9) .check-icon i { animation-delay: 2.4s; }
.check-item.animate:nth-child(10) .check-icon i { animation-delay: 2.7s; }

@keyframes dropBounce {
  0%   { opacity: 0; transform: translateY(-30px); }
  60%  { opacity: 1; transform: translateY(0); }
  80%  {           transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* 念のため fill-mode は both に（前後のチラつき防止） */
.check-item.animate .check-icon i {
	animation: dropBounce 0.8s cubic-bezier(.2,.7,.3,1) both;
}


.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gototop.active {
	opacity: 1;
	visibility: visible;
}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background:url(../images/pagetop.png)no-repeat center center / contain;
	color: #fff;
	text-align: center;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

.fh5co-nav-toggle {
	font-size:1.4rem;
	color:#fff;
	padding: 5px 10x;
	width:100px;
	background:#00bcf3;
	border:3px solid #000;
	box-shadow:0 4px rgba(0,0,0,1);
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
}

.fh5co-nav-toggle {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 21;
	padding: 8px 10px;
	display: block;
	margin: 0 auto;
	display: none;

	z-index: 2001;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.fh5co-nav-toggle {
		display: block;
	}
}

.tbl_bk {
	width: 94%;
	margin: 10px auto 15px;
	font-size:1.6rem;
}
.tbl_bk, .tbl_bk td, .tbl_bk th {
	line-height: 1.5;
	color:#fff;
}

.tbl_bk th {
	width: 140px;
	border: 2px solid #000;
	padding:15px 10px;
	text-align: center;
	background: #01d3ec;
	color:#000;
}

.tbl_bk td {
	border:none;
	padding:15px 10px;
	color:#fff;
}

.btn_blue {
	background:#0089ab;
	border:2px solid #0089ab;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top:20px;
	margin-bottom: 25px;
	font-size: 2.0rem;
	letter-spacing:0.1em;
	cursor: pointer;
	min-width:220px;
	box-shadow:2px 3px 0 rgba(0,0,0,.8);
}

.btn_blue:hover {
	background:#01d3ec;
}

.btn_red {
	background:#ee0000 url(../images/bg_title.png)no-repeat center center / cover;
	border:2px solid #d60000;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-bottom: 25px;
	font-size: 2.0rem;
	letter-spacing:0.1em;
	cursor: pointer;
	min-width:220px;
	box-shadow:2px 3px 0 rgba(0,0,0,.8);
}

.btn_red:hover {
	opacity:0.8;
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}
.btn.btn-md {
	padding: 8px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #F95959;
	color: #fff;
	border: 2px solid #F95959;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #fa7272 !important;
	border-color: #fa7272 !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #F95959;
	border: 2px solid #F95959;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #F95959;
	color: #fff;
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
	opacity: 0;
}



.m-cnt{
	margin:0 auto;
}

.mt20{
	margin-top:20px;
}

.mt5w{
	margin-top:5vw;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb50{
	margin-bottom:50px;
}

.mb90{
	margin-bottom:90px;
}

.mb9w{
	margin-bottom:8vw;
}

.mb14w{
	margin-bottom:14vw;
}

.mr20{
	margin-right:10px;
}

.mtb30{
	margin:30px auto;
}

.fa-2x{
	font-size: 2em;
}


.red{
	color:#cc0000;
}

.yellow{
	color:#ffd900;
}

.bg_lp{
	background:url(../images/bg3.png)no-repeat center top / contain;
}

.bg_lp2{
	background-image:url(../images/bg2_02.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.bg_lp2-2{
	background:url(../images/bg3.png)no-repeat center top / cover;
}

.bg01{
	background:url(../images/0002.jpg)no-repeat center center / cover fixed;
}

.bg02{
	background:url(../images/0003.jpg)no-repeat center center / cover;
}

.bg03{
	background:url(../images/0004.jpg)no-repeat center top / cover;
}

.bg04{
	background:url(../images/0001.jpg)no-repeat center top / cover;
}

.bg05{
	background:url(../images/0005.jpg)no-repeat center bottom	/ cover;
}

.bg06{
	background:url(../images/0006.jpg)no-repeat center bottom / cover;
}

.bg07{
	background:url(../images/0007.jpg)no-repeat center top / cover;
}

.bg_10{
	background:url(../images/bg_red.jpg)no-repeat center center / cover fixed;
}

.fixed-sky{
	max-width: 640px;
	width:100%;
	margin: 0 auto 0;
	position: fixed;
	inset: 0;
	background: url("../images/bg_sub.jpg") center top/cover no-repeat;
	pointer-events: none;
}
.fixed-sky::after{
	content:"";
	position:absolute; inset:0;
}

.page{
	position: relative;
	z-index: 1;
	min-height: 100svh;
}

@media screen and (max-width: 960px) {
.reg_bg_body{
	width: 100%;
	height:100%;
	padding:8vw 0;
	text-align:center;
	background:url(../images/bg_regall.png)no-repeat center center / contain;
}

.reg_bg_body img{
	max-width:700px;
	width:80%;
}

}


@media screen and (max-width: 768px) {
.btn_logintop {
	background:#fff;
	border:3px solid #294eab;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #002c9b;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
	margin:0 auto 0;
	font-size: 1.4rem;
	cursor: pointer;
	min-width:100px;
}

.bg_10{
	background:url(../images/bg_10.jpg)no-repeat center center / cover;
}
}

@media screen and (max-width: 650px) {
.fv-area{
	position: relative;
	max-width: 650px;
	width:100%;
	height:min(700 / 650 * 100vw, 700px);
	margin-top:0;
	box-sizing:border-box;
}

.fv01 {
	position: absolute;
	left:0;
	top: 4vw;
	max-width:640px;
	width:100% !important;
	z-index:101;
}

.fv02 {
	position: absolute;
	right:0px;
	top: 4vw;
	max-width:640px;
	width:100% !important;
	z-index:120;
}

.fv03 {
	position: absolute;
	right:0px;
	top: 4vw;
	max-width:640px;
	width:100% !important;
	z-index:99;
}

.fv04 {
	position: absolute;
	right:0px;
	top: 4vw;
	max-width:640px;
	width:100% !important;
	z-index:101;
}

.reg_bg_body{
	width: 100%;
	height:100%;
	padding:8vw 0;
	text-align:center;
	background:url(../images/bg_reg_sp.png)no-repeat center center / contain;
}

.reg_bg_body img{
	max-width:700px;
	width:70%;
}


.list-nav {
	margin: 30px auto 0;
	padding: 10px;
	background:rgba(0,0,0,.7);
	width:70%;
	max-width:700px;
}
}


@media screen and (min-width: 481px) {
.pc_none{
	display:none;
}
}


@media screen and (max-width: 480px) {
.sp_none{
	display:none;
}

#fh5co-lp{
	padding: 6.5em 0 1em;
	clear: both;
	position: relative;
	box-sizing:border-box;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
}

#fh5co-lp2{
	padding: 1em 0 0.5em;
	clear: both;
	position: relative;
	box-sizing:border-box;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
}

.contents h3{
	padding: 10px 0;
	clear: both;
	background-image:url("../images/bg_h3_01.jpg"), url("../images/bg_h3_03.jpg"), url("../images/bg_h3_02.jpg");
	background-repeat:no-repeat, no-repeat, repeat-x;
	background-position:left top, right top, center center;
	background-size:contain, contain, contain;
	color: #fff;
	line-height: 2.0;
	padding:10px 30px;
	margin:30px auto 20px;
	font-size: 1.8rem;
	text-shadow:0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b;
}

.mtb20{
	margin:20px auto 20px;
	width:94%;
}

.modal-container p.line {
	margin-bottom: 10px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
}

.modal-container p {
	margin-bottom: 10px;
	font-size:1.3rem;
	line-height:1.4;
}

.modal-content {
	background: #FFF;
	color:#000;
	overflow-y: auto;
	padding: 30px 25px 15px;
	width: 90%;
	max-width: 550px;
	height:auto;
	max-height: 500px;
	position: absolute;
	margin-top:55px;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
	filter: drop-shadow(0px 2px 6px #777);
	box-sizing:border-box;
}

.btn_line02 {
	background:#26bd30;
	border:5px solid #000;
	box-shadow:0 7px rgba(0,0,0,1);
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	margin-top:10px;
	margin-bottom: 0;
	font-size: 1.6rem;
	cursor: pointer;
	min-width:240px;
	width:100%;
	box-sizing:border-box;
}

.login_ip {
	width: 100%;
	color: #333;
	border: 2px solid #000;
	padding: 5px;
	margin: 0 auto 10px;
	border-radius:10px;
	font-size:1.4rem;
}

.mail li:first-child {
	margin-left:0px;
	padding: 10px;
	text-align:left;
	flex: 1;
}

.mail li:last-child {
	width: 100px;
	margin-right:0px ;
	padding: 10px 5px;
	text-align:left;
	box-sizing:border-box;
}

.mail li:last-child img{
	width:100%;
}

.reg_address{
	width:100%;
	height:55px;
	color:#666;
	background:#fff !important;
	box-sizing: border-box;
	border:1px solid #000;
	font-size:1.6rem;
	padding:10px;
	margin:0;
}

.list-nav {
	margin: 20px auto 0;
	padding: 10px;
	background:rgba(0,0,0,.7);
	width:80%;
	max-width:700px;
}

.list-nav li i {
	font-size: 10px;
	color: #008db8;
	margin-right:5px;
}

#fh5co-resultbox{
	padding: 1em 0 0;
	clear: both;
	position: relative;
	width:100%;
	max-width:640px;
	margin:20px auto 20px;
	text-align:center;
}

.date{
	display: flex;
	list-style: none;
	margin:0 auto 15px;
	text-align:center;
	width:250px;
	height:100px;
}

.date li{
	padding:57px 0 0;
	width:119px;
	height:127px;
	background:url(../images/calender.png)no-repeat center center / 100% auto;
	color:#002c9b;
	font-size:20px;
	font-weight:bold;
	box-sizing:border-box;
}

.slider_box{
	margin:0 0;
	padding:0 10px 20px;
	width:350px;
	box-sizing: border-box;
}

.slider_box_w{
	border:5px solid #41aae5;
	background:#66d9ff url(../images/bg_result.png)repeat-x center top;
	box-shadow: 0 5px 10px rgba(0, 103, 183, 0.3) inset, 0 -5px 10px rgba(0, 103, 183, 0.3) inset;
	margin:0 auto 40px;
	padding:15px 10px;
	width: auto !important;
	border-radius:30px;
	box-sizing: border-box;
}

.result03 li:first-child{
	background:#003883;
	text-align: center;
	margin: 0;
	padding: 10px;
	width:40px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
}

.result03 li:last-child{
	background:#fff;
	flex: 1;
	margin-right: 10px;
	padding: 10px 10px;
	margin-right: 0;
	text-align:left;
}

.fh5co-result p {
	margin-bottom: 5px;
	font-size:12px;
}

.fh5co-result .role {
	color: gray;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}

.fh5co-result02 p {
	margin: 5px auto 0;
	font-size:1.4rem;
	line-height:1.2;
	font-weight:bold;
}

.toshi{
	font-size:0.8rem;
	line-height:1.2;
}

.fh5co-result02 .role {
	color: gray;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}

.price{
	color:#ff0000;
	font-size:2.8rem;
	font-weight:bold;
	margin: 0;
}

.tx p{
	line-height:1.5;
	font-size:1.6rem!important;;
	font-weight:bold;
	color:#fff!important;
	margin:5px 0 8px!important;;
	text-align:center;
	text-shadow:0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b,0 0 3px #002c9b;
}

.check-text {
	flex: 1;
	text-align: left;
	color:#002c9b;
	font-weight:bold;
	font-size: 1.4em;
	line-height:1.5;
	padding-right:15px;
}

#fh5co-footer {
	text-align:center;
	padding:20px 0 0px;
}

#fh5co-footer .fh5co-footer-links li {
	padding: 10px 10px 15px;
	margin: 0;
	width:100%;
	text-align:left;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.btn_line {
	background:#34c465;
	border:2px solid #34c465;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top:10px;
	margin-bottom: 0;
	font-size: 1.6rem;
	letter-spacing:0.1em;
	cursor: pointer;
	min-width:280px;
}
}
