@charset "UTF-8";
.air_recoverywear_box {
  width: 100%;
  max-width: 1000px;
  color: #000;
  margin: 40px auto 80px;
}
.air_recoverywear_box h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.air_recoverywear_box h3 {
  margin: 0;
  padding: 0;
  background: transparent;
}
.air_recoverywear_sec01 {
  text-align: center;
  margin-bottom: 60px;
}
.air_recoverywear_sec01 h3 {
  font-size: 40px;
  font-weight: 500;
  color: #d8053c;
  margin: 15px auto 10px;
}
.air_recoverywear_sec01 p {
  width: 506px;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 50px;
}
.air_recoverywear_sec02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.air_recoverywear_sec02 .air_recoverywear_txtbox {
  width: 510px;
  margin-bottom: 30px;
  padding: 25px;
  background: #D9D9D9;
}
.air_recoverywear_sec02 .air_recoverywear_txtbox:last-of-type {
  margin-bottom: 0;
}
.air_recoverywear_txtbox h3 {
  font-size: 24px;
  color: #d8053c;
  margin-bottom: 10px;
  line-height: 1.3;
}
.air_recoverywear_txtbox p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
.air_recoverywear_sec03 {
  margin-top: 100px;
  text-align: center;
}
.air_recoverywear_sec03 h3 {
  width: 90%;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 15px;
  padding: 7px;
  background: #d8053c;
}
.air_recoverywear_txtnum {
  font-size: 19px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.air_recoverywear_txt-m {
  font-size: 32px;
  margin-bottom: 2px;
}
.air_recoverywear_txt-s {
  font-size: 22px;
  margin-bottom: 35px;
}
.air_recoverywear_icon3row {
  display: flex;
  justify-content: center;
}
.air_recoverywear_icon3row li {
  margin: 0 13px;
}
.air_recoverywear_icon3row li span,
.air_recoverywear_howto_icon li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.3;
  height: 65px;
  margin-top: 15px;
}
.air_recoverywear_sec04{
  width: 90%;
  margin: 0 auto;
}
.air_recoverywear_sec04 h3{
  font-size: 34px;
  margin-left: -38px;
  margin-bottom: 16px;
}
.air_recoverywear_howto_box {
  margin-bottom: 60px;
}
.air_recoverywear_howto_list {
  font-size: 16px;
}
.air_recoverywear_howto_item {
  position: relative;
  margin-bottom: 8px;
}
.air_recoverywear_howto_item::before {
  content: "•";
  font-size: 3em;
  position: absolute;
  left: -20px;
  top: 57%;
  transform: translateY(-50%); 
}
.wear_desc_top::before {
  top: 30%;
}
.air_recoverywear_howto_icon {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.care_center {
  justify-content: center;
  gap: 40px;
}
.air_recoverywear_cautionary_txt {
  display: flex;
  justify-content: end;
  font-size: 12px;
}
.icon-center {
  text-align: center;
}

/* ==========================================================
   新サイト対応追加分：h3→h2に変わった見出しへの上書き
   ========================================================== */
.air_recoverywear_box h2 {
  background: transparent;
}

.air_recoverywear_sec01 h2:nth-of-type(2) {
  font-size: 40px;
  font-weight: 500;
  color: #d8053c;
  margin: 15px auto 10px;
}
.air_recoverywear_txtbox h2 {
  font-size: 24px;
  color: #d8053c;
  margin-bottom: 10px;
  line-height: 1.3;
}
.air_recoverywear_sec03 h2 {
  width: 90%;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 15px;
  padding: 7px;
  background: #d8053c;
}
.air_recoverywear_sec04 h2 {
  font-size: 34px;
  margin-left: -38px;
  margin-bottom: 16px;
}