@charset "UTF-8";

/* ---------------------------------------
$ company index（about us）
----------------------------------------*/
.mv.index {
  background-image: url(/images/company/index/bg_mv_index_sp.jpg);
}
.index .link_box3 {
  margin-top: 6%;
}
.index .link_box3 li + li {
  margin-top: 10%;
}
.index .link_box3 .tit {
  font-size: 1.8rem;
}
.index .independ_link {
  font-weight: 700;
}

@media screen and (min-width : 768px) {
  .mv.index {
    background-image: url(/images/company/index/bg_mv_index_pc.jpg);
  }

  .index .link_box3 {
    margin-top: 6%;
  }

  .index .link_box3 li + li {
    margin-top: 0;
  }
  .index .link_box3 li:nth-child(n + 4) {
    margin-top: 6%;
  }
  .index .link_box3 .txt {
    font-size: 1.4rem;
  }

  .index .independ_link {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

/* ---------------------------------------
$ company management
----------------------------------------*/
.management .sign {
  text-align: right;
}
.management .sign img {
  display: inline-block;
  float: none;
  width: 35%;
  padding: 0;
}
@media screen and (min-width : 768px) {
  .management .sign img {
    width: 18%;
  }
}

/* ---------------------------------------
$ company history
----------------------------------------*/
.history .box_lead  {
  margin-top: 3rem;
}
.history .box_lead .box_right {
  margin: 2rem auto;
  width: 90%;
}
.box_history {
  margin: 4rem 0 0;
}
.tit_history {
  margin-bottom: 1.5rem;
}
.ol_history_line {
  background: url(/images/company/history/bg_line_sp.gif) repeat-y 22% 0;
}
.ol_history_line li {
  padding: 0;
  text-indent: 0;
}
.ol_history_line .time {
  display: inline-block;
  position: relative;
  padding: 0 3rem 0 0;
  width: 17%;
  vertical-align: top;
  background: url(/images/company/history/icon_history_sp.png) no-repeat right center;
  background-size: 24px;
}
.ol_history_line .event {
  display: inline-block;
  margin: 0 0 0 3%;
  width: 67%;
  vertical-align: top;
}

@media screen and (min-width : 768px) {
  .history .box_lead .box_left {
    float: left;
    width: 70%;
  }
  .history .box_lead .box_right {
    float: right;
    margin: 0;
    width: 25%;
  }
  .box_history + .box_history {
    margin: 7rem 0 0;
  }
  .ol_history_line {
    background: url(/images/company/history/bg_line_pc.gif) repeat-y 11.3% 2px;
  }
  .ol_history_line .time {
    padding: 0 2rem 0 0;
    width: 10%;
    background: url(/images/company/history/icon_history_pc.png) no-repeat right center;
    background-size: 18px;
  }
  .ol_history_line .event {
    margin: 0 0 0 3%;
    width: 82%;
  }
  .img_history {
    text-align: right;
  }
  .img_history img {
    width: 45%;
  }
}

/* ---------------------------------------
$ company network
----------------------------------------*/
.service_network_offices li .map_num {
  color: #0068b7;
}
.service_network_offices li.head  .map_num {
  color: #d93636;
}
/* .service_network_offices a {
  padding: 0 !important;
} */
.service_network_offices p a {
  text-decoration: underline;
}
.service_network_offices p a:hover {
  text-decoration: none;
}
@media screen and (min-width : 768px) {
  .clm2 .box_3clm li a {
    padding: 0;
  }
}

/* ---------------------------------------
$ company quality
----------------------------------------*/
.quality_policy_tit {
  text-align: center;
  font-size: 2.2rem;
}
.quality_policy_list {
  margin: 6% auto 0;
  padding: 0 0 3%;
}
.quality_policy_list li {
  margin: 2% auto 0;
  padding: 3% 5% 4%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #999999;
}
@media screen and (min-width : 768px) {
  .quality_policy_tit {
    margin: 8% auto 0;
    font-size: 3.0rem;
  }
  .quality_policy_list {
    margin: 4% auto 0;
  }
  .quality_policy_list li {
    margin: 1% auto 0;
    width: 60%;
    padding: 3% 12% 3%;
    font-size: 1.8rem;
  }
}

/* ---------------------------------------
$ company links
----------------------------------------*/
.link_list {
  margin-bottom: 4rem;
}
.link_list_item {
  margin-top: 6%;
  padding: 0 0 6%;
  border-bottom: 1px solid #d8d8d8;
}
.link_list_item img.logo {
  width: auto;
}
.link_list_item a:hover img {
  opacity: 1;
}
.link_list_item .name {
  display: block;
  margin: 1.5% 0 0;
}
.link_list_item .independ_link {
  margin: 1% 0 0;
}
