@charset "UTF-8";


.block-goods-comment2{
  margin: 0;
}

#air-03{
  margin-bottom:50px ;
}

/* #air-03 .air-wrapper{
  padding: 0 10px;
} */

.air03-logo{
  padding: 15px 0;
  text-align: center;
}

.air03-logo img{
  width: 50%;
  height: auto;
}

.title{
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}

.title span{
  font-size: 1.3em;
}

.title.pink{
  background-color: #EC7592;
}

.title.yellow{
  background-color: #BFB722;
}

#air-03 .paragraph{
  margin-top: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #231815;
  letter-spacing: 0.05em;
}

#air-03 figure{
  margin-top: 20px;
}

#air-03 figcaption{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#air-03 figcaption.pink{
  color: #EC7592;
}

#air-03 figcaption.yellow{
  color: #BFB722;
}

#air-03 .img{
  margin-top: 20px;
  width: 100%;
}

#air-03 .feature{
  margin-top: 40px;
}

#air-03 .feature-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;

}

#air-03 .feature-title{
  font-size: 32px;
  font-weight: bold;
}

#air-03 .feature-title.pink{
  color: #EC7592;
}

#air-03 .feature-title.yellow{
  color: #BFB722;
}

#air-03 .feature-title span{
  font-size: 1.8em;
  margin-right: 12px;
}

#air-03 .feature-image{
  width: 80%;
}

#air-03 .feature-content p{
  margin-top: 10px;
  font-weight: 600;
}

#air-03 .feature-content p span{
  font-size: 0.5em;
}

#air-03 .feature small{
  display: block;
  margin: 10px 10px 0 0 ;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
}

