.ty2508 img{
    width: 100%;
}
.ty2508_select_type_inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ty2508_select_type_inner a{
    width: 48%;
}
.ty2508_select_type_inner a:hover{
    filter: brightness(110%);
}
.ty2508_select_type_inner::after{
  content:"";
  display: block;
  width:48%;
}
.ty2508_select_type_ttl{
    margin: 10px 0 30px;
}
.ty2508_footer{
    padding-bottom: 50px;
}
@media screen and (min-width:768px){
    .ty2508{
        max-width: 500px;
        margin: 0 auto;
    }
    .ty2508_select_type_inner{
        justify-content: flex-start;
    }
    .ty2508_select_type_inner a{
        width: 33.3%;
    }
}