@charset "UTF-8";

a.meLen_li.pickCUSTOM{
    background: #1c4487;
    color: #fff;
}

.scroll_table {
    width: 100%;
}
.custom_list01-text {
    text-align: center;
    font-weight: bold;
    color: #254b8b;
    font-size: 115%;
    margin: 0 auto 10px;
}
.custom_list01 {
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
    margin: 0 auto 70px;
    border-bottom: dotted 1px #000;
}
.product_item:last-of-type {
    border-bottom: dotted 1px #000;
    margin: 0 auto 70px;
}
.table_contents {
    max-width: auto;
    margin: 0 auto 0px;
    padding: 0;
    border-top: none;
}

.product_item {
    display: block;
    margin: 0 auto;
    border-top: dotted 1px #000;
    padding: 40px 0;
    text-align: center;
}
.pro_photo img {
    border-left: none; 
    margin-bottom: 10px;
}
.pro_photo {
    display: flex;
    max-width: 100%;
    justify-content: center;
}



.scroll_table {
    width: 600px;
    margin: 0 auto 50px;
}
.scroll_table td {
    height: 30px;
}
.table_title {
    width: 50%;
}
@media screen and ( max-width: 767px ){
.custom_list01 {
    display: flex;
    flex-wrap: wrap;
}
.scroll_table {
    width: auto;
}
}