@charset "UTF-8";

body {
    min-width: 960px;
    font-family: Arial, "Helvetica Neue", Helvetica, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif
}
.sp {
    display: none;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

main {
    padding-top: 150px;
}
table tr td,
table tr td p{
    line-height: 1.6;
}

.mt35 {margin-top: 35px;}

.bkGr {
    background-color: #F0F0F5;
}
.inner02 {
    width: 960px;
    margin: 0 auto;
    min-width: 960px;
}
.inner02 .haveMargin {
    margin: 0 50px;
}
@media screen and (max-width: 768px) {
    body {min-width: auto;overflow: auto;width: 100%}
    .section {overflow: hidden;}
    main {
        padding-top: 44px;
    }
    main .inner,
    main .inner02 {
        padding: 0 16px;
    }
    .inner02 {
        min-width: auto;
        width: 100%;
        position: relative;
    }
    .inner02 .haveMargin {
        margin: 0;
    }
}
input[type='text'],input[type='tel'],input[type='time'], button ,textarea {
    margin:0;
    padding:0;
    background:none;
    border:none;
    border-radius:0;
    -webkit-appearance:none;-moz-appearance:none;
    appearance:none;
}
input,label,.component_12 select,textarea {vertical-align:middle;}
.component_12 select{margin:0;padding:1px;background:#ffffff;border:1px solid #dddddd;border-radius:0;}
input[type='text'],input[type='tel']{background:#ffffff;border:1px solid #aaaaaa;}
input:-webkit-autofill{
    -webkit-transition: background-color 9999s;
    transition: background-color 9999s;
}
input,button,textarea,.component_12 select,
.component_17 .selectList > select{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {
    display: block;
    width: 1.25rem;
    height: 1.3rem;
    position: absolute;
}
select::-ms-expand {
    display: none;
}
select{
    background:none transparent;
    vertical-align:middle;
    font-size:inherit;
    color:inherit;
}
button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
}
img{vertical-align:bottom;width:100%;max-width: 100%;height: auto;}
input[type="time"],
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"] {
    display: inline-block;
    padding: 11px 10px 10px;
    border: 1px solid #707070;
    border-radius: 4px;
    color: #000;
}
input[type="date"].is_touch_device {
    position: relative;
    min-width: 120px;
    min-height: 41px;
}
input[type="date"].is_touch_device::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
input[type="date"].is_touch_device:not(.is_filled):before {
    content: '年 / 月 / 日';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: #fff;
    color: #000;
}

.pcOnly {
display: block;
}
.spOnly {
display: none;
}
@media screen and (max-width: 768px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
}

.sectionTtl01 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.sectionTtl02 {
    padding-left: 30px;
    border-left: 6px solid #E61E1E;
    font-size: 30px;
    margin-bottom: 48px;
    font-weight: bold;
    word-break: break-all;
}
.sectionTtl03 {
    padding: 5px 0 5px 20px;
    border-left: 6px solid #E61E1E;
    font-size: 1.625rem;
    margin-bottom: 32px;
    font-weight: bold;
    word-break: break-all;
}

.sectionTtl01+.sectionTtl02 {
    margin-top: 30px
}

.inner+.inner {
    margin-top: 30px
}

.pb60 {
    padding-bottom: 60px
}

.breadcrumb {
    min-height: 20px;
    margin: 15px 20px;
    font-size: 0.75rem;
}

.breadcrumb ol {
    display: flex;
    width: max-content;
}

.breadcrumb ol li {
    position: relative;
    margin: 5px 0px;
    display: inline-block;
    vertical-align: top;
    display: flex;
    align-items: center;
}

.breadcrumb ol li.homeItem span {
    display: none;
}

.breadcrumb .breadcrumb__item:not(.homeItem)> * {display: flex;padding-top: 2px;
    height: 100%;
    align-items: center;
    border-bottom: 2px solid transparent;
}
.breadcrumb .breadcrumb__item:not(.homeItem) a:hover {border-bottom: 2px solid #003399;} 
.breadcrumb .breadcrumb__item:not(.homeItem) a {color: #003399;}

.breadcrumb ol li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 14px;
    vertical-align: sub;
    background: url(/themes/custom/toshibaec/common/images/icon-arw-right.png);
    background-size: 9px 14px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
.textIndent {
    padding-left: 2em;
    text-indent: -2em;
    display: inline-block;
}
.textLink {
    color: #003399;
    text-decoration: underline;
  }
  .textLink:hover {
    color: #F63;
  }
  .textLink:visited {
    color: #60C;
  }

@media screen and (max-width: 768px) {
    .breadcrumb {
        overflow: scroll;
        margin: 15px 0;
        width: calc(100% - 50px);
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%!important;
        padding: 0 8px;
    }

    .pb60 {
        padding-bottom: 30px!important;
    }

    .sectionTtl01 {
        font-size: 24px
    }

    .sectionTtl02 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .sectionTtl01+.sectionTtl02 {
        margin-top: 15px
    }

    .inner+.inner {
        margin-top: 15px
    }

}

/*===========================================
header
===========================================*/
.header {
    position: fixed;
    width: 100%;
    min-width:960px;
    height: 150px;
    background-color: #fff;
    z-index: 9;
    top: 0
}
.header .inner {width: 100%;max-width: 960px;}
.global-header-logo {
    display: flex;
    align-items: center;
}
.global-header-logo .logo {margin-right: 50px;}
.global-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 0;
}

.global-header-user {
    display: flex;
    align-items: center;
}

.global-header-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
}

.global-header-item {
    display: flex;
    align-items: center;
    height: inherit;
    font-size: 13px;
}
.global-header-item:hover,.global-header-item .opened {
    background-image: linear-gradient(180deg, transparent 80%, #0064d2 0);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: bottom;
}

/* ログイン前：ログアウト非表示 */
.global-header-item03 {
    display: none;
}
/* .header.login .global-header-item02,.header.login .global-navigation-login {
    display: none!important;
} */
.header.login .global-header-item03 {
    display: flex;
}

.global-header-item a,.global-header-item span {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 25px 0 24px;
}

.global-header-item a::before,.global-header-item span:before {
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    border-right: 1px solid #D8D8D8;
}

.global-header-item:last-child a::before {
    display: none;
}

.component_01,
.header .btn_cart {
    width: 91px;
    height: 36px;
}
@media screen and (min-width: 769px) {
    .header .inner-box{
        position: relative;
        width:100%;
    }
    .header .btn_cart {
        position: absolute;
        top:97px;
        right:20px;
    }
}

.component_01 a,
.header .btn_cart a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: inherit;
    height: inherit;
    background-color: #0064D2;
    border-radius: 2px;
}
.component_01.is-disabled a,
.header .btn_cart.is-disabled a {
    background-color: #999;
}

.component_01 a:hover,
.header .btn_cart a:hover {
    background-color: #fff;
    border: 1px solid #0064D2;
}

.component_01 a p,
.header .btn_cart a p {
    padding-left: 30%;
    color: #fff;
    font-size: 13px;
}

.component_01 a:hover p,
.header .btn_cart a:hover p{
    color: #0064D2;
}

.component_01 a::before,
.header .btn_cart a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background-image: url(../images/cart_white.svg);
}

.component_01 a:hover::before,
.header .btn_cart a:hover::before{
    background-image: url(../images/cart_blue.svg);
}

.component_01 a::after,
.header .btn_cart a::after {
    content: '0';
    position: absolute;
    top: -4px;
    right: -6px;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #0064D2;
    border-radius: 7px;
    font-size: 8px;
    font-weight: bold;
    color: #0064D2;
}

.component_01 a:hover::after,
.header .btn_cart a:hover::after {
    background-color: #0064D2;
    color: #fff;
}

.component_01.is-disabled a::after,
.header .btn_cart.is-disabled a::after {
    border: 1px solid #999;
    color: #999;
}

.global-navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px 1rem 26px;
    z-index: 2;
}

.global-navigation a,.global-navigation-item>*{
    height: 100%;
}

.global-navigation-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
}

.global-navigation-item {
    display: flex;
    align-items: center;
    height: inherit;
    font-size: 13px;
}

.global-header-item01 {
    font-size: 13px;
}

.global-header-item01 a.textLink::before{
    content: "?";
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
    color: #ddd;
    background-color: #505054;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
}

/* ログイン前：マイページ非表示 */
.global-navigation-item03 {
    display: none;
}
.header.login .global-navigation-item03 {
    display: flex;
}

.global-navigation-item>* {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px 0 24px;
}

.global-navigation-item>*.opened {
    /*pointer-events: none;*/
}

.global-navigation-item>*::before {
    content: '';
    position: absolute;
    right: 0;
    height: 35px;
    border-right: 1px solid #D8D8D8;
}

.global-navigation-item>*::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0064d2;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    z-index: 300;
}

.global-navigation-item>a:hover::after,
.global-navigation-item>*.active::after,
.global-navigation-item>*.opened::after {
    transform: scale(1, 1);
}

.global-navigation-item:last-child>*::before {
    display: none;
}

.global-navigation-item-sub {
    position: fixed;
    height: auto;
    top: 148px;
    left: 0;
    width: 100%;
    padding: 26px 0 40px;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.global-navigation-item-sub-inner {
    position: relative;
}

.global-navigation-item-sub-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/ico_close.svg) no-repeat center / 100% auto;

}

.global-navigation-item-sub-close-button {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.global-navigation-item-sub h2 {
    font-size: 20px;
    font-weight: bold;
}

.global-navigation-item-sub-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 17px;
    padding-right:10px;
    max-height: 350px;
    overflow: auto;
    margin-top: 30px;
    overflow-wrap: anywhere;
}

.global-navigation-click01 .global-navigation-item-sub-item {
    flex-basis: calc((100% - 54px) / 4);
    min-width: 180px;
}

.global-navigation-click02 .global-navigation-item-sub-item {
    flex-basis: calc((100% - 40px) / 2);
}

.global-navigation-item-sub-item h3 {
    font-size: 16px;
    font-weight: bold;
}

.global-navigation-item-sub-item a {
    font-size: 14px;
}

.global-navigation-item-sub-item-list {
    margin-top: 20px;
}


.global-navigation-item-sub-item-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.global-navigation-item-sub-item-item a{
    position: relative;
    padding-right: 22px;
    line-height: 1.3;
}
.global-navigation-item-sub-item-item a.is-disabled{
    color: #999;
}
.global-navigation-item-sub-item-item p {
    position: relative;
    width: fit-content;
}

.global-navigation-item-sub-item-item a:hover {
    color: #0064D2;
}
.global-navigation-item-sub-item-item .opened {color: #999;font-size: 14px}

.global-navigation-item-sub-item-item a::before{
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    left:auto;
    width: 7px;
    height: 12px;
    margin:auto;
    background-image: url(../images/arrow_black_right.svg);
}
.global-navigation-item-sub-item-item a:hover:before {background-image: url(../images/arrow_blue_right.svg);}
.global-navigation-item-sub-item-item a.is-disabled::before{opacity: 0.3;}
.modal-background {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    z-index: 4;
}
.global-navigation-item-sub-item-item.lih-m{
    line-height:1.6;
}

@media screen and (max-width: 768px) {
    .header {
        min-width:auto;
        padding-bottom: 44px;
        height: auto;
    }

    .header>.inner {
        background-color: #fff;
    }
    .header .btn_cart{
        width: 47px;
        height: 22px;
    }
    .header .btn_cart {
        position: absolute;
        top: 54px;
        right:10px;
    }
    .header .btn_cart a {
        border-radius: 10px;
    }
    .header .btn_cart a p{
        font-size: 10px;
        padding: unset;
    }
    .global-header {
        position: fixed;
        width: 100%;
        padding: 0 8px;
        margin-left: -8px;
        background-color: #fff;
        z-index: 4;
    }
    .global-header-logo .logo {margin-right: 0;}

    .global-header-logo .logo a img {
        width: 83px;
        height: 14px;
    }

    .global-header-list {
        height: 44px;
    }
    .global-header-item {height: auto;}

    .global-header-item a,.global-header-item span {
        padding: 5px;
        font-size: 9px;
        text-align: center;
        height: auto;
    }

    .global-header-item a::before,.global-header-item span:before {
        height: 14px;
    }

    .global-header-logo p {
        display: none;
    }
    .global-navigation-item.pcOnly {
        display: none !important;
    }

    .component_01 {
        width: 43px;
        height: 14px;
    }

    .component_01 a::before {
        display: none;
    }

    .component_01 a p {
        font-size: 10px;
        padding: unset;
    }

    .component_01 a::after {
        top: -6px;
        font-size: 8px;
        padding: 1px 2px;
        pointer-events: none;
    }

    .hamburgermenu {
        margin-left: 18px;
        cursor: pointer;
    }

    .hamburgermenu.active .btn_cart.sp {
        display: none !important;
    }

    .hamburgermenu-list {
        position: relative;
        display: block;
        width: 28px;
        height: 25px;
        outline-offset: 3px;
    }

    .hamburgermenu-item {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #000000;
        position: absolute;
        transition: 0.3s ease-in-out;
    }

    .hamburgermenu-item:nth-child(1) {
        top: 20%;
    }

    .hamburgermenu-item:nth-child(2) {
        top: 50%;
    }

    .hamburgermenu-item:nth-child(3) {
        top: 80%;
    }

    .hamburgermenu.active .hamburgermenu-item:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .hamburgermenu.active .hamburgermenu-item:nth-of-type(2) {
        opacity: 0;
    }

    .hamburgermenu.active .hamburgermenu-item:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .global-navigation {
        position: absolute;
        top: 44px;
        display: none;
        width: 100%;
        margin-left: -8px;
        padding: unset;
        background-color: #fff;
    }

    .global-navigation a {
        height: unset;
    }

    .global-navigation-login {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 136px;
        background-color: #F0F0F5;
    }

    .global-navigation-login-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 80%;
        height: 50px;
        border: 1px solid #003399;
        background-color: #fff;
    }
    
    .global-navigation-login>a {
        font-size: 14px;
        color: #003399;
        text-decoration: underline;
    }

    .global-navigation-login-button a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    .is-disabled.global-navigation-login-button {
        border:#999 solid 1px;
    }
    .is-disabled.global-navigation-login-button a{
        background-color: #999;
        color:#fff;
        pointer-events: none;
    }

    .global-navigation-list {
        flex-direction: column;
        height: unset;
    }

    .global-navigation-item {
        flex-direction: column;
        width: 100%;
    }

    .global-navigation-item>* {
        position: relative;
        width: inherit;
        height: 47px!important;
        font-size: 14px;
        margin: 0 auto;
        padding: 0 8px;
    }

    .global-navigation-item>*::after {
        left: unset;
        bottom: unset;
        background-color: unset;
    }

    .global-navigation-item02>a::after,
    .global-navigation-item05>a::after {
        top: 50%;
        right: 17px;
        transform: translateY(-50%) !important;
        width: 15px;
        height: 15px;
        background-image: url(../images/plus_black.svg);
        background-size: cover;
    }

    .global-navigation-item02>a.active::after,
    .global-navigation-item05>a.active::after {
        height: 3px;
        background-image: url(../images/minus_black.svg);
    }

    .global-navigation-item03>a::after,
    .global-navigation-item04>a::after {
        top: 50%;
        right: 19px;
        transform: translateY(-50%) !important;
        width: 9px;
        height: 15px;
        background-image: url(../images/arrow_black_right.svg);
        background-size: cover;
    }

    .global-navigation-item>*::before {
        display: none;
    }

    .global-navigation-item-sub {
        position: relative;
        top: unset;
        left: unset;
        padding: 30px 0 10px;
        height: calc(100vh - 321px)!important;
        background-color: #F0F0F5;
        overflow: scroll;
    }
    .header.login .global-navigation-item-sub {height: calc(100vh - 280px)!important;}
    .global-navigation-item-sub h2 {
        font-size: 16px;
    }

    .global-navigation-item-sub-list {
        flex-wrap: nowrap;
        justify-content: normal;
        gap: normal;
        min-height: auto;
        overflow: visible;
    }

    .global-navigation-click01 .global-navigation-item-sub-list {
        flex-direction: column;
    }

    .global-navigation-click01 .global-navigation-item-sub-item {
        flex-basis: auto;
        min-width: auto;
    }

    .global-navigation-item-sub-item {
        padding: 30px 0;
    }

    .global-navigation-item-sub-item:first-child {
        padding-top: unset;
    }

    .global-navigation-item-sub-item:not(:last-child) {
        border-bottom: 2px solid #fff;
    }

    .global-navigation-item-sub-item-item a,
    .global-navigation-item-sub-item-item p {
        width: 100%;
        padding-right: 20px;
        line-height: 1.3;
    }

    .global-navigation-item-sub-item-item a.mt35 {
        margin-top: unset;
    }

    .global-navigation-item-sub-item-item a::before,
    .global-navigation-item-sub-item-item p::before {
        right: 10px;
        width: 9px;
        height: 15px;
        background-size: cover;
    }

    .modal-background {
        z-index: 4;
    }
    .header .global-navigation-item.global-navigation-item05,
    .header .global-navigation-item.global-navigation-item06{
        display: none;
    }
}

/*===========================================
footer
===========================================*/
.footer {min-width: fit-content;}
.footer-top {
    padding: 50px 0;
    background-color: #2C303C;
}

.footer-top .inner {
    display: flex;
    gap: 35px;
    padding: 0 1rem;
}

.footer-top a,.footer-top span {
    color: #ddd;
}

.footer-top-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-wrap: anywhere;
}

.pc .footer-top-list:first-child {
    flex: 0 0 260px;
}

.pc .footer-top-item-list {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    display: none;
}
.pc .footer-top-item-list-service .footer-top-item-list {
    flex-grow: 1;
}

.pc .footer-top-item-list-service .footer-top-item-list:first-child {
    flex: 0 0 190px;
}

.sp .footer-top-item-list {
    display: none;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.sp .footer-top-item-list.active {
    display: flex;
}

.sp .supplemental-information {
    font-size: 10px;
    color: #ddd;
    font-weight: normal;
    padding: 0 8px;
}

.footer-top-item-list-item.supplemental-information {
    font-size: 10px;
    color: #ddd;
    font-weight: normal;
}
.footer-top-item-list-item a {
    font-size: 14px;
}

.footer-top-item-item-marker {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0.6em;
}

.footer-top-item-item-marker::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.sp .footer-top-item-item-marker {
    padding: 0 0 0 0.6em;
    padding-left: calc(8px + 0.6em);
}

.sp .footer-top-item-item-marker::before {
    left: 8px;
}

.footer-top-item-list-item.link_related>a .sup {
    font-size: 13px;
    display: block;
    padding-top:0.25em;
}

.footer-top a.no-events {
    pointer-events: none;
}

.footer-top a:not(.no-events):hover {
    text-decoration: underline;
}

.footer-top-list02 {
    flex-grow: 1;
}

.footer-top-item-list-service {
    display: flex;
    gap: 35px;
}

.footer-top-item>*,
.footer-top-list02 a {
    font-weight: bold;
    font-size: 15px;
}

.footer-top-list02 .footer-top-item-item.footer-lay2{
    margin-left: 15px;
}

.footer-bottom {
    height: 65px;
    background-color: #0064D2;
}

.footer-bottom .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
}

.footer-bottom-list {
    display: flex;
    gap: 20px;
}

.footer-bottom-item a {
    color: #fff;
    font-size: 11px;
}

.footer-bottom-item .no-events {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    display: block;
}

.footer-bottom-item a:hover {
    text-decoration: underline;
}


.footer-bottom p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.gototop-button {
    position: fixed;
    display: block!important;
    z-index: 3;
    right: 20px;
    bottom: 11px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-size: cover;
    background-image: url(/themes/custom/toshibaec/common/images/top.png);
}
.footer-bottom > .inner > a {color: #fff;font-size: 11px;}
.footer-bottom > .inner > a:hover {text-decoration: underline;}

@media screen and (max-width: 768px) {
    .footer {min-width: auto}
    .footer-top {
        padding: unset;
    }
    .footer-top .inner{
        padding: 0;
    }
    .footer-top-item {
        display: flex;
        align-items: center;
    }

    .footer-top-list{
        border-bottom: 1px solid #444;
    }
    .footer-top-item>a,.footer-top-item>span {
        position: relative;
        height: 47px;
        border-bottom: 1px solid #444;
    }

    .footer-top-item>*::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 17px;
        transform: translateY(-50%);
        width: 9px;
        height: 15px;
        background-image: url(../images/arrow_white_right_01.svg);
    }

    .footer-top-item>*.no-events::before {
        display: none;
    }

    .footer-top-list02 .footer-top-item>a::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background-image: url(../images/plus_white.svg);
    }

    .footer-top-list02 .footer-top-item>a.active::before {
        height: 3px;
        background-image: url(../images/minus_white.svg);
    }

    .footer-top-item>a,.footer-top-item>span,
    .footer-top-list02 a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 8px;
        font-size: 14px;
    }

    .footer-top-list02 .footer-top-item {
        flex-direction: column;
    }

    .footer-top-item-list {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-bottom {
        height: unset;
        padding: 8vw 0;
        background-color: #fff
    }

    .footer-bottom .inner {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .footer-bottom .inner .sitelogo {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
  
    .footer-bottom .inner .sitelogo a {
    margin: 0 auto;
    }
  
    .footer-bottom .inner .sitelogo img {
        width: auto;
    }
  
    .footer-bottom-list {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 7.2vw;
        row-gap: 14px;
        width: 80vw;
    }

    .footer-bottom-item a {
        position: relative;
        font-size: 14px;
        color: #000
    }
    .footer-bottom-item .no-events {
        color: #000;
        font-size: 14px;
    }
    

    .footer-bottom-item a::after {
        /* content: ''; */
        position: absolute;
        right: -14px;
        height: 100%;
        border-right: 1px solid #fff;
    }

    .footer-bottom-item:last-child a::after {
        display: none;
    }

    .footer-bottom p {
        margin-top: 20px;
        line-height: 1.5;
    }
    .footer-bottom > .inner > a {margin-top: 20px;font-size: 12px;color: #000}

}


/*===========================================
parts
===========================================*/
.component_02 {
    position: relative;
    padding-right: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #0064D2;
}

.component_02::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    background-image: url(../images/arrow_navy_right.svg);
    background-size: cover;
}

.component_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 360px;
    height: 50px;
    margin: 0 auto;
    margin-top: 55px;
    background-color: #fff;
    border: 1px solid #0064D2;
    overflow: hidden;
}

.component_03:before {
    position: absolute;
    top: 0;
    left: -12%;
    width: 125%;
    height: 100%;
    background-color: #0064D2;
    content: "";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(-100%) skewX(-45deg);
    transform: translate(-100%) skewX(-45deg);
}

.component_03:hover:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0) skewX(-45deg);
    transform: translate(0) skewX(-45deg);
}

.component_03 p {
    position: relative;
    padding-right: 30px;
    font-weight: bold;
    color: #0064D2;
}

.component_03:hover p {
    color: #fff;
}

.component_03 p::before {
    content: '';
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    background-image: url(../images/arrow_navy_right.svg);
    background-size: cover;
}

.component_03:hover p::before {
    background-image: url(../images/arrow_white_right_02.svg);
}


.component_03.hp_colorBl {
    background-color: #0064D2;
    border: 1px solid #0064D2;
    margin: 0;
}
.component_03.hp_colorBl:before {
    background-color: #FFF;
}
.component_03.hp_colorBl p {
    color: #FFF;
}
.component_03.hp_colorBl:hover p {
    color: #0064D2;
}
.component_03.hp_colorBl p::before {
    background-image: url(/themes/custom/toshibaec/common/images/arrow_white_right_02.svg);
}
.component_03.hp_colorBl:hover p::before {
    background-image: url(/themes/custom/toshibaec/common/images/arrow_navy_right.svg);
}
.component_08 .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.component_08 .slick-dots li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    padding: 0;
}


.component_08 .slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: #fff;
    border: 1px solid #0064D2;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    padding: 0;
    font-size:1px;
}

.component_08 .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    background-color: #0064D2;
}

.component_16 .accordion-button {
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 40px;
    padding-left: 40px;
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.component_16 .accordion-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/accordion_q.png);
}

.component_16 .accordion-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(../images/plus_navy.svg);
}

.component_16 .accordion-button.active::after {
    height: 3px;
    background-image: url(../images/minus_navy.svg);
}

.component_16 .accordion-sub {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.component_16 .accordion-sub >*:first-child {
    position: relative;
    padding-left: 40px;
}
.component_16 .accordion-sub-inner >*+* {margin-top: 10px;}
.component_16 .accordion-sub a {display: inline;}
.component_16 .accordion-sub a:hover {text-decoration: underline;}

.component_16 .accordion-sub >*:first-child::before {
    content: 'A.';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    font-weight: bold;
    color: #E61E1E;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .component_03 {
        width: 100%;
        margin-top: 24px;
    }

    .component_08 .slick-dots {
        bottom: 16px;
    }

    .component_16 {
        margin-top: 16px;
    }

    .component_16 h4 {
        padding-right: 30px;
    }

    .component_16 .accordion-sub {
        margin-top: 16px;
    }
}

.component_18 {
    margin-bottom: 55px;
}

.component_18 table {
    font-size: 16px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-collapse: collapse;
}

.component_18 table th {
    vertical-align: middle;
    text-align: center;
    padding: 20px 8px;
    background: #F0F6FC;
    border: 1px solid #D8D8D8;
}

.component_18 table th .small {
    font-size: 12px;
}

.component_18 table th.w48Pc {
  width: 48%;
}

.component_18 table th.w25Pc {
  width: 25%;
}

.component_18 table th.w16Pc {
  width: 16%;
}

.component_18 table th.w14Pc {
  width: 14%;
}

.component_18 table th.w12Pc {
  width: 12%;
}

.component_18 table th.w10Pc {
  width: 10%;
}

.component_18 table th.w9Pc {
  width: 9%;
}

.component_18 table th.w6Pc {
  width: 6%;
}

.component_18 table td {
    vertical-align: middle;
    text-align: center;
    padding: 20px 8px;
    border: 1px solid #D8D8D8;
}

.component_18 table td a {
    color: #003399;
    text-decoration: underline;
    display: inline;
}

.component_18 table td.taC {
    text-align: center !important;
}

.component_18 table td.taL{
    text-align: left !important;
}

.component_18 table td.taR{
    text-align: right !important;
}

@media screen and (max-width: 768px) {
    .component_18 {
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 15px;
        overflow-x: scroll;
    }

    .component_18::-webkit-scrollbar {
        border-radius: 20px;
        height: 6px;
        background: #E6E6E6;
    }

    .component_18::-webkit-scrollbar-thumb {
        background-color: #707070;
        border-radius: 20px;
    }

    .component_18:before {
        content: "";
        display: block;
        position: absolute;
        width: 124px;
        height: 90px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
        background: url(/themes/custom/toshibaec/common/images/scroll_info.png) center/cover no-repeat;
    }

    .component_18.executed:before {
        opacity: 0;
    }

    .component_18 table {
        font-size: 13px;
        width: max-content;
    }

    .component_18 table th .small {
        font-size: 9px
    }

    .component_18 table th.w25Pc,
    .component_18 table th.w16Pc,
    .component_18 table th.w14Pc,
    .component_18 table th.w12Pc,
    .component_18 table th.w10Pc,
    .component_18 table th.w9Pc,
    .component_18 table th.w6Pc {
        width: auto;
        white-space: nowrap;
    }
}


.component_11 {}
.component_11+.component_11 {margin-top: 20px;}
.component_11 ul {display: flex;width:calc(100% - 25px);}
.component_11 ul li {width: calc(100% / 5);height: 42px;position: relative; background: #EFEFEF; display: flex;font-size: 16px;text-align: center;justify-content: center;align-items: center; line-height: 1.2;}
.component_11 ul li+li {margin-left: 24.5px;}
.component_11 ul li.active {}
.component_11 ul li+li:before {position: absolute;top: 0;left: -25px; content: "";display: block;width: 25px;height: 42px; background: url(/themes/custom/toshibaec/common/images/flow_arr_01.png) center/cover no-repeat;}
.component_11 ul li.active+li:before {background: url(/themes/custom/toshibaec/common/images/flow_arr_02.png) center/cover no-repeat;}
/* .component_11 ul li.active+li:before {content: "▶";color: #0064D2;width: 10px; height: 10px;} */
.component_11 ul li.active {background: #0064D2;color: #fff;}
.component_11 ul li.active:before{background: url(/themes/custom/toshibaec/common/images/flow_arr_05.png) center/cover no-repeat;}
.component_11 ul li:last-child:after {position: absolute;top: 0;right: -25px; content: "";display: block;width: 25px;height: 42px;background: url(/themes/custom/toshibaec/common/images/flow_arr_03.png) center/cover no-repeat;}
.component_11 ul li.active:last-child:after {background: url(/themes/custom/toshibaec/common/images/flow_arr_04.png) center/cover no-repeat;}

@media screen and (max-width: 768px) {
    .component_11 {overflow-x: scroll;padding-bottom: 15px;}
    .component_11+.component_11 {margin-top: 10px;}
    .component_11 ul {width: fit-content;}
    .component_11 ul li {width: 100px;height: 60px;}
    .component_11 ul li+li {margin-left: 13px;}
    .component_11 ul li.active {}
    .component_11 ul li+li:before {}
    .component_11 ul li:after {}
    .component_11 ul li {font-size: 11px;}
    .component_11 ul li.active {}
    .component_11 ul li+li:before {left: -14px; content: "";display: block;width: 14px;height: 60px; background: url(/themes/custom/toshibaec/common/images/flow_arr_01_sp.png) center/cover no-repeat;}
    .component_11 ul li.active+li:before {background: url(/themes/custom/toshibaec/common/images/flow_arr_02_sp.png) center/cover no-repeat;}
    .component_11 ul li.active {}
    .component_11 ul li.active:before{background: url(/themes/custom/toshibaec/common/images/flow_arr_05_sp.png) center/cover no-repeat;}
    .component_11 ul li:last-child:after {right: -14px;width: 14px;height: 60px;background: url(/themes/custom/toshibaec/common/images/flow_arr_03_sp.png) center/cover no-repeat;}
    .component_11 ul li.active:last-child:after {background: url(/themes/custom/toshibaec/common/images/flow_arr_04_sp.png) center/cover no-repeat;}

}


.component_17 {}
.component_17 table {width: 100%;}
.component_17 table th {font-weight: bold;}
.component_17 .optionItemCol .quantityBox {text-align: center;}
.component_17 table .ttlSpan,.component_17 table .serviceName, .component_17 table .optionTtl {text-align: left;}
.component_17 .serviceName {font-size: 20px;font-weight: bold;margin-bottom: 20px;display: block;}
.component_17 .ttlCol {display: flex;padding-right: 100px;}
.component_17 .ttlCol .mainTtl {width: 525px;font-size: 20px;}
.component_17 .ttlCol .quantityTtl {width: 70px;font-size: 16px;text-align: center;}
.component_17 .ttlCol .priceTtl {width: 120px;font-size: 16px;text-align: center;margin-left: 45px;}
.component_17 .optionItemCol {border-bottom: 1px solid #D8D8D8;position: relative;}
.component_17 .optionItemCol td {padding: 15px 0;align-items: center;}
.component_17 .optionItemCol .optionName {width: 525px;}
.component_17 .optionItemCol select {width: 70px;cursor: pointer;}
.component_17 .optionItemCol select option {}
.component_17 .optionItemCol .price {text-align: center;}
.component_17 .optionItemCol.monthPrice .price:before {display: inline-block;content: "月額";margin-right: 15px;}
.component_17 .optionTtl {font-size: 16px;margin-top: 30px;font-weight: normal;display: block;}
.component_17 .deleteBtn {display: flex;width: 72px;height: 32px;color: #fff;background: #0064D2;justify-content: center;align-items: center;}
.component_17 table .ttlTr th {padding-top: 30px;}
.component_17 table td {vertical-align: middle;}
.component_17 table.forCart {}
.component_17 table.forCart .optionItemCol {}
.component_17 .selectList {
    position: relative;
}
.component_17 .selectList {
    width:70px;
    margin:0 auto;
}
.component_17 .selectList > select{
      border-radius: 4px;
      cursor: pointer;
      padding: 11px 10px;
      position: relative;
      border:1px solid #767676
}
.component_17 .selectList::after,
.component_17 .selectList.is-active::after{
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 55%;
    right: 5px;
    display: block;
    background: url("/themes/custom/toshibaec/common/images/arrow_black_right.svg") no-repeat center right 10px;
    transition: all .2s;
    pointer-events: none;
}
.component_17 .selectList::after{
    transform: translateY(-50%) rotate(90deg);
}
.component_17 .selectList.is-active::after{
    transform: translateY(-50%) rotate(-90deg);
    margin-top: -2px;
}


@media screen and (max-width: 768px) {
    .component_17 .optionItemCol td {padding: 0;}
    .component_17 .optionItemCol td p+p {padding-left: 10px;}
    .component_17 {width: 72.5vw;margin: auto;}
    .component_17 .serviceName {font-size: 20px;}
    .component_17 .ttlCol {padding: 0}
    .component_17 .ttlCol .mainTtl {font-size: 20px;width: 100%;;}
    .component_17 .optionItemCol {position: relative; display: block;font-size: 14px;padding: 2.666666vw 0 4vw}
    .component_17 .optionItemCol .optionName {}
    .component_17 .optionItemCol .quantityBox {display: flex;margin: 4vw 0;}
    .component_17 .optionItemCol .quantityBox .quantityTtl {}
    .component_17 .optionItemCol select {margin-left: 20px;width: auto;}
    .component_17 .optionItemCol select option {}
    .component_17 .optionItemCol .priceBox {display: flex;}
    .component_17 .optionItemCol .priceBox .priceTtl {}
    .component_17 .optionItemCol .price {width: auto;margin-left: 20px;}
    .component_17 .optionItemCol.monthPrice .price:before {}
    .component_17 .optionTtl {margin-top: 6.666666vw;font-size: 16px;}
    .component_17 .deleteBtn {position: absolute;display: flex;width: 19.2vw;height: 8.533333vw;color: #fff;background: #0064D2;justify-content: center;align-items: center;bottom: 2.666666vw;right:2.666666vw;}
    .component_17 .selectList {
        width:auto;
        margin:0;
    }
    .component_17 .selectList > select{
        width:70px;
    }
}


.component_19 {}
.component_19 ul {display: flex;justify-content: center;}
.component_19 ul li {position: relative;overflow: hidden;margin: 0 5px;min-width: 124px;padding:10px 5px;}
.component_19 ul li:hover {}
.component_19 ul li:after { position: absolute;bottom: 4px;left: -3px;width: calc(100% + 6px);height: 6px;background-color: #0064d2;content: "";-webkit-transition: all .2s ease;transition: all .2s ease;-webkit-transform: translate(-100%) skewX(-45deg);transform: translate(-100%) skewX(-45deg)}
.component_19 ul li:hover:after {-webkit-transition: all .4s cubic-bezier(0,.985,.775,1);transition: all .4s cubic-bezier(0,.985,.775,1);-webkit-transform: translate(0) skewX(-45deg);transform: translate(0) skewX(-45deg)}
.component_19 ul li.active {}
.component_19 ul li.active:after {-webkit-transform: translate(0) ;transform: translate(0) }
.component_19 ul li+li {}
.component_19 ul li a {display: flex;justify-content: center;align-items: center; padding:10px 5px;width: 100%; text-decoration: none;color: #333; font-size: 20px;text-align: center;}
.component_19 ul li a:after {content: "";width: 1.5rem;height: 1.5rem;display: block;background: url(/themes/custom/toshibaec/common/images/arrow_black_right.svg) no-repeat center right 10px;transition: all .2s;transform: rotate(90deg);}

@media screen and (max-width: 768px) {
    .component_19 {}
    .component_19 ul {flex-wrap: wrap;}
    .component_19 ul li {}
    .component_19 ul li:hover {}
    .component_19 ul li:after {display: none;}
    .component_19 ul li.active {}
    .component_19 ul li.active:after {}
    .component_19 ul li+li {}
    .component_19 ul li a {}
    .component_19 ul li a:after {}
}

.component_20 {display: flex;justify-content: space-between;max-width: 960px;margin: auto;}
.component_20 li {padding: 30px;border: 1px solid #D8D8D8;}
.component_20 li+li {}
.component_20 li a {text-align: center;}
.component_20 li .ttl {font-size: 16px;text-align: center;font-weight: bold;margin-bottom: 30px;}
.component_20 li a .btn {display: flex;justify-content: center;align-items: center;position: relative;width: 100%;height: 50px;background-color: #0064D2;color: #fff; border: 1px solid #0064D2;overflow: hidden;}
.component_20 li a .btn:before {position: absolute;top: 0;left: -12%;width: 125%;height: 100%;background-color: #fff;content: "";-webkit-transition: all .2s ease;transition: all .2s ease;-webkit-transform: translate(-100%) skewX(-45deg);transform: translate(-100%) skewX(-45deg);}
.component_20 li a:hover .btn:before {-webkit-transition: all .5s ease;transition: all .5s ease;-webkit-transform: translate(0) skewX(-45deg);transform: translate(0) skewX(-45deg);}
.component_20 li a .btn p {position: relative;padding-right: 30px;font-weight: bold;color: #fff;}
.component_20 li a:hover .btn p {color: #0064D2;}
.component_20 li a .btn p::after {content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 20px;height: 14px;background-image: url(../images/arrow_white_right_02.svg);background-size: cover;}
.component_20 li a:hover .btn p::after {background-image: url(../images/arrow_navy_right.svg);}
.component_20 li .fss{font-size:0.875rem;}
.component_20 li .subtxt{ display:inline-block;padding-top:0.75em; text-align:center;font-size:0.875rem;}

@media screen and (max-width: 768px) {
    .component_20 {max-width: 76.8vw;flex-wrap: wrap;}
    .component_20 li {padding: 8vw;width: 100%;}
    .component_20 li+li {margin-top: 2.66666vw;}
    .component_20 li .ttl {font-size: 16px;margin-bottom: 8vw;}
    .component_20 li a {width: 100%;}
    .component_20 li a:after {}
    .component_20 li a:hover {}
    .component_20 li a:hover:after {}
}

.component_21 {border: 1px solid #D8D8D8;width: 480px;margin: auto;}
.component_21.hide{display: none;}
.component_21 .ttlCol {display: flex;padding: 20px 30px;justify-content: space-between;align-items: center;}
.component_21 .ttlCol .ttl {font-size: 20px;font-weight: bold;}
.component_21 .ttlCol .closeBtn {display: block;width: 18px;height: 18px;background: url(/themes/custom/toshibaec/common/images/ico_close.svg) center/cover no-repeat;}
.component_21 .infoTxt {padding: 30px;font-size: 16px;border-top: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;}
.component_21 .btnCol {display: flex;justify-content: center;align-items: center;padding: 24px 0;}
.component_21 .btnCol a {position: relative;overflow: hidden;display: flex;border: 1px solid #0064D2;align-items: center; justify-content: center;width: 176px;height: 50px;background: #0064D2;color: #fff;}
.component_21 .btnCol a.btn:before {position: absolute;top: 0;left: -20%;width: 140%;height: 100%;background-color: #fff;content: "";-webkit-transition: all .2s ease;transition: all .2s ease;-webkit-transform: translate(-100%) skewX(-45deg);transform: translate(-100%) skewX(-45deg);}
.component_21 .btnCol a.btn:hover:before {-webkit-transition: all .5s ease;transition: all .5s ease;-webkit-transform: translate(0) skewX(-45deg);transform: translate(0) skewX(-45deg);}
.component_21 .btnCol a p {position: relative;font-weight: bold;color: #fff;display: flex;justify-content: center;align-items: center;}
.component_21 .btnCol a.btn:hover p {color: #0064D2;}
.component_21 .btnCol a.backBtn {color: #000;border-color: #d8d8d8;background: #EFEFEF;}
.component_21 .btnCol a.backBtn:before {display: none;}
.component_21 .btnCol a.backBtn:hover {opacity: .8;}
.component_21 .btnCol a.backBtn p {color: #000;}
.component_21 .btnCol a.backBtn:hover p {}
.component_21 .btnCol a+a {margin-left: 10px;}
.component_21 .btnCol a.backBtn p:before {margin-right: 10px; content: "";display: block;width: 20px;height: 14px;background: url(/themes/custom/toshibaec/common/images/arrow_black_left.svg) center/cover no-repeat;}



@media screen and (max-width: 768px) {
    .component_21 {width: 76.8vw;}
    .component_21 .ttlCol {padding:4vw 8vw;}
    .component_21 .ttlCol .ttl {font-size: 20px;}
    .component_21 .ttlCol .closeBtn {width: 4.8vw;height: 4.8vw;}
    .component_21 .infoTxt {padding: 8vw;font-size: 16px;}
    .component_21 .btnCol {flex-wrap: wrap;flex-flow: wrap-reverse;}
    .component_21 .btnCol a {font-size: 16px;width: 47vw;height: 13.333333vw;}
    .component_21 .btnCol a+a {margin-left: 0;}
    .component_21 .btnCol a.backBtn {margin-top: 2.666666vw;}
    .component_21 .btnCol a.backBtn:before {}
}


.mvSection {
    position: relative;
}
.mvSection .mv {
    height: 100px;
    min-width: 960px;
}
.mvSection .mv img {
    height: 100%;
    object-fit: cover;
}
.mvSection .mainTtl {
    position: absolute;
    max-width: 960px;
    width: 100%;
    min-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding-left: 70px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .mvSection .mv {
        height: 48vw;
        min-width: auto;
    }
    .mvSection .mainTtl {
        width: 90vw;
        font-size: 1.25rem;
        padding: 0;
    }
}
.component_04 {
    vertical-align: middle;
  }
  .component_04 a {
    background-color: #0064D2;
    border-radius: 20px;
    padding: 4px 1rem 4px 38px;
    border: 2px solid #0064D2;
    cursor: pointer;
    color: #FFF;
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
  }
  .component_04 a:hover {
    background-color: #FFF;
    color: #0064D2;
    font-size: 1rem;
  }
  .component_04 a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top:50%;
    left: 1rem;
    transform: translateY(-50%);
    background: url("/themes/custom/toshibaec/common/images/icon_detailsearch_wh.png") no-repeat center center /contain;
  }
.component_04 a:hover:before {
    background: url("/themes/custom/toshibaec/common/images/icon_detailsearch_bl.png") no-repeat center center /contain;
  }
@media screen and (max-width: 768px) {
    .component_04 {
      vertical-align: middle;
    }
    .component_04 a:hover {
      background-color: #0064D2;
      border: 2px solid #0064D2;
      color: #FFF;
    }
    .component_04 a::before {
      left: 13px;
    }
    .component_04 a:hover:before {
      background: url("/themes/custom/toshibaec/common/images/icon_detailsearch_wh.png") no-repeat center center /contain;
    }
  }
.component_05 {
    padding-left: 2rem;
    text-indent: -2rem;
}
.component_05.md_pdf{
    margin-bottom:15px;
}
.component_05.md_pdf:last-child{
    margin-bottom:0;
}
.component_05::before {
    content: "";
    display: inline-block;
    vertical-align:baseline;
    width: 20px;
    height: 20px;
    background: url("/themes/custom/toshibaec/common/images/icon-pdf__blue.svg") no-repeat center center / contain;
    margin: 0 4px -2px 0;
}
.component_05 a {
    color: #0064D2;
    text-decoration: underline;
    font-weight: bold;
    display: inline;
}
.component_06 a {
    background-color: #EFEFEF;
    color: #333;
    display: block;
    font-weight: bold;
    height: 50px;
    padding: 15px 0 14px;
    text-align: center;
    width: 360px;
}
.component_06 a:hover {
    opacity: 0.8;
}
.component_06.hp_arrowLeft a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    width: 20px;
    height: 14px;
    background: url("/themes/custom/toshibaec/common/images/arrow_black_left.svg") no-repeat center /contain;
  }
@media screen and (max-width: 768px) {
    .component_06 a {
        width: 100%;
    }
}
.component_07 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 360px;
    height: 50px;
    padding: 15px 0 14px;
    background-color: #fff;
    color: #0064D2;
    border: 1px solid #0064D2;
    cursor: pointer;
    overflow: hidden;
}
.component_07 a:before {
    position: absolute;
    top: 0;
    left: -12%;
    width: 125%;
    height: 100%;
    background-color: #0064D2;
    content: "";
    -webkit-transition: all .2s ease;transition: all .2s ease;
    -webkit-transform: translate(-100%) skewX(-45deg);
    transform: translate(-100%) skewX(-45deg);
}
.component_07 a:hover:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0) skewX(-45deg);
    transform: translate(0) skewX(-45deg);
}
.component_07 a p {
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
    color: #0064D2;
}
.component_07 a:hover p {
    color: #fff;
}
.component_07 a p::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 20.2px;
    height: 13.5px;
    background: url("/themes/custom/toshibaec/common/images/arrow_blue_right_02.svg") no-repeat center /contain;
}
.component_07 a:hover p::before {
    background: url("/themes/custom/toshibaec/common/images/arrow_white_right_02.svg") no-repeat center /contain;
}
@media screen and (max-width: 768px) {
    .component_07 a {
        width: 100%;
    }
}
.component_12 {
    display: flex;
    gap: 0 1.5rem;
    align-items: center;
}
.component_12.is-active {
    display: none;
}
.component_12 .orderList {
    position: relative;
}
.component_12 .orderList select{
      border: 2px solid #0064D2;
      border-radius: 4px;
      background: #fff;
      position: relative;
      cursor: pointer;
      padding: 11px 10px;
      min-width: 212px;
      position: relative;
}
.component_12 .orderList::after,
.component_12 .orderList.is-active::after{
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    background: url("/themes/custom/toshibaec/common/images/arrow_black_right.svg") no-repeat center right 10px;
    transition: all .2s;
    pointer-events: none;
}
.component_12 .orderList::after{
    transform: translateY(-50%) rotate(90deg);
}
.component_12 .orderList.is-active::after{
    transform: translateY(-50%) rotate(-90deg);
    margin-top: -2px;
}
.component_12.md_select .orderList{
    max-width:100%;
}
.component_12.md_select .orderList select{
    max-width:100%;
    padding-right:30px;
}

.component_14 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.component_14 li {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.925rem;
    font-weight: bold;
    white-space: nowrap;
    background-color: #EFEFEF;
}
.component_15 {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}
.component_15 .prev a,
.component_15 .next a,
.component_15 .skip a,
.component_15 .pagerItem a{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #0064D2;
}
.component_15 .prev a,
.component_15 .next a{
    background: url("/themes/custom/toshibaec/common/images/arrow_blue_right.svg") no-repeat center center / auto;
}
.component_15 .prev a {
    transform: rotate(180deg);
}
.component_15 .pagerItem.is_active a{
    background-color: #0064D2;
    color: #FFF;
}
@media screen and (max-width: 768px) {
    .component_15 {
      gap: 0 8px;
    }
}
.component_22 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 360px;
  height: 50px;
  padding: 15px 0 14px;
  background-color: #0064D2;
  color: #FFF;
  border: 1px solid #0064D2;
  cursor: pointer;
  overflow: hidden;
}
.component_22 a:before {
  position: absolute;
  top: 0;
  left: -12%;
  width: 125%;
  height: 100%;
  background-color: #FFF;
  content: "";
  -webkit-transition: all .2s ease;transition: all .2s ease;
  -webkit-transform: translate(-100%) skewX(-45deg);
  transform: translate(-100%) skewX(-45deg);
}
.component_22 a:hover:before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(0) skewX(-45deg);
  transform: translate(0) skewX(-45deg);
}
.component_22 a p {
  position: relative;
  font-weight: bold;
  color: #FFF;
}
.component_22 a:hover p {
  color: #0064D2;
}
@media screen and (max-width: 768px) {
    .component_22 a {
        width: 100%;
      }
}
.btnEye {
    content: "";
    width: 22px;
    height: 22px;
    margin-left: -2rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.btnEye::after{
    content: "";
    background-color: #707070;
    border: 1px solid #FFF;
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 3px;
}
.btnEye.is-slash::after{
    display: block;
}

.component_23 {margin-bottom: 70px;}
.component_23 .accTtl {display: none;}
.component_23 .accTtl .ico {}
.component_23 .accTtl .ico img {}
.component_23 .accInner {}
.component_23 .accInner ul {display: flex;justify-content: center;}
.component_23 .accInner ul li {position: relative;overflow: hidden;margin: 0 5px;padding: 10px 5px;}
.component_23 .accInner ul li:hover {}
.component_23 .accInner ul li:after {position: absolute;bottom: 6px;left: -3px;width: calc(100% + 6px);height: 6px;background-color: #0064d2;content: "";-webkit-transition: all .2s ease;transition: all .2s ease;-webkit-transform: translate(-100%) skewX(-45deg);transform: translate(-100%) skewX(-45deg)}
.component_23 .accInner ul li:hover:after {-webkit-transition: all .4s cubic-bezier(0,.985,.775,1);transition: all .4s cubic-bezier(0,.985,.775,1);-webkit-transform: translate(0) skewX(-45deg);transform: translate(0) skewX(-45deg)}
.component_23 .accInner ul li.active {}
.component_23 .accInner ul li.active >* {pointer-events: none;}
.component_23 .accInner ul li.active:after,.component_23 .accInner ul li.active:hover:after {-webkit-transform: translate(0) skewX(-45deg);transform: translate(0) skewX(-45deg)}
.component_23 .accInner ul li+li {}
.component_23 .accInner ul li >* {display: block;text-decoration: none;color: #333; font-size: 14px;text-align: center;padding: 10px 5px;}
.component_23 .accInner ul li >*:after {}

.component_24 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 50px;
    padding: 15px 0 14px;
    background-color: #fff;
    color: #0064D2;
    border: 1px solid #0064D2;
    cursor: pointer;
    overflow: hidden;
}
.component_24 a:before {
    position: absolute;
    top: 0;
    left: -18%;
    width: 140%;
    height: 100%;
    background-color: #0064D2;
    content: "";
    -webkit-transition: all .2s ease;transition: all .2s ease;
    -webkit-transform: translate(-100%) skewX(-45deg);
    transform: translate(-100%) skewX(-45deg);
}
.component_24 a:hover:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0) skewX(-45deg);
    transform: translate(0) skewX(-45deg);
}
.component_24 a p {
    position: relative;
    font-weight: bold;
    color: #0064D2;
}
.component_24 a:hover p {
    color: #fff;
}
/*disabled*/
.component_24 p.disabled,
.component_24 button.disabled  {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 50px;
    padding: 15px 0 14px;
    overflow: hidden;
    background-color: #999999;
    color: #fff;
    border: none;
    pointer-events: none;
}
.component_24 p.disabled,
.component_24 button.disabled span {
    color: #fff;
}

.component_25 {
    display:flex;
    flex-wrap: wrap;
    gap:10px 20px;
}
.component_25 .form_check {
    display: inline-block;
    cursor: pointer;
}
.component_25 .form_check .md_checbox {
    
}
.component_25 .form_check input:checked + span:before {
    background: #0C339D;
    border: 1px solid #666666;
}
.component_25 .form_check span {
    display: inline-block;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5rem;
}
.component_25 .form_check span:before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    pointer-events: none;
    background-size: contain;
}
.component_25 .form_check input:checked + span:after {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 10px;
    background-size: contain;
    transform: rotateZ(45deg);
}

.component_26 {
    display:flex;
    flex-wrap: wrap;
    gap:10px 20px;
}
.component_26 .form_radio {
    display: inline-block;
    margin-right:20px;
    cursor: pointer;
}
.component_26 .form_radio .md_radio {
}
.component_26 .form_radio .md_radio + span {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding-left: 1.5rem;
}
.component_26 .form_radio .md_radio:checked + span:before {
    border: 1px solid #0C339D;
}
.component_26 .form_radio .md_radio + span:before {
    content:"";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
}
.component_26 .form_radio .md_radio:checked + span:after {
    content:"";
    display: inline-block;
    position: absolute;
    background-color: #0C339D;
    top: 5px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.component_27 {

}
.component_27 .itemList{
    border-bottom:solid 1px #D8D8D8;
}
.component_27 .itemList > li{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap:10px 0;
    padding:20px 0;
    border-top:solid 1px #D8D8D8;
}
.component_28 .itemListDot{
    padding-left:1em;
}
.component_28 .itemListDot li{
    position: relative;
    line-height: 1.3;
    margin-bottom: 10px;
}
.component_28 .itemListDot li::before{
    content:"・";
    position: absolute;
    display:inline-block;
    font-weight: bold;
    top: 0;
    left: -1em;
}

.flowNextArrowDown {
    display: inline-block;
    vertical-align: middle;
    color: #0064d2;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.6em 2.75em;
    border-top-color: currentColor;
    border-bottom: 0;
  }



@media (max-width: 768px) {

    .component_23 {margin-bottom: 17.5vw;}
    .component_23 .accTtl {display: flex;width: 100%; justify-content: space-between;text-decoration: none; padding: 4vw 6.4vw;background: #505054;color: #fff;font-size: 14px;}
    .component_23 .accTtl .ico {transform: rotate(180deg);}
    .component_23 .accTtl.active {}
    .component_23 .accTtl.active .ico {transform: rotate(0)}
    .component_23 .accTtl .ico img {}
    .component_23 .accInner {border-bottom: 2px solid #505054;display: none;width: 100%;}
    .component_23 .accInner.active {display: block;}
    .component_23 .accInner ul {flex-wrap: wrap;width: 100%;}
    .component_23 .accInner ul li {width: 100%;margin:0;padding: 0}
    .component_23 .accInner ul li:after {display: none;}
    .component_23 .accInner ul li:hover {}
    .component_23 .accInner ul li.acitve {}
    .component_23 .accInner ul li+li {}
    .component_23 .accInner ul li >* {padding: 4vw 6.4vw;display: flex;width: 100%;justify-content: space-between;align-items: center;font-size: 14px;margin:0;}
    .component_23 .accInner ul li >*:after {content: "";display: block;width: 3.125vw;height: 4.6875vw;background:url(/themes/custom/toshibaec/common/images/anchor_arr.png) center/cover no-repeat;}
    .component_23 .accInner ul li.active >*:after {display: none;}
   
    .component_24 a {
        width: 100%;
    }
}

/* noscript */
.cmp-noscript{
    display: block;
    position: relative;
    top:150px;
    left: auto;
    width: 100%;
}
.cmp-noscript .cmp-jsoffmessage__text {
    background: rgba(250, 150, 40, 0.4);
    padding: 20px;
}
.cmp-noscript .cmp-jsoffmessage__text>p{
    max-width:960px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .cmp-noscript{
        top:44px;
    }
}


/*===========================================================================================
util
===========================================================================================*/

/* margin
   ========================================================================== */
   .mt0 {margin-top: 0 !important;}
   .mt5 {margin-top: 5px !important;}
   .mt10 {margin-top: 10px !important;}
   .mt15 {margin-top: 15px !important;}
   .mt20 {margin-top: 20px !important;}
   .mt25 {margin-top: 25px !important;}
   .mt30 {margin-top: 30px !important;}
   .mt40 {margin-top: 40px !important;}
   .mt50 {margin-top: 50px !important;}
   .mt60 {margin-top: 60px !important;}
   .mt70 {margin-top: 70px !important;}
   .mt80 {margin-top: 80px !important;}
   .mt100 {margin-top: 100px !important;}
   .mb0 {margin-bottom: 0 !important;}
   .mb5 {margin-bottom: 5px !important;}
   .mb10 {margin-bottom: 10px !important;}
   .mb15 {margin-bottom: 15px !important;}
   .mb20 {margin-bottom: 20px !important;}
   .mb25 {margin-bottom: 25px !important;}
   .mb30 {margin-bottom: 30px !important;}
   .mb40 {margin-bottom: 40px !important;}
   .mb50 {margin-bottom: 50px !important;}
   .mb60 {margin-bottom: 60px !important;}
   .mb70 {margin-bottom: 70px !important;}
   .mb75 {margin-bottom: 75px !important;}
   .mb100 {margin-bottom: 100px !important;}
   .mr5 {margin-right: 5px !important;}
   .mr10 {margin-right: 10px !important;}
   .mr15 {margin-right: 15px !important;}
   .mr20 {margin-right: 20px !important;}
   .ml5 {margin-left: 5px !important;}
   .ml10 {margin-left: 10px !important;}
   .ml15 {margin-left: 15px !important;}
   .ml20 {margin-left: 20px !important;}
   .ml75 {margin-left: 75px !important;}
   .ma{margin:auto !important;}
   
   /* padding
      ========================================================================== */
   .p0 {	padding: 0 !important;}
   .p05 {	padding: 0.5em !important;}
   .p1 {	padding: 1em !important;}
   .p2 {	padding: 2em !important;}
   .p3 {	padding: 3em !important;}
   .p4 {	padding: 4em !important;}
   .p5 {	padding: 5em !important;}
   .pall0 {	padding: 0 !important;}
   .pall05 {	padding: 5px !important;}
   .pall10 {	padding: 10px !important;}
   .pall15 {	padding: 15px !important;}
   .pall20 {	padding: 20px !important;}
   .pall25 {	padding: 25px !important;}
   .pall30 {	padding: 30px !important;}
   .pall40 {	padding: 40px !important;}
   .pall50 {	padding: 50px !important;}
   .pt0 {	padding-top: 0 !important;}
   .pt05 {	padding-top: 5px !important;}
   .pt10 {	padding-top: 10px !important;}
   .pt15 {	padding-top: 15px !important;}
   .pt20 {	padding-top: 20px !important;}
   .pt25 {	padding-top: 25px !important;}
   .pt30 {	padding-top: 30px !important;}
   .pt40 {	padding-top: 40px !important;}
   .pt50 {	padding-top: 50px !important;}
   .pr0 {	padding-right: 0 !important;}
   .pr05 {	padding-right: 5px !important;}
   .pr10 {	padding-right: 10px !important;}
   .pr15 {	padding-right: 15px !important;}
   .pr20 {	padding-right: 20px !important;}
   .pr25 {	padding-right: 25px !important;}
   .pr30 {	padding-right: 30px !important;}
   .pr40 {	padding-right: 40px !important;}
   .pr50 {	padding-right: 50px !important;}
   .pb0 {	padding-bottom: 0 !important;}
   .pb05 {	padding-bottom: 5px !important;}
   .pb10 {	padding-bottom: 10px !important;}
   .pb15 {	padding-bottom: 15px !important;}
   .pb20 {	padding-bottom: 20px !important;}
   .pb25 {	padding-bottom: 25px !important;}
   .pb30 {	padding-bottom: 30px !important;}
   .pb40 {	padding-bottom: 40px !important;}
   .pb50 {	padding-bottom: 50px !important;}
   .pl0 {	padding-left: 0 !important;}
   .pl05 {	padding-left: 5px !important;}
   .pl10 {	padding-left: 10px !important;}
   .pl15 {	padding-left: 15px !important;}
   .pl20 {	padding-left: 20px !important;}
   .pl25 {	padding-left: 25px !important;}
   .pl30 {	padding-left: 30px !important;}
   .pl40 {	padding-left: 40px !important;}
   .pl50 {	padding-left: 50px !important;}

   /* display
      ========================================================================== */
   .dispB{display: block !important;}
   .dispIB{display: inline-block !important;}
   .dispI {	display: inline !important;}
   .dispN {	display: none !important;}

   /* text style
      ========================================================================== */
   .fwB {  font-weight: bold !important;}
   .fwN {	font-weight: normal !important;}
   em.caution{ color:#E61E1E;}

   /* border
   ========================================================================== */
   .brbotNone {border-bottom-left-radius: 0 !important;border-bottom-right-radius: 0 !important;}

   /* position
      ========================================================================== */
   .flL {	float: left !important;}
   .flR {	float: right !important;}
   .flN {	float: none !important;}
   .taR{text-align: right !important;}
   .taC{text-align: center !important;}
   .taL {text-align: left !important;}

   @media print, screen and (min-width: 768px) {
       .taR_C{	text-align: right !important;}
       .taC_R{	text-align: center !important;}
       .taC_L{	text-align: center !important;}
       .taL_C{	text-align: left !important;}
   }

   @media screen and (max-width: 767px) {
       .taR_C{	text-align: center !important;}
       .taC_R{	text-align: right !important;}
       .taC_L{	text-align: left !important;}
       .taL_C{	text-align: center !important;}
   }

   