@charset "utf-8";

#header_tel span.label, #index_content1 .headline, #index_news .headline, #index_staff_headline, #index_info_headline, #footer_logo_text, #main_image_headline, #staff_name, #staff_headline, #index_staff_head h3, #page_template1 .headline, #page_template2 .headline, #page_template3 .headline, #page_template4 .pt_layout6 .headline, #archive_post_list .title, #header_tel span.number, #logo_text, #main_image3 h2, #post_title{
  font-family: inherit !important;
  font-weight: normal !important;
}


/* Lists */
.list-ul,
.list-ol{
  padding-left: 1.5em;
}


/* Tables */
.post_content .table th,
.post_content .table td,
.post_content .table02 th,
.post_content .table02 td{
  border: none;
}
.post_content .table th,
.post_content .table02 th{
  background-color: transparent;
  text-align: left;
}
.post_content .table td,
.post_content .table02 td{
  line-height: 1.5;
}
.post_content .table ul,
.post_content .table ol,
.post_content .table dl,
.post_content .table table,
.post_content .table p,
.post_content .table02 ul,
.post_content .table02 ol,
.post_content .table02 dl,
.post_content .table02 table,
.post_content .table02 p{
  margin: 0;
}
.post_content .table li,
.post_content .table dt,
.post_content .table dd,
.post_content .table02 li,
.post_content .table02 dt,
.post_content .table02 dd{
  line-height: 1.5;
}
.post_content .table,
.post_content .table tbody,
.post_content .table tr,
.post_content .table th,
.post_content .table td{
  display: block;
  width: 100%;
}
.post_content .table{
  border-bottom: 1px solid #dcdcdc;
}
.post_content .table tr{
  margin-bottom: 0;
  border-top: 1px solid #dcdcdc;
}
.post_content .table th,
.post_content .table td{
  border: none;
  padding: 0;
  line-height: 1.5;
}
.post_content .table th{
  margin-bottom: .5em;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.post_content .table td{
  padding: 0 0 15px 0;
}
.post_content .table02{
  display: table;
  border-bottom: 1px solid #dcdcdc;
}
.post_content .table02 tbody{
  display: table-row-group;
}
.post_content .table02 tr{
  display: table-row;
}
.post_content .table02 th,
.post_content .table02 td{
  display: table-cell;
  border-top: 1px solid #dcdcdc;
}
.post_content .table02 th{
  padding-left: 0;
  width: 80px;
}
.post_content .table02 td{
  padding-right: 0;
}

.post_content .table03 th,
.post_content .table03 td{
  border: none;
  padding: 4px 6px;
  line-height: 1.4;
  font-size: 80%;
  width: auto;
}
.post_content .table03 tr:nth-child(odd) th,
.post_content .table03 tr:nth-child(odd) td{
  background: #fafafa;
}
.post_content .table03 td{
  width: 20px;
  text-align: right;
}



/* Navs */
.nav-arw{
  background: url("../img/icon-arrow.png") 0 1px no-repeat;
  padding-left: 20px;
}




/* Header */
#header{
  border: none !important;
  background: #fff url("../img/bg-header.png") center bottom no-repeat !important;
}
.header-contact,
.header-lower{
  display: none;
}
.header-logo{
  margin: 0;
  padding: 10px 0;
  text-align: center;
}



/* Footer */
#footer{
  margin-top: 30px;
  border-top: 1px solid #dcdcdc;
}

.footer-contact{
  position: relative;
  background: url("../img/bg-footer-contact.png") center center no-repeat;
}
.footer-contact .btn{
  position: absolute;
}
.footer-banners > ul > li a{
  display: block;
}
.footer-banners > ul > li a img{
  transition: all .4s;
}
.footer-banners > ul > li a:hover img{
  opacity: .7;
}
.footer-facebook iframe{
  vertical-align: top;
}
.footer-inner{
  padding-right: 15px;
  padding-left: 15px;
}
.footer-upper > .footer-inner{
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}
.footer-facebook,
.footer-contact,
.footer-banners > ul > li{
  margin-bottom: 10px;
  width: 100%;
}
.footer-facebook{
  text-align: center;
}
.footer-facebook *{
  display: block;
  max-width: 100% !important;
}
.footer-banners img{
  max-width: 100%;
  height: auto;
}
.footer-contact .btn{
  display: block;
  right: 3vw;
  bottom: 2vw;
  width: 45%;
  text-align: center;
}
.footer-contact .btn img{
  width: 42vw;
  height: auto;
}

.footer-lower{
  background: #092e63;
  color: #fff;
}
.footer-lower a{
  color: #fff;
}
.footer-menu{
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer-menu li{
  line-height: 1.5;
}
.footer-menu li a{
  display: block;
  margin-bottom: .5em;
}
.footer-menu-parent > li{
  margin-bottom: .5em;
}
.footer-menu-parent > li > a{
  font-weight: bold;
}
.footer-lower{
  padding-bottom: 80px;
}
.footer-menu-parent{
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-parent > li{
  width: 48%;
}
.footer-menu-parent > li:nth-child(odd){
  margin-right: 4%;
}
.footer-menu-parent .parent{
  margin-right: 0 !important;
  width: 100%;
}
.footer-menu-parent .parent .footer-menu-child{
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}
.footer-menu-parent .parent .footer-menu-child > li{
  flex-basis: 47%;
  font-size: 90%;
}
.footer-menu-parent .parent .footer-menu-child > li:nth-child(odd){
  margin-right: 6%;
}

.footer-brand .logo{
  margin-bottom: 15px;
  text-align: center;
}
.footer-brand .copyright{
  text-align: center;
  font-size: 10px;
}
.footer-icons{
  margin-bottom: 20px;
  text-align: center;
}
.footer-icons > li{
  display: inline-block;
}

#return_top{
  display: none;
}

#footer_menu_button li{
  width: 33.3% !important;
}
.open_right #footer_menu_button1{
  width: 15% !important;
}
#navi{
  background: #eee !important;
}
#navi .side_headline{
  background: #5d6877 !important;
}
#navi a{
  background: #fff !important;
  color: #666 !important;
}



/* Home */
#top_slider_wrapper{
  position: relative;
}
#top_news_ticker{
  /*position: absolute;
  left: 0;*/
  width: 100%;
}
#top_news_ticker dl{
  display: flex;
}
#top_news_ticker dt,
#top_news_ticker dd{
  background: rgba(255,255,255,.9);
  padding: 15px;
}
#top_news_ticker dt{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-weight: bold;
  text-align: center;
}
#top_news_ticker dd{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#top_news_ticker dd a{
  overflow: hidden;
  display: block;
  background: url("../img/icon-home-ticker.png") right center no-repeat;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top_news_ticker{
  /*padding-right: 15px;
  padding-left: 15px;
  bottom: 60px;
  width: calc(100% - 30px);*/
}
#top_news_ticker dl{
  width: 100%;
}
#top_news_ticker dt{
  padding-right: 0;
  width: 15%;
}
#top_news_ticker dd{
  overflow: hidden;
  padding-left: 10px;
  width: 85%;
}
#top_news_ticker dd a{
  padding: 0;
}


#index_content1_top .box{
  background-image: url("../img/icon-home-pickup.png") !important;
  background-position: center bottom 20px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 40px;
}
#index_content1_top a,
#index_content1_top a:hover{
  padding-bottom: 10px !important;
}
#index_content1_top .headline{
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
#index_content1_top .box{
  background-position: center bottom 15px !important;
  padding-bottom: 30px !important;
}
#index_content1_top .image{
  margin-bottom: 15px;
}

#index_portfolio{
  background: #092e63;
}
.index_portfolio_head h3{
  text-align: center;
}
#index_portfolio ol{
  position: relative;
}
#index_portfolio li > a{
  overflow:  hidden;
  display:  block;
  background:  #fff;
  padding: 10px;
  transition: all .4s;
}
#index_portfolio li > a:hover{
  opacity: .7;
  text-decoration: none;
}
#index_portfolio li .image{
  width: 120px;
  height: 120px;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
}
#index_portfolio li .image img{
  display: block;
  width: 100%;
  height: 100%;
}
#index_portfolio li .title{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
#index_portfolio li .content{
  line-height: 1.5;
}
#index_portfolio .detail dt,
#index_portfolio .detail dd{
  margin-bottom: 5px;
  font-size: 13px;
}
#index_portfolio .detail dt{
  float: left;
}
#index_portfolio .detail dt::after{
  content: ":";
  margin-right: .25em;
  margin-left: .25em;
}
#index_portfolio .detail dd{
  overflow: hidden;
}
#index_portfolio .detail dd span{
  display: block;
}
#index_portfolio_inner{
  padding: 20px 15px;
}
.index_portfolio_head h3{
  margin-bottom: 20px;
}
#index_portfolio li{
  margin-bottom: 5px;
}

#index_staff{
  background: #fff !important;
}
#index_staff_inner{
  width: auto !important;
}
.index_staff_head{
  background-color: transparent !important;
  text-align: center;
}
#index_staff_list a.link{
  border: 2px solid #092e63 !important;
  background: #eee !important;
}
#index_staff_list .image{
  width: auto !important;
  height: auto !important;
  text-align: center;
  max-width: none !important;
}
#index_staff_list .image img{
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
#index_staff_list .detail dt,
#index_staff_list .detail dd{
  margin-bottom: 5px;
  font-size: 13px;
}
#index_staff_list .detail dt{
  float: left;
}
#index_staff_list .detail dt::after{
  content: ":";
  margin-right: .25em;
  margin-left: .25em;
}
#index_staff_list .detail dd{
  overflow: hidden;
}
#index_staff_list .slick-prev,
#index_staff_list .slick-next{
  z-index: 100;
  background-color: #092e63 !important;
}
#index_staff_list .slick-prev{
  right: 0 !important;
}
#index_staff_list .slick-next{
  left: 0 !important;
}
.slick-dots{
  margin-top: 10px !important;
}
#top_slider_wrapper .slick-dots li button{
  background: #ccc;
}
#top_slider_wrapper .slick-dots li.slick-active button{
  background: #0099ea;
}
.index_staff_head{
  margin-bottom: 20px;
}
#index_staff_list a.link{
  padding: 5px;
  height: 270px;
}
#index_staff_list .image{
  margin: 0 !important;
}
#index_staff_list .image img{
  width: 100%;
  height: auto;
}
#index_staff_list .title{
  margin: 10px 5px !important;
  font-weight: bold !important;
  font-size: 13px !important;
}
#index_staff_list .detail{
  padding: 0 5px !important;
  font-size: 12px;
}
#index_staff_list .detail dt,
#index_staff_list .detail dd{
  line-height: 1.2;
}
#index_staff_list .detail dt{
  float: none;
  margin: 0 !important;
}
#index_staff_list .detail dd{
  margin-bottom: 5px !important;
}


#index_news{
  background: #eee;
  width: auto !important;
}
#index_news .headline{
  text-align: center;
}
#index_news li{
  float: none !important;
  margin: 0 0 2px 0 !important;
  background: #fff;
  width: auto !important;
}
#index_news li:last-child{
  margin-bottom: 0;
}
.entry-date{
  color: #002764;
}
#index_news{
  margin: 0 !important;
  padding: 0 !important;
}
#index_news > .container{
  padding: 20px 15px;
}
#index_news ol{
  margin-bottom: 20px !important;
}
#index_news li{
  padding: 10px;
}

.btn-more{
  margin-bottom: 0;
  text-align: center;
}
.btn-more a{
  display: inline-block;
  background: #b10d42;
  padding: 15px 20px;
  width: 250px;
  color: #fff;
}
.btn-more a:hover{
  opacity: .7;
  text-decoration: none !important;
  color: #fff !important;
}
.btn-more{
  margin-top: 20px;
}

.btn-back{
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.btn-back a{
  display: inline-block;
  border: 1px solid #092E63;
  background: #fff;
  padding: 15px 20px;
  width: 250px;
  color: #092E63;
}
.btn-back a:hover{
  opacity: .7;
  text-decoration: none !important;
  color: #092E63 !important;
}




/* Leaf */
.page-header .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title{
  text-align: center;
}
.search-results .page-title{
  display: none;
}
#bread_crumb{
  padding-top: 1em !important;
  padding-bottom: 0 !important;
}
.search-results #bread_crumb{
  margin-bottom: 20px;
}
.page-container{
  padding-right: 15px;
  padding-left: 15px;
}
.page-header .image{
  height: 200px;
}
.page-title{
  margin-top: 30px;
  margin-bottom: 30px;
}



/* News */
#index_news.news-archive{
  background-color: transparent;
}
#index_news.news-archive ol{
  margin: 0 !important;
}
#index_news.news-archive li{
  border: 1px solid #ddd;
}



/* Company */
#company_slider { width:100%; height:auto; margin:0; position:relative; background:#fff; position:relative; }
#company_slider li { position:relative; width:100%; height:auto; }
#company_slider img { width:100%; height:auto; display:block; }
#company_slider .slick-dots{top: -35px !important;margin-bottom: -35px !important;}
#company_slider .slick-dots li button{background-color: #ccc;}
#company_slider .slick-dots li.slick-active button{background-color: #0099EA;}

.company-lead{
  margin-bottom: 30px;
}
.company-lead .text01{
  margin-bottom: 1em;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: .1em;
}

.company-outline .col02 iframe{
  width: 100%;
  height: 300px;
}




/* Equipment */
.inline-menu{
  text-align: center;
}
.inline-menu li a{
  display: block;
}
.inline-menu{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.inline-menu li{
  margin-bottom: 10px;
  width: 49%;
}
.inline-menu li:nth-child(odd){
  margin-right: 2%;
}
.inline-menu li a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 10px;
  height: 100%;
}

.detail-list dt,
.detail-list dd{
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.5;
}
.detail-list dt:last-of-type,
.detail-list dd:last-of-type{
  margin-bottom: 0;
}
.detail-list dt{
  float: left;
  color: #092e63;
  text-align: right;
}
.detail-list dd{
  overflow: hidden;
  border-left: 1px solid #ccc;
}
.detail-list dd .nav-arw{
  display: block;
  margin-bottom: .25em;
  line-height: 1.3;
}
.detail-list dt,
.detail-list dd{
  margin-bottom: 10px;
  font-size: 13px;
}
.detail-list dt{
  padding-right: 10px;
  width: 65px;
}
.detail-list dd{
  padding-left: 10px;
}

.equipment-item{
  /*margin-top: -100px;*/
  margin-bottom: 15px;
  /*padding-top: 100px;*/
  font-size: 14px;
}
.equipment-item > .inner{
  border: 2px solid #ededf4;
  padding: 2px;
}
.equipment-item .image img{
  width: 100%;
  height: auto;
}
.equipment-item .body{
  padding: 15px;
}
.equipment-item .body .title{
  line-height: 1.4;
  font-weight: bold;
}
.equipment-item .body .content{
  line-height: 1.5;
}
.equipment-item .body .detail{
  border-top: 1px dotted #999;
  line-height: 1.5;
}
.equipment-item .body .detail-list dt{
  width: 120px;
}
.equipment-item .body .title{
  margin-bottom: 10px;
  font-size: 16px;
}
.equipment-item .body .detail{
  margin-top: 15px;
  padding-top: 10px;
}



/* Portfolio */
.portfolio-item{
  border: 2px solid #ededf4;
  padding: 2px;
}
.portfolio-item .image img{
  width: 100%;
  height: auto;
}
.portfolio-item .detail dd .nav-arw{
  display: block;
  margin-bottom: .25em;
  line-height: 1.3;
}
.portfolio-item{
  margin-bottom: 15px;
}
.portfolio-item .body{
  padding: 15px;
}
.portfolio-item .title{
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}



/* Archives */



/* Contact */
.contact-lead .title{
  text-align: center;
  line-height: 1.3;
  font-weight: normal;
}
.contact-lead .numbers .col{
  position: relative;
  border: 1px solid #092e63;
}
.contact-lead .numbers .col h3{
  position: absolute;
  width: 100%;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
}
.contact-lead .numbers .col .image{
  margin: 0;
  text-align: center;
}
.contact-lead{
  margin-bottom: 30px;
}
.contact-lead .title{
  margin-bottom: 30px;
  font-size: inherit;
}
.contact-lead .numbers .col{
  margin-bottom: 20px;
}
.contact-lead .numbers .col h3{
  top: -22px;
  font-size: 16px;
}
.contact-lead .numbers .col h3 span{
  display: inline-block;
  background: #fff;
  padding-right: .5em;
  padding-left: .5em;
}
.contact-lead .numbers .col .image{
  padding: 20px 20px 7px 20px;
}

.contact-form{
  border: 1px solid #ededf4;
}
.contact-form .title{
  background: #ededf4;
  text-align: center;
  font-weight: normal;
  letter-spacing: .1em;
}
.wpcf7,
.table-form{
  border: none !important;
  background: #fff !important;
}
.table-form th,
.table-form td{
  border: none;
}
.table-form th{
  background: #fff;
}
.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea{
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(219,219,255,.4) inset;
}
.table-form input[type="text"],
.table-form input[type="email"]{
  height: 42px;
}
.table-form textarea{
  height: 150px;
}
.wpcf7-radio .wpcf7-list-item{
  display: block;
  width: 100%;
}
.table-form .required{
  display: inline-block;
  margin-right: 5px;
  background: #b10d42;
  padding: 3px 5px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  font-size: 10px;
}
.wpcf7 input.wpcf7-submit{
  background-color: #b10d42 !important;
}
.wpcf7 input.wpcf7-submit:hover{
  background-color: #b10d42 !important;
  opacity: .7;
}
.contact-form .title{
  padding: 14px;
  font-size: 20px;
}
div.wpcf7{
  margin: 0 !important;
}
.wpcf7-form{
  margin: 0 !important;
  padding: 15px;
}
.table-form{
  margin: 0 !important;
}
.table-form th,
.table-form td{
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.table-form th{
  text-align: left;
}
.table-form textarea{
  height: 150px !important;
}
.submit{
  margin: 0 !important;
}
.wpcf7 input.wpcf7-submit{
  margin-top: 20px !important;
}



.term-title{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: normal !important;
  font-size: 18px;
}



/* Translation */
#glt-translate-trigger{
  bottom: 50px !important;
  left: 0 !important;
}
html[lang="en"] #header{
  margin-top: 40px !important;
}
#footer_menu_button li{
  padding: 0 !important;
}
html[lang="en"] .section-strength .title font:empty,
html[lang="en"] .section-strength .title br,
html[lang="en"] .section-strength .text br{
  display: none;
}

/* reCAPTCHA */
.grecaptcha-badge{
  bottom: 55px !important;
  z-index: 100;
}

/* Luminous */
.lum-lightbox{
  z-index: 20;
}



/* Cookie Notice for GDPR & CCPA */
#cookie-notice{
  z-index: 200003;
  background-color: rgba(0,0,0,.9) !important;
}
#cookie-notice .cn-button:not(.cn-button-custom){
  border-radius: 0;
}
#cn-accept-cookie{
  background-color: #094fb3 !important;
}
#cn-more-info{
  background-color: #b10d42 !important;
}
