.cr01 {
  color: #57bbe5;
}

.cr02 {
  color: #7ab929;
}

.page-header {
  margin-bottom: 60px;
}
.page-header img.mainImage {
  display: block;
  width: auto;
  margin: 0 auto;
}
.page-header .page-header-title p {
  text-align: center;
  margin-bottom: 0.5em;
}
.page-header .page-header-title p > span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: middle;
}
.page-header .page-header-title p > span:before, .page-header .page-header-title p > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #000;
  margin-bottom: 4px;
}
.page-header .page-header-title p > span:before {
  margin-right: 5px;
  transform: rotate(65deg);
}
.page-header .page-header-title p > span:after {
  transform: rotate(-65deg);
}
.page-header .page-header-title h1 {
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  color: #57bbe5;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page-header .page-header-title h1 > span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-bottom: 30px;
  }
  .page-header .page-header-title p {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .page-header .page-header-title p > span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .page-header .page-header-title p > span:before, .page-header .page-header-title p > span:after {
    content: "";
    width: 20px;
    height: 1px;
  }
  .page-header .page-header-title p > span:before {
    margin-right: 0px;
    transform: rotate(65deg);
  }
  .page-header .page-header-title p > span:after {
    transform: rotate(-65deg);
  }
  .page-header .page-header-title h1 {
    font-size: 2.8rem;
  }
  .page-header .page-header-title h1 > span {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}

.top-lead {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
}
.top-lead p {
  font-size: clamp(16px, 3vw, 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-lead {
    margin-bottom: 2em;
  }
}

.example .ex-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.example .ex-lead .icon {
  width: 180px;
  margin-right: 20px;
}
.example .ex-lead .txt {
  flex-shrink: 0;
  text-align: left;
}
.example .ex-lead .txt p {
  font-size: 2.2rem;
  font-weight: bold;
}
.example .ex-lead .txt h2 {
  line-height: 1.7;
  font-size: 3.4rem;
  font-weight: bold;
}
.example .ex-box {
  background-color: #edf0f1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding: 40px 0 7%;
}
.example .ex-3days-wrap-all {
  text-align: center;
}
.example .ex-3days-wrap {
  background-color: #fff;
  border-radius: 100vmax;
  padding: 20px 60px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
.example .ex-3days-wrap::before {
  position: absolute;
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}
.example .ex-3days {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.example .ex-3days span {
  font-size: 2.2rem;
  font-weight: bold;
}
.example .ex-3days h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.example .ex-3days h3 strong {
  color: #57bbe5;
}
.example .ex-plan {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
}
.example .ex-plan .photo {
  margin-bottom: 10px;
}
.example .ex-plan .txt {
  text-align: center;
  font-size: 2rem;
}
.example .ex-plan .txt strong {
  display: block;
  color: #57bbe5;
  font-size: 3.2rem;
  line-height: 1.4;
}
.example .three-features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2em 0 4em;
}
.example .three-features .item {
  border-radius: 10px;
  width: 300px;
  padding: 17px 0;
  text-align: center;
  border: 4px solid #7ab929;
  color: #7ab929;
  font-size: 24px;
  font-weight: bold;
}
.example .threedays-plan-image {
  min-height: 300px;
  margin: 3em auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .example .ex-lead {
    flex-wrap: wrap;
    margin-bottom: 1em;
    width: 90%;
    padding: 0px 5% 0px 5%;
  }
  .example .ex-lead .icon {
    width: 100px;
    margin-right: 0px;
  }
  .example .ex-lead .txt {
    flex-shrink:unset;
    text-align: left;
  }
  .example .ex-lead .txt p {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .example .ex-lead .txt h2 {
    line-height: 1.7;
    font-size: 3.0rem;
    font-weight: bold;
  }
  .example .ex-box {
    background-color: #edf0f1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    padding: 40px 0 7%;
  }
  .example .ex-3days-wrap-all {
    text-align: center;
  }
  .example .ex-3days-wrap {
    background-color: #fff;
    border-radius: 100vmax;
    padding: 20px 60px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
  }
  .example .ex-3days-wrap::before {
    position: absolute;
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
  }
  .example .ex-3days {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .example .ex-3days span {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .example .ex-3days h3 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .example .ex-3days h3 strong {
    color: #57bbe5;
  }
  .example .ex-plan {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  .example .ex-plan .photo {
    margin: 0 auto 10px auto;
  }
  .example .ex-plan .txt {
    text-align: center;
    font-size: 2rem;
  }
  .example .ex-plan .txt strong {
    display: block;
    color: #57bbe5;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .example .three-features {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 20px;
    margin: 2em 0 4em;
  }
  .example .three-features .item {
    border-radius: 10px;
    width: 90%;
    padding: 17px 0;
    text-align: center;
    border: 4px solid #7ab929;
    color: #7ab929;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 5% 0px 5%;
  }
  .example .threedays-plan-image {
    min-height: 200px;
    margin: 3em auto;
    text-align: center;
    color: #fff;
  }

  .plan-type .price-nav {
    border: 1px solid #ccc;
    padding: 1em 1em;
    margin-top: 2em;
}

}

.plan-type {
  padding: 40px 0;
}
.plan-type h3.subtitle {
  text-align: center;
}
.plan-type h3.subtitle > span {
  display: inline-block;
  padding: 0 20px 5px;
  border-bottom: 2px solid #57bbe5;
  line-height: 1.7;
  font-size: 2.6rem;
  font-weight: bold;
}
.plan-type .title {
  text-align: center;
  margin-bottom: 1.4em;
  font-size: 3.2rem;
  font-weight: bold;
}
.plan-type .title span {
  color: #57bbe5;
}
.plan-type .ex-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6em;
}
.plan-type .ex-lead .icon {
  width: 120px;
  margin-right: 20px;
}
.plan-type .ex-lead .txt {
  flex-shrink: 0;
  text-align: left;
}
.plan-type .car-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 4em;
}
.plan-type .car-list p {
  text-align: center;
}
.plan-type table.price {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  margin: 5px 0 10px;
}
.plan-type table.price th,
.plan-type table.price td {
  padding: 10px;
  text-align: center;
  border: 1px solid #c9c9c9;
  vertical-align: middle;
  line-height: 1.6;
}
.plan-type table.price th {
  background: #f2f2f2;
}
.plan-type table.price td.t-left {
  text-align: left;
}
.plan-type .right {
  text-align: right;
}
.plan-type .price-nav {
  border: 1px solid #ccc;
  padding: 1em 8em;
  margin-top: 2em;
}
.plan-type .price-nav li {
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 1.8rem);
}
.plan-type .price-nav li span {
  color: #57bbe5;
}
.plan-type .form-btn {
  display: block;
  max-width: 567px;
  padding: 16px 0;
  text-align: center;
  background-color: #57bbe5;
  color: #fff;
  position: relative;
  border-radius: 100vmax;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 2.4em auto;
}
.plan-type .form-btn:before {
  position: absolute;
  content: "";
  left: 60px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.terms .title {
  text-align: center;
  padding: 16px 0;
  border: 1px solid #57bbe5;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #57bbe5;
}
.terms ul.about li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
}
.terms ul.about li:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}
.terms ul.about li span {
  padding-left: 20px;
  color: #57bbe5;
  width: 200px;
}
.terms .pay-service {
  margin: 4em 0;
}
.terms .pay-service h3 {
  color: #57bbe5;
  font-size: 1.8rem;
  border-left: 10px solid #57bbe5;
  padding-left: 10px;
  margin-bottom: 20px;
}
.terms .pay-service ol {
  counter-reset: number 0;
}
.terms .pay-service ol li {
  display: flex;
  margin-bottom: 1.5em;
  line-height: 1.7;
  font-size: 1.4rem;
}
.terms .pay-service ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 15px;
}/*# sourceMappingURL=subscription.css.map */

@media screen and (max-width: 768px) {
  .top-lead {
    padding:0px 5% 0px 5%;
  }

  .plan-type .price-nav {
    border: 1px solid #ccc;
    padding: 1em 1em;
    margin-top: 2em;
}

.plan-type {
  padding: 40px 4%;
}

.terms {
  padding: 0px 4% 0px 4%;
}

.table-block {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.plan-type table.price {
  width: 500px;
}

.plan-type table.price th,
.plan-type table.price td {
  font-size: 1.4rem;
}

.example .ex-plan .item {
  width: 40%;
}

.plan-type .car-list p {
  font-size: 1.3rem;
}

.plan-type .car-list {
  gap: 10px;
}

.plan-type .price-nav li {
  margin-right: 0;
  display: inline-block;
  width: 100%;
}

}