@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.p-cochaMaint__lead {
  margin-bottom: 3.5em;
  font-size: 1.6rem;
  text-align: center;
}
.p-cochaMaint .l-container--900 {
  padding: 0;
}
.p-cochaMaint__tabList {
  display: flex;
  justify-content: center;
}
.p-cochaMaint__tabList li {
  flex: 1;
  padding: 5px;
  font-size: 1.8rem;
  text-align: center;
  border: solid 1px #e5004a;
  border-right: none;
  cursor: pointer;
}
.p-cochaMaint__tabList li:last-child {
  border-right: solid 1px #e5004a;
}
.p-cochaMaint__tabAnker {
  padding: 15px 10px 15px 15px;
  margin: 0 auto;
  border: solid 1px #e5004a;
  border-top: none;
  background: #fff;
}
.p-cochaMaint__tabItem {
  display: none;
  font-size: 1.8rem;
  line-height: 2;
}
.p-cochaMaint__tabItem > li:not(:first-child):not(.u-mt--10) {
  display: flex;
}
.p-cochaMaint__tabItem > li:not(:first-child) {
  padding-left: 10px;
}
.p-cochaMaint__tabItem > li ul:first-child {
  width: 49%;
}
.p-cochaMaint__tabItem a {
  position: relative;
  padding-left: 20px;
  color: #e5004a;
}
.p-cochaMaint__tabItem a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: url(../../../img/common/icons/arrow_menu.svg) no-repeat left center;
}
.p-cochaMaint__tabItem.Js-Tab-Show {
  display: block;
}
.p-cochaMaint .Js-Tab.Js-Tab-Active {
  background: #e5004a;
  color: #FFF;
  transition: all 0.2s ease-out;
}
.p-cochaMaint .question-tab__anker--item.Js-Tab-Show {
  display: block;
}
.p-cochaMaint__howto a {
  color: #000;
  text-decoration: underline;
}
.p-cochaMaint__howto a:hover {
  text-decoration: none;
}
.p-cochaMaint__title {
  padding: 166px 0 40px;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
}
.p-cochaMaint__subtitle {
  margin-bottom: 60px;
  padding-bottom: 3px;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 2px solid #e5004a;
}
.p-cochaMaint__itemWrap {
  margin-bottom: 80px;
  margin-top: -100px;
  padding-top: 100px;
}
.p-cochaMaint__itemWrap:last-of-type {
  margin-bottom: 0;
}
.p-cochaMaint__item {
  margin-top: -100px;
  padding-top: 100px;
}
.p-cochaMaint__item dt {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-cochaMaint__item dd {
  line-height: 1.7142857143;
}
.p-cochaMaint__item ul, .p-cochaMaint__item ol {
  margin-left: 1em;
  text-indent: -1em;
}
.p-cochaMaint__item--tapImg {
  width: 28.5%;
  margin: -23px auto 0;
  text-align: center;
}
.p-cochaMaint__item--tapImg figure {
  margin-top: 50px;
}
.p-cochaMaint__link {
  margin: 110px 0;
  font-size: 1.8rem;
  text-align: center;
}
.p-cochaMaint__link a {
  color: #e5004a;
  text-decoration: underline;
}
.p-cochaMaint__link a:hover {
  text-decoration: none;
}
.p-cochaMaint__contact {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
.p-cochaMaint__contact li {
  width: 48%;
  padding: 40px 10px;
  background: #f6fafc;
}
.p-cochaMaint__contactTel {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-cochaMaint__contactTime {
  font-size: 1.3rem;
}

.p-cochaClean .l-pagetitle em {
  padding: 0 0.1em;
  font-style: normal;
}
.p-cochaClean .c-btn__default a {
  position: relative;
}
.p-cochaClean .c-btn__default a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 36%;
  right: 8%;
  border-bottom: solid 1px #727171;
  border-left: solid 1px #727171;
  transform: rotate(-45deg);
}
.p-cochaClean .c-btn__default a:hover::after {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.p-cochaClean .cleanKV {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.p-cochaClean .cleanKV dl {
  padding: 40px 0 0 13px;
  text-align: center;
}
.p-cochaClean .cleanKV dl dt {
  padding-bottom: 5px;
}
.p-cochaClean .cleanKV__lead {
  margin: 40px 0 20px;
  font-size: 1.8rem;
  line-height: 1.6666;
  text-align: center;
}
.p-cochaClean .cleanIntro__title {
  padding: 100px 0 90px;
  text-align: center;
}
.p-cochaClean .cleanIntro__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 85px;
}
.p-cochaClean .cleanIntro__wrap p {
  margin-left: 26px;
}
.p-cochaClean .cleanScene {
  margin: 85px 0 120px;
}
.p-cochaClean .cleanScene img {
  width: 100%;
}
.p-cochaClean .cleanPlot {
  font-size: 1.8rem;
  line-height: 1.6666;
}
.p-cochaClean .cleanPlot .product-rich__bg {
  padding-bottom: 180px;
}
.p-cochaClean .cleanPlot__title {
  text-align: center;
}
.p-cochaClean .cleanPlot__inr {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-cochaClean .cleanPlot__img {
  padding-top: 30px;
  text-align: center;
}
.p-cochaClean .cleanPlot__secwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-cochaClean .cleanPlot__sectitle {
  padding: 120px 0 60px;
  text-align: center;
}
.p-cochaClean .cleanPlot__seclead {
  margin: -30px 0 60px;
}
.p-cochaClean .cleanPlot__sectxt {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px;
}
.p-cochaClean .cleanPlot__sectxt:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 35px;
  background: url(/assets/img/product/cochamama/clean/plot_line.png) no-repeat center bottom;
}
.p-cochaClean .cleanPlot__sectxt dt {
  padding-bottom: 20px;
}
.p-cochaClean .cleanPlot__sectxt .plot-img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-cochaClean .cleanPlot__sectxt.cleanPlot__sectxt2 {
  width: 60%;
}
.p-cochaClean .cleanPlot__sectxt.cleanPlot__sectxt2 .plot-img {
  right: -68%;
}
.p-cochaClean .cleanPlot__secplot2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-cochaClean .cleanPlot__secplot2 li {
  width: 289px;
  text-align: center;
}
.p-cochaClean .cleanPlot__secplot2 li p {
  padding-top: 0.7em;
  text-align: left;
}
.p-cochaClean .cleanPlot__column {
  position: relative;
  margin-top: 80px;
  padding: 25px 0;
  border: 2px solid #00b4ed;
  border-radius: 30px;
}
.p-cochaClean .cleanPlot__columntitle {
  position: absolute;
  top: -18px;
  left: 30px;
}
.p-cochaClean .cleanPlot__columnwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-cochaClean .cleanPlot__columnwrap dl {
  width: 50%;
  padding: 0 2.5%;
}
.p-cochaClean .cleanPlot__columnwrap dl:first-child {
  border-right: 2px solid #00b4ed;
}
.p-cochaClean .cleanNotes {
  margin: -20px 0 60px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .clean-only01__inr--commentwrap {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: hidden;
  }
  .p-cochaMaint__tabList {
    display: block;
  }
  .p-cochaMaint__tabList li {
    font-size: 4.8vw;
    border-right: solid 1px #e5004a;
    border-bottom: none;
  }
  .p-cochaMaint__tabAnker {
    padding: 15px;
    border-top: solid 1px #e5004a;
  }
  .p-cochaMaint__tabItem {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-cochaMaint__tabItem > li:not(:first-child):not(.u-mt--10) {
    display: block;
  }
  .p-cochaMaint__tabItem > li:first-of-type {
    margin-bottom: 10px;
  }
  .p-cochaMaint__tabItem > li ul li {
    padding-left: 2em;
    text-indent: -2em;
  }
  .p-cochaMaint__tabItem > li ul li:last-child {
    margin-bottom: 20px;
  }
  .p-cochaMaint__tabItem > li ul:first-child {
    width: auto;
  }
  .p-cochaMaint__howto {
    padding: 0 15px;
  }
  .p-cochaMaint__title {
    padding: 26.6666666667vw 0 10.6666666667vw;
    font-size: 6.1333333333vw;
  }
  .p-cochaMaint__subtitle {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-cochaMaint__itemWrap {
    margin-bottom: 0;
  }
  .p-cochaMaint__item dt {
    font-size: 3.7333333333vw;
  }
  .p-cochaMaint__item dd {
    margin-bottom: 20vw;
  }
  .p-cochaMaint__item dd.u-mb--0 {
    margin-bottom: 0;
  }
  .p-cochaMaint__item figure {
    margin-bottom: 1.5em;
  }
  .p-cochaMaint__item--tapImg {
    width: auto;
    margin: 0 auto;
  }
  .p-cochaMaint__item--tapImg figure {
    width: 63.4666666667vw;
    margin: 0 auto 11.3333333333vw;
  }
  .p-cochaMaint__item--tapTxt figure {
    width: 26.6666666667vw;
    margin: 6.6666666667vw auto 4vw;
  }
  .p-cochaMaint__link {
    margin: 20vw 0;
    font-size: 3.7333333333vw;
  }
  .p-cochaMaint__contact {
    display: block;
  }
  .p-cochaMaint__contact li {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-cochaClean .cleanKV {
    padding: 0;
  }
  .p-cochaClean .cleanKV figure {
    width: 61.0256410256vw;
    margin: 0 auto 9.2307692308vw;
  }
  .p-cochaClean .cleanKV dl {
    margin: 0 -15px;
    padding: 0;
  }
  .p-cochaClean .cleanKV dl dt {
    width: 40vw;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .p-cochaClean .cleanKV__lead {
    margin: 3.8461538462vw 0 12.8205128205vw;
    font-size: 3.8461538462vw;
    letter-spacing: 1.8;
  }
  .p-cochaClean .cleanIntro__title {
    width: 40.1282051282vw;
    margin: 0 auto;
    padding: 17.9487179487vw 0 8.9743589744vw;
  }
  .p-cochaClean .cleanIntro__wrap {
    flex-direction: column-reverse;
    padding-bottom: 12.8205128205vw;
  }
  .p-cochaClean .cleanIntro__wrap p {
    margin: 0 0 7.9487179487vw;
  }
  .p-cochaClean .product-slide {
    margin: 0 3% 40px;
  }
  .p-cochaClean .cleanScene {
    overflow: hidden;
    margin: 12.8205128205vw 0;
  }
  .p-cochaClean .cleanScene img {
    max-width: inherit;
    width: 112%;
    margin: 0 -6%;
  }
  .p-cochaClean .cleanPlot {
    font-size: 3.5897435897vw;
    text-align: center;
  }
  .p-cochaClean .cleanPlot .product-rich__bg {
    padding-bottom: 23.0769230769vw;
  }
  .p-cochaClean .cleanPlot__title {
    margin-bottom: 8.9743589744vw;
  }
  .p-cochaClean .cleanPlot__inr {
    padding: 0 6.6666666667vw;
  }
  .p-cochaClean .cleanPlot__img {
    margin: 0 -3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
  .p-cochaClean .cleanPlot__sectitle {
    padding: 15.3846153846vw 0 8.9743589744vw;
  }
  .p-cochaClean .cleanPlot__seclead {
    margin: -3.8461538462vw 0 8.9743589744vw;
  }
  .p-cochaClean .cleanPlot__sectxt:not(:last-child) {
    margin-bottom: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    background-size: 100%;
  }
  .p-cochaClean .cleanPlot__sectxt .plot-img {
    position: relative;
  }
  .p-cochaClean .cleanPlot__sectxt.cleanPlot__sectxt2 {
    width: auto;
  }
  .p-cochaClean .cleanPlot__sectxt.cleanPlot__sectxt2 .plot-img {
    right: auto;
    width: 66.5384615385vw;
    margin: 6.4102564103vw auto 0;
  }
  .p-cochaClean .cleanPlot__secplot2 {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .p-cochaClean .cleanPlot__secplot2 li {
    width: auto;
  }
  .p-cochaClean .cleanPlot__secplot2 li:not(:last-child) {
    background: url(/assets/img/product/cochamama/clean/plot_line.png) no-repeat center bottom/100%;
    margin-bottom: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
  }
  .p-cochaClean .cleanPlot__secplot2 li p {
    padding-top: 1.5em;
    text-align: center;
  }
  .p-cochaClean .cleanPlot__column {
    margin-top: 18.5897435897vw;
    padding: 2.5641025641vw 2.5641025641vw 1.2820512821vw;
    border-radius: 3.8461538462vw;
    border-width: 0.2564102564vw;
  }
  .p-cochaClean .cleanPlot__columntitle {
    width: 20.3846153846vw;
    top: -3.2051282051vw;
    left: 4.1025641026vw;
  }
  .p-cochaClean .cleanPlot__columnwrap dl {
    width: 100%;
    padding: 3.8461538462vw 0 0;
  }
  .p-cochaClean .cleanPlot__columnwrap dl:first-child {
    border-right: none;
    border-bottom: 0.2564102564vw solid #00b4ed;
  }
  .p-cochaClean .cleanPlot__columnwrap dl img {
    width: 27.3076923077vw;
    padding: 3.0769230769vw 0 6.9230769231vw;
  }
}
@media screen and (min-width: 769px){
  .p-cochaMaint__itemWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-cochaMaint__itemWrap.vaC {
    align-items: center;
  }
  .p-cochaMaint__item {
    width: 46.6666666667%;
  }
  .p-cochaMaint__item figure + dl {
    margin-top: 1.5em;
  }
  .p-cochaMaint__item--tapTxt {
    width: 60.8333333333%;
  }
  .p-cochaMaint__item--tapTxt dt {
    margin-left: 23.2876712329%;
  }
  .p-cochaMaint__item--tapTxt dd {
    display: flex;
    justify-content: space-between;
  }
  .p-cochaMaint__item--tapTxt dd figure {
    width: 20.5479452055%;
  }
  .p-cochaMaint__item--tapTxt dd > div {
    width: 76.7123287671%;
  }
  .p-cochaClean .product-slide ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px;
  }
  .p-cochaClean .product-slide ul li {
    float: none;
    width: auto;
    box-shadow: 1px 1px 15px #dbdcde;
  }
}
@media screen and (max-width: 950px){
  .p-cochaMaint__contact {
    width: 100%;
  }
}