@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_safety {
  width: 83.3%;
  margin: 0 auto;
}
.box_section .safety_area {
  display: flex;
  justify-content: space-between;
}
.box_section .right_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 28.5%;
  margin-left: 4%;
}
.box_section .safety_area span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 9px;
  color: #414141;
}
.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-bottom: 33px;
  text-align: center;
  color: #414141;
}

.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 {
  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,
.button_list ul li.safety a.current {
  background: url(/jp/quality/img/ico-safety.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}

.box_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_section .box_list_item {
    flex: 0 1 48%;
}
.box_section .box_list_item .box_text {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 12px;
    color: #414141;
	text-align:left;
}


@media screen and (max-width: 1000px) {
  .box_section .box_title {
    font-size: 2.0rem;
  }
}