.worksans {
    font-family: "Work Sans", sans-serif;
}
.wrap960 {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .wrap960 {
        width: 100%;
    }
}
.content {
    background: #ebebeb;
    padding: 100px 0 170px 0;
    margin-top: 115px;
}
@media only screen and (max-width: 960px) {
    .content {
        padding-bottom: 50px;
    }
    .content .wrap960 {
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 1475px) {
    .content {
        margin-top: 68px;
    }
}
.content .mainTitle {
    margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
    .content .mainTitle {
        margin-bottom: 20px;
    }
}
.content .mainTitle h1 {
    font-size: 30px;
    color: #103861;
    font-weight: 400;
    margin: 0;
}
.content .banner {
    width: 100%;
    height: 350px;
    background: url(../images/insurance_banner.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
}
.content article h3 {
    font-size: 18px;
    color: #0079ba;
}
.content article .table {
    width: 100%;
    display: table;
}
.content article .table .row {
    display: table-row;
}
.content article .table .td,
.content article .table .th {
    display: table-cell;
    border-bottom: 2px #f5f5f5 solid;
    padding: 25px;
    font-size: 16px;
    line-height: 1.8;
}
.content article .table .th {
    background: #29a7de;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.content article .table .td {
    background: #fff;
    color: #103861;
}
.content article .table .td ol {
    margin: 0;
    padding: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
    .content article .table .row {
        display: block;
    }
    .content article .table .th {
        width: auto;
        text-align: left;
        padding-bottom: 0;
        display: block;
        border: 0;
        background: #fff;
        color: #0079ba;
    }
    .content article .table .td {
        display: block;
    }
}
.content article .table.compare .td,
.content article .table.compare .th {
    border-right: 2px #f5f5f5 solid;
    padding: 25px 15px;
    line-height: 1.4;
    width: 40px;
}
.content article .table.compare .td:last-child,
.content article .table.compare .th:last-child {
    border-right: 0;
}
@media only screen and (max-width: 960px) {
    .content article .table.compare .td,
    .content article .table.compare .th {
        width: auto;
        padding: 15px 10px;
    }
    .content article .table.compare .td br,
    .content article .table.compare .th br {
        display: none;
    }
}
.content article .table.compare .td {
    text-align: center;
}
.content article .table.compare .td.type1 {
    color: #fff;
    font-size: 15px;
    background: url(../images/insurance_type1.jpg) #fff no-repeat center 20px;
}
@media only screen and (max-width: 960px) {
    .content article .table.compare .td.type1 {
        background-position: center 10px;
    }
}
.content article .table.compare .td.type2 {
    vertical-align: top;
    color: #0079ba;
    font-size: 15px;
    background: url(../images/insurance_type2.jpg) #fff no-repeat center bottom;
    padding-top: 10px;
}
.content article .table.compare .td .has {
    text-indent: -9999px;
    background: url(../images/insurance_has.svg) no-repeat center;
    width: 32px;
    height: 32px;
    margin: 5px auto 0;
}
@media screen and (max-width: 700px) {
    .content article .table.compare {
        display: block;
    }
    .content article .table.compare .row {
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 3px);
        margin-left: -1px;
    }
    .content article .table.compare .row .td,
    .content article .table.compare .row .th {
        display: block;
        height: 40px;
    }
    .content article .table.compare .row .td:last-child,
    .content article .table.compare .row .th:last-child {
        border-right: 2px #f5f5f5 solid;
    }
    .content article .table.compare .row .td.type1 {
        padding-top: 20px;
        height: 35px;
    }
    .content article .table.compare .row .td.type2 {
        padding-top: 10px;
        height: 45px;
    }
}
@media only screen and (max-width: 640px) {
    .content article .table.compare .th {
        text-align: center;
        border-right: 2px #f5f5f5 solid;
        border-bottom: 2px #f5f5f5 solid;
        background: #0079ba;
        color: #fff;
    }
}
@media only screen and (max-width: 420px) {
    .content article .table.compare .row .td,
    .content article .table.compare .row .th {
        font-size: 14px;
        height: 50px;
    }
    .content article .table.compare .row .td.type1 {
        padding-top: 20px;
        height: 45px;
    }
    .content article .table.compare .row .td.type2 {
        padding-top: 15px;
        height: 50px;
    }
}
.content article .note {
    padding: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d;
    background: #fff;
    margin-bottom: 50px;
}
.content article .note ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.content article .note.compare {
    background: 0 0;
}
