@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 0;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

@media (max-width: 1070px) {
  .modal-video-close-btn {
    top: -45px;
    right: 0;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 流用
---------------------------------- */
.washer {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.washer .flex {
  display: flex;
  justify-content: space-between;
}

.washer #mv {
  padding: 120px 20px;
}

.washer #mv .inner.flex {
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}

.washer #mv .inner.flex .txt {
  flex: 0 1 50%;
  font-feature-settings: "palt";
}

.washer #mv .inner.flex .txt .e-angle {
  width: 200px;
  margin-bottom: 3rem;
}

.washer #mv .inner.flex .img {
  flex: 0 1 45%;
  margin-right: 4%;
}

.mv_slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mv_slider .slick-slider {
  max-width: 565px;
  margin: 0 auto;
}

.slick_thumb {
  display: flex;
  justify-content: space-between;
}

.slick_thumb .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem;
}

.slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_thumb .slick-slide {
  border: 2px solid #E3E3E3;
  flex: 0 1 23%;
  float: none !important;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slick_thumb .slick-slide.slick-current {
  border-color: #3AC7C2;
}

.slick_thumb .slick-slide li {
  display: block !important;
}

@media screen and (max-width: 1350px) {
  .mv_slider .slick-slider {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1150px) {
  .mv_slider .slick-slider {
    max-width: 440px !important;
  }
}

@media screen and (max-width: 1050px) {
  .mv_slider .slick-slider {
    max-width: 400px !important;
    margin-bottom: 3rem;
  }

  .slick_thumb .slick-track {
    width: 100% !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .slick_thumb .slick-slide {
    flex: 0 1 16%;
  }
}

@media screen and (max-width: 767px) {
  .washer #mv {
    padding: 60px 25px;
  }

  .washer #mv .inner.flex {
    display: block;
  }

  .washer #mv .txt {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 768px) {
  .washer #mv .txt {
    text-align: center;
  }
}

.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .specification_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .specification_wrap {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .specification_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.washer #mv .txt .sicon {
  background-color: black;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 10px 0 10px;
  text-align: center;
  color: white;
  width: 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .washer #mv .txt .sicon {
    margin: 0 auto 10px auto;
  }
}


.washer #mv .txt h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 1060px) {
  .washer #mv .txt h1 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .washer #mv .txt h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .washer #mv .txt h1 {
    margin-bottom: 10px;
    font-size: 4.2666666667vw;
    font-weight: 700;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt h1 {
    font-size: 16px;
  }
}

.washer #mv .txt h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.4047619048;
}

@media (max-width: 1120px) {
  .washer #mv .txt h2 {
    font-size: 40px;
  }
}

@media (max-width: 1060px) {
  .washer #mv .txt h2 {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  .washer #mv .txt h2 {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  .washer #mv .txt h2 {
    margin-bottom: 20px;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: -0.04em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .washer #mv .txt img {
    width: 100%;
  }
}

.washer #mv .txt p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .washer #mv .txt p {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt p {
    font-size: 13px;
  }
}



 .washer p.p-lh15{line-height: 1.5;}
 .washer .mt5{margin-top: 5px;}
 .washer .mt10{margin-top: 10px;}

/* common
---------------------------------- */
main {
  color: #1B1B1D;
}

#topcontrol {
  z-index: 1000;
}

.washer_contents {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1B1B1D;
}

.washer_contents * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.washer_contents p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .washer_contents p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer_contents p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

section .in {
  max-width: 1032px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1050px) {
  section .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  section .in {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

/* layout
---------------------------------- */
.sec-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5416666667;
}

@media (max-width: 999px) {
  .sec-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-title em {
  color: #00B1B5;
  font-style: normal;
}


.sub_header {
  z-index: 1000;
}


.washer-sec01 {
  padding-bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .washer-sec01 {
    padding-bottom: 80px;
  }
}


.washer-sec01-img {
  width: 54.1666%;
  height: 440px;
  background: url("../img/sec01-1.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 900px) {
  .washer-sec01-img {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .washer-sec01-img {
    background: url("../img/sec01-1-sp.jpg") no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 74%;
    margin-bottom: 25px;
  }
}

.washer-sec01-body {
  position: relative;
}

.washer-sec01-body > div {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translateY(-50%);
  color: #1b1b1e;
}

.washer-sec01-body > div p {
  font-size: 20px;
}

@media (max-width: 768px) {
.washer-sec01-body > div p {
  font-size: 4.5vw;
}
}


@media (max-width: 1128px) {
  .washer-sec01-body>div {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .washer-sec01-body>div {
    position: static;
    width: 80%;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}


.washer-sec01-img2 {
  width: 44.5%;
  height: 300px;
  margin: 30px 0 0 34%;
  background: url("../img/sec01-2.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 900px) {
  .washer-sec01-img2 {
    width: 80%;
    height: auto;
    padding-bottom: 41%;
    background-size: contain;
    margin: 20px 0 0 20%;
  }
}


.washer-sec02 {
  padding-bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .washer-sec02 {
    padding-bottom: 30px;
  }
}

.washer-sec02 h2 {
  color: #020202;
  font-size: 42px;
  vertical-align: bottom;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .washer-sec02 h2 {
    width: 100%;
    font-size: 7vw;
    text-align: center;
  }
}


.washer-sec02 h2 span {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.washer-sec02 h2 em {
  font-size: 1.4em;
  margin-right: 10px;

}

@media screen and (max-width: 768px) {
  .washer-sec02 h2 em {
    margin-right: 0
  }
}

.washer-sec02-body {
  width: 100%;
  height: auto;
  margin: 60px auto;
  background: url("../img/sec02-1.jpg") no-repeat;
  background-position: right top;
  background-size: 70% auto;
  padding: 20px 0;
  height: 700px;
}


@media screen and (max-width: 1200px) {
  .washer-sec02-body {
    height: auto;
    background-size: contain;
  }

}

@media screen and (max-width: 768px) {
  .washer-sec02-body {
    width: 100%;
    margin: 0 auto;
    background: url("../img/sec02-1-sp.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 20px 0 72% 0;
    height: auto;

  }
}


.washer-sec02 .item {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.16);
  color: #020202;
  padding: 10px;
  width: 600px;
  margin-bottom: 20px;

}

@media screen and (max-width: 768px) {
  .washer-sec02 .item {
    padding: 10px;
    width: 100%;
    margin: 0 auto 15px auto;

  }

}

.washer-sec02 .item .icon {
  display: inline-block;
  margin-right: 20px;
  width: 100px;
}

.washer-sec02 .item .icon img{
  width: 100%;
}




@media screen and (max-width: 768px) {
  .washer-sec02 .item .icon {
    display: inline-block;
    margin-right: 12px;
    width: 35%;
  }
}

.washer-sec02 .item .txt {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .washer-sec02 .item .txt {
    display: inline-block;
    width: 55%;
  }
}


.washer-sec02 .item .txt h3 {
  display: inline-block;
  color: #00B1B5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .washer-sec02 .item .txt h3 {
    font-size: 5vw;
    line-height: 1.5;
  }
}

.washer-sec02 .item .txt p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .washer-sec02 .item .txt p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}



.washer-sec03 {
  padding: 60px 0 70px 0;
  background: #f0fafb;
}

@media screen and (max-width: 768px) {
  .washer-sec03 {
    padding: 30px 0 10px 0;
  }
}



.washer-sec03 .itembox {
  background-color: white;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.16);
}

.washer-sec03 .itembox p{
  line-height: 1.5!important;
}


@media screen and (max-width: 768px) {
.washer-sec03 .itembox p{
  line-height: 1.6;
}
}

.washer-sec03 .itembox.mb10 {
  margin-bottom: 10px;
}

.washer-sec03 .itembox .flex-btween {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween {
    display: inherit;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween.sp-btween {
    display: flex;
    justify-content: space-between;
    vertical-align: top;
    justify-items: top;
  }
}


.washer-sec03 .itembox .flex-btween .icon1 {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .icon1 {
    width: 30%;
    vertical-align: top;
  }
}

.washer-sec03 .itembox .flex-btween .icon2 {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .icon2 {
    width: 45%;
    margin-bottom: 10px;
  }
}



.washer-sec03 .itembox .sec-title {
  font-size: 32px;
  color: #1B1B1D;
}

@media screen and (max-width: 768px) {
.washer-sec03 .itembox .sec-title {
  font-size: 7vw;
}
}

.washer-sec03 .itembox .flex-btween .box1,
.washer-sec03 .itembox .flex-btween .box2 {
  width: 48%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box1,
  .washer-sec03 .itembox .flex-btween .box2 {
    width: 100%;
    margin-top: 50px;
  }
}

.washer-sec03 .itembox .flex-btween .icon1 img,
.washer-sec03 .itembox .flex-btween .icon2 img {
  width: 100%;
  vertical-align: top;

}

.washer-sec03 .itembox .flex-btween .box1 img,
.washer-sec03 .itembox .flex-btween .box2 img,
.washer-sec03 .itembox .flex-btween .box3 img,
.washer-sec03 .itembox .flex-btween .box4 img,
.washer-sec03 .itembox .flex-btween .box5 img,
.washer-sec03 .itembox .flex-btween .box6 img,
.washer-sec03 .itembox .flex-btween .box7 img,
.washer-sec03 .itembox .flex-btween .box8 img {
  width: 100%;
  margin-bottom: 10px;
}


.washer-sec03 .itembox .flex-btween .box1 h3,
.washer-sec03 .itembox .flex-btween .box2 h3,
.washer-sec03 .itembox .flex-btween .box3 h3,
.washer-sec03 .itembox .flex-btween .box4 h3,
.washer-sec03 .itembox .flex-btween .box5 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #3AC7C2;
}

@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box1 h3,
  .washer-sec03 .itembox .flex-btween .box2 h3,
  .washer-sec03 .itembox .flex-btween .box3 h3,
  .washer-sec03 .itembox .flex-btween .box4 h3,
  .washer-sec03 .itembox .flex-btween .box5 h3,
  .washer-sec03 .itembox .flex-btween .box6 h3,
  .washer-sec03 .itembox .flex-btween .box7 h3,
  .washer-sec03 .itembox .flex-btween .box8 h3,
  .washer-sec03 .itembox .flex-btween .box9 h3,
  .washer-sec03 .itembox .flex-btween .box10 h3,
  .washer-sec03 .itembox .flex-btween .box11 h3,
  .washer-sec03 .itembox .flex-btween .box12 h3, {
    font-size: 4.5vw;
    font-weight: bold;
    color: #3AC7C2;
  }
}

.washer-sec03 .itembox .flex-btween .box3,
.washer-sec03 .itembox .flex-btween .box4,
.washer-sec03 .itembox .flex-btween .box5 {
  width: 32%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box3,
  .washer-sec03 .itembox .flex-btween .box4 {
    width: 100%;
    margin-top: 50px;
  }
  .washer-sec03 .itembox .flex-btween .box5 {
    width: 100%;
    margin-top: 30px;
  }
}

.washer-sec03 .itembox .point {
  position: absolute;
  top: 120px;
  right: 200px;
  width: 130px;
}

@media screen and (max-width: 1400px) {
  .washer-sec03 .itembox .point {
    right: 16%;
  }
}


@media screen and (max-width: 1200px) {
  .washer-sec03 .itembox .point {
    right: 14%;
  }
}

@media screen and (max-width: 1000px) {
  .washer-sec03 .itembox .point {
    right: 12%;
  }
}



.washer-sec03 .itembox .flex-btween .box6,
.washer-sec03 .itembox .flex-btween .box7 {
  width: 49%;
  margin-top: 40px;
  padding: 0;
}


.washer-sec03 .itembox .flex-btween .box6 img {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box6,
  .washer-sec03 .itembox .flex-btween .box7 {
    width: 100%;
    margin-top: 10px;
  }
}

.sec-title .bluetxt {
  background-color: #2d96c3;
  font-size: 1.1em;
  color: white;
  line-height: 1.7;
  padding: 0 5px 0 5px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .box7 h2 {
    font-size: 7vw;
  }

  .washer-sec03 .itembox .flex-btween .box7 .sec-title .bluetxt {
    font-size: 1em;
  }
}

.washer-sec03 .itembox .flex-btween .box7 h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #3AC7C2;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box7 h3 {
    margin-top: 15px;
    font-size: 4.5vw;
    line-height: 1.4;
  }

  .washer-sec03 .itembox .flex-btween .box7 p {
    font-size: 3.6vw;
    margin-top: 10px;
    line-height: 1.4;
  }

}



.washer-sec03 .itembox .flex-btween .box8 {
  width: 72%;
  margin-top: 20px;
}

.washer-sec03 .itembox .flex-btween .box8 p {
  line-height: 1.6;
  margin-top: 5px;

}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box8 {
    width: 68%;
    margin-top: 20px;
  }

}

.washer-sec03 .itembox .flex-btween .box9 {
  width: 25%;
  margin-top: 40px;
}

.washer-sec03 .itembox .flex-btween .box9 img {
  width: 100%;
}


.washer-sec03 .itembox .flex-btween .box10 {
  width: 42%;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box10 {
    width: 100%;
    margin-top: 50px;
  }

}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .box10 h2 {
    font-size: 7vw;
  }

  .washer-sec03 .itembox .flex-btween .box10 .sec-title .bluetxt {
    font-size: 0.9em;
  }
}


.washer-sec03 .itembox .flex-btween .box11 {
  width: 54%;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box11 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}

.washer-sec03 .itembox .flex-btween .box11 img {
  width: 100%;
}




.washer-sec03 .itembox .flex-btween .box12 {
  width: 56%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box12 {
    width: 68%;
    margin-top: 30px;
  }

}

.washer-sec03 .itembox .flex-btween .box13 {
  width: 24%;
  margin-top: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 1100px) {
.washer-sec03 .itembox .flex-btween .box13 {
  margin-left: -5px;
}
}


.washer-sec03 .itembox .flex-btween .box13 img {
  width: 100%;

}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box13 {
    width: 68%;
    margin-top: 20px;
    margin-left: 0;
  }

}

.washer-sec03 .itembox .flex-btween.left {
  justify-content: left;
  vertical-align: top;
  justify-items: top;
}

.washer-sec03 .itembox .flex-btween .box12 h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #3AC7C2;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box12 h3 {
    margin-top: 15px;
    font-size: 4.5vw;
    line-height: 1.4;
  }
}

.washer-sec03 .itembox h3.box12-h {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #3AC7C2;
  line-height: 1.7;
  display: none;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox h3.box12-h {
    margin-top: 8px;
    font-size: 4.5vw;
    line-height: 1.4;
    display: block;
  }
}

.washer-sec03 .itembox .box14 {
  width: 100%;
  margin-top: 60px;
}

.washer-sec03 .itembox .box14 .bluetxt.mr5 {
  margin-right: 5px;
}


@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .box14 {
    width: 100%;
    margin-top: 50px;
  }

}


@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .box14 h2 {
    font-size: 7vw;
  }

  .washer-sec03 .itembox .box14 .sec-title .bluetxt {
    font-size: 0.92em;
  }
}

.washer-sec03 .itembox .flex-btween .box15,
.washer-sec03 .itembox .flex-btween .box16 {
  width: 32%;
  margin-top: 10px;
}

.washer-sec03 .itembox .flex-btween .box17 {
  width: 32%;
  margin-top: -36px;
}

.washer-sec03 .itembox .flex-btween .box15 img,
.washer-sec03 .itembox .flex-btween .box16 img,
.washer-sec03 .itembox .flex-btween .box17 img {
  width: 100%;
}


@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box15{
    width: 100%;
    margin-top: 15px;
  }
  .washer-sec03 .itembox .flex-btween .box16,
  .washer-sec03 .itembox .flex-btween .box17 {
    width: 100%;
    margin-top: 50px;
  }
}

.washer-sec03 .itembox .flex-btween .box15 h3,
.washer-sec03 .itembox .flex-btween .box16 h3,
.washer-sec03 .itembox .flex-btween .box17 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #3AC7C2;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
.washer-sec03 .itembox .flex-btween .box15 h3,
.washer-sec03 .itembox .flex-btween .box16 h3,
.washer-sec03 .itembox .flex-btween .box17 h3 {
  font-size: 4.5vw;
}
}


.washer-sec03 .atention {
  width: 90%;
   max-width: 1200px;
  margin: 0 auto;

}

  .washer-sec03 .atention p {
    line-height: 1.3;
    font-size: 12px;
  }


@media (max-width: 1200px) {
  .washer-sec03 .atention {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .washer-sec03 .atention {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .washer-sec03 .atention p {
    line-height: 1.3;
    font-size: 0.7em;
  }
}


.washer-sec03 .itembox .icon3 {
  width: 150px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .icon3 {
    width: 30%;
    vertical-align: top;
  }
}


.washer-sec03 .itembox .flex-btween .box18 {
  width: 60%;
}

.washer-sec03 .itembox .flex-btween .box19 {
  width: 36%;
}


.washer-sec03 .itembox .flex-btween .box18 img,
.washer-sec03 .itembox .flex-btween .box19 img {
  width: 100%;
}


@media screen and (max-width: 768px) {

  .washer-sec03 .itembox .flex-btween .box18,
  .washer-sec03 .itembox .flex-btween .box19 {
    width: 100%;
    margin-top: 15px;
  }
}

.washer-sec03 .itembox .flex-btween .box19 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
.washer-sec03 .itembox .flex-btween .box19 h3 {
  font-size: 7vw;
  font-weight: bold;
  line-height: 1;
}
}

.washer-sec03 .itembox .flex-btween .box19 p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .washer-sec03 .itembox .flex-btween .box19 p {
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: 500;
  }

}

.washer-sec03 .itembox .flex-btween .box19 p em {
  color: #3AC7C2;
  font-style: normal;
}










.washer-spec a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #00B1B5;
  padding: 84px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .washer-spec a {
    transition: none;
    padding: 45px 0;
    font-size: 5.8666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-spec a {
    font-size: 22px;
  }
}

.washer-spec a span {
  position: relative;
  display: inline-block;
  padding-right: 56px;
}

@media (max-width: 374px) {
  .washer-spec a span {
    padding-right: 45px;
  }
}

.washer-spec a span::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .washer-spec a span::after {
    width: 27px;
    height: 27px;
    margin-top: -4px;
  }
}

@media (max-width: 374px) {
  .washer-spec a span::after {
    width: 20px;
    height: 20px;
  }
}

.washer-spec a:hover {
  background: #fff;
  color: #00B1B5;
}

@media screen and (max-width: 768px) {
  .washer-spec a:hover {
    background: #00B1B5;
    color: #fff;
  }
}

.washer-spec a:hover svg {
  fill: #00B1B5;
}

@media screen and (max-width: 768px) {
  .washer-spec a:hover svg {
    fill: #fff;
  }
}

.washer-spec a:hover span:after {
  border-color: #00B1B5;
}

@media screen and (max-width: 768px) {
  .washer-spec a:hover span:after {
    border-color: #fff;
  }
}

.washer-spec svg {
  width: 41px;
  height: 52px;
  margin-right: 25px;
  fill: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .washer-spec svg {
    margin-right: 20px;
  }
}

@media (max-width: 374px) {
  .washer-spec svg {
    width: 30px;
    height: auto;
  }
}

.ra-sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .ra-sec-title {
    margin-bottom: 30px;
    font-size: 9.8666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title {
    font-size: 37px;
  }
}

.ra-sec-title span:nth-of-type(1) {
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-right: 1px solid #C3C3C3;
}

.ra-sec-title span:nth-of-type(2) {
  font-size: 17px;
  color: #4D4D55;
}

@media screen and (max-width: 768px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 14px;
  }
}

.specification {
  margin-bottom: 80px;
  padding-top: 130px;
  color: #020202;
}

@media screen and (max-width: 768px) {
  .specification {
    padding-top: 100px;
  }
}

.specification .ra-spec-scroll {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .specification .ra-spec-scroll {
    margin-bottom: 25px;
  }
}

.specification .ra-sec-title {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .specification .ra-sec-title {
    margin-bottom: 25px;
  }
}

.specification .table {
  width: 70%;
  margin: 0 auto;
  min-width: 600px;
  padding-bottom: 20px;
}

@media (max-width: 1030px) {
  .specification .table {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .specification .table {
    width: 100%;
    min-width: 100%;
  }
}

.specification .table .notes {
  font-size: 11.5px;
}

.specification .table .notes span {
  letter-spacing: -0.03em;
}


@media screen and (max-width: 768px) {
  .specification .table .notes {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification .table .notes {
    font-size: 10px;
  }
}

.specification table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  table-layout: fixed;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .specification table {
    width: 100%;
    min-width: 100%;
    font-size: 3.1vw;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table {
    font-size: 12px;
  }
}

.specification table td,
.specification table th {
  width: 50%;
  padding: 10px 6px;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
}

.specification table td.txtsmall,
.specification table th.txtsmall {
  font-size: 0.9em;


}

.specification table th {
  font-weight: 700;
  background: #F0F2F7;
}

.specification table tr.bt>th,
.specification table tr.bt>td {
  border-top: 2px solid #C3C3C3;
}

.specification table .bold {
  font-weight: 700;
}

.specification table .left {
  text-align: left;
}

.specification table .widcol {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .specification table .widcol {
    width: 260px;
  }
}

.specification table .widcol-half {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .specification table .widcol-half {
    width: 130px;
  }
}

.specification table .widcol-quater {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .specification table .widcol-quater {
    width: 65px;
  }
}

.specification table .th-quater {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .specification table .th-quater {
    width: 60px;
  }
}

.specification table .stxt {
  font-size: 11.5px;
}

@media screen and (max-width: 768px) {
  .specification table .stxt {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .stxt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .specification table .size {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .size {
    font-size: 10px;
  }
}

.ra-download {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .ra-download {
    margin-bottom: 60px;
  }
}

.ra-download ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ra-download ul li {
  width: 214px;
  margin: 0 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ra-download ul li {
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}

.ra-download ul li a {
  display: block;
  background: #009295;
  padding: 21px 0;
  border-radius: 44px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .ra-download ul li a {
    display: block;
    padding: 25px 0;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-download ul li a {
    font-size: 14px;
  }
}

.btm-notes {
  width: 100%;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .btm-notes {
    padding: 30px 20px;
  }
}

.btm-notes p {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
  .btm-notes p {
    font-size: 2.9333333333vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .btm-notes p {
    font-size: 11px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */