.p-syuroPrice .p-feeExampleTab input {
  display: none;
}
.p-syuroPrice .p-tabList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: -1.5rem;
}
.p-syuroPrice .p-tabList label {
  color: #1ca987;
  background-color: #eff9f7;
  border-radius: 1.5rem 1.5rem 0 0;
  cursor: pointer;
  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%;
  height: 100%;
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabList label {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPrice .p-tabList label {
    padding: 1.5rem 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabList label:hover {
    color: #fff;
    background-color: #1ca987;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
}
.p-syuroPrice .p-tabListText {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
}
.p-syuroPrice .p-tabListTextSub {
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
}
.p-syuroPrice .p-tabContent {
  background-color: #1ca987;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.p-syuroPrice .p-tabContent-sec {
  display: none;
}
.p-syuroPrice .p-tabContent-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabContent-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-syuroPrice .p-tabContent-head .m-heading3 {
  color: #fff;
}
.p-syuroPrice .p-tabContent-body {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-bottom: 2rem;
}
.p-syuroPrice .p-tabContent-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabContent-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-syuroPrice .p-tabContent-headIcon {
  width: 7rem;
  margin-right: 1.5rem;
}
.p-syuroPrice .p-tabContent-headTexts {
  color: #fff;
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabContent-result {
    padding: 1.5rem;
    margin: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPrice .p-tabContent-result {
    padding: 1.5rem;
    margin: 2rem 1.5rem;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroPrice .p-tabContent-detail {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPrice .p-tabContent-detail {
    padding: 0 1.5rem;
  }
}
.p-syuroPrice .p-tabContent-caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.p-syuroPrice .p-tabContent-caseListItem {
  padding-left: 1.7rem;
  position: relative;
}
.p-syuroPrice .p-tabContent-caseListItem::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #1ca987;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.p-syuroPrice .p-tabContent-caseListAnnotationMark {
  vertical-align: super;
  font-size: 1rem;
}
.p-syuroPrice #feeExample1:checked ~ .p-tabContent .p-tabContent-sec:nth-of-type(1) {
  display: block;
}
.p-syuroPrice #feeExample2:checked ~ .p-tabContent .p-tabContent-sec:nth-of-type(2) {
  display: block;
}
.p-syuroPrice #feeExample1:checked ~ .p-tabList label:nth-child(1),
.p-syuroPrice #feeExample2:checked ~ .p-tabList label:nth-child(2) {
  color: #fff;
  background-color: #1ca987;
}
.p-syuroPrice .p-feeExampleCtaAnnotationText {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.p-syuroPrice .p-faq {
  padding-top: 6rem;
  padding-bottom: 9rem;
}
.p-syuroPrice .p-faq + .c-accentCta {
  margin-top: -3rem;
}
/*# sourceMappingURL=price.css.map */