/*
 *
 * Micro Clear Fix
 *
 */
/* For modern browser */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


a:active,
a:hover{
  text-decoration: none;
}

a img:active,
a img:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/*
 *
 * Common Settings
 *
 */
html, body{
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #262727;
}
html{
  background-color: #262727;
}
body{
  background-color: #fff;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline:none;
}
img {
  vertical-align: bottom;
  /*
  max-width: 100%;
  height: auto;
  */
}
.row{
  font-size: 16px;
  line-height:1.8;
}

.news-single-wrap iframe{
  width:100%;
  min-height:480px;
}

/*
 *
 * Bootstrap Config
 *
 */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}
.navbar-collapse{
  padding-right: 0;
  padding-left: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
  margin-right: 0px;
  margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-right: 0px;
  padding-left: 0px;
}

/* page-header */
.page-header{
  padding: 0px;
  margin: 0;
  border: none;
  background: #bf1b61;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom:40px;
}
.page-header h1{
  font-size:28px;
  text-align: center;
  color: #fff;
  margin-bottom:20px;
}
.page-header h2{
  font-size:16px;
  font-weight:normal;
  text-align: center;
  color: #fff;
  margin-bottom:0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: transparent;
}

/* navbar */
.nav>li>a{
  padding-top:0;
  padding-bottom:0;
}
.navbar-nav>li>a{
  padding-top:0;
  padding-bottom:0;
  padding-left:20px;
  padding-right:20px;
  line-height:60px;
}
@media (min-width: 768px){
  .navbar-nav>li>a{
  padding-top:0;
  padding-bottom:0;
  }
}
.navbar{
  min-height: 60px;
  line-height:60px;
  margin-bottom:0px;
}
.navbar-nav{
  margin: 0;
}
.navbar-default {
  background-color: #262727;
  border: none;
  border-radius: 0;
}
.navbar li.current-menu-item a{
  background-color: #bf1b61;
}

/* title */
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background:#323333;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #bf1b61;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: #323333;
}

/*
.navbar-default .navbar-nav .current-menu-parent a,
.navbar-default .navbar-nav .current-menu-parent a:hover,
.navbar-default .navbar-nav .current-menu-parent a:focus{
  background: #bf1b61;
}
*/
.navbar-default .navbar-nav .current-menu-parent a{
  background: #bf1b61;
}


/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
  /*
  border-top-color: #777;
  border-bottom-color: #777;
  */
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  /*
  border-top-color: #333;
  border-bottom-color: #333;
  */
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
  /*
  border-top-color: #444;
  border-bottom-color: #444;
  */
}

/* onmouse dropdown menu */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}

.dropdown-menu li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  white-space: nowrap;
  background: #323333 !important;
}
.dropdown-menu li a:focus,
.dropdown-menu li a:hover{
  background:#444 !important;
  color:#fff;
}
.dropdown-menu .active a,
.dropdown-menu .active a:focus,
.dropdown-menu .active a:hover{
  background: #323333 !important;
  color:#bf1b61 !important;
  
}

/* mobile version */
.navbar-default .navbar-toggle {
  border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
  }
}

/* mobile gnav */
.navbar-header{
  
}


/* search btn */
.search-btn-wrap{
  display: inline;
  float: right;
}
.search-btn{
  display: block;
  font-size: 16px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  color: #fff;
}
.search-btn:hover{
  background:#323333;
}
@media (max-width: 767px) {
  .search-btn-wrap{
    display: none !important;
  }
}

@media (max-width: 800px) {
  .navbar-collapse.collapse{
    font-size:13px;
  }
}

.navbar-default .navbar-toggle{
  border: none !important;
  color: #fff !important;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background:#323333 !important;
}

.navbar-toggle{
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:0px;
    padding: 0px;
    width: 60px;
}
.navbar-toggle .icon-bar{
  margin-left:auto;
  margin-right:auto;
}
.navbar-collapse{
  box-shadow: none;
}

.search-dropdown{
  border: none !important;
  line-height: 1 !important;
  box-shadow: none !important;
  width: 280px !important;
  margin-left: -224px !important;
  padding: 10px !important;
  background: #262727 !important;
  margin-top: 0px !important;
  border-radius: 0 !important;
}

/* logo */
.logo{
  color: #262727;
  width: 528px;
  display: block;
}
.logo:link,
.logo:visited {
  color: #262727;
}
.logo:hover,
.logo:active {
  color: #323333;
}


.logo img{
  float: left;
  margin-right:10px;
}
.logo span{
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 34px;
}

/* header */
.header{
  /* line-height: 100px; */
  padding-top: 20px;
  margin-bottom: 30px;
}
.header .row{
  line-height:1 !important;
}


/* primary navi */
.pnavi ul li a{
  padding:10px;
  font-weight: bold;
  font-size: 14px;
}
.pnavi ul li a:link span,
.pnavi ul li a:visited span {
  color: #262727;
}
.pnavi ul li a:hover span,
.pnavi ul li a:active span{
  color: #323333 !important;
}
.pnavi ul li a i{
  margin-right: 4px;
}
.pnavi ul{
  float:left;
  margin-top: 24px;
}
.pnavi .nav>li>a:focus,
.pnavi .nav>li>a:hover{
  background: none;
}
.pnavi .nav-pills>li+li{
  margin-left:20px;
}

.company-tel{
  float:right;
  margin-bottom:0;
  margin-top:20px;
  color: #bf1b61;
  font-size:28px;
  font-weight:bold;
}
.company-tel span{
  font-size:16px;
}

.mainvisual{
  margin-bottom:40px;
}
.feature-wrap{
  margin-bottom:40px;
}
.feature1 a,
.feature2 a,
.feature3 a{
  display: block;
  width: 386px;
  height:260px;
  position: relative;
}
.feature1 a{
  /*
  background: url('../images/trj_feature_001.jpg') no-repeat;
  */
}
.feature2 a{
  margin-left:auto;
  margin-right:auto;
  /*
  background: url('../images/trj_feature_002.jpg') no-repeat;
  */
}
.feature3 a{
  float:right;
  /*
  background: url('../images/trj_feature_003.jpg') no-repeat;
  */
}
.feature-inner{
  padding:40px;
}
.feature-title{
  font-size:28px;
  font-weight:bold;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  color: #262727 !important;
}
.feature-title span{
  font-size:14px;
  display: block;
  margin-top:4px;
  color: #bf1b61 !important;
}

.feature-wrap a:hover,
.feature-wrap a:active{
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.feature-link{
  text-align: center;
  margin: 0;
  display: block;
  background: #262727;
  line-height: 40px;
  color: #fff;
  width: 386px;
  bottom: 0;
  position: absolute;
  padding-left: 30px;
  font-size:14px;
}
.feature-link i{
  position: relative;
  float: right;
  line-height: 40px;
  padding-right: 20px;
}
.container.news,
.container.staffblog{
  margin-bottom:40px;
}

.topics-wrap{
  width: 285px;
  float: left;
  margin-right: 20px;
}
.topics-wrap.last{
  width: 285px;
  float: left;
  margin-right: 0px;
}
.topics-txt{
  font-size:18px;
  margin-bottom: 0px;
}

.topics-thumb{
  height:184px;
  overflow:hidden;
}
.topics-thumb img{
  min-height: 184px;
}

.footer-wrap{  
  background-color: #262727;
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
}
.footer-logo{
  float:left;
  width:204px;
  margin-right:20px;
}
.footer-txt{
  float:left;
  font-size: 14px;
}

.footer-navi{
  list-style-type: none;
  padding-left: 0;
  text-align:right;
  margin-bottom: 0px;
  font-size: 14px;
}
.footer-navi li{
  display:inline-block; 
  zoom:1;
}
.footer-navi li a{
  margin-left: 10px;
  color: #fff;
}
.footer-navi li a i{
  margin-right: 4px;
}

.footer-copyright{
  text-align:right;
}


.mv-slider,
.mv-slider li{
  padding: 0;
  margin: 0;
}
.mv-link-btn{
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  background: #bf1b61;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.mv-link-btn:link,
.mv-link-btn:visited{
  color: #fff;
  text-decoration: none;
}
.mv-link-btn:hover,
.mv-link-btn:active{
  color: #fff;
  text-decoration: none;
  background:#7d1340;
}


/* bx-slider */
.bx-controls{
  width: 320px;
  z-index: 9999;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 52px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 16px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bf1b61;
}

.company-table{
  width:100%;
  font-size:16px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:40px;
}
.company-table th,
.company-table td{
  vertical-align:top;
}
.company-table th{
  width: 194px;
  border-bottom: 1px solid #e6e6e6;
  color: #bf1b61;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.company-table td{
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 20px;
}
.company-table tr:nth-child(2n) {
 background: #fafafa;
}


.history-table{
  width:100%;
  font-size:16px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:40px;
}
.history-table th,
.history-table td{
  vertical-align:top;
}
.history-table th{
  width: 240px;
  border-bottom: 1px solid #e6e6e6;
  color: #bf1b61;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.history-table td{
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 20px;
}
.history-table tr:nth-child(2n) {
 background: #fafafa;
}



/* Contact Table */
.contact-input-mes {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  padding-left:10px;
  padding-right:10px;
}
.mw_wp_form_confirm .contact-input-mes {
  display: none;
}

.contact-confirm-mes {
  display: none;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.mw_wp_form_confirm .contact-confirm-mes {
  display: inherit;
}

.mw_wp_form .error {
  font-size: 12px;
  color: #bf1b61;
  display: inline-block;
  margin-left: 4px;
  border: 1px solid #bf1b61;
  border-radius: 2px;
  margin-right: 4px;
  background: #fff;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}


.contact-table {
  width:100%;
  font-size:16px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:20px;
}
.contact-table th,
.contact-table td{
  vertical-align:top;
}
.contact-table th.contact-item{
  width: 230px;
  border-bottom: 1px solid #e6e6e6;
  color: #bf1b61;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.contact-table th.contact-req{
  width: 132px;
  border-bottom: 1px solid #e6e6e6;
  color: #bf1b61;
  padding-top: 20px;
  padding-left: 80px;
  padding-bottom: 20px;
  text-align: right;
}
.contact-table td{
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 20px;
}

.contact-table .required{
  background: #bf1b61;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  text-align: center;
}
.contact-table tr:nth-child(2n) {
 background: #fafafa;
}

.contact-item {
}

.contact-inputs {
}



.contact-space {
}

.txt-l input{
  width: 420px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  margin-right: 20px;
  font-size: 16px;
}
.txt-l textarea{
  width: 100%;
  height: 240px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  font-size: 16px;
}

.txt-xs input{
  width: 80px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  font-size: 16px;
}

.txt-s input{
  width: 160px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  margin-right: 20px;
  font-size: 16px;
}

.txt-m input {
  width: 360px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  margin-right: 20px;
  font-size: 16px;
}

.txt-m textarea {
  width: 100%;
  height: 160px;
  padding-top: 2px;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  font-size: 16px;
}

.contact-submit{
    text-align: center;
    margin-bottom: 40px;
}
.contact-submit input:hover,
.contact-submit input:active{
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}


.contact-submit-back input {
  display: inline-block;
  font-size: 16px;
  color: #262727;
  background: #e6e6e6;
  padding-left: 40px;
  padding-top: 10px;
  padding-right: 40px;
  line-height: 28px;
  padding-bottom: 10px;
  vertical-align: top;
  border-radius: 4px;
  margin-right: 20px;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: bold;
}

.contact-submit-send input {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #bf1b61;
  padding-left: 40px;
  padding-top: 10px;
  padding-right: 40px;
  line-height: 28px;
  padding-bottom: 10px;
  vertical-align: top;
  border-radius: 4px;
  border-bottom: 2px solid #7d1340;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: bold;
}

.auto-addr-btn{
  display: inline-block;
  font-size: 12px;
  color: #262727;
  background: #e6e6e6;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 28px;
  vertical-align: top;
  border-radius: 4px;
  margin-left: 10px;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
}
.auto-addr-btn:hover,
.auto-addr-btn:active{
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #323333;
}
.mw_wp_form_confirm .auto-addr-btn{
  display: none;
}

.head-txt{
  text-align: center;
  margin-bottom: 40px;
  /* margin-top: 40px; */
}
.head-txt:after {
  position: relative;
  content: '';
  width: 100px;
  height: 4px;
  display: block;
  background: #bf1b61;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  margin-top: 20px;
}

.lnavi{
  margin-top:-40px;
  background: #bf1b61;
  text-align: center;
  margin-bottom: 40px;
}
.lnavi ul{
  text-align:center;
  margin-bottom:0px;
}
.lnavi ul li{
  display:inline;
}
.lnavi ul li a{
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.lnavi ul li a.active{
  color: #bf1b61;
  display: inline-block;
  line-height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background:#fff;
}

.dropdown-menu{
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding:0;
}

.content-wrap{
  padding: 40px;
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.header-block-wrap{
  /* background: #fafafa; */
  line-height: 184px;
  height: 184px;
  font-size: 24px;
  font-weight: bold;
  background: #f3e240;
}
.header-block-left{
  /* width: 184px; */
  height: 184px;
  float: left;
  background: #ccc;
}
.header-block-left img{
  height: 184px;
}
.header-block-right{
  float: left;
  margin-left: 40px;
}

.recruit-content{
  margin-top:40px;
}
.recruit-content h2{
  color: #bf1b61;
}

.recruit-table{
  width:100%;
  font-size:16px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:20px;
}
.recruit-table th,
.recruit-table td{
  vertical-align:top;
}
.recruit-table th{
  width: 200px;
  border-bottom: 2px solid #bf1b61;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.recruit-table td{
  border-bottom: 2px solid #e6e6e6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 40px;
}
/*
.recruit-table tr:nth-child(2n) {
 background: #fafafa;
}
*/
.common-btn{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #bf1b61;
  padding-left: 40px;
  padding-top: 10px;
  padding-right: 40px;
  line-height: 28px;
  padding-bottom: 10px;
  vertical-align: top;
  border-radius: 4px;
  border-bottom: 2px solid #7d1340;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: bold;
}
.common-btn:focus,
.common-btn:hover{
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.txt-center{
  text-align:center;
}


.contact-radio label{
  display: block;
  font-weight: normal;
}
.contact-radio label input{
  margin-right: 8px;
}

.contact-select select{
  margin-right:4px;
}

.contact-agree-txt{
  border: 1px dotted #e6e6e6;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  background: #fffce4;
  margin-bottom: 20px;
  font-size: 14px;
}

.head-404{
  font-size: 48px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ccc;
  font-weight: normal;
}
.read-404{
  padding:40px;
  text-align:center;
}
.search-head{
  margin-bottom:40px;
}
.search-head span{
  color: #bf1b61;
}
.search-notfound-txt{
  margin-bottom:40px;
}
.search-res-head{
  font-size:24px;
  font-weight:bold;
}
.search-res-content{
  font-size:16px;
  color:#969696;
}
.search-res-block{
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-res-block:nth-child(2n) {
 background: #fafafa;
}
.search-res-wrap{
  margin-bottom:40px;
}

.news-block-wrap{
  border-right: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.news-block{
  /*
  display: block;
  margin-bottom: 40px;
  padding-right: 20px;
  */
  display: block;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-right: 20px;
  word-wrap:break-word;
}
.news-thumb{
  float: left;
  width:184px;
  height:184px;
  display:block;
  background-position: 50% 50%;
  margin-right:20px;
}
.news-content-wrap h2{
  font-size: 24px;
  margin-bottom:10px;
}
.news-content{
  font-size: 16px;
  color: #969696;
  line-height:1.4;
}
.news-content-date{
  color: #262727 !important;
  font-size: 14px;
  font-weight: bold;
}
a:hover .news-thumb,
a:active .news-thumb,
a:hover .news-content,
a:active .news-content,
a:hover .news-content-date,
a:active .news-content-date{
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.news-side{
  padding-left: 20px;
  padding-right: 20px;
}
.news-side h2{
  font-size: 24px;
}
.news-side ul{
  margin-bottom:20px;
}
.news-side ul li{
  color: #969696;
  font-size: 16px;
  margin-bottom: 10px;
}

.feed-btn a{
  display: block;
  font-size: 16px;
  color: #262727;
  background: #e6e6e6;
  line-height: 48px;
  vertical-align: middle;
  border-radius: 4px;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
  text-align:center;
  margin-bottom: 40px;
}
.feed-btn a:hover,
.feed-btn a:active{
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.news-social-wrap{
  margin-top: 18px;
}
.social-btn-tw{
  float:left;
  margin-right: 10px;
  line-height: 24px;
  margin-bottom: 0;
}
.social-btn-fb{
  float:left;
  line-height: 24px;
  margin-bottom: 0;
}

.social-btn-tw a{
  padding-left: 14px;
  padding-right: 14px;
  font-size:12px;
  border-radius: 4px;
  display:block;
  background:#00aced;
  color: #fff;
  /*
  border:1px solid #00aced;
  color: #00aced;
  */
}
.social-btn-fb a{
  padding-left: 14px;
  padding-right: 14px;
  font-size:12px;
  border-radius: 4px;
  display:block;
  background:#305097;
  color: #fff;
  /*
  border:1px solid #305097;
  color: #305097;
  */
}
.social-btn-tw a:hover,
.social-btn-tw a:active,
.social-btn-fb a:hover,
.social-btn-fb a:active{
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}


.news-single-wrap{
  padding-right:20px;
  padding-left:20px;
  word-wrap:break-word;
}
.news-single-date{
  font-weight:bold;
}
.news-single-title-wrap{
  border-bottom:1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-single-title{
  /* padding-bottom: 20px; */
}

.greeting-wrap{
  margin-bottom: 40px;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
  padding: 40px;
}
.greeting-txt{
}
.greeting-txt-profile{
  margin-top: 40px;
  font-size:18px;
}
.greeting-pic{
  float: left;
  margin-right:40px;
}
.mission-head{
  text-align:center;
}


.mission-list{
  list-style-type: none;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  padding-left: 80px;
  padding-right: 80px;
}
.mission-list li{
  /*
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #bf1b61;
  */
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
  /* border-bottom: 1px dotted #bf1b61; */
  padding-bottom: 10px;
  border-bottom: 1px dotted #e6e6e6;
  /* color: #bf1b61; */
  /* font-weight: bold; */
}

.goal-wrap{
  margin-bottom: 40px;
}
.goal1-wrap{
   border: 1px solid #e6e6e6;
  padding: 40px;
  text-align: center;
}
.goal1-head{
  font-size: 24px;
  font-weight: bold;
  color: #bf1b61;
}

.goal2-content{
  /*
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  */
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: #fafafa;
  border: 1px dotted #e6e6e6;
  padding: 20px;
}

.goal2-content-block-left{
  float: left;
}
.goal2-content-block-right{
  float: right;
}

.goal2-content-block-left p,
.goal2-content-block-right p{
  /*
  background-color: #bf1b61;
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  */
  /* font-weight: bold; */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #bf1b61;
}

.goal2-wrap{
  /*
   border: 1px solid #e6e6e6;
  padding: 40px;
  */
}


.mobile-nav-current{
  display: none;
  color: #fff;
  float: left;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
}


.business-head-big{
  color: #bf1b61;
  text-align:center;
  margin-bottom:20px;
  font-size:38px;
}
.business-head-big span{
  font-size: 48px;
}
.business-head-big br{
  display: none;
}

.business-head{
  color: #bf1b61;
  text-align:center;
  margin-bottom:40px;
}
.business-feature{
  border: 4px double #e6e6e6;
  padding: 20px;
  font-size: 18px;
  margin-bottom:40px;
}
.business-table{
  width:100%;
}
.business-table td{
  vertical-align:top;
  padding-right: 40px;
  padding-bottom: 20px;
}
.business-table td.last{
  padding-right:0px !important;
}
.business-table td .feature-head{
  text-align:center;
  font-weight: bold;
  font-size: 20px;
}
.business-fac{
  float:left;
  margin-right:40px;
  margin-bottom:40px;
}
.business-fac-head{
  font-size:20px;
  font-weight:bold;
}

#canvas-business1{
  /*
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
  */
}
#canvas-business1-mobile{
  margin-bottom: 40px;
}

.topics-blank{
  height: 184px;
  border: 4px dotted #e6e6e6;
  min-height: 238px;
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 767px) {
  .mobile-nav-current{
    display: block;
  }
}

@media only screen and (min-width : 0px) and (max-width : 320px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .row {
    font-size: 14px;
    line-height: 1.6;
  }
  h2{
    font-size:24px;
    padding-left: 10px;
  }
  .header {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .logo{
    width:auto;
  }
  .logo img{
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .logo span{
    float: none;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
  .pnavi ul{
    display: none;
  }
  .company-tel{
    float:none;
    margin-bottom: 0;
    margin-top: 20px;
    color: #bf1b61;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .company-tel span {
    font-size: 14px;
  }
  .navbar-toggle {
    height: 40px;
    width: 40px;
  }
  .navbar {
    min-height: 40px;
    line-height: 40px;
  }
  
  .mainvisual{
    margin-bottom: 10px;
  }
  
  .mv-link-btn{
    display: none;
  }
  .bx-wrapper{
    margin-bottom:30px;
  }
  .bx-controls{
    bottom: -28px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    background: #e6e6e6;
  }
  
  .feature1 a, .feature2 a, .feature3 a {
    display: block;
    width: 300px;
    height: 202px;
    position: relative;
    background-size: contain !important;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right:auto;
  }
  .feature3 a{
    float: none;
  }
  .feature-inner {
    padding: 30px;
  }
  .feature-title{
    font-size: 24px;
  }
  .feature-title span{
    font-size:12px;
  }
  .feature-link{
    width: 300px;
    font-size: 12px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 32px;
  }
  .feature-link i{
    line-height: 32px;
  }
  .feature-wrap{
    margin-bottom:10px;
  }
  .topics-wrap {
    width: 300px;
    float: none;
    margin-left: 10px;
    margin-right:0px;
  }
  .topics-wrap.last {
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .topics-thumb {
    height: 202px;
    overflow: hidden;
    margin-bottom:4px;
  }
  .topics-thumb img{
    width: 300px;
    min-height:202px;
  }
  .topics-date{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .topics-txt{
    font-size:16px;
    margin-bottom: 10px;
  }
  .footer-logo{
    float: none;
    width: 204px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-txt {
    float: none;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-navi {
    text-align: center;
    font-size: 12px;
  }
  .footer-copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
  .container.news, .container.staffblog{
    margin-bottom:10px;
  }
  
  .page-header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:20px;
    
  }
  .page-header h1{
    font-size: 24px;
    margin-bottom: 10px;
    padding-left:10px;
    padding-right:10px;
  }
  .page-header h2{
    font-size:14px;
  }
  .head-txt{
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .head-txt:after{
    margin-top: 10px;
  }
  .greeting-wrap{
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 20px;
  }
  .greeting-pic{
    float: none;
    margin-right: 0px;
    margin-bottom:10px;
  }
  .greeting-pic img{
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .greeting-txt-profile {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
  .lnavi{
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .lnavi ul{
    padding-left: 0px;
  }
  .lnavi ul li a{
    width:100%;
    line-height: 38px;
    font-size: 12px;
  }
  .lnavi ul li a.active{
    line-height: 38px;
  }
  
  .company-table{
    margin-bottom:0px;
    border-top: 1px solid #e6e6e6;
  }
  .company-table iframe{
    margin-top: 10px;
    height:240px;
  }
  .company-table th{
    display:block;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:0px;
    padding-left:0px;
    width:100%;
    font-size:16px;
    background: #fafafa;
  }
  .company-table td {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display:block;
    width:100%;
  }
  .company-table tr:nth-child(2n){
    background: none;
  }

  .mission-head {
    text-align: left;
    font-size: 18px;
    padding-left: 2em;
    padding-right: 10px;
    text-indent: -1em;
    margin-bottom: 10px;
  }
  .mission-list {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .goal1-wrap {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .goal1-head{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .goal-wrap{
    margin-bottom: 20px;
  }
  .goal2-content{
    width:100%;
    padding:10px;
    margin-bottom:20px;
  }
  .goal2-content-block-left{
    float:none;
  }
  .goal2-content-block-right{
    float:none;
  }
  .goal2-content-block-left p,
  .goal2-content-block-right p{
    margin-bottom:0px;
  }

  .history-table{
    margin-bottom:0px;
    border-top: 1px solid #e6e6e6;
  }
  .history-table th{
    display:block;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:0px;
    padding-left:0px;
    width:100%;
    font-size:16px;
    background: #fafafa;
  }
  .history-table td {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display:block;
    width:100%;
  }
  .history-table tr:nth-child(2n){
    background: none;
  }
  
  .business-head{
    margin-bottom:20px;
  }
  .business-feature{
    font-size: 14px;
   padding: 10px;
  }
  .business-feature ul{
    padding-left: 20px;
    margin-bottom:0px;
  }
  .business-table td{
    display: block;
    padding-right: 0px;
    padding-bottom: 10px;
  }
   .business-table .bf-txt{
     padding-left:10px;
     padding-right:10px;
   }
   
   .business-fac{
     float: none;
     margin-right:0px;
     margin-bottom:10px;
   }
   .business-fac-head{
     text-align:center;
   }
   .business-fac-txt-wrap{
     padding-left:10px;
     padding-right:10px;
   }
   .content-wrap{
      padding:10px;
    }
   .header-block-left{
      float: none;
      height: auto;
    }
  .header-block-left img {
    height: auto;
  }
  .header-block-right{
    float: none;
    margin-left: 0px;
    padding: 10px;
    text-align: center;
  }
  .header-block-wrap {
    line-height: 1.4;
    height: auto;
    font-size: 20px;
  }
  .contact-input-mes {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .recruit-content{
    margin-top: 10px;
  }
  .recruit-content img{
    float: none !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
  }
  .recruit-content h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .recruit-table{
    font-size:14px;
    margin-top:0px;
  }
  .recruit-table th{
    width:auto;
    display:block;
    padding: 10px;
  }
  .recruit-table td{
    width:auto;
    display:block;
    padding: 10px;
    padding-bottom:20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .contact-table th.contact-req{
    display: block;
    padding: 0px;
    width: auto;
    border-bottom: none;
    float: left;
  }
  .contact-table .required{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-table th.contact-item{
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: none;
  }
  .contact-table td{
    width: 100%;
    display: block;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .txt-s input{
    width: 84px;
    margin-right: 10px;
  }
  .txt-l input{
    width: 280px;
    margin-right:0px;
  }
  .txt-xs input{
    width: 64px;
    margin-right:0px;
  }
  .txt-m input{
    width: 144px;
    margin-right:0px;
  }
  .topics-blank{
    display: none;
  }
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
  .business-head-big{
    font-size:24px;
  }
  .business-head-big span{
    font-size:38px;
  }
}

@media only screen and (min-width : 0px) and (max-width : 540px) {
  .news-block{
    margin-right:0px;
    padding-left:20px;
  }
  .news-thumb {
    float: none;
    width: auto;
    height: 184px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width : 0px) and (max-width : 900px) {
  .news-single-wrap img{
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width : 321px) and (max-width : 479px) {
  .nav-pills{
    display: none;
  }
  .company-tel{
    font-size: 22px;
    text-align: center;
    float: none;
  }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .feature-wrap .row{
    width:100%;
  }
  .feature1{
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      margin-bottom: 10px;
  }
  .feature2{
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      margin-bottom: 10px;
  }
  .feature3{
      margin-left: auto;
      margin-right: auto;
      width: 80%;
  }
  .feature1 a, .feature2 a, .feature3 a{
    width: 100%;
    height: 200px;
  }
  .feature-link{
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .feature-title{
    font-size:22px;
  }
  .feature-title span{
    font-size:11px;
  }
  .feature-inner{
    padding: 24px;
  }
  .contact-input-mes{
    margin-bottom:20px;
    font-size:14px;
  }
  .contact-table th.contact-req{
    display: block;
    padding: 0px;
    width: auto;
    border-bottom: none;
    float: left;
  }
  .contact-table .required{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-table th.contact-item{
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: none;
  }
  .contact-table td{
    width: 100%;
    display: block;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .txt-s input{
    width: 30%;
    margin-right: 10px;
    font-size: 14px;
  }
  .txt-l input{
    width: 100%;
    margin-right:0px;
    font-size: 14px;
  }
  .txt-xs input{
    width: 28%;
    margin-right:0px;
    font-size: 14px;
  }
  .txt-m input{
    width: 48%;
    margin-right:0px;
    font-size: 14px;
  }
  .txt-l textarea{
    font-size: 14px;
    height: 180px;
  }
  .auto-addr-btn{
    padding-left: 2%;
    padding-right: 2%;
  }
  
   .content-wrap{
      padding:10px;
    }
   .header-block-left{
      float: none;
      height: auto;
    }
   .header-block-left img {
    height: auto;
      width: 100%;
  }
    .header-block-right{
      float: none;
      margin-left: 0px;
      padding: 10px;
      text-align: center;
    }
  .header-block-wrap {
    line-height: 1.4;
    height: auto;
    font-size: 20px;
  }
  .recruit-content{
      margin-top: 10px;
  }
  .recruit-content img{
    float: none !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    height: auto;
  }
  .recruit-content h3{
      font-size: 20px;
      margin-bottom: 10px;
  }
  .recruit-table{
    font-size:14px;
    margin-top:0px;
  }
  .recruit-table th{
    width:auto;
    display:block;
    padding: 10px;
  }
  .recruit-table td{
    width:auto;
    display:block;
    padding: 10px;
    padding-bottom:20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .company-table{
    margin-bottom:0px;
    border-top: 1px solid #e6e6e6;
  }
  .company-table iframe{
    margin-top: 10px;
    height:240px;
  }
  .company-table th{
    display:block;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:0px;
    padding-left:0px;
    width:100%;
    font-size:16px;
    background: #fafafa;
  }
  .company-table td {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display:block;
    width:100%;
  }
  .company-table tr:nth-child(2n){
    background: none;
  }
  
  .history-table{
    margin-bottom:0px;
    border-top: 1px solid #e6e6e6;
  }
  .history-table th{
    display:block;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:0px;
    padding-left:0px;
    width:100%;
    font-size:16px;
    background: #fafafa;
  }
  .history-table td {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display:block;
    width:100%;
  }
  .history-table tr:nth-child(2n){
    background: none;
  }
}

@media only screen and (min-width : 321px) and (max-width : 520px) {
  .business-feature{
    font-size:16px;
  }
  .business-table{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .business-table td{
    display:block;
    padding-left:10px;
    padding-right:10px;
  }
  .business-table td.last{
    padding-right:10px !important;
  }
  .business-table img{
    width: 100%;
    max-width:374px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .business-fac{
    float: none;
    margin-right: auto;
    margin-left:auto;
    display: block;
    width:100%;
    max-width:840px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:20px;
  }
  .business-fac-head{
    padding-left:10px;
    padding-right:10px;
  }
  .business-fac-txt-wrap{
    padding-left:10px;
    padding-right:10px;
  }
}

@media only screen and (min-width : 321px) and (max-width : 540px) {
  .logo{
    margin-left: auto;
    margin-right: auto;
    width: 284px;
    text-align: center;
  }
  .logo img{
    float: none;
    margin-right:0px;
  }
  .logo span{
    float: none;
    margin-top: 10px;
    display: block;
  }
}

@media only screen and (min-width : 321px) and (max-width : 640px) {
  .topics-wrap {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    margin-bottom: 20px;
  }
  .topics-wrap.last {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 20px;
  }
  .topics-date{
    font-size:14px;
    margin-bottom:4px;
  }
  .topics-txt {
    font-size: 14px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    width: 94%;
    white-space: nowrap;
    overflow: hidden;
    color: #bf1b61;
  }
  .topics-thumb img{
    width:100%;
  }
  .greeting-wrap{
    width:100%;
    padding: 20px;
  }
  .greeting-txt-profile{
    margin-top:20px;
    font-size:14px;
  }
  .greeting-pic{
    margin-right:auto;
    margin-left:auto;
    width: 240px;
    float: none;
    displya:block;
    margin-bottom:20px;
  }
  .greeting-txt{
      font-size: 16px;
  }
  .greeting-txt-profile{
    margin-top:20px;
    font-size:16px;
  }
}

@media only screen and (min-width : 321px) and (max-width :767px) {
  .bx-controls{
    bottom: -28px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    background: #e6e6e6;
  }
  .mv-link-btn{
    display: none;
  }
}

@media only screen and (min-width : 321px) and (max-width : 768px) {
  .page-header{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .page-header h1{
    font-size:24px;
    margin-bottom: 14px;
  }
  .page-header h2{
    font-size:14px;
  }
  .lnavi ul li{
    font-size:12px;
  }
  .lnavi ul li a{
    line-height: 48px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .lnavi ul li a.active{
    line-height: 48px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .head-txt{
    font-size:24px;
  }
  .head-txt:after{
    margin-top:14px;
  }
}

@media only screen and (min-width : 321px) and (max-width : 1199px) {
  .header{
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-navi{
    text-align:center;
    margin-top: 10px;
  }
  .footer-copyright{
    text-align:center;
    margin-top: 20px;
  }
  .footer-txt {
    float: none;
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-logo {
    float: none;
    width: 204px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width : 480px) and (max-width : 840px) {
  .navbar-nav{
    font-size: 12px;
  }
  .search-btn{
    font-size:14px;
  }
}

@media only screen and (min-width : 480px) and (max-width : 959px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .pnavi{
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul li a {
    padding-left: 0px;
  }
  .company-tel {
    font-size: 22px;
  }
  .company-tel span {
    font-size: 14px;
  }
  .pnavi ul {
    margin-top: 16px;
  }
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
  .company-table{
    width:100%;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:40px;
  }
  .company-table th,
  .company-table td{
    vertical-align:top;
  }
  .company-table th{
    width: 28%;
    border-bottom: 1px solid #e6e6e6;
    color: #bf1b61;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .company-table td{
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .company-table iframe{
    margin-top: 10px;
    height: 280px;
  }
  
  
  .history-table{
    width:100%;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:40px;
  }
  .history-table th,
  .history-table td{
    vertical-align:top;
  }
  .history-table th{
    width: 28%;
    border-bottom: 1px solid #e6e6e6;
    color: #bf1b61;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .history-table td{
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
  .header-block-wrap{
    font-size: 20px;
    line-height: 1;
    height: auto;
    padding: 40px;
  }
  .header-block-left{
    display: none;
  }
  .header-block-right{
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .recruit-content h2{
    font-size:20px;
  }
  .recruit-content h3{
    font-size:20px;
  }
  .recruit-content img{
    width:380px;
    float: none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    display: block;
    margin-bottom: 20px !important;
  }
  .feature-wrap .row{
    width:100%;
  }
  .feature1{
      float: left;
      margin-left: 0px;
      width: 32.5%;
      margin-right: 1%;
  }
  .feature2{
      float: left;
      width: 32.9%;
      margin-right: 1%;
  }
  .feature3{
      float: left;
      width: 32.5%;
  }
  .feature1 a, .feature2 a, .feature3 a{
    width: 100%;
    height: 200px;
  }
  .feature-link{
    display: none;
  }
  .feature-title{
    font-size:22px;
  }
  .feature-title span{
    font-size:11px;
  }
  .feature-inner{
    padding: 24px;
  }
  .contact-input-mes{
    margin-bottom:20px;
    font-size:14px;
  }
  .contact-table{
    font-size:14px;
  }
  .contact-table th.contact-item{
    width: 16%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact-table .required{
    margin-right: 2%;
  }
  .contact-table th.contact-req{
    width: 12%;
    padding-left: 2%;
  }
  .contact-table td{
    padding-left: 0;
    padding-right: 0;
  }
  .contact-inputs{
    width: 60%;
  }
  .txt-s input{
    width:32%;
    font-size:14px;
      margin-right: 2%;
  }
  .txt-m input{
    width: 50%;
    font-size:14px;
    margin-right: 0;
  }
  .txt-l input{
    width: 90%;
    font-size:14px;
    margin-right: 0;
  }
  .txt-xs input{
    width:18%;
    font-size:14px;
  }
  .txt-l textarea{
    height: 180px;
    font-size:14px;
  }
}

@media only screen and (min-width : 521px) and (max-width : 767px) {
  .business-feature{
    font-size:16px;
  }
  .business-table{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .business-table td{
    padding-left:10px;
    padding-right:10px;
    width:33.33%;
  }
  .business-table td .feature-head{
    font-size: 16px;
  }
  .business-table td img{
    width: 100%;
  }
  .business-table td.last{
    padding-right:10px !important;
  }
  .bf-txt{
    font-size:14px;
  }
  .business-fac{
    float: none;
    margin-right: auto;
    margin-left:auto;
    display: block;
    width:100%;
    max-width:840px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:20px;
  }
  .business-fac-head{
    padding-left:10px;
    padding-right:10px;
  }
  .business-fac-txt-wrap{
    padding-left:10px;
    padding-right:10px;
  }
}

@media only screen and (min-width : 641px) and (max-width : 767px) {
  .greeting-wrap{
    width:100%;
    padding: 20px;
  }
  .greeting-txt-profile{
    margin-top:20px;
    font-size:14px;
  }
  .greeting-pic{
    margin-right:20px;
  }
  .greeting-pic img{
    width: 200px;
  }
  .greeting-txt{
    font-size:14px;
  }
}

@media only screen and (min-width : 641px) and (max-width : 1199px) {
  .topics-wrap{
    width:24.25%;
    margin-right: 1%;
  }
  .topics-wrap.last{
    width:24.25%;
  }
  .topics-date{
    font-size:14px;
    margin-bottom: 4px;
  }
  .topics-txt{
    font-size:16px;
  }
  .topics-thumb img{
    width: 100%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 860px) {
  .contact-table th.contact-item{
    width: 180px;
    padding-left: 40px;
  }
  .txt-s input{
    width:140px;
  }
  .contact-table .required{
    margin-right: 20px;
  }
  .contact-table th.contact-req{
    width: 132px;
    padding-left: 40px;
  }
  .contact-table td{
      padding-right: 40px;
  }
  .txt-s input{
    width:140px;
  }
  .txt-m input{
    width: 220px;
  }
}

@media only screen and (min-width : 768px) and (max-width : 959px) {
  .feature-wrap .row{
    width:100%;
  }
  .feature1{
      float: left;
      margin-left: 0px;
      width: 32.5%;
      margin-right: 1%;
  }
  .feature2{
      float: left;
      width: 32.9%;
      margin-right: 1%;
  }
  .feature3{
      float: left;
      width: 32.5%;
  }
  .feature1 a, .feature2 a, .feature3 a{
    width: 100%;
  }
  .feature-link{
    width:100%;
    padding-left:0;
    font-size:12px;
  }
  .feature-title{
    font-size:22px;
  }
  .feature-title span{
    font-size:11px;
  }
}

@media only screen and (min-width : 768px) and (max-width : 960px) {
  .header-block-wrap{
    font-size:20px;
  }
  .header-block-left{
    overflow: hidden;
    width:184px;
  }
  .header-block-right{
    margin-left: 20px;
  }
  .recruit-content h2{
    font-size:20px;
  }
  .recruit-content h3{
    font-size:20px;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1060px) {
  .greeting-wrap{
    width:100%;
  }
  .business-fac{
    float: none;
    margin-right: auto;
    margin-left:auto;
    display: block;
    width:100%;
    max-width:840px;
  }
  .business-fac-head{
    padding-left:20px;
    padding-right:20px;
  }
  .business-fac-txt-wrap{
    padding-left:20px;
    padding-right:20px;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1199px) {
  .lnavi ul li a{
    padding-left: 2%;
    padding-right: 2%;
  }
  .lnavi ul li a.active{
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1219px) {
  .business-table{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .business-table td{
    padding-left:20px;
    padding-right:20px;
    width:33.33%;
  }
  .business-table td img{
    width: 100%;
  }
  .business-table td.last{
    padding-right:20px !important;
  }
  .business-table td .feature-head {
    font-size:16px;
  }
}

@media only screen and (min-width : 861px) and (max-width : 960px) {
  .contact-table th.contact-item{
    width: 180px;
    padding-left: 40px;
  }
  .txt-s input{
    width:140px;
  }
  .txt-m input{
    width: 220px;
  }
}

@media only screen and (min-width : 960px) and (max-width : 1023px) {
  .logo span {
    font-size: 14px;
    margin-top: 38px;
  }
  .header .col-lg-6{
    float:left;
  }
  .pnavi{
    float:right !important;
    width:396px;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul{
    margin-top:28px;
  }
  .pnavi ul li a{
    font-size:12px;
    padding-left: 0;
  }
  .company-tel span{
    font-size:14px;
  }
  .company-tel{
    margin-top: 32px;
    font-size: 18px;
  }
}

@media only screen and (min-width : 960px) and (max-width : 1199px) {
  .feature-wrap .row{
    width:100%;
  }
  .feature1{
      float: left;
      margin-left: 0px;
      width: 32.5%;
      margin-right: 1%;
  }
  .feature2{
      float: left;
      width: 32.9%;
      margin-right: 1%;
  }
  .feature3{
      float: left;
      width: 32.5%;
  }
  .feature1 a, .feature2 a, .feature3 a{
    width: 100%;
  }
  .feature-link{
    width:100%;
    padding-left:0;
  }
}

@media only screen and (min-width : 1024px) and (max-width : 1089px) {
  .header .col-lg-6{
    float:left;
  }
  .pnavi{
    float:right !important;
    width:460px;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul li a{
    font-size:12px;
    padding-right:0px;
  }
  .company-tel span{
    font-size:14px;
  }
  .company-tel{
    margin-top: 24px;
    font-size: 24px;
  }
}

@media only screen and (min-width : 1090px) and (max-width : 1119px) {
  .header .col-lg-6{
    float:left;
  }
  .pnavi{
    float:right !important;
    width:524px;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul li a {
    padding-right: 0px;
  }
  .pnavi{
    width: 524px;
  }
}

@media only screen and (min-width : 1120px) and (max-width : 1159px) {
  .header .col-lg-6{
    float:left;
  }
  .pnavi{
    float:right !important;
    width:560px;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul li a {
    padding-right: 0px;
  }
  .pnavi{
    width: 524px;
  }
}

@media only screen and (min-width : 1160px) and (max-width : 1199px) {
  .header .col-lg-6{
    float:left;
  }
  .pnavi{
    float:right !important;
    width:600px;
  }
  .pnavi .nav-pills>li+li{
    margin-left: 0px;
  }
  .pnavi ul li a {
    padding-right: 0px;
  }
  .pnavi{
    width: 524px;
  }
}

.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; 
}
.alignright {
  float: right;
  margin-bottom: 10px; 
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.news-single-wrap img{
  height: auto;
  max-width: 860px;
}