@media screen and (max-width: 767px) {
  .product#partsens #content-wrap {
    padding-top: 80px;
  }
}
.product#partsens #content-wrap .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product#partsens #content-wrap .section {
    padding-top: 30px;
  }
}
.product#partsens #content-wrap .section figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product#partsens #content-wrap .section figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product#partsens #visual {
    padding-bottom: 30px;
  }
}
.product#partsens #visual .sub {
  position: relative;
}
.product#partsens #visual .sub::after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 27px;
  z-index: 100;
  aspect-ratio: 4/3;
  background: url(/contamination-control/assets/images/product/partsens/image01.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .sub::after {
    display: none;
    width: 70%;
    right: -5%;
    top: 5px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .title {
    margin-bottom: 30px;
  }
}
.product#partsens #visual .title .main {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .title .main {
    font-size: 2.8rem;
  }
}
.product#partsens #visual .page-index {
  margin: 80px auto 30px;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .page-index {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .page-index ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.product#partsens #visual .page-index ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .page-index ul li {
    display: block;
  }
}
.product#partsens #visual .page-index ul a {
  display: block;
  position: relative;
  padding-right: 3.5rem;
  margin-right: 3rem;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .page-index ul a {
    width: 100%;
    margin-right: 0;
    padding: 12px 30px 12px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.product#partsens #visual .page-index ul a::after {
  content: url(/contamination-control/assets/images/circle_arrow_white.svg);
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .page-index ul a::after {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}
.product#partsens #visual .page-index ul a:hover {
  color: #2fb7d9;
  border-color: #2fb7d9;
}
.product#partsens #visual .page-index ul a:hover::after {
  content: url(/contamination-control/assets/images/circle_arrow.svg);
}
.product#partsens #visual .product-image {
  display: none;
}
@media screen and (max-width: 767px) {
  .product#partsens #visual .product-image {
    display: block;
    position: relative;
    bottom: -120px;
    margin-top: -60px;
    width: 90%;
    max-width: 520px;
    margin: -100px auto 0;
  }
  .product#partsens #visual .product-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.product#partsens .title-lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 32px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .product#partsens .title-lead {
    font-size: 1.5rem;
    padding-bottom: 30px;
    line-height: 1.4;
  }
}
.product#partsens .mini-lead {
  line-height: 1;
  font-size: 1.4rem;
  color: #064178;
  padding-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .product#partsens .mini-lead {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.product#partsens .under-title {
  line-height: 1;
  font-size: 1.4rem;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .product#partsens .under-title {
    font-size: 1.4rem;
    padding-top: 5px;
    line-height: 1.3;
  }
}
.product#partsens .sec-title {
  color: #064178;
  font-size: 2.8rem;
  line-height: 1.28;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product#partsens .sec-title {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
}
.product#partsens .sec-title::before {
  content: "";
  position: absolute;
  background: #064178;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .product#partsens .sec-title::before {
    width: 50px;
  }
}
.product#partsens .sec-title::after {
  content: "";
  position: absolute;
  background: #e5e5e5;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.product#partsens .section h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product#partsens .section h4 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1.5;
  }
}
.product#partsens .section .description {
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product#partsens .section .description {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.product#partsens .inner-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product#partsens .inner-box {
    margin-top: 30px;
  }
}
.product#partsens .inner-box img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product#partsens .inner-box img {
    width: 100%;
  }
}
.product#partsens .figure-caption {
  background-color: #f1f3f5;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product#partsens .figure-caption {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.product#partsens .section-heading {
  background-color: #064178;
  color: #fff;
  padding: 19px 0px 19px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product#partsens .section-heading {
    font-size: 1.6rem;
    padding: 14px 0px 14px 15px;
    margin-bottom: 40px;
  }
}
.product#partsens #step ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .product#partsens #step ul {
    display: block;
    margin-bottom: 15px;
  }
}
.product#partsens #step li {
  width: 31%;
  padding-right: 35px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product#partsens #step li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
  }
  .product#partsens #step li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.product#partsens #step li p {
  padding-top: 35px;
  margin-bottom: 25px !important;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .product#partsens #step li p {
    padding-top: 30px;
    margin-bottom: 15px !important;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.product#partsens #step li img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .product#partsens #step li img {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
}
.product#partsens #step li:nth-child(2) img, .product#partsens #step li:nth-child(3) img {
  width: 280px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .product#partsens #step li:nth-child(2) img, .product#partsens #step li:nth-child(3) img {
    width: 100%;
    max-width: 280px;
  }
}
.product#partsens #step .step-number {
  position: absolute;
  text-align: center;
  background-color: #2fb7d9;
  color: #fff;
  border-radius: 20px;
  width: 112px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  height: 26px;
  top: -13px;
  left: calc(50% - 56px);
}
@media screen and (max-width: 767px) {
  .product#partsens #step .step-number {
    width: 100px;
    left: calc(50% - 50px);
  }
}
.product#partsens #step p.note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product#partsens #step p.note {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.product#partsens #content-wrap .section#sec03 {
  padding-top: 0;
  padding-bottom: 0;
}
.product#partsens .spec_list {
  max-width: 1010px;
  margin: 50px auto 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_list {
    width: 85%;
    display: block;
    margin-bottom: 25px;
    margin-top: 30px;
  }
}
.product#partsens .spec_list li {
  width: 30%;
  background: #f1f3f5;
  border-radius: 5px;
  padding: 20px 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 35px;
  }
}
.product#partsens .spec_list li::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -13%;
  width: 10%;
  aspect-ratio: 1/1;
  background: url(/contamination-control/assets/images/product/plus-icon.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_list li::after {
    top: auto;
    bottom: -30px;
    right: 50%;
    width: 25px;
    height: 25px;
    transform: translateX(50%) rotate(90deg);
  }
}
.product#partsens .spec_list li:last-child::after {
  display: none;
}
.product#partsens .spec_list li h3 {
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_list li h3 {
    font-size: 1.5rem;
  }
}
.product#partsens .spec_list li div {
  font-size: 1.4rem;
}
.product#partsens .spec_table_title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_table_title {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 8px;
  }
}
.product#partsens .spec_table {
  border-top: 1px solid #e5e5e5;
  margin: 0 0 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_table {
    margin: 0 0 30px;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.product#partsens .spec_table tr {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_table tr {
    display: block;
    border-bottom: none;
  }
}
.product#partsens .spec_table th {
  width: 280px;
  background: #f1f3f5;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_table th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 14px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.product#partsens .spec_table td {
  font-size: 1.4rem;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .product#partsens .spec_table td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 14px;
    background: #fff;
    line-height: 1.7;
  }
}/*# sourceMappingURL=partsens.css.map */