@media screen and (min-width: 751px){
  .title13 > span {
    width: 480px;
  }
  .number-items .item .line .name {
    /*position: absolute;
    line-height: 36px;
    left: 25px;
    bottom: 0;
    color: #00809e;
    font-weight: 700;
    font-size: 14px;*/
    width: 77px;
    line-height: 1.2em;
    transform: translateY(-0.7em);
  }
  .number-items .item .line .name._en {
    transform: translateY(-0.3em);
  }
  .number-items .item .line .number ._s80 {
    font-size: 13px;
  }
}
._ex_grid {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0.75em 1em;
  margin: 0 auto;
  column-gap: 0.5em;
  row-gap: 0.5em;
  text-align: center;
  
}
._ex_number {
  text-align: right;
  font-size: 36px;
  color: rgb(0,128,158);
  font-weight: 700;
  
}
._ex_name {
  text-align: left;
  color: rgb(0,128,158);
  font-weight: 700;
  display: flex;
  align-items: center;
}
._ex_unit {
  text-align: left;
  color: rgb(0,128,158);
  font-weight: 700;
  display: flex;
  align-items: end;
  padding-bottom: 0.5em;
}
._ex_note {
  grid-column: 1 / span 3;
  font-size: 13px;
}
@media screen and (max-width: 750px){
  .number-items .item.h-auto {
    height: auto;
  }
  ._ex_grid {
    column-gap: 0.5em;
    row-gap: 0em;
    padding: 0.75em 3.5em;
    margin-top: 0.75em;
  }
  ._ex_name {
    /*min-width: 250px*/
    line-height: 1em;
  }
  ._ex_number {
    font-size: 50px;
    line-height: 1em;
  }
  ._ex_unit {
    font-size: 28px;
   }
  ._ex_note {
    font-size: 20px;
  }
 }
@media screen and (max-width: 750px){
  .number-items .item:nth-child(5) {
      height: 400px;
  }
  .number-items .item:nth-child(5) .body {
    width: 570px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

/*   ==================================   */

  .number-items2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 670px;
  }
  .number-items2 .item {
    
      border: 2px solid #01acd4;
      border-radius: 16px;
      /*margin-right: 30px;*/
      margin-bottom: 30px;
      align-self: flex-start;
      width: 100%;

  }
  .number-items2 .item .title {
    color: #fff;
    background: #01acd4;
    border-radius: 14px 14px 0 0;
    line-height: 1.4;
    min-height: 100px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .number-items2 .item .body {
    padding: 26px;
  }
  .number-items2 .item .number {
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #00809e;
    text-align: center;
  }
  .number-items2 .item .number .unit {
    font-size: 30px;
    font-weight: bold;
    margin-left: 5px;
  }
  .number-items2 .item .note {
      font-size: 20px;
      text-align: center;
  }
  /* exception */
  .number-items2 .ex .body .unit.title-apply {
    display: block;
    width: 100%;
  }
  .number-items2 .ex .body .number + .number {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid ;
  }
  .number-items2 .ex .body .unit.small-apply {
    font-size: 25px;
  }
@media screen and (min-width: 751px){
  .number-items2 {
    width: 100%;
  }
  .number-items2 .item {
    border: 1px solid #01acd4;
    border-radius: 8px;
    margin-bottom: 30px;
    width: 31%;
  }
  /* exception */
  .number-items2 .ex.item {
    width: 65.5%;
  }
  .number-items2 .item .title {
    color: #fff;
    background: #01acd4;
    border-radius: 8px 8px 0 0;
    line-height: 1.4;

    min-height: 40px;
    font-size: 12px;

  }
  .number-items2 .item .number .unit {
    font-size: 18px;
  }
  .number-items2 .item .note {
    font-size: 13px;
    text-align: center;
  }

    /* exception */
    .number-items2 .ex .number {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 520px;
      margin: 20px auto;
    }
    .number-items2 .ex .body .unit.title-apply {
      display: inline-block;
      line-height: 1.2;
      width: 190px;
      text-align: left;
      font-size: 18px;
      /*width: 100%;*/
    }
    .number-items2 .num-apply {
      font-size: 66px;
      width: 220px;
      text-align: right;
    }
    .number-items2 .ex .body .unit.small-apply {
      font-size: 18px;
      display: flex;
      line-height: 1;
      height: 55px;
      width: 110px;
      align-items: flex-end;
    }
    .number-items2 .ex .body .number + .number {
      margin-top: 0px;
      padding-top: 0px;
      border-top: none;
    }

    

}
