@charset "utf-8";
#main {
  padding: 10.9rem 0 5.2rem;
  position: relative;
  background: #daefff url(../img/step/main_bg.png) repeat-x bottom center;
  background-size: 144rem auto;
}
#main .content {
  max-width: 104rem;
  position: relative;
}
#main h1 {
  position: absolute;
  left: 3.8rem;
  top: 3.3rem;
  width: 26.2rem;
}
#main .h2Ttl {
  margin-bottom: 3.1rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
#main .topLink {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}
#main .topLink a {
  padding-right: 2.4rem;
  display: inline-block;
  color: #006aba;
  text-decoration: underline;
  font-weight: 500;
  background: url(../img/common/icon04.png) no-repeat right top 0.4rem;
  background-size: 1.8rem auto;
}
#main .stepList {
  margin: 0 -2rem 2.4rem;
}
#main .stepList li {
  width: 17.6rem;
  height: 6.7rem;
  margin: 0 1.4rem;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
#main .stepList li:not(:last-child)::after {
  position: absolute;
  right: -2rem;
  top: 50%;
  background: url(../img/common/icon05.png) no-repeat;
  background-size: 1.2rem auto;
  width: 1.2rem;
  height: 2.2rem;
  content: "";
  transform: translateY(-50%);
}
#main .stepList li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #1b519f;
  content: "";
  opacity: 0;
  transition: 0.3s;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
#main .stepList li.on {
  background: #fff;
}
#main .stepList li.on::before {
  opacity: 1;
}
#main .stepList li.off {
  color: #fff;
  background: #99bbd5;
}
#main .stepList li.off span {
  color: #fff;
}
#main .stepList li:nth-child(3) {
  width: 18.2rem;
}
#main .stepList li span {
  margin-bottom: -1px;
  display: block;
  color: #1b519f;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#main .whiteBg {
  padding: 5.3rem 6rem 4.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
#main .h3Ttl {
  margin-bottom: 6.1rem;
  position: relative;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.135rem;
}
#main .h3Ttl::before {
  position: absolute;
  left: 50%;
  bottom: -2.1rem;
  width: 12.7rem;
  height: 0.3rem;
  background-color: #1b519f;
  content: "";
  transform: translateX(-50%);
}
#main .mailForm table {
  margin-bottom: 1.2rem;
  width: 100%;
  border-collapse: collapse;
}
#main .mailForm th,
#main .mailForm td {
  padding: 0 0 2.9rem;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  word-break: break-all;
  box-sizing: border-box;
}
#main .mailForm th {
  width: 21.3%;
  padding-top: 0.8rem;
  font-weight: 500;
}
#main .mailForm .must {
  margin: -0.4rem 0 0 0.6rem;
  width: 3.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.1rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #ad0000;
  border-radius: 0.2rem;
}
#main .mailForm input[type="text"],
#main .mailForm input[type="email"],
#main .mailForm input[type="tel"],
#main .mailForm input[type="button"] {
  width: 58rem;
  padding: 0 1.1rem;
  height: 4rem;
  font-size: 1.6rem;
  color: #000;
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
  appearance: none;
  box-shadow: none;
  border-radius: 0.4rem;
  background: #fff;
}
#main .mailForm input[type="text"].wid01 {
  width: 10.2rem;
}
#main .mailForm input[type="button"] {
  width: 11rem;
  margin-left: 1.3rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.075rem;
  background: #e8720c;
  border-color: #e8720c;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: 0.3s;
}
#main .mailForm input::-webkit-input-placeholder,
#main .mailForm textarea::-webkit-input-placeholder {
  color: #d0d5db;
  opacity: 1;
}
#main .mailForm input:-moz-placeholder,
#main .mailForm textarea:-moz-placeholder {
  color: #d0d5db;
  opacity: 1;
}
#main .mailForm input::-moz-placeholder,
#main .mailForm textarea::-moz-placeholder {
  color: #d0d5db;
  opacity: 1;
}
#main .mailForm input:-ms-input-placeholder,
#main .mailForm textarea:-ms-input-placeholder {
  color: #d0d5db;
  opacity: 1;
}
#main .mailForm .zipText {
  align-items: center;
}
#main .mailForm .errorTxt {
  margin-top: 1rem;
}
#main .mailForm .error .errorTxt {
  display: block;
}
#main .mailForm .error input[type="text"],
#main .mailForm .error input[type="tel"],
#main .mailForm .error input[type="email"] {
  border-color: #f00;
  background: #fff8f8;
}
#main .mailForm .zipText .txt01 {
  margin-right: 0.7rem;
}
#main .mailForm .zipText .txt02 {
  margin: 0 0.5rem 0 0.4rem;
}
#main .mailForm .zipText a {
  margin-left: 1.6rem;
  color: #006aba;
  font-size: 1.5rem;
  text-decoration: underline;
}
#main .mailForm .city {
  padding-top: 0.6rem;
}
#main .mailForm .submit {
  position: relative;
}
#main .mailForm .submit li {
  width: 32rem;
  margin: 0 auto;
}
#main .mailForm .submit input,
#main .mailForm .submit a {
  width: 100%;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.09rem;
  border: 1px solid #e8720c;
  box-sizing: border-box;
  appearance: none;
  box-shadow: 0 3px 5px rgba(232, 114, 12, 0.25);
  border-radius: 5rem;
  background: #e8720c url(../img/common/icon06.png) no-repeat right 2.1rem
    center;
  background-size: 0.9rem auto;
  cursor: pointer;
  transition: 0.3s;
}
#main .mailForm .submit .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 16.8rem;
}
#main .mailForm .submit .prev input,
#main .mailForm .submit .prev a {
  padding-left: 1.6rem;
  color: #000;
  border-color: #b0b0b0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff url(../img/common/icon08.png) no-repeat left 2.6rem center;
  background-size: 0.9rem auto;
}
#main .mailForm .submit .prev .note {
  margin: 1.2rem 0 0 0.9rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
}
@media all and (min-width: 897px) {
  #main .topLink a:hover {
    text-decoration: none;
  }
  #main .mailForm .zipText a:hover {
    text-decoration: none;
  }
  #main .mailForm input[type="button"]:hover {
    opacity: 0.7;
  }
  #main .mailForm .submit input:hover,
  #main .mailForm .submit a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #main {
    padding: 7.5rem 0 0;
    background: #daefff;
  }
  #main h1 {
    left: 2.4rem;
    top: 2rem;
    width: 17.8rem;
  }
  #main .content {
    padding: 0;
  }
  #main .h2Ttl {
    margin-bottom: 0.9rem;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.115rem;
  }
  #main .topLink {
    margin-bottom: 3rem;
    position: static;
    text-align: center;
  }
  #main .topLink a {
    font-size: 1.5rem;
    background-position: right top 0.3rem;
  }
  #main .stepList {
    margin: 0 auto 1.5rem;
    max-width: 39rem;
  }
  #main .stepList li {
    width: 10.4rem !important;
    height: 4.8rem;
    margin: 0 0.9rem 1.2rem;
    padding-top: 0.9rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  #main .stepList li:nth-child(3) {
    margin-right: 2.2rem;
  }
  #main .stepList li:not(:last-child)::after {
    right: -1.2rem;
    background: url(../img/common/icon05_sp.png) no-repeat;
    background-size: 0.8rem auto;
    width: 0.8rem;
    height: 1.7rem;
  }
  #main .stepList li span {
    margin-bottom: -0.3rem;
    font-size: 1.1rem;
  }
  #main .whiteBg {
    padding: 3.5rem 2.4rem 4.8rem;
    border-radius: 0;
  }
  #main .h3Ttl {
    margin-bottom: 3.4rem;
    font-size: 1.9rem;
    letter-spacing: 0.095rem;
  }
  #main .h3Ttl::before {
    bottom: -1.2rem;
    width: 5.2rem;
  }
  #main .mailForm table {
    margin-bottom: 0.8rem;
  }
  #main .mailForm th,
  #main .mailForm td {
    display: block;
    width: 100% !important;
    padding: 0 0 2.4rem;
    font-size: 1.4rem;
  }
  #main .mailForm th {
    padding: 0 0 0.6rem;
  }
  #main .mailForm .must {
    padding: 0 0 0.2rem;
    margin: -0.3rem 0 0 0.6rem;
    width: 3.6rem;
    font-size: 1.2rem;
  }
  #main .mailForm input[type="text"],
  #main .mailForm input[type="email"],
  #main .mailForm input[type="tel"],
  #main .mailForm input[type="button"] {
    width: 100%;
    font-size: 1.4rem;
  }
  #main .mailForm input[type="text"].wid01 {
    width: 9.4rem;
    height: 3.6rem;
  }
  #main .mailForm input[type="button"] {
    width: 8.7rem;
    height: 3.6rem;
    margin-left: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
  #main .mailForm .zipText {
    width: 34rem;
    position: relative;
  }
  #main .mailForm .zipText .txt02 {
    margin: 0 0.7rem 0 0.5rem;
  }
  #main .mailForm .zipText a {
    margin: 0;
    position: absolute;
    bottom: -3.1rem;
    right: 1rem;
    font-size: 1.3rem;
  }
  #main .mailForm .city {
    padding-top: 0;
    margin: -0.4rem 0 -0.2rem;
  }
  #main .mailForm .submit li {
    width: 34.2rem !important;
  }
  #main .mailForm .submit input,
  #main .mailForm .submit a {
    height: 5.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    background-position: right 1.8rem center;
    background-size: 0.8rem auto;
  }
  #main .mailForm .submit .prev {
    position: static;
    margin-top: 2.1rem;
  }
  #main .mailForm .submit .prev input,
  #main .mailForm .submit .prev a {
    padding-left: 0;
    background-position: left 2.1rem center;
    background-size: 0.8rem auto;
  }
  #main .mailForm .submit .prev .note {
    margin: 1.3rem 0 0;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
	step2
------------------------------------------------------------*/
#main .step2 .h3Ttl .sml {
  margin-top: 0.9rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.042rem;
}
#main .step2 .info {
  margin-bottom: 4rem;
  border: 1px solid #74ae55;
  border-radius: 0.8rem;
  box-sizing: border-box;
  overflow: hidden;
}
#main .step2 .info h4 {
  padding: 1.2rem 0 1.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  background-color: #cffbb8;
}
#main .step2 .info h4 span {
  padding-left: 4rem;
  position: relative;
  display: inline-block;
}
#main .step2 .info h4 img {
  position: absolute;
  left: -1.7rem;
  top: -1rem;
  height: 5.4rem;
}
#main .step2 .infoBox {
  padding: 2.6rem 3.1rem;
}
#main .step2 input[type="radio"] {
  display: none;
}
#main .step2 input[type="radio"] + span {
  height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1b519f;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  border-radius: 0.6rem;
  border: 1px solid #80aac9;
  background: #fff;
  cursor: pointer;
}
#main .step2 input[type="radio"]:checked + span {
  color: #fff;
  border-color: #1b519f;
  background: #1b519f;
}
#main .step2 .error input[type="radio"] + span {
  border-color: #f00;
  background: #fff8f8;
}
#main .step2 .topList li {
  width: 20rem;
  margin: 0 1.2rem;
}
#main .step2 .topList + .inner {
  margin-top: 3.2rem;
}
#main .step2 .inner {
  padding-bottom: 3.2rem;
}
#main .step2 h5 {
  padding: 0.9rem 1.8rem 1rem;
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.051rem;
  border-radius: 0.2rem;
  background-color: #eeeff6;
}
#main .step2 h5 a {
  padding-left: 2.4rem;
  position: absolute;
  right: 1.7rem;
  top: 1rem;
  display: block;
  color: #006aba;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-decoration: underline;
  background: url(../img/common/icon09.png) no-repeat left top 0.3rem;
  background-size: 1.8rem auto;
}
#main .step2 .infoBox .inner:first-of-type h5 a {
  display: none;
}
#main .step2 table {
  margin: 2rem 1.6rem 0;
  width: calc(100% - 3.2rem);
}
#main .step2 .checkList {
  margin-top: -0.6rem;
}
#main .step2 .checkList li {
  width: 13.8rem;
  margin: 1rem 1rem 0 0;
}
#main .step2 .checkList input[type="radio"] + span {
  height: 3.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
#main .step2 .checkUl {
  margin-top: -1.5rem;
}
#main .step2 .checkUl li {
  width: 24.3rem;
  margin: 1rem 1rem 0 0;
}
#main .step2 .checkUl input[type="radio"] + span {
  height: 6.6rem;
  padding-top: 1rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
#main .step2 .checkUl input[type="radio"] + span span {
  margin-top: -0.2rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.065rem;
}
#main .step2 .info .note {
  margin-top: -0.5rem;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.065rem;
}
#main .step2 .link {
  width: 44rem;
  margin: 0 auto 1.3rem;
}
#main .step2 .link a {
  height: 6.4rem;
  padding-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  border-radius: 6rem;
  border: 1px solid #b0b0b0;
  background: #fff url(../img/common/icon10.png) no-repeat right 3.1rem center;
  background-size: 1.4rem auto;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
#main .step2 .info02 {
  border-color: #79afaf;
}
#main .step2 .info02 h4 {
  background-color: #b8efef;
}
#main .step2 .info02 h4 span {
  padding-left: 2.4rem;
}
#main .step2 .info03 {
  border-color: #7b9fd4;
}
#main .step2 .info03 h4 {
  background-color: #c4dbfe;
}
#main .step2 .info03 h4 span {
  padding-left: 2.4rem;
}
#main .step2 .info04 {
  border-color: #b3b067;
}
#main .step2 .info04 h4 {
  background-color: #f9f58c;
}
#main .step2 .info04 h4 span {
  padding-left: 2rem;
}
#main .step2 .info04 h4 img {
  left: -4.8rem;
}
#main .step2 p.errorTxt.error01,
#main .step2 p.errorTxt.error02 {
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (min-width: 897px) {
  #main .step2 {
    padding-bottom: 8.1rem;
  }
  #main .step2 .h3Ttl::before {
    width: 10rem;
    bottom: -2.2rem;
  }
  #main .step2 .info01 .infoBox,
  #main .step2 .info04 .infoBox {
    padding-top: 3.2rem;
  }
  #main .step2 table th {
    width: 16.3%;
  }
  #main .step2 h5 a:hover {
    text-decoration: none;
  }
  #main .step2 .link a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #main .step2 .h3Ttl {
    margin-bottom: 5.7rem;
  }
  #main .step2 .h3Ttl::before {
    bottom: -3.3rem;
  }
  #main .step2 .h3Ttl .sml {
    margin-top: 1.4rem;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0;
  }
  #main .step2 .info {
    margin: 0 -0.9rem 2.4rem;
    border-radius: 0.8rem;
  }
  #main .step2 .info04 {
    margin-bottom: 2.9rem;
  }
  #main .step2 .info h4 {
    padding: 0.8rem 0 1rem;
    font-size: 1.7rem;
    letter-spacing: 0.051rem;
  }
  #main .step2 .info h4 span {
    padding-left: 1.8rem;
  }
  #main .step2 .info h4 img {
    left: -3rem;
    top: -0.7rem;
    height: 4.6rem;
  }
  #main .step2 .infoBox {
    padding: 1.9rem 2.3rem 2.1rem;
  }
  #main .step2 input[type="radio"] + span {
    height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.07rem;
  }
  #main .step2 .topList {
    justify-content: space-between;
  }
  #main .step2 .topList li {
    width: 47.6%;
    margin: 0;
  }
  #main .step2 .topList + .inner {
    margin-top: 3rem;
  }
  #main .step2 .inner {
    margin: 0 -2.3rem;
    padding-bottom: 4.3rem;
  }
  #main .step2 h5 {
    padding: 0.6rem 2.3rem 0.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
    border-radius: 0;
  }
  #main .step2 h5 a {
    padding-left: 1.8rem;
    right: 2.4rem;
    top: 0.8rem;
    font-size: 1.3rem;
    background-position: left top 0.4rem;
    background-size: 1.4rem auto;
  }
  #main .step2 table {
    margin: 1.6rem 2.3rem 0;
    width: calc(100% - 4.6rem);
  }
  #main .step2 table td {
    padding-bottom: 1.5rem;
  }
  #main .step2 .checkList {
    margin: -0.1rem -0.3rem 0 -0.3rem;
    position: relative;
    justify-content: space-between;
  }
  #main .step2 .checkList::after {
    content: "";
    width: 32%;
  }
  #main .step2 .checkList li {
    width: 32%;
    margin: 1rem 0 0;
  }
  #main .step2 .checkList input[type="radio"] + span {
    height: 3.2rem;
    font-size: 1.3rem;
  }
  #main .step2 .checkUl {
    margin-top: -0.5rem;
    display: block;
  }
  #main .step2 .checkUl li {
    width: auto;
    margin: 0.9rem 0 0;
  }
  #main .step2 .checkUl input[type="radio"] + span {
    height: 4rem;
    padding-top: 0.8rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #main .step2 .checkUl input[type="radio"] + span span {
    margin-top: 0;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
  }
  #main .step2 .info .note {
    margin: 0 2.3rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #main .step2 .link {
    width: 31.2rem;
    margin: -2.1rem auto 0;
  }
  #main .step2 .link a {
    height: 5.6rem;
    padding: 0 0.3rem 0.2rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    background-position: right 1.8rem center;
  }
  #main .step2 .info02 h4 span {
    padding-left: 1.8rem;
  }
  #main .step2 .info02 h4 img {
    left: -1.7rem;
  }
  #main .step2 .info03 h4 span {
    padding-left: 2rem;
  }
  #main .step2 .info03 h4 img {
    left: -1.9rem;
  }
  #main .step2 .info04 h4 span {
    padding-left: 1.8rem;
  }
  #main .step2 .info04 h4 img {
    left: -3.8rem;
  }
}

/*------------------------------------------------------------
	step3
------------------------------------------------------------*/
#main .step3 .mailForm .nameUl {
  margin-left: -0.2rem;
}
#main .step3 .mailForm .nameUl li {
  margin-right: 3rem;
  display: flex;
  align-items: center;
}
#main .step3 .mailForm .nameUl li:last-child {
  margin-right: 0 !important;
}
#main .step3 .mailForm .nameUl span {
  width: 2.3rem;
  font-size: 1.4rem;
}
#main .step3 .mailForm .nameUl li input[type="text"] {
  width: 17.6rem;
}
#main .step3 .mailForm input[type="tel"] {
  width: 20rem;
}
#main .step3 .mailForm .timeTxt input[type="text"] {
  width: 26.1rem;
}
#main .step3 .mailForm .timeTxt a {
  margin-left: 0.9rem;
  width: 4rem;
  display: block;
}
@media all and (min-width: 897px) {
  #main .step3 .h3Ttl::before {
    width: 9rem;
  }
  #main .step3 {
    padding-bottom: 8.1rem;
  }
  #main .step3 .mailForm table {
    margin-bottom: 0.8rem;
  }
  #main .step3 .mailForm td {
    padding-bottom: 3.2rem;
  }
  #main .step3 .mailForm .timeTxt a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #main .step3 .h3Ttl {
    margin-bottom: 4.1rem;
  }
  #main .step3 .h3Ttl::before {
    bottom: -1.7rem;
  }
  #main .step3 .mailForm table {
    margin-bottom: 0.9rem;
  }
  #main .step3 .mailForm .nameUl {
    margin-left: 0;
  }
  #main .step3 .mailForm .nameUl li {
    margin-right: 1.9rem;
  }
  #main .step3 .mailForm .nameUl span {
    width: 2rem;
    font-size: 1.4rem;
  }
  #main .step3 .mailForm .nameUl li input[type="text"] {
    width: 13.2rem;
    height: 3.6rem;
  }
  #main .step3 .mailForm input[type="tel"] {
    width: 20rem;
    height: 3.6rem;
  }
  #main .step3 .mailForm .timeTxt input[type="text"] {
    width: 26.9rem;
    height: 3.6rem;
  }
  #main .step3 .mailForm .timeTxt a {
    margin-left: 0.5rem;
    width: 3.6rem;
  }
}

/*------------------------------------------------------------
	step4
------------------------------------------------------------*/
#main .step4 .topBox {
  width: 64rem;
  margin: 0 auto 4.1rem;
}
#main .step4 .bgText {
  margin-bottom: 0.8rem;
  padding: 2.2rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  border-radius: 0.6rem;
  background-color: #eeeff6;
}
#main .step4 .bgText span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.135rem;
}
#main .step4 .topBox .noteList {
  margin-left: 0.3rem;
}
#main .step4 .noteList li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
#main .step4 .h4Ttl {
  margin-bottom: 2.7rem;
  padding: 1.1rem 2rem 1.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.054rem;
  border-radius: 0.6rem;
  background: #1b519f;
}
#main .step4 .mailForm table {
  margin-bottom: 3rem;
}
#main .step4 .mailForm th,
#main .step4 .mailForm td {
  padding: 0 0 1.7rem 1.6rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
#main .step4 .mailForm th {
  width: 19.8%;
  font-weight: 700;
  color: #1b519f;
}
#main .step4 .info {
  margin: 0 2.3rem;
}
#main .step4 .txtList {
  margin: -0.6rem 0 2.2rem;
  border: 1px solid #d0d5db;
}
#main .step4 .txtList .title {
  padding: 1rem 2.3rem;
  font-weight: 500;
  background-color: #eeeff6;
}
#main .step4 .txtList p {
  display: flex;
  border-top: 1px solid #d0d5db;
}
#main .step4 .txtList p > span {
  padding: 0.9rem 2.3rem 1rem;
}
#main .step4 .txtList .txt01 {
  width: 36.5%;
  font-weight: 700;
  border-right: 1px solid #d0d5db;
}
#main .step4 .priceList {
  margin: 0 0.1rem 3.9rem auto;
  width: 46.3rem;
}
#main .step4 .priceList li {
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
#main .step4 .priceList .price {
  position: absolute;
  right: 0;
  top: 0;
  color: #ad0000;
}
#main .step4 .priceList .last {
  margin-top: 1.3rem;
  padding-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  border-top: 1px solid #d0d5db;
}
#main .step4 .priceList .last .price {
  top: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.078rem;
}
#main .step4 .agree {
  margin: 0 0.5rem 2.9rem;
}
#main .step4 .agree input[type="checkbox"] {
  display: none;
}
#main .step4 .agree input[type="checkbox"] + span {
  padding: 2.1rem 2rem 2.2rem 7.1rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  border-radius: 0.6rem;
  border: 1px solid #d0d5db;
  background: #f8f8fc url(../img/common/check_img01.png) no-repeat left 3.6rem
    center;
  background-size: 2.4rem auto;
  cursor: pointer;
}
#main .step4 .agree input[type="checkbox"]:checked + span {
  background-image: url(../img/common/check_img02.png);
}
#main .step4 .agree.error input[type="checkbox"] + span {
  border-color: #f00;
}
#main .step4 .agree a {
  color: #006aba;
  text-decoration: underline;
}
#main .step4 .noteList01 {
  margin: 0 0.8rem 4.3rem;
}
#main .step4 .noteList01 li {
  line-height: 1.7;
}
#main .step4 .noteList .red {
  color: #ad0000;
  font-weight: 700;
}
#main .step4 .BtnInactive:disabled {
  background-color: #ccc;
  color: #666;
  border: #ccc;
  cursor: not-allowed;
  opacity: 0.8;
  box-shadow: 0 3px 5px rgb(154 151 149 / 25%);
}

@media all and (min-width: 897px) {
  #main .step4 {
    padding-bottom: 8.1rem;
  }
  #main .step4 .h3Ttl::before {
    width: 9rem;
  }
  #main .step4 .agree a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  #main .step4 .h3Ttl {
    padding-top: 0.1rem;
    margin-bottom: 3.7rem;
  }
  #main .step4 .h3Ttl::before {
    bottom: -1.6rem;
  }
  #main .step4 .topBox {
    width: auto;
    margin: 0 auto 2.2rem;
  }
  #main .step4 .bgText {
    margin: 0 3.4rem 1.8rem;
    padding: 1.6rem 0 1.7rem;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
  #main .step4 .bgText span {
    margin-top: 0.3rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  #main .step4 .topBox .noteList {
    margin-left: 0.3rem;
  }
  #main .step4 .noteList li {
    line-height: 1.7;
  }
  #main .step4 .h4Ttl {
    margin-bottom: 1.4rem;
    padding: 1.1rem 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    border-radius: 0.4rem;
  }
  #main .step4 .mailForm table {
    margin: 0 0.8rem 3.6rem;
    width: calc(100% - 1.6rem);
  }
  #main .step4 .mailForm th,
  #main .step4 .mailForm td {
    padding: 1.5rem 0 0.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
  #main .step4 .mailForm td {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #d0d5db;
  }
  #main .step4 .mailForm tr:last-child td {
    border: none;
  }
  #main .step4 .info {
    margin: 0 0.8rem;
  }
  #main .step4 .txtList {
    margin: 1.5rem 0 -0.1rem;
    border: none;
  }
  #main .step4 .txtList li {
    margin-bottom: 2.4rem;
  }
  #main .step4 .txtList .title {
    margin-bottom: 1.2rem;
    padding: 0.7rem 1.1rem;
    font-weight: 700;
    border: 1px solid #d0d5db;
  }
  #main .step4 .txtList p {
    display: block;
    letter-spacing: 0.07rem;
    line-height: 1.7;
    border-top: none;
  }
  #main .step4 .txtList p > span {
    padding: 0;
  }
  #main .step4 .txtList .txt01 {
    width: auto;
    border-right: none;
  }
  #main .step4 .priceList {
    margin: 0 0 6.6rem;
    width: auto;
    padding-top: 2rem;
    border-top: 1px solid #d0d5db;
  }
  #main .step4 .priceList li {
    padding-bottom: 0.3rem;
    font-size: 1.4rem;
  }
  #main .step4 .priceList .last {
    margin-top: 1.2rem;
    padding-top: 1.5rem;
    letter-spacing: 0.07rem;
  }
  #main .step4 .priceList .last .price {
    top: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
  #main .step4 .agree {
    margin: 0 -0.8rem 2.9rem;
  }
  #main .step4 .agree input[type="checkbox"] + span {
    padding: 1.4rem 2rem 1.2rem 5.9rem;
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
    line-height: 1.6;
    background-position: left 1.6rem center;
    background-size: 2.8rem auto;
  }
  #main .step4 .noteList01 {
    margin: 0 0 3rem;
  }
  #main .step4 .noteList01 li {
    padding-bottom: 0.7rem;
  }
}

/*------------------------------------------------------------
	step-thanks
------------------------------------------------------------*/
#main .step-thanks .imgBox {
  margin: -1rem 0 -0.1rem 2.1rem;
}
#main .step-thanks .img {
  width: 28.2rem;
}
#main .step-thanks .textBox {
  width: 52.1rem;
  margin-top: 2.3rem;
}
#main .step-thanks h3 {
  margin-bottom: 1.2rem;
  color: #1b519f;
  font-weight: 700;
  font-size: 2.9rem;
  letter-spacing: 0.145rem;
}
#main .step-thanks p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.048rem;
}
#main .step-thanks .sml {
  margin-top: 2.9rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
}
#main .step-thanks .sml a {
  text-decoration: underline;
  color: #006aba;
}
@media all and (min-width: 897px) {
  #main .step-thanks .sml a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  #main .step-thanks .imgBox {
    margin: -0.5rem 0 1.1rem;
    display: block;
  }
  #main .step-thanks .img {
    width: 19rem;
    margin: 0 auto;
  }
  #main .step-thanks .textBox {
    width: auto;
    margin-top: 1.1rem;
  }
  #main .step-thanks h3 {
    margin-bottom: 1.4rem;
    text-align: center;
    font-size: 1.9rem;
    letter-spacing: 0.095rem;
  }
  #main .step-thanks p {
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: 0.042rem;
  }
  #main .step-thanks .sml {
    margin-top: 3.2rem;
    line-height: 1.8;
  }
}
