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

#wrap{
	width:100%;
	overflow:hidden;
}

/*
#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas #page {
	overflow: hidden;
	position: absolute;
}
.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}
*/

a {
	color: #F95959;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #F95959;
	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: #F95959;
}

::-moz-selection {
	color: #fff;
	background: #F95959;
}

::selection {
	color: #fff;
	background: #F95959;
}

.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{
	background:#05bdf1;
	margin-top:0;
	padding-top:0;
}

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

.fh5co-nav2 .top-menu img{
	width:100%;
	max-width:370px;
	margin-top:5px;
	margin-left:10px;
}

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

.fh5co-nav2 #fh5co-logo {
	margin: 0;
	padding: 0;
	width:100%;
	max-width:350px;
}

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

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

.fh5co-nav2 #fh5co-logo {
	margin: 0;
	padding: 0;
	width:52%;
}
}

@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 15px;
	height:0;
}

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

.fh5co-nav2{
	background:#05bdf1;
	margin-top:0;
	padding-top:0;
	height:80px;
}

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

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

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



.fh5co-nav2 ul {
	padding: 0;
	margin: 5px 35px 0 0;
}

.fh5co-nav2 ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.fh5co-nav2 ul li:first-child {
	width:60%;
}

.fh5co-nav2 ul li:last-child {
	width:40%;
}

.fh5co-nav2 ul li img{
	width:100%;
	max-width:350px;
}

.fh5co-nav2 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-nav2 ul li a:hover, .fh5co-nav2 ul li a:focus, .fh5co-nav2 ul li a:active {
	color: black;
}

.fh5co-nav2 ul li.btn-cta a {
	padding: 30px 0px !important;
	color: #fff;
}

.fh5co-nav2 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-nav2 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-nav2 ul li.active > a {
	color: #000 !important;
	position: relative;
}
.fh5co-nav2 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: 1200px;
	width:100%;
	height:min(1757 / 1200 * 100vw, 1757px);
	margin-top:0;
	pointer-events:none;
}

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

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

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

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

.fv05 {
	position: absolute;
	right:0px;
	top: 115vh;
	max-width:1200px;
	width:100% !important;
	z-index:101;
}

.fv06 {
	position: absolute;
	right:0px;
	top: 85vh;
	max-width:1200px;
	width:100% !important;
	z-index:101;
}

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



.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 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: 20px 30px;
	margin-top:15px;
	margin-bottom: 0;
	font-size: 2.0rem;
	cursor: pointer;
	min-width:240px;
	width:100%;
	box-sizing:border-box;
}

.btn_login {
	background:#fff;
	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: #000;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top:0 auto 0;
	font-size: 1.6rem;
	cursor: pointer;
	min-width:250px;
}

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

.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_ip {
	width: 100%;
	color: #333;
	border: 2px solid #000;
	padding: 15px;
	margin: 0 auto 15px;
	border-radius:10px;
}

a.con{
	color:#00bcf3;
	text-decoration:underline;
}

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

.foot_line{
	width:100%;
	max-width:800px;
	height:auto;
	margin:0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	position:fixed;
	z-index:999999;
}

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

@media screen and (max-width: 1000px) {
.catch img{
	max-width:1000px;
	width:90%;
}
}

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


.video_area{
	position:relative;
}

.video_area video{
	width: 100%;
	height:auto;
}

.video_area .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	margin:0 auto;
	padding:0;
}

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

#fh5co-reg,
#fh5co-lp,
#fh5co-support,
#fh5co-resultbox,
#fh5co-htu,
#fh5co-qa,
#fh5co-blog,
#fh5co-contact{
	padding: 2em 0;
	clear: both;
	position: relative;
}

#fh5co-footer{
	padding: 0 0 0;
	clear: both;
}


#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: 1.0em 0;
	}
	#fh5co-md {
		padding: 5px 0;
	}
	#fh5co-footer {
		padding: 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:1000px;
	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;
}

.reg_address{
	width:90%;
	max-width:700px;
	height:60px;
	color:#666;
	background:#fff !important;
	border:4px solid #008db8;
	font-size:120%;
	padding:10px;
	margin:20ox auto 10px;
	border-radius:10px;
}

.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: 30px;
}

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

}

.fh5co-result02 {
	text-align: center;
	padding:5px;
	margin-bottom: 25px;
	border:2px solid #000;
	border-radius:20px;
}

.fh5co-result02 p {
	margin: 15px auto 0;
	font-size:2.4rem;
}

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

.price{
	color:#07bcf0;
	font-size:6.0rem;
	font-weight:bold;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
.fh5co-result02 {
	text-align: center;
	padding:5px;
	margin-bottom: 0;
	border:2px solid #000;
	border-radius:20px;
}

.price{
	color:#07bcf0;
	font-size:3.8vh;
	font-weight:bold;
	margin-top: 0;
}
}

.qa_area{
	border:10px solid #000;
	border-radius:25px;
	background:#07bcf0;
	margin-top: 20px;
	padding:40px 0;
}

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

.contents h3{
	background:#00bcf3;
	border:4px solid #000;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 2.0;
	padding:15px 30px;
	margin:30px auto 20px;
	font-size: 2.8rem;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.contents p{
	color: #000;
	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-started .form-control {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	font-size: 1.6rem;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fh5co-started .btn {
	height: 54px;
	border: none !important;
	background: #F95959;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
	width: 100%;
}

#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-footer {
	background: #05bdf1;
	text-align:center;
	padding:20px 0 200px;
}
#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0 auto;
	max-width:480px;
	width:100%;
}

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

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

.footer-attention p{
	color:#fff;
}

@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: #fefefe;
	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 .fh5co-widget h3 {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

.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: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.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;
}

.contents .form-control {
	background: #fff;
	border: 4px solid #000;
	color: #000;
	font-size: 1.6rem;
	margin-top:10px;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #F95959;
}

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

.mb90{
	margin-bottom:90px;
}

.mb9w{
	margin-bottom:8vw;
}

.mb14w{
	margin-bottom:14vw;
}

.mr20{
	margin-right:10px;
}

.mtb20{
	margin:0 auto 30px;
}

.red{
	color:#cc0000;
}

.yellow{
	color:#ffd900;
}

.bg_catch{
	background:url(../images/bg_catch.jpg)no-repeat center center / 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;
}

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

.reg_address{
	width:80%;
	max-width:700px;
	height:60px;
	color:#666;
	background:#fff !important;
	border:4px solid #008db8;
	font-size:120%;
	padding:10px;
	margin:20ox auto 10px;
	border-radius:10px;
}
}


@media screen and (max-width: 768px) {
.btn_logintop {
	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;
	color: #fff;
	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;
}

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

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

}

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

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

.reg_address{
	width:70%;
	max-width:700px;
	height:60px;
	color:#666;
	background:#fff !important;
	border:4px solid #008db8;
	font-size:120%;
	padding:10px;
	margin:20ox auto 10px;
	border-radius:10px;
}

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

.fh5co-result02 p {
	margin: 15px auto 0;
	font-size:6vw;
}

.price{
	color:#07bcf0;
	font-size:12.5vw;
	font-weight:bold;
	margin-top: 0;
}
}


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


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

.contents h3{
	background:#00bcf3;
	border:4px solid #000;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 2.0;
	padding:10px 30px;
	margin:30px auto 20px;
	font-size: 1.8rem;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.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_logintop {
	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;
	color: #fff;
	line-height: 2.0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
	margin:0 auto 0;
	font-size: 1.2rem;
	cursor: pointer;
	min-width:100px;
}

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

.reg_address{
	width:70%;
	max-width:700px;
	height:50px;
	color:#666;
	background:#fff !important;
	border:4px solid #008db8;
	font-size:120%;
	padding:10px;
	margin:20ox auto 10px;
	border-radius:10px;
}

.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-result p {
	margin-bottom: 5px;
	font-size:12px;
}

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

.fh5co-result02 {
	text-align: center;
	padding:5px;
	margin-bottom: 25px;
	border:2px solid #000;
	border-radius:20px;
}

.fh5co-result02 p {
	margin: 15px auto 0;
	font-size:6.5vw;
}

.price{
	color:#07bcf0;
	font-size:13.5vw;
	font-weight:bold;
	margin-top: 0;
}

#fh5co-footer {
	background: #05bdf1;
	text-align:center;
	padding:20px 0 100px;
}

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