.mercury{
    clear: both;
}
.text-blue {
    color: #0b5bce;
}
.tab-type01-menu_link {
    background: #fff;
    border: 1px solid #c1c1c2;
    border-bottom: none;
}
.tab-type01-menu_link[aria-selected='true'],
.tab-type01-menu_link[aria-disabled='true'] {
    border: none;
}
.tab-type01-menu_link[aria-disabled='true'] {
    background: #c1c1c2;
    pointer-events: none;
}

.energy-page-u96-chart-container {
    position: relative;
    /* margin-top: 60px; */
}

.energy-page-u96-marketlink-calculation {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 10px;
}
.energy-page-u96-marketlink-calculation::before {
    content: url('/biz/set/data/other/energy/market-today-price/img/shared/icon-calculator.webp');
}

.energy-page-u96-balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    margin-top: 20px;
    @media screen and (max-width: 900px) {
        gap: 0 20px;
    }
}
.energy-page-u96-balloon::before {
    content: url('/biz/set/data/other/energy/market-today-price/img/shared/icon-bulb.webp');
    @media screen and (max-width: 900px) {
        width: 25px;
        transform: scale(0.5);
    }
}
.energy-page-u96-balloon-text {
    flex: 1;
    padding: 15px 20px 20px;
    font-size: 18px;
    text-align: center;
    background: #c2dbfc;
    border-radius: 10px;
    @media screen and (max-width: 900px) {
        padding: 10px 10px 15px;
        font-size: 16px;
    }
}
.energy-page-u96-balloon-text .text {
    font-size: 16px;
    @media screen and (max-width: 900px) {
        font-size: 14px;
    }
}

.energy-page-u96-marketlink-document {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 10px;
}
.energy-page-u96-marketlink-document::before {
    content: url('/biz/set/data/other/energy/market-today-price/img/shared/icon-document.webp');
    width: 50px;
    height: 52px;
    transform-origin: top;
    transform: scale(.5);
    @media screen and (max-width: 900px) {
        width: 40px;
        height: 41px;
        transform: scale(0.4);
    }
}

.energy-page-u96-check {
    margin-top: 40px;
    padding: 40px 60px;
    background: #e7e7e7;
    @media screen and (max-width: 900px) {
        padding: 20px;
    }
}
.energy-page-u96-check-title {
    font-size: 20px;
    text-align: center;
    @media screen and (max-width: 900px) {
        font-size: 16px;
    }
}
.energy-page-u96-check .list-s-lv1-note {
    margin-top: 20px;
}
.energy-page-u96-check .list-s-lv1-note_item {
    display: flex;
    justify-content: center;
}
.energy-page-u96-check-image {
    margin-top: 30px;
    padding: 40px;
    background: #fff;
    @media screen and (max-width: 900px) {
        margin-top: 10px;
        padding: 10px;
    }
}
.energy-page-u96-check-image img {
    width: 630px;
}

.energy-page-u96-contact {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #000;
}
.energy-page-u96-contact-apply {
    margin-top: 30px;
    padding: 40px 60px;
    background: #e7e7e7;
    @media screen and (max-width: 900px) {
        margin-top: 20px;
        padding: 20px;
    }
}
.energy-page-u96-contact-apply-text {
    font-size: 20px;
    @media screen and (max-width: 900px) {
        font-size: 16px;
    }
}
.energy-page-u96-contact-apply-text-link {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity .5s;
}
.energy-page-u96-contact-apply-text-link:hover {
    opacity: .7;
}

.energy-page-u96-table-minrow td {
    background : #d9fae1;
    color: #1ca842;
}
.energy-page-u96-table-maxrow td {
    background : #fdecc7;
    color: #ee7c01;
}
.enelgy-page-u96-tooltip {
    font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
.enelgy-page-u96-tooltip::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}
.energy-page-u96-now-tooltip::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0b5bce transparent transparent transparent;
    border-width: 10px 5px 0 5px;
}

.energy-page-u96-scroll-box {
    overflow-x: auto;
    margin: 0 -40px;
    padding: 0 40px;
}

@media screen and (max-width: 900px){
    .energy-page-u96-marketlink-discription {
        flex-flow: column;
        margin: auto;
    }
}

@media screen and (max-width: 900px) {
    .box-type01-01 {
        overflow: hidden;
    }
}

.energy-page-u96-tooletips {
    display: flex;
    width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .energy-page-u96-tooletips {
        width: 100%;
    }
}

.energy-page-u96-tooltip {
    width: 100%;
    height: 6.5rem;
    border-radius: 5px;
}

.energy-page-u96-tooltip + .energy-page-u96-tooltip {
    margin-left: 20px;
}

.energy-page-u96-tooltip-text {
    text-align: center;
    font-weight: bold;
}

.energy-page-u96-tooltip-min {
    background-color: #d9fae1;
    border: 2px solid #1ca842;
}

.energy-page-u96-tooltip-text-min {
    color: #1ca842;
}

.energy-page-u96-tooltip-max {
    background-color: #fdecc7;
    border: 2px solid #ee7c01;
}

.energy-page-u96-tooltip-text-max {
    color: #ee7c01;
}

@media screen and (min-width: 901px) {
    .energy-page-u96-chart-footer {
        display: flex;
        align-items: center;
        padding-top: 20px;
    }
}

.energy-page-u96-legends {
    display: inline-flex;
    width: 100%;
}

.energy-page-u96-legend {
    margin-top: 0;
    position: relative;
}

.energy-page-u96-legend+.energy-page-u96-legend {
    margin-left: 10px;
}

.energy-page-u96-legend::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 0;
    width: 4rem;
    height: 18px;
}

.energy-page-u96-legend-min::before {
    background-color: #d9fae1;
}

.energy-page-u96-legend-max::before {
    background-color: #fdecc7;
}

.energy-page-u96-alert-box {
  padding: 15px;
  border: 2px solid #cd0000;
  box-sizing: border-box;
}

/* header */
header{
    display: block;
}
.aem-Grid {
    display: block;
    width: 100%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%;
}
.smb {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto;
}
.smb img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
@media (max-width: 768px){
    .smb img {
        width: 100%;
        max-width: 118px;
    }
}
.smb .header {
    position: fixed;
    width: 100%;
    border-bottom: solid 1px #bfbfc0;
    z-index: 1002;
    background-color: #fff;
    padding-top: 5px;
}
@media (max-width: 768px){
    .smb .header {
        height: 55px;
        min-width: initial;
        padding-top: 3px;
        border-bottom: 0;
        background-color: initial;
    }
}
.smb .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: solid 5px #357eec;
    z-index: 100;
}
.smb .header a {
    display: block;
    text-decoration: none;
    color: #333;
}
.smb .header.header02 {
    border-bottom: 0;
    position: static;
}
@media (max-width: 768px){
    .smb .header.header02 {
        display: none;
    }
}
.smb .header.header02#headerSp {
    display: none;
    position: absolute;
}
@media (max-width: 768px){
    .smb .header.header02#headerSp {
        display: block;
    }
}
.smb .header .header-sp__logo {
    display: block;
    width: 29.33333%;
}
.smb .header .header-sp__inner {
    padding-left: 10px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #bfbfc0;
    position: relative;
    z-index: 100;
    background-color: #fff;
}
.smb .header .header-sp__ttl {
    margin-left: 4.8%;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.smb .header .header-sp__ttl::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8.11966%;
    border-left: solid 1px #bfbfc0;
}
.smb .header__inner {
    padding: 0 35px;
    max-width: 1350px;
    height: 69px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.smb .header__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.smb .header__ttl__logo {
    width: 140px;
    margin-right: 18px;
}
.smb .header__ttl__item {
    width: auto;
    padding-left: 26px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.smb .header__ttl__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 26px;
    border-left: solid 1px #bfbfc0;
}
.smb .header__ttl__item>a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .05em;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.smb .header.header02 .header__ttl__item>a {
    font-size: 16px;
}

/* footer */
.sb-appshell-v1-footer--invisible {
    display: none
}

.sb-appshell-v1-footer {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",system-ui,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    border-top: 5px solid #0080f4
}

[lang="en"] .sb-appshell-v1-footer {
    font-family: Helvetica,Arial,sans-serif
}

.sb-appshell-v1-footer-utility {
    position: relative;
    float: right;
    width: 76px
}

[lang="en"] .sb-appshell-v1-footer-utility {
    width: 140px
}

.sb-appshell-v1-footer_inner {
    padding: 40px 0;
    background-color: #e1e1e6;
    box-shadow: 0 10px 10px -3px rgba(0,0,0,0.4) inset
}

.sb-appshell-v1-footer_contents-inner {
    max-width: 950px;
    margin: auto
}

.sb-appshell-v1-footer_fontsize {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c1c1c2;
    border-radius: 20px
}

.sb-appshell-v1-footer_fontsize::after {
    content: "";
    display: block;
    clear: both
}

.sb-appshell-v1-footer_fontsize-title {
    float: left;
    color: #555;
    font-size: 13px;
    line-height: 1;
    padding: 13px 0 0 24px
}

.sb-appshell-v1-footer_fontsize-list {
    float: right;
    margin: 0;
    padding: 6px 24px 0 0
}

.sb-appshell-v1-footer_fontsize-list::after {
    content: "";
    display: block;
    clear: both
}

.sb-appshell-v1-footer_fontsize-item {
    float: left;
    position: relative;
    list-style: none
}

.sb-appshell-v1-footer_fontsize-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: #555;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.sb-appshell-v1-footer_fontsize-item-small::after {
    width: 12px
}

.sb-appshell-v1-footer_fontsize-item-medium {
    margin-left: 4px
}

.sb-appshell-v1-footer_fontsize-item-medium::after {
    width: 15px
}

.sb-appshell-v1-footer_fontsize-item-large {
    margin-left: 8px
}

.sb-appshell-v1-footer_fontsize-item-large::after {
    width: 19px
}

.sb-appshell-v1-footer_fontsize-item--current::after {
    opacity: 1
}

.sb-appshell-v1-footer_fontsize-button {
    display: block;
    box-sizing: border-box;
    padding: 0;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    background: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-fontsize.png") transparent no-repeat center bottom;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity
}

.sb-appshell-v1-footer_fontsize-button:hover {
    opacity: .6
}

.sb-appshell-v1-footer_fontsize-button-small {
    background-size: 12px
}

.sb-appshell-v1-footer_fontsize-button-medium {
    background-size: 15px
}

.sb-appshell-v1-footer_fontsize-button-large {
    background-size: 19px
}

.sb-appshell-v1-footer_fontsize-button:focus {
    outline: 0
}

.sb-appshell-v1-footer_logo {
    margin-top: 11px
}

.sb-appshell-v1-footer_logo-link {
    display: block;
    width: 192px;
    height: 28px;
    background: url("/site/set/common/sunshine/shared/img/logo-sb.svg") no-repeat center center;
    background-size: 100%;
    margin: auto;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity
}

.sb-appshell-v1-footer_logo-link:hover {
    opacity: .6
}

.sb-appshell-v1-footer_utility {
    list-style-type: none;
    margin: 0;
    padding: 14px 0 0 0;
    text-align: center;
    font-size: 0
}

.sb-appshell-v1-footer_utility-item {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 10px;
    margin: 16px 0 0 -1px
}

.sb-appshell-v1-footer_utility-item::before,.sb-appshell-v1-footer_utility-item::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 12px;
    background-color: #555
}

.sb-appshell-v1-footer_utility-item::before {
    left: 0
}

.sb-appshell-v1-footer_utility-item::after {
    right: 0
}

.sb-appshell-v1-footer_link {
    font-size: 12px;
    line-height: 1
}

.sb-appshell-v1-footer_link:link,.sb-appshell-v1-footer_link:visited,.sb-appshell-v1-footer_link:active,.sb-appshell-v1-footer_utility-link,.sb-appshell-v1-footer_utility a {
    color: #424242;
    text-decoration: none
}

.sb-appshell-v1-footer_link:hover,.sb-appshell-v1-footer_link:focus {
    text-decoration: underline
}

.sb-appshell-v1-footer_registration {
    text-align: center;
    margin: 0;
    padding: 30px 0 0;
    font-size: 11px;
    line-height: 1;
    color: #424242
}

[lang="en"] .sb-appshell-v1-footer_registration {
    line-height: 1
}

.sb-appshell-v1-footer_copyright {
    text-align: center;
    margin: 0;
    padding: 40px 0 0;
    font-size: 11px;
    line-height: 1;
    color: #555
}

[lang="en"] .sb-appshell-v1-footer_copyright {
    line-height: 1
}

.sb-appshell-v1-footer_registration + .sb-appshell-v1-footer_copyright {
    padding-top: 30px
}

.sb-appshell-v1-footer_copyright-small {
    font-size: 100%
}
@media screen and (min-width: 769px) and (max-width:1024px) {
    .smb .footer__inner,.sb-appshell-v1-footer_contents-inner {
        padding:0 25px
    }
}

@media only screen and (max-width: 768px) {
    .sb-appshell-v1-footer--invisible {
        display:none
    }

    .sb-appshell-v1-footer {
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R","Droid Sans",メイリオ,"sans-serif";
        font-size: 14px;
        line-height: 1.55;
        color: #333;
        min-width: auto;
        border-width: 3px
    }

    .sb-appshell-v1-footer_inner {
        padding: 40px 15px 30px;
        background: #e6e8eb;
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.4) inset;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.4) inset
    }

    .sb-appshell-v1-footer_contents-inner {
        width: 100%
    }

    .sb-appshell-v1-footer_fontsize {
        display: none
    }

    .sb-appshell-v1-footer_logo {
        margin: 0
    }

    .sb-appshell-v1-footer_logo-link {
        display: block;
        width: 123px;
        height: 18.5px;
        background: url("/site/set/common/sunshine/shared/img/logo-sb.svg") no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        margin: auto;
        text-indent: -9999px
    }

    .sb-appshell-v1-footer_list {
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0 !important;
        text-align: center;
        text-decoration: none;
        list-style-type: none
    }

    .sb-appshell-v1-footer_utility-item {
        margin: 18px 0 0 -1px;
        display: inline-block;
        position: relative;
        font-size: 12px;
        float: none;
        line-height: 1
    }

    .sb-appshell-v1-footer_utility-item::before,.sb-appshell-v1-footer_utility-item::after {
        content: "";
        width: 1px;
        height: 12px;
        display: block;
        position: absolute;
        top: 0;
        background: #555
    }

    .sb-appshell-v1-footer_utility-item::before {
        left: 0
    }

    .sb-appshell-v1-footer_utility-item::after {
        right: 0
    }

    .sb-appshell-v1-footer_link {
        padding: 0 10px;
        display: block;
        text-decoration: none;
        line-height: 1;
        color: #424242;
        font-weight: normal
    }

    .sb-appshell-v1-footer_link:link {
        color: #424242;
        text-decoration: none
    }

    .sb-appshell-v1-footer_link:visited {
        color: #424242;
        text-decoration: none
    }

    .sb-appshell-v1-footer_link:hover,.sb-appshell-v1-footer_link:active,.sb-appshell-v1-footer_link:focus {
        color: #424242;
        text-decoration: underline
    }

    .sb-appshell-v1-footer_registration {
        margin: 25px 0 0;
        padding: 0;
        text-align: center;
        font-size: 10px;
        line-height: 1;
        color: #424242
    }

    .sb-appshell-v1-footer_copyright {
        margin: 30px 0 0;
        padding: 0;
        text-align: center;
        font-size: 10px;
        line-height: 1;
        color: #555
    }

    .sb-appshell-v1-footer_registration + .sb-appshell-v1-footer_copyright {
        margin-top: 25px
    }

    .sb-appshell-v1-footer_copyright-small {
        font-size: 100%
    }

    .sb-appshell-v1-footer p.sb-appshell-v1-footer_registration {
        margin-top: 32px
    }

    .sb-appshell-v1-footer p.sb-appshell-v1-footer_copyright {
        margin-top: 30px;
        padding: 0
    }

    .sb-appshell-v1-footer_registration + .sb-appshell-v1-footer p.sb-appshell-v1-footer_copyright {
        margin-top: 25px
    }
}

/* pagetop */
.sb-appshell-v1-pagetop {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.75);
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 100;
    transition: linear .4s;
    opacity: 0
}

.sb-appshell-v1-pagetop.is-fadein {
    visibility: visible;
    opacity: 1
}

.sb-appshell-v1-pagetop::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin: 3px auto 0
}

.sb-appshell-v1-pagetop:hover {
    opacity: .6
}

.sb-appshell-v1-pagetop_button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity
}

@media only screen and (max-width: 768px) {
    .sb-appshell-v1-pagetop {
        width:40px;
        height: 40px;
        bottom: 10px;
        right: 10px
    }

    .sb-appshell-v1-pagetop::before {
        width: 9px;
        height: 9px;
        -webkit-transition: -webkit-transform .1s ease-out .2s;
        transition: -webkit-transform .1s ease-out .2s;
        transition: transform .1s ease-out .2s;
        transition: transform .1s ease-out .2s,-webkit-transform .1s ease-out .2s;
        margin: 2px auto 0
    }
}
