@charset "UTF-8";
@media (min-width: 800px) {
  .catcharea .topwrapper {
    width: 50%;
  }
}
.catccontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.catch_box {
  width: 30%;
}

.regulararea .bgopa_img:first-of-type {
  left: -20%;
  top: -20%;
  width: 60%;
}
.regulararea .bgopa_img:nth-of-type(2) {
  width: 60%;
  right: -10%;
  top: 30%;
}
.regulararea p {
  text-align: justify;
}

.regular_comtainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.regular_comtainer .regular_box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  .regular_comtainer .regular_box {
    padding: 0;
  }
}
.regular_comtainer .regular_box img {
  margin: 40px 0;
}
.regular_comtainer .regular_box img:nth-of-type(2) {
  width: 80%;
}
@media (max-width: 800px) {
  .regular_comtainer .regular_box img:nth-of-type(2) {
    width: 90%;
    margin: auto;
  }
}

.commercialcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .commercialcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.commercialcontainer p {
  text-align: justify;
}
@media (min-width: 800px) {
  .commercialcontainer p {
    width: 50%;
    padding: 10px;
  }
}
.commercialcontainer .commercial_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 800px) {
  .commercialcontainer .commercial_img {
    width: 50%;
    padding: 10px;
  }
  .commercialcontainer .commercial_img img:first-of-type {
    width: 90%;
  }
  .commercialcontainer .commercial_img img:nth-of-type(2) {
    margin-top: -10px;
  }
}
.areacatch span {
  display: block;
  color: red;
}

.bgarea {
  background: url(../etc_cleaning/etc09_bg2.jpg);
  background-size: contain;
  padding: 40px;
  margin-top: 40px;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .bgarea {
    padding: 10px;
  }
}

.bgtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .bgtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bgtitle p:nth-of-type(2) {
  background: red;
  color: white;
  padding: 10px 20px;
  margin-left: 10px;
}

.pricecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
}
@media (max-width: 800px) {
  .pricecontainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
}

.imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  height: 150px;
}

.pricebox {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  .pricebox {
    width: 50%;
    padding: 15px;
  }
}
.pricebox p:first-of-type {
  color: #667b99;
  padding: 20px 0 0px;
}
.pricebox p:nth-of-type(2)::before {
  content: "￥";
  font-size: 1rem;
}

@media (max-width: 800px) {
  .tablearea p:last-of-type {
    text-align: left;
  }
}
.tablearea .bgopa_img {
  width: 60%;
  bottom: -40%;
  right: -30%;
}

.tabletitle {
  color: #667b99;
  text-align: left;
}

.tablecontent {
  margin: 40px auto;
  width: 99%;
}
@media (max-width: 800px) {
  .tablecontent {
    margin: 40px auto;
  }
}
.tablecontent p:first-of-type {
  background: #e3eaf4;
  padding: 5px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.tablecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tablecontainer ul {
  width: 33.3333333%;
  padding: 0;
  margin: 0;
}
.tablecontainer ul:nth-of-type(2) {
  border-left: solid 1px;
  border-right: solid 1px;
}
.tablecontainer li {
  border-bottom: solid 1px;
  padding: 10px;
}
@media (max-width: 800px) {
  .tablecontainer li {
    padding: 5px;
  }
}
.tablecontainer li:first-of-type {
  background: rgb(230, 230, 230);
}

.cautionarea {
  content: "";
  background: url(../top/top01.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  display: block;
}
.cautionarea .itemwrapper {
  z-index: 2;
}

.cautionarea::after {
  content: "";
  background: rgba(255, 255, 255, 0.385);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cautionimg {
  padding: 10px;
}

.caution_request {
  background: white;
  border-radius: 20px;
  padding: 20px 30px;
}
.caution_request ul {
  padding: 0;
}
.caution_request li {
  text-align: justify;
  margin: 15px 0;
  text-indent: -1.3rem;
  padding-left: 1rem;
}
.caution_request li::before {
  content: "■";
  margin-right: 3px;
}/*# sourceMappingURL=etc.css.map */