@charset "utf-8";

.comparison-box table {
    width: 100%;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 1em;
}
.comparison-box th {
    width: 16%;
    background-color: #f1f1f1;
    font-size: 1.1em;
    padding: .8em;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    white-space: nowrap;
}
.comparison-box td {
    width: 42%;
    font-size: 1.2em;
    padding: .8em .5em .5em;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.comparison-box td img {
    width: auto;
    height: auto;
    margin-bottom: .4em;
}
.comparison-box-l table {
    border-left: 1px solid #c0c0c0;
}


/* SP用 */
@media screen and (max-width: 560px) {
    
.comparison-box-l {
    overflow-x: auto!important;
    -webkit-overflow-scrolling: touch!important;
}

.comparison-box-l table {
    width: 100%!important;
    border-collapse: collapse!important;
}
.comparison-box-l table img {
    max-width: 100%!important;
    height: auto!important;
}
.comparison-box-l .mb-m, .comparison-box-l .mb-s {
    margin-bottom: -1.1em !important;
}
.comparison-box-l p {
    font-size: .9em !important;
}
.rendo {
    width: 25%;
    display: block;
    margin: 0 auto;
}
.comparison-box td img {
    margin-bottom: .4em;
}

}
/* PC用 */
@media screen and (min-width: 561px) {}
/*矢印 IEのみ*/
@media all and (-ms-high-contrast: none) {}