.airport-search {
    background-color: #00437D;
}
.airport-search-label {
    color: #FFFFFF;
}
.wrap-content-960 {
    max-width: 1170px;
}
.sub_title_left img,.sub_title_right img {
    width: 35px;
    margin: 0 5px;
}
.sub_title_right img {
    transform: scaleX(-1);
    margin-left: 10px;
}
.box-thumbnail-hotel-item-image {
    display: flex;
}
.hotel_name {
    font-size: 23px;
    padding: 13px 0;
}
.box-thumbnail-hotel-item-text-area {
    display: block;
}
.label-box-blue {
    display: block;
    font-size: 14px;
    border-radius: 25px;
    width: 110px;
    text-align: center;
    padding: 7px 10px 10px 10px;
    margin-bottom: 10px;
}
.box-thumbnail-hotel-item-text-area-detail {
    margin-left: 0;
}
.box-thumbnail-hotel {
    padding-left: 30px;
}
.attention {
    line-height: 2;
    padding: 3px 5px;
}
.attention li {
   list-style: decimal-leading-zero; 
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 1px solid #000;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}
table tr td, table tr th {
    padding: 20px 30px;
    background-color: #FFFFFF;
    line-height: 30px;
}
table tr:first-child th {
    background-color: #3b5998;
    color: #fff;
    text-align: center;    
}
table tr:first-child th:first-child {
    width: 25%;
}
table tr:nth-child(2) td:first-child,table tr:nth-child(3) td:first-child,table tr:nth-child(4) td:first-child {
    text-align: center;
    line-height: 28px;
}
table tr:nth-child(2) td:first-child span,table tr:nth-child(3) td:first-child span,table tr:nth-child(4) td:first-child span {
    padding: 7px 5px;
    color: #fff;
    border-radius: 8px 0;
    background-color: #ff7f00;
    font-weight: 800;
    font-size: 10px;
}
table tr:nth-child(3) td:first-child span {
    background-color: #008cff;
}
.label-blue {
    background-color: #008cff;
}
table tr:nth-child(4) td:first-child span {
    background-color: #ff4dbb;
}
.label-pink {
    background-color: #ff4dbb;
}
.highlight {
    color: blue;
    font-weight: bold;
}
.red {
    color: red;
    font-weight: bold;
}
table tr td, table tr th {
    padding: 15px 5px;
    font-size: 11px;
}
.option_itinerary tbody tr td span img {
    vertical-align: middle;
}
.attention_info {
    background-color: #00437D;
}
.attention_info ul {
    width: 90%;
    margin: auto;
    background-color: #FFFFFF;
    color: #6A7174;
    padding: 15px;
    border-radius: 15px;
    line-height: 25px;
}
.attention_info ul li:first-child {
    font-size: 20px;
    color: #D3093C;
    font-weight: 900;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.attention_info ul li:nth-child(2),.attention_info ul li:nth-child(3) {
    background-color: #CCE8FC;
    color: #042064;
    margin: 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
}
.attention_info ul li:nth-child(4) {
    margin: 5px;
    padding-left: 10px;
    font-size: 13px;
}
.attention_info ul li:nth-child(5) {
    color: #D3093C;
    font-weight: 800;
}
.l-top-kv-inner {
    background-color: #00437D;
}
.insurance_btn {
    background-color: #115D50;
    color: #FFFFFF;
    text-align: center;
    width: 178px;
    margin: 10px 0;
    padding: 2px 0;
    border-radius: 12px;
    font-size: 16px;;
}
@media (min-width: 992px) {
    .l-sec2,.l-sec3,.l-sec4 {
        padding: 45px 0 110px;
    }
    .box-thumbnail-sub-item-text {
        padding: 20px 20px 30px;
    }
    .sub_title_left img,.sub_title_right img {
        width: 62px;
        margin: 0 15px;
    }
    .heading-3,.heading-3-small {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ribbon_bar {
        margin-bottom: 10px;
    }
    .search_plan {
        display: flex;
    }
    .label-box-blue {
        display: ruby;
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 6px;    
        padding: 5px 20px;
    }
    .airport-search {
        padding: 44px 40px;
    }
    .heading-2 {
        font-size: 33px;
        font-weight: 100;
    }
}

@media (min-width: 768px) {
    .box-thumbnail-hotel .box-thumbnail-hotel-item {
        width: 100%;
    }
    .box-thumbnail-hotel-item-text .heading-3 {
        font-size: 28px;
        padding: 10px 0;
    }
    .box-thumbnail-hotel-item-text {
        width: 100%;
    }
    .box-thumbnail-hotel-item-text-area {
        display: flex;
    }
    table {
        border-collapse: collapse;
        width: 100%;
    }
    th, td {
        border: 1px solid #000;
        padding: 6px;
        text-align: left;
        vertical-align: top;
    }
    table tr td, table tr th {
        padding: 20px 30px;
        background-color: #FFFFFF;
        line-height: 30px;
        font-size: 15px;
    }
    table tr:first-child th {
        background-color: #3b5998;
        color: #fff;
        text-align: center;    
    }
    table tr:nth-child(2) td:first-child span,table tr:nth-child(3) td:first-child span,table tr:nth-child(4) td:first-child span {
        padding: 5px 20px;
        font-size: 14px;
    }
    table tr:nth-child(3) td:first-child span {
        background-color: #008cff;
    }
    table tr:nth-child(4) td:first-child span {
        background-color: #ff4dbb;
    }
    .box-thumbnail-hotel-item-text-area-detail {
        margin-left: 10px;
    }

    .attention_info ul li:first-child {
        font-size: 23px;
        padding-top: 20px;
    }
    .attention {
        line-height: 2.5;
    }
    .insurance_btn {
        width: 100%;
    }
}