@charset "utf-8";
/* CSS Document */
.header-caption{
    position: absolute;
    top: 19px;
    right: 85px;
    font-size: 18px;
    font-weight: 800;
    color: black;
    transition:  .3s ease-out;
}

@media screen and (min-width: 992px){
    .header-caption{
        color: white;
        right: 18px;
    }
}

.header-small .header-caption{
    margin-top:-8px;
}

/* tabel responsible*/
.tbl-r02 {
    font-size: 16px;
    font-weight: 800;
}
.table-header{
    background-color: #343a40;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.tbl-r02 th {
    background:#676C9C;
    color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    
}
.tbl-r02 td {
    border: solid 1px #ccc;
    padding: 10px;
}
.tbl-r02 td span {
    font-size:14px;
    font-weight: 600;
    display: block;
    color: #666;
}
.tbl-r02 td .table-price{
    font-size: 20px;
}
.cancel-policy {}
.cancel-policy li{
    line-height: 1.8;
    font-weight: 800;
    margin-top: 1rem;
}
.cancel-policy li span{
    margin-left: 2rem;
    display: block;
    font-weight: 400;
}
.cancel-policy li ul{
    margin-left: 1rem;
}
span.underline{
    text-decoration: underline;
    font-weight: 800;
    color:black;
}
.text-red{
    color: #C1191C;
}

 
@media screen and (max-width: 992px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}