.comparison-table {
    margin-bottom: 40px;
}
.comparison-table sup {
    font-size: 9px;
}
.comparison-table thead .img-device {
    padding-bottom: 15px;
    border-top: none;
    text-align: left;
    vertical-align: bottom;
}
.comparison-table thead .btn-buy {
    padding-bottom: 25px;
    border-top: none;
    text-align: left;
    vertical-align: top;
}
.comparison-table tbody th {
    padding-top: 10px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
.comparison-table tbody td {
    padding-top: 10px;
    padding-right: 40px;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
.comparison-table tbody tr:first-of-type th, 
.comparison-table tbody tr:first-of-type td {
    border-top: #dcdcdc 1px solid;
}
.comparison-table tbody tr:last-of-type th, 
.comparison-table tbody tr:last-of-type td {
    padding-bottom: 15px;
}

.comparison-main-footer {
    background-color: #f0f0f0;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 12px;
    color: #777;
}
.comparison-main-footer a {
    color: #666;
}
.comparison-main-footer p {
    margin-bottom: 10px;
}
.comparison-main-footer ol li {
    margin-bottom: 5px;
    margin-left: 24px;
    list-style-type: decimal;
}



@media screen and (max-width:767px) {
    .comparison-table {
        display: none;
    }
    
    
    
    #comparison-toggle {
        border: #dcdcdc 1px solid;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    #comparison-toggle .toggle-head {
        padding: 6px;
        border-bottom: #dcdcdc 1px solid;
    }
    #comparison-toggle .toggle-handle {
        position: relative;
        cursor: pointer;
        padding-left: 25px;
    }
    #comparison-toggle .toggle-handle:before {
        content: url(//media5.kddi.com/extlib/iphone/product/comparison/images/icn-toggle-arrow.png);
        position: absolute;
        top: 26px;
        left: 20px;
        zoom: .3;
    }
    #comparison-toggle .toggle.open .toggle-handle:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 13px;        
    }
    #comparison-toggle .toggle-handle h2 {
        font-size: 11px;
        font-weight: normal;
        color: #0066aa;
    }
    

    #comparison-toggle .toggle-lineup .toggle-body {
        border-bottom: #dcdcdc 1px solid;
        padding-bottom: 20px;        
    }
    #comparison-toggle .toggle-lineup .toggle-body .device {
        box-sizing: border-box;
        display: table;
        width: 100%;
        padding: 0 7%;
    }
    #comparison-toggle .toggle-lineup .toggle-body .device .device-content {
        display: table-cell;
        padding: 15px 5%;
        text-align: center;
    }
    #comparison-toggle .toggle-lineup .toggle-body .device .device-content .device-btn {
        text-align: center;
    }
    #comparison-toggle .toggle-lineup .toggle-body .device .device-content .device-btn li {
        padding: 0 10%;
    }
    #comparison-toggle .toggle-lineup .toggle-body .device .device-content .device-btn li:first-of-type {
        margin-bottom: 8px;
    }
    #comparison-toggle .toggle-content .toggle-body {
        padding: 6px;
        border-bottom: #dcdcdc 1px solid;    
    }
    
    
    #comparison-toggle .toggle-content .toggle-body dl {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: #dcdcdc 1px solid;
    }
    #comparison-toggle .toggle-content .toggle-body dl:last-of-type {
        margin-bottom: 0;
        border: 0;
    }
    #comparison-toggle .toggle-content .toggle-body dl dt,
    #comparison-toggle .toggle-content .toggle-body dl dd {
        font-size: 11px;
    }
    
    #comparison-toggle .toggle-content .toggle-body dl dt {
        font-weight: bold;
        margin-bottom: 7px;
    }
    .comparison-main-footer {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 8px;
    }

}