/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2022 | 08:36:08 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.hikaku-t {
    overflow: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.hikaku-t table {
    margin: 10px 0;
    width: 100% !important;
    table-layout: fixed;
}


.hikaku-t table th {
    color: #f2f2f2 !important;
    background: #1d508d !important;
    font-weight: bold;
    text-align: center;
    font-size: 2vh !important;
    
}

.hikaku-t td {
    text-align: center;
}

td.bg-rb {
    background-color: #1d508d2e !important;
    font-weight: bold;
}

@media only screen and (min-width: 400px)
.hikaku-t table {
    table-layout: fixed;
    width: 400px !important;
   }

/*比較表CSS*/
.wrap-table-hikaku-block {
    overflow-x: scroll;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.wrap-table-hikaku-block table {
    margin: 10px 0;
    font-size: 16px;
    width: 1500px !important;
    table-layout: fixed;
}

.wrap-table-hikaku-block table, th, td {
    border: #ccc solid 1px !important;
}

.wrap-table-hikaku-block table td {
    white-space: nowrap;
    text-align: center;
}

.wrap-table-hikaku-block table td a {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 4px;
    display: block;
    border-radius: 4px;
}

.wrap-table-hikaku-block table th {
    white-space: nowrap;
    background-color: #202227 !important;
    color: #fff !important;
    padding: 9px 15px !important;
    font-size: 15px;
  text-align: center;
}

.fukiwaku ul {
    background-color: #78dd6754 !important;
}

.center {
  text-align: center;
}