﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ItemList_Column2_25 .SubTitle {
    background: #F3E295;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 13px 15px;
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.ItemList_Column2_25 .Column2_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ItemList_Column2_25 .Column2_block {
    width: calc((100% - 20px)/ 2);
}

.sepend {
    display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ItemList_Column2_25 .SubTitle {
    background: #F3E295;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 13px 15px;
    font-size: 115%;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.ItemList_Column2_25 .Column2_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ItemList_Column2_25 .Column2_block {
    width: 100%;
}

.sepend {
    display: none;
}
}
