@charset "UTF-8";

#price {
  padding: 0;
  margin: 0;
}

.page-header-title--about-aga {
  color: #1f85ac;
}

.growthResults-imgWrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .growthResults-imgWrap {
    margin: -40px -15px 0;
  }
}

.growthResults-img {
  flex: 1;
}

.growthResults-img img {
  width: 100%;
}

.growthResults-heading {
  text-align: center;
  overflow: hidden;
  margin-top: 1.2em;
}

.growthResults-heading span {
  display: inline-block;
  position: relative;
  width: 95%;
  padding: 5px;
  background-color: #1f85ac;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .growthResults-heading span {
    font-size: 18px;
  }
}

.growthResults-heading span:before,
.growthResults-heading span:after {
  content: "";
  position: absolute;
  border: 0.85em solid #1f85ac;
  z-index: -1;
}

@media screen and (max-width: 768px) {

  .growthResults-heading span:before,
  .growthResults-heading span:after {
    border: 1em solid #1f85ac;
  }
}

.growthResults-heading span:before {
  left: -2.5%;
  top: 0;
  border-right-width: 1em;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
}

.growthResults-heading span:after {
  right: -2.5%;
  top: 0;
  border-left-width: 1em;
  border-right: 0.5em solid rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .growthResults-heading {
    width: min(100%, 400px);
    margin: 0.8em auto 0;
  }
}

.growthResults-cont {
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .growthResults-cont {
    flex-direction: column;
    width: min(100%, 430px);
  }
}

.growthResults-contItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .growthResults-contItem {
    justify-content: center;
  }
}

.growthResults-contItem:first-of-type .growthResults-itemTtl {
  margin-right: 0.5em;
}

.growthResults-contItem:last-of-type .growthResults-itemTtl {
  margin-right: 0;
  padding: 30px 25px;
}

.growthResults-contItem:last-of-type .growthResults-itemNum {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .growthResults-contItem:last-of-type .growthResults-itemTtl {
    padding: 20px 0 17px;
    line-height: 1;
    font-size: 16px;
    width: 100px;
    text-align: center;
    height: auto;
  }
}

.growthResults-contItem:last-of-type .growthResults-itemNum span:first-of-type {
  margin-right: -10px;
}

.growthResults-itemTtl {
  height: 87px;
  display: flex;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.3;
  display: inline-block;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-top: 0.5em;
  padding: 10px 20px 10px;
  color: #1f85ac;
  background: #fff;
  border: solid 3px #1f85ac;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .growthResults-itemTtl {
    height: 67px;
    font-size: 12px;
    padding: 10px 5px 10px;
    width: 140px;
  }
}

.growthResults-itemTtl:before {
  content: "";
  position: absolute;
  top: 49%;
  right: -19px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 2;
}

.growthResults-itemTtl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -13px;
  border: 12px solid transparent;
  border-left: 13px solid #1f85ac;
  z-index: 1;
}

.growthResults-itemNum {
  font-size: 110px;
  font-weight: 600;
  color: #ed58ad;
  margin-left: 0.25em;
  line-height: 1.3;
  position: relative;
  letter-spacing: -0.01em;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .growthResults-itemNum {
    font-size: 75px;
  }
}

.growthResults-itemNum:before {
  content: "※";
  position: absolute;
  top: 20%;
  right: 0%;
  color: #555555;
  font-size: 12%;
}

@media screen and (max-width: 768px) {
  .growthResults-itemNum:before {
    top: 15%;
    font-size: 15%;
  }
}

.growthResults-itemNum:after {
  content: "";
  width: 100%;
  height: 0.1em;
  background: #ffffb7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .growthResults-itemNum:after {
    height: 0.15em;
    bottom: 15px;
  }
}

.growthResults-itemNum span {
  font-size: 36px;
  letter-spacing: -0.05em;
}

.growthResults-note {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .growthResults-note {
    font-size: 10px;
    margin-right: -20%;
    width: 100%;
  }
}

.ctaPrice-cont {
  border: 1px solid #1f85ac;
}

@media screen and (max-width: 768px) {
  .ctaPrice-cont {
    border: none;
    text-align: center;
  }
}

.ctaPrice-heading {
  background: #1f85ac;
  color: #fff;
  font-size: 25px;
  padding: 0.5em 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ctaPrice-heading {
    display: inline-block;
    font-size: 15px;
    padding: 0.8em 2em;
    border-radius: 0.4em;
  }
}

.ctaPrice-lead {
  font-size: 27px;
  padding: 0.6em 0 0.3em;
  color: #1f85ac;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ctaPrice-lead {
    font-size: 18px;
    padding: 1.2em 0 0.8em;
    line-height: 1;
  }
}

.ctaPrice-lead small {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.ctaPrice-lead:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid #1f85ac;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ctaPrice-btnWrap .contact-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .ctaPrice-btnWrap .contact-list {
    justify-content: center;
    width: min(100%, 400px);
  }
}

.ctaPrice-btnWrap .contact-item {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .ctaPrice-btnWrap .contact-item {
    flex: none !important;
  }
}

.ctaPrice-line {
  flex: 2.5;
}

@media screen and (max-width: 768px) {
  .ctaPrice-line {
    width: min(50%, 250px);
  }
}

.ctaPrice-line a {
  background: #05c755 !important;
}

.ctaPrice-form {
  flex: 2.5;
}

@media screen and (max-width: 768px) {
  .ctaPrice-form {
    width: min(50%, 250px);
  }
}

.ctaPrice-form a {
  background: #ed58ad !important;
}

.ctaPrice-tel {
  flex: 5;
}

@media screen and (max-width: 768px) {
  .ctaPrice-tel {
    width: min(100%, 500px);
  }
}

.ctaPrice-tel a {
  background: #1f85ac !important;
}

.systemPlan-heading {
  position: relative;
}

.systemPlan-heading:before,
.systemPlan-heading:after {
  position: absolute;
  content: "";
  width: 8em;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  top: 40%;
}

@media screen and (max-width: 768px) {

  .systemPlan-heading:before,
  .systemPlan-heading:after {
    display: none;
  }
}

.systemPlan-heading:before {
  right: 10%;
  background: url(http://localhost:8888/will-agaclinic.com/wp/wp-content/themes/origin/assets/images/price/systemPlan_img2.webp) no-repeat center/contain;
}

.systemPlan-heading:after {
  left: 10%;
  background: url(http://localhost:8888/will-agaclinic.com/wp/wp-content/themes/origin/assets/images/price/systemPlan_img1.webp) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .systemPlan-heading {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .systemPlan-heading>.section-heading-ja {
    letter-spacing: -0.05em;
  }
}

.systemPlan-headingImg {
  display: none;
}

@media screen and (max-width: 768px) {
  .systemPlan-headingImg {
    display: flex;
    justify-content: center;
    gap: 2%;
  }
}

.systemPlan-headingImg-item {
  width: min(100px, 25%);
}

.systemPlan-accordion {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .systemPlan-accordion {
    border-bottom: 1px solid #1f85ac;
    position: relative;
  }
}

.systemPlan-accordionBtn {
  padding: 0.5em 0;
  text-align: center;
  display: block;
  color: #ed58ad;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #1f85ac;
}

.systemPlan-accordionBtn:after {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .systemPlan-accordionBtn {
    border-bottom: 0;
  }
}

.systemPlan-accordionCont {
  max-height: 0;
  overflow: hidden;
}

.systemPlan-accordionBtn,
.systemPlan-accordionCont {
  transform: translateZ(0);
  transition: all 0.3s;
}

.systemPlan-card {
  position: relative;
  background: white;
  border: 1px solid #1f85ac;
  margin: 20px 0;
  padding: 30px 2% 30px 4%;
}

@media screen and (max-width: 768px) {
  .systemPlan-card {
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0 4% 6%;
    margin-top: -2px;
  }
}

.systemPlan-cardWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}

.systemPlan-cardWrap-monitor {
  gap: 1%;
}

.systemPlan-cardWrap-monitor .systemPlan-itemHeading {
  display: flex;
}

@media screen and (max-width: 768px) {
  .systemPlan-cardWrap-monitor .systemPlan-itemHeading {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .systemPlan-cardWrap-monitor .systemPlan-itemTxt {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .systemPlan-cardWrap {
    flex-direction: column;
  }
}

.systemPlan-pointItem {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.systemPlan-pointItem:after {
  position: absolute;
  content: "";
  top: -50px;
  left: -50px;
  border-width: 50px;
  border-style: solid;
  border-color: #1f85ac transparent transparent transparent;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .systemPlan-pointItem:after {
    top: -24px;
    left: -24px;
    border-width: 25px;
  }
}

.systemPlan-pointItem span {
  position: relative;
  top: 7px;
  left: 10px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .systemPlan-pointItem span {
    top: 1px;
    left: 6px;
    font-size: 15px;
  }
}

.systemPlan-itemHeading {
  flex-shrink: 0;
}

.systemPlan-itemTxt {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f85ac;
  display: flex;
  align-items: center;
}

.systemPlan-itemTxt>small {
  font-size: 50%;
  padding: 0.1em 0.1em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .systemPlan-itemTxt>small {
    padding: 0;
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  .systemPlan-itemTxt {
    flex-direction: column;
    font-size: 18px;
    align-items: center;
  }
}

.systemPlan-itemCont {
  width: 55%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .systemPlan-itemCont {
    width: 100%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .systemPlan-itemCont.sp {
    display: flex !important;
    padding-bottom: 4%;
  }
}

.systemPlan-lead {
  font-size: 16px;
  font-weight: 600;
  color: #1f85ac;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .systemPlan-lead {
    font-size: 15px;
  }
}

.systemPlan-lead strong {
  color: #ed58ad;
}

.systemPlan-lead small {
  font-size: 12px;
  color: #555555;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .systemPlan-lead small {
    display: inline-block;
    font-size: 10px;
  }
}

.systemPlan-priceItem {
  flex: 1;
  text-align: center;
  border: 2px solid #1f85ac;
  padding: 1em 0 0.6em;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .systemPlan-priceItem {
    margin-right: 0;
    padding: 0.6em 0 0.2em;
  }
}

.systemPlan-priceItem:not(:last-of-type) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .systemPlan-priceItem:not(:last-of-type) {
    margin-right: 6%;
  }
}

.systemPlan-priceItem:not(:last-of-type):before {
  content: "+";
  font-size: 25px;
  line-height: 1;
  right: calc(min(40%, 130px) / 2 - 18px);
  color: #555555;
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .systemPlan-priceItem:not(:last-of-type):before {
    right: -28%;
  }
}

.systemPlan-num {
  font-size: 45px;
  font-weight: 600;
  color: #ed58ad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .systemPlan-num {
    font-size: 35px;
  }
}

.systemPlan-num>small {
  font-size: 40%;
}

.systemPlan-priceTxt {
  line-height: 1.3;
  font-size: 80%;
  font-weight: 600;
}

.systemPlan-txtEmphasis-pinkTxt {
  color: #ed58ad;
  font-weight: 600;
  font-size: 30px;
  margin-right: 0.1em;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-pinkTxt {
    font-size: 28px;
  }
}

.systemPlan-txtEmphasis-pinkTxt-lg {
  font-size: 45px;
  margin-bottom: 0.1em;
  margin-left: 0.2em;
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-pinkTxt-lg {
    margin-bottom: -0.1em;
    margin-left: 0;
  }
}

.systemPlan-txtEmphasis-pinkTxt-lg:before {
  content: "※";
  position: absolute;
  top: 10%;
  right: -9%;
  color: #555555;
  font-size: 25%;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-pinkTxt-lg:before {
    top: 15%;
    font-size: 20%;
  }
}

.systemPlan-txtEmphasis-pinkTxt-num {
  font-size: 35px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-pinkTxt-num {
    font-size: 45px;
    line-height: 1;
    margin-top: 0.1em;
  }
}

.systemPlan-txtEmphasis-pinkTxt-num>small {
  font-size: 60%;
}

.systemPlan-txtEmphasis-blue {
  color: #1f85ac;
  background: #e8f3f7;
  font-size: 18px;
  padding: 0em 0.3em;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-blue {
    font-size: 17px;
    padding: 0.3em 0.6em;
    line-height: 1.3;
  }
}

.systemPlan-txtEmphasis-gold {
  font-size: 28px;
  color: #fff;
  padding: 0em 0.3em;
  background: transparent linear-gradient(106deg, #c7ab4a 0%, #c7aa3f 39%, #d0b866 74%, #b59b3f 100%) 0% 0% no-repeat padding-box;
  margin-left: 0.4em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .systemPlan-txtEmphasis-gold {
    margin-left: 0;
    font-size: 22px;
  }
}

.systemPlan-monitorImg {
  display: inline-block;
  scale: 0.7;
}

@media screen and (max-width: 768px) {
  .systemPlan-monitorImg {
    position: absolute;
    right: -3px;
    top: -2px;
    scale: 0.8;
  }
}

.tab_wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab_wrap input {
  display: none;
}

.tab_wrap input:checked+.tab_label {
  color: #fff;
  background: #1f85ac;
  opacity: 1;
}

.tab_wrap input#tab01:checked~.tab_ContWrap>#tab01-content,
.tab_wrap input#tab02:checked~.tab_ContWrap>#tab02-content,
.tab_wrap input#tab03:checked~.tab_ContWrap>#tab03-content,
.tab_wrap input#tab04:checked~.tab_ContWrap>#tab04-content,
.tab_wrap input#tab05:checked~.tab_ContWrap>#tab05-content,
.tab_wrap input#tab06:checked~.tab_ContWrap>#tab06-content,
	.tab_wrap input#tab07:checked~.tab_ContWrap>#tab07-content,
	.tab_wrap input#tab08:checked~.tab_ContWrap>#tab08-content,
	.tab_wrap input#tab09:checked~.tab_ContWrap>#tab09-content,
	.tab_wrap input#tab10:checked~.tab_ContWrap>#tab10-content {
  display: block;
}

.tab_wrap .AlignItems {
  width: 100%;
}

.tab_ContWrap {
  width: 100%;
}

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

.tab_LabelHeading {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab_LabelHeading {
    display: block;
    padding-bottom: 0.5em;
    color: #1f85ac;
  }
}

.tab_label {
  font-weight: bold;
  padding: 0.6em 5em;
  opacity: 0.8;
  color: #1f85ac;
  background: #e8f3f7;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
  margin-right: 2em;
}

.tab_label:last-of-type {
  margin-right: 0;
}

.tab_label:hover {
  opacity: 1;
  background: #fef3f9;
}

@media screen and (max-width: 768px) {
  .tab_label {
    width: calc((100% - 2em) / 2);
    padding: 0.6em 0;
  }

  .tab_label.three_tab {
    margin-right: 1em;
    width: calc((100% - 2em) / 3);
  }

  .tab_label.three_tab:last-of-type {
    margin-right: 0;
  }
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  border: 2px solid #1f85ac;
  border-radius: 0 20px 20px 20px;
  padding: 4%;
}

@media screen and (max-width: 768px) {
  .tab_content {
    border-radius: 0 0 10px 10px;
  }
}

.tab_content .plan-tab-item {
  position: relative;
  animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.price-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .price-nav-list {
    gap: 10px;
    margin: 0 auto 40px;
    width: min(100%, 400px);
  }
}

.price-nav-listItem {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .price-nav-listItem {
    padding: 0;
  }
}

.price-nav-listItem a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 5px 0 5px;
  background-color: #fff;
  border: 1px solid #555555;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .price-nav-listItem a {
    font-size: 12px;
    padding: 0 calc(5px + 5%) 0 5px;
  }
}

.price-nav-listItem a:after {
  content: "";
  border: solid #1f85ac;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  top: 35%;
  right: 11%;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .price-nav-listItem a:after {
    right: 6%;
    scale: 0.6;
  }
}

.price-nav-listItem a:hover {
  opacity: 1;
  background: #fef3f9;
}

.price-nav-listItem a:hover:after {
  top: 40%;
}

.price-item-name {
  color: #1f85ac;
  border-bottom: 1px solid #1f85ac;
  min-height: auto;
  font-size: 15px;
  padding: 0 0.2em;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.price-item-name:hover {
  color: #1f85ac;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .price-item-name {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    text-align: left;
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .price-item-name span {
    font-size: 80%;
    width: 100%;
    line-height: 1.3;
    display: inline;
    padding-top: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .price-item-title {
    margin: 0 -15px 10px;
    padding: 10px 15px;
  }
}

.price-item-title h3 {
  display: flex;
  align-items: center;
  padding-left: 0.3em;
  border-left: 2.5px solid #1f85ac;
}

@media screen and (max-width: 768px) {
  .price-item-title h3 {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.price-item-title h3 small {
  font-size: 60%;
}

@media screen and (max-width: 768px) {
  .price-item-title h3 small {
    padding-top: 0.3em;
  }
}

.price-item-img {
  margin-bottom: 20px;
}

.plan-speed-lv {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .plan-speed-lv {
    font-size: 14px;
  }
}

.plan-speed-lv span {
  color: #ed58ad;
}

.plan-speed-lv span small {
  font-size: 75%;
  display: inline-block;
  font-weight: 800;
  padding: 0 0 0.15em 0.1em;
}

@media screen and (max-width: 768px) {
  .plan-item-meta {
    margin-top: 0;
  }
}

.plan-item-titleEmphasis {
  background: #1f85ac;
  color: #fff;
  font-size: 60%;
  border-radius: 5em;
  padding: 0.3em 0.9em;
  margin-left: 0.6em;
}

.plan-item-note {
  font-size: 12px;
}

.plan-item-menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.plan-item-menu:not(:nth-child(1)) {
  position: relative;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .plan-item-menu:not(:nth-child(1)) {
    border-top: 1px dashed #8fc2d5;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.plan-item-menu:not(:nth-child(1)):before {
  content: "+";
  font-size: 25px;
  line-height: 1;
  left: calc(min(40%, 130px) / 2 - 12px);
  color: #1f85ac;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .plan-item-menu:not(:nth-child(1)):before {
    display: none;
  }
}

.plan-item-ttl {
  display: flex;
  flex: auto;
}

.plan-item-ttl+p {
  width: calc(60% - 5px);
}

.plan-item-name {
  flex-shrink: 0;
  color: #1f85ac;
  border-bottom: 1px solid #1f85ac;
  min-height: auto;
  font-size: 17px;
  padding: 0 0.2em;
  text-align: center;
}

.plan-item-name:hover {
  color: #1f85ac;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .plan-item-name.sp {
    display: inline-block !important;
    font-size: 15px;
    margin-bottom: 0.5em;
    padding: 0 0 0.2em;
    line-height: 1.3;
    text-align: left;
  }

  .plan-item-name.sp span {
    font-size: 80%;
  }
}

.plan-item-txtWrap {
  width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  .plan-item-txtWrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .plan-item-txtWrap p {
    font-size: 12px;
    line-height: 1.4;
  }
}

.plan-item-img {
  width: 120px;
  padding-right: 3%;
}

.plan-item-description {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .plan-item-description {
    padding-bottom: 10px;
  }
}

.plan-item-tag {
  margin-bottom: 1%;
}

.plan-item-tag li {
  font-size: 12px;
}

.plan-item-priceArea {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 10px;
}

.plan-item-priceArea p {
  font-size: 16px;
  font-weight: 600;
}

.plan-item-priceArea p strong {
  padding: 0 0.1em;
  font-size: 25px;
  font-weight: 600;
  color: #ed58ad;
}

.plan-item-priceArea p strong>span {
  font-size: 16px;
}

.plan-item-priceArea p small {
  font-size: 60%;
}

.plan-item-case.accordion {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .plan-item-case-title h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.plan-item-caseBtn {
  padding: 0.5em 0;
  border-radius: 3px;
  text-align: center;
  display: block;
  color: #1f85ac;
  background: #e8f3f7;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .plan-item-caseBtn {
    font-size: 14px;
  }
}

.plan-item-caseBtn:after {
  transform: rotate(90deg);
}

.plan-item-caseCont {
  max-height: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .plan-item-caseCont .plan-item-case {
    margin-top: 25px;
  }
}

.plan-item-caseBtn,
.plan-item-caseCont {
  transform: translateZ(0);
  transition: all 0.3s;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.accordion-label::after,
.accordion-label::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.05em;
  width: 0.08em;
  height: 0.75em;
  background-color: #1f85ac;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {

  .accordion-label::after,
  .accordion-label::before {
    top: 0.95em;
  }
}

.toggle:checked+.accordion-label+.accordion-cont {
  max-height: none;
  transition: all 0.5s;
}

.toggle:checked+.accordion-label::before {
  transform: rotate(90deg) !important;
}

.section-growthResults,
.section-systemPlan {
  background: #e8f3f7;
}

.section-plan .small-card-link {
  position: relative;
  padding: 0 10px 0 10px;
}

.section-plan .small-card-link:before {
  content: "";
  border: solid #1f85ac;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3.5px;
  top: 42%;
  right: 5%;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.section-plan .small-card-link:hover {
  opacity: 1;
  background: #fef3f9;
}

.section-plan .small-card-link:hover:before {
  top: 47%;
}

.section-plan .small-card-link:hover .small-card-item-1 {
  background: #1f85ac;
  color: #ffffb7;
}

.section-plan .small-card-link:hover .small-card-item-1:before {
  border-left: 8px solid #1f85ac;
}

.section-plan .small-card-item-1 {
  opacity: 1;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 2.5em -1em 2.5em 0;
  padding: 5px 10px;
  max-width: 100%;
  color: #1f85ac;
  background: #fff;
  border: solid 2px #1f85ac;
  box-sizing: border-box;
  border-radius: 7px;
  transition: all 0.2s;
}

.section-plan .small-card-item-1:before {
  transition: all 0.2s;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}

.section-plan .small-card-item-1:after {
  transition: all 0.2s;
  content: "";
  position: absolute;
  top: 50%;
  right: -17.5px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #1f85ac;
  z-index: 1;
}

.section-plan .small-card-item-2 {
  border: 0;
}

@media screen and (max-width: 768px) {
  .section-plan .small-card-item-5 {
    font-size: 16px;
  }
}

.section-price .small-card-link {
  position: relative;
  padding: 0 10px 0 10px;
  transition: all 0.2s;
}

.section-price .small-card-link:before {
  content: "";
  border: solid #1f85ac;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3.5px;
  top: 42%;
  right: 5%;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.section-price .small-card-link:hover {
  opacity: 1;
  background: #fef3f9;
}

.section-price .small-card-link:hover:before {
  top: 47%;
}

.section-price .small-card-item-1,
.section-price .small-card-item-5 {
  line-height: 1.3;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .section-price .small-card-item-2 {
    min-width: 30px !important;
    scale: 0.8;
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .section-price .small-card-item-5 {
    font-size: 14px;
  }
}

table .price-item.table-priceImg {
  display: none;
}

@media screen and (max-width: 768px) {
  table .price-item.table-priceImg {
    display: table-row;
  }
}

table .price-item.table-priceImg th {
  padding: 25px 0 15px;
  border-bottom: 0;
}

table .price-item.table-priceImg th .img-fluid {
  width: 100%;
  max-width: none;
}

.insurance-paragraph,
.treatment-cost-paragraph,
.payment-paragraph {
  text-align: center;
}

@media screen and (max-width: 768px) {

  .insurance-paragraph,
  .treatment-cost-paragraph,
  .payment-paragraph {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .payment-content .img-fluid {
    width: 100%;
  }
}

.section-cost .paragraph span {
  font-weight: 700;
  color: #ed58ad;
}

/*.cam_bnr_container {
    display:none;
}*/

/* 料金ページ改修 */
.price-page-header-description {
  max-width: 760px;
  margin: 20px auto 0;
  color: #555;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
}

.price-page-header-description strong {
  color: #ed58ad;
}

.price-initial-fee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  max-width: 760px;
  min-height: 56px;
  margin: 0 auto 30px;
  padding: 10px 16px;
  border-top: 2px solid #1f85ac;
  border-bottom: 2px solid #1f85ac;
  white-space: nowrap;
}

.price-initial-fee-label {
  color: #1f85ac;
  font-size: 18px;
  font-weight: 700;
}

.price-initial-fee-price {
  color: #ed58ad;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.price-initial-fee-price small {
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  /* .col-md-5 2列分（rowの左右マージン分を加味） */
  .price-initial-fee {
    width: calc(83.333333% + 25px);
    max-width: none;
  }

}

/* 導線の表示順: 発毛促進 → 副作用なし → 抜け毛予防 → 毛髪再生 */
.section-plan .small-card-list .col-md-5:nth-child(1) {
  order: 1;
}

.section-plan .small-card-list .col-md-5:nth-child(2) {
  order: 3;
}

.section-plan .small-card-list .col-md-5:nth-child(3) {
  order: 4;
}

.section-plan .small-card-list .col-md-5:nth-child(4) {
  order: 2;
}

@media screen and (max-width: 768px) {
  .price-page-header-description {
    margin-top: 16px;
  }

  .price-initial-fee {
    margin-bottom: 16px;
  }
}

/* 治療プランカード: ラベルとアイコンの列幅を固定し、プラン名を左揃えにする */
.section-plan .small-card-item-1 {
  flex: 0 0 90px;
  width: 90px;
  min-width: 90px;
}

.section-plan .small-card-item-2 {
  flex: 0 0 71px;
  width: 71px;
  min-width: 71px;
  padding-left: 0;
  text-align: center;
}

.section-plan .small-card-item-5 {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

/* 費用一覧カードも同じ列幅でそろえる */
.section-price .small-card-item-1 {
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
  font-size: 12px;
}

.section-price .small-card-item-2 {
  flex: 0 0 55px;
  width: 55px;
  min-width: 55px !important;
  padding-left: 0;
  text-align: center;
}

.section-price .small-card-item-2 img {
  display: block;
  width: auto;
  max-width: 45px;
  height: auto;
  margin: 0 auto;
}

.section-price .small-card-item-5 {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
