.plan_top {
  width: 90%;
  margin: 0.5em auto 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.plan_top span {
  display: inline-block;
}
.plan_bg {
  position: relative;
  background: url("/img/common/bg_repeat.webp") center / cover;
  border-radius: 15px;
  width: calc(90% - 40px);
  padding: 20px 20px 30px;
  margin: 2em auto 3em;
}
.plan_table {
  width: 90%;
  margin: 1em auto 0;
}
.plan {}
.plan li {
  position: relative;
  margin: 2em auto 0;
  background: #fff;
  width: 250px;
  box-sizing: border-box;
  padding: 30px 20px 20px;
  border-radius: 15px;
  font-weight: 500;
}
.plan_txt01 {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 230px;
  padding: 5px 0px;
  border-radius: 30px;
  background: #FFC400;
}
.plan_txt02 {}
.plan_txt02 div {
  position: relative;
  color: #0066DD;
  display: inline-block;
  font-size: 1.4rem;
}
.plan_txt02 div::before, .plan_txt02 div::after {
  position: absolute;
  content: '';
  top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/plan/fukidashi.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan_txt02 div::before {
  left: -20px;
}
.plan_txt02 div::after {
  right: -20px;
  transform: scale(-1, 1);
}
.plan_txt02 p {
  color: #FFC400;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.plan_txt02 p span {
  display: block;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 1;
}
.plan_txt03 {
  margin: 0.5em auto 1.5em;
}
.plan_txt03 span {
  display: block;
  color: #FFC400;
  padding: 5px 0 0;
  font-size: 1.4rem;
}
.plan_txt04 {
  position: relative;
  background: #FFF6D0;
  border-radius: 5px;
  padding: 20px 10px 10px;
}
.plan_txt04 div {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100px;
  padding: 3px 0px;
  border-radius: 30px;
  background: #FFC400;
  font-size: 1.2rem;
}
.plan_txt04 p {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}
.plan_txt04 p small {
  font-size: 2rem;
}
.plan_txt04 p span {
  font-size: 1.2rem;
}
.plan li:nth-child(2) {
  width: 280px;
  border: 2px solid #0066DD;
}
.plan li:nth-child(2) .plan_txt01 {
  background: #0066DD;
  color: #fff;
  font-size: 1.4rem;
}
.plan li:nth-child(2) .plan_txt02 p {
  color: #0066DD;
}
.plan li:nth-child(2) .plan_txt02 p span {
  font-size: 3.7rem;
}
.plan li:nth-child(2) .plan_txt03 span {
  color: #0066DD;
}
.plan li:nth-child(2) .plan_txt04 {
  background: #E2F1F8;
}
.plan li:nth-child(2) .plan_txt04 div {
  background: #0066DD;
  color: #fff;
}
.plan li:nth-child(2) .plan_txt04 p {
  font-size: 3.3rem;
}
.plan li:nth-child(3) .plan_txt01 {
  background: #6EB92C;
  color: #fff;
}
.plan li:nth-child(3) .plan_txt02 p {
  color: #6EB92C;
}
.plan li:nth-child(3) .plan_txt03 span {
  color: #6EB92C;
}
.plan li:nth-child(3) .plan_txt04 {
  background: #EDF8E4;
}
.plan li:nth-child(3) .plan_txt04 div {
  background: #6EB92C;
  color: #fff;
}
@media all and (min-width: 768px) {
  .plan_top {
    margin: 1em auto 0;
    font-size: 1.8rem;
  }
  .plan_bg {
    background: url("/img/common/bg.webp") center / cover;
    border-radius: 30px;
    width: calc(95% - 100px);
    padding: 50px 50px 50px;
    margin: 2em auto 4em;
  }
  .plan_table {
    max-width: 1000px;
    margin: 2em auto 0;
  }
  .plan {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: center;
    align-items: flex-end;
  }
  .plan li {
    margin: 2em 8px 0;
    width: 330px;
    padding: 35px 20px 20px;
    border-radius: 25px;
  }
  .plan_txt01 {
    top: -1.2em;
    width: 300px;
    padding: 5px 0px;
    font-size: 1.7rem;
  }
  .plan_txt02 div {
    font-size: 1.7rem;
  }
	
	.plan_txt02 div::before, .plan_txt02 div::after {
 
  top: 8px;
}
	
  .plan_txt02 p {
    font-size: 1.6rem;
  }
  .plan_txt02 p span {
    font-size: 3.8rem;
  }
  .plan_txt03 {
    margin: 0.5em auto 1.5em;
  }
  .plan_txt03 span {
    font-size: 1.8rem;
  }
  .plan_txt04 {
    border-radius: 10px;
    padding: 28px 10px 15px;
  }
  .plan_txt04 div {
    top: -1em;
    width: 130px;
    padding: 3px 0px;
    font-size: 1.4rem;
  }
  .plan_txt04 p {
    font-size: 3.8rem;
  }
  .plan_txt04 p small {
    font-size: 2.3rem;
  }
  .plan_txt04 p span {
    font-size: 1.2rem;
  }
  .plan li:nth-child(2) {
    width: 330px;
  }
  .plan li:nth-child(2) .plan_txt01 {
    font-size: 1.8rem;
  }
  .plan li:nth-child(2) .plan_txt02 p span {
    font-size: 4.3rem;
  }
  .plan li:nth-child(2) .plan_txt04 p {
    font-size: 4.8rem;
  }
}