.plan-other {
  max-width: 560px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.plan-other__title {
  margin-bottom: 12px;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}

.plan-other__category {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 30px;
}

.plan-other__category-content {
  min-width: 100%;
}

.plan-other__category-title {
  display: flex;
  gap: 4px;
  align-items: center;
  padding-bottom: 2px;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  border-bottom: 0.5px solid #C7C7C7;
}

.plan-other__option-category-header {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
}

.plan-other__list {
  padding-top: 12px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.plan-other__item {
  width: 72px;
}

.plan-other__icon {
  width: 72px;
}

.plan-other__option-title {
  margin: 48px 0 12px;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}

.plan-other__option-category-content {
  min-width: 100%;
  margin-top: 24px;
}

.plan-other__option-category-content:first-child {
  margin-top: 0;
}

.plan-other__option-category-title {
  display: flex;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 2;
  border-bottom: 0.5px solid #C7C7C7;
  justify-content: space-between;
}

.plan-other__option-price {
  font-size: 12px;
}

@media (min-width: 768px) {
  .plan-other__category {
    flex-flow: row;
    flex-wrap: wrap;
    gap: 38px;
  }

  .plan-other__category-title,
  .plan-other__option-category-title {
    font-size: 16px;
  }

  .plan-other__option-price {
    font-size: 14px;
  }

  .plan-other__category-content {
    min-width: 244px;
  }

  .plan-other__category-content:nth-child(2n+1):last-child {
    width: 100%;
  }

  .plan-other__title {
    font-size: 18px;
  }

  .plan-other {
    padding: 0;
  }

  .plan-other__option-title {
    margin: 64px 0 8px;
  }
}
