html {
  scroll-behavior: smooth;
}

.code-area {
  text-align: center;
  background: #d4e0eb;
  margin-top:18px;
  margin-bottom: 0;
  padding: 5px 0;

}

.code-area a {
  font-size: 16px !important;
}
p.payNumber {
  font-size: 15px !important;
}
.brandcm {
  text-align: center;
  font-weight: 500;
}
.brandcm > .note {
  font-size: 11px;
}
.brandcm > p {
  max-width: 798px;
  margin: 15px auto;
}

.brandcm > span {
  background: #e16734;
  color: #ffffff;
  padding: 1px 30px;
}
.brandcm > h2 {
  font-size: 4.5rem;
  font-weight: bold;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width:1100px) {
  #contents{
    padding-top: 8rem;
  }
    #header2021 .wrapPC {
        display:block;
    }
    .topL{
        width:213px;
    }
}
@media screen and (max-width:1099px) {
  #contents{
    padding-top: 4rem;
  }
  .code-area {
    margin-top: 20px;
  }
  .sp1C{
     margin:0;
  }
}
@media screen and (max-width:999px) {

}

@media screen and (max-width:650px) {
  .product:nth-of-type(3) .product-label li:nth-last-of-type(1), .product:nth-of-type(4) .product-label li:nth-last-of-type(1){
    width: 80% !important;
  }

  .code-area {
  	padding-top: 6vw;
  }
  .code-area{
    margin-top: 3vw;
  }
  .sp2 .sp1C {
    margin: auto;
  }

}

#contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  letter-spacing: 2px;
}

#contents a {
  color: #313131;
  display: block;
  transition: all 0.5s;
  font-weight: bold;
}
.vertop {
  font-size: 0.6em;
  vertical-align: super;
}

#header2021 {
  position: fixed;
  top: 0;
  left: 0;
}

#header2021 .wrapPC {
  box-shadow: 0 3px 7px rgb(171 171 171 / 50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
}
/*11/24*/
  #header2021 .partTop{
      margin-right:30px;
      padding: 10px 0;
  }

#wrapNav2021 {
  top: 0;
  left: 0;
}

.header-btn {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 1099px) {
  .header-btn {
    width: 400px;
    margin-right: 10px;
  }
}

.header-btn a {
  width: 300px;
  margin: 1%;
}

.float-btn {
  display: none;
}

.topL {
  display: flex;
  align-items: center;
}

.topR {
  display: flex;
  align-items: baseline;
}

.theme_main_only a,
.theme_main_only p,
.theme_main_only li {
  font-size: 21px;
  line-height: 32px;
}

#contents a:hover {
  transition: all 0.5s;
  opacity: 0.3;
}

#contents img {
  display: block;
}

.fv {
  position: relative;
}
.fv img.sp-none{
  width: 100%;
  height: auto;
}
.fv img.pc-none{
  width: 100%;
  min-height: 336px;
}

.fv h1 {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #313131;
  font-size: 36px;
  line-height: 55px;
  font-weight: bold;
}

.fv span {
  display: block;
  font-size: 20px;
  padding-top: 30px;
  line-height: 30px;
  position: relative;
}

.fv span::after {
  content: "";
  background: #a5996e;
  height: 2px;
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
}

.request {
  margin-bottom: 110px;
}
.concerns > p {
  text-align: right;
  font-size: 1.1rem;
  margin-right: 10px;
}
.request h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}

.request-list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.request-list li:nth-child(1) img {
  margin-top: 40px;
}
.request-list li {
  width: calc(100% / 2 - 24%);
  width: -webkit-calc(100%/2 - 24%);
  margin: 1%;
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  width: 210px;
  height: 90px;
}

.request-list li a {
  position: relative;
  padding: 60px 0px 0px 0px;
  border: 2px solid #122c59;
  box-shadow: 0px 4px #a1abbe;
  font-size: 20px;
  height: 180px;
}

.request-list li a span {
  font-size: 24px;
}

.request-list li:nth-of-type(1) a:before {
  content: "";
  background: url(./img/02_request/request_01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 110px;
  height: 130px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}
.no-webp body .request-list li:nth-of-type(1) a:before{
  background: url(./img/02_request/request_01.png);
}
.open{
  width: auto;
}
.request-list li:nth-of-type(2) a:before {
  content: "";
  background: url(./img/02_request/request_02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.no-webp body .request-list li:nth-of-type(2) a:before {
  background: url(./img/02_request/request_02.png);
}

.request-list li:nth-of-type(3) a:before {
  content: "";
  background: url(./img/02_request/request_03.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.no-webp body .request-list li:nth-of-type(3) a:before {
  background: url(./img/02_request/request_03.png);
}

.request-list li:nth-of-type(4) a:before {
  content: "";
  background: url(./img/02_request/request_04.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.no-webp body .request-list li:nth-of-type(4) a:before {
  background: url(./img/02_request/request_04.png);
}

.request-list li:nth-of-type(5) a:before {
  content: "";
  background: url(./img/02_request/request_05.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.no-webp body .request-list li:nth-of-type(5) a:before {
  background: url(./img/02_request/request_05.png);
}
.request-list li:nth-of-type(1) a:before,
.request-list li:nth-of-type(2) a:before,
.request-list li:nth-of-type(3) a:before,
.request-list li:nth-of-type(4) a:before,
.request-list li:nth-of-type(5) a:before {
  width: 45%;
  top: -50px;
}
.request-list img {
  width: 30px;
  margin: auto;
  margin-top: 20px;
}

.trouble {
  padding: 200px 0;
  background: url(./img/03_trouble/trouble_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp body.trouble {
  background: url(./img/03_trouble/trouble_bg.jpg);
}

.trouble h2 {
  font-size: 32px;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
}

.trouble h2 span {
  font-size: 48px;
  display: inline-block;
  margin: 0 8px;
  color: #e16734;
}

.trouble-list {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.trouble-list li {
  width: calc(100% / 3 - 2%);
  width: -webkit-calc(100%/3 - 2%);
  margin: 1%;
  text-align: center;
  background: #313131;
  color: white;
  padding-bottom: 30px;
  border-radius: 10px;
}

.trouble-list h3 {
  line-height: 45px;
}

.trouble-list img {
  border-radius: 10px 10px 0 0;
}

.trouble-date {
  max-width: 800px;
  background: white;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  padding: 30px 50px;
}

.trouble-date h3 {
  color: #f08200;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
}

.trouble-date h3 span {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
}

.bg-dots {
  background: url(./img/bg-dot.webp) left top;
  width: 100%;
  height: 100%;
}
.no-webp body .bg-dots {
  background: url(./img/bg-dot.png) left top;
}


.solution-title {
  position: relative;
  padding: 30px 0;
  background: #122c5a;
  text-align: center;
}

.rangefood_type-title::after,
.solution-title::after {
  content: " ";
  position: absolute;
  background: url(./img/04_Solution/Solution_05.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -49px;
  z-index: 2;
}
.no-webp body .rangefood_type-title::after,
.no-webp body .beforeafter-title::after,
.no-webp body .solution-title::after {
  background: url(./img/04_Solution/Solution_05.png);
}

.solution-title h2 {
  color: white;
  line-height: 55px;
  font-size: 32px;
  position: relative;
  display: inline-block;
}

.solution-title h2::before {
  content: "";
  background: url(./img/04_Solution/Solution_02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 165px;
  position: absolute;
  left: -240px;
  bottom: -100px;
  z-index: 2;
}
.no-webp body .solution-title h2::before {
  background: url(./img/04_Solution/Solution_02.png);
}

.solution-title h2::after {
  content: "";
  background: url(./img/04_Solution/Solution_01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 185px;
  position: absolute;
  bottom: -54px;
  right: -240px;
  z-index: 2;
}
.no-webp body .solution-title h2::after {
  background: url(./img/04_Solution/Solution_01.png);
}

.solution-title img {
  width: 180px;
}

.solution-title img:nth-of-type(1) {
  position: absolute;
  right: 8vw;
  bottom: -10px;
}

.solution-title img:nth-of-type(2) {
  position: absolute;
  left: 8vw;
  bottom: -70px;
}

.solution-wrap {
  position: relative;
  background: url(./img/common_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 300px;
}
.no-webp body .solution-wrap {
  background: url(./img/common_bg.jpg);
}

.solution-wrap p {
  max-width: 700px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.solution-wrap p::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #a5996e;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.solution-wrap p:nth-of-type(1):before {
  content: "";
  width: 1px;
  height: 100px;
  background: #a5996e;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.solution-text {
  padding: 100px 0;
}

p.solution-text-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}

.solution-text-img {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 150px;
}

.solution-text-img::before {
  content: "一般家庭用レンジフード";
  background: white;
  padding: 10px 20px;
  width: 400px;
  border: 1px solid #434343;
  border-radius: 50px;
  color: #262626;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.solution-text h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  max-width: 510px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin: auto;
}

.solution-text-list {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.solution-text-list li {
  width: calc(100% / 3 - 13%);
  width: -webkit-calc(100%/3 - 13%);
  margin: 2%;
}

p.solution-text-info {
  font-size: 12px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.consExample > h2 {
  font-size: 3rem;
  color: #000000;
  margin-bottom: 60px;
  width: fit-content;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 60px auto;
  padding-bottom: 10px;
}
.consExample span{
  margin: 30px auto;
}
.consExample {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #eaeaea;
  border-radius: 35px;
  padding: 25px;
  margin: 20px auto;
  height: 95%;
}
.exampleBfore > div:nth-child(1), .exampleBfore > div:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
  max-width: 40%;
  text-align: left;
}
.exampleBfore {
  display: flex;
  justify-content: space-around;
  margin:40px auto;
}
.exampleAfter > h2 {
  font-size: 4rem;
  text-align: left;
  color: #959595;
  margin: 0 40px;
}


.exampleAfter > p {
  text-align: left;
  margin: 30px 40px;
}
.exampleAfter > div img{
  margin: 40px auto;
}
#beforeafter .slick-slide img {
  margin-bottom: 50px;
}

.beforeafte-list {
  margin: 0 30px;
}

.tab_prev {
  display: none;
  width: 15px;
  position: absolute;
  bottom: -7px;
  left: 43%;
  z-index: 8;
}

.tab_next {
  display: block;
  width: 15px;
  position: absolute;
  bottom: -7px;
  right: 43%;
  z-index: 8;
}

.tab_prev img,
.tab_next img {
  margin-bottom: unset !important;
}
.swiper-slide {
  padding: 10px;
  height: auto;
}
#swiper2 .swiper-slide {
  padding: 3px;
}
#beforeafter .slick-dots li button:before {
  background-color: #d5d5d3;
}

#beforeafter .slick-dots li.slick-active button:before {
  background-color: #122c5a;
}

.beforeafter {
  margin-bottom: 100px;
}

.beforeafter-title {
  margin-bottom: 30px;
}

.beforeafter img {
  width: 90%;
  margin: auto;
}
.rangefood_type {
  background-color: #fefcf8;
}
.rangefood_type-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 40px 0;
}

.rangefood_type-list li {
  width: calc(100% / 4 - 4%);
  width: -webkit-calc(100%/4 - 4%);
  margin: 2%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.rangefood_type-list li a {
  font-size: 24px;
}

.rangefood_type-list li img {
  margin-bottom: 10px;
}

.moniter {
  padding: 150px 0;
  background: #122c5a;
  color: white;
}

.moniter h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.moniter h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background: #a5996e;
  width: 150px;
  height: 8px;
}

.moniter > h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 100px;
  color: #FFFFFF;
}

.moniter-list {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.moniter-list ul {
  background: white;
  border: 3px solid #a5996e;
  width: 95%;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  color: #122c5a;
}

.moniter-list li {
  margin: 1%;
  line-height: 35px;
  font-size: 18px;
}

.moniter-list img {
  border-radius: 20px;
  margin-bottom: 10px;
}

.moniter-list li:nth-of-type(1) {
  width: 35%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.moniter-list li:nth-of-type(2) {
  width: 65%;
}

.moniter-list h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.duct h2 {
  background-color: #dd732a;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 23px;
  padding: 10px;
  font-weight: 500;
}
.duct h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
#rangefood_type {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.products {
  padding: 100px 0;
  background-color: #e9eff5;
}
.productModelText p, .productModelText div,.product h3 {
  text-align: left;
}

span.premiumline {
  color: #dd732a !important;
}

.products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.product {
  font-size: 20px;
  text-align: center;
  background: #ffffff;
  padding: 60px 10px;
  border-radius: 30px;
  position: relative;
  margin: 3%;
}
.featureBtn {
  border: 2px solid #dd722a;
  padding: 15px;
  max-width: 400px;
  border-radius: 10px;
  color: #dd722a;
  font-weight: 500;
  font-size: 1.8rem;
  width: 400px;
}
.exampleBottom > div:nth-child(1) {
  display: grid;
  margin: 40px auto;
  justify-content: center;
  margin-top: 60px;
}
.monthpayBtn {
  max-width: 400px;
  border: 1px solid #dd722a;
  background: #dd722a;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  width: 400px;
}
.product h3,
.product p,
.product img {
  margin-bottom: 20px;
}
.productModel {
  display: flex;
}
.productModelImg {
  width: 50%;
}
.productModelText{
  width: 45%;
}

.premiumlinetext {
  color: #b9b9b9;
}
.product h3 {
  font-size: 3rem;
  margin: 40px auto;
  margin-bottom: 0;
}

.monthPrice div:nth-of-type(1) {
  display: flex;
  align-items: center;
}

.monthPrice div:nth-of-type(1) p:nth-of-type(1) {
  color: #ffffff;
  border: 1px solid #dd732a;
  background-color: #dd732a;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 2rem;
}

.monthPrice div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 3rem;
  font-weight: 500;
}

.monthPrice div:nth-of-type(2) p {
  font-size: 14px;
  margin: 0;
  line-height: 2;
}

p.price-title {
  border-bottom: 2px dotted #969696;
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;  
}

.monthPrice div:nth-of-type(2) p:nth-of-type(1) {
  background: #ffffff;
}

.monthPrice .monthTotal p:nth-of-type(1) {
  background-color: #ffffff !important;
  color: #dd732a !important;
}

.product-label {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}
ul.product-tag {
  display: flex;
  flex-wrap: wrap;
}

ul.product-tag li {
margin: 5px;
padding: 5px 10px;
font-size: 15px;
line-height: 20px;
color: #3b3b3b;
font-weight: 400;
}

.exampleAfter .product-tag,.exampleAfter .product-label {
  justify-content: center;
}
.product-label li {
  margin: 5px;
  padding: 5px 10px;
  font-size: 15px;
  background-color: #e9eff5;
  border-radius: 20px;
  line-height: 20px;
}
.productModelbtn {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.productModelbtn a {
  max-width: 400px;
  margin: 0;
  margin-left: 30px;
}


.product:nth-of-type(4) .product-label {
 /* margin-bottom: 80px;*/
}

.product p:nth-of-type(1) {
  font-size: 2.2rem;
}

.monthFeatures div {
  padding: 15px 0;
  border-top: 1px dotted #adaaaa;

}

.monthtwo {
  color: #000 !important;
}
.monthTotaltwo {
  color: #000 !important;
  background: #F0F1EE !important;
  border: 1px solid #A4996D;
}


.product-text {
  font-size: 14px !important;
  color: #262626;
  max-width: 1100px;
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
  text-align: left;
  max-width: 1330px;
}

.label-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

.product-image {
  font-size: 14px;
  height: 20px;
  display: block;
}

.price {
  font-weight: bold;
}
.price-title {
 /* margin-bottom: 0 !important;*/
}

.price span {
  font-size: 35px;
}

.product-btn {
  width: 70%;
  margin: auto;
}

.contact {
  padding: 50px 0;
  background: url(./img/common_bg.webp);
  background-repeat: round;
}
.no-webp body .contact {
  background: url(./img/common_bg.jpg);
}

.concerns, .video, .solution {
  padding: 40px 0;
  background: url(./img/bg_quilt.jpg);
  background-repeat: round;
  background-size: 13%;
}
.no-webp body .concerns,.no-webp body .video,.no-webp body .solution {
  background: url(./img/bg_quilt.jpg);
}
.solution {
  padding: 40px 0;
}
.video{
  padding-bottom: 100px;
  padding-top: 0px;
}
.swiper-scrollbar {
  max-width: 950px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

#rangefood_type{
  padding: 100px 0;
  background: url(./img/bg_rangefood_type.jpg);
  background-repeat: round;
}
.no-webp body #rangefood_type {
  background: url(./img/bg_rangefood_type.jpg);
}

.swiper-button-next:after {
  background: url(./img/ic_arrow_bigr.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  top: -35px;
  right: 110px;
}
.no-webp body .swiper-button-next:after {
  background: url(./img/ic_arrow_bigr.png);   
}

.products-list .swiper-button-next:after,.products-list .swiper-button-prev:after{
  display: none;
}


#swiper3 .swiper-button-next:after,#swiper2 .swiper-button-next:after {
  background: url(./img/ic_play_circle_r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -35px;
  /*right: 175px;*/
}

.no-webp body #swiper3 .swiper-button-next:after,.no-webp body #swiper2 .swiper-button-next:after {
  background: url(./img/ic_play_circle_r.png);
}


.swiper-button-prev:after {
  background: url(./img/ic_arrow_bigl.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  top: -35px;
  left: 110px;
}
.no-webp body .swiper-button-prev:after {
  background: url(./img/ic_arrow_bigl.png);   
}


#swiper3 .swiper-button-prev:after,#swiper2 .swiper-button-prev:after {
  background: url(./img/ic_play_circle_l.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -35px;
  /*left: 175px;*/
}

.no-webp body #swiper3 .swiper-button-prev:after,.no-webp body #swiper2 .swiper-button-prev:after {
  background: url(./img/ic_play_circle_l.png);
}
.contact > a,
.contact > img {
  max-width: 800px;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}

.contact p {
  font-size: 16px;
  color: white;
  text-align: center;
}

.contact p:nth-of-type(3) {
  margin-bottom: 40px;
}

.contact .text-coupon {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 2px solid #a5996e;
  color: #122c5a;
  display: inline-block;
  border-radius: 50px;
  background: white;
  padding: 10px 30px;
}

.contact .text-coupon span {
  font-size: 16px;
  position: relative;
  bottom: 5px;
}

.order {
  padding: 150px 0;
  background: #bfd4da;
}

.order-title {
  max-width: 800px;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

.order-step {
  max-width: 800px;
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
  padding: 15px;
  border: 1px solid #a5996e;
  background: white;
}

.order-step h3 {
  position: relative;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 130px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a5996e;
  margin-top: 0;
}

.order-step-free h3::after {
  content: "無料";
  color: white;
  padding: 5px 50px;
  background: #ff0000;
  font-size: 18px;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 13px;
}



.order-step:nth-of-type(2) h3::before {
  content: "STEP1";
  background: url(./img/10_orederflow/orederflow_step.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 35px;
  position: absolute;
  left: -15px;
  bottom: 10px;
  color: white;
  padding-left: 20px;
  padding-top: 3px;
}
.no-webp body .order-step:nth-of-type(2) h3::before {
  background: url(./img/10_orederflow/orederflow_step.png);
}

.order-step:nth-of-type(3) h3::before {
  content: "STEP2";
  background: url(./img/10_orederflow/orederflow_step.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 35px;
  position: absolute;
  left: -15px;
  bottom: 10px;
  color: white;
  padding-left: 20px;
  padding-top: 3px;
}
.no-webp body .order-step:nth-of-type(3) h3::before {
  background: url(./img/10_orederflow/orederflow_step.png);
}

.order-step:nth-of-type(4) h3::before {
  content: "STEP3";
  background: url(./img/10_orederflow/orederflow_step.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 35px;
  position: absolute;
  left: -15px;
  bottom: 10px;
  color: white;
  padding-left: 20px;
  padding-top: 3px;
}
.no-webp body .order-step:nth-of-type(4) h3::before {
  background: url(./img/10_orederflow/orederflow_step.png);
}

.order-step:nth-of-type(5) h3::before {
  content: "STEP4";
  background: url(./img/10_orederflow/orederflow_step.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 35px;
  position: absolute;
  left: -15px;
  bottom: 10px;
  color: white;
  padding-left: 20px;
  padding-top: 3px;
}
.no-webp body .order-step:nth-of-type(5) h3::before {
  background: url(./img/10_orederflow/orederflow_step.png);
}

.order-text {
  display: flex;
}

.order-text img {
  width: 20%;
  margin-right: 10px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.construction {
  padding: 150px 0;
}

.construction h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.construction-flow {
  max-width: 800px;
  width: 95%;
  margin: auto;
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

.construction-flow::after {
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  background: #bfd4da;
  position: absolute;
  left: 24px;
  top: 80px;
}

.construction .construction-no {
  color: white;
  font-size: 32px;
  background: #122c5a;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin-right: 20px;
  text-align: center;
  line-height: unset;
}

.construction-text {
  width: 60%;
}

.construction-text h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 32px;
}

.construction-img {
  width: 30%;
  margin-left: 20px;
}

.construction-img img {
  margin-bottom: 10px;
}

.construction-ico {
  width: 80%;
  padding: 10px;
  text-align: center;
  background: #ff0000;
  border-radius: 50px;
  color: white;
  margin-top: 30px;
}

.corona {
  margin-top: 150px;
}

.construction .corona h2 {
  margin-bottom: 30px;
}

.corona-img {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.corona-img li {
  display: block;
  width: calc(100% / 3 - 2%);
  margin: 1%;
  background: #fefce6;
  padding: 20px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
}

.corona-img img {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.kouji {
  padding-bottom: 100px;
  padding-top: 100px;
}

p.kouji-text {
  font-size: 14px;
  text-align: center;
  color: #122c5a;
  margin-bottom: 50px;
}

.faq-title,
.kouji-title {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.faq-title::after {
  content: " ";
  position: absolute;
  background: url(./img/title-ico.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -49px;
  z-index: 2;
}
.no-webp body .faq-title::after {
  background: url(./img/title-ico.png);
}

.kouji-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  width: 95%;
  margin: auto;
}

.kouji-area {
  width: calc(100% / 2 - 4%);
  margin: 1.5%;
  /*margin-bottom: 50px;*/
}

.kouji-area h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  background-color: #dd732a;
  padding: 10px 0;
}

.kouji-area p {
  margin-bottom: 20px;
}

.kouji-area p span {
  font-size: 18px;
  font-weight: bold;
}

.kouji-area p span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #efc7ad;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.kouji-area:nth-of-type(3) p:nth-of-type(1) span::before,
.kouji-area:nth-of-type(3) p:nth-of-type(2) span::before,
.kouji-area:nth-of-type(3) p:nth-of-type(4) span::before,
.kouji-area:nth-of-type(3) p:nth-of-type(5) span::before,
.kouji-area:nth-of-type(4) p:nth-of-type(1) span::before,
.kouji-area:nth-of-type(5) p:nth-of-type(2) span::before {
  background: #d77f41;
}
.kouji-area.nineState {
  width: 100%;
  margin-top: 40px;
}

.kouji-area ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f9b253;
  border-radius: 10px;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.kouji-area:nth-of-type(3) ul {
  border: 1px solid #5ed3a5;
}

.kouji-area:nth-of-type(4) ul {
  border: 1px solid #ff7390;
}

.kouji-area:nth-of-type(4) ul {
  border: 1px solid #ff7390;
}

.kouji-area-info {
  text-align: center;
}

.kouji-info-title {
  background: #122c5a;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.kouji-info h3 {
  font-size: 56px;
  font-weight: bold;
  color: white;
  position: relative;
  display: inline-block;
  margin: 0;
}

.kouji-info h3::before {
  content: "";
  background: url(./img/bg-icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -100px;
  width: 250px;
  height: 182px;
}
.no-webp body .kouji-info h3::before {
  background: url(./img/bg-icon.png);
}

.kouji-info h3::after {
  content: "";
  width: 300px;
  height: 10px;
  background: #a5996e;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.kouji-info p {
  text-align: center;
}

.faq {
  background: #ffffff;
  padding: 100px 0;
}

.faq-list {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}

.s_02 .accordion_one {
  margin: 0 auto;
  margin-bottom: 30px;
}

.faq-content > p > img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.s_02 .accordion_one .accordion_header {
  color: #dd732a;
  padding: 30px 0 30px 80px;
  margin-left: 80px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 20px;
  background: white;
  padding-right: 55px;
  filter: drop-shadow(0px 3px 5px #edd6c7);
}
.s_02 .accordion_one .accordion_header.open {
  background-color: #dd732a;
  color: #fff;
  border-radius: 25px 25px 0px 0px;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_02 .accordion_one .accordion_inner {
  display: none;
}

.s_02 .accordion_one .accordion_inner div.txt_a_ac {
  margin: 0;
  padding: 6px 25px;
  position: relative;
  border-radius: 0 0 10px 10px;
  background: white;
  margin-left: 80px;
  margin-right: 10px;
  filter: drop-shadow(0px 3px 5px #edd6c7);
  display: flex;
  justify-content: flex-start;
}
.s_02 .accordion_one .accordion_inner div.txt_a_ac div {
  width: 5rem;
}

.s_02 .accordion_one .accordion_inner div.txt_a_ac p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  width: 50em;
}
.section.s_02 {
  margin-bottom: -10px;
}

.s_02 .accordion_one .accordion_header.open::before {
  content: "";
  background: url(./img/12_faq/faqwhite_01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 25px;
  padding-bottom: 7px;
}
.no-webp .s_02 .accordion_one .accordion_header.open::before {
  background: url(./img/12_faq/faqwhite_01.png);
}
.s_02 .accordion_one .accordion_inner div.txt_a_ac > div:first-child p img{
  width: 40px;
}
.s_02 .accordion_one .accordion_header::before {
  content: "";
  background: url(./img/12_faq/faq_01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 25px;
  padding-bottom: 7px;
}
.no-webp body .s_02 .accordion_one .accordion_header::before {
  background: url(./img/12_faq/faq_01.png);
}

.s_02 .accordion_one .accordion_header::after {
  content: "";
  position: absolute;
  z-index: 13;
  top: 0;
  right: 20px;
  width: 33px;
  height: 100%;
  background: url(./img/ic_arrow_or_under.webp) no-repeat center center/100%;
  display: flex;
  align-items: center;
}
.no-webp body .s_02 .accordion_one .accordion_header::after {
  background: url(./img/ic_arrow_or_under.png) no-repeat center center/100%;
}

.accordion_one .open.accordion_header::after {
  background: url(./img/ic_arrow_wh_up.webp) no-repeat center center/100%;
}
.no-webp body .accordion_one .open.accordion_header::after {
  background: url(./img/ic_arrow_wh_up.png) no-repeat center center/100%;
}

.s_02:nth-of-type(1) .accordion_one .accordion_inner {
  display: block;
}

.contact-form {
  padding: 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
}


.contact-wrap {
  margin: auto;
  text-align: center;
}

.col-md-offset-1{
  margin-left: 0;  
}

.contact-wrap h1, .kouji-title h2, .faq-title h2, .products h2,.rangefood_type-title h2,.video h2,.beforeafter-title h2{
  color: #dd742b;
  font-weight: bold;
  font-size: 4.5rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 60px;
}
.construction {
  padding: 100px 0;
  background: url(./img/bg_orange.webp);
  background-repeat: round;
}

.no-webp .construction{
  background: url(./img/bg_orange.jpg);
}
.construction h2 {
  color: #fff;
  font-weight: bold;
  font-size: 4.5rem;
  margin-bottom: 30px;
  text-align: center;
}
.construction span{
  color: #fff;
  font-size: 2.2rem;
}
.contact-wrap span, .kouji-title span,.faq-title span,.products span,.rangefood_type-title span,.video span,.beforeafter-title span,.consExample span,.exampleAfter span{
  color: #959595;
  font-size: 2.2rem;
}
.exampleAfter span {
  color: #000000;
}
.kouji-title,.construction,.faq-title,.products,.rangefood_type-title,.video,.beforeafter-title,.consExample span,.exampleAfter span {
  text-align: center;
}
.video p {
  font-weight: 500;
  margin: 30px auto;
}
.contact-wrap p {
  margin-top: 30px;
  font-weight: 500;
  padding: 0 10px;
}
.contact-wrap h2 {
  font-weight: bold;
  margin-top: 30px;
}

#contact-form {
  height: 1670px;
}

#header2021 .topL h1 img {
  padding: 8px;
  margin: 0;
}

.pc-none {
  display: none !important;
}

@media screen and (max-width: ) {
  #contact-form {
    height: 1700px;
  }
}

@media screen and (max-width: 550px) {
  .consExample > h2{
    font-size: 2rem;
  }
  #contact-form {
    height: 1700px;
  }
}

@media screen and (max-width: 525px) {
  #contact-form {
    height: 1860px;
  }
}

@media screen and (max-width: 400px) {
  #contact-form {
    height: 1900px;
  }
}

footer {
  margin-top: 0 !important;
}

.br-sp,
.br-tab {
  display: none;
}

.totop {
  bottom: 0 !important;
}

@media screen and (min-width: 781px) {
  .request{
    display: block;
  }
  .requestsp{
    display: none;
  }
  .entryimg {
    position: fixed;
    z-index: 9;
    display: none;

}
.entryimg a img {
  position: fixed;
  width: 220px;
  bottom: 10%;
  right: 0;
}
.entryrela {
  position: relative;
}

.entryabso {
  position: fixed;
  right: 184px;
  bottom: 22.5%;
}

.consExample{
  margin: 15px;
  margin-bottom: 60px;
}
.entryabso {
  color: #fff !important;
  opacity: 0.0000001;
  width: 35px;
  height: 30px;
  cursor: pointer;
}
}
@media screen and (max-width: 780px) {
  .request{
    display: none;
  }
  .requestsp{
    display: block;
  }
  .concerns {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
ul.requestlist li a > div div:nth-child(1) p {
  line-height: 38px;
  font-size: 1.5rem;
}
.concerns > p {
    text-align: left;
    width: 95%;
    margin: 20px auto;
    line-height: 20px;
}

section.requestsp h2 {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 30px;
}
  ul.requestlist li a > div {
    display: flex;
    border: 2px solid #122c59;
    width: 95%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 20px auto;
    box-shadow: 0px 4px #a1abbe;
    font-weight: 600;
}
ul.requestlist {
  margin-bottom: 60px;
}

ul.requestlist li a > div div:nth-child(1) img {
  width: 70px;
  padding: 10px 15px;
}
ul.requestlist li a > div div:nth-child(1) {
  display: flex;
  width: 87%;
}

ul.requestlist li a > div div:nth-child(2) {
  width: 13%;
}
.sparrow {
  width: 15px;
  right: 0;
}
  .request h2{
    font-size: 3rem;
  }
  .br-tab {
    display: block;
  }

  .fv h1 {
    font-size: 26px;
    line-height: 46px;
    top: 40%;
    right: 7%;
  }

  .fv span {
    font-size: 18px;
    line-height: 25px;
  }

  .faq-title h2,
  .rangefood_type-title h2,
  .solution-title h2 {
    line-height: 40px;
    font-size: 24px;
  }

  .trouble {
    padding: 100px 0;
  }

  .solution-title h2::before {
    width: 150px;
    height: 136px;
    left: -150px;
  }
  .productModelbtn a {
    margin: 15px auto;
  }
  .featureBtn,.monthpayBtn{
    width: 100%;
    font-size: 1.4rem;
  }
  .productModelbtn {
    flex-direction: column;
    align-items: center;
  }
  .solution-title h2::after {
    width: 140px;
    height: 140px;
    right: -140px;
  }

  .solution-wrap {
    padding-bottom: 50px;
  }

  p.solution-text-title {
    font-size: 26px;
    line-height: 40px;
  }

  .rangefood_type-list li {
    font-size: 20px;
  }

  .rangefood_type-title {
    margin-bottom: 80px;
  }

  .construction,
  .order,
  .products,
  .moniter,
  .faq {
    padding: 80px 50px;
  }
  .s_02 .accordion_one .accordion_inner div.txt_a_ac,.s_02 .accordion_one .accordion_header{
    margin-left: 0;
  }
  .moniter > h3 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .products h2 {
    /*margin-bottom: 50px;*/
  }

  .product h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
  }

  .product-image {
    font-size: 12px;
  }


  .product-btn {
    width: 90%;
  }

  .price span {
    font-size: 28px;
  }

  .product:nth-of-type(4) .product-label {
    /*margin-bottom: 130px;*/
  }

  .order-text > p {
    font-size: 16px;
    line-height: 28px;
  }

  .order-text img {
    width: 25%;
  }

  .construction-ico {
    width: 100%;
  }

  .corona {
    margin-top: 80px;
  }

  .kouji,
  .faq {
    padding-bottom: 80px;
  }

  .construction-text h3 {
    font-size: 26px;
  }

  .construction-text p {
    font-size: 16px;
    line-height: 28px;
  }

  .construction .construction-no {
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 37px;
  }

  .kouji-info h3 {
    font-size: 46px;
  }

  .header-btn {
    width: 400px;
  }

  .contact-wrap h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .construction, .order, .products, .moniter, .faq{
    padding: 80px 0;
  }
  #swiper1 .swiper-button-next:after, #swiper1 .swiper-button-prev:after{
    display: none;
  }
#swiper3 .swiper-button-next:after,#swiper3 .swiper-button-prev:after,#swiper2 .swiper-button-next:after,#swiper2 .swiper-button-prev:after {
  height: 80px !important;
  width: 80px !important;
  right: -11px !important;
}
.duct h2{
  margin: 20px;
  padding: 20px;
}

#swiper3 .swiper-button-prev:after,#swiper2 .swiper-button-prev:after{
  left:-11px !important;
}
}
@media screen and (max-width: 650px) {
      #contents{
      padding-top: 8rem;
      }
  .pc-none,
  .br-sp {
    display: block !important;
  }

  .sp-none,
  .br-sp-none {
    display: none !important;
  }

  .fv h1 {
    bottom: 20px;
    transform: unset;
    font-size: 28px;
    line-height: 50px;
    top: unset;
    width: 270px;
    right: 15px;
  }

  .fv span {
    font-size: 20px;
    line-height: 28px;
  }

  .header-btn {
    display: none;
  }

  .float-btn {
    display: flex;
    width: 100%;
    padding: 5px 5%;
    background: #eeefee;
  }

  .float-btn a {
    margin: 0 1%;
  }

  .float-btn a:nth-of-type(2) {
    display: inline-block;
    margin-top: auto;
  }

  .request {
    margin-bottom: 0;
  }

  .request-list li a {
    font-size: 14px;
    padding: 30px 5px 10px;
    letter-spacing: 1px;
    width: 100%;
    height: 180px;
  }
  .exampleBfore{
    display: block;
  }
  .exampleBfore > div:nth-child(1), .exampleBfore > div:nth-child(2){
    max-width: 100%;
  }
  .exampleAfter > h2{
    font-size: 2.6rem;
    margin: 0;
  }
  .exampleAfter > p{
    margin: 30px 0px;
    font-size: 16px;
  }
  .request-list li a span {
    font-size: 18px;
  }
  .request-list li {
    width: calc(100% / 2 - 2%);
    width: -webkit-calc(100%/2 - 2%);
    margin: 1%;
    margin-bottom: 80px;
    display: flex;
    align-items: stretch;
  }
  .monthPrice div:nth-of-type(1) p:nth-of-type(1){
    margin-right: 5px;  
    padding: 5px;
  }
  .monthPrice div:nth-of-type(1) p:nth-of-type(2){
    font-size: 2.5rem;;
  }
  .contact{
    background: url(./img/common_bgsp.webp);
  }
  .no-webp body .contact {
    background: url(./img/common_bgsp.jpg);
  }
  .request-list li:nth-of-type(1) a:before,
  .request-list li:nth-of-type(2) a:before,
  .request-list li:nth-of-type(3) a:before,
  .request-list li:nth-of-type(4) a:before {
    width: 130px;
    height: 90px;
    top: -65px;
  }

  .request-list img {
    width: 30px;
    margin-top: 10px;
  }

  .trouble {
    padding: 50px 0;
  }

  .trouble h2 {
    font-size: 19px;
    line-height: 35px;
  }
  .productModel{
    display: block;
  }
  .productModelImg {
    width: 100%;
  }
  .productModelText{
    width: 100%;
  }
  .product{
    padding: 25px;

  }
  .consExample, .product{
    margin-bottom: 60px;
  }
  .swiper-scrollbar{
    max-width: 300px !important;
  }
  .productModelbtn a{
    width: auto;
  }
  .productModelbtn{
    display: block;
  }
  .trouble h2 span {
    font-size: 28px;
    margin: 0 5px;
  }

  .trouble-list {
    display: block;
  }

  .trouble-list h3 {
    line-height: 38px;
  }

  .trouble-list li {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  .trouble-date {
    padding: 30px 10px;
  }

  .solution-title h2::after {
    width: 95px;
    height: 95px;
    right: -80px;
    top: -60px;
    content: unset;
  }

  .solution-title h2::before {
    width: 100px;
    height: 120px;
    left: -90px;
  }

  .faq-title,
  .kouji-title,
  .rangefood_type-title,
  .beforeafter-title,
  .solution-title {
    padding: 10px 0;
  }

  .faq-title h2,
  .rangefood_type-title h2,
  .beforeafter-title h2,
  .solution-title h2 {
    line-height: 45px;
    font-size: 18px;
    margin-top: 10px;
  }

  .solution-wrap {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .solution-text {
    padding: 50px 0;
  }

  p.solution-text-title {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .solution-text-img {
    width: 70%;
    margin-bottom: 80px;
  }

  .solution-text-img::before {
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
  }

  .solution-text h2 {
    font-size: 22px;
    max-width: 360px;
  }
  .swiper-slide{
    padding: 0;
  }
  .solution-text-list li {
    width: calc(100% / 2 - 4%);
    width: -webkit-calc(100%/2 - 4%);
  }

  p.solution-text-info {
    line-height: 25px;
  }

  .beforeafte-list {
    margin: 0 10px;
  }

  .tab_next,
  .tab_prev {
    width: 12px;
    bottom: -6px;
  }

  .tab_next {
    right: 37%;
  }

  .tab_prev {
    left: 37%;
  }

  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .beforeafter-title {
    margin-bottom: 50px;
  }

  .beforeafter {
    margin-bottom: 50px;
  }

  .rangefood_type-title {
    margin-bottom: 50px;
  }

  .rangefood_type-list li {
    width: calc(100% / 2 - 4%);
    width: -webkit-calc(100%/2 - 4%);
    font-size: 16px;
    margin-bottom: 20px;
  }

  .rangefood_type-list li img {
    margin-bottom: 0;
  }

  .construction,
  .order,
  .products,
  .moniter {
    padding: 50px 20px;
  }
  .products{
    padding: 50px 0;
  }

  .moniter h2 {
    font-size: 28px;
  }

  .moniter h2::after {
    bottom: -25px;
  }

  .moniter > h3 {
    font-size: 16px;
  }

  .moniter-list ul {
    display: block;
  }

  .moniter-list li:nth-of-type(1) {
    width: 70%;
    margin: auto;
  }

  .moniter-list li:nth-of-type(2) {
    width: 100% !important;
  }

  .moniter-list h3 {
    font-size: 20px;
  }

  .moniter-list li {
    line-height: 28px;
    font-size: 14px;
  }

  .products h2 {
    font-size: 28px;
  }
  .price span {
    font-size: 32px;
  }

  .product:nth-of-type(3) .product-label li:nth-last-of-type(1) {
    margin-bottom: 20px;
  }

  .order-title {
    width: 98%;
    margin-bottom: 30px;
  }

  .order-step h3 {
    text-align: center;
    padding-left: 0;
  }

  .order-step:nth-of-type(2) h3::before,
  .order-step:nth-of-type(3) h3::before,
  .order-step:nth-of-type(4) h3::before,
  .order-step:nth-of-type(5) h3::before {
    width: 100px;
    height: 30px;
    font-size: 16px;
    text-align: left;
  }

  .order-step h3::after {
    font-size: 16px;
    padding: 3px 20px;
    bottom: 16px;
  }

  .order-step h3 {
    font-size: 20px;
  }

  .order-text {
    display: block;
  }

  .order-text img {
    width: 60%;
    margin: auto;
  }

  .order-text > p {
    font-size: 14px;
  }

  .construction h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .construction-flow {
    display: block;
    margin-bottom: 30px;
  }

  .construction .s_02 .accordion_one .accordion_header {
    background: unset;
  }

  .construction-text,
  .construction-img {
    position: relative;
    left: 50px;
    width: calc(100% - 60px);
    margin-left: 0;
    top: -55px;
  }

  .construction-flow::after {
    left: 19px;
    height: calc(100% - 100px);
  }

  .construction-text h3 {
    font-size: 20px;
  }

  .construction .construction-no {
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 33px;
    padding-left: 2px;
  }

  .contact-wrap h1, .kouji-title h2, .faq-title h2, .products h2, .rangefood_type-title h2, .video h2, .beforeafter-title h2{
    font-size: 2.8rem;
    padding: 10px;
    margin-bottom: 0px;  
  }
  

  .video p{
    font-size: 1.7rem;
  }
  .section {
    margin-bottom: 0;
  }
  .corona-img {
    display: block;
  }

  .corona-img li {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }

  .corona-img img {
    width: 60%;
  }

  p.kouji-text {
    margin-bottom: 30px;
  }

  .kouji-area {
    width: 100%;
    margin-bottom: 30px;
  }

  .kouji-info h3 {
    font-size: 36px;
  }

  .kouji-info h3::after {
    width: 230px;
    bottom: -20px;
  }

  .kouji-info p {
    font-size: 14px;
    padding: 0 5px;
  }

  .kouji,
  .faq {
    padding-bottom: 50px;
  }

  .faq {
    margin-bottom: 100px;
  }

  .s_02 .accordion_one .accordion_header::before {
    /*width: 60px;
    left: -60px;*/
  }

  .s_02 .accordion_one .accordion_header {
    margin-left: 0px;
  }

  .s_02 .accordion_one .accordion_inner div.txt_a_ac::before {
    width: 60px;
    right: -60px;
  }
  .s_02 .accordion_one .accordion_inner div.txt_a_ac div {
    margin-right: 0px;
    width: 3em;
  }
  .s_02 .accordion_one .accordion_header.open::before {
    top: 25px;
  }
  .s_02 .accordion_one .accordion_inner div.txt_a_ac p {
    width: 20em;
  }
  .s_02 .accordion_one .accordion_inner div.txt_a_ac {
    margin-left: 0;
  }

  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
  }

  .construction-flow .s_02 .accordion_one .accordion_inner {
    display: none;
  }

  .construction-flow:nth-of-type(1) .s_02 .accordion_one .accordion_inner {
    display: block;
  }

  .construction .s_02 .accordion_one .accordion_inner div.txt_a_ac::before,
  .construction .s_02 .accordion_one .accordion_header::before,
  .construction .construction .accordion_one .open.accordion_header::before {
    content: unset;
  }

  .construction .s_02 .accordion_one .accordion_header,
  .construction .s_02 .accordion_one .accordion_inner div.txt_a_ac {
    box-shadow: unset;
  }

  .construction .s_02 .accordion_one .accordion_header {
    padding-bottom: 0;
    margin-left: 0;
  }

  .construction .s_02 .accordion_one .accordion_inner div.txt_a_ac {
    margin-right: 0;
  }

  .construction .construction-text {
    top: 0px;
    margin-top: -80px;
  }

  .construction .box_one {
    margin-top: 0;
  }

  .construction-img {
    margin: auto;
    width: 100%;
    left: 0;
    top: 0;
  }

  .construction .s_02 .accordion_one .accordion_header::after {
    top: 18px;
  }

  .contact-wrap h2 {
    font-size: 20px;
  }

  .contact .text-coupon {
    font-size: 28px;
  }
}
/*修理に関する表示の追加*/
@media only screen and (min-width: 840px) {
  .telrepair {
    margin-top: 20px;
  }
}
.telrepair dl dd p a {
  color: #FFF;
  text-decoration: revert;
}
.prdocutCondition {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prdocutCondition > div img {
  width: 70px;
}

.prdocutCondition > div {
  margin-right: 15px;
}
.prdocutCondition > div a {
  border-bottom: 1px solid;
  white-space: nowrap;
}
.productchioce {
  font-size: 35px ;
}
.productConditions {
  width: 33.33333%;
}
.productline {
  margin: 40px auto;
  margin-top: 80px;
  width: 96%;
}
.duct {
  margin: 0 auto;
  max-width: 960px;
  margin-top: 80px;
}
.ductmap {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.ductmaptext {
  position: absolute;
  top: 40px;
  font-size: 2rem;
  line-height: 3.8rem;
}
.ductarea {
  display: flex;
  justify-content: space-around;
}

.duct > p {
  margin: 30px auto;
}

.ductarea > div {
  width: 48%;
}
.step_one div img {
  width: 60px;
}
.step_one div img:nth-child(2) {
  width: 45px;
}
.step_one {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
}

.stepimg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #dd742b;
  font-weight: bold;
}

.steptext {
  text-align: left;
}

.steptext p {
  font-size: 1.5rem;
  margin: 0;
}

.stepnote {
  text-align: left;
  font-size: 1.2rem;
  margin: 20px auto;
  line-height: 0.1rem;
}

.stepimg img {
  margin-right: 15px;
}
.steparrow {
  display: inline-block;
}

.steparrow img {
  width: 35px;
  position: relative;
  bottom: -12px;
}


@media screen and (max-width:839px) {
  .ductmaptext{
    position: relative;
    top: 0;
    margin: 40px auto;
    font-size: 1.8rem;
  }
  .productConditions {
    width: 100%;
    margin-top: 15px;
  }
  .ductarea {
    display: inline-grid;
    width: 100%;
  }

  .ductarea > div {
      width: 90%;
      margin: 10px auto;
  }

  .duct > p ,.duct > img {
      margin: 20px auto;
      width: 90%;
  }
  .duct > img {
    margin-bottom: 40px;
  }
  .ductmap img {
    margin: 0 auto;
  }
  .productchioce {
    font-size: 40px !important;
  }
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .youtube iframe {
      width: 100%;
      height: 100%;
  }
  .brandcm p{
    font-size: 19px;
  }
  .brandcm > span{
    padding: 3px 40px;
  }
}