<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.c-wrap.ver2 {
    max-width: 994px;
}
/*sitemap*/
.page_wrap {
    padding-top: 55px;
    padding-bottom: 240px;
}
.topCont_ttl.is-sitemap:before {
    background: url(../svg/icn_sitemap.svg) no-repeat center / 100% auto;
}
.pageCnt_wrap {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px 56px;
    margin-top: 60px;
}
.pageCnt_box {
    margin-bottom: 68px;
}
.pageCnt_box:last-child {
    margin-bottom: 0;
}
.pageCnt_ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 22px;
}
.pageCnt_ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 8px 0;
    padding-left: 18px;
    line-height: 1.4;
}
.pageCnt_lst {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 26px 0;
    padding: 0 45px;
    margin-top: 38px;
}
.pageCnt_lst li {
    width: 25%;
}
.pageCnt_lst li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #007A8F;
    text-decoration: none;
    padding-left: 22px;
    position: relative;
    text-underline-offset: 4px;
}
.pageCnt_lst li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url(../svg/arw_blue2.svg) no-repeat center / 100% auto;
    z-index: 1;
}
/*help*/
.topCont_ttl.is-help:before {
    background: url(../svg/icn_help.svg) no-repeat center / 100% auto;
}
.pageCnt_wrap.is-help {
    padding-bottom: 40px;
}
.is-help .pageCnt_lst {
    padding: 0 35px;
    margin: 0;
}
.is-help .pageCnt_lst li {
    width: 33%;
}
.helpCnt_wrap {
    width: 100%;
    margin-top: 60px;
}
.helpFaq_box {
    background: #FFF;
    border: 3px solid #007A8F;
    border-radius: 8px;
    margin-bottom: 28px;
    padding: 0 40px;
}
.helpFaq_box .ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}
.helpFaq_box .ttl a {
    display: block;
    text-decoration: none;
    padding: 40px 0;
    position: relative;
}
.helpFaq_box .ttl a::before,
.helpFaq_box .ttl a::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #007A8F;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.helpFaq_box .ttl a::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
    margin-top: 0;
}
.helpFaq_box.is-open .ttl a:after {
    transform: rotate(0);
    margin-top: -2px;
}
.helpFaq_box .ttl span {
    display: inline-block;
    position: relative;
    padding-left: 80px;
}
.helpFaq_box .ttl span::before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -14px;
    background: url(../svg/icn_q.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.helpFaq_box .box {
    display: none;
    border-top: 1px dashed #000;
    padding: 30px 0 60px;
}
.helpFaq_box.is-open .box {
    display: block;
}
.helpFaq_box .txt {
    display: inline-block;
    position: relative;
    padding-left: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
}
.helpFaq_box .txt:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -12px;
    background: url(../svg/icn_a.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.helpFaq_box .txt a {
    color: #007A8F;
    text-decoration: none;
    position: relative;
    text-underline-offset: 4px;
}
/*user*/
.topCont_ttl.is-user:before {
    background: url(../svg/icn_kiyaku_uesr.svg) no-repeat center / 100% auto;
}
.user-txt {
    font-size: 16px;
    padding: 0 45px;
}
.user-txt.is-ver2 {
    margin-bottom: 40px;
}
.user-txt.is-right {
    text-align: right;
}
.userList_wrap {
    padding: 0 45px;
    margin-top: 38px;
}
.userList_wrap li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
.userList_wrap li:last-of-type {
    margin: 0;
}
.userList_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
}
.pageCnt_box .user-txt {
    margin-top: 38px;
}
/*cookiepolicy*/
.topCont_ttl.is-cookie:before {
    background: url(../svg/icn_kiyaku_uesr.svg) no-repeat center / 100% auto;
}
.cookie_wrap {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px 56px;
    margin-top: 60px;
}
.cookie_listbox {
    margin-bottom: 68px;
}
.cookie_listbox:last-child {
    margin-bottom: 0;
}
.cookie_listbox .ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 22px;
}
.cookie_listbox .ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 8px 0;
    padding-left: 18px;
    line-height: 1.4;
}
.cookie_listbox .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 45px;
    margin-top: 38px;
}
.cookie_listbox .txt a {
    font-weight: 500;
    color: #007A8F;
    text-decoration: none;
    text-underline-offset: 4px;
}
/*news*/
.topCont_ttl.is-news:before {
    background: url(../svg/icn16.svg) no-repeat center / 100% auto;
}
.news_box {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px 56px;
    margin-top: 60px;
}
.news_box&gt;.ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 22px;
}
.news_box .ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 8px 0;
    padding-left: 18px;
    line-height: 1.4;
}
.newsTxt_box {
    padding: 0 45px;
    margin-top: 38px;
    margin-bottom: 40px;
}
.news_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2em;
}
.news_box .txt:last-child {
    margin-bottom: 0;
}
.news_box .txt a {
    font-weight: 500;
    color: #007A8F;
    text-underline-offset: 4px;
}
.news_box .c-btn.is-grn {
    max-width: 240px;
    width: 240px;
    height: 60px;
}
.news_box .c-btn.is-grn a {
    font-size: 18px;
    border: 1px solid #7BD855;
    color: #fff;
    background: #7BD855;
    border-radius: 6px;
}
.news_box .c-btn.is-grn a:before {
    content: none;
}
@media (min-width: 1000px) {
    /*sitemap*/
    /* .pageCnt_lst li a:hover {
        text-decoration: underline;
    } */
    .pageCnt_lst li a:after {
        content: '';
        display: block;
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px);
        box-sizing: border-box;
        height: 2px;
        position: absolute;
        right: 0;
        bottom: -2px;
        background: #007A8F;
        z-index: 1;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .2s;
    }
    .pageCnt_lst li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .helpFaq_box .txt a::before {
        content: "";
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 2px;
        position: absolute;
        right: 0;
        bottom: -2px;
        background: #007A8F;
        z-index: 1;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .2s;
    }
    .helpFaq_box .txt a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .cookie_listbox .txt a:hover {
        text-decoration: underline;
    }
    .news_box .txt a:hover {
        text-decoration: none;
    }
    .news_box .c-btn.is-grn a:hover {
        color: #7BD855;
        background: #fff;
    }
}
@media only screen and (max-width: 1000px) {
    /*sitemap*/
    .page_wrap {
        padding: 15px 15px 78px;
    }
    .pageCnt_wrap {
        padding: 26px 0 62px;
        margin-top: 30px;
    }
    .pageCnt_box {
        margin-bottom: 48px;
    }
    .pageCnt_ttl {
        font-size: 18px;
        padding: 0 15px 18px;
    }
    .pageCnt_ttl span {
        display: inline-block;
        border-left: 4px solid #7BD855;
        padding: 8px 0;
        padding-left: 18px;
    }
    .pageCnt_lst {
        gap: 30px 0;
        padding: 0 30px;
        margin-top: 38px;
    }
    .pageCnt_lst li {
        width: 33.3333%;
    }
    .pageCnt_lst li a {
        font-size: 14px;
    }
    .pageCnt_lst li a:before {
        margin-top: -7px;
    }
    /*help*/
    .pageCnt_wrap.is-help {
        padding-bottom: 26px;
    }
    .is-help .pageCnt_lst {
        padding: 0 30px;
    }
    .is-help .pageCnt_lst li {
        width: 100%;
    }
    .helpCnt_wrap {
        margin-top: 30px;
    }
    .is-help .pageCnt_lst li a:before {
        margin-top: 3px;
        top: 0;
    }
    .helpFaq_box {
        border: 2px solid #007A8F;
        margin-bottom: 12px;
        padding: 0 15px;;
    }
    .helpFaq_box .ttl {
        font-size: 16px;
    }
    .helpFaq_box .ttl a {
        padding: 19px 0;
    }
    .helpFaq_box .ttl a::before,
    .helpFaq_box .ttl a::after {
        width: 20px;
        height: 3px;
        top: 50%;
        margin-top: -2px;
    }
    .helpFaq_box .ttl a::after {
        margin-top: -1px;
    }
    .helpFaq_box .ttl span {
        padding-left: 44px;
        padding-right: 40px;
    }
    .helpFaq_box .ttl span::before {
        width: 30px;
        height: 30px;
        top: -3px;
    }
    .helpFaq_box .box {
        padding: 16px 0 26px;
    }
    .helpFaq_box .txt {
        padding-left: 44px;
        font-size: 16px;
        line-height: 1.78;
    }
    .helpFaq_box .txt:before {
        width: 30px;
        height: 30px;
        top: 0;
    }
    /*user*/
    .user-txt {
        font-size: 14px;
        padding: 0 30px;
    }
    .user-txt.is-ver2 {
        margin-bottom: 26px;
    }
    .userList_wrap {
        padding: 0 30px;
        margin-top: 30px;
    }
    .userList_wrap li {
        font-size: 14px;
    }
    .userList_wrap li span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .pageCnt_box .user-txt {
        margin-top: 30px;
    }
    .topCont_ttl.is-cookie:before {
        background: url(../svg/icn_kiyaku_uesr.svg) no-repeat center / 100% auto;
    }
    /*cookiepolicy*/
    .cookie_wrap {
        padding: 26px 0 62px;
        margin-top: 30px;
    }
    .cookie_listbox {
        margin-bottom: 48px;
    }
    .cookie_listbox .ttl {
        font-size: 18px;
        padding: 0 15px 18px;
    }
    .cookie_listbox .ttl span {
        display: inline-block;
        border-left: 4px solid #7BD855;
        padding: 8px 0;
        padding-left: 18px;
    }
    .cookie_listbox .txt {
        font-size: 14px;
        gap: 30px 0;
        padding: 0 30px;
        margin-top: 30px;
    }
    /*news*/
    .news_box {
        padding: 26px 0 62px;
        margin-top: 30px;
    }
    .news_box .ttl {
        font-size: 18px;
        padding: 0 15px 18px;
    }
    .news_box .ttl span {
        display: inline-block;
        border-left: 4px solid #7BD855;
        padding: 8px 0;
        padding-left: 18px;
    }
    .newsTxt_box {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .news_box .txt {
        font-size: 14px;
    }
    .news_box .c-btn.is-grn {
        max-width: 300px;
        width: 300px;
        height: 60px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 680px) {
    .pageCnt_lst li {
        width: 100%;
    }

}
</pre></body></html>