@charset "UTF-8";
* {
  word-break: normal;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

#plan_price .link-group .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
#plan_price .link-group .link01 {
  background: #FF0000;
  color: #D8FF00;
}
#plan_price .link-group .link01:hover {
  background: #C90000;
  color: #E8FF6A;
}
#plan_price .link-group .link02 {
  background: #009F6E;
  color: #ffffff;
}
#plan_price .link-group .link02:hover {
  background: #00D996;
  color: #D6FFF2;
}
#plan_price header {
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  padding: 20px 40px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px -3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
@media only screen and (max-width: 1000px) {
  #plan_price header {
    position: fixed;
    height: 1.1rem;
    padding: 0.14rem 0.32rem 0.26rem 0.24rem;
  }
}
#plan_price header .wrap {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #plan_price header .wrap {
    width: 100%;
    max-height: unset;
  }
}
@media (min-width: 1200px) {
  #plan_price header .left {
    margin-left: 107px;
  }
}
#plan_price header .left .left-img {
  width: 170px;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #plan_price header .left .left-img {
    width: 1.8rem;
  }
}
#plan_price header .left .left-img img {
  width: 100%;
}
#plan_price header .left .left-txt {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  #plan_price header .left .left-txt {
    font-size: 0.13rem;
    margin-top: 0.06rem;
  }
}
#plan_price header .link-group {
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 1000px) {
  #plan_price header .link-group {
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.24rem 0.3rem;
    position: absolute;
    left: 0;
    bottom: 1px;
    transform: translateY(100%);
    background: #FFF2F2;
  }
}
#plan_price header .link-group .link {
  width: 452px;
  height: 62px;
  border-radius: 35px;
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  #plan_price header .link-group .link {
    width: 6.9rem;
    height: 1.24rem;
    border-radius: 0.62rem;
    font-size: 0.36rem;
  }
}
#plan_price header .list {
  display: flex;
  width: 0.7rem;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
#plan_price header .list .close {
  display: none;
}
#plan_price header .list.active .show {
  display: none;
}
#plan_price header .list.active .close {
  display: block;
}
#plan_price .container {
  margin: 0 auto;
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  #plan_price .container {
    max-width: 1550px;
  }
}
#plan_price .banner {
  background: #11C8EB;
  padding: 2rem 0 2rem 0;
}
@media (min-width: 1000px) {
  #plan_price .banner {
    padding: 138px 0 171px 0;
  }
}
#plan_price .banner .inner {
  text-align: center;
}
#plan_price .banner .title {
  margin: 0;
  color: #5B5B5B;
  font-weight: 600;
  font-size: 0.6rem;
  text-align: center;
}
@media (min-width: 1000px) {
  #plan_price .banner .title {
    font-size: 80px;
    letter-spacing: 1.1px;
    line-height: 116px;
  }
}
#plan_price .banner .subtitle {
  margin: 0.3rem 0 0 0;
  color: #5B5B5B;
  font-weight: 600;
  font-size: 0.4rem;
  text-align: center;
}
@media (min-width: 1000px) {
  #plan_price .banner .subtitle {
    font-size: 35px;
    line-height: 51px;
    margin: 43px 0 0 0;
    letter-spacing: 1.75px;
  }
}
#plan_price .plan {
  background: #F5F5F5;
  padding: 1rem 0;
}
@media (min-width: 1000px) {
  #plan_price .plan {
    padding: 97px 0 153px 0;
  }
}
#plan_price .plan__title {
  text-align: center;
  position: relative;
  padding-bottom: 0.6rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__title {
    padding-bottom: 51px;
  }
}
#plan_price .plan__title::after {
  content: "";
  width: 2rem;
  height: 0.24rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #12BDDD;
  border-radius: 100px;
}
@media (min-width: 1000px) {
  #plan_price .plan__title::after {
    width: 203px;
    height: 29px;
  }
}
#plan_price .plan__title h2 {
  font-size: 0.5rem;
  color: #5B5B5B;
}
@media (min-width: 1000px) {
  #plan_price .plan__title h2 {
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 1.1px;
  }
}
#plan_price .plan__form {
  background: #fff;
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form {
    margin-top: 74px;
    padding-bottom: 155px;
  }
}
#plan_price .plan__form--title {
  padding: 0.2rem 0.16rem;
  border-bottom: 1px solid #B8B8B8;
}
@media (min-width: 1000px) {
  #plan_price .plan__form--title {
    padding: 32px 36px;
  }
}
#plan_price .plan__form--title h3 {
  font-size: 0.4rem;
  color: #5B5B5B;
}
@media (min-width: 1000px) {
  #plan_price .plan__form--title h3 {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 1.25px;
  }
}
#plan_price .plan__form .invoice {
  max-width: 1078px;
  margin: 0.64rem auto 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice {
    margin: 62px auto 0 auto;
    grid-template-columns: repeat(2, 1fr);
    min-height: 885px;
  }
}
#plan_price .plan__form .invoice__title {
  text-align: center;
  color: #717171;
  font-size: 0.4rem;
  line-height: 0.42rem;
  letter-spacing: 2px;
  margin-top: 1rem;
  padding-inline: 0.3rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__title {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 2px;
    margin-top: 58px;
    padding-inline: 0;
  }
}
#plan_price .plan__form .invoice__left {
  background: rgba(198, 224, 255, 0.4117647059);
  padding: 0.64rem 0.3rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left {
    padding: 88px 48px;
  }
}
#plan_price .plan__form .invoice__left .label {
  font-size: 0.4rem;
  color: #202F55;
  font-weight: 600;
  position: relative;
  padding-left: 0.6rem;
  margin-bottom: 0.32rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .label {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 1.25px;
    padding-left: 52px;
    margin-bottom: 25px;
  }
}
#plan_price .plan__form .invoice__left .label:before {
  width: 0.5rem;
  height: 0.5rem;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #202F55;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .label:before {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
#plan_price .plan__form .invoice__left .package .label:before {
  content: "01";
}
#plan_price .plan__form .invoice__left .package ul {
  padding-left: 0.2rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .package ul {
    padding-left: 16px;
  }
}
#plan_price .plan__form .invoice__left .package ul li {
  color: #0034E0;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.52rem;
  margin-bottom: 0.2rem;
  text-align: left;
}
#plan_price .plan__form .invoice__left .package ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .package ul li {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 10px;
  }
}
#plan_price .plan__form .invoice__left .quantity {
  margin-top: 0.6rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .quantity {
    margin-top: 48px;
  }
}
#plan_price .plan__form .invoice__left .quantity .label:before {
  content: "02";
}
#plan_price .plan__form .invoice__left .quantity #quantity-display {
  color: #0034E0;
  display: flex;
  justify-content: flex-end;
  font-size: 0.48rem;
  line-height: 0.52rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__left .quantity #quantity-display {
    font-size: 27px;
    line-height: 39px;
  }
}
#plan_price .plan__form .invoice__right {
  background: rgba(159, 205, 255, 0.4117647059);
  padding: 0.64rem 0.4rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__right {
    padding: 88px 35px;
  }
}
#plan_price .plan__form .invoice__right .title {
  margin-bottom: 18px !important;
}
#plan_price .plan__form .invoice__right #total-display {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
  color: #202F55;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__right #total-display {
    font-size: 60px;
    line-height: 80px;
  }
}
#plan_price .plan__form .invoice__right table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 42px;
}
#plan_price .plan__form .invoice__right th, #plan_price .plan__form .invoice__right td {
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.34rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice__right th, #plan_price .plan__form .invoice__right td {
    font-size: 15px;
    line-height: 21px;
  }
}
#plan_price .plan__form .invoice__right th {
  border-top: 1px solid #707070;
  font-weight: 500;
  color: #202F55;
  padding: 7px;
  white-space: nowrap;
}
#plan_price .plan__form .invoice__right td {
  color: #202F55;
  font-weight: 600;
  padding: 15px 7px;
}
#plan_price .plan__form .invoice__right td:nth-child(1) {
  width: 60%;
}
#plan_price .plan__form .invoice__right td:nth-child(2) {
  width: 10%;
}
#plan_price .plan__form .invoice__right td:nth-child(3) {
  width: 30%;
}
#plan_price .plan__form .invoice .title {
  color: #202F55;
  text-align: center;
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 0.5rem;
  letter-spacing: 1.4px;
  margin-bottom: 0.32rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .invoice .title {
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }
}
#plan_price .plan__form #myForm .padding-l {
  padding-inline: 0.3rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .padding-l {
    padding-left: 149px;
    padding-right: 0;
  }
}
#plan_price .plan__form #myForm .form__subtitle {
  color: #F90A0A;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.52rem;
  padding-top: 0.8rem;
  display: block;
  margin-left: -0.16rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form__subtitle {
    padding-top: 63px;
    font-size: 21px;
    line-height: 30px;
    margin-left: -8px;
  }
}
#plan_price .plan__form #myForm .form__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.64rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form__title {
    gap: 23px;
    margin-bottom: 48px;
  }
}
#plan_price .plan__form #myForm .form__title h4 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #717171;
  font-weight: 600;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form__title h4 {
    font-size: 25px;
    line-height: 36px;
  }
}
#plan_price .plan__form #myForm .form__title p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #717171;
  font-weight: 600;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form__title p {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px;
  }
}
#plan_price .plan__form #myForm .form__title.line-2 {
  margin-bottom: 0;
}
#plan_price .plan__form #myForm .box {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
#plan_price .plan__form #myForm .box label {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.5rem;
  color: #717171;
  cursor: pointer;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .box label {
    font-size: 23px;
    line-height: 34px;
  }
}
#plan_price .plan__form #myForm .box input[type=checkbox] {
  background-size: 26px auto;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  border: 3px solid #707070;
  background: #ffffff;
  border-radius: 50%;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .box input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
}
#plan_price .plan__form #myForm .box input[type=checkbox]:checked {
  border: 3px solid #707070;
  position: relative;
}
#plan_price .plan__form #myForm .box input[type=checkbox]:checked:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .box input[type=checkbox]:checked:after {
    width: 12px;
    height: 12px;
  }
}
#plan_price .plan__form #myForm .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.32rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group.type-2 .note {
    padding-left: 20px;
  }
}
#plan_price .plan__form #myForm .form-group:last-child {
  margin-bottom: 0;
}
#plan_price .plan__form #myForm .form-group .box-left {
  width: 100%;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group .box-left {
    width: 428px;
  }
}
#plan_price .plan__form #myForm .form-group select {
  width: 100%;
  border: 1px solid #707070;
  padding: 0.24rem 0.84rem 0.24rem 0.32rem;
  font-size: 0.32rem;
  color: #717171;
  line-height: 0.4rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../assets/images/triangle.svg) right 0.32rem center/0.4rem no-repeat rgb(255, 255, 255);
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group select {
    width: 535px;
    font-size: 20px;
    line-height: 29px;
    padding: 12px 50px 12px 18px;
    background: url(../assets/images/triangle.svg) right 18px center/24px no-repeat rgb(255, 255, 255);
  }
}
#plan_price .plan__form #myForm .form-group input[type=number] {
  color: #717171;
  padding: 15px 22px;
  border: 1px solid #707070;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group input[type=number] {
    font-size: 25px;
    line-height: 36px;
    width: 260px;
  }
}
#plan_price .plan__form #myForm .form-group .note {
  font-size: 0.3rem;
  line-height: 0.5rem;
  font-weight: 500;
  color: #717171;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group .note {
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 1.15px;
  }
}
#plan_price .plan__form #myForm .form-group .quantity-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  position: relative;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group .quantity-group {
    gap: 40px;
  }
}
#plan_price .plan__form #myForm .form-group .quantity-group .error-msg {
  position: absolute;
  font-size: 0.32rem;
  bottom: -0.6rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #myForm .form-group .quantity-group .error-msg {
    bottom: -40px;
    font-size: 20px;
  }
}
#plan_price .plan__form .group-quantity {
  position: relative;
  margin-top: 0.8rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .group-quantity {
    margin-top: 63px;
  }
}
#plan_price .plan__form .group-quantity::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #B8B8B8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1000px) {
  #plan_price .plan__form .group-quantity::before {
    width: calc(100% - 85px);
  }
}
#plan_price .plan__form button.green-btn {
  padding: 21px;
  width: 100%;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009F6E;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 600;
  border: 0;
  border-radius: 100px;
  margin: 1rem auto 0 auto;
  cursor: pointer;
}
@media (min-width: 1000px) {
  #plan_price .plan__form button.green-btn {
    width: 578px;
    font-size: 23px;
    line-height: 34px;
    height: 77px;
    margin: 102px auto 0 auto;
  }
}
#plan_price .plan__form button.green-btn:hover {
  background: #007f58;
}
#plan_price .plan__form button.green-btn:disabled {
  cursor: inherit;
  opacity: 0.7;
}
#plan_price .plan__form button.green-btn:disabled:hover {
  background: #009F6E;
}
#plan_price .plan__form #result-section {
  display: none;
}
#plan_price .plan__form #error-message {
  text-align: center;
  color: red;
  font-size: 0.32rem;
  margin-top: 30px;
  font-weight: 500;
}
@media (min-width: 1000px) {
  #plan_price .plan__form #error-message {
    font-size: 20px;
  }
}
#plan_price .plan__form .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.48rem;
  margin-top: 1rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .btn-group {
    gap: 43px;
    margin-top: 100px;
  }
}
#plan_price .plan__form .btn-group a {
  padding: 0.36rem;
  width: 100%;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.5rem;
}
@media (min-width: 1000px) {
  #plan_price .plan__form .btn-group a {
    font-size: 28px;
    line-height: 40px;
    width: 500px;
    height: 77px;
    padding: 18px;
  }
}
#plan_price .plan__form .btn-group a.btn-blue {
  background: #0034E0;
}
#plan_price .plan__form .btn-group a.btn-blue:hover {
  background: #202F55;
}
#plan_price .plan__form .btn-group a.btn-red {
  background: #E00006;
}
#plan_price .plan__form .btn-group a.btn-red:hover {
  background: #C90000;
}/*# sourceMappingURL=plan_price.css.map */