img {
    border: 0;
}

@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h5 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

.col-md-3,
.col-lg-3,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }
}

.pull-left {
    float: left !important;
}

* {
    margin: 0px;
    padding: 0px;
}

.bnr-btm {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.bnr-btm-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    float: left;
    text-align: center;
}

.bnr-btm-img img {
    max-width: 100%;
    display: inline-block;
    padding-top: 7px;
    padding-left: 2px;
}

.bnr-btm-box {
    width: 80%;
    float: left;
    padding-left: 10px;
}

.bnr-btm-box h5 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Sans JP';
    text-transform: uppercase;
    margin: 0px;
}

.bnr-btm-box p {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: 14px;
    color: #ffa31a;
    font-family: 'Noto Sans JP';
    margin: 0px;
}

@media only screen and (max-width:1024px) {
    .bnr-btm-box {
        width: 78%;
        float: left;
        padding-left: 10px;
    }
}

@media only screen and (max-width:768px) {
    .bnr-btm-box {
        width: 78%;
        float: left;
        padding: 0 0 20px 10px;
    }

    .bnr-btm-img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .bnr-btm {
        padding: 0;
    }
}

@media only screen and (max-width:568px) {
    .bnr-btm {
        padding: 20px 0;
    }
}
