#nav_mypage_sln_edit_card {
    display: none;
}

footer #footNavi .fnLeft ul {
    height: 90px;
}

footer #footNavi .fnLeft ul li {
    width: 250px;
}

.travelBusiness dl {
    padding-top: 5px;
    border: none;
    display: block;
}

.japanBox {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.onlineBox dd {
    margin: 0;
}

.japanBox {
    height: 100%;
    background: #fff;
}

.japanBox a {
    transition: 0.5s;
    height: 100%;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.japanBox:hover a {
    transform: scale(1.5);
}


/*.fix_br_tag br {*/


/*display: none;*/


/*}*/


/*.fix_br_tag br:first-child{*/


/*display: block;*/


/*}*/


/*.fix_br_tag br:nth-child(2){*/


/*display: block;*/


/*}*/


/*fix paginator button*/

.pager_num ul.listPaginator li {
    margin: 1px;
    box-sizing: content-box;
}

.pager_num ul.listPaginator li a {
    display: block;
}

.pager_num .listPaginator li span {
    display: block;
    background: #fff;
    color: #000;
}


/*#Policy Regarding*/

.regardingPad {
    padding-bottom: 15px;
}

.number_title {
    padding-right: 10px;
}

span.regarding_title {
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    text-decoration: underline;
}


/*span.regarding_title:after{*/


/*position: absolute;*/


/*bottom: 13px;*/


/*left: -33px;*/


/*height: 2px;*/


/*border-bottom: 2px solid #fff;*/


/*content: "";*/


/*width: 110%;*/


/*}*/

.policy_regarding .ec-borderedDefs {
    border-top: 0;
    line-height: 1.8;
}

.accessData ol {
    counter-reset: my-badass-counter;
}

.accessData li::before {
    margin-right: 15px;
    content: counter(my-badass-counter)'.';
    counter-increment: my-badass-counter;
    font-size: 24px;
}

.list_accessData_child li.detail_sub {
    display: flex;
    list-style-position: outside;
}

.list_accessData_child .sub_title {
    font-size: 20px;
}

.list_accessData_child li::before {
    margin-right: 20px;
    margin-left: 10px;
    font-size: 18px;
    content: '(' counter(my-badass-counter)')';
    counter-increment: my-badass-counter;
}

.accessData li a {
    color: #66afe9;
    word-break: break-all;
}

.accessData .table {
    display: table;
    border-collapse: collapse;
}

.accessData .table .tr {
    display: table-row;
    border: 1px solid #ddd;
    width: 25%;
}

.accessData .table .tr:first-child {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.accessData .table .tr .td {
    display: table-cell;
    padding: 8px;
    border-left: 1px solid #ddd;
}

.accessData .table .tr .td:nth-child(1) {
    width: 20% !important;
}

.accessData .table .tr .td:nth-child(2) {
    width: 20% !important;
}

.accessData .table .tr .td:nth-child(3) {
    width: 40% !important;
}

.accessData .table .tr .td:nth-child(4) {
    width: 20% !important;
}

.accessData .table .tr .td:first-child {
    border-left: 0;
}

.accessData .div-table,
.accessData .table-tag {
    word-break: break-word;
}

.accessData .div-table .title,
.accessData .table-tag .title {
    text-align: center;
    padding-bottom: 0.5em;
}

.accessData .table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}


/*cookie_bun*/

.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    display: none;
    z-index: 15;
    background-color: black;
    font-family: "Poppins", sans-serif;
}

.cookie-para {
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 5px;
}

.cookie-space {
    padding-bottom: 45px;
}

.cookie-btn {
    font-size: 12px;
    color: #0a0a0a;
    background: #fff;
    padding: 7px 15px;
    display: inline-block;
    float: right;
    margin: 0 40px;
    width: 120px;
    text-align: center;
    transition: 1s;
    font-weight: 700;
}

.cookie-btn.secondary {
    color: #ffffff;
    background: #0a0a0a;
    border: 1px solid #ffffff
}

.cookie-notice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-btn.secondary:hover {
    background: #ffffff;
    color: #0a0a0a;
}

.cookie-btn.agree {
    border: 1px solid #ffffff;
}

.cookie-btn.agree:hover {
    color: #fff;
    background: #0a0a0a;
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 1024px) {
    footer #footNavi .fnLeft ul {
        height: auto;
    }
    footer #footNavi .fnLeft ul li {
        margin: 0 auto;
    }
    .travelBusiness {
        padding-bottom: 10px !important;
    }
    .accessData .table .tr .td {
        padding: 1vw;
    }
    .list_accessData_child li::before {
        margin-right: 1.2vw;
        margin-left: 0.8vw;
    }
}

@media only screen and (max-width: 767px) {
    .box_btn {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .cookie-notice .cookie-para {
        width: 100%;
        padding: 1.0vw 0;
        text-align: center;
    }
    .box_btn .cookie-btn {
        width: 48%;
        margin: 0;
        font-size: 0.8rem;
        padding: 0.9vw 1.5vw;
    }
}

@media only screen and (min-width: 768px) {
    .travelBusiness {
        padding-bottom: 20px !important;
    }
    .travelBusiness dl dt {
        width: 100%;
        padding-bottom: 5px;
    }
    .travelBusiness dl dd p {
        line-height: 1.6 !important;
    }
    /*.accessData .table .tr .td:first-child {*/
    /*width: 100%;*/
    /*}*/
}