/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
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 .msg01 {
  width: 100%;
  margin-top: 40px;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s02 .wrapper .courselist_pc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 30px;
}
main section.s02 .wrapper .courselist_pc li {
  width: calc((100% - 30px) / 4);
  position: relative;
}
main section.s02 .wrapper .courselist_pc li a {
  background-color: #DEE5EE;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 160px;
  background-image: url(../../images/co0201.png);
  background-size: 30.5px auto;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  position: relative;
}
main section.s02 .wrapper .courselist_pc li a .t01 {
  text-align: center;
  color: #1D1D1D;
  font-size: 23px;
  width: 100%;
  font-weight: bold;
  line-height: 110%;
}
main section.s02 .wrapper .courselist_pc li a .t02 {
  width: 100%;
  font-size: 10px;
  color: #1D1D1D;
  text-align: center;
  line-height: 100%;
  margin-top: 5px;
}
main section.s03 .wrapper {
  width: 920px;
  margin: 50px auto 0;
}
main section.s03 .wrapper .numberlist {
  margin-top: 40px;
}
main section.s03 .wrapper .numberlist li {
  width: 100%;
  position: relative;
}
main section.s03 .wrapper .numberlist li + li {
  margin-top: 40px;
}
main section.s03 .wrapper .numberlist li.txt_li .box00 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .numberlist li.txt_li .box00 .box01 {
  padding-bottom: 50px;
}
main section.s03 .wrapper .numberlist li.txt_li .box00 .txtbox03 {
  font-size: 15px;
  font-weight: bold;
  line-height: 170%;
  padding-left: 30px;
}
main section.s03 .wrapper .numberlist li .box00 {
  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.s03 .wrapper .numberlist li .box01 {
  width: 50%;
  background-image: url(../../images/co0300.jpg);
  background-size: 100% 100%;
  position: relative;
}
main section.s03 .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.s03 .wrapper .numberlist li .box01 .txtbox02 {
  position: relative;
  z-index: 2;
  padding: 35px 20px 30px;
  color: #fff;
}
main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t03 {
  font-size: 30px;
  font-weight: bold;
}
main section.s03 .wrapper .numberlist li .box01 .txtbox02 .num {
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  top: 35px;
  right: 10px;
}
main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t04 {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t05 {
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
  margin-top: 15px;
}
main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t05.t05_sp {
  display: none;
}
main section.s03 .wrapper .numberlist li .box01 .btn_detail {
  background-color: #FE9900;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 170px;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 13px 0 13px 20px;
  border-radius: 3px;
  position: absolute;
  right: calc(-100% + 10px);
  bottom: 10px;
  z-index: 100000000000;
}
main section.s03 .wrapper .numberlist li .box01 .btn_detail img {
  width: 11px;
  vertical-align: top;
  margin-left: 40px;
}
main section.s03 .wrapper .numberlist li .photo {
  width: 50%;
  display: block;
  position: relative;
}
main section.s03 .wrapper .numberlist li .photo img {
  width: 100%;
}
main section.s03 .wrapper .numberlist li .txtbox03 {
  width: 50%;
}
main section.s03 .wrapper .numberlist li .msg01 {
  width: 100%;
}
main section.s03 .wrapper .numberlist li .co_price {
  width: 100%;
  display: block;
  margin-top: 20px;
}
main section.s04 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s04 .wrapper .msg01 {
  width: 100%;
  margin-top: 30px;
}
main section.s04 .wrapper .t03 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  color: #009F18;
  margin-top: 35px;
}
main section.s04 .wrapper .t04 {
  text-align: center;
  font-size: 20px;
  line-height: 170%;
  margin-top: 25px;
}
main section.s04 .wrapper .table01 {
  width: 100%;
  margin-top: 30px;
}
main section.s04 .wrapper .table01 tr th {
  width: 200px;
  background-image: url(../../images/fa0301.jpg);
  background-size: 100% 100%;
  border: 1px solid #FF7404;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
main section.s04 .wrapper .table01 tr td {
  border: 1px solid #FF7404;
  font-size: 15px;
  line-height: 170%;
  padding: 25px 15px;
}
main section.s04 .wrapper .table01 tr td.td01 {
  width: 380px;
}
main section.s04 .wrapper .table01 tr td.td02 {
  text-align: center;
  line-height: 140%;
  background-color: #F4F4F4;
}
main section.s04 .wrapper .table01 tr td.td02 .t01 {
  font-weight: bold;
  font-size: 15px;
}
main section.s04 .wrapper .table01 tr td.td02 .t02 + p {
  margin-top: 10px;
}
main section.s04 .wrapper .table02 {
  width: 100%;
  margin-top: 30px;
}
main section.s04 .wrapper .table02 tr th {
  width: 200px;
  background-image: url(../../images/fa0301.jpg);
  background-size: 100% 100%;
  border: 1px solid #FF7404;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
main section.s04 .wrapper .table02 tr th span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
main section.s04 .wrapper .table02 tr td {
  border: 1px solid #FF7404;
  font-size: 15px;
  line-height: 170%;
  padding: 25px 15px;
  text-align: center;
}
main section.s04 .wrapper .table02 tr td.none {
  background-image: url(../../images/bg_none.jpg);
  background-size: 100% 100%;
  height: 70px;
}
main section.s04 .wrapper .table02 tr td.td01 {
  width: 380px;
}
main section.s04 .wrapper .table02 tr td.td02 {
  text-align: center;
  line-height: 140%;
  color: #F00;
  font-weight: bold;
}
main section.s04 .wrapper .table02 tr td.td02 .t01 {
  font-weight: bold;
  font-size: 15px;
}
main section.s04 .wrapper .table02 tr td.td02 .t02 + p {
  margin-top: 10px;
}
main section.s04 .wrapper .table03 {
  width: 100%;
  margin-top: 30px;
}
main section.s04 .wrapper .table03 tr th {
  width: 200px;
  background-image: url(../../images/fa0301.jpg);
  background-size: 100% 100%;
  border: 1px solid #FF7404;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
main section.s04 .wrapper .table03 tr td {
  border: 1px solid #FF7404;
  font-size: 15px;
  line-height: 170%;
  padding: 25px 15px;
}
main section.s04 .wrapper .table03 tr td.td01 {
  width: 380px;
  text-align: center;
}
main section.s04 .wrapper .table03 tr td.td02 {
  text-align: center;
  line-height: 140%;
  background-color: #F4F4F4;
}
main section.s04 .wrapper .table03 tr td.td02 .t01 {
  font-weight: bold;
  font-size: 15px;
}
main section.s04 .wrapper .table03 tr td.td02 .t02 + p {
  margin-top: 10px;
}
main section.s04 .wrapper .table_box {
  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;
  margin-top: 30px;
}
main section.s04 .wrapper .table_box .table03 {
  width: 50%;
}
main section.s04 .wrapper .table_box .table03 tr td {
  width: auto;
}
main section.s04 .wrapper .caution01 {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
}
main section.s04 .wrapper .bnr_entry {
  width: 100%;
  display: block;
  margin-top: 50px;
}
main section.s04 .wrapper .bnr_entry img {
  width: 100%;
}
main section.s04 .wrapper .t11 {
  font-size: 15px;
  margin-top: 5px;
}
main section.s05 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s05 .wrapper .step_list_pc {
  margin-top: 30px;
}
main section.s05 .wrapper .step_list_pc li {
  background-color: #F7F7F7;
  padding: 20px 15px;
}
main section.s05 .wrapper .step_list_pc li + li {
  margin-top: 20px;
}
main section.s05 .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.s05 .wrapper .step_list_pc li dl dt {
  width: 385px;
}
main section.s05 .wrapper .step_list_pc li dl dt .t01 {
  font-size: 29px;
  font-weight: bold;
}
main section.s05 .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.s05 .wrapper .step_list_pc li dl dt .t02 {
  font-size: 20px;
  font-weight: bold;
}
main section.s05 .wrapper .step_list_pc li dl dd {
  width: calc(100% - 385px);
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
}
main section.s06 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s06 .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.s06 .wrapper .box01 .t01 {
  font-size: 20px;
}
main section.s06 .wrapper .box01 dl {
  width: 600px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-top: 10px;
}
main section.s06 .wrapper .box01 dl dt {
  font-size: 20px;
  font-weight: bold;
}
main section.s06 .wrapper .box01 dl dd {
  margin-top: 5px;
  font-size: 15px;
}
main section.s06 .wrapper .btn_entry {
  width: 582px;
  display: block;
  margin: 25px auto 0;
}
main section.s06 .wrapper .btn_entry img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s07 .wrapper .qa_list {
  margin-top: 30px;
  position: relative;
}
main section.s07 .wrapper .qa_list .qa_detail {
  position: relative;
  cursor: pointer;
}
main section.s07 .wrapper .qa_list .qa_detail + .qa_detail {
  margin-top: 20px;
}
main section.s07 .wrapper .qa_list .qa_detail.opened .icon.icon_open {
  opacity: 0;
}
main section.s07 .wrapper .qa_list .qa_detail.opened .icon.icon_close {
  opacity: 1;
}
main section.s07 .wrapper .qa_list .qa_detail dt {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
  border-bottom: 1px solid #FDA203;
  padding-bottom: 10px;
}
main section.s07 .wrapper .qa_list .qa_detail dt span {
  color: #009F18;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s07 .wrapper .qa_list .qa_detail dd {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
  margin-top: 10px;
  display: none;
}
main section.s07 .wrapper .qa_list .qa_detail dd span {
  color: #FF6B20;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s07 .wrapper .qa_list .qa_detail .icon {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
main section.s07 .wrapper .qa_list .qa_detail .icon.icon_open {
  opacity: 1;
}
main section.s07 .wrapper .qa_list .qa_detail .icon.icon_close {
  opacity: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  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 .msg01 {
    width: 100%;
    margin-top: 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .courselist_pc {
    display: none;
  }
  main section.s02 .wrapper .swiper-area_course {
    margin-top: 20px;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 40px;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper .swiper-slide .courselist_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper .swiper-slide .courselist_sp li {
    width: 50%;
    position: relative;
    padding: 2px 0;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper .swiper-slide .courselist_sp li a {
    width: calc(100% - 4px);
    margin: 0 auto;
    background-color: #DEE5EE;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    height: 160px;
    background-image: url(../../images/co0201.png);
    background-size: 30.5px auto;
    background-position: right 5px bottom 5px;
    background-repeat: no-repeat;
    position: relative;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper .swiper-slide .courselist_sp li a .t01 {
    text-align: center;
    color: #1D1D1D;
    font-size: 21px;
    width: 100%;
    font-weight: bold;
    line-height: 110%;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-wrapper .swiper-slide .courselist_sp li a .t02 {
    width: 100%;
    font-size: 10px;
    color: #1D1D1D;
    text-align: center;
    line-height: 100%;
    margin-top: 5px;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-pagination {
    padding-bottom: 0;
    bottom: 0;
    z-index: 1000;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #666;
  }
  main section.s02 .wrapper .swiper-area_course .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #666 !important;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .numberlist {
    margin-top: 40px;
  }
  main section.s03 .wrapper .numberlist li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main section.s03 .wrapper .numberlist li + li {
    margin-top: 30px;
  }
  main section.s03 .wrapper .numberlist li.txt_li .box00 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s03 .wrapper .numberlist li.txt_li .box00 .box01 {
    padding-bottom: 50px;
  }
  main section.s03 .wrapper .numberlist li.txt_li .box00 .txtbox03 {
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
    padding-left: 30px;
  }
  main section.s03 .wrapper .numberlist li .box00 {
    display: block;
  }
  main section.s03 .wrapper .numberlist li .box01 {
    width: 100%;
    background-image: url(../../images/co0300.jpg);
    background-size: 100% 100%;
    position: relative;
  }
  main section.s03 .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.s03 .wrapper .numberlist li .box01 .txtbox02 {
    position: relative;
    z-index: 2;
    padding: 30px 10px 10px;
    color: #fff;
  }
  main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t03 {
    font-size: 25px;
    font-weight: bold;
  }
  main section.s03 .wrapper .numberlist li .box01 .txtbox02 .num {
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    position: absolute;
    top: 35px;
    right: 10px;
  }
  main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t04 {
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
  }
  main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t05 {
    font-size: 10px;
    line-height: 170%;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s03 .wrapper .numberlist li .box01 .txtbox02 .t05.t05_sp {
    display: block;
  }
  main section.s03 .wrapper .numberlist li .box01 .btn_detail {
    background-color: #FE9900;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 120px;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    padding: 10px 0 10px 12px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    bottom: -42px;
    z-index: 100000000000;
  }
  main section.s03 .wrapper .numberlist li .box01 .btn_detail img {
    width: 11px;
    vertical-align: top;
    margin-left: 15px;
  }
  main section.s03 .wrapper .numberlist li .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .numberlist li .txtbox03 {
    width: 50%;
    display: none;
  }
  main section.s03 .wrapper .numberlist li .msg01 {
    width: 100%;
  }
  main section.s03 .wrapper .numberlist li .co_price {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 10px auto 0;
  }
  main section.s04 .wrapper .msg01 {
    width: 100%;
    margin-top: 20px;
  }
  main section.s04 .wrapper .t03 {
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    line-height: 170%;
    color: #009F18;
    margin-top: 20px;
  }
  main section.s04 .wrapper .t04 {
    text-align: left;
    font-size: 10px;
    line-height: 170%;
    margin-top: 5px;
  }
  main section.s04 .wrapper .table01 {
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
    border: 1px solid #FF7404;
  }
  main section.s04 .wrapper .table01.table0101 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .table01.table0101 tbody {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .table01.table0101 tr {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .table01.table0101 tr th {
    width: 100% !important;
    display: block;
    padding: 10px 0;
    border: none !important;
  }
  main section.s04 .wrapper .table01.table0101 tr td {
    width: 100% !important;
    display: block;
    border: none !important;
  }
  main section.s04 .wrapper .table01.table0101 tr td br {
    display: none;
  }
  main section.s04 .wrapper .table01 tr th {
    width: 110px !important;
    background-image: url(../../images/fa0301.jpg);
    background-size: 100% 100%;
    border: 1px solid #FF7404;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  main section.s04 .wrapper .table01 tr td {
    border: 1px solid #FF7404;
    font-size: 10px;
    line-height: 170%;
    padding: 10px 5px;
    letter-spacing: 0;
  }
  main section.s04 .wrapper .table01 tr td.td01 {
    width: calc((100% - 110px) / 2);
    text-align: center;
  }
  main section.s04 .wrapper .table01 tr td.td02 {
    width: calc((100% - 110px) / 2);
    text-align: center;
    line-height: 140%;
    background-color: #F4F4F4;
  }
  main section.s04 .wrapper .table01 tr td.td02 .t01 {
    font-weight: bold;
    font-size: 9px;
  }
  main section.s04 .wrapper .table01 tr td.td02 .t02 {
    font-size: 9px;
  }
  main section.s04 .wrapper .table01 tr td.td02 .t02 + p {
    margin-top: 10px;
  }
  main section.s04 .wrapper .table02 {
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
  }
  main section.s04 .wrapper .table02 tr th {
    width: 110px !important;
    background-image: url(../../images/fa0301.jpg);
    background-size: 100% 100%;
    border: 1px solid #FF7404;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  main section.s04 .wrapper .table02 tr th span {
    display: block;
    font-size: 8px;
    font-weight: 500;
  }
  main section.s04 .wrapper .table02 tr td {
    border: 1px solid #FF7404;
    font-size: 10px;
    line-height: 170%;
    padding: 10px 10px;
    text-align: center;
  }
  main section.s04 .wrapper .table02 tr td.none {
    background-image: url(../../images/bg_none.jpg);
    background-size: 100% 100%;
    height: 40px;
  }
  main section.s04 .wrapper .table02 tr td.td01 {
    width: calc((100% - 110px) / 2);
  }
  main section.s04 .wrapper .table02 tr td.td02 {
    width: calc((100% - 110px) / 2);
    text-align: center;
    line-height: 140%;
    color: #F00;
    font-weight: bold;
  }
  main section.s04 .wrapper .table02 tr td.td02 .t01 {
    font-weight: bold;
    font-size: 15px;
  }
  main section.s04 .wrapper .table02 tr td.td02 .t02 + p {
    margin-top: 10px;
  }
  main section.s04 .wrapper .table03 {
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
  }
  main section.s04 .wrapper .table03 tr th {
    width: 110px !important;
    background-image: url(../../images/fa0301.jpg);
    background-size: 100% 100%;
    border: 1px solid #FF7404;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  main section.s04 .wrapper .table03 tr td {
    border: 1px solid #FF7404;
    font-size: 10px;
    line-height: 170%;
    padding: 10px 10px;
  }
  main section.s04 .wrapper .table03 tr td.td01 {
    width: calc((100% - 110px) / 2);
    text-align: center;
  }
  main section.s04 .wrapper .table03 tr td.td02 {
    width: calc((100% - 110px) / 2);
    text-align: center;
    line-height: 140%;
    background-color: #F4F4F4;
  }
  main section.s04 .wrapper .table03 tr td.td02 .t01 {
    font-weight: bold;
    font-size: 10px;
  }
  main section.s04 .wrapper .table03 tr td.td02 .t02 {
    margin-top: 2px;
  }
  main section.s04 .wrapper .table03 tr td.td02 .t02 + p {
    margin-top: 10px;
  }
  main section.s04 .wrapper .table_box {
    display: block;
    margin-top: 20px;
  }
  main section.s04 .wrapper .table_box .table03 {
    width: 100%;
  }
  main section.s04 .wrapper .table_box .table03 tr td {
    width: auto;
    text-align: left;
  }
  main section.s04 .wrapper .caution01 {
    text-align: right;
    font-size: 10px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .bnr_entry {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s04 .wrapper .bnr_entry img {
    width: 100%;
  }
  main section.s04 .wrapper .t11 {
    font-size: 10px;
    margin-top: 5px;
  }
  main section.s05 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s05 .wrapper .swiper-area_step {
    margin-top: 20px;
  }
  main section.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 40px;
  }
  main section.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide {
    background-color: #F7F7F7;
    padding: 30px 10px;
  }
  main section.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl {
    display: block;
  }
  main section.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt {
    width: 100%;
    text-align: center;
  }
  main section.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt .t01 {
    font-size: 29px;
    font-weight: bold;
  }
  main section.s05 .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.s05 .wrapper .swiper-area_step .swiper .swiper-wrapper .swiper-slide dl dt .t02 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.s05 .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.s05 .wrapper .swiper-area_step .swiper .swiper-pagination {
    padding-bottom: 0;
    bottom: 0;
    z-index: 1000;
  }
  main section.s05 .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.s05 .wrapper .swiper-area_step .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #666 !important;
  }
  main section.s06 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s06 .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.s06 .wrapper .box01 .t01 {
    font-size: 15px;
  }
  main section.s06 .wrapper .box01 dl {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
    margin-top: 7px;
  }
  main section.s06 .wrapper .box01 dl dt {
    font-size: 15px;
    font-weight: bold;
  }
  main section.s06 .wrapper .box01 dl dd {
    margin-top: 2px;
    font-size: 10px;
  }
  main section.s06 .wrapper .btn_entry {
    width: 344px;
    display: block;
    margin: 15px auto 0;
  }
  main section.s06 .wrapper .btn_entry img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s07 .wrapper .qa_list {
    margin-top: 30px;
    position: relative;
  }
  main section.s07 .wrapper .qa_list .qa_detail {
    position: relative;
    cursor: pointer;
  }
  main section.s07 .wrapper .qa_list .qa_detail + .qa_detail {
    margin-top: 20px;
  }
  main section.s07 .wrapper .qa_list .qa_detail.opened .icon.icon_open {
    opacity: 0;
  }
  main section.s07 .wrapper .qa_list .qa_detail.opened .icon.icon_close {
    opacity: 1;
  }
  main section.s07 .wrapper .qa_list .qa_detail dt {
    position: relative;
    padding: 6px 30px 15px 40px;
    min-height: 29px;
    font-size: 10px;
    line-height: 170%;
    font-weight: bold;
    border-bottom: 2px dashed #aaa;
  }
  main section.s07 .wrapper .qa_list .qa_detail dt span {
    width: 29px;
    height: 29px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
    padding-top: 5px;
    font-size: 19px;
    background-color: #009F18;
    color: #fff;
    border-radius: 3px;
  }
  main section.s07 .wrapper .qa_list .qa_detail dd {
    position: relative;
    padding-left: 40px;
    padding-right: 30px;
    font-size: 10px;
    line-height: 170%;
    font-weight: bold;
    margin-top: 10px;
    display: none;
  }
  main section.s07 .wrapper .qa_list .qa_detail dd span {
    width: 29px;
    height: 29px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
    padding-top: 5px;
    font-size: 19px;
    background-color: #FF6B20;
    color: #fff;
    border-radius: 3px;
  }
  main section.s07 .wrapper .qa_list .qa_detail .icon {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s07 .wrapper .qa_list .qa_detail .icon.icon_open {
    opacity: 1;
  }
  main section.s07 .wrapper .qa_list .qa_detail .icon.icon_close {
    opacity: 0;
  }
}