@charset "utf-8";

/* -------------------------------------------------
	フッター
----------------------------------------------------*/
.footer-widget-area {
    font-size: 16px;
    padding: 15px !important;
}

.footer-widget-area a {
    color: #fff !important;
}

.footer-widget-area li {
    position: relative;
    padding-left: 15px !important;
}

.footer-widget-area li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.5;
}

.footer {
    background: #2a87d3 !important;
    border-top: 1px solid transparent;
}

#footer-sub-area {
    padding: 25px 0;
    background-color: #edece8;
}

#footer-sub-area .img-wrap {
    margin: 5px;
}

#footer-sub-area .img-wrap li {
    list-style-type: none;
}

.footer__wrapper .colophon__row {
    margin: 0;
    padding-top: .625em;
    padding-bottom: 50px;
    font-size: 1.2em;
}

.footer-skin-dark .footer__wrapper a {
    color: #f6f6f6 !important;
}

#footer-sub-area img {
    width: 100%;
}

/* ----- フッター コーポレート ----- */
#colophon div {
    margin-bottom: 0;
}

.footer__wrapper .colophon__row {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
}

/* -------------------------------------------------
	サブフッター
----------------------------------------------------*/
.pp-sub-footer {
    padding: 15px 0;
    margin: auto;
}

.pp-sub-footer__btn-wrap {
    max-width: 880px;
    margin: auto;
}

.pp-sub-footer__btn {
    margin: 0 1%;
    width: 48%;
}

.pp-sub-footer__btn img {
    max-width: 100%;
}

#Contact #footer-sub-area .pp-sub-footer p {
    margin-top: 0 !important;
}

.pp-sub-footer__btn:first-child {
    margin-bottom: 15px;
}

#footer-sub-area .flex-box {
    display: block;
}

.col-xs {
    width: 19% !important;
}

#footer-sub-area .img-wrap {
    margin: 0.5%;
}


.bnr_mynavi {
    background: #fff;
    padding: 4rem 2rem;
    border: 4px solid #06acea;
}


/* -------------------------------------------------
	メディアクエリ　768px 以上
----------------------------------------------------*/
@media (min-width: 768px) {

    /*----- フッターヴィジェット -----*/
    .footer-widget {
        width: 33% !important;
    }

    #footer .col-md-4 {
        float: left !important;
    }
}

/* -------------------------------------------------
	メディアクエリ　767px 以下
----------------------------------------------------*/
@media (max-width: 767px) {
    .footer__wrapper .widget__wrapper .widget {
        margin-bottom: 0;
    }

    .eng-h1:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 35px;
        margin-left: -50px;
        background-color: #2a87d3;
        height: 3px;
        width: 100px;
    }

    .footer-widget {
        width: 100% !important;
    }

    .col-xs {
        width: 48% !important;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------------
	メディアクエリ　991px 以下
----------------------------------------------------*/
@media (max-width: 991px) {
    .footer__wrapper .widget {
        padding: 0.5em 2.5em;
    }
}

/* -------------------------------------------------
	メディアクエリ　552px 以下
----------------------------------------------------*/
@media (max-width: 552px) {
    .pp-sub-footer__btn {
        margin: 0;
        width: 100%;
    }
}