@charset "utf-8";



/*========================================================*/

.shopping-guide__nav {
    border-top:solid 1px #666;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin: 0 0 100px;
}
.shopping-guide__nav li {
    width: 33.333%;
    border-bottom: solid 1px #666;
    border-right:solid 1px #666;
    list-style-type: none !important;
}
.shopping-guide__nav li:nth-child(3n - 2) { 
    border-left: solid 1px #666;
}
.shopping-guide__nav li a {
    display: block;
    padding: 16px 12px;
    color: #222;
    position: relative;
    text-decoration: none !important;
}
.shopping-guide__nav li a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    left: 90%;
    top:22px;
    transform: rotate(135deg);
}
.shopping-guide__nav li a:hover {
    background: #F5F9FF;
}

#shopping-guid .tb01 th {
    width: 100px;
}
.tbl_chage {
    width: 50%;
}
.tbl_chage h4 {
    margin-bottom: 10px !important;
}
.tbl_chage table {
    margin:0 0 50px !important;
}
.tbl_chage table th {
    width: 50%;
}
.tbl_chage table td {
    text-align: center !important;
}
.shipping-fee table.tb02 tr:first-child th:nth-child(2) {
    width: 20%;
}
.shipping-fee table.tb02 td {
    text-align: center !important;
}
#time-pecification table.tb01 {
    margin-bottom: 50px;
}


@media(max-width: 1024px) {
    .shopping-guide__nav li {
        width: 50%;
        border-bottom: solid 1px #666;
        border-right:solid 1px #666;
        list-style-type: none !important;
    }
    .shopping-guide__nav li:nth-child(3n - 2) { 
        border-left: none;
    }
    .shopping-guide__nav li:nth-child(odd) { 
        border-left: solid 1px #666;
    }
}
@media(max-width: 789px) {
    .tbl_chage {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .shopping-guide__nav {
        border:none;
        border-top: solid 1px #666;
        border-right:solid 1px #666;
        border-left:solid 1px #666;
        list-style-type: none !important;
    }
    .shopping-guide__nav li {
        width: 100%;
        border-top:none;
        border-bottom:solid 1px #666;
        border-right: none;
    }
    .shopping-guide__nav li:nth-child(odd) { 
        border-left: none;
    }
    .shopping-guide__nav li a::before {
        left: 90%;
    }

}
