@charset "utf-8";

/*----------------------------------------
    .main_visual
----------------------------------------*/
.mainimg .mainimg_area{
  background: url(/jp/quality/img/bg-visual.png) no-repeat left top;
  background-size: cover;
}
#topic_path {
  margin-bottom: 15px;
}

/*----------------------------------------
    .box_section
----------------------------------------*/
.box_section .box_authentication {
  width: 83.3%;
  margin: 0 auto;
}
.box_section .authentication_area {
  display: flex;
  justify-content: space-between;
}
.box_section .authentication_area .box_photo {
  flex: 0 1 48%;
}
.box_section img {
  max-width: 100%;
}
.box_section .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 34px;
  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;
  text-align: center;
}
.box_section .box_license {
  width: 83.3%;
  margin: 45px auto 0 auto;
}
.box_section .box_license .box_text {
  margin-top: -8px;
}
.box_section .license_list {
  background-color: #f6f6f6;
  padding: 22px 25px 18px 27px;
  margin-top: 23px;
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_section .license_list li {
  flex: 0 1 32%;
  margin-bottom: 10px;
}
.box_section .license_list li:last-child {
  flex: 0 1 100%;
}

.button_list ul li.process a {
  background: url(/jp/quality/img/ico-process.png) no-repeat 18px center #ffffff;
  background-size:57px auto;
}
.button_list ul li.process a:hover {
  background: url(/jp/quality/img/ico-process.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}
.button_list ul li.manage a {
  background: url(/jp/quality/img/ico-manage.png) no-repeat 18px center #ffffff;
  background-size:57px auto;
}
.button_list ul li.manage a:hover {
  background: url(/jp/quality/img/ico-manage.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}
.button_list ul li.authentication a {
  background: url(/jp/quality/img/ico-authentication.png) no-repeat 18px center #ffffff;
  background-size:57px auto;
}
.button_list ul li.authentication a:hover,
.button_list ul li.authentication a.current {
  background: url(/jp/quality/img/ico-authentication.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}
.button_list ul li.safety a {
  background: url(/jp/quality/img/ico-safety.png) no-repeat 18px center #ffffff;
  background-size:57px auto;
}
.button_list ul li.safety a:hover {
  background: url(/jp/quality/img/ico-safety.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}


@media screen and (max-width: 1000px) {
  .box_section .box_title {
    font-size: 2.0rem;
  }
}