<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =======
style Header TOP
======= */
/* ======= 繝槭う繝壹�繧ｸ ======= */
.MyPageLink a {
    text-align: center;
    padding: 8px 3px;
    width: 110px;
    border-radius: 0px 0px 16px 16px;
    color: #fff;
    background-color: #56a520;
}

.MyPageLink a span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 22px;
    line-height: 1.5;
    text-align: left;
    font-size: 1.4rem;
}

.MyPageLink a span::before,
.MyPageLink a span::after {
    content: "";
    display: inline-block;
    position: absolute;
}

.MyPageLink a span::before {
    top: 9px;
    left: 0;
    width: 15px;
    height: 18px;
    background: url(../img/icon-mypage01.svg) no-repeat center / contain;
}

.MyPageLink a span::after {
    top: 14px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../img/icon-mypage02.svg) no-repeat center / contain;
}

/* ======= page style ======= */
.list-OtherLink--top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 40;
}

/* =======
style Header Under
======= */
/* ======= 繧ｹ繧ｿ繝�ヵ繝悶Ο繧ｰ ======= */
.StaffLink a {
    padding: 11px 8px 11px 11px;
    width: 90px;
    border-radius: 0px 0px 16px 16px;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    background-color: #6e7d93;
}

.StaffLink a span {
    position: relative;
    display: inline-block;
}

.StaffLink a span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -19px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-mypage02.svg) no-repeat center / contain;
}

/* ======= 繧ｵ繝昴�繝� ======= */
.SupportLink a {
    padding: 11px 8px 11px 11px;
    width: 90px;
    border-radius: 0px 0px 16px 16px;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    background-color: #4179af;
}

.SupportLink a span {
    position: relative;
    display: inline-block;
}

.SupportLink a span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    right: -12px;
    width: 18px;
    height: 16px;
    background: url(../img/icon-support.svg) no-repeat center / contain;
}

.MyPageLink a,
.StaffLink a,
.SupportLink a {
    height: 60px;
}

/* =======
style SpMenu
======= */
/* ======= style BTN 繧ｹ繧ｿ繝�ヵ繝悶Ο繧ｰ &amp; IT逕ｨ隱櫁ｧ｣隱ｬ======= */
.otherbtn_01,
.otherbtn_02,
.otherbtn_03,
.otherbtn_04 {
    position: relative;
    display: block;
    font-weight: bold;
    text-align: center;
    max-width: 280px;
    padding: 16px 8px;
    margin: 0 auto 20px;
    border-radius: 40px;
    font-size: 1.4rem;
    color: #fff;
}

.otherbtn_02::after,
.otherbtn_03::after,
.otherbtn_04::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-mypage02.svg) no-repeat center / contain;
}

.otherbtn_01 {
    background-color: #297BB4;
}

.otherbtn_02 {
    background-color: #56a520;
}

.otherbtn_03 {
    background-color: #6A7E95;
}

.otherbtn_04 {
    background-color: #000;
}

/* ======= style page ======= */
.list-OtherLink_spMenu {
    margin-top: 32px;
}

.page_docomo .list-OtherLink_spMenu {
    padding-bottom: 100px;
}

/* footer */
.footerHead {
    font-weight: 700;
    margin-bottom: 5px;
}

.footerDesc {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.667;
    padding-bottom: 15px;
}

.pc_only {
    display: none !important;
}

/* 笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ
        sec_news(縺顔衍繧峨○)
笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ笆ｲ笆ｼ */
.newsTop.newsInner {
    background-color: #fff;
    border: solid 4px #c70e2d;
    border-radius: 16px;
    width: 87%;
    margin: 0 auto;
    padding: 8px 0;
}

.newsItem {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 8px 40px;
}

.newsItem::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background: url(../img/img-newsArrow.svg) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
}

.newsItem::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    background: url(../img/icon-att.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.newsText {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date {
    position: relative;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 4px double #666666;
}

.service {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 4px double #666666;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
    .footerList&gt;li.coListItem--btab&gt;a::after {
        content: "";
        display: inline;
        margin-left: 5px;
        background: url(../img/icon-Tab.svg) no-repeat center / contain;
        padding-right: 12px;
    }
}</pre></body></html>