@charset "UTF-8";
*{
	box-sizing: border-box;	
}
body{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
	background:#ffffff;
    background-size:contain;
}
body a:hover {
    color: #C89F02;
}
ul, ol{
	padding:0;
}
li{
	list-style-type: none;
}
i{
	font-style: normal;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	opacity:0.7;
}

.sp_only{
    display: none !important;
}
.mobile_only{
    display: none !important;
}

header nav{
	width:100%;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}
header nav#menu_pc{
/*    background:#ffffff;    */
}
header nav#menu_pc .menu_pc_wrap{
    width:100%;
    max-width: 1000px;
    min-width:800px;
    margin:auto;
    text-align: left;
    display: table;
    line-height: 140%;
    font-size: 85%;
}
header nav#menu_pc ul{
    margin-bottom:0;
}
header nav#menu_pc ul.menu_pc_left{
    float:left;
}
header nav#menu_pc ul.menu_pc_right{
    float:right;
}
header nav#menu_pc ul.menu_pc_right li{
    line-height: 90px;
    position: relative;
}
header nav#menu_pc ul.menu_pc_right li .submenu {
    position: absolute;
    top: 90px;
    left: 20px;
    line-height: 120%;
    width: 240px;
    text-align: left;
    border-left: 1px solid #ffffff;
    padding-left: 12px;
    transform: scaleY(0);
}
header nav#menu_pc ul.menu_pc_right li.submenu_parent:hover .submenu{
    transform: scaleY(1);
}
header nav#menu_pc ul.menu_pc_right li .submenu a{
    padding:0 0 24px 0;
    display: inline-block;
}
header nav#menu_pc ul.menu_pc_right li .submenu a:last-child{
    padding:0;
    display: inline-block;
}
header nav#menu_pc ul.menu_pc_right li.menu_contact a{
    background:#ffffff;
    border-radius:24px;
    padding:4px 12px;
    line-height: 100%;
}
header nav#menu_pc ul li{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
    padding:0 20px;
}
header nav#menu_pc ul li span {
    display: table-cell;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
header nav#menu_pc ul.menu_pc_right li.menu_contact a span{
    color: #000000;
    text-shadow: none;
}
header nav#menu_pc ul li.link_top{
    width:90px;
    padding: 12px 12px 11px 0;
}

/* topbg fixed */

div.top_bg_fixed{
    display: block;
    width:100vw;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    z-index: -2;
    overflow: hidden;
    background:url(../img/top/top_bg_fixed.jpg) center center no-repeat;
    background-size: cover;
    opacity:1;
}
div.top_bg_fixed_sp img{
    width:100%;
    height:auto;
}

/* topbg fixed end */


/* top title */

section.top_title{
	width:100%;
	height:auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.top_title .title_carousel img {
    width: 100%;
    height: auto;
}
section.top_title .contents .title h1 {
    position: absolute;
    bottom: 150px;
    right: 60px;
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.slick-dots {
    position: absolute;
    bottom:90px;
}
.slick-dots li button:before{
    font-size:18px!important;
    color:#ffffff;
    opacity:0.7;
}
.slick-dots li.slick-active button:before{
    font-size:18px!important;
    color:#6e6e6e;
    opacity:1;
}
/* top title end */

/* contents width */

article.w640{
    width:90%;
    max-width:640px;
}

article.w900{
    width:90%;
    max-width:900px;
}

article.w900_sp100{
    width:90%;
    max-width:900px;
}

article.w1090{
    width:90%;
    max-width:1090px;
}

/* contents width end */

/* introduction */

section.introduction{
    background: #212121;
    border-radius: 40px 40px 0 0;
    width:100%;
    margin-top:-100px;
    text-align:center;
    position: relative;
    z-index: 2;
}
section.introduction article.section_contents{
    margin:auto;
    padding:80px 0;
    display: table;
}
section.introduction article.section_contents .intro_img{
    display: table-cell;
    vertical-align: middle;
    width:370px;
    padding-right: 40px;
}
section.introduction article.section_contents .intro_img img{
    width:100%;
    height:auto;
}

section.introduction article.section_contents .intro_txt .intro_about{
    position: relative;
    display: block;
    width: 100%;
    line-height:150%;
    text-align: left;
    font-size: 160%;
}

section.introduction article.section_contents .intro_txt {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 90%;
    line-height: 180%;
    text-align: left;
}
section.introduction article.section_contents .intro_txt .name{
    position: relative;
    overflow: hidden;
    text-align: left;
}
section.introduction article.section_contents .intro_txt .name span {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 120%;
}
section.introduction article.section_contents .intro_txt .name span:before{
    content:"";
    height:1px;
    width:100%;
    background:#ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom:12px;
    left:-225px;
}
section.introduction article.section_contents .intro_txt .profile{
    text-align: left;
}

/* introduction end */

/* about */

section.about{
    background: #EBEAE7;
    background: linear-gradient(120deg, #EBEAE7 33%, #E3DECF 0%);
    padding:45px 0;
}
section.about .section_title{
    width:90%;
    margin:0 0 48px 10%;
    color:#a5a5a5;
    text-align:left;
    overflow: hidden;
}
section.about .section_title h1{
    width:100%;
    margin:0;
}
section.about .section_title h1 span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 120%;
}
section.about .section_title h1 span:after {
    content: "";
    height: 2px;
    width: calc(90% - 400px);
    background: #A5A5A5;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom: 24px;
    right: 0;
}
section.about .section_title .title_jp{
    margin:4px 0 0 0;
    font-size: 130%;
}
section.about .section_contents{
    margin:auto;
}
section.about .section_contents h2{
    text-align: center;
    margin:0 auto 40px;
    font-size: 150%;
    line-height: 150%;
}
section.about .about_txt{
    margin:30px 0 -160px 0;
    display: table;
}
section.about .about_left{
    display: table-cell;
    vertical-align: top;
    width:56%;
    margin-right: 4%;
    line-height: 180%;    
}
section.about .about_right {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 40%;
    transform: translateY(-160px);
}
section.about .about_img_wide img {
    max-width: 100%;
    height:auto;
}

/* about end */

/* service */

section.service{
    background: #D0C9B5;
    padding:45px 0;
}
section.service .section_title{
    width:90%;
    margin:0 0 36px 10%;
    color:#ffffff;
    text-align:left;
    overflow: hidden;
}
section.service .section_title h1{
    width:100%;
    margin:0;
}
section.service .section_title h1 span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 120%;
}
section.service .section_title h1 span:after {
    content: "";
    height: 2px;
    width: calc(90% - 120px);
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom: 24px;
    right: 0px;
}
section.service .section_title .title_jp{
    margin:4px 0 0 0;
    font-size: 130%;
}
section.service .section_contents{
    margin:auto;
}
section.service .section_contents h2{
    text-align: center;
    margin:0 auto 40px;
    font-size: 150%;
    line-height:150%;
}
section.service .service_detail{
    margin:30px 0 0 0;
    display: table;
}
section.service .service_detail ul li{
    display: table-cell;
    width:30%;
    vertical-align: top;
}
section.service .service_detail ul li:nth-child(2){
    display: table-cell;
    width:40%;
    padding: 70px 5% 0 5%;
}
section.service .service_detail ul li:nth-child(3){
    display: table-cell;
    width:30%;
    padding-top:140px;
}
section.service .service_detail ul li img{
    max-width: 100%;
    height:auto;
}
section.service .service_detail ul li h3 {
    border-bottom: 1px solid #000000;
    margin: 20px 0 28px 0;
}
section.service .service_detail ul li h3 span{
    display: inline-block;
    background: #D0C9B5;
    transform:translateY(16px);
    padding: 0 16px 0px 0;
}
section.service .service_detail ul li h3 i{
}
section.service .service_detail ul li p{
    line-height:180%;
}
section.service .service_detail ul li .service_link{
    text-align: right;
}
section.service .service_detail ul li .service_link a{
    background:#838383;
    background: linear-gradient(135deg, #838383 50%, #636363 0%);
    border-radius:24px;
    color:#ffffff;
    display: inline-block;
    padding:6px 36px 6px 20px;
    position: relative;
}
section.service .service_detail ul li .service_link a:after{
    content:"";
    position: absolute;
    right:10px;
    bottom:9px;
    width:21px;
    height:18px;
    background:url(../img/common/link_arrow_white.png) right center no-repeat;
    background-size: contain;
}

.linkbtn_large {
    width: 90%;
    max-width: 900px;
    border-radius: 64px;
    background: #ffffff;
    margin: 80px auto -90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
}
.linkbtn_large a{
    line-height: 80px;
    text-align: center;
    display: block;
    font-size: 130%;
}
.linkbtn_large a i{
    position: relative;
}
.linkbtn_large a i:after {
    content: "";
    position: absolute;
    right: -84px;
    bottom: -16px;
    width: 64px;
    height: 60px;
    background: url(../img/common/link_arrow_black.png) right center no-repeat;
    background-size: contain;
}

/* service end */

/* recruit */

section.recruit{
    background: #4B4B4B;
    background: linear-gradient(120deg, #4B4B4B 33%, #434343 0%);
    padding:45px 0;
    margin:600px 0 0 0;
}
section.recruit .section_title{
    width:90%;
    margin:0 0 48px 10%;
    color:#D8D8D8;
    text-align:left;
    overflow: hidden;
}
section.recruit .section_title h1{
    width:100%;
    margin:0;
}
section.recruit .section_title h1 span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 120%;
}
section.recruit .section_title h1 span:after {
    content: "";
    height: 2px;
    width: calc(90% - 120px);
    background: #D8D8D8;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom: 24px;
    right: 0;
}
section.recruit .section_title .title_jp{
    margin:4px 0 0 0;
    font-size: 130%;
}
section.recruit .section_contents{
    margin:auto;
}
section.recruit .recruit_wrap{
    display: table;
}
section.recruit .recruit_wrap .recruit_img{
    display: table-cell;
    vertical-align: top;
}
section.recruit .recruit_wrap .recruit_img img{
    max-width: 450px;
    height:auto;
}
section.recruit .recruit_wrap .recruit_txt{
    display: table-cell;
    vertical-align: top;
    padding-left:40px;
    color:#ffffff;
}
section.recruit .recruit_wrap .recruit_txt h2 {
    font-size: 170%;
    line-height: 170%;
    margin: 8px 0 20px;
}
section.recruit .recruit_wrap .recruit_txt p{
    line-height: 180%;
}
section.recruit .recruit_wrap .recruit_txt div.recruit_link{
    text-align: right;
}
section.recruit .recruit_wrap .recruit_txt div.recruit_link a{
    background:#D0C9B5;
    border-radius:24px;
    color:#434343;
    display: inline-block;
    padding:6px 36px 6px 20px;
    position: relative;
}
section.recruit .recruit_wrap .recruit_txt div.recruit_link a:after{
    content:"";
    position: absolute;
    right:10px;
    bottom:9px;
    width:21px;
    height:18px;
    background:url(../img/common/link_arrow_brown.png) right center no-repeat;
    background-size: contain;
}
section.recruit .recruit_icon{
    display: block;
    margin:45px 0 0 0;
}
section.recruit .recruit_icon ul{
    display: table;
}
section.recruit .recruit_icon ul li{
    display: table-cell;
    vertical-align: top;
    color:#ffffff;
    text-align: center;
    padding-right:20px;
}
section.recruit .recruit_icon ul li p{
    margin-top: 8px;
}

/* recruit end */

/* single title */

section.pages_title{
    width:100%;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

section.pages_title img{
    width:100%;
    height:auto;
}

/* single title end */

/* facility introduction */

section.facility_introduction{
    background: #EBEAE7;
    border-radius: 40px 40px 0 0;
    width:100%;
    margin-top:-40px;
    text-align:center;
}
section.facility_introduction article.section_contents{
    margin:auto;
    padding:80px 0 0;
    display: table;
}
section.facility_introduction article.section_contents .intro_txt {
    display: table-cell;
    vertical-align: top;
    color: #ffffff;
    font-size: 90%;
    line-height: 180%;
    text-align: left;
    color:#000000;
}
section.facility_introduction article.section_contents .intro_txt .ttl_en {
    color:#a5a5a5;
    font-size: 120%;
}
section.facility_introduction article.section_contents .intro_txt .name{
    position: relative;
    overflow: hidden;
    text-align: left;
}
section.facility_introduction article.section_contents .intro_img{
    display: table-cell;
    vertical-align: top;
    width:340px;
    padding-left: 20px;
}
section.facility_introduction article.section_contents .intro_img img{
    width:100%;
    height:auto;
}

/* facility introduction end */

/* facility detail01 */

section.facility_detail01{
    background:#434343;
    color:#ffffff;
}
section.facility_detail01 article.section_contents{
    margin:auto;
    padding:80px 0 50px;
    display: block;
}
section.facility_detail01 article.section_contents h1{
    font-size: 150%;
    text-align: center;
    margin-bottom:80px;
}
section.facility_detail01 article.section_contents .detail01_txt ul li{
    display: table;
    margin:40px auto;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text{
    display: table-cell;
    vertical-align: middle;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text h2 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 36px;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text h2 span {
    font-size: 100%;
    transform: translateY(20px);
    background: #434343;
    display: inline-block;
    padding: 0 16px 0 0;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text p {
    line-height:180%;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_image{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
section.facility_detail01 article.section_contents .detail01_txt ul li:nth-child(even) .detail01_txt_image{
    padding-right: 30px;
    padding-left: 0px;
}
section.facility_detail01 article.section_contents .detail01_txt ul li .detail01_txt_image img{
    max-width: 450px;
    height:auto;
}

section.facility_detail01 article.section_contents .detail01_txt .detail01_txt_others{
    text-align: center;
    margin:60px auto;
    font-size: 150%;
}

/* facility detail01 end */

/* facility detail02 */

section.facility_detail02{
    background:url(../img/pages/facility_bg01_1.jpg) center center no-repeat;
    background-size: cover;
}
section.facility_detail02 article.section_contents{
    margin:auto;
    padding:80px 0 50px;
    display: block;
}
section.facility_detail02 article.section_contents h1 {
    font-size: 180%;
    color: #ffffff;
    text-align: center;
    margin: 40px auto 80px;
}
section.facility_detail02 article.section_contents .detail02_txt ul{
    display: table;
    margin:40px auto;
}
section.facility_detail02 article.section_contents .detail02_txt ul li{
    display: table-cell;
    width:50%;
    padding-right: 2%;
}
section.facility_detail02 article.section_contents .detail02_txt ul li:nth-child(even){
    padding-right:0;
    padding-left:2%;
}
section.facility_detail02 article.section_contents .detail02_txt ul li div {
    background:#ffffff;
    padding:20px 32px;
}
section.facility_detail02 article.section_contents .detail02_txt ul li div h2{
    color:#837244;
    text-align: center;
    font-size: 170%;
}
section.facility_detail02 article.section_contents .detail02_txt ul li div h2 span{
    display: inline-block;
    vertical-align: middle;
}
section.facility_detail02 article.section_contents .detail02_txt ul li div h2 i{
    display: inline-block;
    vertical-align: middle;
    padding-left:6px;
}
section.facility_detail02 article.section_contents .detail02_txt ul li div p{
    line-height: 180%;
    margin-top: 12px;
}
.facility_detail02_key{
    min-height:145px;
}

/* facility detail02 end */

/* traffic introduction */

section.traffic_introduction{
    background: #D0C9B5;
    border-radius: 40px 40px 0 0;
    width:100%;
    margin-top:-40px;
    text-align:center;
}
section.traffic_introduction article.section_contents{
    margin:auto;
    padding:80px 0 0;
    display: table;
}
section.traffic_introduction article.section_contents .intro_txt {
    display: table-cell;
    vertical-align: top;
    color: #000000;
    font-size: 90%;
    line-height: 180%;
    text-align: left;
    color:#000000;
}
section.traffic_introduction article.section_contents .intro_txt .ttl_en {
    color:#ffffff;
    font-size: 120%;
}
section.traffic_introduction article.section_contents .intro_txt .name{
    position: relative;
    overflow: hidden;
    text-align: left;
}
section.traffic_introduction article.section_contents .intro_img{
    display: table-cell;
    vertical-align: top;
    width:340px;
    padding-left: 20px;
}
section.traffic_introduction article.section_contents .intro_img img{
    width:100%;
    height:auto;
}

/* traffic introduction end */

/* traffic detail01 */

section.traffic_detail01{
    background:#EBEAE7;
    color:#000000;
}
section.traffic_detail01 article.section_contents{
    margin:auto;
    padding:80px 0 50px;
    display: block;
}
section.traffic_detail01 article.section_contents h1{
    font-size: 150%;
    text-align: center;
    margin-bottom:80px;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li{
    display: table;
    margin:40px auto;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text{
    display: table-cell;
    vertical-align: middle;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text h2 {
    border-bottom: 1px solid #000000;
    margin-bottom: 36px;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text h2 span {
    font-size: 100%;
    transform: translateY(20px);
    background: #EBEAE7;
    display: inline-block;
    padding: 0 16px 0 0;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_text p {
    line-height:180%;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_image{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li:nth-child(even) .detail01_txt_image{
    padding-right: 30px;
    padding-left: 0px;
}
section.traffic_detail01 article.section_contents .detail01_txt ul li .detail01_txt_image img{
    max-width: 450px;
    height:auto;
}
section.traffic_detail01 article.section_contents .detail01_txt .detail01_txt_others{
    text-align: center;
    margin:60px auto;
    font-size: 150%;
}

/* traffic detail01 end */


/* workflow */

section.pages_workflow{
    background:#ffffff;
}

section.pages_workflow.traffic_workflow{
    padding-top: 60px;
}
section.pages_workflow article.section_contents{
    margin:auto;
    padding:80px 0 50px;
    display: block;
}
section.pages_workflow article.section_contents h1 {
    font-size: 180%;
    color: #000000;
    text-align: center;
    margin: 0px auto 80px;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul{
    margin:40px auto;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li{
    margin:40px auto;
    padding:24px 36px;
    background:#E3DECE;
    border-radius: 120px;
    width:100%;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li dl{
    display: table;
    margin:0;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li dl dt {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 30px 0 24px;
    font-size: 400%;
    font-weight: normal;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li dl dd{
    display: table-cell;
    vertical-align: middle;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li dl dd h2{
    font-size: 150%;
}
section.pages_workflow article.section_contents .pages_workflow_txt ul li dl dd p {
    line-height: 180%;
    margin-bottom: 0;
    max-width: 640px;
    font-size: 90%;
}

/* workflow end */

/* contact */

section.contact{
    background: #EBEAE7;
    padding:60px 0 80px;
}
section.contact .section_contents{
    margin:auto;
    text-align: center;
}
section.contact .section_contents h1{
    margin:auto;
    text-align: center;
    font-size:180%;
}
section.contact .section_contents p{
    margin: 48px auto;
    line-height: 180%;
    text-align: center;
}
section.contact .section_contents .contact_link_large{
    margin:auto;
    text-align: center;
    width: 90%;
    max-width: 900px;
    border-radius: 64px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
section.contact .section_contents .contact_link_large a{
    line-height: 80px;
    text-align: center;
    display: block;
    font-size: 130%;
}
section.contact .section_contents .contact_link_large a i{
    position: relative;
}
section.contact .section_contents .contact_link_large a i:after {
    content: "";
    position: absolute;
    right: -84px;
    bottom: -15px;
    width: 64px;
    height: 60px;
    background: url(../img/common/link_arrow_black.png) right center no-repeat;
    background-size: contain;
}

/* contact end */

/* information */

section.infomation{
    background: #FFFEFA;
    padding:45px 0;
    margin:0;
}
section.infomation .section_title{
    width:90%;
    margin:0 0 48px 10%;
    color:#a5a5a5;
    text-align:left;
    overflow: hidden;
}
section.infomation .section_title h1{
    margin:0;
    width:100%;
    color:#a5a5a5;
}
section.infomation .section_title h1 span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 120%;
}
section.infomation .section_title h1 span:after {
    content: "";
    height: 2px;
    width: calc(90% - 180px);
    background: #a5a5a5;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom: 24px;
    right: 0;
}
section.infomation .section_title .title_jp{
    margin:4px 0 0 0;
    font-size: 130%;
}
section.infomation .section_contents{
    margin:auto;
}

section.infomation .infomation_wrap{
    display: table;
    margin:60px auto;
}
section.infomation .infomation_wrap .info_left{
    display: table-cell;
    vertical-align: top;
    width:50%;
    padding-right: 20px;
    line-height: 180%;
}
section.infomation .infomation_wrap .info_left .menu03 {
  position: relative; /* 基準位置とする */
}

section.infomation .infomation_wrap .info_left .menu03 a:hover {
    color: #696969
}

.menu03 svg {
  position: absolute; /* 相対位置とする */
  top: 4px;           /* 上から4pxの位置に指定 */
  right: -1.5em;       /* 左にマイナス1.5文字分の位置に指定 */
}

section.infomation .infomation_wrap .info_right{
    display: table-cell;
    vertical-align: top;
    width:50%;
    padding-left: 20px;
}
section.infomation .infomation_wrap .info_right dl dt{
    font-weight:normal;
    margin:0px 0 6px 0;
}

/* information end */


/* footer */

footer{
    background:#000000;
    padding:36px 0 36px;
}
footer .footer_wrap{
    width:92%;
    max-width: 1090px;
    display: table;
    color:#ffffff;
    margin:auto;
}
footer .footer_wrap .footer_left{
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
}
footer .footer_wrap .footer_left p{
    margin:0;
}
footer .footer_wrap .footer_right{
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
}
footer .footer_wrap .footer_right .footer_menu{
    display: table;
    color:#ffffff;
    padding-bottom: 12px;
    margin:0 0 0 auto;
    font-size: 90%;
}
footer .footer_wrap .footer_right .footer_menu li{
    display: table-cell;
    vertical-align: middle;
    padding:8px 16px;
}
footer .footer_wrap .footer_right .footer_menu_sub{
    display: table;
    color:#ffffff;
    border-top:1px solid #ffffff;
    padding-top: 12px;
    margin:0 0 0 auto;
    font-size: 90%;
}
footer .footer_wrap .footer_right .footer_menu_sub li{
    display: table-cell;
    vertical-align: middle;
    padding:8px 16px;
}
footer .footer_wrap .footer_right .footer_menu li a{
    color:#ffffff;
}
footer .footer_wrap .footer_right .footer_menu_sub li a{
    color:#ffffff;
}
footer .footer_wrap .footer_right li.footer_contact_link a{
    padding:6px 12px;
    color:#000000;
    background:#ffffff;
    border-radius:24px;
}

/* footer end*/


