.plan-card02 {
 border-radius: 16px;
 border: 4px solid #0066b3;
 margin: 50px auto;
 font-family: "Noto Sans JP", "Poppins", sans-serif;
 overflow: hidden;
 box-shadow: 0 6px 20px rgba(0, 40, 70, 0.07);
}

.plan-card-header02 {
 background: #0066b3;
 color: #fff;
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 padding: 32px 38px 16px 38px;
 border-radius: 12px 12px 0 0;
}

.plan-card-title02 h3 {
 font-size: 2.2rem;
 font-weight: 800;
 margin-bottom: 8px;
 letter-spacing: 0.03em;
 line-height: 1.2;
}
.plan-card-title02 .desc {
 font-size: 1.08rem;
 margin-bottom: 18px;
}
.plan-card-title02 .depth {
 margin-bottom: 0;
 margin-top: 2px;
}
.plan-card-title02 .depth .label {
 font-size: 1rem;
 margin-right: 9px;
}
.plan-card-title02 .depth .meter {
 display: inline-flex;
 gap: 2.5px;
 vertical-align: middle;
}
.plan-card-title02 .depth .block {
 width: 19px;
 height: 13px;
 border-radius: 2px;
 display: inline-block;
}
.plan-card-title02 .depth .yellow {
 background: #ffe600;
}
.plan-card-title02 .depth .blue {
 background: #4fc3f7;
}

.plan-card-price02 {
 font-size: 1.5rem;
 font-weight: 600;
 white-space: nowrap;
 margin-left: 20px;
 margin-bottom: 6px;
}
.plan-card-price02 .price {
 font-size: 1.4em;
 font-weight: 700;
}
.plan-card-price02 .price strong {
 font-size: 2.3em;
 font-weight: 900;
 letter-spacing: 0.01em;
}

.plan-card-body02 {
 background: #fff;
 border-radius: 0 0 12px 12px;
 display: flex;
 align-items: flex-start;
 gap: 24px;
 padding: 26px 22px 26px 22px;
}
.plan-card-img02 {
 width: 57%;
 max-width: 500px;
}
.img-dummy {
 background: #e6e6e6;
 width: 100%;
 aspect-ratio: 16 / 9;
 border-radius: 10px;
 border: 2.5px solid #dadada;
 min-height: 190px;
}

.plan-card-detail02 {
 flex: 1;
 padding-left: 10px;
 font-size: 1.06rem;
 color: #222;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.plan-card-detail02 p {
 margin-bottom: 8px;
 line-height: 1.7;
}

/* スマホ対応 */
@media (max-width: 720px) {
 .plan-card-header02 {
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 10px 10px 10px;
  border-radius: 12px 12px 0 0;
 }
 .plan-card-title02 h3 {
  font-size: 1.22rem;
 }
 .plan-card-title02 .desc {
  font-size: 0.96rem;
  margin-bottom: 11px;
 }
 .plan-card-title02 .depth .label {
  font-size: 0.93rem;
 }
 .plan-card-price02 {
  font-size: 1.1rem;
  margin-left: 45%;
  margin-top: 10px;
  margin-bottom: 0;
 }
 .plan-card-price02 .price strong {
  font-size: 1.55em;
 }
 .plan-card-body02 {
  flex-direction: column;
  gap: 9px;
  padding: 13px 10px 13px 10px;
 }
 .plan-card-img02 {
  width: 100%;
  max-width: unset;
 }
 .img-dummy {
  min-height: 110px;
  border-radius: 8px;
  border-width: 1.5px;
 }
 .plan-card-detail02 {
  padding-left: 0;
  font-size: 0.95rem;
 }
}
