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


/* section01 */
.section01 {
  padding: 51px 0 0px;
}
.section01 .section_in {
  position: relative;
  overflow: hidden;
}

.txt_plan {
  width: 508px;
  line-height: 2;
  margin-bottom: 70px;
}

.map {
  position: absolute;
  right: 108px;
  bottom: -74px;
  width: 257px;
  height: 368px;
}

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

  .section01 {
    padding: 43px 0 0;
  }

  .h2_plan {
    width: 168px;
  }

  .txt_plan {
    width: 100%;
    margin-bottom: 310px;
  }

  .map {
    right: 50%;
    margin-right: -128px;
    bottom: -74px;
  }

}


/* section02 */
.h3_plan {
  width: 210px;
  margin: 0 auto 50px;
}

.checklist li {
  float: left;
  margin-right: 50px;
}
.checklist li:nth-child(1),
.checklist li:nth-child(4) {
  width: 310px;
}
.checklist li:nth-child(2),
.checklist li:nth-child(5) {
  width: 170px;
}

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

  .h3_plan {
    margin: 0 auto 40px;
  }

  .pointlist_detail_tit {
    text-align: center;
  }

  .checklist li {
    float: none;
    margin-right: 0;
  }
  .checklist li:nth-child(1),
  .checklist li:nth-child(2),
  .checklist li:nth-child(4),
  .checklist li:nth-child(5) {
    width: auto;
  }

}
