﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.LinkList_Standard2c25 .list_type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.LinkList_Standard2c25 .list_type li {
    width: calc((100% - 100px)/2);
    border-bottom: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LinkList_Standard2c25 .list_type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.LinkList_Standard2c25 .list_type li {
    width: 100%;
    border-bottom: none;
}
}
