/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .msg01 {
  width: 100%;
  display: block;
  margin: 30px auto 0;
}
main section.s01 .wrapper .txtbox {
  background-color: #EDEDED;
  padding: 30px 0;
}
main section.s01 .wrapper .txtbox .t01 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 140%;
}
main section.s01 .wrapper .txtbox .t01 span {
  color: #009F18;
}
main section.s01 .wrapper .txtbox .t02 {
  font-size: 15px;
  line-height: 200%;
  text-align: center;
  margin-top: 10px;
}
main section.s01 .wrapper .t06 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
main section.s01 .wrapper .t07 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
main section.s01 .wrapper .t07::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background-color: #009F18;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .t07 span {
  color: #009F18;
}
main section.s01 .wrapper .numberlist {
  margin-top: 40px;
}
main section.s01 .wrapper .numberlist li {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .numberlist li + li {
  margin-top: 40px;
}
main section.s01 .wrapper .numberlist li .box01 {
  width: 50%;
  background-color: #DEE5EE;
  position: relative;
}
main section.s01 .wrapper .numberlist li .box01 .bg_txt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  line-height: 100%;
  padding: 15px 20px;
}
main section.s01 .wrapper .numberlist li .box01 .txtbox02 {
  position: relative;
  z-index: 2;
  padding: 35px 20px 30px;
}
main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t03 {
  font-size: 30px;
  font-weight: bold;
}
main section.s01 .wrapper .numberlist li .box01 .txtbox02 .num {
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  top: 35px;
  right: 10px;
}
main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t04 {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t05 {
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
  margin-top: 15px;
}
main section.s01 .wrapper .numberlist li .photo {
  width: 50%;
  display: block;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  font-size: 20px;
  margin-top: 25px;
}
main section.s02 .wrapper .t02 {
  font-size: 20px;
  font-weight: bold;
  color: #009F18;
  margin-top: 15px;
}
main section.s02 .wrapper .t02 span {
  font-size: 30px;
}
main section.s02 .wrapper .t03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
main section.s02 .wrapper .msg02 {
  width: 100%;
  display: block;
  margin-top: 40px;
}
main section.s02 .wrapper .t04 {
  text-align: center;
  color: #009F18;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  margin-top: 35px;
}
main section.s02 .wrapper .msg03 {
  width: 100%;
  display: block;
  margin-top: 30px;
}
main section.s02 .wrapper .t05 {
  text-align: center;
  font-size: 20px;
  line-height: 170%;
  margin-top: 20px;
}
main section.s03 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s03 .wrapper .step_list_pc {
  margin-top: 30px;
}
main section.s03 .wrapper .step_list_pc li {
  background-color: #F7F7F7;
  padding: 20px 15px;
}
main section.s03 .wrapper .step_list_pc li + li {
  margin-top: 20px;
}
main section.s03 .wrapper .step_list_pc li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .step_list_pc li dl dt {
  width: 385px;
}
main section.s03 .wrapper .step_list_pc li dl dt .t01 {
  font-size: 29px;
  font-weight: bold;
}
main section.s03 .wrapper .step_list_pc li dl dt .t01 span {
  font-size: 39px;
  color: #009F18;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
main section.s03 .wrapper .step_list_pc li dl dt .t02 {
  font-size: 20px;
  font-weight: bold;
}
main section.s03 .wrapper .step_list_pc li dl dd {
  width: calc(100% - 385px);
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
}
main section.s04 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s04 .wrapper .box01 {
  border: 10px solid #F5F5F5;
  padding: 15px 25px;
  margin-top: 30px;
  background-image: url(../../images/le0401.png);
  background-size: 180px auto;
  background-repeat: no-repeat;
  background-position: center right 50px;
}
main section.s04 .wrapper .box01 .t01 {
  font-size: 20px;
}
main section.s04 .wrapper .box01 dl {
  width: 600px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-top: 10px;
}
main section.s04 .wrapper .box01 dl dt {
  font-size: 20px;
  font-weight: bold;
}
main section.s04 .wrapper .box01 dl dd {
  margin-top: 5px;
  font-size: 15px;
}
main section.s04 .wrapper .btn_entry {
  width: 582px;
  display: block;
  margin: 25px auto 0;
}
main section.s04 .wrapper .btn_entry img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .main_ttl_box dl dt {
    width: 170px;
    padding-right: 0;
  }
  main section.s01 .wrapper .main_ttl_box dl dd {
    text-align: left;
    width: calc(100% - 175px);
  }
  main section.s01 .wrapper .msg01 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .txtbox {
    background-color: #EDEDED;
    padding: 10px;
  }
  main section.s01 .wrapper .txtbox .t01 {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
  }
  main section.s01 .wrapper .txtbox .t01 span {
    color: #009F18;
  }
  main section.s01 .wrapper .txtbox .t02 {
    font-size: 10px;
    line-height: 170%;
    text-align: left;
    margin-top: 10px;
  }
  main section.s01 .wrapper .t06 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s01 .wrapper .t07 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper .t07::after {
    content: "";
    display: block;
    width: 74px;
    height: 1px;
    background-color: #009F18;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t07 span {
    color: #009F18;
  }
  main section.s01 .wrapper .numberlist {
    margin-top: 40px;
  }
  main section.s01 .wrapper .numberlist li {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  main section.s01 .wrapper .numberlist li + li {
    margin-top: 25px;
  }
  main section.s01 .wrapper .numberlist li .box01 {
    width: 100%;
    background-color: #DEE5EE;
    position: relative;
  }
  main section.s01 .wrapper .numberlist li .box01 .bg_txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    line-height: 100%;
    padding: 10px 10px;
  }
  main section.s01 .wrapper .numberlist li .box01 .txtbox02 {
    position: relative;
    z-index: 2;
    padding: 25px 15px 10px;
  }
  main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t03 {
    font-size: 25px;
    font-weight: bold;
  }
  main section.s01 .wrapper .numberlist li .box01 .txtbox02 .num {
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t04 {
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
  }
  main section.s01 .wrapper .numberlist li .box01 .txtbox02 .t05 {
    font-size: 10px;
    line-height: 170%;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s01 .wrapper .numberlist li .photo {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .main_ttl_box dl dt {
    width: 140px;
    padding-right: 0;
  }
  main section.s02 .wrapper .main_ttl_box dl dd {
    text-align: left;
    width: calc(100% - 145px);
  }
  main section.s02 .wrapper .t01 {
    font-size: 15px;
    margin-top: 15px;
  }
  main section.s02 .wrapper .t02 {
    font-size: 15px;
    font-weight: bold;
    color: #009F18;
    margin-top: 5px;
  }
  main section.s02 .wrapper .t02 span {
    font-size: 20px;
  }
  main section.s02 .wrapper .t03 {
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
  }
  main section.s02 .wrapper .msg02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s02 .wrapper .t04 {
    text-align: center;
    color: #009F18;
    font-weight: bold;
    font-size: 15px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .msg03 {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  main section.s02 .wrapper .t05 {
    text-align: left;
    font-size: 10px;
    line-height: 170%;
    margin-top: 15px;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .swiper-area_step {
    margin-top: 20px;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 40px;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide {
    background-color: #F7F7F7;
    padding: 30px 10px;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl {
    display: block;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt {
    width: 100%;
    text-align: center;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt .t01 {
    font-size: 29px;
    font-weight: bold;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt .t01 span {
    font-size: 39px;
    color: #009F18;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt .t02 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dd {
    width: 100%;
    font-size: 10px;
    line-height: 180%;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-pagination {
    padding-bottom: 0;
    bottom: 0;
    z-index: 1000;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #666;
  }
  main section.s03 .wrapper .swiper-area_step .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #666 !important;
  }
  main section.s04 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .box01 {
    border: 10px solid #F5F5F5;
    padding: 10px;
    margin-top: 20px;
    background-image: url(../../images/le0401.png);
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  main section.s04 .wrapper .box01 .t01 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box01 dl {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
    margin-top: 7px;
  }
  main section.s04 .wrapper .box01 dl dt {
    font-size: 15px;
    font-weight: bold;
  }
  main section.s04 .wrapper .box01 dl dd {
    margin-top: 2px;
    font-size: 10px;
  }
  main section.s04 .wrapper .btn_entry {
    width: 344px;
    display: block;
    margin: 15px auto 0;
  }
  main section.s04 .wrapper .btn_entry img {
    width: 100%;
    display: block;
  }
}