@charset "utf-8";
/* CSS Document */


/* section01 */
.section01 {
  padding-top: 54px;
}

@media screen and (max-width: 767px) {

  .section01 {
    padding-top: 40px;
  }

  .h2_plan {
    width: 216px;
  }

}


/* section02 */
.h3_qa {
  width: 302px;
}

@media screen and (max-width: 767px) {

  .h3_qa {
    width: 89.48%;
  }

}
