* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cal_form {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 50px 0;
}

.cal_form input[type="number"]::-webkit-outer-spin-button,
.cal_form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cal_form input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.cal_form .form {
  background: #fff;
  padding: 50px 90px;
}

.cal_form p.label {
  width: 30%;
}

.cal_form input[type="number"] {
  width: 180px;
  height: 40px;
  outline: none;
  border: none;
  border: 1px solid #b3b3b3;
  padding: 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: right;
}

.cal_form input[type="number"]:focus {
  border-bottom: 1px solid;
}

.cal_form select {
  width: 180px;
  background: #fff;
  height: 40px;
  padding: 0 5px;
  border-color: #9e9850;
  text-align: center;
}

.cal_form .submit_block {
  width: 50%;
  margin: auto;
  padding-top: 50px;
}

.cal_form button {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  outline: none;
  border: none;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  background: #9e9850;
  color: #fff;
  letter-spacing: 0.5px;
}

.cal_form .inkline_block {
  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;
  width: 100%;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cal_form .input_block.error input[type="number"] {
  background: #ffd0d0;
}

.cal_form .error_msg {
  color: #cb6060;
  font-size: 14px;
}

.cal_form .input_block {
  width: 70%;
}

.cal_form h3 {
  margin-bottom: 20px;
}

.choices label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.choices label::before,
.choices label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choices label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.choices label::after {
  background-color: #9e9850;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}

.choices input:checked + label::after {
  opacity: 1;
}

.choices .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.result {
  padding: 0;
  background: #fff;
}
.result h4 {
  color: #9e9850;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.result .black_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.result .black_wrap .plan {
  background: #231815;
  padding: 60px 30px;
  width: 32%;
}

.result .glay_wrap .plan {
  background: #c7c7c7;
  padding: 60px 30px;
  width: 32%;
}

.result h3 {
  font-size: 28px;
  margin-bottom: 60px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.result .font_gold {
  color: #9e9850;
  text-align: center;
}

.result .font_white {
  color: #fff;
  text-align: center;
}

.result .middle_font {
  font-size: 2rem;
}

.result .small_font {
  font-size: 12px;
  line-height: 1;
}

.result .plan_font {
  font-size: 34px;
}

.plan {
  min-width: 350px;
}

.plan .top {
  margin-bottom: 30px;
}

.plan .middle {
  margin-bottom: 30px;
}

.plan .middle .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan .middle .price .font_gold {
  font-size: 4rem;
  font-weight: bold;
  margin-right: 10px;
}

.plan .middle .price .unit {
  color: #fff;
  font-size: 12px;
}

.plan .bottom {
  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;
  background: #fff;
  padding: 20px;
  font-size: 14px;
}

.plan .bottom .font {
  font-size: 1.2rem;
}

.plan .bottom .price {
  font-size: 2.5rem;
  font-weight: bold;
}

#cal .usec03-headwrap {
  position: relative;
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  background: #efeded;
  padding: 0 30px;
}

#cal .usec03-head {
  padding: 100px 0;
  max-width: 1450px;
  height: 100%;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cal .usec03-head .ttlset {
  width: 45vw;
  max-width: 500px;
}

#cal .usec03-head .ttl {
  color: #bca675;
  font-size: 42px;
  margin-bottom: 5px;
  font-family: noto-serif, serif;
}

#cal .usec03-head .en {
  font-family: noto-serif, serif;
}

#cal .usec03-head .txt {
  width: 70vw;
  max-width: 1000px;
  line-height: 2.5;
  letter-spacing: -0.1rem;
}

#cal .usec03-body {
  padding: 120px 0 60px;
  background: #fff;
}

#cal .usec03 {
  margin-bottom: 50px;
}

#cal .planwrap,
#cal .otokuwrap {
  margin-bottom: 90px;
}

#cal .tablewrap {
  margin-bottom: 80px;
}

#cal .plan-wrap {
  margin-bottom: 90px;
  flex-wrap: wrap;
  justify-content: center;
}

#cal .planwrap h2 {
  font-weight: bold;
  margin-bottom: 4rem;
}

#cal .planbox-bottomtxt {
  text-align: center;
  background: #4e4e4e;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  padding: 10px;
}

#cal .otokuwrap .otoku-head {
  font-size: 24px;
  margin-bottom: 60px;
}

#cal .otokuwrap .image {
  max-width: 400px;
  margin-right: 100px;
}

#cal .otokuwrap .txts {
  width: calc(100% - 400px);
}

#cal .otokuwrap .txt {
  line-height: 2.5;
  text-align: justify;
}

#cal .otokuwrap .txt01 {
  margin-bottom: 30px;
}

#cal .tablewrap table {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

#cal .tablewrap .bgsil01,
#cal .tablewrap .bgsil02,
#cal .tablewrap .bggol01,
#cal .tablewrap .bggol02 {
  font-weight: 700;
}

#cal .tablewrap .bgsil01 {
  background: #e0e0e0;
}

#cal .tablewrap .bgsil02 {
  background: #efefef;
}

#cal .tablewrap .bggol01 {
  background: #e0d0bc;
}

#cal .tablewrap .bggol02 {
  background: #ece4d8;
}

#cal .tablewrap .line01 {
  width: 20%;
}

#cal .tablewrap .line02 {
  width: 20%;
}

#cal .tablewrap .line03,
#cal .tablewrap .line04 {
  width: 30%;
}

#cal .tablewrap .cashb {
  position: relative;
}

#cal .tablewrap .withset {
  width: 15%;
}

#cal .tablewrap img.withunset {
  max-width: unset;
}

#cal .tablewrap .cashb::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cal .tablewrap .cashb01::after {
  background-image: url(../images/cashback01.png);
}

#cal .tablewrap .cashb02::after {
  background-image: url(../images/cashback02.png);
}

#cal .sumwrap .ttl {
  font-size: 20px;
  margin-bottom: 30px;
}

#cal .sumwrap .point {
  background: #4e4e4e;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

#cal .sumwrap .txt {
  line-height: 2.5;
}
#area_block-wrap {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #cal .usec03-head .txt {
    width: calc(100% - 250px);
  }

  #cal .planbox-bottomtxt {
    font-size: 16px;
  }

  #cal .otokuwrap .image {
    max-width: 350px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .result .black_wrap {
    max-width: 800px;
  }

  .result .black_wrap .plan {
    width: 100%;
    margin-bottom: 50px;
  }

  .cal_form {
    max-width: 800px;
  }

  #cal .planbox-bottomtxt .sp {
    display: block;
  }

  #cal .otokuwrap .image {
    max-width: 300px;
  }

  #cal .tablewrap .cashb::after {
    width: 110px;
    height: 220px;
  }

  #cal .tablewrap table {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  #cal .usec03-head {
    padding: 30px 0;
  }

  #cal .usec03-head {
    flex-direction: column;
  }

  #cal .usec03-head .txt {
    max-width: 100%;
    width: 100%;
  }

  #cal .usec03-head .ttlset {
    width: 100%;
    margin: 0 0 30px;
  }

  #cal .usec03-head .ttl {
    font-size: 36px;
    text-align: center;
  }

  #cal .usec03-head .txt {
    text-align: center;
  }

  #cal .usec03-head .en {
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
  #cal .otokuwrap .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #cal .otokuwrap .otoku-head {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #cal .otokuwrap .otoku-head .sp {
    display: block;
  }

  #cal .otokuwrap .image {
    margin: 0 0 20px;
  }

  #cal .otokuwrap .txts {
    width: 100%;
  }

  #cal .tablewrap span {
    left: -45px;
  }

  #cal .tablewrap table {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #cal .usec03-body {
    padding: 60px 0 0;
  }

  #cal .usec03 {
    margin-bottom: 0;
  }

  #cal .tablewrap {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 90px;
  }

  #cal .tablewrap table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }

  #cal .tablewrap .cashb::after {
    width: 100px;
    height: 200px;
  }

  #cal .tablewrap .line02 {
    padding: 10px 30px;
  }

  #cal .otokuwrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #cal .usec03-head .ttlset {
    margin-bottom: 15px;
  }

  #cal .usec03-head .ttl {
    font-size: 24px;
    margin-bottom: 0;
  }

  #cal .usec03-head .en {
    font-size: 10px;
  }

  #cal .planbox-bottomtxt {
    font-size: 13.5px;
  }

  #cal .otokuwrap .otoku-head {
    text-align: center;
  }

  #cal .otokuwrap .image {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 100%;
  }

  .fcontact {
    padding: 45px 0;
  }

  .cal_form .inkline_block {
    margin-bottom: 40px;
  }

  .cal_form .submit_block {
    padding-top: 20px;
  }

  .cal_form .form {
    padding: 30px;
  }

  .result {
    padding: 0;
  }

  .result h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .result .black_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .result .black_wrap .plan {
    padding: 50px 10px;
  }

  .plan .top {
    margin-bottom: 15px;
  }

  .plan .middle {
    margin-bottom: 15px;
  }

  .plan .middle .price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .plan .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
  }

  .plan .bottom .font {
    font-weight: 600;
  }

  .cal_form p.label {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .cal_form .input_block {
    width: 100%;
    text-align: center;
  }

  #cal .tablewrap img.withunset {
    width: unset;
  }
}

span.middle {
  font-size: 50%;
}
