@charset "utf-8";

/* mv fv_plan */
.fv_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 572px;
  width: 100%;
  gap: 11px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white, #fff);
}

.fv_plan-50gb {
  width: 406px;
  max-width: 100%;
  height: auto;
}

.fv_plan-other {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fv_plan-other_ttl {
  padding: 8px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #0181db 0%, #0153c7 100%);
  color: var(--white, #fff);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.fv_plan-list {
  display: flex;
  align-items: center;
  width: 100%;
}

.fv_plan-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  background: #eefcff;
}
.fv_plan-item:first-child {
  width: 164px;
}
.fv_plan-item:nth-of-type(2) {
  width: 179px;
}
.fv_plan-item:last-of-type {
  width: 190px;
}

.fv_plan-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: url(/sim/lp_50a/img/line-h.png) center / 100% 100% no-repeat;
}

.fv_plan-item img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
    .mainVisual--top .mv_right, .mainVisual--lp50 .mv_right{
        margin: 0 auto 32px;
    }
  .fv_plan {
    width: 100%;
    padding: 16px 12px;
  }

  .fv_plan-other_ttl {
    font-size: min(14px, 3.8vw);
  }

  .fv_plan-list {
    flex-direction: column;
  }

  .fv_plan-item {
    width: 100%;
    flex: none;
    height: 56px;
}
.fv_plan-item:first-child,.fv_plan-item:nth-of-type(2),.fv_plan-item:last-of-type{
  width: 100%;
}

  .fv_plan-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    border-bottom: 1px dotted #94ddff;
  }
}

.mv_remarks {
  background-color: transparent;
}
