/*
------------------------------------------------
ご利用ガイド
------------------------------------------------*/
#shipping-fee table {
}
#shipping-fee table th {
    white-space: nowrap;
    width: 20%;
    font-weight: bold;
    text-align: center;
}
#shipping-fee table td {
    text-align: left;
}
#shipping-fee table td.fee {
    white-space: nowrap;
    text-align: center;
    width: 15%;
}

#guide dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#guide dl dt {
    width: 30%;
    box-sizing: border-box;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-bottom: 1px dashed #E3E3E3;
}
#guide dl dd {
    width: 70%;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E3E3E3;
}
@media screen and (max-width: 600px) {
    #guide dl {
        display: block;
    }
    #guide dl dt {
        width: 100%;
        padding-right: 0;
        border-bottom: none;
    }
    #guide dl dd {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
    }
}

#info {  
    padding-top: 200px;
    margin-top: -200px;
}
@media screen and (max-width: 600px) {
  #info {  
    padding-top: 100px;
    margin-top: -100px;
  }
}
  