@charset "UTF-8";

.dn { display: none; }

/* バナー枠 g0003、h0257用 */
.boxGreen {
  display: flex;
  flex-wrap: wrap;
  background: #DBFF95;
  padding: 20px;
  margin-bottom: 30px;
}

.boxGreenL {
  display: flex;
  flex-basis: 43%;
  align-items: center;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}

.boxGreenR {
  flex-basis: 57%;
  padding: 20px;
}

.boxGreenL p {
  font-size: 2.4rem;
  font-weight: bold;
}

.boxGreenL p span {
  line-height: 1.0;
}

.boxGreenR p {
  font-weight: bold;
}

.boxGreenL span.txtNum {
  font-size: 3.6rem;
}

@media (min-width: 768px) {
  .seriesContainer {
    width: 1160px;
    margin: auto;
    position: relative;
  }

  section p {
    font-size: 1.6rem;
    line-height: 29px;
  }
}

@media (max-width: 768px) {
  .seriesContainer {
    padding: 0 10px;
  }
}

.txtBold {
  font-weight: bold;
}

.mt5 {
  margin-top: 5px;
}

.bannerBottom {
  text-align: center;
}

.nowrap {
  white-space: nowrap
}

.bannerBottom p {
  margin-top: 37px;
  text-align: center;
}

.txtSmall {
  font-size: 1rem;
}

.txtRed {
  color: #cc0000;
}

.servicePrice {
  padding-top: 80px;
}

.ttl_h02 {
  font-size: 3.8rem;
  margin-bottom: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.boxGrey {
  background: #eee;
  padding: 15px 19px;
  margin-bottom: 30px;
}

.taLeft {
  text-align: left !important;
}

.boxBlue_light {
  background-color: #f5f7fa;
}

.list01 li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 29px;
  font-size: 1.6rem;
}

.ttl_h03 {
  font-size: 2.8rem;
  line-height: 35px;
  margin-bottom: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.tbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 10px;
}

.tbl thead {
  background-color: #f5f7fa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tbl tbody {
  border-bottom: 1px solid #ccc;
}

.tbl thead th[colspan="9"] {
  border-bottom: 1px dashed #ccc;
}

.tbl thead tr:nth-child(1) th {
  /*font-size: 2.2rem;*/
  font-size: 2.0rem
}

.tbl thead tr:nth-child(2) th {
  border: 1px dashed #ccc;
}

.tbl thead tr:nth-child(2) th:last-child {
  border-right: 1px solid #ccc;
}

.tbl thead tr:nth-child(3) th {
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}

.tbl tbody tr td:not(:nth-child(1)):not(:nth-child(2)) {
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  /*font-size: 2.2rem;*/
  font-size: 2.0rem;
}

.tbl tbody tr td:not(:nth-child(1)):not(:nth-child(2)):last-child {
  border-right: 1px solid #ccc;
}

.tbl tbody tr td small {
  font-size: 1.4rem;
}

.tbl tbody {
  /*font-size: 1.8rem;*/
  /*line-height: 29px;*/
  font-size: 1.6rem;
}

.tbl th {
  padding: 11px 2px;
}

.tbl td {
  padding: 7px 10px;
  height: 80px;
}

.tbl th,
.tbl td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.tbl td span {
  font-size: 1.6rem;
}

.tbl .otoku {
  background: #FDEFFC;
}

.servicePrice .boxGrey p {
  line-height: 23px;
}

.servicePrice .txtNote {
  margin-top: 22px;
  margin-bottom: 55px;
}

.servicePriceOption_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.servicePriceOption_img {
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 15px;
}

.servicePriceOption_ttl {
  font-weight: bold;
  margin-bottom: 5px;
}

.servicePriceOption_ttl.servicePriceOption_sup {
  margin-top: -13px;
}

.servicePriceOption_sup sup {
  vertical-align: 10px;
}

.list-note {
  counter-reset: number;
  margin-bottom: 16px;
}

.list-note>li {
  display: table;
  font-size: 1.6rem;
  margin-bottom: -5px;
  line-height: 29px;
}

.list-note>li:before {
  white-space: nowrap;
  content: "[注"counter(number) "]";
  counter-increment: number;
  display: table-cell;
  padding-right: 5px;
  padding-top: 5px;
  color: #cc0000;
}

@media (min-width: 768px) {
  .servicePriceOption_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .servicePriceOption_item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .servicePriceOption_ttl {
    margin-top: -3px;
  }

/*
  .tbl thead tr:nth-child(1) th:nth-child(1) {
    width: 27.1%
  }

  .tbl thead tr:nth-child(1) th:nth-child(2) {
    width: 10.9%
  }

  .tbl thead tr:nth-child(2) th:nth-child(1) {
    width: 8.2%;
  }

  .tbl thead tr:nth-child(2) th:nth-child(3) {
    width: 6.2%;
  }

  .tbl thead tr:nth-child(2) th:nth-child(4) {
    width: 9%;
  }

  .tbl thead tr:nth-child(2) th:nth-child(5) {
    width: 6.3%;
  }

  .tbl thead tr:nth-child(2) th:nth-child(6) {
    width: 5.9%;
  }

  .tbl thead tr:nth-child(2) th:nth-child(7) {
    width: 8%;
  }

  .tbl thead tr:nth-child(3) th:nth-child(1) {
    width: 6%;
  }

  .tbl thead tr:nth-child(3) th:nth-child(2) {
    width: 6.2%;
  }
*/

}

@media (max-width: 767px) {
  .tbl_scroll {
    overflow-x: scroll;
  }

  .tbl {
    width: 900px;
  }

  .servicePriceOption_img {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 15px;
  }

  .servicePriceOption_info {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .servicePriceOption_item {
    padding-bottom: 20px;
  }

  .servicePrice {
    padding-top: 40px;
  }

  .servicePrice .txtNote {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .servicePriceOption_ttl.servicePriceOption_sup {
    margin-top: -3px;
  }

  .servicePriceOption_sup sup {
    vertical-align: 6px;
  }

  .tbl {
    font-size: 1.2rem;
  }

  .tbl td span {
    font-size: 1.2rem;
  }

  .tbl tbody tr td:not(:nth-child(1)):not(:nth-child(2)),
  .tbl thead tr:nth-child(1) th {
    font-size: 1.6rem;
  }

  .tbl tbody {
    font-size: 1.4rem;
  }

  .servicePriceOption_list {
    margin-top: 20px;
  }

/*
  .tbl thead tr:nth-child(1) th:nth-child(1) {
    width: 25%
  }
*/

}

@media (max-width: 480px) {
  .servicePriceOption_img {
    padding-right: 10px;
  }
}

.serviceStep {
  padding-top: 77px;
}

.serviceStep .serviceStep_step01 .ttl_h03 {
  margin-top: -5px;
  margin-bottom: 20px;
}

.serviceStep .serviceStep_step03 .ttl_h03 {
  margin-top: -5px;
  margin-bottom: 25px;
}

.serviceStep .ttl_step {
  display: block;
  margin-bottom: 18px;
}

.serviceStep .serviceStep_step02 .serviceStep_txt {
  line-height: 23px;
}

.serviceStep .bgGrey {
  background-color: #eee;
}

.serviceStep .serviceStep_ttl span {
  display: block;
}

.serviceStep .serviceStep_step01 {
  padding-top: 36px;
  padding-bottom: 33px;
}

.serviceStep .serviceStep_step02 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.serviceStep .serviceStep_step03 {
  padding-top: 42px;
  padding-bottom: 44px;
}

.serviceStep .boxBlue_light {
  padding: 30px 38px;
  margin-bottom: 17px;
  margin-top: 30px;
}

.serviceStep .boxBlue_light p {
  line-height: 23px;
}

.serviceStep_img .step03_list {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.serviceStep .step03_item {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.serviceStep .step03_item_txt {
  font-size: 1.3rem;
  line-height: 24px;
  margin-top: 13px;
}

.serviceStep .step03_item_img {
  position: relative;
}

.serviceStep .step03_item:not(:last-child) .step03_item_img:after {
  content: '';
  background: url(icon_arrow.png);
  width: 15px;
  height: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: inline-block;
  right: -18px;
}

.serviceStep .step03_img {
  margin-top: -23px;
}

.serviceNotice {
  padding-top: 78px;
}

.serviceNotice .img_creditcard {
  margin-bottom: 6px;
  text-indent: 1.4em;
}

.serviceSupport {
  padding-top: 84px;
}

.serviceSupport .boxBlue_light {
  padding: 20px 40px;
  margin-top: 18px;
}

.serviceStaff {
  padding-top: 75px;
}

.contactUs {
  padding-top: 85px;
}

.contactUs .ttl_h02 {
  margin-bottom: 5px;
}

.contactUs .img_tell {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .serviceStep .ttl_h02 {
    margin-bottom: 27px;
  }

  .serviceStep .serviceStep_step02 .ttl_step {
    margin-bottom: 25px;
  }

  .serviceNotice .ttl_h02 {
    margin-bottom: 20px;
  }

  .serviceStaff .ttl_h02 {
    margin-bottom: 20px;
  }

  .serviceStep .serviceStep_contents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .serviceStep .serviceStep_img {
    padding-left: 45px;
    flex: 0 0 57%;
    max-width: 57%;
  }

  .bannerBottom p {
    font-size: 1.6rem;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_h02 {
    font-size: 2.4rem;
  }

  .ttl_h03 {
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .list-note>li {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .list01 li {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .boxGrey {
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .serviceStep .serviceStep_step03,
  .serviceStep .serviceStep_step02,
  .serviceStep .serviceStep_step01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .serviceStep .ttl_step {
    display: block;
    margin-bottom: 10px;
  }

  .serviceStep .boxBlue_light {
    padding: 20px 22px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .serviceSupport .boxBlue_light {
    padding: 20px 23px;
  }

  .serviceStep .serviceStep_step03 .ttl_h03,
  .serviceStep .serviceStep_step01 .ttl_h03 {
    margin-bottom: 15px;
  }

  .contactUs,
  .serviceStaff,
  .serviceSupport,
  .serviceNotice,
  .serviceStep {
    padding-top: 40px;
  }

  .bannerBottom p {
    margin-top: 20px;
    text-align: left;
  }

  .serviceStep_txt {
    margin-bottom: 15px;
  }

  .serviceStep .step03_item_txt {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 13px;
  }

  .serviceStep .step03_item_img {
    text-align: center;
  }

  .serviceStep .step03_img {
    text-align: center;
  }

  .contactUs .img_tell {
    margin-top: 15px;
  }

  .serviceStep_img {
    text-align: center;
  }
 
/* バナー枠 g0003、h0257用 */
.boxGreen {
  display: block;
  padding: 10px;
}

.boxGreenL {
  display: block;
  padding: 10px;
}

.boxGreenR {
  padding: 10px;
}

.boxGreenL p {
  font-size: 2.4rem;
}

.boxGreenR p {
}

.boxGreenL span.txtNum {
  font-size: 3.6rem;
}

}

@media screen and (max-width: 480px) {
  .ttl_h03 {
    font-size: 1.6rem;
    line-height: 25px;
  }

  .serviceStep .ttl_step {
    margin-bottom: 5px;
  }

  .serviceStep .serviceStep_step03 .ttl_h03,
  .serviceStep .serviceStep_step01 .ttl_h03 {
    margin-bottom: 8px;
  }

  .serviceStep .step03_item_txt {
    font-size: 1.1rem;
    line-height: 20px;
    margin-top: 8px;
  }

  .serviceStep .step03_item:not(:last-child) .step03_item_img:after {
    width: 8px;
    height: 14px;
    background-size: 8px auto;
    right: -9px;
  }

  .serviceStep .step03_list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .serviceStep .step03_item {
    padding-left: 5px;
    padding-right: 5px;
  }
}