@charset "utf-8";
footer {
    background: #fff;
    padding: 50px 0 50px;
}
.footer_in {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.fMenu_box .ttl {
    font-size: 16px;
    font-weight: 600;
}
.fMenu_box .lst {
    margin-top: 8px;
}
.fMenu_box .lst li {
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
}
.fMenu_box .ttl a,
.fMenu_box .lst li a {
    position: relative;
    text-underline-offset: 4px;
}
@media (min-width: 896px) {
    .fMenu_box .ttl a:hover,
    .fMenu_box .lst li a:hover {
        color: #004D8A;
        text-decoration: underline;
    }
}
.c-breadcrumbs {
    background: #fff;
    padding: 10px 0;
}
.c-breadcrumbs .list {
    line-height: 1;
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-breadcrumbs .list li {
    display: inline;
    font-size: 12px;
    padding-left: 18px;
    position: relative;
    letter-spacing: normal;
}
.c-breadcrumbs .list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arw_r_blu.svg) no-repeat center;
    background-size: auto 100%;
}
.c-breadcrumbs .list li:first-child {
    padding-left: 0;
}
.c-breadcrumbs .list li:first-child:before {
    content: none;
}
.c-breadcrumbs .list li a {
    color: #004D8A;
}
.c-btn {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 4px;
}
.c-btn a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #004D8A;
    border: 2px solid #004D8A;
    border-radius: 4px;
    position: relative;
}
.c-btn a:before {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.c-btn.is-ver2 a {
    color: #004D8A;
    background: #ffff;
    border: 2px solid #004D8A;
}
.c-btn.is-ver2 a:before {
    background: url(../svg/icn_arw_r_blu.svg) no-repeat center / 100% auto;
}
.c-btn.is-ver3 a {
    background: #0A643C;
    border: 2px solid #0A643C;
}
.c-btn.is-ver3 a:before {
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
}
.pageTtl_wrap {
    background: #F5F7FA;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageTtl_wrap .ttl {
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #004d8a;
}
.pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
footer .copy {
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
}
@media screen and (min-width:896px) and (max-width:1080px) {
    .footer_in {
        padding: 0 40px;
    }
    .fMenu_box .ttl {
        font-size: 1.481vw;
    }
    .fMenu_box .lst {
        margin-top: 0.741vw;
    }
    .fMenu_box .lst li {
        font-size: 1.296vw;
        margin-top: 0.741vw;
    }
}
@media (min-width: 896px) {
    .c-breadcrumbs .list li a:hover {
        text-decoration: underline;
    }
    .c-btn a:hover,
    .c-btn.is-ver3 a:hover {
        opacity: .8;
    }
    .c-btn.is-ver2 a:hover {
        opacity: 1;
        background: #F5F7FA;
    }
}
@media only screen and (max-width: 896px) {
    footer {
        padding: 30px 15px 30px;
    }
    .footer_in {
        display: block;
    }
    .fMenu_box {
        margin-top: 20px;
    }
    .fMenu_box:first-child {
        margin-top: 0;
    }
    .fMenu_box .ttl {
        font-size: 14px;
    }
    .fMenu_box .lst {
        margin-top: 6px;
    }
    .fMenu_box .lst li {
        font-size: 14px;
        margin-top: 6px;
    }
    .pagetop {
        display: none;
        position: fixed;
        right: 10px;
        bottom: 15px;
    }
    .c-breadcrumbs {
        padding: 6px 0;
    }
    .c-breadcrumbs .list {
        padding: 0 10px;
        line-height: 1.2;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .c-breadcrumbs .list li {
        font-size: 11px;
        padding-left: 16px;
    }
    .c-breadcrumbs .list li:before {
        left: 4px;
        top: 2px;
        transform: none;
    }
    .pageTtl_wrap {
        height: 110px;
    }
    .pageTtl_wrap.is-ver2 {
        height: 150px;
    }
    .pageTtl_wrap .ttl {
        font-size: 18px;
    }
    .c-btn {
        height: 46px;
        border-radius: 2px;
    }
    .c-btn a {
        font-size: 14px;
        border-radius: 2px;
    }
    .c-btn a:before {
        right: 18px;
    }
}