/* footer */
/* .c-cmn003 {
    width: 100%;
    border-top: 1px solid #ccc;
} */
.c-cmn003__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 24px 32px 72px;
}
@media screen and (min-width: 1344px) {
    .c-cmn003__inner {
        max-width: 1280px;
        padding: 24px 0 72px;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__inner {
        padding: 24px 24px 84px;
        text-align: center;
    }
}
.c-cmn003__inner a {
    color: #666;
    text-decoration: none;
}
.c-cmn003__inner a:hover {
    text-decoration: underline dotted;
}
.has-sticky .c-cmn003__inner {
    padding: 24px 32px 104px;
    @media screen and (min-width: 1344px) {
        padding: 24px 0 104px;
    }
}
@media screen and (max-width: 767px) {
    .has-sticky .c-cmn003__inner {
        padding: 24px 24px 92px;
    }
}

.c-cmn003__goTop {
    position: fixed;
    bottom: 32px;
    right: 24px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 992px) {
    .c-cmn003__goTop {
        right: 32px;
    }
}
@media screen and (min-width: 1344px) {
    .c-cmn003__goTop {
        right: calc(50% - 640px);
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__goTop {
        bottom: 24px;
        right: 24px;
    }
}
.c-cmn003__goTop.is-show {
    opacity: 1;
    visibility: visible;
}
.c-cmn003__goTop a {
    display: block;
    position: relative;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
    .c-cmn003__goTop a:hover {
        background: #e6e6e6;
    }
}
.c-cmn003__goTop a:active {
    background: #ccc;
}

.c-cmn003__goTopIcon {
    display: block;
    padding: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.c-cmn003__goTopIcon img {
    width: 100%;
}

.c-cmn003__holdings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__holdings {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px -8px;
    }
}
.c-cmn003__holdings > li {
    margin: 4px 8px;
}
.c-cmn003__holdings a {
    font-size: 0.875rem;
}

.c-cmn003__links {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 0.75rem;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__links + .c-cmn003__links {
        margin-top: 0;
    }
}

.c-cmn003__linksTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__linksTop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-cmn003__subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }
}
.c-cmn003__subMenu > li {
    position: relative;
    margin: 6px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu > li {
        margin: 4px 8px;
    }
}
.c-cmn003__subMenu > li::after {
    content: '';
    position: absolute;
    top: 4px;
    right: -12px;
    width: 1px;
    height: 12px;
    background: #ccc;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu > li::after {
        right: -8px;
        background: #ccc;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu:last-child > li:nth-child(1)::after,
    .c-cmn003__subMenu:last-child > li:nth-child(3)::after,
    .c-cmn003__subMenu:last-child > li:nth-child(4)::after {
        display: none;
    }
    .c-cmn003__subMenu:not(:last-child) > li::after {
        display: none;
    }
}
.c-cmn003__subMenu > li:last-child::after {
    display: none;
}

.c-cmn003__subMenuTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenuTop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 320px;
    }
}
.c-cmn003__subMenuTop > li {
    position: relative;
    margin: 6px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenuTop > li {
        margin: 8px 12px;
    }
}
.c-cmn003__area {
    margin-top: 16px;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__area {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__area {
        margin-top: 12px;
    }
}
.c-cmn003__area > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width: 767px) {
    .c-cmn003__area > a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-cmn003__areaIcon {
    display: block;
    margin: 1px 8px 0 0;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__areaIcon {
        margin: 1px 8px 0 20px;
    }
}

.c-cmn003__copyright {
    margin: 13px -12px -3px;
}
@media screen and (min-width: 992px) {
    .c-cmn003__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright {
        margin: 24px 0 -3px;
    }
}
.c-cmn003__copyright > li {
    margin: 3px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright > li:first-child {
        margin-bottom: 8px;
    }
}
.c-cmn003__copyright small {
    margin-left: 16px;
    color: #666;
    font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright small {
        display: block;
        margin: 4px 0 0;
    }
}
.c-cmn003__copyright span {
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright span {
        display: block;
        margin: 0;
    }
}

/* チャットボット */
.oda-chat-button {
    width: 186px;
    height: 64px;
}
.oda-chat-wrapper.oda-chat-collapsed {
    right: 32px;
}
@media screen and (min-width: 1344px) {
    .oda-chat-wrapper.oda-chat-collapsed {
        right: calc(50% - 640px);
    }
}
@media screen and (max-width: 767px) {
    .oda-chat-wrapper.oda-chat-collapsed {
        right: 24px;
    }
}
