/*----テスト環境のみヘッダー-----*/


/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px !important;}
.mb50{margin-bottom:50px;}

.sp{display:none !important;}
.pc{display:block;}
h2{
color:#004ea2;
font-size:36px;text-align:center;
font-weight:bold;
}
h2.h2:after{

}
h3{
border-left:double 9px  #5aae31;
padding-left:10px;
color:#000;
margin-bottom: 1em;
}
.page-template-full-product h2{
text-align:left;
margin-bottom:30px;
}
.page-template-full-product .col-sm-12 p{margin-bottom:40px;}
.page-template-full-product .col-sm-12 .col-sm-8 p{margin-bottom:20px;}

@media (max-width: 767px) {
.pc{display:none !important;}
.sp{display:block !important;}
img{max-width:100%}
h2.page-title{font-size:18px;}
.page-template-full-product h3{font-size:18px;}
}

h1{
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Raleway", Sans-serif;
	color: #232323;
}
h2,
h3,
h4,
h5,
h6 
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Open Sans", Sans-serif;
	color: #232323;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #5aae31;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #004ea2;
}
img{max-width:100%}

section {
	padding:0 0 30px 0;
}


@media (min-width: 767px) {
	section {
		padding: 150px 0;
	}

}


ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul.list li,
ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
    padding-left: 1em;
    text-indent: -0.5em;
    }

ul.list li:before,
.tab-content ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

@media (max-width: 767px) {
.btn_eps_sp{
margin: 15px 0 10px auto;
    display: table !important;
}


}
/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:none;}
.navbar-default .navbar-toggle{border:none;}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #004595
}
.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #004ea2;
	font-weight:bold;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
}
.navbar-default .nav li a.btn_eps{background:#aaaaaa;color:#fff;padding:5px 30px;width: 80%;margin: 0 auto;text-align:center;}
.navbar-default .nav li a.btn_eps img{margin-right:5px;}
.navbar-default .nav li a.btn_contact{background:#5aae31;color:#fff;padding:5px 30px;width: 80%;margin: 0 auto;text-align:center;}
.logo{width:200px;margin-top:2%;}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255,1);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
.navbar-default .nav li a.btn_eps{background:#aaaaaa;color:#fff;padding:10px 10px;margin-top:5px;border:none;margin-left:5px;width: auto;}
.navbar-default .nav li a.btn_eps img{margin-right:5px;}
.navbar-default .nav li a.btn_contact{background:#5aae31;color:#fff;padding:11px 10px;margin-top:5px;margin-left:5px;border:none;}
.navbar-default .nav li a {border-right:1px solid #004ea2;line-height:1em;padding:0 10px;margin-top:15px;}
.navbar-default .nav li.last a{border:none;}
.navbar-brand{margin-bottom:10px;}
.logo{width:200px;margin-top:5%;}

}

@media (min-width:1000px) {
.logo{width:auto;margin-top:0;}
.navbar-default .nav li a.btn_eps{background:#aaaaaa;color:#fff;padding:10px 10px;margin-top:5px;border:none;margin-left:40px;}
.navbar-default .nav li a.btn_eps{background:#aaaaaa;color:#fff;padding:10px 30px;margin-top:5px;border:none;margin-left:40px;}
.navbar-default .nav li a.btn_contact{background:#5aae31;color:#fff;padding:11px 30px;margin-top:5px;margin-left:20px;border:none;}
.navbar-default .nav li a {border-right:1px solid #004ea2;line-height:1em;padding:0 20px;margin-top:15px;}

}
@media screen and (min-width:1001px) and (max-width:1200px) { 
.logo{width:250px;margin-top:0;}
.navbar .container{width:1014px;}
}

/*--------------------
3. Header
--------------------*/

header {
}

video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  position:absolute;
}


#bg-movie {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.7;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	position: absolute;
	top: 45%;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
	z-index: 1;
}

@media (min-width: 768px) {
	.intro-text {
	left:10%;
	transform:none;
	bottom:15%;
	top:auto;
    }
    .intro-text .btn{width:280px;line-height: 2.5em;font-size: 18px;}
}
.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 95px;
		font-size: 90px;
		margin-bottom: 0;
	}
}


@media (min-width: 600px) {
#features .col-md-6{width:50%;
float:left;}
}
/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 50px;
	color: #B3B3BB;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}

.dark-bg .section-title h2 {
	color: #fff;
}


.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
	padding: 40px 0;
	color: #fff;
	background-color: #fcbe03;
}

.section-cta h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	margin: 0 0 20px;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #004ea2;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #fff;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-socials {
	padding-bottom: 25px;
}

.team-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
	color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}
section#contact .section-title h2{font-weight:bold;margin-bottom:0;padding-bottom:0;font-size:18px;text-align:center;}
section#contact .section-title h2:hover{opacity:0.8;}
section#contact .section-title h2 a{color:#FFF;text-decoration:none;background: url(../images/icon_btn.png) no-repeat 95% center;padding-right: 40px;}
section#contact .section-title h2:after{display:none;}
section#contact .section-title h2 a:hover{text-decoration:none;}
section#contact .section-title p{color:#fff;font-weight:bold;margin-bottom:0;}
section#contact{padding:30px 0}

section#contact .container{margin-bottom:0 !important;}
.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}
@media (min-width: 768px) {
section#contact{padding:100px 0}
section#contact .section-title h2{font-weight:bold;margin-bottom:0;padding-bottom:0;font-size:36px;}

}
/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px 0;
}

footer p {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}
footer .container{position:relative;}


footer p a {
	color: #000;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
ul.footer {display: inline-block;}
ul.footer li{float:left;padding:0 15px;border-right:1px solid #454545;line-height:1em;}
ul.footer li a{color:#454545;font-size:12px;}
ul.footer li.last{border:none;}
footer .logo{margin-top:0;}
@media (min-width: 768px) {
footer .logo{position:absolute;left:0;top:0;}
ul.footer li{float:left;padding:0 20px;border-right:1px solid #454545;line-height:1em;}
ul.footer li a{color:#454545;}
ul.footer{margin:10px auto;display:inline-block;}
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}



section#news{
padding-top:0;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;padding-bottom:0;
background:url(../images/bg_news.png) left center;background-size: cover;
}
.news_ttl{padding-top:20px;padding-bottom:15%;}

.news_ttl h2{color:#fff;font-weight:bold;margin-top:20%;}

section#news .ccm-block-page-list-pages{padding:20px;}
section#news div.ccm-block-page-list-page-entry{padding-bottom:20px;margin-bottom:20px;border-bottom: 1px solid #b3c1d0;}
section#news .ccm-block-page-list-date, section#news .ccm-block-page-list-description{color:#fff;}

.intro-text .btn,
.news_ttl .btn{background:url(../images/icon_btn.png) no-repeat 95% center;background-size:10px;border:2px solid #fff;color:#fff;font-weight:bold;padding:10px 40px;margin-top:5%;}
section#news .ccm-block-page-list-title a{color:#fff;text-decoration:underline;font-size:18px;}
section#news .ccm-block-page-list-title a:hover{text-decoration:none;}


.info_area{background:#f6f6f6;}
ul.info{margin:30px;}
ul.info span{font-size:12px;}
ul.info li::before{display:none;}
ul.info li h4 {font-size:14px;margin:0;font-weight:bold; word-wrap: break-word;}
ul.info li h4 a{text-decoration:underline;}
ul.info li{border-bottom:1px solid #b3c1d0;padding:10px;}


@media (max-width: 991px) {
section#news{
background:url(../images/bg_news_sp.png) bottom;background-size: cover;

}


section#news #ccm-layout-column-wrapper-166 div.ccm-layout-column{width:auto;}
section#news div.ccm-layout-column{float:none;}
section#news .heightLineParent{background:rgba(0,0,0,0.4);}

.info_area{padding:0;}
ul.info{margin:0;padding-bottom:30px;}
.news_ttl{padding:2px;height:auto !important;}
.info_area{padding:0;}
.news_ttl .btn{margin-bottom:20px;}
.news_ttl h2{margin-top:20px}
.dark-bg .section-title h2{font-size:24px;}
}

#features img{width:100%;}

ul.topicPath {
    margin: 15px auto;
    padding:0 10px;
}
ul.topicPath li {
    float: left;
    font-size: 10px;
    line-height:1em;
}
ul.topicPath li a::after {
    position: relative;
    display: inline;
    content: " >";
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width: 768px) {
ul.topicPath {
width:1140px;margin:10px auto;
padding:0;
}
ul.topicPath li {
    float: left;
    font-size: 13px;
}
}

.page-template-news header,
.page-template-full-inpage header,
.page-template-full-product header{
margin-top:70px;
background:#37438e url(/updates/images/bg_h1.png);
background-size:cover;
height:200px;
}
.page-template-news header h1,
.page-template-full-inpage header h1,
.page-template-full-product header h1{
color:#fff;
font-weight:900;
height: 200px;
vertical-align: middle;
display: table-cell;

}



.page-template-full-product header{
margin-top:70px;
background:#37438e url(/updates/images/bg_h1.png);
background-size:cover;
height:200px;
}
.page-template-full-product header.precision{background:url(/updates/images/bg_h1_2.png) #37438e;
background-size:cover;
height:200px;

}


.page-template-full-product header h1{
color:#fff;
font-weight:900;
height: 200px;
vertical-align: middle;
display: table-cell;
}
.page-template-full-inpage section,
.page-template-full-product section,
.page-template-full-product section{padding-top:0;}
.page-template-full-product section .container{margin-bottom:40px;
}

.page-template-full-product .pro_nav{
background:#dadada;
z-index:5;
}
.page-template-full-product .pro_nav .pro_menu{
position:relative;
text-align:center;
}
.page-template-full-product .pro_nav .pro_menu .pm{}
.page-template-full-product .pro_nav .pro_menu .pm2{

}
.page-template-full-product .pro_nav .pro_menu span,
.page-template-full-product .pro_nav .pro_menu  a{
display:block;
padding:10px;
}
.page-template-full-product .pro_nav li{
float:left;
margin:5px 10px;
}
.page-template-full-product .pro_nav .pro_menu{}
.page-template-full-product .pro_nav .pro_menu .pm{padding:10px;display:block;}
.page-template-full-product .pro_nav .pro_menu .pm2 {background:#a0a0a0;top:60px;width:100%;display:block;}
.page-template-full-product .pro_nav .pro_menu .pm3 {background:#454545;top:40px;width:100%;display:block;}

.page-template-full-product .pro_nav .pro_menu .pm2  a{color:#fff;padding:10px;display: block;}
.page-template-full-product .pro_nav .pro_menu span:after{content:"";
	border: 5px solid transparent;
	border-top: 5px solid #000;
display: inline-block;
margin-left:10px;
}
.page-template-full-product .pro_nav .pro_menu span.open:after{content:"";
	border: 5px solid transparent;
	border-bottom: 5px solid #000;
display: inline-block;
margin-left:10px;
vertical-align: text-top;
}
.page-template-full-product .pro_nav .pro_menu a:after{content:"";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
display: inline-block;
margin-left:10px;
}


@media (min-width: 768px) {
.page-template-full-product .pro_nav .pro_menu .pm{padding:20px;display:inline-block;}

.page-template-full-product .pro_nav .pro_menu .pm{}
.page-template-full-product .pro_nav .pro_menu .pm2{
position:absolute;
z-index:10;
}
.page-template-full-product .pro_nav .pro_menu .pm2  a{color:#fff;padding:10px;margin-left:20px;display: inline-block;z-index: 5;}
.page-template-full-product .pro_nav .pro_menu .pm3 {background:#454545;top:40px;width:100%;display:block;position:absolute;z-index: 5;}

.page-template-full-product .pro_nav .pro_menu span,
.page-template-full-product .pro_nav .pro_menu a{
display:inline-block;}
}


.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: #a0a0a0;
    margin-right: 4px;
    padding: 3px 5px;
    order: -1;
    margin-bottom: 0;
    font-size:10px;
    font-weight:normal
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #004ea2;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
     border:1px solid #a0a0a0;
     padding:20px;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


table.specs td {
    padding: 0.4em 0.4em 0.4em 1em;
    border: 2px solid #C5C5C5;
}
table.specs tr.altrow {
    background-color: #E9E9E9;
}
table.specs {
    border: 2px solid #C5C5C5;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    font-size: 0.75em;
}
.photo_area img{width:113px;margin:10px;border:1px solid #dadada;padding:2px;height:113px;object-fit: cover;}
.photo_area{text-align:center;}

img.ccm-image-block {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width:150px;
}
.col-sm-12 .container{padding-left:0;padding-right:0;}




@media (min-width: 768px) {
.left{float:left;}
.right{float:right;}
.tab-label {font-size:14px;}
.m50{margin-top:50px;margin-bottom:50px;}
.photo_area{text-align:left;}
img.ccm-image-block {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width:auto;
}

}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #004ea2;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}



em{font-style:normal;}


}




h2.h2{color:#004ea2;
position:relative;
text-align:center;
 display:block;
  margin-bottom: 2em;
  margin-top:2em;
  font-weight:bold;
  }
h2.h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5aae31;
  border-radius: 2px;
}
h2.h2_2{color:#5aae31;font-size:30px;}


h2.country{border-bottom:2px solid #dadada;margin:1em auto 0.5em auto;padding-bottom:5px;color:#7c7c7c;font-size:24px;}


.lift_top h4{
color:#5aae31;
}
.lift_top p{margin:0 0 40px 0;}

.lift_mid h3{border:none;
color:#c8c8c8;
font-weight:bold;
} 
.lift_mid h4{color:#004ea2;}
.lift_mid .row-gutter{border-bottom:2px dashed #c8c8c8;padding-bottom:30px;}
.lift_mid ul li{text-indent:-0.5em;padding-bottom:1px;}
.lift_mid ul{margin:5px 20px;}
.lift_mid ul{}

.about_top{margin-top:30px;}

.m50{margin-bottom:30px;}

.about_mid table.company{border:1px solid #004ea2;
margin-bottom:40px;
font-size:12px;
width:100%;
}
.about_mid table.company td{
border-bottom:1px solid #004ea2;
padding:10px;
}
.about_mid table.company th{
background:#004ea2;
border-bottom:1px solid #fff;
color:#fff;
padding:10px;
text-align:center;
}
.about_mid table.company tr.last th{
border-bottom:0;
}


@media (min-width: 768px) {
h2.h2{
font-size:36px;
}
h2.country{border-bottom:2px solid #dadada;margin:40px auto;padding-bottom:5px;color:#7c7c7c;font-size:36px;}

.lift_top p{margin:20px 20px 40px 20px;}
.lift_mid h3{font-size:100px;text-align:center;margin-bottom:0.5em;}
.lift_mid .row-gutter{margin-bottom:20px;}
.lift_mid ul{margin:5px 30px 5px 40px;}
.lift_mid .row-gutter{padding-bottom:0;}
.lift_mid ul{padding-bottom:30px;}


.about_top p{margin:20px 50px 80px 50px;}



table.company{font-size:14px;}

.about_top{margin-top:80px;}
.about_mid table.company{font-size:14px;margin-bottom:80px;}
.about_mid table.company td{
padding:15px;
}
.about_mid table.company th{width:20%;}


}
.page-template-full-product .col-sm-12{margin-bottom:50px;}
.page-template-full-product #contact{margin-top:80px;}
.btn.more{margin-bottom:20px;}

@media (max-width: 767px) {
.page-template-full-product .col-sm-2{width:50% !important;display: inline-block;padding-bottom:30px;}
.page-template-full-product #contact{margin-top:50px;}



}

.ccm-block-type-form .form-group {position: relative;}
.ccm-block-type-form .form-control{width:70%;display: inline-block;}
.ccm-block-type-form .form-group label{background: #004ea2;width:18%;padding:1%;color:#fff;display: block;
float: left;
margin-right:10px;
}
.ccm-block-type-form .form-group span{
background: red;
color:#fff;
font-weight:bold;
display: block;
position: absolute;
left: 140px;
top: 10px;
padding:2px 5px;
}
@media only screen
and (min-width : 768px)
and (max-width : 991px) {

.ccm-block-type-form .form-group span{
left: 9%;
top: 7px;

}
}
@media only screen
and (min-width : 992px)
and (max-width : 1199px) {

.ccm-block-type-form .form-group span{
left: 11%;
top: 7px;

}
}



.ccm-block-type-form .form-actions .btn {margin: 20px auto;
display: block;}


.page-template-full-inpage .ccm-block-page-list-page-entry-text{
position:relative;
}
.page-template-full-inpage .ccm-block-page-list-title{font-size:20px;}
.page-template-full-inpage .ccm-block-page-list-description{}
.page-template-full-inpage .ccm-block-page-list-date{display: block;
width: 100px;
font-size: 20px;
text-align: center;
background: #37438e;
padding: 5px;
color: #fff;
float:left;margin-right:20px;
}


div.ccm-block-page-list-page-entry{margin-bottom:40px;}
.ccm-block-next-previous-wrapper .ccm-block-next-previous-header,
.ccm-block-next-previous-wrapper .ccm-block-next-previous-previous-link,
.ccm-block-next-previous-wrapper .ccm-block-next-previous-header,
.ccm-block-next-previous-next-link{display:none;}

.ccm-block-next-previous-parent-link a{
    background: #5aae31;
    color: #fff;
    padding: 11px 30px;
    margin: 30px auto;
    border: none;
    width:200px;
    display:block;
    text-align:center;
}
.ccm-block-next-previous-parent-link a:hover{
opacity:0.8;
text-decoration:none;
}


.ccm-pagination-wrapper{text-align:center;}
.page-template-news main ul.nav{}
.page-template-news main ul.nav li,
.page-template-news main ul.nav li ul,
.page-template-news main ul.nav li.nav-path-selected a {
    float: left;
    line-height: 1em;
    display: -webkit-inline-box;
}
.page-template-news main ul.nav li a::after {
    position: relative;
    display: inline;
    content: " >";
    margin-left: 5px;
    margin-right: 5px;
}
.page-template-news main ul.nav li ul a.nav-path-selected::after {
display:none;
}

@media (max-width: 767px) {
.ccm-dashboard-express-form .form-group label{font-size:12px;width:100%;float:none;margin:0 0 5px 0;}
.ccm-dashboard-express-form .form-group span{font-size:11px;top:2px;left:75px;}
.ccm-dashboard-express-form .form-control{width:100%;margin-bottom:10px;}
.page-template-full-inpage .ccm-block-page-list-date{width:100%;top:0;font-size:11px;position: unset;}
.page-template-full-inpage .ccm-block-page-list-description{position: unset;width:auto;}
.page-template-full-inpage .ccm-block-page-list-title{position: unset;top:50px;left:0;font-size:20px;}
.page-template-news ul.nav li{
float:none;
margin:0;
font-size:11px;
padding:0;
}
.page-template-news ul.nav li ul{
padding-left:0;
}
}

#news .container{width:auto !important;}
#news .container .col-sm-12{padding-left:0;padding-right:0;}

#contact{margin-top: 80px;}

.page-template-productes header h1{
color:#fff;
font-weight:900;
height: 200px;
vertical-align: middle;
display: table-cell;

}



.page-template-productes header{
margin-top:70px;
background:#37438e url(/updates/images/bg_h1.png);
background-size:cover;
height:200px;
}
.page-template-productes header.precision{background:url(/updates/images/bg_h1_2.png) #37438e;
background-size:cover;
height:200px;

}


.page-template-productes header h1{
color:#fff;
font-weight:900;
height: 200px;
vertical-align: middle;
display: table-cell;
}
.page-template-full-inpage section,
.page-template-productes section,
.page-template-productes section{padding-top:0;}
.page-template-productes section .container{margin-bottom:40px;
}

.page-template-productes .pro_nav{
background:#dadada;
z-index:5;
}
.page-template-productes .pro_nav .pro_menu{
position:relative;
text-align:center;
}
.page-template-productes .pro_nav .pro_menu .pm{}
.page-template-productes .pro_nav .pro_menu .pm2{

}
.page-template-productes .pro_nav .pro_menu span,
.page-template-productes .pro_nav .pro_menu  a{
display:block;
padding:10px;
}
.page-template-productes .pro_nav li{
float:left;
margin:5px 10px;
}
.page-template-productes .pro_nav .pro_menu{}
.page-template-productes .pro_nav .pro_menu .pm{padding:10px;display:block;}
.page-template-productes .pro_nav .pro_menu .pm2 {background:#a0a0a0;top:60px;width:100%;display:block;}
.page-template-productes .pro_nav .pro_menu .pm3 {background:#454545;top:40px;width:100%;display:block;}

.page-template-productes .pro_nav .pro_menu .pm2  a{color:#fff;padding:10px;display: block;}
.page-template-productes .pro_nav .pro_menu span:after{content:"";
	border: 5px solid transparent;
	border-top: 5px solid #000;
display: inline-block;
margin-left:10px;
}
.page-template-productes .pro_nav .pro_menu span.open:after{content:"";
	border: 5px solid transparent;
	border-bottom: 5px solid #000;
display: inline-block;
margin-left:10px;
vertical-align: text-top;
}
.page-template-productes .pro_nav .pro_menu a:after{content:"";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
display: inline-block;
margin-left:10px;
}


@media (min-width: 768px) {
.page-template-productes .pro_nav .pro_menu .pm{padding:20px;display:inline-block;}

.page-template-productes .pro_nav .pro_menu .pm{}
.page-template-productes .pro_nav .pro_menu .pm2{
position:absolute;
z-index:10;
}
.page-template-productes .pro_nav .pro_menu .pm2  a{color:#fff;padding:10px;margin-left:20px;display: inline-block;z-index: 5;}
.page-template-productes .pro_nav .pro_menu .pm3 {background:#454545;top:40px;width:100%;display:block;position:absolute;z-index: 5;}

.page-template-productes .pro_nav .pro_menu span,
.page-template-productes .pro_nav .pro_menu a{
display:inline-block;}
}
#ccm-sitemap-search-selector .tab-content{display: inline;}
div#ccm-toolbar > ul{padding-top:0;}
div#ccm-toolbar{z-index:2000;}