/*mv*/
.c-page-header {
  background: url(../../oltana-004/images/mv/sp/mv_infomation_sp.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 641px) {
  .c-page-header {
    background: url(../../oltana-004/images/mv/mv_infomation.png) center center no-repeat;
    background-size: cover;
  }
}
/* Target Section */
.p-target__box {
  position: relative;
  margin: auto;
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.p-target__list {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #F4F7F2;
}
.p-target__list:last-child {
  border-bottom: none;
}
.p-target__subject {
  background: #DDEDBC;
  padding: 16px 0;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
}
.p-target__text {
  padding: 16px;
  background: #fff;
  font-size: 0.95rem;
}
.p-target__deco-1 {
  position: absolute;
  top: 4rem;
  left: -0.6rem;
  width: 46px;
  height: 46px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(-17deg);
}
.p-target__deco-2 {
  position: absolute;
  top: 6rem;
  left: 3.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 30px solid #E8A15C33;
  border-top: 0;
  transform: rotate(15deg);
}
.p-target__deco-3 {
  position: absolute;
  bottom: 1rem;
  right: -1rem;
  width: 68px;
  height: 68px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(29deg);
}
@media screen and (min-width: 641px) {
  .p-target__list {
    flex-direction: row;
  }
  .p-target__subject {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #F4F7F2;
  }
  .p-target__text {
    width: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .p-target__deco-1 {
    top: 5.4rem;
    left: -5rem;
    width: 66px;
    height: 66px;
  }
  .p-target__deco-2 {
    left: 2rem;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-bottom: 62px solid #E8A15C33;
  }
  .p-target__deco-3 {
    bottom: 3.4rem;
    right: -8rem;
    width: 178px;
    height: 178px;
  }
}

/*料金*/
.p-price {
  margin: auto;
  max-width: 700px; /* PCでの最大幅 */
}
/* テーブル全体の外枠 */
.p-fee-table {
    width: 100%;
    margin: 16px auto;
    border-radius: 10px;
    overflow: hidden; /* 角丸からはみ出た背景をカット */
    background-color: #f9f9f9; /* ベース背景色 */
}

/* 行（Flexboxで横並びにする） */
.p-fee-table__row {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #F4F7F2;
}

/* 最後の行だけ下線を消す */
.p-fee-table__row:last-child {
    border-bottom: none;
}

/* ヘッダー行の特別なスタイル */
.p-fee-table__row--head {
    background-color: #DDEDBC;
    font-weight: 700;
    text-align: center;
}

/* 通常のデータ行のスタイル */
.p-fee-table__row:not(.p-fee-table__row--head) {
    background-color: #ffffff; /* 行の背景は白 */
}

/* 列（セル） */
.p-fee-table__col {
    padding: 15px;
    display: flex;
    align-items: center; /* 垂直方向中央揃え */
    font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem);
    line-height: 1.5;
}

/* 左カラム（世帯所得） */
.p-fee-table__col:first-child {
    width: 45%;
    justify-content: center;
    font-weight: 700;
    border-right: 2px solid #F4F7F2;
}

/* 右カラム（利用料金） */
.p-fee-table__col:last-child {
    width: 55%;
    justify-content: center; 
}

.p-price__deco-1 {
  position: absolute;
  top: 4.4rem;
  right: 0.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 38px solid #E8A15C33;
  border-top: 0;
  transform: rotate(20deg);
}
.p-price__deco-2 {
  position: absolute;
  top: 7.4rem;
  right: 2.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right:11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 20px solid #E8A15C33;
  border-top: 0;
  transform: rotate(15deg);
}
.p-price__deco-3 {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 44px;
  height: 44px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(15deg);
}
@media screen and (min-width: 641px) {
    .p-fee-table__col {
        padding: 32px;
    }
}
@media screen and (min-width: 1024px){
  .p-price__deco-1 {
    top: 5rem;
    right: -17rem;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 104px solid #E8A15C33;
  }
  .p-price__deco-2 {
    top: 13rem;
    right: -9rem;
    border-right:30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 52px solid #E8A15C33;
  }
  .p-price__deco-3 {
    bottom: 4rem;
    left: -9.2rem;
    width: 82px;
    height: 82px;
  }
}


/* Flow Section */
.p-flow__list {
  margin: auto;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-flow__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.p-flow__step {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-flow__step span {
  text-align: center;
  font-size: clamp(1.5rem, 1.189rem + 1.33vw, 2.25rem);
  display: block;
  font-family: "Roboto", sans-serif;
}
.p-flow__body {
  padding-top: 8px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-top: 1px dashed var(--primary-color);
}
.p-flow__icon {
  width: 32%;
  max-width: 57px;
}
.p-flow__head {
  color: var(--primary-color);
  font-weight: bold;
  font-size: clamp(1.125rem, 1.073rem + 0.22vw, 1.25rem);
  margin-bottom: 5px;
}
.p-flow__arrow {
  color: var(--primary-color);
  font-size: 1.2rem;
}

@media screen and (min-width: 641px) {
  .p-flow__body {
    padding: 8px 28px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-top: none;
    border-left: 1px dashed var(--primary-color);
  }

  .p-flow__item {
    flex-direction: row;
    text-align: left;
    padding: 30px;
    align-items: center;
  }
  .p-flow__step {
    margin-bottom: 0;
    text-align: center;
    min-width: 100px;
  }
  .p-flow__icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .p-flow__content {
    flex: 1;
  }
}
/*cta*/
.p-cta {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: #DDEDBC;
}
.l-cta__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
.max750 {
    max-width: 750px;
  }
.p-cta__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 127px;
}
.p-cta__deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 152px;
  height: 143px;
}
.p-cta__btn-box {
  margin-top: 24px;
  display: grid;
  gap: 24px;
  text-align: center;
  z-index: 1;
}
.p-cta__btn {
  padding: 10px;
  border-radius: 50px;
}
/*電話ボタン*/
.p-cta__tel {
  display: grid;
  justify-content: center;
  background: #fff;
  transition: 0.4s;
}
.p-cta__num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #539B35;
  font-size: 24px;
}
.p-cta__time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px
}
/* 電話ボタン active */
  .p-cta__tel:active {
    background-color: #539B35;
    transition: 0.1s;
  }
  .p-cta__tel:active .p-cta__num,
  .p-cta__tel:active .p-cta__time {
    color: #fff;
    transition: 0.1s;
  }
/*lineボタン*/
.p-cta__line {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #539B35;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
}
/* LINEボタン active */
.p-cta__line:active {
  color: #539B35;
  background: #fff;
  transition: 0.1s;
}
.p-cta__line:active svg g path {
  fill: #539B35;
  transition: 0.1s;
}

@media screen and (min-width: 641px) {
  .p-cta__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__btn-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__deco1 {
    top: 1rem;
    left: -12rem;
    width: 217px;
    height: 205px;
  }
  .p-cta__deco2 {
    bottom: 0;
    right: -14rem;
    width: 217px;
    height: 205px;
  }
}
/* ====================================
  PC・大画面向け設定 (1025px以上)
  → hover で変化
   ==================================== */
@media screen and (min-width: 1025px) {
  /* 電話ボタン hover */
  .p-cta__tel:hover {
    background-color: #539B35;
  }
  .p-cta__tel:hover .p-cta__num,
  .p-cta__tel:hover .p-cta__time {
    color: #fff;
  }

  /* LINEボタン hover */
  .p-cta__line:hover {
    color: #539B35;
    background: #fff;
  }
  .p-cta__line:hover svg g path {
    fill: #539B35;
  }
}