.section_selfcheck {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
.section_selfcheck *,
.section_selfcheck *::before,
.section_selfcheck *::after {
  box-sizing: border-box;
}
.selfcheck .section_selfcheck strong {
  font-weight: bold;
}
.section_selfcheck sup,
#modalForm sup {
  position: relative;
  top: -0.25em;
  font-size: 80% !important;
  line-height: 1;
  vertical-align: text-top;
}
.section_selfcheck sub,
#modalForm sub {
  position: relative;
  bottom: -0.25em;
  font-size: 80% !important;
  line-height: 1;
  vertical-align: text-bottom;
}
.selfcheck .section_selfcheck .section__inner {
  width: 100%;
}
.selfcheck .section_selfcheck .section__container {
  width: 960px;
  margin: 0 auto;
}
.selfcheck .section_selfcheck .section__container .txt_emergency {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  padding: 100px 0 0;
}
/* .selfcheck .section_selfcheck .section__container > *:not(.txt_emergency) {
  display: none;
} */
.selfcheck .section_selfcheck .btn_common {
  width: 470px;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.selfcheck .section_selfcheck .btn_common a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 100% auto;
  padding: 33px 0 33px 50px;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.selfcheck .section_selfcheck .btn_common.is--cannot a {
  background-image: url(/assets/img/common/bg_gradient_grey_01.png);
  cursor: not-allowd;
  pointer-events: none;
}
.selfcheck .section_selfcheck .btn_common a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.selfcheck .section_selfcheck .btn_common.is--cannot a:hover {
  cursor: default;
  background-size: 100% auto;
}
.selfcheck .section_selfcheck .btn_common a::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  width: 101px;
  height: 100%;
  background: url(/assets/img/common/ico_btn_arrow.png) no-repeat left center / 100% auto;
}
.selfcheck .section_selfcheck .btn_back {
  text-align: center;
  width: 235px;
  margin: 30px auto 0;
}
.selfcheck .section_selfcheck .btn_back a {
  font-size: 18px;
  background: url(/assets/img/common/bg_gradient_green_04.png) repeat-y left top / 100% auto;
  padding: 14px 50px 14px 0;
  text-align: right;
}
.selfcheck .section_selfcheck .btn_back a::before {
  right: auto;
  left: 20px;
  width: 71px;
  background-position: right center;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.selfcheck .section_selfcheck .btn_clear {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0;
  color: #005aca;
  padding-left: 15px;
}
.selfcheck .section_selfcheck .btn_clear::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: url(/assets/img/common/ic_arrow_blue_r.png) no-repeat left center / contain;
}
.selfcheck .section_selfcheck .btn_clear::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #005aca;
}
.selfcheck .section_selfcheck .clear_all {
  width: 100%;
  margin: 20px auto 24px;
  text-align: right;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_selfcheck {
    min-width: 0;
  }
  .selfcheck .section_selfcheck .section__container {
    width: 100%;
  }
  .selfcheck .section_selfcheck .section__container .txt_emergency {
    font-size: 20px;
    padding: 30px 0 0;
  }
  .selfcheck .section_selfcheck .btn_common {
    float: none;
    width: 100%;
    max-width: 335px;
  }
  .selfcheck .section_selfcheck .btn_common a {
    font-size: 16px;
    padding: 18px 0 18px 8.955223880597014%;
  }
  .selfcheck .section_selfcheck .btn_common a::before {
    right: 7.462686567164178%;
    width: 70px;
  }
  .selfcheck .section_selfcheck .btn_back {
    width: 150px !important;
    margin: 20px auto 0;
  }
  .selfcheck .section_selfcheck .btn_back a {
    font-size: 14px;
    padding: 14px 25px 14px 0;
  }
  .selfcheck .section_selfcheck .btn_back a::before {
    left: 15px;
    width: 44px;
    background-size: auto 15px;
  }
  .selfcheck .section_selfcheck .btn_clear {
    font-size: 12px;
    line-height: 1.5;
    margin: -0.25em 0;
    padding-left: 13px;
  }
  .selfcheck .section_selfcheck .btn_clear::before {
    width: 6px;
  }
  .selfcheck .section_selfcheck .clear_all {
    width: 89.333333333333333%;
    margin: 20px auto;
    padding-left: 10px;
    text-align: left;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .selfcheck .section_selfcheck .btn_common {
    width: 90%;
  }
}

/*------------------------------------------------------------------------------
  .selfcheck_index .s--main
------------------------------------------------------------------------------*/
.selfcheck_index .s--main {
  padding: 0 0 181px;
}
.selfcheck_index .s--main .txt_01 {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  text-align: center;
  padding: 40px 0;
}
.selfcheck_index .s--main .choose_type {
  position: relative;
  width: 100%;
  padding: 0 0 70px;
  background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 16px auto;
  border-radius: 1000px;
}
.selfcheck_index .s--main .choose_type .txt_02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em auto;
  text-align: center;
  color: #008262;
  padding: 26px 0;
}
.selfcheck_index .s--main .choose_type .f_radios {
  width: 840px;
  margin: 0 auto;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio {
  float: left;
  width: 400px;
  height: 230px;
  margin: 0 10px;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio input {
  display: none;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio .btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff no-repeat center 18px / 205px auto;
  border-radius: 1000px;
  border: 4px solid transparent;
  overflow: hidden;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio.btn_building .btn {
  background-image: url(/assets/img/selfcheck/illust_building.png);
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio.btn_factory .btn {
  background-image: url(/assets/img/selfcheck/illust_factory.png);
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio input:checked + .btn {
  border-color: #01bf90;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio .btn:hover {
  cursor: pointer;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio input:checked + .btn:hover {
  cursor: default;
}
.selfcheck_index .s--main .choose_type .f_radios .f_radio .btn .btn_txt {
  position: absolute;
  bottom: 18px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.selfcheck_index .s--main .choose_type .btn_start {
  position: absolute;
  left: 50%;
  bottom: -45px;
  margin-left: -235px;
}
.selfcheck_index .s--main .memo_set {
  width: 100%;
  border-radius: 20px;
  border: 4px solid #dbdbd2;
  padding: 20px 80px;
  margin: 105px 0 0;
}
.selfcheck_index .s--main .memo_set .example_box {
  display: table-cell;
  vertical-align: middle;
  width: 69.697%;
}
.selfcheck_index .s--main .memo_set .example_box .example_dtl {
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25em 0;
}
.selfcheck_index .s--main .memo_set .example_box .example_dtl .txt_green {
  color: #20ae37;
}
.selfcheck_index .s--main .memo_set .example_howto {
  display: table-cell;
  width: 30.303%;
}
.selfcheck_index .s--main .memo_set .example_howto img {
  width: 100%;
  height: auto;
}
.selfcheck_index .s--main .memo_set .example_howto .howto_movie_ttl {
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 1em 0 0;
  text-align: center;
}
.selfcheck_index .s--main .txt_04 {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  text-align: center;
  padding: 60px 0 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .selfcheck_index .s--main {
    padding: 0 0 100px;
  }
  .selfcheck_index .s--main .txt_01 {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    text-align: left;
    padding: 30px 5.333333333333334%;
  }
  .selfcheck_index .s--main .choose_type {
    padding: 0 0 30px;
    background-position: center bottom;
    background-size: 8px auto;
    border-radius: 0;
  }
  .selfcheck_index .s--main .choose_type .txt_02 {
    font-size: 16px;
    padding: 30px 0;
  }
  .selfcheck_index .s--main .choose_type .f_radios {
    width: 93.333333333333333%;
  }
  .selfcheck_index .s--main .choose_type .f_radios .f_radio {
    width: 45.714285714285714%;
    height: 175px;
    margin: 0 2.142857142857143%;
  }
  .selfcheck_index .s--main .choose_type .f_radios .f_radio .btn {
    background-position: center 15px;
    background-size: 143px auto;
    border-radius: 20px;
    border-width: 3px;
  }
  .selfcheck_index .s--main .choose_type .f_radios .f_radio .btn .btn_txt {
    bottom: 15px;
    font-size: 20px;
  }
  .selfcheck_index .s--main .choose_type .btn_start {
    position: static;
    width: 89.333333333333333%;
    margin: 20px auto 0;
  }
  .selfcheck_index .s--main {
    margin: 30px 0 0;
  }
  .selfcheck_index .s--main .memo_set {
    width: 89.333333333333332%;
    border-radius: 10px;
    border-width: 2px;
    padding: 20px 6.6%;
    margin: 30px auto 0;
  }
  .selfcheck_index .s--main .memo_set .example_box {
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .selfcheck_index .s--main .memo_set .example_box .example_dtl {
    font-size: 12px;
  }
  .selfcheck_index .s--main .memo_set .example_howto {
    display: block;
    width: 100%;
    max-width: 380px;
    padding: 0 5.333333333333334%;
    margin: 30px auto 0;
  }
  .selfcheck_index .s--main .memo_set .example_howto .howto_movie_ttl {
    font-size: 12px;
  }
  .selfcheck_index .s--main .txt_04 {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    text-align: left;
    padding: 30px 5.333333333333334% 0;
  }
}

/*------------------------------------------------------------------------------
  .s--stepsttl
------------------------------------------------------------------------------*/
.s--stepsttl {
  padding: 25px 0 21px;
  background: url(/assets/img/common/bg_green_pattern_02.png) repeat center top / 25px auto;
}
.s--stepsttl .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em 0;
  color: #fff;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--stepsttl {
    padding: 21px 5.333333333333334% 17px;
    background-size: 15px auto;
  }
  .s--stepsttl .ttl {
    font-size: 20px;
  }
}

/*------------------------------------------------------------------------------
  .s--stepsflow
------------------------------------------------------------------------------*/
.s--stepsflow {
}
.s--stepsflow .section__container {
  padding: 95px 0 0;
}
.s--stepsflow .step_ttl img {
  width: 40px;
  height: auto;
}
.s--stepsflow .step_ol {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.s--stepsflow .step_ol .step_li {
  display: table-cell;
  position: relative;
  width: 33.33%;
  border-top: 1px solid rgba(0,130,98,0.3);
}
.s--stepsflow .step_ol .step_li.is--now::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background: #008262;
}
.s--stepsflow .step_ol .step_li .dot {
  position: absolute;
  left: 50%;
  top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #cbe6dc;
  border-radius: 50%;
}
.s--stepsflow .step_ol .step_li.is--now .dot {
  top: -6px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #008262;
}
.s--stepsflow .step_ol .step_li .dot .txt_step {
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 6em;
  text-align: center;
  margin-left: -3em;
  line-height: 1;
  display: none;
}
.s--stepsflow .step_ol .step_li.is--now .dot .txt_step {
  display: block;
}
.s--stepsflow .step_ol .step_li .dot .txt_step img {
  height: 10px;
  width: auto;
}
.s--stepsflow .step_ol .step_li .dot .txt_no {
  position: absolute;
  bottom: 19px;
  width: 100%;
  text-align: center;
  opacity: 0.2;
}
.s--stepsflow .step_ol .step_li.is--now .dot .txt_no {
  opacity: 1;
}
.s--stepsflow .step_ol .step_li .dot .txt_no img {
  height: 18px;
  width: auto;
}
.s--stepsflow .step_ol .step_li .txt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #cbe6dc;
  text-align: center;
  padding: 20px 0 0;
}
.s--stepsflow .step_ol .step_li.is--now .txt {
  font-size: 18px;
  padding: 19px 0 0;
  color: #008262;
}
.s--stepsflow .step_ol .step_li .txt a.prev_step_btn {
  position: relative;
  color: #01bf91;
  cursor: pointer;
}
.s--stepsflow .step_ol .step_li .txt a.prev_step_btn::before {
  content: "";
  display: block;
  position: absolute;
  left: -26px;
  top: 0;
  width: 16px;
  height: 100%;
  background: url(/assets/img/common/ic_arrow_green_02.png) no-repeat left center / 100% auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--stepsflow .section__container {
    padding: 55px 0 0;
  }
  .s--stepsflow .step_ttl img {
    width: 32px;
  }
  .s--stepsflow .step_ol .step_li .dot {
    top: -4px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
  }
  .s--stepsflow .step_ol .step_li.is--now .dot {
    top: -3.5px;
    width: 7px;
    height: 7px;
    margin-left: -3.5px;
  }
  .s--stepsflow .step_ol .step_li .dot .txt_step {
    bottom: 31px;
  }
  .s--stepsflow .step_ol .step_li .dot .txt_step img {
    height: 7px;
  }
  .s--stepsflow .step_ol .step_li .dot .txt_no {
    bottom: 14px;
  }
  .s--stepsflow .step_ol .step_li .dot .txt_no img {
    width: 8px;
    max-width: none;
    height: auto;
  }
  .s--stepsflow .step_ol .step_li .txt,
  .s--stepsflow .step_ol .step_li.is--now .txt {
    font-size: 12px;
    padding: 13px 0 0;
  }
  .s--stepsflow .step_ol .step_li .txt a.prev_step_btn::before {
    left: -17px;
    width: 12px;
  }
}

/*------------------------------------------------------------------------------
  .s--explanation
------------------------------------------------------------------------------*/
.s--explanation {
  padding: 50px 0 0;
}
.s--explanation .section__container {
  padding: 30px 0;
  border-radius: 20px;
  background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 16px auto;
}
.s--explanation .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0;
  text-align: center;
  color: #008262;
}
.s--explanation .txt_error {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 1em 60px 0;
  text-align: center;
  color: #e93e52;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--explanation {
    padding: 40px 0 0;
  }
  .s--explanation .section__container {
    padding: 30px 5.333333333333334% 28px;
    border-radius: 0;
    background-position: center bottom;
    background-size: 8px auto;
  }
  .s--explanation .txt {
    font-size: 14px;
  }
  .s--explanation .txt_error {
    font-size: 14px;
    padding: 1em 5.970149253731343% 0;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .s--explanation .txt .dsp2 {
    display: none;
  }
}

/*------------------------------------------------------------------------------
  .s--step1
------------------------------------------------------------------------------*/
.s--step1 {
  padding: 40px 0 180px;
}
.s--step1 .all_forms {
  width: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.s--step1 .all_forms .each_form {
  width: 100%;
}
.s--step1 .all_forms .each_form .each_ttl {
  display: table-cell;
  width: 320px;
  padding: 40px 20px;
  background: #01bf90;
  border-bottom: 1px solid #fff;
}
.s--step1 .all_forms .each_form:last-child .each_ttl {
  border-bottom: none;
}
.s--step1 .all_forms .each_form .each_ttl .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-align: center;
  color: #fff;
}
.s--step1 .all_forms .each_form .each_dtl {
  display: table-cell;
  width: 640px;
  padding: 10px 60px 30px;
  border-bottom: 1px solid #cff3ef;
}
.s--step1 .all_forms .each_form .each_dtl .txt_05 {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 20px 0 10px;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap {
  width: 100%;
  padding: 20px 0 0;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_00 {
  width: 100%;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02,
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 {
  position: relative;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios {
  display: inline-block;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio {
  display: inline-block;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio + .f_radio {
  margin-left: 2.5em;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio input {
  display: none;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio .btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  padding-left: 1.5em;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid #01bf90;
  border-radius: 50%;
  margin-top: -0.55em;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio input:checked + .btn::before {
  background: #01bf90;
  border: 3px solid #008262;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_select {
  position: relative;
  background: #fff;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .f_select::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url(/assets/img/common/ic_arrow_black_d_sp.png) no-repeat center center / 10px auto;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap input[type="text"],
.s--step1 .all_forms .each_form .each_dtl .f_wrap select {
  display: inline-block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 10px;
  background: #fff;
  border: 2px solid #01bf90;
  border-radius: none;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap select {
  position: relative;
  z-index: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 42px 0 10px;
  background: none;
  color: #444;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap select option {
  font-size: 15px;
  color: #444;
  background: #fff;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap input[type="text"]:focus,
.s--step1 .all_forms .each_form .each_dtl .f_wrap select:focus {
  outline: none;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 input[type="text"],
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 select {
  width: 250px;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 input[type="text"],
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 select {
  width: 360px;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_01 {
  display: inline-block;
  width: 110px;
  font-size: 16px;
  line-height: 42px;
  text-align: right;
  padding: 0 30px 0 0;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_02 {
  display: inline-block;
  width: 135px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 0 0 30px;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_error {
  display: none;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  padding: 1em 0 0;
  color: #e93e52;
}
.s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 + .txt_error {
  padding: 1em 0 0.5em 110px;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  padding: 1.238461538461538em 30px;
  background: #ddf6ed;
  border-radius: 10px;
  margin: 30px 0 0;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .txt_green {
  color: #01bf90;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note {
  width: 100%;
  margin: 1.5em auto 0;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note tr {
  width: 100%;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note tr:nth-child(2n-1) {
  background: rgba(255,255,255,0.6);
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note th,
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note td {
  vertical-align: top;
  width: 39%;
  padding: 0.5em 1em;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note th {
  font-weight: bold;
  color: #01bf90;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note .td2 {
  padding-left: 0;
}
.s--step1 .all_forms .each_form .each_dtl .txt_more .table_note .td3 {
  width: 22%;
  padding: 0.5em 0;
}
.s--step1 .all_forms .each_form .each_dtl .energy_clear {
  text-align: center;
  padding: 20px 0 15px;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 10px;
  border: 4px solid #01bf90;
  margin: 30px 0 0;
  overflow: hidden;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table {
  width: 100%;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr {
  width: 100%;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr:nth-child(2n) {
  background: #ddf6ed;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr > * {
  vertical-align: top;
  width: 40%;
  padding: 0 30px;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr:first-child > * {
  padding-top: 4px;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr:last-child > * {
  padding-bottom: 4px;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr > *:first-child {
  width: 60%;
  padding-right: 0;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table th {
  font-weight: bold;
  color: #01bf90;
}
.s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table .txt {
  word-break: break-all;
  padding: 0.5em 0;
}
.s--step1 .all_forms .each_form .modal_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.s--step1 .all_forms .each_form .modal_btn.btn_dtl {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: inline-block;
  margin-left: 8px;
}
.s--step1 .all_forms .each_form .modal_btn a,
.s--step1 .all_forms .each_form .modal_btn .btn_txt {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 12px 0 0;
  background: #519de4 url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 120% auto;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.s--step1 .all_forms .each_form .modal_btn .btn_txt {
  color: #005aca;
  background: #fff;
  border: 2px solid #005aca;
}
.s--step1 .all_forms .each_form .modal_btn.btn_dtl .btn_txt {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #444;
  border: none;
  padding: 0;
}
.s--step1 .all_forms .each_form .each_ttl .modal_btn.btn_dtl .btn_txt {
  color: #01bf90;
  background: #fff;
}
.s--step1 .all_forms .each_form .modal_btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.s--step1 .all_forms .each_form .bubble,
.s--step1 .all_forms .each_form .bubble2 {
  position: absolute;
  right: -50px;
  bottom: 61px;
  display: none;
  width: 300px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 1.2em 1.5em;
  color: #444;
  text-align: left;
  background: #bce4ff;
  border-radius: 16px;
  z-index: 3;
}
.s--step1 .all_forms .each_form .bubble2 {
  right: 50%;
  bottom: 35px;
  margin-right: -150px;
}
.s--step1 .all_forms .each_form .bubble::after,
.s--step1 .all_forms .each_form .bubble2::after {
  content: "";
  display: block;
  position: absolute;
  right: 65px;
  bottom: -14px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 15px solid #bce4ff;
}
.s--step1 .all_forms .each_form .bubble2::after {
  right: 50%;
  margin-right: -6px;
}
.s--step1 .all_forms .each_form .bubble2 * {
  font-size: inherit;
  line-height: inherit;
}
.s--step1 .all_forms .each_form .bubble2 li {
  position: relative;
  padding: 0 0 0 1.25em;
}
.s--step1 .all_forms .each_form .bubble2 li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  color: #31a5ed;
  width: 1.25em;
  font-size: 75%;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--step1 {
    padding: 0 0 100px;
  }
  .s--step1 .all_forms {
    border-radius: 0;
  }
  .s--step1 .all_forms .each_form {
    padding: 30px 5.333333333333334%;
  }
  .s--step1 .all_forms .each_form:last-child {
    padding-bottom: 0;
  }
  .s--step1 .all_forms .each_form + .each_form {
    border-top: 1px solid #cff3ef;
  }
  .s--step1 .all_forms .each_form .each_ttl {
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    border-bottom: none;
  }
  .s--step1 .all_forms .each_form .each_ttl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    text-align: left;
    color: #01bf90;
  }
  .s--step1 .all_forms .each_form .each_dtl {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .s--step1 .all_forms .each_form .each_dtl .txt_05 {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 10px 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap {
    padding: 10px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 {
    padding: 5px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .f_radios .f_radio .btn {
    font-size: 14px;
    line-height: 35px;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .f_select::after {
    width: 35px;
    height: 35px;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap input[type="text"],
  .s--step1 .all_forms .each_form .each_dtl .f_wrap select {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap select {
    padding: 0 35px 0 10px;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 input[type="text"],
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 select {
    width: 39.8%;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 input[type="text"],
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 select {
    width: 79.9%;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_03 input[type="text"].input_half2 {
    width: 68%;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap select option {
    font-size: inherit;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_01 {
    width: 24.1%;
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_02 {
    width: 20.1%;
    font-size: 14px;
    line-height: 35px;
    padding: 0 0 0 15px;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_error {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 + .txt_error {
    padding: 1em 0 0.5em 24.1%;
  }
  .s--step1 .all_forms .each_form .each_dtl .txt_more {
    font-size: 12px;
    line-height: 1.5;
    padding: 1.416666666666667em 5.970149253731343%;
    margin: 20px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .txt_more .table_note th,
  .s--step1 .all_forms .each_form .each_dtl .txt_more .table_note td {
    width: auto;
  }
  .s--step1 .all_forms .each_form .each_dtl .txt_more .table_note .td3 {
    width: 89px;
  }
  .s--step1 .all_forms .each_form .each_dtl .energy_clear {
    padding: 15px 0 10px;
  }
  .s--step1 .all_forms .each_form .each_dtl .calculated_set {
    font-size: 14px;
    border-width: 3px;
    margin: 20px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .calculated_set .calculated_table tr > * {
    padding: 0 5.970149253731343%;
  }
  .s--step1 .all_forms .each_form .modal_btn {
    right: auto;
    left: 64%;
    margin-left: 8em;
  }
  .s--step1 .all_forms .each_form .modal_btn a,
  .s--step1 .all_forms .each_form .modal_btn .btn_txt {
    width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 9px 0 0;
  }
  .s--step1 .all_forms .each_form .each_ttl .modal_btn.btn_dtl .btn_txt {
    color: #fff;
    background: #01bf90;
  }
  .s--step1 .all_forms .each_form .bubble,
  .s--step1 .all_forms .each_form .bubble2 {
    right: -5px;
    bottom: 54px;
    font-size: 12px;
  }
  .s--step1 .all_forms .each_form .bubble2 {
    right: auto;
    left: -55px;
    bottom: 40px;
    margin-right: 0;
  }
  .s--step1 .all_forms .each_form .bubble::after,
  .s--step1 .all_forms .each_form .bubble2::after {
    right: 17px;
  }
  .s--step1 .all_forms .each_form .bubble2::after {
    right: auto;
    left: 17px;
  }
  .s--step1 .all_forms .each_form .bubble2::after {
    left: 57px;
  }
  .s--step1 .all_forms .each_form .bubble2 li::before {
    top: 3px;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .s--step1 .all_forms .each_form .each_ttl {
    position: relative;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .set_02 input[type="text"] {
    width: 35.8%;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_01 {
    width: 25.1%;
  }
  .s--step1 .all_forms .each_form .each_dtl .f_wrap .txt_02 {
    width: 24.1%;
  }
  .s--step1 .all_forms .each_form .modal_btn {
    left: auto;
    right: 0;
  }
  .s--step1 .all_forms .each_form .modal_btn.btn_dtl {
    position: static;
  }
  .s--step1 .all_forms .each_form .bubble,
  .s--step1 .all_forms .each_form .bubble2 {
    left: auto;
    right: -6px;
  }
  .s--step1 .all_forms .each_form .bubble2 {
    right: 50%;
    margin-right: -150px;
  }
  .s--step1 .all_forms .each_form .is--energy_type .bubble2::after {
    right: auto;
    left: 101px;
  }
  .s--step1 .all_forms .each_form .is--operating_ratio .bubble2::after {
    right: auto;
    left: 59px;
  }
}

/*------------------------------------------------------------------------------
  .s--step1 (.fuel-wrap)
------------------------------------------------------------------------------*/

.s--step1 .all_forms .each_form .each_dtl .fuel-wrap {
  padding: 50px 0 20px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set {
  width: 100%;
  border-bottom: 1px dotted #005aca;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0.2em;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set .fuel_ttl {
  float: left;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set .fuel_add_btn {
  float: right;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set .fuel_add_btn a {
  display: inline-block;
  color: #005aca;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set .fuel_add_btn a::after {
  content: "+";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #005aca;
  border-radius: 100px;
  padding: 1px 0;
  margin: 0 0 0 7px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap {
  width: 100%;
  margin: 20px auto 0;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap + .fuel_add_wrap {
  margin: 10px auto 0;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 {
  position: relative;
  padding: 15px 10px 15px 20px;
  background: #d5ecfb;
  border-radius: 10px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select {
  float: left;
  width: 220px;
  background: none;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select::after {
  width: 10px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select select {
  font-size: 15px;
  letter-spacing: -0.03em;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #31a5ed;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value {
  float: left;
  width: 240px;
  margin: 0 0 0 20px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value input {
  width: 140px;
  border-color: #31a5ed;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value .txt_02 {
  width: 90px;
  padding: 0 0 0 20px;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_remove_btn {
  position: absolute;
  right: -6px;
  top: 50%;
  margin: -8px 0 0;
}
.s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_remove_btn a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #005aca;
  border-radius: 100px;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap {
    padding: 40px 0 20px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set {
    font-size: 14px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 {
    padding: 10px 0 15px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select {
    float: none;
    width: 62%;
    margin: 0 auto 0 6%;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select::after {
    height: 30px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .f_select select {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
    height: 30px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value input {
    width: 39.8%;
    margin: 0 0 0 6%;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_value .txt_02 {
    width: 20.1%;
    padding: 0 0 0 15px;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_remove_btn {
    right: 6%;
    margin: -12px 0 0;
  }
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_add_wrap .set_00 .fuel_remove_btn a {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .s--step1 .all_forms .each_form .each_dtl .fuel-wrap .fuel_ttl_set {
    position: relative;
  }
}

/*------------------------------------------------------------------------------
  .s--step2
------------------------------------------------------------------------------*/
.s--step2 {
  padding: 0 0 180px;
}
.selfcheck .s--step2 .btn_skip {
  width: 300px;
  margin: 40px auto 0;
}
.selfcheck .s--step2 .btn_skip a {
  font-size: 16px;
  padding: 15px 0 15px 50px;
}
.selfcheck .s--step2 .btn_skip a::before {
  right: 20px;
  width: 71px;
}
.s--step2 .box_set {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 0 30px;
  border-radius: 20px;
  overflow: hidden;
}
.s--step2 .box_blue {
  background: #e8f4f9;
}
.s--step2 .box_green {
  background: #e4f8f0;
}
.s--step2 .box_set .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 11px 0 8.2px;
}
.s--step2 .box_blue .ttl {
  background: #2b9eeb;
}
.s--step2 .box_green .ttl {
  background: #01bf90;
}
.s--step2 .box_set .each_set {
  display: table;
  width: 100%;
  padding: 10px 40px;
  border-top: 2px solid #fff;
}
.s--step2 .box_set .each_set.set_start {
  padding: 27px 40px 0;
  border-top: none;
}
.s--step2 .box_set .each_set.set_start + .each_set {
  border-top: none;
}
.s--step2 .box_set .each_set .txt {
  font-size: 15px;
  line-height: 1.6;
  margin: -0.3em 0;
}
.s--step2 .box_set .each_set.set_start .txt {
  font-size: 13px;
  font-weight: bold;
}
.s--step2 .box_blue .each_set.set_start .txt {
  color: #2b9eeb;
}
.s--step2 .box_green .each_set.set_start .txt {
  color: #008262;
}
.s--step2 .box_set .each_set .each_ttl {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding: 13px 30px 13px 0;
}
.s--step2 .box_set .each_set .each_dtl {
  display: table-cell;
  vertical-align: top;
  width: 385px;
  padding: 13px 30px 13px 0;
}
.s--step2 .box_set .each_set .each_form {
  display: table-cell;
  vertical-align: top;
  width: 315px;
  padding: 13px 0;
}
.s--step2 .box_set .each_set.set_start .each_form {
  background: none;
}
.s--step2 .box_set .each_set .each_form .f_radios {
  display: inline-block;
}
.s--step2 .box_set .each_set .each_form .f_radios .f_radio {
  display: inline-block;
}
.s--step2 .box_set .each_set .each_form .f_radios .f_radio + .f_radio {
  margin-left: 1em;
  margin-top: 0;
}
.s--step2 .box_set .each_set .each_form .f_radios .f_radio input {
  display: none;
}
.s--step2 .box_set .each_set .each_form .f_radios .f_radio .btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding-left: 1.5em;
}
.s--step2 .box_set .each_set .each_form .f_radios .f_radio .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: -0.55em;
}
.s--step2 .box_blue .each_set .each_form .f_radios .f_radio input:checked + .btn::before {
  background: #2b9eeb;
}
.s--step2 .box_green .each_set .each_form .f_radios .f_radio input:checked + .btn::before {
  background: #01bf90;
}
.selfcheck .s--step2 .btn_result {
  margin: 0 auto;
}
.selfcheck .s--step2 .btn_result a {
  background-image: url(/assets/img/common/bg_gradient_blue_03.png);
}

/* SP */
@media screen and (max-width: 768px) {
  .s--step2 {
    padding: 0 0 100px;
  }
  .selfcheck .s--step2 .btn_skip {
    width: 280px;
    margin: 30px auto 0;
  }
  .selfcheck .s--step2 .btn_skip a {
    font-size: 14px;
    padding: 15px 0 15px 8.955223880597014%;
  }
  .selfcheck .s--step2 .btn_skip a::before {
    right: 7.462686567164178%;
    width: 70px;
  }
  .s--step2 .box_set {
    width: 89.333333333333333%;
    margin: 30px auto 0;
    padding: 0 0 10px;
    border-radius: 10px;
  }
  .s--step2 .box_set .ttl {
    font-size: 16px;
    padding: 9.6px 0 8px;
  }
  .s--step2 .box_set .each_set {
    position: relative;
    padding: 20px 5.970149253731343%;
  }
  .s--step2 .box_set .each_set.set_start {
    display: none;
  }
  .s--step2 .box_set .each_set .txt {
    font-size: 13px;
  }
  .s--step2 .box_set .each_set .each_ttl {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  .s--step2 .box_set .each_set .each_ttl .txt {
    font-weight: bold;
  }
  .s--step2 .box_blue .each_set .each_ttl .txt {
    color: #2b9eeb;
  }
  .s--step2 .box_green .each_set .each_ttl .txt {
    color: #008262;
  }
  .s--step2 .box_set .each_set .each_dtl {
    width: 48%;
    padding: 2.5em 0 0;
  }
  .s--step2 .box_set .each_set .each_form {
    width: 52%;
    padding: 2.5em 0 0 4%;
  }
  .s--step2 .box_set .each_set .each_form .f_radios .f_radio {
    display: block;
  }
  .s--step2 .box_set .each_set .each_form .f_radios .f_radio + .f_radio {
    margin-left: 0;
    margin-top: 0.75em;
  }
  .s--step2 .box_set .each_set .each_form .f_radios .f_radio .btn {
    font-size: 13px;
  }
  .selfcheck .s--step2 .btn_result {
    margin: 2px auto 0;
  }
}

/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
body.is--modal {
  background-color: transparent;
  overflow: hidden;
}
#modalForm {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_modal.png);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
#modalForm *,
#modalForm *::before,
#modalForm *::after {
  box-sizing: border-box;
}
#modalForm .floor_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#modalForm .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  min-height: 500px;
  max-height: 90vh;
  padding: 40px 60px 30px;
  background: #fefefb;
  border-radius: 10px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  overflow-y: auto;
}
#modalForm .form__inner {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
}
#modalForm .form__inner.is--show {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}
#modalForm .form__inner .detail00 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 -0.3em;
  padding: 0 0 20px;
  text-align: center;
}
#modalForm .form__inner .img_example {
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0;
  text-align: center;
}
#modalForm .form__inner .img_example .img {
  position: relative;
  width: 100%;
}
#modalForm .form__inner .img_example .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
#modalForm .form__inner .img_example .img img {
  width: 100%;
  height: auto;
}
#modalForm .form__inner .img_example .txt_caption {
  font-size: 14px;
  line-height: 1.6;
  padding: 0.25em 0;
  background: #ddd;
}
#modalForm .form__inner .img_example .txt_01 {
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 30px 0;
}
#modalForm .form__inner .img_example .txt_02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #01bf90;
  margin: -0.3em 0;
  padding: 0 0 15px;
}
#modalForm .form__inner .img_example .txt_01 .green_tag {
  display: inline-block;
  font-size: 1.6em;
  line-height: 0;
  color: rgba(1,191,144,0.5);
  position: relative;
  top: 0.12em;
}
#modalForm .form__inner .table01 {
  position: relative;
  width: 100%;
}
#modalForm .form__inner .table01 table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background: rgba(1,191,144,0.15);
  border-radius: 10px;
  overflow: hidden;
}
#modalForm .form__inner .table01 table tr {
  width: 100%;
}
#modalForm .form__inner .table01 table tr:nth-child(2n-1),
#modalForm .form__inner .table01 table tr.factor {
  background: rgba(255,255,255,0.5);
}
#modalForm .form__inner .table01 table tr:first-child {
  position: relative;
  background: #01bf90;
}
#modalForm .form__inner .table01 table tr > * {
  vertical-align: center;
  padding: 10px 0;
}
#modalForm .form__inner .table01 table tr th {
  font-weight: bold;
  background: #01bf90;
  color: #fff;
  text-align: center;
}
#modalForm .form__inner .table01 table tr > * + * {
  max-width: 50%;
}
#modalForm .form__inner .table01 table tr > *:nth-child(2) {
  display: table-cell;
}
#modalForm .form__inner .table01 table tr > *:first-child {
  width: 20%;
  padding-left: 2%;
}
#modalForm .form__inner .table01 table tr th:not(:nth-child(2)) {
  position: relative;
}
#modalForm .form__inner .table01 table tr th:first-child {
  border-radius: 10px 0 0 0;
}
#modalForm .form__inner .table01 table tr th:last-child {
  border-radius: 0 10px 0 0;
}
#modalForm .form__inner .table01 table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#modalForm .form__inner .table01 table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#modalForm .form__inner .table01 table tr .txt {
  word-break: break-all;
  padding: 0.2em 0;
}
#modalForm .form__inner .table01 table tr th a {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #01bf90;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#modalForm .form__inner .table01 table tr th a.add_btn {
  right: 13px;
  top: 25px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  padding: 5.5px 0;
  z-index: 1;
}
#modalForm .form__inner .table01 table tr th a.del_btn {
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 2em;
}
#modalForm .form__inner .table01 table tr td {
}
#modalForm .form__inner .table01 table tr td input {
  display: inline-block;
  width: 90%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  padding: 0 10px;
  text-align: left;
  background: #fff;
  border: 2px solid #01bf90;
}
#modalForm .form__inner .table01 table tr td input:focus {
  outline: none;
}
#modalForm .form__inner .table02 {
  display: table;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #01bf90;
  padding: 15px 4% 15px 1%;
  margin: 30px 0 0;
}
#modalForm .form__inner .table02 .txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
#modalForm .form__inner .table02 dt {
  display: table-cell;
  vertical-align: middle;
  width: 26%;
}
#modalForm .form__inner .table02 dt .txt {
  font-weight: bold;
  color: #01bf90;
}
#modalForm .form__inner .table02 dd {
  display: table-cell;
  vertical-align: middle;
  width: 74%;
}
#modalForm .form__inner .table02 dd .txt {
}
#modalForm .form__inner .table02 dd .txt .txt_num {
  display: inline-block;
  font-size: 140%;
  line-height: 1.3;
  width: 70%;
  border-bottom: 2px solid #01bf90;
  text-align: center;
  margin: 0 0.75em 0 0;
  word-break: break-all;
}
#modalForm .close {
  display: table;
  width: auto;
  margin: 30px auto 0;
  font-size: 14px;
  padding-left: 15px;
}
#modalForm .close:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  cursor: pointer;
}
#modalForm .close:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: -10px;
  background: url(/assets/img/common/ic_close.png);
}
#modalForm .form__inner .table01 table tr td .memo_btn {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 0 0 0 0.5em;
  border-radius: 50%;
  background: #519de4 url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 120% auto;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
#modalForm .form__inner .table01 table tr td .memo_btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
#modalForm .form__inner .table01 table tr.bubble {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  text-align: left;
}
#modalForm .form__inner .table01 table tr.bubble td {
  position: relative;
  padding: 1em 1.5em;
}
#modalForm .form__inner .table01 table tr.bubble td .txt::before,
#modalForm .form__inner .table01 table tr.bubble td .txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  top: -10px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #01bf90;
  margin-left: -9px;
}
#modalForm .form__inner .table01 table tr.bubble td .txt::after {
  top: -7px;
  border-bottom-color: #fff;
}

@media screen and (max-width: 1000px) {
  #modalForm .container {
    width: 94%;
    max-width: 800px;
    padding: 40px 6% 30px;
  }
}

@media screen and (max-width: 768px) {
  #modalForm .container {
    min-height: 0;
    max-height: 84vh;
    padding: 5.5% 6% 2em;
  }
  #modalForm .form__inner .detail00 {
    font-size: 14px;
    padding: 0 0 15px;
  }
  #modalForm .form__inner .img_example {
    margin: 5px auto 0;
  }
  #modalForm .form__inner .img_example .txt_caption {
    font-size: 12px;
  }
  #modalForm .form__inner .img_example .txt_01 {
    font-size: 14px;
    padding: 20px 0 30px;
  }
  #modalForm .form__inner .img_example .txt_02 {
    font-size: 14px;
    padding: 5px 0 10px;
  }
  #modalForm .form__inner .table01 table {
    font-size: 14px;
    overflow: visible;
  }
  #modalForm .form__inner .table01 table tr > * {
    padding: 0;
  }
  #modalForm .form__inner .table01 table tr td {
    padding: 0.3em 0;
  }
  #modalForm .form__inner .table01 table tr > *:first-child {
    min-width: 70px;
    padding-left: 1%;
  }
  #modalForm .form__inner .table01 table tr .txt {
    padding: 0.761904761904762em 0;
  }
  #modalForm .form__inner .table01 table tr th a.add_btn {
    right: -13px;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #01bf90;
  }
  #modalForm .form__inner .table01 table tr th a.del_btn {
    position: static;
    margin: -8px auto 0.761904761904762em;
  }
  #modalForm .form__inner .table01 table tr td input {
    font-size: 14px;
  }
  #modalForm .form__inner .table02 {
    border: 3px solid #01bf90;
    padding: 12px 3%;
    margin: 2em 0 0;
  }
  #modalForm .form__inner .table02 .txt {
    font-size: 14px;
  }
  #modalForm .form__inner .table02 dt {
    width: 16%;
  }
  #modalForm .form__inner .table02 dd {
    width: 84%;
  }
  #modalForm .form__inner .table02 dd .txt .txt_num {
    width: 67%;
  }
  #modalForm .close {
    margin: 1.5em auto 0;
  }
  #modalForm .close:before {
    background: url(/assets/img/common/ic_close_sp.png);
    background-size: contain;
  }
  #modalForm .form__inner .table01 table tr td .memo_btn {
    position: static;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    margin: 0 auto;
  }
  #modalForm .form__inner .table01 table tr.bubble {
    font-size: 13px;
    line-height: 1.5;
  }
  #modalForm .form__inner .table01 table tr.bubble td {
    padding: 0.5em;
  }
  #modalForm .form__inner .table01 table tr.bubble td .txt::before,
  #modalForm .form__inner .table01 table tr.bubble td .txt::after {
    left: 10.5%;
  }
}

@media screen and (max-width: 450px) {
  #modalForm .form__inner .table01 table tr.bubble td .txt::before,
  #modalForm .form__inner .table01 table tr.bubble td .txt::after {
    left: 36px;
  }
}
