@charset "UTF-8";
.block-goods-comment1,
.block-goods-comment5 {
  padding: 0;
}
.air_recoverywear_box {
  width: 100%;
  max-width: 1000px;
  color: #000;
  margin: 0 auto 30px;
}
.air_recoverywear_box img {
  height: auto;
}
.air_recoverywear_box h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.air_recoverywear_box h3 {
  margin: 0;
  padding: 0;
  background: transparent;
}
.air_recoverywear_sec01 {
  width: 92%;
  text-align: center;
  margin: 0 auto 20px;
}
.air_recoverywear_sec01 h2 {
  width: 94%;
  margin: 0 auto 20px;
}
.air_recoverywear_sec01 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #d8053c;
  margin: 20px auto 10px;
}
.air_recoverywear_sec01 p {
  font-size: 18px;
}
.air_recoverywear_sec02 {
  margin-bottom: 20px;
}
.air_recoverywear_sec02 img {
  display: block;
  width: 95%;
  margin: auto;
}
.air_recoverywear_sec02 .air_recoverywear_txtbox {
  margin-bottom: 20px;
  padding: 24px;
  background: #D9D9D9;
}
.air_recoverywear_txtbox h3 {
  font-size: 18px;
  color: #d8053c;
  margin-bottom: 5px;
  line-height: 1.3;
}
.air_recoverywear_txtbox p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}
.air_recoverywear_sec03 {
  width: 95%;
  margin: 30px auto 0;
  text-align: center;
}
.air_recoverywear_sec03 h3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 8px;
  padding: 4px;
  background: #d8053c;
}
.air_recoverywear_txtnum {
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.air_recoverywear_txt-m {
  font-size: 16px;
  text-align: left;
  margin-bottom: 2px;
}
.air_recoverywear_txt-s {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
.air_recoverywear_icon3row {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: auto;
}
.air_recoverywear_icon3row li {
  width: calc(100% / 3);
  margin: 0 5px;
}
.air_recoverywear_icon3row li span,
.air_recoverywear_howto_icon li span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  height: 35px;
  margin-top: 5px;
}
.air_recoverywear_sec04{
  width: 88%;
  margin: 0 auto;
}
.air_recoverywear_sec04 h3{
  font-size: 24px;
  margin-top: 32px;
  margin-left: -9px;
  margin-bottom: 16px;
}
.air_recoverywear_howto_list {
  font-size: 14px;
  margin-left: 16px;
}
.air_recoverywear_howto_item {
  position: relative;
  margin-bottom: 8px;
}
.air_recoverywear_howto_item::before {
  content: "•";
  font-size: 3em;
  position: absolute;
  left: -20px;
  top: 18%;
  transform: translateY(-50%); 
}
.wear_desc_top::before {
  top: 26%;
}
.air_recoverywear_howto_icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.air_recoverywear_howto_icon li {
  width: calc(100% / 3 - 10px);
  margin-bottom: 24px;
  text-align: center;
}
.air_recoverywear_howto_icon li:nth-child(n+4) {
  width: calc(100% / 3 - 10px); 
}
.air_recoverywear_howto_icon li:nth-child(4) {
  margin-left: 16%;
}
.air_recoverywear_howto_icon li:nth-child(5) {
  margin-right: 16%; 
}
.air_recoverywear_cautionary_txt {
  display: flex;
  justify-content: end;
  font-size: 12px;
}

/* ==========================================================
   新サイト対応追加分：h3→h2に変わった見出しへの上書き
   ========================================================== */
.air_recoverywear_box h2 {
  background: transparent;
}
/* air_recoverywear_sec01内は h2 が2つ並ぶため、
   1つ目（ロゴ画像）ではなく2つ目（見出しテキスト）だけを対象にする */
.air_recoverywear_sec01 h2:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
  color: #d8053c;
  margin: 20px auto 10px;
}
.air_recoverywear_txtbox h2 {
  font-size: 18px;
  color: #d8053c;
  margin-bottom: 5px;
  line-height: 1.3;
}
.air_recoverywear_sec03 h2 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 8px;
  padding: 4px;
  background: #d8053c;
}
.air_recoverywear_sec04 h2 {
  font-size: 24px;
  margin-top: 32px;
  margin-left: -9px;
  margin-bottom: 16px;
}
