body {
  background-color: #ffffff;
}

#Contents {
  padding: 0;
  margin: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.display_none {
  display: none;
}

/* SP accordion plus */

@media (max-width: 768px) {
  .ttl_main {
    font-size: calc(42 * (100vw / 750));
  }
}

.ttl {
  position: relative;
  transition: background-color 0.45s cubic-bezier(0.2, 0.6, 0.8, 1);
}

.ttl.open {
  background: #f2f2f2;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 2 versions
*/

.switch {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.switch:after {
  content: "";
  -webkit-transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #bdbdbd;
}

.switch:before {
  content: "";
  -webkit-transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.45s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #bdbdbd;
}

.ttl.open .switch:after {
  opacity: 0;
}

.ttl.open .switch:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.ttl:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec._02 .ttl:before {
  background-image: url(../img/icon01.png);
  width: 30px;
  height: 30px;
}

.sec._03 .ttl:before {
  background-image: url(../img/icon02.png);
}

.sec._04 .ttl:before {
  background-image: url(../img/icon03.png);
}

.sec._05 .ttl:before {
  background-image: url(../img/icon04.png);
}

.sec._06 .ttl:before {
  background-image: url(../img/icon08.png);
}

.sec._07 .ttl:before {
  background-image: url(../img/icon05.png);
}

.sec._08 .ttl:before {
  width: 30px;
  height: 30px;
  background-image: url(../img/icon06.png);
}

/************ all **********/
.washing_lp * {
  box-sizing: border-box !important;
}

.washing_lp {
  position: relative;
  /* fix for z-index bug in header */
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic",
    "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: normal;
}

.washing_lp .main-area {
  margin: 0 auto;
}

/************ link **********/
.washing_lp .button_list {
  justify-content: space-evenly;
}

.washing_lp .list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
}

.washing_lp .list._08 {
  visibility: hidden;
}

/************ image **********/
.washing_lp img,
.washing_lp figure {
  width: 100%;
  margin: 0;
}

/************ typography **********/
.washing_lp a {
  text-decoration: none;
  color: #000 !important;
}

/* title */
.washing_lp .ttl {
  letter-spacing: 0;
}

/* text */
.washing_lp .sec._01 .list,
.washing_lp .tt {
  letter-spacing: 0;
}

.washing_lp .tt {
  line-height: 1.71;
}

/* lead */
.washing_lp .lead {
  /* line-break: anywhere; */
}

/* for pc */
.main-area {
  margin-top: 72px;
}

.washing_lp {
  max-width: 870px;
  margin-bottom: 182px;
}

.washing_lp .anker_blank {
  padding-top: 100px;
  margin-top: -100px;
}

.washing_lp .sec._02,
.washing_lp .sec._03,
.washing_lp .sec._04,
.washing_lp .sec._05,
.washing_lp .sec._06,
.washing_lp .sec._07,
.washing_lp .sec._08 {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

/************ link **********/
.washing_lp a {
  max-width: 210px;
  width: 100%;
}

.washing_lp .list {
  max-width: 210px;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  border-radius: 17.5px;
}

.washing_lp .list._01,
.washing_lp .list._02,
.washing_lp .list._03,
.washing_lp .list._04 {
  margin-bottom: 15px;
}

.washing_lp .list._08 {
  visibility: hidden;
}

/************ table **********/
.washing_lp table {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.washing_lp table th,
.washing_lp table td {
  height: 85px;
  /*実線 1px 黒*/
}

.washing_lp table th {
  width: 131px;
  text-align: center;
  vertical-align: middle;
}

.washing_lp table td {
  width: 678px;
  display: table-cell;
  vertical-align: middle;
}

/************ image **********/
.washing_lp img {
  max-width: 70px;
  margin: 0 auto;
}

/************ typography **********/
/* title */
.washing_lp .sec._01 .ttl {
  margin-bottom: 51px;
  font-size: 28px;
  text-align: center;
}

.washing_lp .sec._02 .ttl,
.washing_lp .sec._03 .ttl,
.washing_lp .sec._04 .ttl,
.washing_lp .sec._05 .ttl,
.washing_lp .sec._06 .ttl,
.washing_lp .sec._07 .ttl,
.washing_lp .sec._08 .ttl {
  /* margin: 62px 0 20px; */
  height: 80px;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-top: 1px solid #ddd;
}

.washing_lp .sec._08 .ttl {
  border-bottom: 1px solid #ddd;
}

/* text */
.washing_lp .sec._01 .list {
  font-size: 14px;
}

.washing_lp .tt {
  padding: 0 45px 0 10px;
  font-size: 14px;
}

/* lead */

/*IE用css*/
@media all and (-ms-high-contrast: none) {
  .washing_lp .list {
    padding-top: 6px;
  }

  .washing_lp .button_list {
    justify-content: space-between;
  }
}

/* for tablet */
@media only screen and (min-width: 751px) and (max-width: 1025px) {
  .main-area {
    margin-top: calc(72 * (100vw / 1025));
  }

  .washing_lp {
    width: calc(870 * (100vw / 1025));
    margin-bottom: calc(182 * (100vw / 1025));
    padding-top: 48px;
  }

  .washing_lp .anker_blank {
    padding-top: calc(100 * (100vw / 1025));
    margin-top: calc(-100 * (100vw / 1025));
  }

  .washing_lp .sec._02,
  .washing_lp .sec._03,
  .washing_lp .sec._04,
  .washing_lp .sec._05,
  .washing_lp .sec._06,
  .washing_lp .sec._07,
  .washing_lp .sec._08 {
    width: calc(810 * (100vw / 1025));
    margin: 0 auto;
  }

  /************ link **********/
  .washing_lp a {
    width: calc(210 * (100vw / 1025));
  }

  .washing_lp .list {
    width: calc(210 * (100vw / 1025));
    height: calc(35 * (100vw / 1025));
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    border-radius: calc(17.5 * (100vw / 1025));
  }

  .washing_lp .list._01,
  .washing_lp .list._02,
  .washing_lp .list._03,
  .washing_lp .list._04 {
    margin-bottom: calc(15 * (100vw / 1025));
  }

  .washing_lp .list._08 {
    visibility: hidden;
  }

  /************ table **********/
  .washing_lp table {
    width: calc(810 * (100vw / 1025));
    margin: 0 auto;
    border-collapse: collapse;
  }

  .washing_lp table th,
  .washing_lp table td {
    height: calc(85 * (100vw / 1025));
    /* border: solid 1px black; */
    /*実線 1px 黒*/
  }

  .washing_lp table th {
    width: calc(131 * (100vw / 1025));
    text-align: center;
    vertical-align: middle;
  }

  .washing_lp table td {
    width: calc(678 * (100vw / 1025));
    display: table-cell;
    vertical-align: middle;
  }

  /************ image **********/
  .washing_lp img {
    width: calc(70 * (100vw / 1025));
    margin: 0 auto;
  }

  /************ typography **********/
  /* title */
  .washing_lp .sec._01 .ttl {
    margin-bottom: calc(51 * (100vw / 1025));
    font-size: calc(28 * (100vw / 1025));
    text-align: center;
  }

  .washing_lp .sec._02 .ttl,
  .washing_lp .sec._03 .ttl,
  .washing_lp .sec._04 .ttl,
  .washing_lp .sec._05 .ttl,
  .washing_lp .sec._06 .ttl,
  .washing_lp .sec._07 .ttl,
  .washing_lp .sec._08 .ttl {
    height: calc(75 * (100vw / 1025));
    font-size: calc(20 * (100vw / 1025));
  }

  /* text */
  .washing_lp .sec._01 .list {
    font-size: calc(14 * (100vw / 1025));
  }

  .washing_lp .tt {
    padding: 0 calc(45 * (100vw / 1025)) 0 calc(10 * (100vw / 1025));
    font-size: calc(14 * (100vw / 1025));
  }

  /* lead */
}

/* for sp */
@media only screen and (max-width: 750px) {
  .main-area {
    margin-top: calc(68 * (100vw / 750));
    padding-top: 1px;
  }

  .washing_lp {
    /* margin-top: calc(90 * (100vw / 750)); */
    margin-bottom: calc(160 * (100vw / 750));
    padding-top: 9.6rem;
  }

  .washing_lp .anker_blank {
    padding-top: calc(100 * (100vw / 750));
    margin-top: calc(-100 * (100vw / 750));
  }

  .washing_lp .sec._02,
  .washing_lp .sec._03,
  .washing_lp .sec._04,
  .washing_lp .sec._05,
  .washing_lp .sec._06,
  .washing_lp .sec._07,
  .washing_lp .sec._08 {
    width: 100%;
  }

  /************ link **********/
  .washing_lp a {
    width: calc(333 * (100vw / 750));
  }

  .washing_lp .list {
    width: calc(333 * (100vw / 750));
    height: calc(80 * (100vw / 750));
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    border-radius: calc(40 * (100vw / 750));
  }

  .washing_lp .list._01,
  .washing_lp .list._02,
  .washing_lp .list._03,
  .washing_lp .list._04,
  .washing_lp .list._05,
  .washing_lp .list._06 {
    margin-bottom: calc(20 * (100vw / 750));
  }

  .washing_lp .list._08 {
    visibility: hidden;
  }

  /************ table **********/
  .washing_lp table {
    width: calc(670 * (100vw / 750));
    margin: 0 auto;
  }

  .washing_lp table th,
  .washing_lp table td {
    height: calc(150 * (100vw / 750));
  }

  .washing_lp table th {
    width: calc(110 * (100vw / 750));
    text-align: center;
    vertical-align: middle;
  }

  .washing_lp table td {
    width: calc(565 * (100vw / 750));
    display: table-cell;
    vertical-align: middle;
  }

  /************ image **********/
  .washing_lp img {
    width: calc(110 * (100vw / 750));
    margin: auto 0;
  }

  /************ typography **********/
  /* title */
  .washing_lp .sec._01 .ttl {
    margin-bottom: calc(60 * (100vw / 750));
    font-size: calc(42 * (100vw / 750));
    text-align: center;
  }

  .washing_lp .ttl {
    word-break: keep-all;
  }

  .washing_lp .sec._02 .ttl,
  .washing_lp .sec._03 .ttl,
  .washing_lp .sec._04 .ttl,
  .washing_lp .sec._05 .ttl,
  .washing_lp .sec._06 .ttl,
  .washing_lp .sec._07 .ttl,
  .washing_lp .sec._08 .ttl {
    height: calc(115 * (100vw / 750));
    display: flex;
    align-items: center;
    padding-left: calc(37 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }

  /* text */
  .washing_lp .sec._01 .list {
    font-size: calc(22 * (100vw / 750));
    position: relative;
  }

  .washing_lp .sec._01 .list p::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: calc(7 * (100vw / 750));
    height: calc(7 * (100vw / 750));
    border: 1px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
  }

  .washing_lp .tt {
    padding: 0 calc(15 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    line-height: 1.42;
  }

  /* lead */
}

@media (max-width: 768px) {
  .ttl:before {
    width: calc(40 * (100vw / 750));
    height: calc(40 * (100vw / 750));
    margin-right: calc(26 * (100vw / 750));
  }

  .sec._02 .ttl:before {
    width: calc(45 * (100vw / 750));
    height: calc(45 * (100vw / 750));
  }

  .sec._08 .ttl:before {
    width: calc(40 * (100vw / 750));
    height: calc(40 * (100vw / 750));
    background-image: url(../img/icon06.png);
  }
}
