@charset "UTF-8";

.flex_spOnly {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.flex_spOnly .imgBox img {
    width: 118px !important;
}

@media only screen and (min-width: 897px) {
    .flex_spOnly {
        display: none !important;
    }
    .bgWhite .js-tabGroup div:nth-child(4n) {
         margin-top: 0;
    }
    .tabStyle03 .ts03-txt {
        height: 120px;
    }
    .ts05-txt .moreNone {
        height: 42px;
    }
}
