@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_area {
  width: 83.4%;
  max-width: 1000px;
  margin: 0 auto;
}
.box_section .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 34px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  width: 100%;
}
.box_section .box_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ff4338;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.manage_image {
  margin-bottom: 12px;
}
.manage_image img {
  width: 100%;
}
.manage_text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 53px;
}
.manage_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -53px;
}
.manage_list li {
  width: 48%;
  margin-top: 53px;
}
.manage_list li:nth-child(even) {
  margin-left: 4%;
}
.manage_list li .image {
  margin-bottom: 13px;
}
.manage_list li .image img {
  width: 100%;
}
.manage_list li .list_title {
  font-size: 2.2rem;
  color: #414141;
  margin-bottom: 4px;
}
.manage_list li .text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
}

.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,
.button_list ul li.manage a.current {
  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 {
  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;
}

