@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: 31px;
  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;
}
.process_text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 33px;
}
.photo_list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 52px 0;
}
.photo_list li {
  width: 48%;
  margin-top: 40px;
}
.photo_list li:nth-child(even) {
  margin-left: 4%;
}
.photo_list li:nth-child(2) {
  position: relative;
}
.photo_list li .image {
  margin-bottom: 12px;
}
.photo_list li img {
  width: 100%;
}
.photo_list li .text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
}
.process_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  border: 1px solid #a1a1a1;
}
.process_button a {
  text-align: center;
  font-size: 1.3rem;
  color: #414141;
  display: block;
  padding: 3px 0 5px 0;
}
.photo_list li .box_title {
  margin-bottom: 39px;
}
.product_feature {
  border: 1px solid #efefef;
  background-color: #fcfcfc;
  padding: 22px 30px;
}
.product_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #414141;
  margin-bottom: 9px;
}
.product_list li {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
  padding-left: 20px;
  background: url(/jp/quality/process/img/ico-list.png) no-repeat left 10px;
}

.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,
.button_list ul li.process a.current {
  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 {
  background: url(/jp/quality/img/ico-safety.png) no-repeat 18px center #f6f7f9;
  background-size:57px auto;
}

#cboxCurrent {
  display: none !important;
}

@media screen and (max-width: 1000px) {
#colorbox {
  width: 80%!important;
  left: 50% !important;
  margin-left: -40%!important;
  overflow-x: auto!important;
}
}