/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
	font-size: calc(112.5% + 0.5vw)
}
body {
	background: #fff;
	color: #444;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}
a {
	color: #FFC06E;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #F88C00;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
ol li, ul li {
	list-style-type: none;
}
.red {
	color: #FF0004;
}

@media screen and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media screen and (max-width: 768px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #FFC06E;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}
.back-to-top:focus {
	background: #F88C00;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #F88C00;
	color: #fff;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
#topbar .contact-info a {
	line-height: 1;
	color: #555;
}
#topbar .contact-info a:hover {
	color: #F88C00;
}
#topbar .contact-info i {
	color: #F88C00;
	padding: 4px;
}
#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
	color: #F88C00;
}
#topbar .social-links a:first-child {
	border-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 20px 0;
	height: 84px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header #logo p {
	font-size: 25px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
#header #logo p a {
	color: #0c2e8a;
	line-height: 1;
	display: inline-block;
}
#header #logo p a span {
	color: #F88C00;
}
#header #logo img {
	padding: 0;
	margin-top: -20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	#header #logo p {
		font-size: 20px !important;
	}
	#header #logo p .scrollto img {
		position: relative;
		top: 17px;
	}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro_top {
	width: 100vw !important;
	height: 70vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/intro-carousel/1.jpg);
	background-size: cover;
}
#intro_top .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
#intro_top .intro-content h2 {
	color: #0c2e8a;
	margin-bottom: 30px;
	font-size: 54px;
	font-weight: 700;
}

@media (max-width: 480px) {
#intro_top .intro-content h2 {
	font-size: 34px;
}
}
#intro_top .intro-content .btn-get-started, #intro_top .intro-content .btn-projects {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}
#intro_top .intro-content .btn-get-started {
	background: #0c2e8a;
	border: 2px solid #0c2e8a;
}
#intro_top .intro-content .btn-get-started:hover {
	background: none;
	color: #0c2e8a;
}
#intro_top .intro-content .btn-projects {
	background: #50d8af;
	border: 2px solid #50d8af;
}
#intro_top .intro-content .btn-projects:hover {
	background: none;
	color: #50d8af;
}
#intro_top #intro-carousel {
	z-index: 8;
}
#intro_top #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
}
#intro_top #intro-carousel .item {
	width: 100vw;
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}
#intro {
	width: 100vw !important;
	height: 40vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/main.jpg);
	background-size: cover;
	background-position: center center;
}
#intro .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
#intro .intro-content h2 {
	color: #0c2e8a;
	margin-bottom: 30px;
	font-size: 54px;
	font-weight: 700;
	font-family: "MS Serif", "New York", serif;
}
#intro #intro-carousel .item {
	width: 100vw;
	height: 40vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	transition-property: opacity;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}
/* Nav Meu Styling */

.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}
.nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: #FFC06E;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #FFC06E;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #555;
}
/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #50d8af;
}
#mobile-nav ul .menu-item-active {
	color: #50d8af;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
	margin-bottom: 30px;
}
.section-header h2 {
	font-size: 32px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}
.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #FFC06E;
	bottom: 0;
	left: 0;
}
.section-header p {
	padding: 0;
	margin: 0;
}
#about {
	padding-top: 4em;
	padding-bottom: 2em;
}
/* About_top Section
--------------------------------*/
.inner_top {
	background-color: #F88C00;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #FFFFFF;
}
.col-md-3.top_bg_1 {
	background-image: url(../img/top/tio_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.col-md-3.top_bg_2 {
	background-image: url(../img/top/fusetsu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.btn.btn-outline {
	border: 1px solid #001377;
}
.btn.btn-outline:hover {
	background-color: #FFFFFF;
	color: #333333 !important;
}
@media (max-width: 480px) {
	.parent {
	    max-height: 160px;
		margin-bottom:25px;

	}
	.sekoyoryo{
	    max-height: 280px;
	}
}
/* construction Section
--------------------------------*/
.contruction-bg {
	background-image: url(../img/main1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.contruction-bg:before {
	content: '';
	display: block;
	padding-top: 48%;
	height: 48%;
}
.school_inner {
	position: absolute;
	top: 50%;
	left: 10%;
	color: #FFFFFF;
	right: 10%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.parent {
	position: relative;
	background-color: #F4F4F4 !important;
}
.school_inner_1 {
	position: absolute;
	top: 60%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 2;
	padding-right: 20px;
}
.school_inner_1 p a {
	color: #333333;
	font-weight: 600;
}
.school_inner_1 p a:hover {
	color: #F78B00;
	font-weight: 600;
}
.parent_bg {
	background-image: url(../img/top/HP_TOP_BC.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.parent_bg_1 {
	background-image: url(../img/top/pc-80ca.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
/*トップ　スマホ用--------------------------------*/
.parent_bg_sp {
	background-image: url(../img/top/aht-150.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
/*トップ　スマホ用--------------------------------*/
.parent_bg_1_sp {
	background-image: url(../img/top/edgepro.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}


.parent_bg_2 {
	background-image: url(../img/top/aht-150.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.parent_bg_3 {
	background-image: url(../img/top/edgepro.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.parent_bg:before, 
.parent:before, 
.parent_bg_1:before, 
.parent:before, 
.parent_bg_2:before, 
.parent:before, 
.parent_bg_3:before, 
.parent:before
{
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.parent_bg_sp:before, 
.parent_bg_1_sp:before
{
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.triangle1 {
	border-left: 25px solid #F4F4F4;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	position: absolute;
	top: 40%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	right: -0.9rem;
}
.triangle2 {
	border-top: 25px solid transparent;
	border-right: 25px solid #F4F4F4;
	border-bottom: 25px solid transparent;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: -0.9rem;
}
.parent .school_inner_1 h2 {
	margin-bottom: 31px;
}
.btn.btn-outline-dark {
	border: 1px solid #000000;
}
.btn.btn-outline-dark:hover {
	color: #FFFFFF;
}
.school_inner_1 p br {
	line-height: 30px;
}

@media (max-width: 1024px) {
.parent .school_inner_1 h3 {
	font-size: 15px;
	margin-top: 10px;
	font-weight: 700;
}
.parent .school_inner_1 p {
	font-size: 11px;
}
.btn.btn-outline-dark {
	font-size: 11px;
}
}

@media (max-width: 768px) {
.parent .school_inner_1 h2 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 19px;
}
.contruction-bg .school_inner {
	position: absolute;
	top: 35%;
}
}

@media (max-width: 480px) {
.school_inner {
	position: absolute;
	top: 15% !important;
	left: 10%;
	color: #FFFFFF;
	right: 10%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.school-bg .school_inner h2 {
	font-size: 22px;
}
.parent .school_inner_1 h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1px;
}
.school_inner_1 {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
	margin-bottom: 1px;
}
.triangle1, .triangle2 {
	display: none;
}
.parent.second {
	border-top: 1px solid #A2A2A2;
}
}
/* Services Section
--------------------------------*/

#services {
	padding: 30px 0 0 0;
}
/* Our Portfolio Section
--------------------------------*/

#portfolio {
	background: #fff;
	padding: 30px 0;
}
#portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#portfolio .portfolio-item h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
}
#portfolio .portfolio-item img {
	transition: all ease-in-out 0.4s;
	width: 100%;
}
#portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Contact Section
--------------------------------*/

#contact {
	padding: 30px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #50d8af;
}
#contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
#contact #google-map {
	height: 290px;
	margin-bottom: 20px;
}
#contact .form #sendmessage {
	color: #50d8af;
	border: 1px solid #50d8af;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
p a .img-responsive {
	padding: 40px 0 10px;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.bouncingLoader li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.borderCenter {
	position: relative;
	padding-bottom: 6px;
}
.borderCenter::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 60%;
	height: 1px;
	opacity: 0;
	background-color: #5778F3;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
	bottom: 6.5px;
}
.borderCenter:hover::after {
	width: 100%;
	opacity: 1;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;
}
.copyright {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	background-color: #EDEFF1;
	border-top: 1px solid #C5C5C5;
	margin-top: -2px;
	color: #656565;
}
.copyright ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.copyright ul li a {
	color: #656565;
	font-size: small;
}

@media (min-width: 768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	padding: 20px 0;
}
#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 30px;
}
#header {
	padding: 20px 0;
	height: 74px;
}
#header #logo img {
	max-height: 50px;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
}
.table.table-bordered tr th {
	vertical-align: middle;
	width: 28%;
}
.table.table-bordered tr .btn-danger {
	background-color: #F88C00;
}
/* お問い合わせ共有
--------------------------------*/
#fh5co-started {
	padding: 2.6em 0;
	clear: both;
	background-image: url(../img/contact_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact_inner {
    margin-bottom: 10px;
	border: 2px solid #001377;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px;
	min-height: 227px;
}
.contact_inner h2 {
	color: #001377;
	font-size: 26px !important;
	font-weight: 700;
}
#fh5co-started .btn {
	color: #001377;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 60px !important;
	padding-right: 60px !important;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	border-color: #001377;
}
#fh5co-started .btn:hover {
	color: #fff;
	background-color: #F88C00;
}
.contact_inner .mail {
	margin-top: -10px;
	color: #001377;
	font-weight: 700;
}

@media screen and (max-width:768px) {
.contact_inner {
	margin-bottom: 15px;
}
#fh5co-started .btn {
	font-size: 14px;
}
.contact_inner h2 {
	font-size: 18px;
}
form .row.form-group .col-md-6 {
	margin-bottom: 15px;
}
}
#fh5co-started .tel {
	border-radius: 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #001377;
	font-weight: 700;
}
#fh5co-started .tel a {
	color: #F99A00;
	font-size: 38px;
	text-shadow: 0px 1px 1px #000000;
}
/*--------------------------------------------------------------
# product.html
--------------------------------------------------------------*/
.box3 {
	padding: 1em 1em;
	margin: 2em 0;
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	width: 100%;
}
.box3 .col-md-8 h3 {
	padding-top: 10px;
}
.col-md-8 h3 .fa.fa-bookmark {
	color: #F88C00;
}
.box3 .col-md-8 .line_h {
	margin-bottom: 10px;
	line-height: 1.7;
}
.box3 .col-md-12 .shizai {
	text-align: center;
}
.shizai li {
	display: inline-block;
}
.box3 .link li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.link li a {
	color: #000000;
}
/*--------------------------------------------------------------
# interlock.html
--------------------------------------------------------------*/
.panel.panel-default .panel-heading h4 {
	position: relative;
	top: 11px;
}
.panel.panel-default .panel-body .col-md-6 {
	border-right: 1px dotted #EDEFF1;
}
.panel.panel-default .panel-body .col-md-6.last {
	border-right-style: none;
}
li a .fa.fa-square, .fa.fa-square {
	color: #F88C00;
}
.interlock li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.table.table-bordered tr .btn-danger {
	text-align: center;
}
.table.table-bordered tr td {
	vertical-align: middle;
}
li .sub_intrelock li {
	border-bottom: 1px dotted #CBCBCB;
	padding-top: 5px;
}
li .sub_intrelock p {
	padding-top: 5px;
}

@media screen and (max-width:480px) {
.interlock li {
	margin-left: -40px;
}
.shizai li {
	width: 100%;
	float: none;
	margin-left: -34px;
}
}
/*--------------------------------------------------------------
# policy.html
--------------------------------------------------------------*/
#site_policy {
	padding-top: 2em;
	padding-bottom: 4em;
}
/*--------------------------------------------------------------
# sitemap.html
--------------------------------------------------------------*/
.sitemap li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitemap a {
	color: #333333;
	font-size: 18px !important;
	font-weight: 700;
}
/*--------------------------------------------------------------
# パンくず
--------------------------------------------------------------*/
.btn-breadcrumb {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #ccc;
}
.btn-breadcrumb .btn {
	border-color: transparent;
	border: 0px solid transparent;
	border-right: 1px solid transparent !important;
	font-size: 11px;
}
.breadcrumb-default {
	background-color: #fff;
}
.btn-primary, .breadcrumb-primary {
	background-color: #337ab7;
}
.btn-primary:hover {
	background-color: #286090;
}
.breadcrumb-success {
	background-color: #5cb85c;
}
.breadcrumb-info {
	background-color: #5bc0de;
}
.breadcrumb-warning {
	background-color: #f0ad4e;
}
.breadcrumb-danger {
	background-color: #d9534f;
}
.breadcrumb-negro {
	background-color: #d4d4d4;
}
.btn-breadcrumb .btn:last-child {
	font-weight: bold;
	text-decoration: underline;
}
.btn-breadcrumb .btn:last-child:after {
	margin-left: -2px;
}
.btn-breadcrumb .btn:last-child:before {
	margin-left: -1px;
}
.btn-breadcrumb .btn-derecha {
	float: right;
	margin-right: 0px;
	padding: 6px 10px 6px 10px !important;
	margin-left: 0px !important;
	border-radius: 0px !important;
}
.btn-breadcrumb .btn-derecha:first-child {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before {
	content: none !important;
}
.btn-breadcrumb .btn:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	margin-left: 0px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -14px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:hover:after {
	border-left: 10px solid #e6e6e6;
}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {
	border-left: 10px solid #adadad;
}
.breadcrumb-default {
	border: solid 1px #adadad;
}
/** Info button **/
.btn-breadcrumb .btn.btn-info:after {
	border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:hover:after {
	border-left: 10px solid #31b0d5;
}
.btn-breadcrumb .btn.btn-info:hover:before, .btn-breadcrumb .btn.btn-info:before {
	border-left: 10px solid #269abc;
}
.breadcrumb-info {
	border: solid 1px #269abc;
}
.box3 .body .btn-primary {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 5px;
}


/*--------------------------------------------------------------
# 単独の商品のページ
--------------------------------------------------------------*/

.box3 #thumb-h .sp-thumbnails {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box3 iframe {
	width: 90%;
	height: 450px;
}
.section-header h1{
	font-size:30px;
	margin: 0;
	font-weight:bold;
}
.sliderBox {
    margin: 0 0 2em 0;
}
@media screen and (max-width:480px) {
	.box3 iframe {
		width: 100%;
		height: auto !important;
	}
	.section-header h1{
		font-size:20px;

	}
}
.fa.fa-bookmark {
	color: #F88C00;
}
.panel-body .col-md-8 .marin_top {
	padding-top: 4em;
}


/*
商品種類ページの商品サブタイトル
*/

.toolSubTitle {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
    margin: 0 0 10px 0;
}
@media screen and (max-width:480px) {
	.toolSubTitle {
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
	    margin: 0 0 10px 0;
	}
}

.edge_line_h{

	margin-top:10px;
}

/* 商品単独ページ*/
.product_explain{
	font-size:1.3em;
}

.character_explain{
	font-size:1.3em;
	margin-top:25px;
}