.loan-type {
  display: none;
}

.main-content {
    max-width: 100%;
    min-height: 385px;
    background: #ffffff;
}
.produce-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    font-weight: bold;
    margin-bottom: 50px;
}

.produce-items .produce-item {
    margin-top: 50px;
    min-width: 300px;
    min-height: 110px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #ffffff;
    border: solid 1px #E07000;
    background: #E07000;
    font-weight: bold;
    text-align: center;
}

.various-applications{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    font-weight: bold;
}

.is-type-area {
  padding-top: 50px;
}

.description {
  text-align: center;
  font-weight: bold;
}

.isType{
  margin-top: 20px;
  display: flex;
  gap: 50px;
  max-width: 100%;
  justify-content: center;
  background: #ffffff;
}

.is-type-item {
  min-width: 350px;
  min-height: 50px;
  border-radius: 50px;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  border: solid 1px #C8C8C8;
  background: #C8C8C8;
  font-weight: bold;
  text-align: center;
}

.is-type-item.active {
  border: solid 1px #E07000;
  background: #E07000;
}

/* 繧ｿ繝悶Ξ繝�繝� */
@media screen and (max-width: 1024px) {

    .isType{
      margin-top: 20px;
      display: block;
      gap: 50px;
      max-width: 100%;
      text-align: center;
      background: #ffffff;
    }

    .is-type-item {
      margin-top: 10px;
      min-width: 350px;
      min-height: 50px;
      border-radius: 50px;
      align-items: center;
      font-size: 17px;
      color: #ffffff;
      border: solid 1px #C8C8C8;
      background: #C8C8C8;
      font-weight: bold;
      text-align: center;
    }

    .produce-items .produce-item {
      margin-top: 0px;
      min-width: 300px;
      min-height: 110px;
      border-radius: 7px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 17px;
      color: #ffffff;
      border: solid 1px #E07000;
      background: #E07000;
      font-weight: bold;
      text-align: center;
    }

    .various-applications .produce-items {
        margin-top: 50px;
        max-width: 720px;
        padding: 10px;
    }
    .produce-items .produce-item {
        min-width: 226px;
        min-height: 60px;
        border-radius: 60px;
        justify-content: center;
        font-size: 14px;
    }
    .shingakuloan-background-white {
      height: 30rem;
    }
    .shingakuloan-text {
      margin-left: 5rem;
      text-align: left;
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 856px) {
    .various-applications .produce-items {
        justify-content: center;
    }
    .shingakuloan-background-white {
      height: auto;
      padding: 2rem;
    }
    .shingakuloan-text {
        margin-left: 2rem;
        margin-top: 0;
    }
}

/* SP */
@media screen and (max-width: 667px) {
    .procedure-title {
        font-size: 28px;
    }
    .procedure-subtitle {
        font-size: 20px;
    }
    .icon-card {
        width: 41px;
        height: 42.5px;
        margin-right: 15px;
    }
    .shingakuloan-background-white {
      padding: 1rem;
    }
    .shingakuloan-text {
        margin-left: 0;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 1rem;
    }
    .shingakulaon-card {
        padding: 0 10px;
    }
    .shingakulaon-card .produce-items {
        margin-bottom: 1.5rem;
    }
    .shingakuloan-background-white .page-title {
        margin-bottom: 3rem;
    }
}
/* とちぎん進学ローンの表示切替を一旦コメントアウトする */
/* とちぎん進学ローン一体*/
.shingakuloan-background-white {
  background: #fff;
  display: block;
  min-height: 20rem;
  padding: 1.5rem;
}

.shingakulaon-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}

.shingakuloan-text {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}