/* Responsive Helper */
@media (max-width: 600px) {
    .responsive-sp {
        display: inherit !important;
    }

    .responsive-pc {
        display: none !important;
    }

    #contents-area {
        width: inherit !important;
    }

}

@media (min-width: 601px) {
    .responsive-sp {
        display: none !important;
    }

    .responsive-pc {
        display: inherit !important;
    }

    #nav-top-area {
        display: none !important;
    }

    #menu-myym {
        display: none !important;
    }

    #str-container {
        display: inherit !important;
    }
}

/* Vue js Directive */
[v-cloak] {
    display: none
}

/* SEM PC */
@media (min-width: 601px) {
    .responsive-pc .menu-list-01 {
        font-size: 0.9em;
    }

    .menu-list-01 li.top {
        display: none !important;
    }

    .menu-list-01 li.about {
        display: none !important;
    }

    .menu-list-01 li.info {
        display: none !important;
    }

    .header-myym  ul.btn-list-02{
        display: none;
    }

    .phone_num_box>.nav_layer_01 {
        white-space: nowrap
    }

    .menu-list-01>li:before {
        content: "";
        display: inline-block;
        width: 25px !important;
        height: 25px;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        background-image: url(../../p/img/fig_selfcare-menu-2x.png);
        background-repeat: no-repeat;
        background-size: 390px auto;
    }

    .menu-list-01>li>a.toggle-hook {
        pointer-events: none;
    }

    .menu-list-01 div.toggle-more .grid-arr .unit>p>a {
        color: rgb(73, 74, 76);
        line-height: 1.4;
    }

    .menu-list-01>li.active,
    .menu-list-01>li:hover {
        background: rgb(234, 235, 237);
    }

    /* icons */
    .menu-list-01 li.pay:before {
        background-position: -6px -8px;
    }

    .menu-list-01 li.data:before {
        background-position: -36px -8px;
    }

    .menu-list-01 li.contract:before {
        background-position: -65px -8px;
    }

    .menu-list-01 li.mail:before {
        background-position: -93px -8px;
    }

    .menu-list-01 li.anshin:before {
        background-position: -122px -8px;
    }

    .menu-list-01 li.service-terminal-setting:before {
        background-position: -152px -8px;
    }

    .menu-list-01 li.internet:before {
        background-image: url(/help/mymenu/resource/data/add/top/01/img/s/icon-hammenu-Internet.png);
        background-size: 25px auto;
        background-position: 0px -2px;
    }

    .menu-list-01 > li.sbcard:before {
        background-image: url(/help/mymenu/resource/data/add/top/01/img/s/icon-hammenu-sbcard.png);
        background-size: 25px auto;
        background-position: 0.5px -1px;
    }
    
    .menu-list-01 > li.faq:before {
        background-image: url(/help/mymenu/resource/data/add/top/01/img/s/saponavi_menu.png);
        background-size: 25px auto;
        background-position: 0px -0.5px;
        margin-left: -3px;
    }
    .menu-list-01 > li.survey:before {
        background-image: url(/help/mymenu/resource/data/add/top/01/img/s/icon-hammenu-survey.png);
        background-size: 25px auto;
        background-position: -1px 0px
    }
    .menu-list-01 > li.paypay:before {
        background-image: url(/help/mymenu/resource/data/add/top/01/img/s/icon-hammenu-paypay.png);
        background-size: 25px auto;
        background-position: -0.5px -0.5px
    }

    .menu-list-01 li.info-setting:before {
        background-position: -328px -8px;
    }

    .menu-list-01 li.account:before {
        background-position: -181px -8px;
    }

    .menu-list-01 li.contact:before {
        background-position: -299px -8px;
    }

    .menu-list-01 li.support:before {
        background-position: -210px -8px;
    }
}

@media (min-width: 601px) and (max-width:1024px),
(min-width: 601px) and (max-height:650px) 
{
    .menu-list-01 {
        display: flex;
        height: 87px;
        position: relative;
    }

    .menu-list-01>li {
        font-size: 0.85em;
        margin: 0;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 88%;
        padding: 13px 0;
        /* margin: 0 10px; */
        display: flex;
        align-items: center;
        pointer-events: all;
        cursor: pointer;
    }

    .menu-list-01>li>a {
        margin: 0px;
        text-align: center;
        width: 90%;
        color: rgb(73, 74, 76);
    }

    .menu-list-01>li>a.toggle-hook:after {
        display: none;
    }

    .menu-list-01 div.toggle-more {
        display: none;
        position: absolute;
        top: 80px;
        width: auto;
        max-width: 100vw;
        height: auto;
        left: 0;
        right: 0;
        bottom: initial;
        background: rgb(234, 235, 237);
        overflow: hidden;
        z-index: 100;
        padding: 0 45px;
        overflow: hidden;
        max-height: 0px;
        transition: max-height .3s linear, padding .1s linear .3s;
    }

    .menu-list-01 div.toggle-more.show {
        display: block;
    }

    .menu-list-01 div.toggle-more.active {
        transition: max-height .3s linear, padding .1s linear;
        max-height: 40vh;
        padding: 10px 45px;
    }

    .menu-list-01 div.toggle-more .grid-arr .unit {
        width: 25%;
        padding: 8px;
        color: rgb(73, 74, 76);
        font-size: 12px;
        margin: 0;
        height: 50px;
    }

    .menu-list-01 div.toggle-more .grid-arr .unit>p {
        text-align: left;
    }

}

@media screen and (min-width:1025px) and (min-height:651px) {
    .menu-list-01>li {
        padding: 13px 10px;
        position: relative;
        display: flex;
        align-items: center;
        pointer-events: all;
        transition: background-color 0.05s linear;
        cursor: pointer;
    }

    .menu-list-01>li:active {
        background: rgba(73, 74, 76, 0.5);
    }

    .menu-list-01>li>a.toggle-hook:after {
        content: "";
        display: block;
        position: absolute;
        top: 19px;
        right: 17px;
        margin-top: auto;
        margin-bottom: auto;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-list-01>li>a {
        color: rgb(73, 74, 76);
        margin-left: 10px;
    }

    .menu-list-01 div.toggle-more {
        z-index: 30;
        width: 100%;
        list-style: none;
        display: none;
        height: 0px;
        width: 230px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 200px;
        background: rgb(234, 235, 237);
        transition: height .4s linear;
        overflow: hidden;
        pointer-events: none;
    }

    .menu-list-01 div.toggle-more:before {
        content: "";
        display: inline-block;
        height: 90px;
        width: 100%;
    }

    .menu-list-01 div.toggle-more.show {
        display: block;
    }

    .menu-list-01 div.toggle-more.active {
        transition: height .4s linear;
        height: 100vh;
    }

    .menu-list-01 div.toggle-more .grid-arr .unit {
        width: 100%;
        padding: 8px;
        padding-left: 24px;
        color: rgb(73, 74, 76);
        font-size: 12px;
        margin: 0;
        pointer-events: all;
    }

    .menu-list-01 div.toggle-more .grid-arr .unit:hover {
        background: rgba(73, 74, 76, 0.1);
    }

    .menu-list-01 div.toggle-more>a {
        padding: 8px;
        padding-left: 24px;
        color: rgb(73, 74, 76);
        font-size: 12px;
        line-height: 1.4;
        width: 100%;
        pointer-events: all;
        display: block;
    }

    .menu-list-01 div.toggle-more>a:hover {
        background: rgba(73, 74, 76, 0.1);
    }
}

/* Alert-Notification */
.alertnotification-modal-content .alertnotification-modal-close {
    right: 20px;
    position: absolute;
    top: 10px;
}

.alertnotification-modal-content .alertnotification-hdg-03 {
    border-bottom: 1px solid #d7d7d7;
    background-image: none;
    background-color: #FFFFFF;
    color: #333;
    padding: 10px 0px 10px;
    margin: 0px 0px 20px 0px;
    font-size: 1.6rem;
    font-weight: normal;
}

.modal-content .modal-close {
    right: 30px;
}

.modal-content .modal-close button {
    width: 58px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: medium none;
    text-align: right;
}

.btn-03 {
    min-width: inherit;
    background-color: #fff;
}


/* alert notification transplant */
.alertnotification-modal-content {
    padding: 34px 20px 0;
    margin-left: -355px;
    border: 8px solid #d7e3f5;
}

.alertnotification-modal-content .alertnotification-hdg-02,
.alertnotification-modal-content .alertnotification-text,
.alertnotification-modal-content .alertnotification-text-state_strong,
.alertnotification-modal-content .alertnotification-btn {
    text-align: center;
}

.alertnotification-modal-content .alertnotification-hdg-02 {
    background: #2174ee;
    color: #FFFFFF;
    font-size: 18px;
    padding: 8px 8px 3px;
}


.alertnotification-modal-content .alertnotification-text-state_strong {
    font-size: 28px;
    margin-top: 30px;
}

.alertnotification-modal-content .modal-close button {
    cursor: pointer;
    background: none;
    border: none;
    text-align: right;
    height: 34px;
    width: 78px;
    padding-right: 0;
}

.alertnotification-modal-content .modal-close {
    top: 0;
}

.alertnotification-modal-content .modal-close img {
    margin-right: 0;
    vertical-align: middle;
}

.alertnotification-modal-content .alertnotification-text {
    margin: 0 0 15px 0;
}

.alertnotification-modal-content .alertnotification-btn {
    margin-bottom: 20px;
}

.alertnotification-modal-content .alertnotification-btn .btn-03 {
    padding: 10px 0px 8px 0px;
    font-weight: normal;
}

/* ===== alertnotification-modal-content ===== */
.modal-content .modal-close button img {
    transform: scale(0.5);
}

.modal-content .alertnotification-modal-close button {
    position: absolute;
    top: 5px;
    width: 58px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: medium none;
    text-align: right;
}

.modal-content div.modal-close-02 {
    display: inline-block;
}

.modal-content .modal-close-02 button {
    width: 70px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    background: none;
    border: medium none;
    text-align: right;
}

.modal-close-icon {
    display: inline-block;
    position: relative;
    margin: 0px 12px -5px 7px;
    padding: 0;
    width: 1px;
    height: 20px;
    background: #006699;
    transform: rotate(45deg);
}

.modal-close-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 1px;
    margin: -1px 0px 0px -1px;
    background: #006699;
}

.modal-overLayer {
    background: rgba(0, 0, 0, 0.5);
}

.alertnotification-modal-content.modal-content.patch201701 {
    width: 50% !important;
}

@media screen and (max-width: 1024px) {
    .alertnotification-modal-content.modal-content.patch201701 {
        width: 90% !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .modal-content {
        width: 90%;
    }
}

@media (max-width:600px) {
    .modal-content .modal-close button img {
        transform: scale(0.7);
        margin-top: 6px;
    }
}

/* Common : UA Type */
.ua-pc-disp {
  display:none;
}

.ua-sp-disp {
  display:none;
}
  
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
#str-contents .btn-00,
#str-contents .btn-01,
#str-contents .btn-03 ,
#str-contents .uni-btn-02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}