@charset "utf-8";
table {
    width: 100%;
    font-size: 15px;
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-right-style: none;
    border-left-style: none;
}

table a {
    text-decoration: none;
    color: #3f72b7;
}

table .blue {
    color: #3f72b7;
}

table .small {
    font-size: 12px;
}

table .bold {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Gothic MB101 DemiBold", "ゴシックMB101 DB", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.table .tume {
    letter-spacing: 0.01em;
}


/*上線のあるテキスト*/

table .border {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    text-align: right;
}

table .border_l {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    text-align: left;
}

.padding_left20 {
    padding-left: 20px;
}


/*テーブルの左右の線を消す*/

.border_clear_r {
    border-right-style: none;
}

.border_clear_l {
    border-left-style: none;
}

td,
th {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.table_left {
    text-align: left;
}

.table_center {
    text-align: center;
}

td,
th {
    padding: 15px 10px 15px 10px;
}

th {
    background: #f6f6f6;
    font-family: "Gothic MB101 DemiBold", "ゴシックMB101 DB", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.featurebox table {
    margin-bottom: 60px;
}

.featurebox th {
    width: 280px;
}

.pricebox {}

.pricebox th {
    width: 140px;
}

@media screen and (max-width:750px) {
    table {
        width: 100%;
        font-size: 12px;
        margin: 0 0 20px 0;
        border: 1px solid #ccc;
        border-collapse: collapse;
        border-right-style: none;
        border-left-style: none;
    }
    table .blue {
        color: #3f72b7;
    }
    table .small {
        font-size: 10px;
    }
    table .bold {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 12px;
        font-family: "Gothic MB101 DemiBold", "ゴシックMB101 DB", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    td,
    th {
        border: 1px solid #ccc;
        border-collapse: collapse;
        padding: 15px 10px;
        letter-spacing: 0.01em;
    }
    th {
        background: #f6f6f6;
        font-family: "Gothic MB101 DemiBold", "ゴシックMB101 DB", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .featurebox th {
        width: 100px;
        letter-spacing: 0.05em;
    }
}