@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;
  }
}

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

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

@media screen and (max-width: 768px) {
  .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 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
.washer-sec01 {
  margin-bottom: 6rem;
}
}

.washer-sec01 .img1 {
  width: 84%;
  margin: 0 10% 4rem auto;
  color: #fff;
}

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

.washer-sec01 .movie{
  width: 100%;
  max-width: 922px;
  margin: auto;
}

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

}

.washer-sec01 .movie video{
  width: 100%;
}






.washer-sec01 .text1{
  color: #009ba0;
  text-align: center;
  font-size: 1.8em;
  line-height: 1;
  margin: 4rem auto  2rem auto;
}

@media screen and (max-width: 768px) {
.washer-sec01 .text1{
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  margin: 4rem auto  2rem auto;
}
}

.washer-sec01 .img2 {
  width: 100%;
  margin: 0 auto 0 auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .washer-sec01 .img2 {
    margin: auto;
  }
}

.washer-sec01 .img2 img{
  width: 100%;
}

.gradetionn-wrap {
  padding: 60px 0 70px 0;
    background: url("../img/bg.jpg") no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 768px) {
.gradetionn-wrap {
  padding: 60px 0 70px 0;
    background: url("../img/bg-sp.jpg") no-repeat center top;
}
}

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


.washer-sec02{
    background: url("../img/sec02-bg.png") no-repeat right top;
    background-size: contain;
    max-width: 992px;
  margin: 0 auto 60px auto;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .washer-sec02 {
    background: none;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.washer-sec02 h2{
  color: #00B1B5;
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .washer-sec02 h2 {
    width: 88%;
    margin: auto auto 20px auto;
  font-size: 1.8em;
  line-height: 1.5;

  }
}

.washer-sec02 .text{
  font-size: 16px;
  line-height:2;

}

@media screen and (max-width: 768px) {
  .washer-sec02 .text {
    font-size: 0.9em;
    width: 88%;
    margin: auto;
  }
}


.washer-sec03{
    max-width: 1032px;
  margin: 0 auto 60px;
}

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

.washer-sec03 .img1 {
  width: 100%;
}

.washer-sec03 .img1 img{
  width: 100%;
}



.washer-sec03  h2{
  color: #009ba0;
  text-align: center;
  font-size: 1.8em;
  line-height: 1;
  margin: 4rem auto  2rem auto;
}

@media screen and (max-width: 768px) {
.washer-sec03 h2{
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  margin: 4rem auto  2rem auto;
}
}

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

@media screen and (max-width: 768px) {
.washer-sec03 .flexbox{
  display: inherit;
}

}

.washer-sec03 .flexbox .box{
  width: 48%;
}

@media screen and (max-width: 768px) {
.washer-sec03 .flexbox .box{
  width: 100%;
}
}

.washer-sec03 .flexbox .box .img{
  margin-bottom: 15px;
}


.washer-sec03 .flexbox .box h3{
  color: #00B1B5;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
}

.washer-sec03 .flexbox .box p{
  line-height: 1.6;
  margin-bottom: 3rem;
}

.washer-sec04 {
  background-color: white;
  width: 100%;
  max-width: 1136px;
  margin: auto;
  padding: 70px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4rem;
  border: 1px solid #009ba0;
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
.washer-sec04 {
  width: 92%;
  max-width: 92%;
  padding: 2rem;
  margin-bottom: 4rem;
  border-radius: 4rem;
}

}

.washer-sec04 h2{
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.washer-sec04 h2{
  width: 100%;
  margin-bottom: 20px;
}

}


.washer-sec04 .lead{
  width: 100%;
    font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;

}

@media screen and (max-width: 768px) {
.washer-sec04 .lead{
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
}



.washer-sec04 .flexbox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.washer-sec04 .flexbox.end{
  align-items: flex-end;
}

.washer-sec04 .flexbox.cnter{
  align-items:center
}

.washer-sec04 .flexbox.top{
  align-items: flex-start;
}


.washer-sec04 .flexbox.reverse{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items:center

}




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

.washer-sec04 .flexbox.reverse{
  flex-direction: column-reverse;
}
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox{
  display: inherit;
}

}


.washer-sec04 .flexbox h3{
  color: #2ea7e0;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox h3{
  font-size: 1.5rem;
  font-weight: 500;
}
}

.washer-sec04 .flexbox .box1{
  width: 42%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box1{
  width: 100%;
  margin-bottom: 2rem;
}
}

.washer-sec04 .flexbox .box2{
  width: 56%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box2{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box3{
  width: 58%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box3{
  width: 100%;
}
}

.washer-sec04 .flexbox .box3 p{
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box3 p{
  font-size: 1.2rem;
  line-height: 1.4;
}
}



.washer-sec04 .flexbox .box4{
  width: 42%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box4{
  width: 100%;
}
}


.washer-sec04 .flexbox .box5{
  width: 51%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box5{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box6{
  width: 46%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box6{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box7{
  width: 56%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box7{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box8{
  width: 40%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box8{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box7 h3{
  color: #f6ab00;
}


.washer-sec04 .flexbox .box7 p{
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box7 p{
  font-size: 1.2rem;
  line-height: 1.4;
}
}


.washer-sec04 .flexbox .box9{
  width: 49%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box9{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box10{
  width: 49%;
  margin-bottom: 6rem;
  border-left: 1px solid #05af7a;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box10{
  width: 100%;
  margin-bottom: 4rem;
  border-left: none;
  padding-left: 0;
}
}

.washer-sec04 .flexbox .box9 h3,
.washer-sec04 .flexbox .box10 h3{
  color: #05af7a;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box9 h3,
.washer-sec04 .flexbox .box10 h3{
  font-size: 1.5rem;
}
}

.washer-sec04 .flexbox .box9 h4,
.washer-sec04 .flexbox .box10 h4{
  color: #05af7a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box9 h4,
.washer-sec04 .flexbox .box10 h4{
  font-size: 1.5rem;
}
}

.washer-sec04 .flexbox .box9 p,
.washer-sec04 .flexbox .box10 p{
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box9 p,
.washer-sec04 .flexbox .box10 p{
  font-size: 1.2rem;
  line-height: 1.4;
}
}

.washer-sec04 .flexbox .box10 .img{
  margin-top: -60px;
}

@media screen and (max-width: 1000px) {
.washer-sec04 .flexbox .box10 .img{
  margin-top: -20px;
}
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box10 .img{
  margin-top: -2rem;
}
}

.washer-sec04 .flexbox .box11{
  width: 49%;
  margin-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box11{
  width: 100%;
  margin-bottom: 4rem;
}
}

.washer-sec04 .flexbox .box11 .img{
  position: relative;
}

.washer-sec04 .flexbox .box11 h3,
.washer-sec04 .flexbox .box12 h3,
.washer-sec04 .flexbox .box13 h3,
.washer-sec04 .flexbox .box14 h3,
.washer-sec04 .flexbox .box15 h3,
.washer-sec04 .flexbox .box16 h3{
  color: #05af7a;

}


.washer-sec04 .flexbox .box11 p,
.washer-sec04 .flexbox .box12 p,
.washer-sec04 .flexbox .box13 p,
.washer-sec04 .flexbox .box14 p,
.washer-sec04 .flexbox .box15 p,
.washer-sec04 .flexbox .box16 p{
  font-size: 1.5rem;
  line-height: 1.4;

}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box11 p,
.washer-sec04 .flexbox .box12 p,
.washer-sec04 .flexbox .box13 p,
.washer-sec04 .flexbox .box14 p,
.washer-sec04 .flexbox .box15 p,
.washer-sec04 .flexbox .box16 p{
  font-size: 1.2rem;
  line-height: 1.4;
}
}



.washer-sec04 .flexbox .box11 h3{
  position: absolute;
  top:0%;
  left: 0%;
  width: 50%;
}

.washer-sec04 .flexbox .box11 p{
  position: absolute;
  top:12%;
  left: 0%;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box11 p{
  font-size: 1.15rem;
  line-height: 1.4;
}
}


@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box11 h4{
  width: 100%;
  margin-bottom: 4rem;
}
}




.washer-sec04 .flexbox .box12{
  width: 49%;
  margin-bottom: 6rem;
  border-left: 1px solid #05af7a;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box12{
  width: 100%;
  margin-bottom: 4rem;
  border-left: none;
  padding-left: 0;
}
}



.washer-sec04 .flexbox .box14,
.washer-sec04 .flexbox .box16{
  width: 56%;
}

.washer-sec04 .flexbox .box14,
.washer-sec04 .flexbox .box15{
  margin-bottom: 4rem;
}


@media screen and (max-width: 768px) {
.washer-sec04 .flexbox .box13,
.washer-sec04 .flexbox .box14,
.washer-sec04 .flexbox .box15,
.washer-sec04 .flexbox .box16{
  width: 100%;
}


}




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

}

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


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

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

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











.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 */