@charset "UTF-8";
/*ウォールプロ無地-point2*/
#features-fig-02_01,
#features-fig-02_02 {
  width: 48%;
}

/*ウォールプロ無地-point6*/
#features iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#features figcaption h3 {
  font-size: 16px;
  margin: 4px 0;
}  

#features figcaption p {
  font-size: 12px;
}  


/*ウォールプロ無地-point7*/
.features-fig-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 50px;
}


/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*ウォールプロ無地-point2*/
  #features-fig-02_01,
  #features-fig-02_02 {
    width: 100%;
  }

  /*ウォールプロ無地-point7*/
  .features-fig-text {
    font-size: 12px;
  }

}
