/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
    color: #212121;
	line-height: 1.8;
    background-color: #FFF;
}

a {
    color: #D60000;
}

a:hover {
    color: #840013;
	text-decoration: none;
}

a[href^="tel:"] { 
	cursor: default;
	color: #000;
}

.text-muted {
    color: #FFF !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mg-0-auto {
    margin: 0 auto;
}

.mg-80-auto {
    margin: 80px auto;
}

.mg-100-auto {
    margin: 100px auto;
}

.mg-80-100 {
    margin: 80px auto 100px;
}

.mg-50-150 {
    margin: 50px auto 150px;
}

.mg-100-50 {
    margin: 100px auto 50px;
}

.mg-5-10 {
    margin: 0 5px 10px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pv-40-40 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pv-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pv-30-100 {
    padding-top: 30px;
    padding-bottom: 100px;
}

.pv-100-30 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.pv-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.pv-100-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1440px) {
	.mb-100 {
		margin-bottom: 50px;
	}
}

@media (max-width: 1300px) {
	.mb-100 {
		margin-bottom: 0px;
	}
	.mb-50 {
		margin-bottom: 0px;
	}
}

@media (max-width: 991px) {
	.pv-100-50 {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.mt-20 {
		margin-top: 0px;
	}
	.mb-40 {
		margin-bottom: 20px;
	}
	.pv-20 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pv-100-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt-100 {
		padding-top: 50px;
	}
	.pb-100 {
		padding-bottom: 50px;
	}
	.mg-100-auto {
		margin: 50px auto;
	}
}

p.large {
    font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    line-height: 1.6;
	letter-spacing: 1px;
    margin-bottom: 30px;
}

.sidebar-ruler-right {
    position: fixed;
    width: 30px;
    background-image: url(../images/ruler-w30r.png);
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
    background-position: center top;
}

.sidebar-ruler-left {
    position: fixed;
    width: 30px;
    background-image: url(../images/ruler-w30l.png);
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
    background-position: center top;
}

.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 40px;
    right: 40px;
	background-color: rgba(0, 0, 0, 0.8);
}

.header {
    border-top: none;
    border-bottom: none;
	background-image: url(../images/header-bg.jpg);
	background-position: center top;
}

.header-first {
    padding: 15px 0 0 0;
}

.transparent-header header.header.transparent-header-on {
    border-bottom: none;
    border-top-color: #D60000;
	background-image: url(../images/header-bg.jpg);
	background-position: center top;
}

.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: none;
    background-color: #D60000;
}

.header .navbar-nav li .nav-link {
    color: #FFF;
    font-size: 16px;
    padding: 28px 10px 27px 10px;
    z-index: 102;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
	font-family: "Oswald", sans-serif;
}

h1.products-name {
    font-size: 30px;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
    text-transform: none;
	letter-spacing: 1px;
	line-height: 1.5;
}

.site-slogan {
    color: #FFF;
}

.transparent-header .header:not(.dark) .site-slogan {
    color: #FFF;
}

.transparent-header .header:not(.dark) .navbar-nav > li:not(.active) > a {
    color: #FFF;
}

.transparent-header .header:not(.dark) .navbar-nav > li.open > a, 
.transparent-header .header:not(.dark) .navbar-nav > li > a:hover, 
.transparent-header .header:not(.dark) .navbar-nav > li > a:focus {
    color: #D60000;
}

.transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
    color: #FFF;
}

.header-dropdown-buttons .btn-group > .btn {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

.header-dropdown-buttons {
    padding-top: 23px;
}

.fixed-header-on .header-dropdown-buttons {
    padding-top: 16px;
}

.transparent-header .header-dropdown-buttons .btn-group > .btn {
    background-color: transparent;
    border: none;
}

.transparent-header .header-dropdown-buttons .btn-group > .btn i {
    color: #FFF;
	font-size: 40px;
	padding: 0;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #FFF;
	color: #D60000;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.nav .open > a, .nav .open > a:hover, 
.nav .open > a:focus, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu .menu > .active > a, 
.dropdown-menu .menu > .active > a:hover, 
.dropdown-menu .menu > .active > a:focus {
    color: #D60000;
}

.mega-menu h4.title {
    margin: 5px 0;
    font-size: 16px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	line-height: 1.0;
    text-transform: uppercase;
}

.mega-menu .menu > li > a:hover, 
.mega-menu .menu > li > a:focus {
    background-color: #fcfcfc;
    color: #D60000;
    border-color: #f7f7f7;
    text-decoration: none;
}

.mega-menu .menu > li > a h3 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	line-height: 1.0;
	text-align: center;
    color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

.mega-menu .menu > li > a img {
}

.mega-menu .menu > li > a p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	line-height: 1.4;
    color: #000;
	margin: 10px 0 0;
}

.nav-pills > li .nav-link:hover, .nav-pills > li .nav-link:focus {
    color: #D60000;
    background-color: transparent;
    border-bottom: 1px solid #D60000;
}

.rev_slider .tp-mask-wrap .tp-caption {
	font-family: 'Playfair Display', serif;
}

.icon.default-bg {
    background-color: #D60000;
    color: #FFF;
}

.default-bg {
    background-color: #D60000;
    color: #FFF;
}

.dark-bg {
    color: #cdcdcd;
	background-image: url(../images/mid-bg.jpg);
	background-position: center top;
}

.section.dark-bg {
    padding: 10px 0;
}

.section.dark-bg h3 {
	font-size: 22px;
	padding: 20px 0 0 0;
}

.dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #ffffff;
	font-family: 'Playfair Display', serif;
}

.feature-box h3 {
	font-size: 20px;
	font-family: 'Playfair Display', serif;
}

.btn-dark {
    color: #FFF;
    background-color: #212121;
    border-color: #212121;
}

.btn-default {
    color: #FFF;
    background-color: #D60000;
    border-color: #FFF;
}

.btn-default:hover {
    color: #FFF;
    background-color: #212121;
    border-color: #212121;
}

.btn-lg {
	font-family: "Oswald", sans-serif;
}

.btn-lg-list {
	color: #D60000;
    background-color: transparent;
    border-color: #D60000;
    padding: 10px 25px;
    font-size: 18px;
	font-family: "Oswald", sans-serif;
    line-height: 1.4666666667;
    border-radius: 4px;
    margin: 10px 0;
}

.btn-animated.btn-lg-list i {
    right: 25px;
    line-height: 48px;
    min-width: 15px;
}

.btn-lg-list:hover {
    color: #FFF;
    background-color: #D60000;
    border-color: #D60000;
}

.btn-animated.btn-lg-list:hover i {
    right: 15px;
}

.btn-animated.btn-lg-list {
    padding-right: 60px !important;
}

.btn-lg-list-s {
	color: #D60000;
    background-color: transparent;
    border-color: #D60000;
    padding: 8px 20px;
    font-size: 16px;
	font-family: "Oswald", sans-serif;
    line-height: 1.4666666667;
    border-radius: 4px;
    margin: 10px 0;
}

.btn-animated.btn-lg-list-s i {
    right: 24px;
    line-height: 38px;
    min-width: 15px;
}

.btn-lg-list-s:hover {
    color: #FFF;
    background-color: #D60000;
    border-color: #D60000;
}

.btn-animated.btn-lg-list-s:hover i {
    right: 15px;
}

.btn-animated.btn-lg-list-s {
    padding-right: 60px !important;
}

.btn-lg-list-j {
    color: #D60000;
    background-color: transparent;
    border-color: #D60000;
    padding: 8px 20px;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    line-height: 1.4666666667;
    border-radius: 4px;
    margin: 10px 0;
}

.btn-animated.btn-lg-list-j i {
    right: 24px;
    line-height: 38px;
    min-width: 15px;
}

.btn-lg-list-j:hover {
    color: #FFF;
    background-color: #D60000;
    border-color: #D60000;
}

.btn-animated.btn-lg-list-j:hover i {
    right: 15px;
}

.btn-animated.btn-lg-list-j {
    padding-right: 60px !important;
}

.btn-gray-transparent {
    color: #333333;
	font-family: "Oswald", sans-serif;
    background-color: transparent;
    border-color: #FFF;
}

.dark-bg .btn-gray-transparent:hover {
    color: #FFF;
    background-color: #212121;
    border-color: #212121;
}

.dark-translucent-bg .btn-gray-transparent:hover {
    border-color: #D60000;
    color: #FFF;
    background-color: #D60000;
}

.btn-dark:hover {
    color: #fff;
    background-color: #D60000;
    border-color: #D60000;
}

default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default:active.focus, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus {
    color: #FFF;
    background-color: #212121;
    border-color: #212121;
}

.hvr-sweep-to-right:before, 
.hvr-sweep-to-left:before, 
.hvr-sweep-to-bottom:before, 
.hvr-sweep-to-top:before, 
.hvr-bounce-to-right:before, 
.hvr-bounce-to-left:before, 
.hvr-bounce-to-bottom:before, 
.hvr-bounce-to-top:before, 
.hvr-radial-out:before, 
.hvr-rectangle-out:before, 
.hvr-shutter-out-horizontal:before, 
.hvr-shutter-out-vertical:before {
    background: #212121;
}

@media (max-width: 1200px) {
	.col-auto.hidden-md-down {
		display: none !important;
	}
	.header .navbar-nav li .nav-link {
		font-size: 15px;
		padding: 28px 8px 27px 8px;
	}
	.section.dark-bg h3 {
		font-size: 18px;
		padding: 22px 0 0 0;
	}
}

@media (max-width: 991px) {
	.header .navbar-nav .dropdown-toggle::after {
		color: #FFF;
	}
	.col-auto.hidden-md-down {
		display: none !important;
	}
	.header .navbar-nav li .nav-link {
		font-size: 16px;
		padding: 10px 8px 10px 8px;
	}
	.section.dark-bg h3 {
		font-size: 22px;
		padding: 5px 0 0 0;
	}
	.navbar-light .navbar-toggler {
		border: solid 0px #FFF;
		background-color: #FFF;
	}
	.header {
		background-image: none;
		background: linear-gradient(#140002, #B7001B ) fixed;
	}
	.navbar-light .navbar-toggler:hover, 
	.navbar-light .navbar-toggler:focus {
		border-color: #212121;
	}
	.mega-menu h4.title {
		display: none;
	}
	.mega-menu .menu > li > a h3 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.mega-menu .menu > li > a p {
		font-size: 10px;
		letter-spacing: 0;
	}
	p.large {
		font-size: 15px;
		letter-spacing: 1px;
	}
}





.grid-space-0 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.main-container01 {
    padding: 100px 0 0;
}

.main-container02 {
    padding: 100px 0 50px;
}

.main-container00 {
    padding: 0 0 50px;
}

.main-container-100 {
    padding: 100px 0 50px;
}

.main-container-100-100 {
    padding: 100px 0;
}

.main-container-50-0 {
    padding: 50px 0 0;
}

.image-box .body h3 {
    font-size: 18px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
    color: #000;
}

.feature-box h3 {
    margin-top: 20px;
    font-size: 24px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
    color: #000;
	letter-spacing: 1px;
}

.feature-box h3.company-title {
    margin-top: 20px;
    font-size: 18px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
    color: #FFF;
	letter-spacing: 1px;
}

.feature-box p {
	text-align: left;
}

.title {
    font-size: 84px;
	font-weight: 300;
    color: #D60000;
	margin: 30px 0 15px 0;
}

.sub-title-j {
    font-size: 16px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
    color: #000;
	letter-spacing: 1px;
	text-transform: none;
	margin: 0 0 20px 0;
}

.overlay-bottom, .overlay-top {
    background-color: rgba(214, 0, 0, 0.5);
}

.overlay-bottom .btn:hover, 
.overlay-top .btn:hover {
    color: #FFF;
    background-color: #D60000;
}

.overlay-container .text h3 {
    font-size: 24px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.overlay-container .text h3 .small {
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
}

.imgBlock {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.imgBlock img {
    width: 100%;
    padding: 0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.imgBlock img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1200px) {
	.main-container01 {
		padding: 50px 0 0;
	}
	.main-container02 {
		padding: 50px 0 20px;
	}
	.main-container00 {
		padding: 0 0 20px;
	}
	.main-container-100 {
		padding: 50px 0 20px;
	}
	.main-container-100-100 {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	.feature-box h3 {
		font-size: 18px;
	}
	.feature-box p {
		font-size: 12px;
		line-height: 1.6;
	}
}

@media (max-width: 420px) {
	.mega-menu h4.title {
		display: none;
	}
	ul.menu li .imgBlock {
		display: none;
	}
	.overlay-container .text h3 {
		font-size: 16px;
		letter-spacing: 1px;
	}
}




.media .media-heading {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	line-height: 1.6;
    margin-bottom: 10px;
}

.media .small {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	line-height: 1.6;
    margin-bottom: 10px;
}

.animated-text h2 {
    font-size: 16px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	margin: 40px 0 0;
}

.background-img-7 {
    background: url(../images/page-services-banner.jpg) 50% 0px no-repeat;
}

dl.access-shop {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

dl.access-shop dt {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-align: left;
    line-height: 1.0;
    padding: 0 0 5px 0;
}

dl.access-shop dd {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #212121;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 1px;
    padding: 0 0 15px 0;
}

dl.access-shop dd span {
	display: block;
    font-size: 14px;
	letter-spacing: 0;
    padding: 5px 0 0 0;
}

dl.access-shop dd a {
    color: #212121;
}

dl.access-shop dd a:hover {
    color: #D60000;
	text-decoration: none;
}

.footer-top {
    padding: 0 0;
}

.footer {
    padding: 40px 0 0;
    background-color: #fafafa;
}

.footer h2.title {
    font-size: 22px;
    text-transform: none;
	margin: 20px 0 10px 0;
}

.footer .col-lg-9 {
	padding-left: 50px;
}

.nav-stacked > li {
    float: none;
	width: 100%;
}

.nav-pills > li {
    margin-left: 0;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills.nav-stacked > li > a {
    padding: 5px 0px;
    color: #777777;
}

.nav-pills > li > a {
    position: relative;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-pills > li > a.letter-1 {
	letter-spacing:-1px;
}

.footer-content .nav-pills > li > a {
    padding: 4px 0px;
}

.nav-pills.nav-stacked > li > a:hover, 
.nav-pills.nav-stacked > li > a:focus {
    color: #D60000;
}

.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after, 
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after, 
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after, 
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
    color: #D60000;
}

.footer-content .nav-pills.nav-stacked > li > a:after {
    top: 5px;
}

.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h3.top-down {
    font-size: 19px;
	letter-spacing: 1px;
}

.subfooter p br {
	display: none;
}

@media (max-width: 1200px) {
	.animated-text h2 {
		font-size: 20px;
		margin: 24px 0 0;
	}
	.overlay-container .text h3 {
		font-size: 24px;
		letter-spacing: 1px;
		margin: 10% 0 0 0;
	}
}

@media (max-width: 991px) {
	.media .media-heading {
		font-size: 15px;
		line-height: 1.5;
	}
	.col-md-8.md-center {
		margin: 0 auto;
	}
	.feature-box h3.company-title {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.col-md-12.isotope-item.app-development {
		display: none;
	}
	
	.animated-text h2 {
		font-size: 16px;
		margin: 30px 0 0;
	}
	
	.footer img {
		max-width: 100%;
	}
	.footer .col-md-3.footer-menu {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.footer .col-md-9.footer-menu {
		-ms-flex: 0 0 66.666%;
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}
	dl.access-shop dt {
	}
	dl.access-shop dd {
		font-size: 14px;
		letter-spacing: 0;
	}
	.footer-content p {
		font-size: 13px;
	}
	.footer h2.title {
		font-size: 18px;
		margin: 10px 0 6px 0;
	}
	.footer-content .separator-2, 
	.footer-content .separator-3 {
		margin-bottom: 10px;
	}
}

@media (max-width: 420px) {
	.tp-caption.medium_white {
		display: none;
	}
	.sidebar-ruler-right {
		display: none;
	}
	.section.dark-bg h3 {
		font-size: 18px;
		padding: 5px 0 0 0;
	}
	.call-to-action .text-right {
		text-align: center !important;
	}
	.btn-lg {
		padding: 6px 12px;
		font-size: 16px;
	}
	.btn-animated.btn-lg i {
		line-height: 34px;
	}
	
	.title {
		font-size: 48px;
		margin: 20px 0 15px 0;
	}
	p.large {
		font-size: 14px;
		margin-bottom: 10px;
	}
	p.large br {
		display: none;
	}
	.pv-30 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.justify-content-center {
		text-align: center;
	}
	.feature-box, 
	.feature-box-2 {
		margin-bottom: 10px;
	}
	.animated-text h2 {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 2px;
		margin: 20px 0 0;
	}
	
	.footer img {
		max-width: 80%;
	}
	.footer .col-md-3.footer-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer .col-md-9.footer-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	address {
		margin-bottom: 0;
	}
	dl.access-shop {
		padding: 0 0 0 0;
	}
	.subfooter {
		font-size: 12px;
		line-height: 1.5;
	}
	.subfooter p br {
		display: block;
	}
	.scrollToTop {
		bottom: 20px;
		right: 6px;
	}
}





/*!------------------------------------------------------------------
[Company ]
*/

.light-translucent-bg:after {
    background-color: rgba(255, 255, 255, 0.25);
}

.second-title {
    font-size: 72px;
	font-weight: 300;
    color: #D60000;
	margin: 30px 0;
}

.second-sub-title-j {
    font-size: 20px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
    color: #000;
	letter-spacing: 2px;
	margin: 0 0 50px 10px;
}

.second-section-subtitle-en {
    font-size: 26px;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
    color: #D60000;
	letter-spacing: 0px;
	margin: 0;
	padding-bottom: 10px;
}

.second-section-title {
    font-size: 18px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	letter-spacing: 6px;
	margin: 0;
	padding: 0 0 30px 0;
}

h3.greetings-lead {
    font-size: 24px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0 0 35px 0;
	padding: 0;
}

p.greetings-ceo {
    font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #333;
	letter-spacing: 0;
	line-height: 2.0;
	margin: 0 0 30px 0;
}

p.greetings-name {
    font-size: 16px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
    color: #212121;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 0 30px 0;
}

p.greetings-name span {
    font-size: 24px;
	font-weight: 600;
}

h3.vision-lead {
    font-size: 24px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	padding: 0;
}

h3.management-title {
    font-size: 18px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
    color: #000;
	letter-spacing: 2px;
	line-height: 1.0;
	margin: 50px 0 0 0;
	padding: 15px 0 15px 10px;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

h3.management-title span {
	display: block;
    font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	padding: 15px 0 0;
}

h3.management-lead {
    font-size: 24px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 40px 0 50px;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

p.management-txt {
    font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0 0 20px 0;
}

dl.item-vision {
    width: 100%;
    padding: 0;
	margin: 0 0 30px 0;
}

dl.item-vision dt {
    float: left;
    width: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #D60000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}

dl.item-vision dd {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 5px 0;
}

.list-icons {
    list-style: none;
    padding: 0;
	margin: 0 0 20px 0;
}

.list-icons li {
    font-size: 16px;
	font-weight: 600;
    color: #000;
    padding: 5px 0;
}

.list-icons li i {
    min-width: 25px;
    color: #D60000;
    text-align: center;
}

h3.management-subtitle {
    font-size: 20px;
	font-weight: 600;
    color: #000;
	letter-spacing: 4px;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 40px 0 20px;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

h3.management-subtitle span {
    font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

.chart-wrap {
	background-color: #EAE8F2;
    border-radius: 12px;
	padding: 30px;
}

.chart-smallwrap {
    border-radius: 12px;
	padding: 20px 0 40px;
	border: solid 1px #D60000;
}

.chart-number {
    font-size: 72px;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
    color: #000;
	letter-spacing: 0px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 20px 0;
}

.chart-titile {
    font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #D60000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 30px 0 0px;
    background-image: linear-gradient(to right, #D60000, #D60000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

.chart-txt {
    font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
	padding: 20px 0 0 0;
}

h3.management-footer-title {
    font-size: 24px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #D60000;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 40px 0 20px;
}

table.overvew {
    width: 100%;
    margin: 20px auto;
    border-top: solid 1px #999;
}

table.overvew th {
    width: 15%;
    font-size: 15px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    padding: 20px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

table.overvew td {
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 20px 40px;
    border-bottom: solid 1px #999;
}

table.overvew td span {
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

table.history {
    width: 100%;
    margin: 20px auto;
    border-top: solid 1px #999;
}

table.history th {
    width: 10%;
    font-size: 15px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.2;
    vertical-align: middle;
    padding: 20px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

table.history td {
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 20px 40px;
    border-bottom: solid 1px #999;
}

table.history td span {
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.head-tel {
    font-size: 14px;
	font-weight: 400;
    color: #000;
	letter-spacing: 0;
	line-height: 1.0;
	margin: 0;
	padding: 15px 0 0;
}

.head-tel span.tel-fax-no {
	display: block;
    font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 6px 0 0;
}



.office-name {
    font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 20px 0;
}

.office-name span {
    font-size: 12px;
}

.office-name-line {
	width: 50px;
	height: 2px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #D60000;
}

.office-address {
    font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 10px 0;
}

.office-gmap-link {
	display: block;
    font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 20px 0; 
}

.office-department {
    font-size: 17px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 15px 0;
}

.office-telfax {
    font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 20px 0;
}

.office-telfax i {
    font-size: 20px;
    color: #333;
}

.call-to-action-tel {
	display: none;
}

.office-notes {
    font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 30px 0;
}

.plant-lead {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 20px 0 40px;
    padding: 0;
}

p.plant-txt {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 2.0;
    margin: 0 0 40px;
}

p.plant-txt02 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 2.0;
    margin: 0 0 100px;
}

@media (max-width: 1200px) {
	h3.greetings-lead {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 0 0 30px 0;
	}
	h3.vision-lead {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.chart-titile {
		font-size: 18px;
	}
	.chart-txt {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
	}
	h3.management-footer-title {
		font-size: 18px;
		line-height: 1.6;
	}
	table.overvew th {
		width: 22%;
	}
}

@media (max-width: 991px) {
	.second-title {
		font-size: 72px;
	}
	.second-sub-title-j {
		font-size: 18px;
		letter-spacing: 6px;
	}
	p.greetings-ceo {
		font-size: 15px;
	}
	h3.vision-lead {
		font-size: 24px;
		letter-spacing: 2px;
	}
	h3.management-lead {
		font-size: 24px;
		letter-spacing: 2px;
	}
	p.management-txt {
		font-size: 18px;
	}
	.list-icons li {
		font-size: 16px;
	}
	.chart-titile {
		font-size: 18px;
		line-height: 1.4;
	}
	h3.management-footer-title {
		font-size: 18px;
		letter-spacing: 2px;
	}
	table.overvew th {
		width: 20%;
		font-size: 15px;
		padding: 15px;
	}
	table.overvew th br {
		display: block;
	}
	table.overvew td {
		font-size: 15px;
		padding: 15px 30px;
	}
}

@media (max-width: 420px) {
	.light-translucent-bg:after {
		background-color: rgba(255, 255, 255, 0.3);
	}
	.second-title {
		font-size: 36px;
	}
	.second-sub-title-j {
		font-size: 18px;
		letter-spacing: 6px;
	}
	.second-section-subtitle-en {
		font-size: 20px;
	}
	.second-section-title {
		font-size: 16px;
		letter-spacing: 4px;
	}
	h3.greetings-lead {
		font-size: 18px;
		letter-spacing: 1px;
	}
	p.greetings-ceo {
		font-size: 14px;
		line-height: 1.8;
	}
	h3.vision-lead {
		font-size: 18px;
		letter-spacing: 1px;
	}
	h3.vision-lead br {
		display: none;
	}
	h3.management-title {
		font-size: 16px;
		line-height: 1.4;
	}
	h3.management-lead {
		font-size: 18px;
		letter-spacing: 1px;
	}
	h3.management-lead br {
		display: none;
	}
	p.management-txt {
		font-size: 16px;
	}
	dl.item-vision {
		margin: 0 0 0 0;
	}
	dl.item-vision dt {
		width: 30px;
		font-size: 16px;
	}
	dl.item-vision dd {
		margin-left: 30px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.chart-smallwrap {
		padding: 20px 0 40px;
		margin: 0 0 20px 0;
	}
	.chart-titile {
		font-size: 22px;
	}
	.chart-titile.short-txt {
		font-size: 22px;
		letter-spacing: 1px;
	}
	h3.management-footer-title {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 0;
	}
	h3.management-footer-title br {
		display: none;
	}
	table.overvew tr {
		border-bottom: solid 1px #999;
	}
	table.overvew th {
		display: block;
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		padding: 1em 1em 0 1em;
		border: none;
	}
	table.overvew th br {
		display: none;
	}
	table.overvew td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0.6em 1em 1em 1em;
		border-bottom: none;
	}
	table.history tr {
		border-bottom: solid 1px #999;
	}
	table.history th {
		display: block;
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		padding: 1em 1em 0 1em;
		border: none;
	}
	table.history th br {
		display: none;
	}
	table.history td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0.6em 1em 1em 1em;
		border-bottom: none;
	}
	
	.office-name {
		font-size: 18px;
	}
	.office-address {
		font-size: 15px;
	}
	.office-telfax {
		font-size: 15px;
		padding: 0 0 10px 0;
	}
	.office-gmap-link {
		font-size: 12px;
		letter-spacing: 0;
	}
	
	.plant-lead {
		font-size: 18px;
		letter-spacing: 1px;
		margin: 10px 0 30px;
	}
	p.plant-txt {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 30px;
	}	
	p.plant-txt02 {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 60px;
	}
}





/*!------------------------------------------------------------------
[Works ]
*/

h3.probe-lead {
    font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 2px;
	line-height: 1.6;
	margin: 20px 0 40px;
	padding: 0;
}

p.probe-txt {
    font-size: 16px;
	font-weight: 400;
    color: #000;
	letter-spacing: 0;
	line-height: 2.0;
	margin: 0 0 30px 0;
}

.full-product-image-container {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.full-text-container {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    position: static;
}

.full-text-container * {
    max-width: 100%;
}

.full-text-container-33 {
    width: 33.333%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    position: static;
}

.product-name {
    font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 0 10px 0;
}

.product-name br {
	display: none;
}

.full-text-container p {
    font-size: 16px;
	font-weight: 400;
    color: #000;
	letter-spacing: 0;
	line-height: 2.0;
	margin: 0 0 10px 0;
}

.product-center-txt {
    font-size: 16px;
	font-weight: 400;
    color: #000;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 0 10px 0;
}

.product-name-sensor {
    font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

h3.caption-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
    font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #FFF;
	letter-spacing: 2px;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding: 25px 0;
	background-color: rgba(214, 0, 0, 0.5);
}

h3.caption-txt span {
	display: block;
    font-size: 12px;
	padding: 6px 0 0;
}

h3.caption-txt-b {
	display: block;
	width: 100%;
    font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #FFF;
	letter-spacing: 2px;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding: 25px 0;
}

h3.caption-txt-bb {
	display: block;
	width: 100%;
    font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #FFF;
	letter-spacing: 2px;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding: 25px 0;
}

h3.caption-txt-bb span {
	display: block;
    font-size: 12px;
	padding: 6px 0 0;
}

.overlay-to-top {
    position: absolute;
    top: auto;
    padding: 0;
    bottom: -30px;
    left: 0;
    right: 0px;
	background-color: rgba(214, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.pro-center-txt {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    line-height: 2.0;
    margin: 0 0 10px 0;
}

.call-to-action a {
	margin: 0 0 50px 0;
}

@media (max-width: 1680px){
	.call-to-action a {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 1440px){
	.product-name {
		font-size: 18px;
		line-height: 1.4;
	}
	p.probe-txt {
		font-size: 15px;
		line-height: 1.8;
	}
	.full-text-container p {
		font-size: 14px;
		line-height: 1.6;
	}
	.full-text-container {
		padding: 0 80px;
	}
	.call-to-action a {
		margin: 0 0 30px 0;
	}
	.pro-center-txt {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 1200px) {
	h3.probe-lead {
		font-size: 18px;
		margin: 20px 0 30px;
	}
	h3.probe-lead br {
		display: none;
	}
	.full-text-container {
		padding: 0 50px;
	}
	.full-width-section:not(.no-image) .full-text-container.light-gray-bg {
		width: 50%;
		padding: 40px 40px;
		background-color: #fafafa;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
	}
	.product-name {
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	.full-text-container p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.pro-center-txt {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	.call-to-action a {
		margin: 0 0 20px 0;
	}
	.zonde {
		display: none;
	}
	.second-section-subtitle-en {
		font-size: 24px;
	}
	.second-section-title {
		font-size: 16px;
		letter-spacing: 4px;
		padding: 0 0 10px 0;
	}
	
	.product-name-sensor {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 991px) {
	.full-product-image-container {
		width: 100%;
	}
	.full-width-section .to-right-block, .full-width-section img {
		width: 100%;
		margin: 0 auto;
	}
	.full-width-section:not(.no-image) .full-text-container.light-gray-bg {
		display: block;
		width: 100%;
		padding: 20px 40px;
		background-color: #fafafa;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
	}
	.call-to-action a {
		margin: 0 0 20px 0;
	}
	
	.image-box.style-4 {
		margin-bottom: 0;
	}
	h3.caption-txt-b {
		font-size: 14px;
		letter-spacing: 0;
	}
	h3.caption-txt-bb {
		font-size: 14px;
		letter-spacing: 0;
	}
}

@media (max-width: 420px) {
	.product-name {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0 0 20px 0;
	}
	.product-name br {
		display: block;
	}
	.product-name-sensor {
		font-size: 16px;
		letter-spacing: 1px;
	}
	h3.probe-lead {
		letter-spacing: 1px;
		margin: 0 0 30px;
	}
	p.probe-txt {
		font-size: 14px;
		line-height: 1.6;
	}
	.second-section-title {
		padding: 0 0 30px 0;
	}
	.second-section-subtitle-en {
		font-size: 20px;
	}
	.pro-center-txt {
		font-size: 14px;
		line-height: 1.6;
	}
}






/*!------------------------------------------------------------------
[Products]
*/

.dark-bg-contents {
    background-color: #EDEDED;
}

.second-section-subtitle-pro-en {
    font-size: 30px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #D60000;
    letter-spacing: 0px;
    margin: 0;
    padding: 0 0 10px 0;
}

.tab-content {
    margin: 0 0 80px;
}

.lead-products {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    letter-spacing: 0;
    line-height: 2.0;
	margin: 0 0 15px;
}

.txt-products {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    letter-spacing: 1px;
    line-height: 2.0;
	margin: 0 0 20px 0;
}

.image-box .body h3.products-name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #212121;
}

.text-muted-products {
    color: #212121 !important;
}

.btn-products-transparent {
    color: #D60000;
    font-family: "Oswald", sans-serif;
    background-color: transparent;
    border-color: #D60000;
}

.btn-products-transparent:hover {
    color: #ffffff;
    background-color: #D60000;
    border-color: #D60000;
}

.list-icons-products {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.list-icons-products li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 5px 0;
}

.list-icons-products li i {
    min-width: 25px;
    color: #D60000;
    text-align: center;
}

.product-name-details {
    font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 0 10px 0;
}

.product-caution-txt-h4 {
    font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 10px 0;
}

.product-name-details-h4 {
    font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 0 10px 0;
}

.product-caution-txt {
    font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
	letter-spacing: 2px;
	line-height: 1.6;
	margin: 0;
}

.flex-fitrows img {
    width: 100%;
}

table.products-date {
    width: 100%;
    margin: 20px auto;
    border: solid 1px #999;
}

table.products-date th {
    width: 20%;
    font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.4;
    vertical-align: middle;
    padding: 20px;
    border-bottom: solid 1px #999;
	background-color: #D3D3D3;
}

table.products-date td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 20px 40px;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
}

table.products-date td.title {
	background-color: #D3D3D3;
}

table.overvew td span {
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.products-footer {
    padding: 0 0 20px;
	margin: 0;
}

@media (max-width: 1200px) {
	.lead-products {
		font-size: 15px;
		line-height: 1.8;
	}
	.lead-products br {
		display: none;
	}
	.image-box .body h3.products-name {
		font-size: 16px;
	}
	.text-muted-products {
		line-height: 1.6;
	}
	
	h1.products-name {
		font-size: 24px;
	}
	.tab-content {
		margin: 0 0 40px;
	}
	.mb-80 {
		margin-bottom: 40px;
	}
	.pb-80 {
		padding-bottom: 40px;
	}
	.product-name-details {
		font-size: 18px;
		line-height: 1.5;
	}
	.list-icons-products li {
		font-size: 15px;
	}
	.txt-products {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 420px) {
	h1.products-name {
		font-size: 20px;
		line-height: 1.4;
	}
	.lead-products {
		font-size: 14px;
		line-height: 1.6;
	}
}






/*!------------------------------------------------------------------
[Performance]
*/

.second-section-subtitle-per-en {
    font-size: 24px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #D60000;
    letter-spacing: 0px;
    margin: 0;
    padding: 0 0 10px 0;
}

.flex-fitrows {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.image-box {
	width: 100%;
	height: 100%;
}

.image-box .body h3.performance-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #000;
}

.separator-5 {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    height: 1px;
}

.separator-5:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

.second-per-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 6px;
    margin: 0;
    padding: 30px 0;
}

.performance-page-title {
	font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.blogpost .post-info > span {
	font-size: 13px;
	color: #666;
}

.blogpost .blogpost-content p {
	font-size: 16px;
    font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px;
}

.blogpost .blogpost-content p.topics-txt {
	font-size: 14px;
    font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px;
}

.blogpost footer {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	margin: 40px 0 0 0;
}

.masonry-grid-item .blogpost header h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
	.with-dropdown-buttons .navbar-default .navbar-collapse {
		padding-right: 50px;
	}
}

@media (min-width: 992px) {
	.fixed-header-on .header-left {
		padding: 14px 0 0 0;
	}
	.fixed-header-on .header-first {
		padding: 14px 0 0 0;
	}
	.fixed-header-on .header .site-slogan {
		display: none;
	}
}

@media (max-width: 1200px) {
	.performance-page-title {
		font-size: 24px;
	}
	.blogpost .blogpost-content p {
		font-size: 15px;
	}
	.btn-lg-list {
		padding: 8px 20px;
	}
	.btn-animated.btn-lg-list i {
		line-height: 42px;
	}
	.blogpost {
		margin: 0 0 20px;
	}
	.masonry-grid-item .blogpost header h2 {
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 1px;
	}
	.blogpost .blogpost-content p.topics-txt {
		font-size: 13px;
		line-height: 1.6;
	}
}

@media (max-width: 991px){
	.blogpost .blogpost-content {
		padding: 0 0 10px;
	}
	.blogpost footer {
		padding: 0 0 20px 0;
		margin: 20px 0 0 0;
	}
}

@media (max-width: 760px){
	.call-to-action-tel {
		display: block;
	}
}

@media (max-width: 420px){
	.performance-page-title {
		font-size: 18px;
		line-height: 1.4;
	}
	.blogpost .blogpost-content p {
		font-size: 14px;
		line-height: 1.6;
	}
	.blogpost footer {
		padding: 20px 0;
		margin: 20px 0 0 0;
	}
	.btn-lg-list {
		width: 100%;
	}
	.blogpost footer {
		padding: 0 0 0 0;
		margin: 20px 0 0 0;
	}
}






/*!------------------------------------------------------------------
[Contact ]
*/

.container-custom {
    max-width: 90%;
    margin: 0 auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.about-title-box {
    padding: 0;
    margin: 0;
}

p.contacts-txt-title {
    display: inline-block;
    width: 100%;
    color: #000;
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.6;
    padding: 0 0 10px;
    margin: 0;
}

p.contacts-txt-subtitle {
    display: inline-block;
    width: 100%;
    color: #000;
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.6;
    padding: 0 0 30px;
    margin: 0;
}

.contacts-office-telfax {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.0;
    margin: 0;
    padding: 0 0 20px 0;
}

.contacts-office-telfax i {
    font-size: 20px;
    color: #333;
}

p.contacts-address {
    display: block;
    width: 100%;
    color: #000;
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
	line-height: 1.4;
    padding: 0;
    margin: 0 0 80px;
}

p.contacts-address span {
    display: block;
    width: 100%;
    color: #000;
	font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.5;
    padding: 0;
    margin: 0;
}

@media (max-width: 1440px){	
	p.contacts-txt-title {
		font-size: 16px;
		line-height: 1.8;
	}	
	p.contacts-address {
		font-size: 14px;
	}
}

@media (max-width: 991px){	
	.contacts-office-telfax {
		font-size: 16px;
		letter-spacing: 1px;
	}
}

@media (max-width: 420px){
	p.contacts-txt-title {
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 1.8;
		text-align: left;
	}
	p.contacts-txt-subtitle {
		font-size: 16px;
		padding: 0 0 30px;
		letter-spacing: 1px;
	}
	.contacts-office-telfax {
		font-size: 16px;
		padding: 0 0 10px 0;
	}
	p.contacts-address {
		font-size: 13px;
	}
	p.contacts-address span {
		font-size: 15px;
		padding: 0 0 10px 0;
	}
	dl.item-contacts {
		width: 100%;
		padding: 30px 6%;
	}
}

@media (max-width: 350px){
	dl.item-contacts dt {
		width: 40px;
		font-size: 24px;
	}
	dl.item-contacts dd {
		margin-left: 40px;
		font-size: 24px;
	}
	p.contacts-address {
		font-size: 12px;
	}
}





/* --------------------------------------
	section-contact
----------------------------------------*/
.contact-inner {
	margin: 0;
	padding: 0;
	padding: 0 10% 0 0;
	font-size: 18px;
	color: #000;
	line-height: 2;
	text-align: left;
}

form {
    margin: 0 0 20px 0;
}

/* txt */
.tell {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.tell span.num {
	font-size: 48px;
	font-weight: 600;
}

.tell span.time {
	font-size: 16px;
}

.contact-txt01 {
	margin-bottom: 2em;
}

.contact-txt02 {
	font-size: 15px;
    font-weight: 400;
	margin-bottom: 2em;
}

.contact-txt02 span {
	font-size: 18px;
	display: block;
	margin-bottom: 1em;
}

.contact-txt03 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1.5em;
}

em {
	color: #a40000;
	font-style: normal;
}

em02 {
	font-size: 12px;
	font-weight: 400;
	color: #212121;
	font-style: normal;
}

.contact-txt03 em {
	font-size: 30px;
	font-weight: 600;
	color: #a40000;
	font-style: normal;
	margin-bottom: 1.5em;
}

/* --------------------------------------
	itemBlock
----------------------------------------*/
.itemBlock {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 16px;
}

.itemBlock .title {
	font-size: 18px;
	font-weight: 600;
	color: #212121;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.itemBlock p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.itemBlock label {
	cursor: pointer;
	display: block;
}

.itemBlock label:after {
	content: "";
	clear: both;
	display: block;
}

	.itemBlock label input { 
		float: left;
		font-size: 18px;
	}
	
	.itemBlock label input[type="radio"] {
		width: 18px;
		height: 18px;
		margin: 0 0 0 0;
	}
	
	.itemBlock label p {
		float: left;
		padding: 0 0 0 6px;
		margin: 0;
		width: calc(100% - 24px);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 1px;
	}

/* --------------------------------------
	contentsBlock
----------------------------------------*/
.contentsBlock {
	line-height: 1.5;
	margin: 40px 0;
}

.contentsBlock .title {
	font-size: 18px;
	font-weight: 600;
	color: #212121;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.contentsBlock .title span {
	font-size: 18px;
}

/* --------------------------------------
	addressBlock
----------------------------------------*/
.addressBlock {
	line-height: 1.5;
	font-size: 16px;
}

.addressBlock .title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #212121;
}

.addressBlock p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}

.addressBlock input {
	margin-bottom: 30px;
}

/* --------------------------------------
	privacyBlock
----------------------------------------*/
.privacyBlock {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 60px;
}

.privacyBlock .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #212121;
}

.privacyBlock label {
	cursor: pointer;
	display: block;
}

.privacyBlock label:after {
	content: "";
	clear: both;
	display: block;
}

	.privacyBlock label input { 
		float: left;
		font-size: 16px;
	}
	
	.privacyBlock label input[type="checkbox"] {
		width: 18px;
		height: 18px;
		margin: 0 0 0 0;
	}
	
	.privacyBlock p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
	}
	
	.privacyBlock label p {
		float: left;
		padding: 0 0 0 4px;
		margin: 0;
		width: calc(100% - 24px);
		font-size: 16px;
		line-height: 1.2;
	}

.privacyBlock a {
	text-decoration: underline;
	color: #000;
}

.privacyBlock a:hover {
	color: #D60000;
}

/* --------------------------------------
	form
----------------------------------------*/
.addressBlock input[type="text"] {
	font-size: 16px;
	font-weight: 500;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #a6a6a6;
}

.contentsBlock textarea {
	font-size: 16px;
	font-weight: 500;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	height: 8em;
	border-color: #a6a6a6;
}

.itemBlock select {
	height: 38px;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 6px 10px 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #a6a6a6;
}

.itemBlock label {
	font-weight: normal;
    color: #323232;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.itemBlock label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 0 0 0;
}

/* --------------------------------------
	Left Side  dl.contact-use-w
----------------------------------------*/
dl.contact-use-w {
    width: 100%;
    padding: 0;
    margin: 0;
}

	dl.contact-use-w dt {
		float: left;
		width: 20px;
		font-size: 18px;
		color: #000;
		text-align: left;
		line-height: 1.2;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	dl.contact-use-w dd {
		margin-left: 24px;
		font-size: 18px;
		font-weight: 600;
		color: #000;
		text-align: left;
		line-height: 1.2;
		padding: 0 0 10px 0;
	}

/* --------------------------------------
	Left Side  tel
----------------------------------------*/
.tell p.num {
	font-size: 60px;
	font-weight: 600;
    padding: 0;
	margin: 0;
}

.tell p.time {
	font-size: 16px;
	font-weight: 400;
    padding: 0;
	margin: 0;
}

.tell p.tel-txt {
	font-size: 16px;
	font-weight: 400;
    padding: 10px 0 20px 0;
	margin: 0;
}

a.telcall {
	display: none;
}

/* --------------------------------------
	confirmBlock
----------------------------------------*/
.confirmBlock {
	text-align: center;
	line-height: 1;
}

.confirmBlock ul.submit{
	width: 100%;
	font-size: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-padding-start: 0px;
}

.confirmBlock ul.submit li{
	width: 100%;
	font-size: 18px;
	display: inline-block;
	margin-right: 6%;
}

.confirmBlock ul.submit li button.reset{
	background-color: #c9c9c9;
	color: #434343;
	border: solid 1px #c9c9c9;
	text-decoration: none;
	padding: 15px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.confirmBlock ul.submit li button.reset:hover{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

.confirmBlock ul.submit li button.confirm{
	display: block;
	width: 100%;
	background-color: #FFF;
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 15px 0px;
	border: solid 2px #212121;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.confirmBlock ul.submit li button.confirm:hover{
	background-color: #D60000;
	color: #FFF;
	border: solid 2px #D60000;
	cursor: pointer;
}

@media(max-width:1440px) {
	.itemBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
}

@media(max-width:1300px) {
	.headline-inline .headline-contact01 {
		font-size: 16px;
	}
	.headline-inline .headline-contact02 {
		font-size: 16px;
	}
	.itemBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title span {
		font-size: 16px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		font-size: 16px;
	}
}

@media(	max-width:1200px) {
	.contact-inner {
		padding: 5% 0;
	}
	p.contacts-txt-subtitle {
		font-size: 18px;
	}
	.tell p.num {
		font-size: 48px;
	}
	.tell p.time {
		font-size: 14px;
	}
	.tell p.tel-txt {
		font-size: 14px;
	}
	.contact-txt02 {
		font-size: 14px;
	}
}

@media(max-width:991px) {
	.contact-inner {
		font-size: 14px;
	}
	.headline-inline .headline-contact01 {
		font-size: 20px;
		text-align: center;
	}
	.headline-inline .headline-contact02 {
		font-size: 20px;
		text-align: center;
	}
	.tell {
		margin-bottom: 2em;
	}
	.tell span.num {
		font-size: 32px;
	}
	.tell span.time {
		font-size: 14px;
	}
	.contact-txt01 {
		margin-bottom: 1em;
	}
	.contact-txt02 {
		font-size: 14px;
	}
	.contact-txt02 span {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.itemBlock .title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contentsBlock {
		font-size: 16px;
	}
	.contentsBlock .title span {
		font-size: 13px;
	}
	.privacyBlock {
		margin-bottom: 20px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		font-size: 16px;
	}
	.privacyBlock {
		line-height: 1.2;
		font-size: 14px;
	}
	.privacyBlock label {
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-inner .tell p.num {
		font-size: 36px;
	}
	.confirmBlock ul.submit {
		padding-bottom: 2%;
	}
}

@media(max-width:740px) {
	.headline-inline .headline-contact01 {
		font-size: 17px;
		text-align: left;
	}
	.headline-inline .headline-contact02 {
		font-size: 17px;
		text-align: left;
	}
	.addressBlock {
		margin-bottom: 15px;
	}
	.addressBlock p {
		margin-bottom: 5px;
	}
	.addressBlock input {
		margin-bottom: 15px;
	}
	.addressBlock .title {
		margin-bottom: 20px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		margin-bottom: 15px;
	}
}

@media(max-width:680px) { /* SP */
	a.telcall {
		display: block;
	}
}

@media(max-width:420px) {  /* SP */
	.contact-inner {
		padding: 5% 0;
	}
	p.contacts-txt-subtitle {
		font-size: 16px;
	}
	.office-department {
		font-size: 16px;
	}
	.headline-inline .headline-contact01 {
		font-size: 15px;
		padding: 10px 50px 10px 0;
	}
	.headline-inline .headline-contact02 {
		font-size: 15px;
	}
	.itemBlock {
		font-size: 14px;
	}
	.itemBlock p {
		font-size: 15px;
	}
	.itemBlock .title {
		font-size: 15px;
	}
	.itemBlock select {
		font-size: 13px !important;
	}
	.contentsBlock {
		font-size: 15px;
	}
	.contentsBlock .title {
		font-size: 15px;
	}
	.contentsBlock .title span {
		font-size: 15px;
	}
	.addressBlock .title {
		font-size: 15px;
	}
	.privacyBlock .title {
		font-size: 15px;
	}
	.addressBlock p {
		font-size: 15px;
	}
	.itemBlock label p {
		font-size: 15px;
	}
	.privacyBlock p {
		font-size: 15px;
	}
	.privacyBlock label p {
		font-size: 15px;
	}
	.tell p.time {
		font-size: 12px;
	}
	.tell p.tel-txt {
		font-size: 12px;
	}
	.contact-txt02 {
		font-size: 12px;
	}
}

@media(max-width:360px) {
	.headline-inline .headline-contact01 {
		font-size: 15px;
		padding: 10px 60px 10px 0;
	}
	.contact-inner .tell p.num {
		font-size: 30px;
	}
	.tell p.time {
		font-size: 12px;
	}
	.tell p.tel-txt {
		font-size: 12px;
	}
	.contact-txt02 {
		font-size: 12px;
	}
}







/*!------------------------------------------------------------------
[Contact Us ]  confirm.html  確認画面
*/

.contact-inner .conbox-head {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	text-align: center;
}

@media (max-width: 1200px) {
	.contact-inner .conbox-head {
		width: 100%;
		font-size: 14px;
	}
}

.contact-inner .conbox01 {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

/* --------------------------------------
	conbox01 table
----------------------------------------*/
.contact-inner .conbox01 table {
	width: 100%;
	font-size: 18px;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.contact-inner .conbox01 table th {
	width: 35%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	font-size:16px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	color: #000;
}

.contact-inner .conbox01 table th.pt20 {
	padding-top: 20px;
}

.contact-inner .conbox01 table th span {
	margin-left: 25px;
}

.contact-inner .conbox01 table th span.ml0 {
	margin-left: 0px;
}

.contact-inner .conbox01 table th span span{
	margin-left: 0px;
}

.contact-inner .conbox01 table td {
	width: 60%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	font-size:16px;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
	color: #000;
}

.contact-inner .conbox01 table th.conend,
.contact-inner .conbox01 table td.conend {
	padding-top: 50px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.contact-inner .conbox01 table td span {
	font-size: 12pt;
}

.contact-inner .conbox01 table td.pt20 {
	padding-top: 20px;
}

.contact-inner .conbox01 table td.pb20 {
	padding-bottom: 20px;
}

.contact-inner .conbox01 table td.pt30 {
	padding-top: 30px;
}

.contact-inner .conbox01 table td.pt35 {
	padding-top: 35px;
}

.contact-inner .conbox01 table td.pt45 {
	padding-top: 45px;
}

/* --------------------------------------
	conbox01 table  submit
----------------------------------------*/
.contact-inner .conbox01 table td ul.submit{
	width: 100%;
	font-size: 0;
	display: block;
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	margin-top: 30px;
}

.contact-inner .conbox01 table td ul.submit li{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.contact-inner .conbox01 table td ul.submit li button.reset{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 15px;
	font-size: 18px;
	background-color: #c9c9c9;
	color: #000;
    border: 0px outset buttonface;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.contact-inner .conbox01 table td ul.submit li button.reset:hover{
	background-color: #999;
	color: #000;
	cursor: pointer;
}

.contact-inner .conbox01 table td ul.submit li button.confirm{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 15px;
	font-size: 18px;
	background-color: #7D0000;
	color: #FFF;
    border: 0px outset buttonface;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.contact-inner .conbox01 table td ul.submit li button.confirm:hover{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

@media (max-width: 1200px) { /* SP */
	.contact-inner .conbox01 {
		width: 90%;
		margin: 0 auto;
	}
	.contact-inner .conbox01 table th {
		display: block;
		width: 100%;
		padding-bottom: 5px;
		font-size: 14px;
	}
	.contact-inner .conbox01 table td {
		display: block;
		width: 100%;
		border-top: none;
		padding-top: 5px;
		padding-bottom: 15px;
		font-size: 14px;
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.contact-inner .conbox01 table td ul.submit{
		-webkit-padding-start: 0px;
	}
	.contact-inner .conbox01 table td ul.submit li{
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-top: 20px;
	}
	.contact-inner .conbox01 table td ul.submit li button.reset {
		width: 100%;
	}
	.contact-inner .conbox01 table td ul.submit li button.confirm {
		width: 100%;
	}
}





/*!------------------------------------------------------------------
[Privacy Policy ]
*/

.privacy-inner {
    margin: 0;
    padding: 0;
    text-align: left;
}

.privacy-title {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0 0 50px;
}

.privacy-subtitle {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 20px;
}

.privacy-txt {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #212121;
    margin: 0;
    padding: 0 0 50px;
}

@media(max-width:1440px) {
	.privacy-subtitle {
		font-size: 16px;
	}	
	.privacy-txt {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 420px){
	.privacy-title {
		font-size: 14px;
		line-height: 1.6;
	}
	.privacy-subtitle {
		font-size: 15px;
	}
}










