@charset "UTF-8";
/* ============================================================
   変数設定 */
.block-plan-basic {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 4em;
}
.block-plan-basic__figure, .block-plan-basic__items {
  flex: 0 0 100%;
}
.block-plan-basic__figure {
  margin-bottom: 2em;
}
.block-plan-basic__figure-image {
  margin: 0 auto;
}
.block-plan-price {
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.block-plan-price .section__heading--4 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.block-plan-price__table {
  margin: 1em 0;
  width: 100%;
}
.block-plan-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em 0;
  flex: 0 0 100%;
}
.block-plan-item {
  flex: 0 0 100%;
}
.block-plan-item__figure {
  margin-bottom: 0.5em;
}
.block-plan-item__figure-image {
  margin: 0 auto;
}
.block-plan-item__title {
  font-size: 1.125em;
  color: #0599D9;
}
@media screen and (min-width: 600px) {
  .block-plan-items {
    flex-flow: row wrap;
    gap: 2em 2em;
  }
  .block-plan-item {
    flex: 0 0 calc(50% - 1em);
  }
}
@media screen and (min-width: 768px) {
  .block-plan-basic {
    margin-top: 3em;
  }
  .block-plan-items {
    flex-flow: row wrap;
    gap: 2em 2em;
  }
  .block-plan-item {
    flex: 0 0 calc(33% - 1.5em);
  }
  .block-plan-basic__figure {
    flex: 0 0 calc(75% - 2.5em);
  }
  .block-plan-price {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1080px) {
  .block-plan-item {
    flex: 0 0 calc(25% - 1.5em);
  }
  .block-plan-basic__figure {
    flex: 0 0 calc(65% - 2.5em);
  }
  .block-plan-price {
    flex: 0 0 35%;
  }
}

.list-plan-items {
  display: table;
  width: 100%;
  font-size: 0.938em;
}
.list-plan-items__item {
  display: table-row;
}
.list-plan-items__title, .list-plan-items__count {
  display: table-cell;
  padding: 0.25em 1em;
  background-color: #f4f4f4;
  border-collapse: collapse;
  border: 1px solid #FFF;
}
.list-plan-items__count {
  width: 6em;
  text-align: center;
}

.list-ranking {
  display: flex;
  gap: 1em;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.list-ranking__item {
  display: flex;
  flex: 0 0 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5em 1.5em 1.5em;
  background-color: #eefaff;
}
@media screen and (min-width: 641px) {
  .list-ranking__item {
    flex-basis: calc(50% - 0.5em);
  }
}
@media screen and (min-width: 769px) {
  .list-ranking__item {
    flex-basis: calc(33.3333% - 1em);
  }
}
.list-ranking__title {
  position: relative;
  margin-bottom: 1em;
  padding-top: 4em;
}
.list-ranking__title--number {
  position: absolute;
  top: 0;
  left: calc(50% - 1.25em);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 1.5em;
  background-color: #0599D9;
  line-height: 1;
  font-size: 2em;
  color: #FFF;
}
.list-ranking__title--name {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #0599D9;
}
.list-ranking__figure {
  margin-bottom: 1em;
}
.list-ranking__figure-image {
  margin: 0 auto;
}

.component-banner-img .component-arrow--50 .component-arrow__target {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 769px) {
  .component-banner-img .component-arrow--50 .component-arrow__target {
    width: 3rem;
    height: 3rem;
  }
}
.component-banner-img .home-solution-body-list__heading {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .component-banner-img .home-solution-body-list__heading {
    font-size: 1.5rem;
  }
}
.component-banner-img .component-arrow__target::after {
  width: 11px;
  height: 6px;
}