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

#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: #000;
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 400;
	margin: 30px 0 10px 0;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
.fh5co-nav .top-menu {
	padding: 4px 0 15px;
	background:#111;
	height:60px;
}

.fh5co-nav #fh5co-logo {
	margin-top: 0;
	padding: 10px 0 0;
	width:80%;
}
}

.fh5co-nav ul {
	padding: 0;
	margin: 5px 0 0 0;
}
.fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.fh5co-nav ul li a {
	font-size: 15px;
	padding: 20px 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.has-dropdown {
	position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
	width: 140px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 0;
	text-align: left;
	background: #000;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000;
	border-width: 8px;
	margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 13px;
	letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
	color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
	color: #000;
}
.fh5co-nav ul li.btn-cta a {
	padding: 30px 0px !important;
	color: #cc0000;
}
.fh5co-nav ul li.btn-cta a span {
	background: #fff;
	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 {
	-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;
	background: #F95959;
	margin: 0 auto;
}

.pickup_box_head{
	border-top:3px solid #111;
	border-right:3px solid #111;
	border-left:3px solid #111;
	background:#ee0000 url(../images/bg_title.png)no-repeat center center / cover;
	margin:0 auto;
	max-width:990px;
	width:90%;
}

.pickup_box_body{
	border-right:3px solid #111;
	border-left:3px solid #111;
	border-bottom:3px solid #111;
	background:#d2c028;
	margin:0 auto 50px;
	padding:2rem;
	max-width:990px;
	width:90%;
}

.pickup_race{
	background:#fff;
	margin:0 auto;
	padding:10px 15px 10px 60px;
	width:96%;
	font-size:1.6rem;
}

.pickup_comment{
	background:#121212;
	color:#fff;
	font-size:1.4rem;
	margin:20px auto 0;
	padding:15px;
	width:96%;
}

.f1{
	background:#fff url(../images/icon_f1.svg)no-repeat left 15px center / 35px auto;
}

.f2{
	background:#fff url(../images/icon_f2.svg)no-repeat left 15px center / 35px auto;
}

.g3{
	background:#fff url(../images/icon_g3.svg)no-repeat left 15px center / 35px auto;
}

.g2{
	background:#fff url(../images/icon_g2.svg)no-repeat left 15px center / 35px auto;
}

.g1{
	background:#fff url(../images/icon_g1.svg)no-repeat left 15px center / 35px auto;
}

.gp{
	background:#fff url(../images/icon_gp.svg)no-repeat left 15px center / 35px auto;
}

#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 {
	background:url(../images/bg_catch.jpg)no-repeat center center / cover;
	padding:50px 0;
	margin: 0 auto;
}

.catch img{
	max-width:1000px;
	width:100%;
}

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


#fh5co-about,
#fh5co-practice,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact{
	padding: 2em 0;
	clear: both;
}

#fh5co-footer{
	padding: 0 0 0.5em;
	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:990px;
	width:94%;
	margin:0 auto;
}

.reg_bg_top{
	background:url(../images/reg_bg_01.png)no-repeat center top / cover;
	height:0;
	padding-top:4.8%;
}

.reg_bg_body{
	background:url(../images/reg_bg_02.png)repeat-y center top / contain;
	padding: 0 4%;
	text-align:center
}

.reg_bg_bottom{
	background:url(../images/reg_bg_04.png)no-repeat center top / cover;
	height:0;
	padding-top:4.6%;
}


.qa-box {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-box summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-box summary::before,
.qa-box p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-box summary::before {
    color: #0066ff;
    content: "Q";
}

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

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

.qa-box p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #121212;
    text-align:left;
    transition: transform .5s, opacity .5s;
}

.qa-box[open] p {
    transform: none;
    opacity: 1;
}

.qa-box p::before {
    color: #d90000;
    line-height: 1.2;
    content: "A";
}



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

.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 {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 1.6rem;
	color: #eb212e;
}

.reg_address{
	width:90%;
	height:50px;
	color:#666;
	background:#fff !important;
	border:2px solid #888;
	font-size:120%;
	padding:10px;
	margin:0 auto 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-result {
	text-align: center;
	padding:10px;
	margin-bottom: 30px;
	background:#fff;
	border:1px solid #c0c0c0;
}

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

}

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

.fh5co-result  {

}

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

.price{
	color:#cc0000;
	font-size:2.4vw;
	font-weight:bold;
}

.price_en{
	font-size:1.4vw;
}

#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: rgba(255, 255, 255, 0.2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
	color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
	color: #fff;
}
#fh5co-started .form-control:focus {
	background: rgba(255, 255, 255, 0.3);
}
#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: #111;
	text-align:center;
	padding:20px 0 0;
}
#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
	padding: 0 10px;
	margin: 0;
	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;
}

@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;
	border-bottom:1px solid #333;
	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;
	margin-top:0;
}

.foot_txt{
	max-width: 900px;
	margin: 40px auto;
	padding:10px;
	line-height:1.5;
	color:#fefefe;
	font-size:1.2rem;
	text-align:left;
}

#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;
  width:80px;
  background:#cc0000;
  border-radius:5px;
  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 {
	border: 1px solid #555;
	line-height: 1.5;
	background:#222;
	color:#fff;
}

.tbl_bk th {
	width: 140px;
	padding:15px 10px;
	text-align: center;
	background: #222;
}

.tbl_bk td {
	padding:15px 10px;
	color:#1c1c1c;
	background:#fff;
}

.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_green {
	background:#169a00 url(../images/bg_btn_green.png)no-repeat center center / cover;
	border:2px solid #148d00;
	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_green: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;
}

.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt9w{
	margin-top:10vw;
}

.mb20{
	margin-bottom:20px;
}

.mb90{
	margin-bottom:90px;
}

.mb5w{
	margin-bottom:5vw;
}

.mb9w{
	margin-bottom:7vw;
}

.mb10w{
	margin-bottom:15vw;
}

.red{
	color:#cc0000;
}

.f-bold{
	font-weight:bold;
}

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

.bg_red{
	background:url(../images/bg_ruby.png)no-repeat center center / cover;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
.bg_10{
	background:url(../images/bg_10.jpg)no-repeat center center / cover;
}

.price{
	color:#cc0000;
	font-size:8vw;
	font-weight:bold;
}

.price_en{
	font-size:4vw;
}
}


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


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

.reg_bg_body{
	background:url(../images/reg_bg_02.png)repeat-y center top / contain;
	padding: 0 4% 10px;
	text-align:center
}

.reg_address{
	width:100%;
	height:50px;
	color:#666;
	background:#fff !important;
	border:2px solid #888;
	font-size:120%;
	padding:10px;
	margin:10px auto 15px;
}

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

.price{
	color:#cc0000;
	font-size:8.5vw;
	font-weight:bold;
}

.price_en{
	font-size:5vw;
}
}




