@charset "utf-8";

/* Footer
------------------------------------------ */

/* Word Press style delete */
.footer-widgets {
    background-color: transparent;
    padding: 0;
    line-height: normal;
    font-size: inherit;
}

.footer-widgets:before {
    content: none;
}

.footer-widgets .wrap {
    margin: 0;
    max-width: none;
}

.footer-widgets .wrap:before {
    content: none;
}

.footer-widgets .footer-widgets-1 {
    float: none;
    width: auto;
    margin: 0;
}

.footer-widgets .footer-widgets-1 p {
    margin: 0;
}


.site-footer {
    display: none;
}

/* style */
.footer_col:first-child:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #c8c8c8;
}

.footer_col {
    position: relative;
}

.footer_title {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.footer_nav {
    border-top: 1px solid #c8c8c8;
    padding: 34px 0;
}

.footer_nav a {
    letter-spacing: .04em;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: color .15s;
    transition: color .15s;
}


.footer_text {
    line-height: 24px;
    font-size: 14px;
}

.footer_text span {
    display: block;
    padding-bottom: 7px;
    line-height: 1;
    font-weight: bold;
}

.footer_text a {
    -webkit-transition: color .15s;
    transition: color .15s;
}

.footer_text a:hover {
    color: #bf0000;
}

.footer_image a {
    -webkit-transition: opacity .15s;
    transition: opacity .25s;
}
.footer_image img {
    width: 100%;
}
.footer_image a:hover {
    opacity: 0.7;
}

.footer_nav a:hover {
  color: #bf0000;
}

.footer_nav_inner {
    position: relative;
}

.footer_nav_inner:after {
    content: '';
    display: block;
    position: absolute;
}

.footer_bottom {
    background-color: #dfe4ed
}

.footer_bottom_inner {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}


@media screen and (min-width: 980px), print {
    .footer_grid {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .footer_col {
        width: 50%;
    }
    .footer_col:first-child {
        padding-right: 54px; 
    }
    .footer_col:last-child {
        padding-left: 54px; 
    }
    .footer_col:first-child:before {
        width: 1px;
        top: 0;
        bottom: 5px;
        right: 0;
    }
    .footer_inner_col.text-col {
        padding-left: 48px;
        width: -webkit-calc(100% - 164px);
        width: calc(100% - 164px);
    }
    .footer_inner_col.image-col {
        width: -webkit-calc(100% - 152px);
        width: calc(100% - 152px);
    }
}

@media screen and (max-width: 979px), print {
    .footer_grid {
        padding-bottom: 48px;
    }
    .footer_col:first-child:before {
        width: 64px;
        height: 1px;
        bottom: 0;
        left: 0;
    }
    .footer_col:first-child {
        padding-bottom: 35px; 
    }
    .footer_col:last-child {
        padding-top: 40px; 
    }
}

@media screen and (max-width: 979px) and (min-width: 760px) {
    .footer_inner_col:first-child {
        width: 200px;
    }
    .footer_inner_col:nth-child(2) {
        padding-left: 40px;
    }
}

@media screen and (min-width: 760px), print {
    .footer {
        padding-top: 120px;
    }
    .footer_inner {
        margin: 0 auto;
        padding: 0 40px;
        max-width: 1200px;
    }
    .footer_grid {
        border-top: 1px solid #c8c8c8;
        padding-top: 40px; 
        padding-bottom: 35px;
    }

    body.home .footer .footer_grid { 
        border-top: none;
        padding-top: 0;
    }
    .footer_col {
        position: relative;
    }
    .footer_inner_grid {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .footer_text {
        display: inline-block;
        text-align: left;
    }
    .footer_inner_col.text-col .footer_info {
        text-align: right;
    }

    .footer_inner_col.image-col .footer_info {
        text-align: center;
    }
    .footer_image {
        display: inline-block;
        width: 146px;
    }
    .footer_nav {
        text-align: center;
        letter-spacing: -.4em;
        font-size: 0;
    }
    .footer_nav a {
        display: inline-block;
        vertical-align: middle;
    }
    .footer_nav_inner {
        display: inline-block;
        vertical-align: middle;
        padding-right: 40px;
        margin-right: 40px;
    }
    .footer_nav_inner:after {
        background-image: -webkit-linear-gradient(top, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent 2px);
        background-image: linear-gradient(to bottom, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent 2px);
        background-repeat: repeat-y;
        background-position: right top;
        background-size: 1px 3px;
        top: -2px;
        bottom: -2px;
        right: 0;
        width: 1px;
    }
    .footer_nav_inner a:not(:first-child) {
        margin-left: 40px;
    }
    .footer_bottom_inner {
        max-width: 1200px;
        padding: 23px 40px 22px;
        margin: 0 auto;
    }

    .footer_bottom_inner p {
        line-height: 1;
        font-size: 12px;
    }
}


@media screen and (max-width: 759px), print {
    .footer {
        border-top: 1px solid #c8c8c8;
        padding-top: 56px;
        margin-top: 80px;
    }
    body.home .footer {
        border-top: 0;
        margin-top: 0;
        padding-top: 80px;
    }
    .footer_grid {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer_title {
        padding-bottom: 32px;
    }
    .footer_image {
        width: 102px;
    }
    .footer_nav {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer_nav a {
        display: block;
    }
    .footer_nav_inner a:not(:first-child) {
        margin-top: 20px;
    }
    .footer_nav_inner {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .footer_nav_inner:after {
        background-image: -webkit-linear-gradient(left, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent 2px);
        background-image: linear-gradient(to right, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent 2px);
        background-repeat: repeat-x;
        background-position: left top;
        background-size: 3px 1px;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 16px;
    }
    .footer_bottom_inner {
        padding: 23px 16px 25px;
    }

    .footer_bottom_inner p {
        line-height: 16px;
        font-size: 10px;
    }
}


















