@charset "utf-8";
/* CSS Document */
/*旅行業務取扱料金表 メイン画像*/
.new_mainimage_sabu_fee {
    background-image: url("../img/fee/kv_fee01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
/*fee表　ここから*/
.new_fee_cancel_td, .new_fee_cancel_td p {
    margin: 0;
    width: 100%;
    font-size: 15px;
    text-align: left;
    /*table-layout: fixed;*//*均等揃え*/
}
.new_fee_cancel_td {
	border-collapse: collapse;
}
.new_fee_cancel_td tr {
	background-color: #fff;
}
.new_fee_cancel_td th, .new_fee_cancel_td td {
	border: 1px solid #00a7ea;
	padding: 15px 15px;
}
/*先頭の色が入ったthの左側に白い線を入れる*/
.new_fee_cancel_td th {
	border-right: 1px solid #fff;
}
.new_fee_cancel_td_color00 {
    background-color: #00a7ea;
    color: #fff;
}
.new_fee_cancel_td .new_fee_cancel_td_color00 {
    text-align: center;
	font-weight: bold;
}
.new_fee_text_color_color {
    color: #00a7ea;
    font-weight: bold;
}
.new_fee_schedule {
    margin-top: 50px;
}
/*fee表　ここまで*/
/*h3ここから*/
.new_fee_h3_titl {
    font-size: 25px;
    font-weight: bold;
    color: #3048ac;
}
.new_fee_h3_titl-area {
    margin-bottom: 50px;
    padding-top: 40px;
}
.new_fee_h3_border-area {
    display: flex;
}
.new_fee_h3_border01 {
    border-bottom: 3px solid #00a7ea;
    width: 10%;
    text-align: left;
}
.new_fee_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
}
/*h3ここまで*/
.new_fee_text01 {
    font-size: 15px;
    margin-top: 50px;
}
.new_fee_text01 a {
    color: #ff7050;
    font-weight: bold;
}



@media screen and (max-width:767px) {
/*fee767*/
/*fee メイン画像*/
.new_mainimage_sabu_fee {
    background-image: url("../img/fee/kv_fee01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.new_fee-sec1,
.new_fee-sec2,
.new_fee-sec3,
.new_fee-sec4,
.new_fee-sec5,
.new_fee-sec6,
.new_fee-sec7,
.new_fee-sec8,
.new_fee-sec9,
.new_fee-sec10,
.new_fee-sec11,
.new_fee-sec12,
.new_fee-sec13,
.new_fee-sec14,
.new_fee-sec15 {
    width: 100%;
}
/*h3線ここから*/
.new_fee_h3_border01 {
    border-bottom: 3px solid #00a7ea;
    width: 40%;
    text-align: left;
}
.new_fee_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 60%;
    text-align: right;
}
/*h3線ここまで*/  
/*表　feeここから 767px*/
.new_fee_cancel_td {
    width: 100%;
}
.new_fee_cancel_td .new_fee_cancel_thead {
    display: none;
}
.new_fee_cancel_td tr {
    width: 100%;
    /*padding: 10px;*/
}
.new_fee_cancel_td td {
    display: block;
    text-align: left;
    padding: 10px;
    max-width: 100%;
}
.new_fee_cancel_td td:first-child {
    background: #00a7ea;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.new_fee_cancel_td td:before {
    content: attr(data-label);
    /*float: left;*/
    font-weight: bold;
    margin-right: 10px;
}
/*表　feeここまで 767pxここまで*/
    
.new_fee_h3_titl-area {
    padding-top: 20px;
}
    
    
    
    
    
    
}