@media only screen and (min-width: 701px){
  .sec__productType__tape .type__title__image figure{
    max-width: 683px;
  }
  .sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item{
    margin: 0 10px 10px 0;

    -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
  }
}
