  @charset "UTF-8";
/**
 * 2018/01/31 CSS for renewal
 **/
/*===========================
 Company Page Layout
===========================*/
/*** 企業情報 ***/
.company_menu {
  display: block;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
}
.company_menu:after {
  content: "";
  display: block;
  clear: both;
}
.company_menu .menu_box {
  display: block;
  width: 230px;
  float: left;
  margin-left: 24px;
  margin-bottom: 60px;
}
.company_menu .menu_box:nth-of-type(3n+1){
  margin-left: 0;
  clear: both;
}
.company_menu .menu_box a:hover {
  text-decoration: none;
}
#main .company_menu .menu_box .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #000;
  border-bottom-width: 0;
  border-left: 2px solid #23429a;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
}
.company_menu .menu_box .tit.is-small {
  letter-spacing: -0.05em;
}
.company_menu .menu_box .img {
  line-height: 1;
  margin: 0 0 14px;
  padding: 0;
}
.company_menu .menu_box .img img {
  vertical-align: top;
}
.company_menu .menu_box .txt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7142;
  letter-spacing: 0.06em;
}

/*** 事業概要 ***/
.about-group-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.about-group-list:after {
  content: "";
  display: block;
  clear: both;
}
.about-group-list li {
  display: block;
  width: 180px;
  float: left;
  margin-left: 6px;
  margin-bottom: 18px;
  padding: 0;
}
.about-group-list li:nth-child(4n+1){
  clear: both;
  margin-left: 0;
}
.about-2col {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.about-2col:after {
  content: "";
  display: block;
  clear: both;
}
.about-2col .about-box {
  display: block;
  width: 359px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  border-bottom: 1px solid #eee;
}
.about-2col .about-box:nth-of-type(2n+1){
  margin-left: 0;
  clear: both;
}
.about-2col .about-box .about-box-inner {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.about-2col .about-box .about-box-inner .tit a {
  color: #23429a;
  text-decoration: underline;
}
.about-2col .about-box .about-box-inner .tit a:hover {
  text-decoration: none;
}
.about-2col .about-box:nth-child(1) .about-box-inner,
.about-2col .about-box:nth-child(2) .about-box-inner { height: 260px; }
.about-2col .about-box:nth-child(3) .about-box-inner,
.about-2col .about-box:nth-child(4) .about-box-inner { height: 280px; }
.about-2col .about-box:nth-child(5) .about-box-inner,
.about-2col .about-box:nth-child(6) .about-box-inner { height: 270px; }
.about-2col .about-box:nth-child(7) .about-box-inner,
.about-2col .about-box:nth-child(8) .about-box-inner { height: 210px; }
.about-2col .about-box .about-box-inner .tit {
  margin: 0 0 5px;
  padding: 0;
  border-bottom-width: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142;
  letter-spacing: 0.06em;
}
.about-2col .about-box .about-box-inner img {
  float: right;
  margin-left: 14px;
  margin-bottom: 14px;
}
.about-2col .about-box .about-box-inner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7142;
  letter-spacing: 0.06em;
}
.about-prod {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin: 20px 0;
}
.about-prod:after {
  content: "";
  display: block;
  clear: both;
}
.about-prod .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142;
  color: #23429a;
  border-bottom-width: 0;
  border-left: 4px solid #23429a;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.about-prod .tit a {
  color: #23429a;
  text-decoration: underline;
}
.about-prod .tit a:hover {
  text-decoration: none;
}
.about-prod img {
  float: left;
}
.about-prod p {
  display: block;
  width: 600px;
  float: right;
  margin: 0;
}
.about-tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142;
  letter-spacing: 0.06em;
  border-bottom-width: 0;
  border-left: 4px solid #23429a;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
}

/*** 拠点情報 ***/
.map-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.map-table thead tr th,
.map-table thead tr td,
.map-table tbody tr th,
.map-table tbody tr td {
  border-top: 1px solid #ddd;
  word-wrap: break-word;
  word-break: break-all;
}
.map-table thead tr th,
.map-table tbody tr th,
.map-table tbody tr td {
  padding: 9px 0;
  vertical-align: middle;
}
.map-table thead tr,
.map-table tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.map-table thead tr th a,
.map-table tbody tr th a {
  text-decoration: none;
  color: #23429a;
}
.map-table thead tr th a:hover,
.map-table tbody tr th a:hover {
  text-decoration: underline;
}
.map-table thead tr td a,
.map-table tbody tr td a {
  text-decoration: underline;
  color: #23429a;
}
.map-table thead tr td a:hover,
.map-table tbody tr td a:hover {
  text-decoration: none;
}

/*** グループ会社一覧 ***/
.about-syllabary-list {
  text-align: center;
  list-style: none;
  margin: 10px 0 50px;
}
.about-syllabary-list li {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  padding: 0;
}
.about-syllabary-list li:first-child {
  margin-left: 0;
}
.about-syllabary-list li a,
.about-syllabary-list li span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 0;
}
.about-syllabary-list li a {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  color: #000;
}
.about-syllabary-list li a:hover {
  background-color: #eee;
}
.about-syllabary-list li span {
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 4px;
  color: rgba(0,0,0,0.5);
}
.about-return {
  text-align: right;
}
.about-return a {
  color: #000;
}
