/*
Theme Name: garden_cms
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: garden_cms
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

garden_cms is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption');
@font-face {
    font-family: 'ArcaMajora';
    src: url('layouts/font/ArcaMajora/arcamajora2-heavy-webfont.eot');
    src: url('layouts/font/ArcaMajora/arcamajora2-heavy-webfont.eot?iefix') format('eot'),
         url('layouts/font/ArcaMajora/arcamajora2-heavy-webfont.woff') format('woff'),
         url('layouts/font/ArcaMajora/arcamajora2-heavy-webfont.ttf') format('truetype'),
         url('layouts/font/ArcaMajora/arcamajora2-heavy-webfont.svg#webfontjSpbZQRv') format('svg');
}
/*--------------------------------------------------------------*/

.wrap:after{
	display: table;
	clear:both;
	content: "";
}
img{
	max-width: 100%;
}
html {
    width: 100%;
}
/*body{
	min-width: 1200px;
}*/
body *{
	font-family: 'Noto Sans Japanese', sans-serif;
}
.bg_gray{
	background-color: #f3f3f3;
}
.img_right{
	text-align: right;
}
.border_none{
	border:none!important;
}
.page_contents .container{
	max-width: 1000px;
}
/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.header{
	padding: 10px 40px;
	position: relative;
}
.menu-trigger{
	position: absolute;
	right: 40px;
	top:50px;
	cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 30px;
	height: 24px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(315deg);
	transform: translateY(-11px) rotate(315deg);
}
.top_logo{
	position: absolute;
    top: 30px;
    left: 30px;
}
#headbar .top_logo_s{
	float: left;
	padding-top: 6px;
	padding-left: 30px;
}
#headbar .top_logo_s a{
	padding-bottom: 0;
	border-bottom: none;
}
#headbar .top_logo_s a:hover{
	border-bottom: none;
}
.top_menu{
	position: absolute;
    top: 32px;
    right: 20px;
}
.top_menu ul{
	float: right;
	/*width: 800px;*/
	width: 980px;
	display: table;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom:5px;
	margin: 0;
}
.top_menu ul li{
	display: table-cell;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
@media(max-width:1090px){
	.top_menu ul{
		float: right;
		/*width: 800px;*/
		width: 880px;
	}
	.top_menu ul li{
		padding-right: 5px;
		padding-left: 5px;
	}
}
.top_menu ul li a{
	color:#fff;
	display: block;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 15px;
}
.top_menu ul li a:hover{
	text-decoration: none;
	border-bottom: 2px #fff solid;
}
.header h1 {
    font-size: 46px;
    color: #fff;
    letter-spacing: 10px;
    font-family: "Sawarabi Mincho";
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    text-align: center;
}
#headbar {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
	z-index:9999; 
   display: none;
   background-color: #fff;
}
#headbar ul{
	list-style: none;
	display: table;
	/*width: 760px;*/
	width: 930px;
	float: right;
	padding-top: 20px;
	padding-bottom:5px;
	margin: 0;
}
#headbar ul li{
	display: table-cell;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#headbar a{
	color:#000;
	display: block;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 15px;
}
#headbar a:hover{
	text-decoration: none;
	border-bottom: 2px #000 solid;
	color:#000;
}
/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
footer{
	background-image: url(image/base/footer_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
	padding-bottom: 60px;
}
footer *{
	color:#fff;
}
footer h2{
	margin-top: 0;
	font-size: 15px;
	font-weight: 400;
}
footer ul{
	padding-left: 1em;
	margin-left: 0;
	list-style: none;
	line-height: 2;
}
footer ul li a{
	font-size: 13px;
}
footer a:hover{
	color:#eee;
}
.footer_inner{
	float: left;
	width: 20%;
}
.copyright{
	text-align: center;
	margin-top: 80px;
}
ul.footer_brand li{
	line-height: 1.6;
	letter-spacing: -0.5px;
}
/*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
/*.header.top{
	position: relative;
	padding: 0;
	overflow:hidden;
}*/
.header.top{
	background-image:url(image/top/top_title.jpg);
	background-size: 120%;
	background-position: center bottom;
	position: relative;
	opacity: 0;
	background-repeat: no-repeat;
	-webkit-transition: 2.0s ease-in-out;
    transition: 2.0s ease-in-out;
}
.header.top.active{
	background-size: 130%;
	opacity: 1;
}
.header.top .top_logo_area{
	-webkit-transition: 3.0s ease-in-out;
    transition: 3.0s ease-in-out;
    top:40%;
    font-size: 46px;
    color: #fff;
    letter-spacing: 10px;
    font-family: "Sawarabi Mincho";
    font-weight: 100;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    text-align: center;
    position: relative;
}

.logo_top{
	margin-bottom: 20px;
}
.header.top h1{
	opacity: 0; 
	position: static;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    bottom:0;
    top:200px;
}
.header.top h1.active{
	opacity: 1;
	position: absolute;
    bottom: 0;
    top:155px;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 3.0s ease-in-out;
    transition: 3.0s ease-in-out;
}
.top h2{
	font-family: 'ArcaMajora', sans-serif;
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 700;
	margin: 70px 0 40px;
}
.top .box_1{
	position: relative;
}
.top .box_1:after{
	content: '';
	display: block;
}
/*.cover{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background: url(image/top/movie-cover.png) repeat 50% 50%;
}*/
.top .box_1_inner{
	background-image: url(image/top/top_bg_2.png);
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: -100px;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 40px;
}
.top .box_1 h2{
	font-size: 24px;
	color:#333;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin:20px 0 50px; 
}
.top .box_1_inner .col-sm-4{
	text-align: center;
}
.top .box_1_inner .col-sm-4 a{
    height: 210px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #000;
    background-image: url(image/top/frame.png);
    z-index: 10;
    position: relative;
}
.top .box_1_inner .col-sm-4:first-child a .img {
    background-image:url(image/top/strength_1.jpg);
}
.top .box_1_inner .col-sm-4:nth-child(2) a .img {
    background-image:url(image/top/strength_2.jpg);
}
.top .box_1_inner .col-sm-4:last-child a .img {
    background-image:url(image/top/strength_3.jpg);
}
.top .box_1_inner .col-sm-4 a .img {
    height: 210px;
    background-size: cover;
    background-position:center center;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}
.top .box_1_inner .col-sm-4 a:hover .img {
    transform: scale(1.1);
    opacity: .6;
}
.strength section{
	padding-top: 62px;
	margin-top: -62px;
}
/*.zoom_box{
	position: relative;
	height: 120%;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/

.top .box_1_inner .col-sm-4 p{
	font-size: 14px;
	color:#333;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 0;
}
.top .box_1_inner .col-sm-4 h3{
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
.top .box_1_inner .col-sm-4:first-child h3{
	color:#ff7a58;
} 
.top .box_1_inner .col-sm-4:nth-child(2) h3{
	color:#00ae7b;
} 
.top .box_1_inner .col-sm-4:last-child h3{
	color:#005ae1;
} 
.top .box_2 .inner{
	width: 50%;
	float: left;
	height: 330px;
	background-size: cover;
	background-position: center center;
}
.top .box_2 .inner:first-child{
	background-image: url(image/top/box_2_2.jpg);
}
.top .box_2 .inner:last-child{
	background-image: url(image/top/box_2_1_2.jpg);
}
.top .box_2 .inner a{
	position:relative;
	display: block;
	height: 100%;
}
.top .inner{
	position: relative;
}
.top .inner a .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}
.top .inner a .mask .caption{
	position: absolute;
	top: 50%;
	left: -20%;
	right: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
	font-size: 28px;
	color:#fff;
	text-align: center;
	line-height: 2;
}
.top .inner a .mask:before,.top .inner a .mask:after{
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
}
.top .inner a .mask:before{
	width: 15px;
	height: 15px;
	right: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	z-index: 1;
}
.top .inner a .mask:after{
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.top .inner a .mask .caption span{
	font-family: 'PT Sans Caption', sans-serif;
	display: block;
	font-size: 14px;
	letter-spacing: 4px;
}
.box_2 .inner:nth-child(2) a .mask .caption span{
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.top .inner a:hover .mask {
	opacity:1;
}
.top .inner a:hover .mask .caption{
	left:0;
}
.box_3 .inner h4{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .13em;
}
.box_3 .inner h4 span{
	font-size: 16px;
	display: block;
	margin-top: .8em;
}
.box_3 .inner:nth-child(2) h4
,.box_3 .inner:nth-child(3) h4{
letter-spacing: 0;
}
.box_2 .inner:first-child a .mask:after{
	background-color: #73beff;
}
.box_2 .inner:nth-child(2) a .mask:after{
	background-color: #e58f80;
}
.box_3 .inner:first-child a .mask:after{
	background-color: #60d088;
}
.box_3 .inner:nth-child(2) a .mask:after{
	background-color: #ffca51;
}
.box_3 .inner:last-child a .mask:after{
	background-color: #ba602b;
}
.box_2 .inner:first-child a h4{
	color:#476cb3;
	font-size: 24px;
	font-weight: 500;
letter-spacing: .13em;
}
.box_2 .inner:first-child a h4 span{
	display: block;
	font-size: 15px;
	
	margin-bottom: 40px;
	letter-spacing: .35em;
}
.box_2 .inner:nth-child(2) a h4{
	color:#02710c;
	font-size: 24px;
	font-weight: 400;
letter-spacing: .13em;
text-align: left;
line-height: 2;
/*padding-left: 55px;*/
text-align: center;
}
.box_2 .inner:nth-child(2) a h4 span{
	display: block;
	font-size: 15px;
	font-family: 'ArcaMajora', sans-serif;
	letter-spacing: .35em;
}
.box_2 .inner:first-child a h4 span b{
	font-weight: 400;
	border-bottom: 1px solid #476cb3;
	font-family: 'ArcaMajora', sans-serif;
}
.box_3 .inner:nth-child(2) a h4{

}
.on_img{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
	text-align: center;
	margin: 0;
}
.top .inner a:hover .on_img{
	opacity: 0;
}
.top .box_3 .inner{
	width: 33.3333333%;
	float: left;
	height: 260px;
	background-size: cover;
	background-position: center center;
}
.top .box_3 .inner  a .mask .caption{
	font-size: 20px;
}
.top .box_3 .inner:first-child{
	background-image: url(image/top/box_3_1.jpg);
} 
.top .box_3 .inner:nth-child(2){
	background-image: url(image/top/box_3_2.jpg);
} 
.top .box_3 .inner:last-child{
	background-image: url(image/top/box_3_3.jpg);
}
.top .box_4_wrap h4{
	text-align: center;
	font-size: 15px;
font-weight: 500;
}
.top .box_4_wrap{
	padding-top: 40px;
	padding-bottom: 40px;
}
.info_news {
	list-style: none;
	padding-right: 20px;
	padding-left: 10px;
}
.info_news li{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.info_news .date{
	font-size: 13px;
	color:#888;
}
.info_news h3{
	margin:5px 0 5px;
	font-size: 13px;
	color:#333;
	font-weight: 400;
}
.info_news h3 a{
	font-size: 13px;
	color:#333;
	font-weight: 400;
}
.info_news a{
	font-size: 13px;
	color:#333;
	font-weight: 400;
}
.info_news .cat{
	font-size: 12px;
	background-color: #5374b1;
	padding: 2px 0;
	text-align: center;
	width: 100px;
	display: inline-block;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;  
    border-radius:4px;
    margin-left: 10px;
    color:#fff;
}.info_news .cat_topix{
	font-size: 12px;
	background-color: #23cdf1;
	padding: 2px 0;
	text-align: center;
	width: 100px;
	display: inline-block;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;  
    border-radius:4px;
    margin-left: 10px;
    color:#fff;
}
.info_news.media_area .cat_topix{
	font-size: 12px;
	background-color: #aaa;
	padding: 2px 0;
	text-align: center;
	width: 100px;
	display: inline-block;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;  
    border-radius:4px;
    margin-left: 10px;
    color:#fff;
}

.info_news{
	height: 488px;
	overflow-y: scroll;
}
.media_area{
	height:488px;
}
.box_5{
	padding-bottom: 90px;
}
.group_wrap	.group_box{
	padding-top: 167px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color:#333;
	height: 240px;
}
.group_wrap .col-sm-6:first-child .group_box:first-child{
	background-image: url(image/top/company_1.png);
}
.group_wrap .col-sm-6:first-child .group_box:last-child{
	background-image: url(image/top/company_2.png);
}
.group_wrap .col-sm-6:nth-child(2) .group_box:first-child{
	background-image: url(image/top/company_12.png);
}
.group_wrap .col-sm-6:nth-child(2) .group_box:last-child{
	background-image: url(image/top/company_17.png);
	background-size: 120px;
}
.group_wrap .col-sm-6:nth-child(3) .group_box:first-child{
	background-image: url(image/top/company_3.png);
}
.group_wrap .col-sm-6:nth-child(3) .group_box:last-child{
	background-image: url(image/top/company_13.png);
}
.group_wrap .col-sm-6:nth-child(4) .group_box:first-child{
	background-image: url(image/top/company_6.png);
}
.group_wrap .col-sm-6:nth-child(4) .group_box:last-child{
	background-image: url(image/top/company_7.png);
}
.group_wrap .col-sm-6:nth-child(5) .group_box:first-child{
	background-image: url(image/top/company_5.png);
}
.group_wrap .col-sm-6:nth-child(5) .group_box:last-child{
	background-image: url(image/top/company_4.png);
}
.group_wrap .col-sm-6:nth-child(6) .group_box:first-child{
	background-image: url(image/top/company_16.png);
}
.group_wrap .col-sm-6:nth-child(6) .group_box:last-child{
	background-image: url(image/top/company_9.jpg);
}
.group_wrap .col-sm-6:nth-child(7) .group_box:first-child{
	background-image: url(image/top/company_18.png);
		background-size: 120px;
}



.group_wrap .group_box p span{
	margin-top: 2px;
	font-size: 12px;
	display: block;
}
.box_4_wrap .row{
	margin-right: 0;
	margin-left: 0;
}
.top .box_4_wrap .row h2{
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom:1px solid #000;
}
.banner_area_inner{
	text-align: center;
}
.banner_area_inner {
	margin-bottom: 10px;
}
.top .box_5 h2{
	padding-top: 70px;
	margin-top: 20px;
}
.box_5{
	background-color: #f3f3f3;
}
@media(max-width:767px){
}
/*--------------------------------------------------------------
# 強み
--------------------------------------------------------------*/
.page_strength{
	background-image:url(image/page/strength/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.top_text{
	margin: 70px 0;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.top_text span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom:#333333 2px solid; 
}
.strength .title_belt{
	background-repeat: repeat-y;
	background-size: contain;
	text-align: center;
}
.title_belt {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.title_belt h2{
	color:#fff;
	font-size: 50px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}
.title_belt h3{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}
.strength .box_1 .title_belt{
	background-image: url(image/page/strength/box_1_bg.jpg);
	margin-top: 0;
}
.strength .box_2 .title_belt{
	background-image: url(image/page/strength/box_2_bg.jpg);
}
.strength .box_3 .title_belt{
	background-image: url(image/page/strength/box_3_bg.jpg);
}
.strength .box_1 .title_belt h2{
	font-size: 60px;
}
.strength .box_1_inner p{
	font-size: 16px;
	line-height: 2;
}
.strength .box_1_inner{
	border-bottom:1px solid #ededed;
}
.strength .box_1_inner:last-child{
	border-bottom:none;
}
.strength .box_1_inner:after{
	clear:both;
	display: table;
	content: '';
}
.strength .box_1_inner:nth-child(odd) p{
	width: 60%;
	float: right;
	padding-right: 50px;
}
.strength .box_1_inner:nth-child(even) p{
	width: 60%;
	float: left;
	padding-left: 50px;
}
.strength .box_1_inner:nth-child(odd) .img_wrap{
	width: 40%;
	float: left;
}
.strength .box_1_inner:nth-child(even) .img_wrap{
	width: 40%;
	float: right;
	text-align: right;
}
.strength .box_3{
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
# 事業紹介
--------------------------------------------------------------*/
.page_business{
	background-image:url(image/page/business/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.top_text_detail{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 70px;
}
.business .box_1{
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #f3f3f3;
}
.business_box{
	position: relative;
	height: 900px;
	width: auto;
}
.business .inner img{
	opacity: 0;
}
.business .inner{
	position: absolute;
}
.business .inner_1{
	top:0;
	z-index: 2;
}
.business .inner_2{
	top:50%;
	margin-top: -270px;
	right:0;
	z-index: 3;
}
.business .inner_3_1{
	right:0;
	bottom:0;
	z-index: 4;
}
.business .inner_3_2{
	left:0;
	bottom:0;
	z-index: 0;
}
.business .inner_4{
	top:50%;
	margin-top: -209.5px;
	left:0;
	z-index: 1;
}
.inner_3_wrap{
	position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
}
.text_area{
	position: absolute;
	color:#fff;
	z-index: 5;
}
.text_area h3{
	font-size: 36px;
	font-weight:400;
	margin-bottom:20px;
	margin-top: 0;
}
.text_area p{
	font-size: 17px;
}
.business .inner_1 .text_area{
	top:120px;
	right:0;
	left:0;
}
.business .inner_2 .text_area{
	top:210px;
	right:20px;
	left:0;
}
.business .inner_3_wrap .text_area{
	bottom:150px;
	right:0;
	left:0;
}
.business .inner_4 .text_area{
	top: 150px;
    left: 20px;
    right: 0;
}
.business .text_area{
	opacity: 0;
}
/*--------------------------------------------------------------
# 社長メッセージ
--------------------------------------------------------------*/
.page_message{
	background-image:url(image/page/message/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.message section{
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}
.message section .container{
	max-width: 1000px;
}
.message section h3{
	font-family: "Sawarabi Mincho";
	font-size: 34px;
	text-align: center;
}
.box_right{
	float: right;
	width: 62%;
	line-height: 2.15;
}
.box_left{
	float: right;
	width: 38%;
}
.message .box_left img{
	max-width: none;
}
.message .sign{
	margin-top: 50px;
	text-align: right;
}

/*--------------------------------------------------------------
# ライセンス展開
--------------------------------------------------------------*/
.page_license{
	background-image:url(image/page/license/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.license section .box_2 h2{
	border-top:1px solid #dcdcdc;
	padding-top: 25px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 30px;
	margin:0;
	background-color: #fff;
}
.license section .box_2 h2:before{
	position: absolute;
	left: 50%;
	right: 0;
	bottom:-10px;
	margin-left: -14.14px;
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.license section .box_2 .box_2_inner h2{
	border-top:none;
}
.license .box_2_inner{
	margin-top: 70px;
	padding-bottom: 70px;
}
.license .box_2_inner.box_3 p{
	letter-spacing: -1px;
}
.license .box_2_inner h3{
	font-size: 20px;
}
.license .box_2_inner p{
	font-size: 15px;
	line-height: 2;
}
.license .box_2_inner.box_3{
	background-image:url(image/page/license/license04.png); 
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.license .box_4 .row{
	width: 990px;
	margin: 0 auto;
	background-color: #fff; 
	padding: 30px;
}
.license .btn_area{
	text-align: right;
}
.license .btn_area a{
	text-align: center;
	display: inline-block;
	background-color: #546ec3;
	position: relative;
	color:#fff;
	width: 250px;
	padding: 10px 0;
}
.license .btn_area a:after{
	content: "";
	position: absolute;
	top:50%;
	margin-top: -5px;
right: 15px;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.license .box_4 h3{
	font-family: "Sawarabi Mincho";
	font-size: 26px;
	margin:0 0 20px;
}
.license .box_4{
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
# 企業情報
--------------------------------------------------------------*/
.page_company{
	background-image:url(image/page/company/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.company .row{
	margin:0px -5px 100px;
}
.company .row .col-sm-4{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 50px;
	padding-bottom: 10px;
}
.company .contents_under{
	background: #fff;
	padding: 40px 15px 30px;
}
.company .row .col-sm-4 img{
	width: 100%;
}
.company .contents_under h3{
	font-size: 20px;
	margin:0 0 20px;
	color:#333;
}
.company .contents_under p{
	font-size: 14px;
	color:#333;
}
.company .row .col-sm-4 *:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------
# プライバシーポリシー
--------------------------------------------------------------*/
.page_privacy{
	background-image:url(image/page/privacy/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.privacy .top_text_detail{
	letter-spacing: -0.5px;
}
.privacy h3{
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 500;
}
.privacy p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
}
.privacy p:last-child{
	margin-bottom: 100px;
}
/*--------------------------------------------------------------
# access
--------------------------------------------------------------*/
.page_access{
	background-image:url(image/page/access/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.access #map{
	margin-top: 50px;
}
.access #map + p{
	font-size: 16px;
	margin-bottom: 100px;
}

#map { height: 500px; }


/*--------------------------------------------------------------
# ステートメント
--------------------------------------------------------------*/
.page_statement{
	background-image:url(image/page/statement/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.statement{
	background-image:url(image/page/statement/contents_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.statement .container h3 , .statement .container p{
	font-family: "Sawarabi Mincho";
	text-align: center;
}
.statement .container p{
	font-size: 18px;
	line-height: 2.8;
	margin-bottom: 80px;
}
.statement .container p:last-child{
	margin-bottom: 100px;
}
.statement .container h3{
	font-size: 34px;
	margin-top: 2em;
}
/*--------------------------------------------------------------
# 会社沿革
--------------------------------------------------------------*/
.page_history{
	background-image:url(image/page/history/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.history table{
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
}
.history table td , .history table th{
	border-bottom:1px solid #cbcbcb;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.history table th{
	width: 180px;
	font-weight: 400;
	text-align: left;
}
ul.history_list{
	list-style: none;
	padding-left: 0;
	margin-top: 70px;
	position: relative;
	margin-bottom:100px;
}

/*ul.history_list:before{
	content:"";
	width: 2px;
	display: block;
	height: 3142px;
	background-color: #000;
	position: absolute;
	left:50%;
	top:10px;
}*/
.line-border{
	content:"";
	width: 2px;
	display: block;
	background-color: #000;
	position: absolute;
	left:50%;
	top:10px;
}
.history_list li{
	float:right;
	width: 50%;
	margin-top: 150px;
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.history_list li p{
	margin-top: 5px;
	margin-bottom: 0;
}
.history_list li small{
	color:#999999;
	font-size: 16px;
}
.history_list li:before{
	content: '';
	width: 60px;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	top:15px;
	z-index: 2;
}
.history_list li:after{
	width: 20px;
	height: 20px;
	display: block;
	background-color: #5ac877;
	content: "";
	border-radius: 50%;
	position: absolute;
	top:6px;
	z-index: 2;
}
.history_list li:nth-child(odd):before{
	left:0;
}
.history_list li:nth-child(odd):after{
	left:-9px;
}
.history_list li:nth-child(even):before{
	right:0;
}
.history_list li:nth-child(even):after{
	right:-10px;
}
.history_list li:nth-child(odd){
	margin-top: 30px;
	padding-left: 70px;
}
.history_list li:first-child{
	margin-top: 0;
}
.history_list li:nth-child(even){
	text-align: right;
	padding-right: 70px;
}
/*--------------------------------------------------------------
# 会社概要
--------------------------------------------------------------*/
.page_overview{
	background-image:url(image/page/overview/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.overview .table_css_wrap{
	margin-top: 50px;
	margin-bottom: 100px;
	width: 50%;
	float: left;
	padding-right: 15px;
}
.overview .box_css{
	margin-top: 50px;
	margin-bottom: 100px;
	width: 50%;
	float: left;
	padding-left: 15px;
	border-left:1px solid #cbcbcb;
}
.overview table.table_css{
	width: 100%;
}
.overview table.table_css > tbody > tr > td {
	border-bottom:1px solid #cbcbcb;
	padding: 15px 10px;
	font-size: 16px;
}
.overview table.table_css > tbody > tr > th {
	border-bottom:1px solid #cbcbcb;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.overview table.table_css > tbody > tr:last-child > *{
	border-bottom:none;
}
.overview .bg_gray .container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.overview table.table_css > tbody > tr > td > p ,
.border_table{
	border-left:1px solid #cbcbcb;
	padding-left: 10px;
	margin: 0;
}
.border_table tr td{
	padding: 0 10px;
}
.box_css .inner{
	border-bottom:1px solid #cbcbcb;
	padding: 15px 10px;
}
.box_css .inner:last-child{
	border:none;
}
.box_css .inner h3{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.box_css .inner p{
	margin-top:0;
}
/*--------------------------------------------------------------
# 経営理念
--------------------------------------------------------------*/
.page_philosophy{
	background-image:url(image/page/philosophy/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.philosophy_inner h3{
	font-size: 24px;
	font-family: "Sawarabi Mincho";
	background-color: #e5e5e5;
	padding: 10px;
	width: 250px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 45px;
}
.philosophy_inner h4{
	font-family: "Sawarabi Mincho";
	font-size: 44px;
	margin-top: 0;
	margin-bottom: 20px;
}
.philosophy_inner h5{
	font-family: "Sawarabi Mincho";
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 40px;
}
.philosophy_inner h6{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}
.philosophy_inner p{
	font-size: 16px;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 50px;
}
.philosophy_inner{
	text-align: center;
	margin-bottom: 80px;
}
.philosophy_inner .en_italic{
	font-family: "Sawarabi Mincho";
}
.philosophy .bg_gray{
	padding-top: 70px;
	padding-bottom: 100px;
}
.philosophy .m20-b{
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
# 行動指針
--------------------------------------------------------------*/
.page_code-of-conduct{
	background-image:url(image/page/code-of-conduct/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.code-of-conduct .bg_gray .container{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 100px;
}
.code-of-conduct_inner{
	padding: 35px 20px;
}
.code-of-conduct_inner h3{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}
.code-of-conduct_inner p{
	font-size: 16px;
	padding-left: 25px;
}
.code-of-conduct .list_box{
	background-color: #fff;
	padding: 45px 70px;
	border-radius: 10px;
	margin-top: 50px;
}
.code-of-conduct .list_box h3{
	text-align: center;
	font-size:30px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 40px;
}
.code-of-conduct .list_box ol li{
	font-size: 18px;
	border-bottom:1px solid #cbcbcb;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom:15px;
	padding-left: 5px;
	padding-right: 5px;
}

.code-of-conduct .list_box ol {
	counter-reset: li; /*olのリストの数字をリセット*/
	padding-left: 0;
}
 
.code-of-conduct .list_box ol li{
	list-style: none; /*元のスタイルを非表示にする*/
}
 
.code-of-conduct .list_box ol li:before {
	counter-increment: li; /*リストの数字を1つ進める。IE7以下、未対応*/
	content: counter(li); /*リストを連番にする*/
	margin-right: 1em; /*要素が重なるから右へ移動*/
	line-height: 1.6; /*文字が重なるのを防止*/
}
.code-of-conduct .code-of-conduct_bg{
	background-image:url(image/page/code-of-conduct/contents_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------
# お問い合わせ
--------------------------------------------------------------*/
.page_contact{
	background-image:url(image/page/contact/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.contact .container .col-sm-4{
	padding-top: 8px;
    padding-bottom: 8px;
}
.contact .container{
	width: 1000px;
}
.contact .container .inner{
	background-color: #fff;
	padding: 35px 40px;
}
.contact .container h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
}
.contact .container h4{
	font-size: 28px;
	position: relative;
}
.contact .container h4{
	background-image:url(image/page/contact/contact_icon.png);
	background-position: left center;
	position: relative;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}
.contact .container .inner p{
	margin:0;
}
.contact .bg_gray{
	padding-top: 70px;
	padding-bottom: 100px;
}
.wpcf7-form{
	width: 700px;
	margin-left: auto;
	margin-right:auto;line-height: 2;
	font-size: 16px;
}
.wpcf7-form-control-wrap input[name="your-name"],
.wpcf7-form-control-wrap input[name="your-email"],
.wpcf7-form-control-wrap input[name="your-tel"]{
	width: 350px;
	border:1px solid #CCC;
	border-radius: 4px;
	padding: 10px;
}
.wpcf7-form-control-wrap input[name="your-address"],
.wpcf7-form-control-wrap textarea{
	width: 100%;
	border:1px solid #CCC;
	border-radius: 4px;
	padding: 10px;
}
.wpcf7-form span{
	color:#777777;
	font-size: 0.9em;
}
.contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    background:#fff url(image/page/contact/sankaku.png) no-repeat;
    background-size:12px 10px;
    background-position: right 10px center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:5px;
    width: 400px;
}
.contact select::-ms-expand {
    display: none;
}
.animated{
	opacity: 0;
}
@-moz-document url-prefix() { /* for firefox */
    .content select {
        background:none;
        background-color: #FFF;
    }
}
.wpcf7-form-control.wpcf7-submit{
	background-color: #000;
	border:none;
	border-radius: 4px;
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	margin-top: 32px;
	padding: 12px 0;
}
/*--------------------------------------------------------------
# ブランド
--------------------------------------------------------------*/
.page_brand{
	background-image:url(image/page/brand/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;

}
.brand .col-sm-4 span{
	background-color: #fff;
	display: block;
	text-align: center;
}
.brand .col-sm-4{
	padding-bottom: 50px;
}
.brand_wrap{
	padding-top: 70px;
	margin-bottom:50px;
}
.brand_wrap a{
	display: block;
	background-color: #fff;
}
.brand_wrap a img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.contents_under{
	text-align:center;
}
.contents_under p{
	font-size: 15px;
	margin-bottom: 0;
}
.count_belt_wrap{
	background-color: #454545;
	color:#fff;
}
.count_table ul{
	width: 100%;
	list-style: none;
	padding-left: 0;
}
.count_table ul li{
	float:left;
	border-right:1px solid #afafaf;
	width: 33.333333%;
	text-align: center;
	padding: 10px;
	font-size: 27px;
	font-weight: 900;
}
.count_table ul li span{
	font-weight: 900;
	font-size:40px;
}
.count_table ul li p{
	font-size: 15px;
	margin-top: 0;
	margin-bottom:5px;
	font-weight: 400;
}
.count_table ul li:last-child{
	border-right:none;
}
.count_table ul:after{
	clear:both;
	content: '';
	display: table;
}
.count_all{
	text-align:center;
}
.count_all h3{
	font-size: 26px;
	margin: 0;
	font-weight: 400;
}
.count_all h3 span{
	font-size: 60px;
	font-weight: 900;
}
.count_all p{
	color:#999;
	margin-top: 0;
	margin-bottom: 70px;
}
h2.top_text{
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# グループ企業
--------------------------------------------------------------*/
.page_group{
	background-image:url(image/page/group/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
.group .top_text_detail{
	font-size: 21px;
	margin-top: 70px;
}
.group .main_table{
	width: 100%;
	margin-top: 45px;
	margin-bottom: 100px;
}
.group .main_table > tbody > tr > th{
	width: 27.5%;
	border-bottom: 1px solid #999;
	
}
.group .main_table > tbody > tr > td{
	padding: 25px 0;
	border-bottom: 1px solid #999;
}
.group .sub_table tbody *{
	font-size: 16px;
	font-weight: 400;
}
.group .sub_table thead *{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
.group .sub_table th{
	border-left: 1px solid #999;
	padding-left: 70px;
	width: 160px;
	text-align: left;
}
/*--------------------------------------------------------------
# ブランド詳細ページ
--------------------------------------------------------------*/
.page_brand_detail{
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 600px;
	background-repeat: no-repeat;
}
.photo_gallery ul{
	list-style: none;
	margin:0 -10px 70px;
	padding-left: 0;

}
.photo_gallery ul li{
	float:left;
	width: 33.33333%;
	padding-bottom: 20px;
	
}
.photo_gallery ul li a{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	display: block;
	height: 200px;
}
.photo_gallery ul li img{
	position: absolute;
	top:50%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
  	transform: translate(0, -50%);
}
.area_box h3{
	text-align:center;
	font-size: 20px;
}
.brand_data{
	margin-top: 70px;
}
.area_box{
	padding: 30px 50px 50px;
	margin-top: 70px;
	margin-bottom: 70px;
}
ul.area_1_list{
	display: block;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 0;
	margin-bottom: 0;
}
ul.area_1_list li{
	text-align:center;
	width: 172px;
	padding:10px 0;
	display: block;
	background-color: #dbdbdb;
	margin-left: 5px;
	margin-right:5px;
	font-size: 20px;
	float:left;
	cursor:pointer;
	margin-top: 10px;
}
ul.area_1_list li.select{
	background-color: #000;
	color:#fff;
}
.store_area_detail ul{
	margin-top: 0;
}
.store_area_detail{
	border-top: #000 5px solid;
	padding-top: 40px;
}
.area_list_small > li{
	float: left;
	border-right: 1px solid #333;
	padding: 0 10px;
	font-size: 15px;
	margin-bottom: 5px;
}
.area_list_small > li > a{
	color:#000;
}
.area_list_small > li:last-child{
	border-right: none;
}
.area_list_small , .store_detail_list{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.store_area_detail > div {display:none;}
.store_area_detail > div:first-child{
	display: block;
}
.main_loop{
	margin: 0;
	list-style: none;
	padding-left: 0;
}
.area_title h4{
	font-size: 16px;
	padding: 8px 10px;
	margin-left: 10px;
	border-left: 4px solid #333;
	font-weight: 400;
}
.store_detail_list li{
	border-top:1px solid #dcdcdc;
	position: relative;
	padding: 10px 100px 10px 10px;
	font-size: 15px;
}
.store_detail_list li:last-child{
	border-bottom:1px solid #dcdcdc;
}
h3.brand_name{
	text-align: left;
	margin: 0;
	font-weight: 400;
	margin-bottom: 5px;
}
.store_detail_list .btn_area{
	position: absolute;
	right:0;
	 top:50%;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}
.store_detail_list .btn_area a{
	display: inline-block;
	padding: 10px 15px;
	background-color: #000;
	color:#fff;
}
.store_detail_list .btn_area a:hover{
	text-decoration: none;
}
.area_list_small{
	margin-bottom: 40px;
}
.area_box{
	background-color: #fff;
	border-radius: 10px;
}
.store_detail_list li span{
	margin-right: 10px;
}
.brand_btn_area{
	margin-bottom: 50px;
	margin-top:70px;
}
.brand_btn_area ul{	
	width: 780px;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
}
.brand_btn_area ul li{
	float: left;
	padding:0 15px;
	width: 50%;
	margin-bottom: 20px;
}

.address_tel{
	margin-bottom: 5px;
}
.seat_time_wrap div:nth-child(2){
	margin-top: 5px;
}
.seat_time_wrap{
	font-size: 13px;
}
.seat_time_wrap b{
	font-size: 15px;
	font-weight: 400;
}
.business_box_sp{
	display: none;
}
.store_detail_img{
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.store_detail_list li:after{
	clear:both;
	content: "";
	display: table;
}
.detail_img_wrap{
	width: 290px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.detail_wrap{
	width: 500px;
	float: left;
}
.btn_area_wrap{
	margin-bottom: 50px;
}
.btn_area_wrap a{
	background-color: #676767;
	color:#fff;
	display: block;
	padding: 35px 30px;
	font-size: 20px;
	position: relative;
}
.btn_area_wrap a span{
	display: block;
	font-size: 14px;
}
.btn_area_wrap a::after{
position: absolute;
top: 0;
bottom: 0;
right: 45px;
margin: auto;
content: "";
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn_area_wrap a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.fb_wrap{
	padding: 10px;
	background-color: #fff;
}
.brand_btn_area ul li a{
	background-color: #676767;
	color:#fff;
	display: block;
	padding: 35px 30px;
	font-size: 20px;
	position: relative;
}
.brand_btn_area ul li a::after{
position: absolute;
top: 0;
bottom: 0;
right: 45px;
margin: auto;
content: "";
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.brand_btn_area ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.brand_btn_area ul li a span{
	display: block;
	font-size: 14px;
}
/*#mailadress{
	display: none;
}
#telnum{
	display: none;
}*/
.contact select#month,	
.contact select#days,
.contact select#times{
	width: 100px;
}
.banner_url_area{
	text-align: center;
}


/*20180227追加*/
.message p{
	text-align: center;
	font-size: 18px;
    line-height: 2.8;
    margin-bottom: 80px;
}
#contents.message {
    background-image: url(image/page/message/bg_content_2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.message .sign{
	margin-bottom: 100px;
}
.fix_contact_btn{
	display: none;
}
.privacy-table{
	width: 100%;
}
.privacy-table th,
.privacy-table td{
	padding: 10px;
	border:1px solid #aaa;
}
.privacy-table th{
	background-color: #eee;
}
.privacy-table td{
	background-color: #fff;
}

.page_request{
	background-image:url(image/page/contact/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}

.contact .container .col-sm-4{
	padding-top: 8px;
    padding-bottom: 8px;
}
.contact .container{
	width: 1000px;
}
.contact .container .inner{
	background-color: #fff;
	padding: 35px 40px;
}
.contact .container h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
}
.contact .container h4{
	font-size: 28px;
	position: relative;
}
.contact .container h4{
	background-image:url(image/page/contact/contact_icon.png);
	background-position: left center;
	position: relative;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}
.contact .container .inner p{
	margin:0;
}
.contact .bg_gray{
	padding-top: 70px;
	padding-bottom: 100px;
}
.wpcf7-form-control-wrap input[name="your-company"],
.wpcf7-form-control-wrap input[name="your-department"]{
	width: 350px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
}




