/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #444;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}
a {
	color: #00AB00;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #51d8af;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 20px 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 !important;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

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

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

.back-to-top {
	position: fixed;
	display: none;
	background: #00AB00;
	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: #00AB00;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background-color: #FFA23A;
	color: #fff;
}
/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
 @-webkit-keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
	background: #fff;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	border-top: 5px solid #00AB00;
	padding-top: 10px;
}
#topbar h1 {
	font-size: 14px;
}
.contact-info.float-left {
	float: left;
}
.social-links.float-right {
	float: right;
}
#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: #50d8af;
}
/*--------------------------------------------------------------
# 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 h2 a {
	font-size: 38px;
	margin: 0;
	line-height: 1;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Handlee', cursive;
	font-family: 'Kosugi Maru', sans-serif;
}
#header #logo img {
	padding: 0;
	margin-top: -17px;
}

@media screen and (max-width:480px) {
#header #logo h2 a {
	font-size: 26px;
}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro_top {
	width: 100vw !important;
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/intro-carousel/1.png);
	background-size: cover;
	clear: both;
}
#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;
	width: 100%;
}
#intro_top .intro-content h2 {
	color: #FFFFFF;
	margin-bottom: 2em;
	font-size: 44px;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.92);
}
#intro_top .intro-content h3 {
	color: #FFFCFC;
	margin-bottom: 30px;
	font-size: 26px;
}
div .main_menu li {
	display: inline-block;
	width: 24%;
}

@media screen and (max-width:480px) {
div .main_menu li {
	width: 100%;
	margin-left: -30px;
	margin-bottom: 30px;
	margin-top: -26px;
}
}

@media (max-width: 375px) {
#intro_top .intro-content h2 {
	font-size: 34px;
}
}

@media (max-width: 320px) {
#intro_top .intro-content h2 {
	font-size: 26px;
}
#intro_top .intro-content .btn-get-started, #intro_top .intro-content .btn-projects {
	display: none !important;
}
}
#intro_top .intro-content .btn-get-started, #intro_top .intro-content .btn-projects {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px;
	border-radius: 8px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	width: 180px;
}
#intro_top .intro-content .btn-get-started {
	background-color: #00AB00;
	border: 2px solid #00AB00;
}
#intro_top .intro-content .btn-get-started:hover {
	background: none;
	color: #FFFFFF;
}
#intro_top .intro-content .btn-projects {
	background-color: #FF992A;
	border: 2px solid #FF992A;
}
#intro_top .intro-content .btn-projects:hover {
	background: none;
	color: #FFFFFF;
}
#intro_top #intro-carousel {
	z-index: 8;
}
#intro_top #intro-carousel::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
	background-color: rgba(0,0,0,0.45);
}
#intro_top #intro-carousel .item {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}
#intro {
	width: 100vw !important;
	height: 50vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/intro-carousel/1.png);
	background-size: cover;
	background-position: center bottom;
}
#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: #FFFFFF;
	margin-bottom: 30px;
	font-size: 54px;
	font-weight: 700;
	text-transform: capitalize;
}
#intro .intro-content h3 {
	color: #FFFFFF;
}
#intro #intro-carousel .item {
	width: 100vw;
	height: 40vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	transition-property: opacity;
}
/* catch anime */
#intro_top .intro-content.catch {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.catch {
	animation: size_scale 2s cubic-bezier(.215, .61, .355, 1) 0s both;
}
 @keyframes size_scale {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(1.4);
}
 100% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
}
}
/*--------------------------------------------------------------
# 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: #00AB00;
}
.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: #50d8af;
}
.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 {
	color: #010079;
	text-shadow: 0 0 5px white;
	border-left: 7px solid #28A745;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	padding-top: 11px;
	margin-bottom: 30px;
}
.section-header p {
	padding: 0;
	margin: 0;
}
.row-pb-md {
	padding-bottom: 4em !important;
}
.row-pb-sm {
	padding-bottom: 2em !important;
}
/* About Section
--------------------------------*/

#about {
	padding: 60px 0 30px 0;
}
#about .about-img {
	overflow: hidden;
}
#about .about-img img {
	max-width: 100%;
}
#about .content h2 {
	color: #333333;
	font-weight: 700;
	font-size: 36px;
}
#about .content h3 {
	color: #555;
	font-weight: bolder;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 0 45px;
	margin-top: 15px;
}
#about .content h3:before, #about .content h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#about .content h3:before {
	left: 0;
}
#about .content h3:after {
	right: 0;
}
#about .content p {
	line-height: 26px;
}
#about .content p:last-child {
	margin-bottom: 0;
}
#about .content i, #item .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #00AB00;
}
#about .content ul, #item .content ul {
	list-style: none;
	padding: 0;
}
#about .content ul li, #item .content ul li {
	padding-bottom: 10px;
}
/* Services Section
--------------------------------*/

#services {
	padding: 30px 0 0 0;
}
#services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	background: #fff;
	transition: 0.4s;
}
#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
}
#services .box .icon {
	float: left;
}
#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}
#services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}
#services .box h4 a {
	color: #444;
}
#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
	padding-bottom: 10px;
}
/* Our Portfolio Section
--------------------------------*/

#portfolio {
	background: #fff;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 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%);
}
/* 防災用品販売 Section
--------------------------------*/

#item {
	padding-top: 4em;
	padding-bottom: 2em;
}
.content .btn-default {
	background-color: #F2F2F2;
	padding: 10px;
}
.content .btn-success {
	padding: 10px;
}
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background-color: #E0FFE3;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #E0FFE3;
}
.balloon1 p {
	margin: 0;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
.box16 {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin: 2em 0;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* Call To Action Section
--------------------------------*/

#call-to-action {
	background-color: #00AB00;
	background-size: cover;
	padding: 40px 0;
	margin-top: 5px;
}
#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
#call-to-action .cta-text {
	color: #fff;
}
#call-to-action .cta-btn {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
}
#call-to-action .cta-btn:hover {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	color: #333333;
}
/* Contact Section
--------------------------------*/

#contact {
	padding: 30px 0;
	background-color: #F7F7F7;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #00AB00;
}
#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 {
	color: #50d8af;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
#contact #google-map {
	height: 290px;
	margin-bottom: 20px;
}
/* お問い合わせ共有
--------------------------------*/
#contact_common {
	background-color: #00AB00;
	margin-bottom: -30px;
	margin-left: -15px;
}
#contact_common .container-fluid .contact-inner {
	background-image: -webkit-linear-gradient(270deg, rgba(8,30,91,0.55) 0%, rgba(8,30,91,0.55) 100%), url(../img/about1-img.png);
	background-image: -moz-linear-gradient(270deg, rgba(8,30,91,0.55) 0%, rgba(8,30,91,0.55) 100%), url(../img/about1-img.png);
	background-image: -o-linear-gradient(270deg, rgba(8,30,91,0.55) 0%, rgba(8,30,91,0.55) 100%), url(../img/about1-img.png);
	background-image: linear-gradient(180deg, rgba(8,30,91,0.55) 0%, rgba(8,30,91,0.55) 100%), url(../img/about1-img.png);
	background-size: cover;
	background-position: center center;
	min-height: 250px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
.contact-inner h3 {
	color: #FFFFFF;
	text-align: center;
}
.col-md-6 .contact-inner p {
	color: #FFFFFF;
	text-align: center;
}
.contact-inner .tel a {
	color: #FFFFFF;
}
.row .col-md-6 .contact-inner_mail {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.col-md-6 .contact-inner_mail h3 {
	color: #FFFFFF;
	text-align: center;
}
.col-md-6 .contact-inner_mail p {
	color: #FFFFFF;
	text-align: center;
}
.contact-inner_mail .mail .btn.btn-outline-success.btn-lg {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

@media screen and (max-width:768px) {
.col-md-6, .col-lg-6, .col-lg-4 {
	margin-bottom: 15px;
}
}

@media screen and (max-width:480px) {
#contact_common {
	margin-left: 0px;
	padding-top: 15px;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
}
.footer p {
	margin: 0;
	padding-bottom: 5px;
}
p a .img-responsive {
	margin-left: -16px;
}
.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: #00AB00;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
	bottom: 6.5px;
}
.borderCenter:hover::after {
	width: 100%;
	opacity: 1;
}
.footer a {
	color: #333333 !important;
}
.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 {
	padding-top: 15px;
	font-size: 14px;
	background-color: #E4E4E4;
	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 (min-width: 769px) {
#call-to-action .cta-btn-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
#header {
	padding: 20px 0;
	height: 74px;
}
#header #logo h2 {
	font-size: 34px;
}
#header #logo img {
	max-height: 40px;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
#about .about-img {
	height: auto;
}
#about .about-img img {
	margin-left: 0;
	padding-bottom: 30px;
}
}

@media (max-width: 767px) {
#intro .intro-content h2 {
	font-size: 34px;
}
#services .box .box {
	margin-bottom: 20px;
}
#services .box .icon {
	float: none;
	text-align: center;
	padding-bottom: 15px;
}
#services .box h4, #services .box p {
	margin-left: 0;
	text-align: center;
}
#testimonials .testimonial-item {
	margin: 30px 10px;
}
}

@media (max-width: 576px) {
#contact #google-map {
	margin-top: 20px;
}
}
.btn-animation-02 {
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #00AB00;
	border: 1px solid #00AB00;
	font-size: 16px;
	color: #646464;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	position: relative;
	text-transform: capitalize;
}
.btn-animation-02 span {
	position: relative;
	z-index: 1;
}
.btn-animation-02::before, .btn-animation-02::after {
	content: "";
	display: block;
	background-color: #FFF;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .2s;
}
.btn-animation-02::before {
	left: 0;
}
.btn-animation-02::after {
	right: 0;
}
.btn-animation-02:hover:before, .btn-animation-02:hover:after {
	width: 0;
	background-color: #FFF;
}
.btn-animation-02:hover {
	color: #FFF;
}
/*--------------------------------------------------------------
# パンくず
--------------------------------------------------------------*/
.breadcrumbs {
	clear: both;
	background: #dbd9c6;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}
.breadcrumbs .breadcrumbs_list {
	margin: 0;
}
.breadcrumbs a {
	font-size: 12px;
	text-decoration: none;
	padding: 0;
}
.breadcrumbs a:hover {
	color: #08FF00;
	text-decoration: underline;
}
/** 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 #fff;
}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {
	border-left: 10px solid #adadad;
}
.breadcrumb-default {
	border: solid 1px #adadad;
}
/** Success button **/
.btn-breadcrumb .btn.btn-success:after {
	border-left: 10px solid #28A745;
}
.btn-group.btn-breadcrumb.breadcrumb-default .btn.btn-success {
	background-color: #28A745;
}
/*----------------------------------------------------
	product.html
----------------------------------------------------*/

.mb.card-body {
	text-align: center;
}
.card.mb {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10) !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.10) !important;
	min-height: 395px;
}
.card.mb .card-body.mb .card-title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.mb.btn {
	border-radius: 0;
	box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover {
	transform: translateY(-2px);
	box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card {
	border-radius: 0px / 0px;
	overflow: hidden;
	box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.card.mb .card-body.mb .card-text {
	text-align: left;
}
.col-md-6.no-padding.lib-item {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.lib-panel {
	margin-bottom: 20Px;
}
.lib-panel img {
	width: 100%;
	background-color: transparent;
}
.lib-panel .row, .lib-panel .col-md-6 {
	padding: 0;
	background-color: #FFFFFF;
}
.lib-panel .lib-row {
	padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
	background-color: #5CB85C;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.lib-panel .lib-row.lib-desc {
	position: relative;
	height: 100%;
	display: block;
	font-size: 13px;
}
.row-margin-bottom {
	margin-bottom: 20px;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.lib-row.lib-desc ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5CB85C;
	font-weight: bolder;
}
/*----------------------------------------------------
	Contact.html
----------------------------------------------------*/
.table-responsive .table.table-bordered.contact tr th, .table.table-bordered.contact tr td {
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}
tr td #date {
	margin-top: 15px;
	margin-bottom: 15px;
}
.box {
	padding: 1em 1em;
	margin: 2em 0;
	background-color: #ABFBAB;
	box-shadow: 0px 0px 0px 10px #ABFBAB;
	border: dashed 2px white;
}
.box p {
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------
	works.html
----------------------------------------------------*/
.table.table-bordered tbody .bg-gray {
	background-color: #F2F2F2;
	text-align: center;
}
tbody .bg-gray td {
	width: 33.3%;
}
form .row.form-group.policy {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 10px;
	margin-left: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.panel.panel-default .panel-heading h3 {
	text-align: center;
	padding-top: 12px;
}
.panel.panel-default .panel-body .line_h {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.section-header .main_menu {
	width: 100%;
}
.main_menu li .btn {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.section-header .main_menu li {
	display: inline-block;
	width: 24%;
}

@media screen and (max-width:480px) {
.section-header .main_menu li {
	width: 100%;
	margin-bottom: 15px;
	margin-left: -18px;
}
}
.box-9 {
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 4px solid #00AB00;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin: 2em 0;
	padding: 2em;
}
.box-9 h3 {
	font-size: 22px;
	line-height: 30px;
}
.box-9 h3 .hidden-xs {
	float: left;
	margin-right: 10px;
	margin-top: -13px;
}
.panel.panel-default .panel-body .line_h {
	font-size: 16px;
}
.col-lg-6 .inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.col-lg-6 .inner h3 {
	color: #00AB00;
	line-height: 1.5;
}
.col-lg-6 .inner p {
	font-size: 16px;
	line-height: 1.8;
}
.col-lg-6 .inner .line {
	margin-top: 6em;
}@media screen and (max-width:480px) {
.col-lg-6 .inner .line {
	margin-top: -1em;
}
}
