/* =======
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 スタッフブログ & IT用語解説======= */
.otherbtn_01,
.otherbtn_02,.otherbtn_03 {
    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 {
    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;
}

/* ======= 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;
  }

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