@charset "utf-8";

/*----------------------------------------
    .main_visual
----------------------------------------*/
.mainimg .mainimg_area{
  background: url(/jp/service/img/bg-visual.png) no-repeat left top;
  background-size: cover;
}
#topic_path {
  margin-bottom: 15px;
}

/*----------------------------------------
    .box_section
----------------------------------------*/
.box_section .box_list {
  width: 83.3%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.box_section .box_list_item {
  flex: 0 1 48%;
}
.box_section .box_list_item img {
  max-width: 100%;
}
.box_section .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.box_section .box_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ff4338;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.box_section .box_text {
  font-size: 1.5rem;
  line-height: 2.0;
  margin-top: 12px;
  color: #414141;
}

.button_list ul li.supply a {
  background: url(/jp/service/img/ico-supply.png) no-repeat 11px center #ffffff;
  background-size:85px auto;
}
.button_list ul li.supply a:hover {
  background: url(/jp/service/img/ico-supply.png) no-repeat 11px center #f6f7f9;
  background-size:85px auto;
}
.button_list ul li.maintenance a {
  background: url(/jp/service/img/ico-maintenance.png) no-repeat 11px center #ffffff;
  background-size:85px auto;
}
.button_list ul li.maintenance a:hover {
  background: url(/jp/service/img/ico-maintenance.png) no-repeat 11px center #f6f7f9;
  background-size:85px auto;
}
.button_list ul li.support a {
  background: url(/jp/service/img/ico-support.png) no-repeat 11px center #ffffff;
  background-size:85px auto;
}
.button_list ul li.support a:hover,
.button_list ul li.support a.current {
  background: url(/jp/service/img/ico-support.png) no-repeat 11px center #f6f7f9;
  background-size:85px auto;
}


@media screen and (max-width: 1000px) {
  .box_section .box_title {
    font-size: 2.2rem;
  }
}