@charset "UTF-8";
:root {
    --centerWidth: 1100px;
    /*--footerColor: #8b0000; ????t?b?^?[?w?i?F*/
    --footerColor: #e1cc89;
    --entryBgColor: rgb(fff, fff, fff, 0.5); /*?o?^?G???A?w?i?F*/
    --footerOpacity: 0.5; /*????*/
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
}

/* ヘッダー */
#roCommonHeader {
    width: 100%;
    background: url("/special/_common/addAccess/img/header_base.png") repeat-x;
    height: 55px;
}
.innerBoxHead {
    max-width: var(--centerWidth);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-height: 55px;
}
.innerBoxHead li:first-child {
    margin-right: auto;
}
.innerBoxHead li:last-child {
    margin-left: auto;
}

/* フッター */
footer {
    position: relative;
    top: -25px;
    margin-bottom: -25px;
}
#roComFooter {
    width: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
#roComFooter::before {
    content: "";
    display: block;
    background-image: url(../addAccess/img/footer-top-line.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
}
.footerTop {
    position: relative;
    padding-bottom: 70px;
    background-image: url(../addAccess/img/bg-footer.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
}
.footerTop::before {
    content: "";
    display: inline-block;
    background-image: url(../addAccess/img/white-smog.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1166px;
    height: 100%;
    max-height: 1094px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gradationLeft {
    background-image: url(../addAccess/img/gradationLeft.png);
    background-repeat: repeat-y;
    background-size: auto;
    width: 454px;
    height: 1877px;
    position: absolute;
    top: 0;
    left: 0;
}
.gradationRight {
    background-image: url(../addAccess/img/gradationRight.png);
    background-repeat: repeat-y;
    background-size: auto;
    width: 454px;
    height: 1877px;
    position: absolute;
    top: 0;
    right: 0;
}
.gunghoText {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.comImgBoxFooter {
    max-width: var(--centerWidth);
    margin: 0 auto;
    padding-top: 2rem;
    position: relative;
    z-index: 5;
}
.footerBottom {
    background-color: #fff;
    padding: 30px 0 60px;
}
.linkBoxFooter {
    display: flex;
    justify-content: center;
}
.linkBoxFooter li {
    width: 355px;
    height: 79px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.linkBoxFooter li:hover {
    cursor: pointer;
}
.linkBoxFooter li.trial {
    background-image: url(../addAccess/img/header_btn01_off.png);
}
.linkBoxFooter li.trial:hover {
    background-image: url(../addAccess/img/header_btn01_on.png);
}
.linkBoxFooter li.tool {
    background-image: url(../addAccess/img/header_btn02_off.png);
}
.linkBoxFooter li.tool:hover {
    background-image: url(../addAccess/img/header_btn02_on.png);
}
.linkBoxFooter li a {
    display: block;
    width: 100%;
    height: 100%;
}
#pickup {
    margin-top: 40px;
}
.note {
    margin-top: 30px;
    color: black;
}
.copyright {
    color: black;
}

/* 画面下部固定バー */
#roEntryFooter {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--footerColor);
}
.entryBoxFooter {
    max-width: var(--centerWidth);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#addEntry {
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 1666px) {
    .gradationLeft {
        left: -15%;
    }
    .gradationRight {
        right: -15%;
    }
}
@media only screen and (max-width: 599px) {

    /* フッター */
    .footerTop {
        padding: 0 10px 30px;
    }
    .footerTop::before {
        top: 60%;
        background-size: contain;
    }
    .gradationLeft {
        display: none;
    }
    .gradationRight {
        display: none;
    }
    .linkBoxFooter {
        flex-direction: column;
        align-items: center;
    }
    .linkBoxFooter li {
        width: 280px;
        height: 62px;
        margin: 0;
    }
    .linkBoxFooter li+li {
        margin-top: 15px;
    }
    .footerBottom {
        padding: 20px 0;
    }
}
