@charset "UTF-8";
.small {
  font-size: 13px;
}

.mv {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1024px) {
  .br_tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blue {
  color: #2380ba;
  font-weight: bold;
}

.green {
  color: #4ebcb2;
  font-weight: bold;
}

.center {
  text-align: center;
}

.item_data {
  margin-bottom: 50px;
}

/* =============================================

SNS ボタン

============================================= */
.sns_wrapper {
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}

.sns {
  position: absolute;
  top: 30px;
  right: 5px;
}

@media (min-width: 768px) {
  .sns {
    right: 20px;
  }
}

.sns .sns_text {
  width: 9px;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .sns .sns_text {
    width: 20px;
  }
}

.sns .icon_insta,
.sns .icon_youtube {
  width: 30px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .sns .icon_insta,
  .sns .icon_youtube {
    width: 40px;
  }
}

.sns .icon img {
  width: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sns .icon img {
    width: 40px;
  }
}

.sns .icon_youtube {
  margin-top: 5px;
}

.sns .icon_tiktok {
  width: 40px;
  display: block;
}

@media (min-width: 768px) {
  .sns .icon_tiktok {
    width: 50px;
  }
}

.sns .icon_tiktok img {
  width: 40px;
}

@media (min-width: 768px) {
  .sns .icon_tiktok img {
    width: 50px;
  }
}

/* =============================================

メインボタン

============================================= */
.mv_btn {
  max-width: 1000px;
}

.btn_btuy {
  display: inline-block;
}

.btn_btuy {
  background-color: #4ebcb2;
  width: 350px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px #e3e3e3;
          box-shadow: 5px 5px 5px #e3e3e3;
  margin: 20px auto;
  padding: 10px;
  font-size: 18px;
}

@media (min-width: 700px) {
  .btn_btuy {
    width: 330px;
    height: 90px;
  }
}

@media (min-width: 960px) {
  .btn_btuy {
    margin: 20px auto;
    width: 480px;
  }
}

.btn_btuy_1 {
  padding-top: 10px;
  display: block;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .btn_btuy_1 {
    padding-top: 17px;
    margin-top: 60px;
  }
}

.btn_btuy_2 {
  background-color: #2380ba;
}

.btn_btuy_3 {
  background-color: #2380ba;
  padding-top: 18px;
}

.btn_btuy .small {
  display: block;
  margin-top: 5px;
}

/* =============================================

WASH LIFE の特徴

============================================= */
.news_area_txt {
  margin: 20px 0;
}

.news_area_txt .colona_tlt {
  text-align: center;
  margin: 0px auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .news_area_txt .colona_tlt {
    max-width: 1080px;
    margin: 30px auto 40px auto;
    line-height: 1.8;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .news_area_txt .colona_tlt {
    text-align: center;
    margin: 30px auto 80px auto;
  }
}

.feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 95%;
  margin-bottom: 50px;
}

@media (min-width: 960px) {
  .feature_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature_wrapper .feature_wrapper_text {
  margin-top: 30px;
  line-height: 1.6;
  margin: 0 auto;
  font-size: 1rem;
}

@media (min-width: 960px) {
  .feature_wrapper .feature_wrapper_text {
    width: 52%;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .feature_wrapper .feature_wrapper_text {
    padding-right: 0;
  }
}

.feature_wrapper .feature_wrapper_img {
  width: 100%;
  display: inline-block;
  margin: 20px auto;
}

@media (min-width: 960px) {
  .feature_wrapper .feature_wrapper_img {
    max-width: 450px;
    margin: 0 auto;
  }
}

/* =============================================

背景の平行四辺形

============================================= */
.square {
  position: relative;
}

@media (min-width: 960px) {
  .square {
    padding: 0 20px;
  }
}

.square::before {
  content: "";
  position: absolute;
  top: 230px;
  bottom: 150px;
  z-index: -100;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f5fffe;
  -webkit-transform: skewY(345deg);
          transform: skewY(345deg);
}

@media (min-width: 960px) {
  .square::before {
    top: 200px;
    bottom: 150px;
    -webkit-transform: skewY(350deg);
            transform: skewY(350deg);
  }
}

/* =============================================

第三者機関による実験で効果を実証

============================================= */
.demonstration {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .demonstration {
    margin-top: 150px;
  }
}

.demonstration .demonstration_top_wrapper {
  text-align: center;
}

.demonstration .demonstration_top_wrapper .demonstration_link a {
  background: #fff;
  border: solid 2px #2380ba;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 320px;
  padding: 12px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  color: #0067a8;
  font-weight: bold;
}

@media (min-width: 960px) {
  .demonstration .demonstration_top_wrapper .demonstration_link a {
    max-width: 280px;
  }
}

.demonstration .demonstration_top_wrapper .demonstration_link a:hover {
  background: #0067a8;
  color: #fff;
}

.demonstration .demonstration_top_wrapper .demonstration_link a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #2380ba;
  border-right: 3px solid #2380ba;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.demonstration .demonstration_top_wrapper .demonstration_link a:hover:after {
  border-color: #fff;
}

.demonstration .demonstration_title {
  background: #4fbcb2;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 959px) {
  .demonstration .demonstration_title {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .demonstration .demonstration_title {
    font-size: 25px;
  }
}

@media (min-width: 960px) {
  .demonstration .demonstration_title {
    padding: 10px 150px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.demonstration .demonstration_text {
  font-size: 1rem;
  width: 95%;
  margin: 30px auto;
  line-height: 1.6;
  text-align: left;
}

@media (min-width: 960px) {
  .demonstration .demonstration_text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.demonstration_wrapper .demonstration_wrapper_text {
  font-size: 1.1rem;
  color: #2380ba;
  font-weight: bold;
  margin: 30px 0;
  line-height: 2;
}

@media (min-width: 960px) {
  .demonstration_wrapper .demonstration_wrapper_text {
    width: 620px;
    margin: 50px auto;
  }
}

.demonstration_wrapper .demonstration_wrapper_btn {
  color: #4b89ff;
  border-bottom: solid 1px #4b89ff;
  display: block;
  margin: 20px auto;
  font-weight: normal;
  width: 175px;
  text-align: center;
  font-weight: normal;
  font-size: 19px;
}

@media (min-width: 960px) {
  .demonstration_wrapper .demonstration_wrapper_btn {
    display: inline-block;
    margin: 0 13px;
  }
}

.demonstration_wrapper .demonstration_wrapper_btn-1 {
  margin-top: 0;
}

/* =============================================

何故アルコール、次亜塩素酸水、亜塩素酸水、二酸化塩素を噴霧する商品が多く作られるのか？

============================================= */
.why_wrapper {
  padding: 0 15px;
}

.why_container {
  background-color: #fff;
  border: solid 2px #4fbcb2;
  border-radius: 20px;
  padding: 20px 15px;
  max-width: 900px;
  margin: 80px auto;
}

@media (min-width: 768px) {
  .why_container {
    padding: 40px 50px;
    margin: 150px auto 150px auto;
  }
}

.why_container .why_container_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.why_container .triangle {
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #4fbcb2;
  display: inline-block;
}

.why_container .why_title {
  color: #4fbcb2;
  font-weight: bold;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 15px;
}

.why_container .why_text {
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .why_container .why_text {
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 1.8;
  }
}

/* =============================================

ウイルス、菌について

============================================= */
@media (min-width: 960px) {
  .virus_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.virus_wrapper .virus_img {
  margin: 0 auto;
  display: block;
}

@media (min-width: 960px) {
  .virus_wrapper .virus_img {
    width: 40%;
    height: 100%;
  }
}

.virus_wrapper .virus_text {
  line-height: 1.6;
  padding: 0 15px;
  margin-top: 30px;
  font-size: 1rem;
}

@media (min-width: 960px) {
  .virus_wrapper .virus_text {
    margin: 0;
    margin-left: 30px;
    font-size: 1.1rem;
    width: 60%;
    line-height: 1.8;
  }
}

/* =============================================

washlife とは

============================================= */
.washlife {
  position: relative;
  margin: 0px 0;
}

@media (min-width: 960px) {
  .washlife {
    margin: 150px 0;
  }
}

.washlife .border-top,
.washlife .border-bottom {
  border: solid 1px #4ebcb2;
  width: 300px;
  margin: 50px 0;
}

@media (min-width: 768px) {
  .washlife .border-top,
  .washlife .border-bottom {
    width: 500px;
  }
}

@media (min-width: 1024px) {
  .washlife .border-top,
  .washlife .border-bottom {
    width: 800px;
  }
}

@media (min-width: 1440px) {
  .washlife .border-top,
  .washlife .border-bottom {
    width: 1000px;
  }
}

.washlife .border-bottom {
  position: absolute;
  right: 0;
}

.washlife .washlife_text {
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 960px) {
  .washlife .washlife_text {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/* =============================================

ルミテスターテストによる検証

============================================= */
.yooutube_wrapper {
  position: relative;
  width: 100%;
}

.yooutube_wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さ÷横幅×100 */
}

.yooutube_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.test_wrapper {
  max-width: 800px;
  margin: 120px auto 30px auto;
  padding: 0 15px;
}

@media (min-width: 960px) {
  .test_wrapper {
    margin: 150px auto 100px;
  }
}

.test_wrapper .test_title {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .test_wrapper .test_title {
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }
}

.test_wrapper .test_title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-top: 7px solid #464646;
  /* 好みで色を変えてください */
}

@media (min-width: 960px) {
  .test_wrapper .test_title::before {
    border: 10px solid transparent;
    border-top: 12px solid #464646;
    /* 好みで色を変えてください */
  }
}

/* =============================================

安全、安心を第一に

============================================= */
.sustainable {
  background-image: url("../img/family_sp.png");
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
  margin-top: 100px;
}

@media (min-width: 960px) {
  .sustainable {
    background-image: url("../img/family_pc.png");
    height: 400px;
    margin-top: 200px;
    font-size: 1.3rem;
  }
}

.sustainable .sustainable_text {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
}

@media (min-width: 768px) {
  .sustainable .sustainable_text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .sustainable .sustainable_text {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .sustainable .sustainable_text {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #page-top a {
    background: #81d8d0;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }
}
/*# sourceMappingURL=newstyle.css.map */