/* --------------------------------
c-header
----------------------------------- */
.c-header {
    background: #fff;
    height: 60px;
    font-weight: bold;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.c-header .inner-block {
    padding: 17px 0;
    width: 100%;

    >div a img {
        display: inline;
        border: 0;
        margin: 0;
        vertical-align: top;
    }
}

.c-header .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-header .logo-wrap .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header .logo-wrap .logo+.logo {
    margin-left: 20px;
}

.c-header .logo-wrap .logo:nth-child(1) {
    max-width: 124px;
}

.c-header .logo.right {
    position: absolute;
    right: 20px;
    top: 17px;

    >a img {
        width: 114px;
        height: 22px;
    }
}

/* --------------------------------
  c-footer
  ----------------------------------- */
@font-face {
    font-family: "cNoto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("NotoSansJP-s.woff2") format("woff2"), url("NotoSansJP-s.woff") format("woff"), url("NotoSansJP-s.otf") format("opentype");
}


footer {
    position: relative;
}

.contact-wrap {
    background: #002060;
}

.contact-wrap .inner-block {
    padding: 90px 20px 60px;
}

.contact-wrap .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
}

.contact-wrap .l-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-wrap .l-flex .c-btn01+.c-btn01 {
    margin-left: 20px;
}

.contact-wrap .l-flex+.l-flex {
    margin-top: 20px;
}

.copyright-wrap {
    background: #111;
    color: #fff;
    text-align: center;
    font-family: "cNoto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
}

.copyright-wrap .inner-block {
    padding: 23px 20px 30px;
}

.copyright-wrap .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    list-style: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.copyright-wrap .footer-nav li {
    font-size: 16px;
}

.copyright-wrap .footer-nav li+li {
    margin-left: 17px;
}

.copyright-wrap .footer-nav a {
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0.05em;
}

.copyright-wrap .footer-nav a::before {
    background: url(../img/img-icon-outlink.png) no-repeat center center;
    content: "";
    display: block;
    height: 9px;
    width: 13px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.copyright-wrap p {
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-break: strict;
}

.copyright-wrap .text {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.05em;
}

.copyright-wrap .copyright {
    font-size: 12px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 812px) {
    .outer-block {
        min-width: 320px;
    }

    .inner-block {
        padding: 0 15px;
        width: 100%;
    }

    .c-header .inner-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 17px 15px;
        height: 100%;
        font-size: 14px;
    }

    .c-header .logo-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .c-header .logo.right {
        top: 30px;
    }

    .c-header {
        height: 80px;
    }

    .outer-block {
        min-width: 320px;
    }

    .copyright-wrap .footer-nav {
        font-size: 14px;
    }

    .copyright-wrap .footer-nav li {
        font-size: 14px;
    }

    .copyright-wrap .inner-block {
        padding: 20px 15px 15px;
    }



}




@media only screen and (max-width: 470px) {
    .c-header .logo-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-header .logo.right {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .c-header {
        height: auto;
    }
}