/*mv*/
.c-page-header {
  background: url(../../oltana-004/images/mv/sp/mv_program_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_program.png) center center no-repeat;
    background-size: cover;
  }
}
/* Intro List */
.p-intro__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-intro__head {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-top: 10px;
}
.p-intro__text {
  font-size: 0.95rem;
}
.p-intro__deco1 {
  position: absolute;
  top: 6rem;
  left: -1.2rem;
  width: 65px;
  height: 62px;
}
.p-intro__deco2 {
  position: absolute;
  bottom: 2rem;
  right: -1.2rem;
  width: 65px;
  height: 62px;
}

@media screen and (min-width: 641px) {
  /* PCでは2カラムのグリッド、あるいは横並びリストにする */
  .p-intro__item {
    display: flex;
    align-items: center;
  }
  .p-intro__img {
    width: 35%;
    flex-shrink: 0;
  }
  .p-intro__content {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__deco1 {
    top: 1.4rem;
    left: -8rem;
    width: 217px;
    height: 205px;
  }
  .p-intro__deco2 {
    bottom: -2rem;
    right: -8.6rem;
    width: 217px;
    height: 205px;
  }
}

/* Plan Table */
.p-plan__title {
  font-weight: bold;
}
.p-plan__table-list {
  margin-top: 16px;
}
.p-plan__table {
  margin-top: 24px;
}
.p-plan__table:first-child {
  margin-top: 0;
}
.p-plan__head {
  padding: 16px 0;
  font-weight: bold;
  background: #DDEDBC;
  text-align: center;
}
.p-plan__body {
  padding: 16px;
  background: #fff;
}
.p-plan__deco-1 {
  position: absolute;
  top: 6.2rem;
  left: -1rem;
  width: 36px;
  height: 36px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(29deg);
}
.p-plan__deco-2 {
  position: absolute;
  bottom: 2rem;
  right: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 31px solid #E8A15C33;
  border-top: 0;
  transform: rotate(-7deg);
}
.p-plan__deco-3 {
  position: absolute;
  bottom: 0.4rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right:12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 21px solid #E8A15C33;
  border-top: 0;
  transform: rotate(-11deg);
}
@media screen and (min-width: 641px) {
  .p-plan__table-list {
    position: relative;
    border: 1px solid #539B35;
    z-index: 1;
  }
  .p-plan__table {
    display: flex;
    margin-top: 0;
    border-bottom: 1px solid #539B35;
  }
  .p-plan__table:last-child {
    border-bottom: none;
  }
  .p-plan__head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    border-right: 1px solid #539B35;
  }
  .p-plan__body {
    width: 78%;
    padding: 24px;
  }
  .p-plan__deco-1 {
    top: 5.8rem;
    left: -4.6rem;
    width: 96px;
    height: 96px;
  }
}
.p-plan__download {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-plan__deco-2 {
    bottom: 4rem;
    right: -4rem;

  }
  .p-plan__deco-3 {
    bottom: 2.4rem;
    right: -2rem;
  }
}
.p-content__deco-1 {
  position: absolute;
  top: 4.6rem;
  right: -1rem;
  width: 56px;
  height: 56px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(29deg);
}
.p-content__deco-2 {
  position: absolute;
  bottom: 7.6rem;
  left: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #E8A15C33;
  border-top: 0;
  transform: rotate(-18deg);
}
.p-content__deco-3 {
  position: absolute;
  bottom: 6.8rem;
  left: 0.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right:9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #E8A15C33;
  border-top: 0;
  transform: rotate(-12deg);
}
@media screen and (min-width: 641px) {
  .p-content__list {
    grid-template-columns: repeat(2, 1fr); /* PCは2列 */
    gap: 30px;
  }
  .p-content__box {
    padding: 50px;
  }
  .p-plan__download {
    margin-top: 16px;
    justify-content: flex-end;
  }
  .p-content__deco-1 {
    top: 7rem;
    right: -4rem;
    width: 152px;
    height: 152px;
  }
  .p-content__deco-2 {
    position: absolute;
    bottom: 6.6rem;
    left: -5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 35px solid #E8A15C33;
    border-top: 0;
    transform: rotate(-28deg);
  }
  .p-content__deco-3 {
    position: absolute;
    bottom: 5.2rem;
    left: -2.6rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-right:12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 21px solid #E8A15C33;
    border-top: 0;
    transform: rotate(-4deg);
  }
}