@charset "UTF-8";


 .wrap__clean{
  width: 100%;
  background: url("../img/bg_aircon.jpg") no-repeat top center/100%;
 }
 .wrap__clean h3{padding-top: 5rem;}

 .box__clean{margin-top: 2rem;}
 .box__clean figcaption{text-align: center;}
 .box__clean .before, .box__clean .after{
  border-radius:var(--r1);
filter: drop-shadow(0 8px 5px rgb(0, 0, 0, 0.3));/*影*/}

 .box__clean .before{
  background-color: var(--gray-el);
  padding: 2rem;
  margin-bottom: 1.5rem;
 }
 .box__clean .after{
  background-color: var(--main-el);
  padding: 1rem 2rem 2rem 2rem;
 }
 .after small{float: right;}
  .before figcaption,
 .after figcaption{
  font-weight: 600;
  font-size: var(--font-sm);
  margin-top: 1rem;
}
 .after figcaption{color: var(--main-c);}
 .after_arrow{
  padding: 0 30%;
   margin:0 auto -3rem auto;
  filter: drop-shadow(0 8px 5px rgb(0, 0, 0, 0.3));/*影*/
}

/*  */
.clean_more{
  background-color: var(--main-c);
  padding:1rem 0;
  display: flex;
  justify-content: center;
  margin:2rem auto 3rem auto;
}
.clean_more img{width: 10vw;margin: 2.8rem auto;}
.clean_more p{text-align: center;letter-spacing: 0.1rem;}
.clean_more .txtUP{
  color: var(--white);
  font-size: var(--font-l);
  font-weight: 600;
  margin-top: 0.8rem;
}
.clean_more .fontY{font-weight: 800;}
.fontY{
  color: var(--yellow);
  font-size: var(--font-l);
}
.clean_more .fontB{font-size: var(--font-xll);}
.clean_more .maru {
  background-color: var(--yellow);
  border-radius: 30px;
  padding: 0.15rem 0.5rem 0.3rem 0.5rem;
  margin-right: 0.4rem;
  font-size: var(--font-m);
  font-weight: 600;
}
.clean_more .asterisk{color:var(--white);margin-top: 0.5rem;}/*注記*/

/* ------------------------------------------*/
/* 当日の作業内容 */

.wrap__details{
  width: 100%;
  background: url("../img/bg_02.png") no-repeat top center/100%;
  background-color: rgb(193, 231, 247);
  padding-bottom: 5rem;
}
.wrap__details h3{
  text-align: center;
  font-size: var(--font-ml);
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.wrap__details .box{width:90%;margin: 0 auto;}
.wrap__details .box h6,
.wrap__details .txt_around{text-align: center;}
.wrap__details .box h6{
  width: 300px;
  background-color:var(--gray);
  color: var(--white);
  font-size: var(--font-sm);
  border-radius: 30px;
  margin: 0 auto -0.8rem auto;
  padding: 0.2rem 0;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.wrap__details .txt_around{
  border-top: solid 1px var(--gray);
  border-bottom: solid 1px var(--gray);
  padding: 1.5rem 0 1rem 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

/* 当日の作業内容 */
 .box__sub_top_three{margin: 2rem auto 3rem auto;}

.box__sub_top_three .item{
  margin-bottom: 1.5rem;
  background-color: var(--white);
  border-radius: var(--r1);
  filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));/*影*/
}
.box__sub_top_three .item div{padding:1.5rem 2rem;}
.box__sub_top_three .item img{border-radius: var(--r1)  var(--r1) 0 0;}
.box__sub_top_three figcaption{
  color: var(--main-c);
  font-weight: 600;
  font-size: var(--font-l);
  margin-bottom: 0.5rem;
}
.box__sub_top_three .item p {text-align: justify;}


/* ------------------------------------------*/
/* オプション */
.wrap__option{
  background-color: var(--white);
  border-radius: var(--r1);
  padding: 2rem;
  filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));/*影*/
}

.wrap__option .box_sub img{
  border-radius: var(--r1);
  margin-top: 1rem;
}


.wrap__option .kind{
  background-color: var(--yellow);
  font-size: var(--font14);
  font-weight: 500;
  border-radius: 30px;
  width: 200px;
  text-align: center;
}
.wrap__option h4{
  color: var(--main-c);
  font-size: var(--font-ml);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.box_left b{
  font-size: var(--font-m);
  font-weight: 500;
  text-align: justify;
}

.box_emphasis{
  background-color: var(--main-c);
  border-radius: var(--r1);
  color: var(--white);
  font-weight: 500;
  padding: 1rem;
  margin-top: 1rem;
  line-height: 2rem;
}
.box_emphasis em{
  font-style: normal;
  font-size: var(--font-ml);
}
.box_emphasis .fontB{font-size:var(--font-xll)}
.box_left .asterisk{margin-top: 0.5rem;}
.super {vertical-align: super; /*テキストを上付きに*/}

/* -------- */

.box_sub_option table{width: 100%;margin-top: 1.5rem;}
.box_sub_option table th{
  background-color: var(--gray);
  color: var(--white);
  padding: 0.5rem 0;
}
.box_sub_option table td{
  text-align: center;
  border: solid 1px var(--gray);
  width: 50%;
  padding: 0.8rem 0;
}
.box_sub_option table td span{
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.box_sub_option table b{
  font-size: var(--font-l);
  vertical-align: -0.5px;
}
.box_sub_option .asterisk{margin-top: 1rem;}

/* -------- */

.sbs li{
  border-bottom: solid 1px var(--gray);
  text-align: center;
  padding: 0.5rem 0;
}
.sbs li:first-child{
  border-left:solid 1px var(--gray);
  border-right:solid 1px var(--gray);
  background-color: var(--gray-el);
  font-weight: 500;

}
.sbs li:last-child{
  border-left:solid 1px var(--gray);
  border-right:solid 1px var(--gray);
  color: var(--main-c);
  font-weight: 500;
}
.sbs li b{font-size: var(--font-l);}
