@charset "utf-8";

/*  =========================================================================

    Individual styles
    -Benefits

    ========================================================================= */

.container.hero {
    background-image: url("../images/benefits/pgtitle.jpg");
}

#effect #bikou{
    border-top: 1px solid #ccc;
    padding: 1em 0 0;
    margin-top: 3em;
}
#effect #bikou h5{
    margin-top: 2em;
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

@media screen and (min-width: 781px) {
    #effect > section:nth-child(6) > dl > dt {
        width: 45%;
        padding-right: 1em;
    }
}

#overall {
    background-color: #f1f1f1;
    margin-bottom: 4em;
}
#overall > section:first-of-type {
    margin-bottom: 3em;
}

#overall > section .box  {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1.33em 2em;
}
#overall > section .box > h5 {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 2;
}

#overall > section ul.golden-ring > li {
    padding-top: 0;
    padding-left: 1.25em;
    margin: .66em 0;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-image: url("../images/common/cir_orange.png");
    background-size: 16px 16px;
}

@media screen and (max-width: 780px) {
    #overall > section .box {
        padding: 1em 1.5em;
    }

}
