@charset "utf-8";
/* CSS Document */
/*旅行業登録票・各種約款 メイン画像*/
.new_mainimage_sabu_cdt {
    background-image: url("../img/cdt/kv_cdt01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
/*h3ここから*/
.new_cdt_h3_titl {
    font-size: 25px;
    font-weight: bold;
    color: #3048ac;
}
.new_cdt_h3_titl-area {
    margin-bottom: 50px;
    padding-top: 40px;
}
.new_cdt_h3_border-area {
    display: flex;
}
.new_cdt_h3_border01 {
    border-bottom: 3px solid #ff7050;
    width: 10%;
    text-align: left;
}
.new_cdt_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
}

/*h3ここまで*/
/*h3PDFここから*/
.new_cdt_pdf-area {
    display: flex;
}
.new_cdt_pdf-area a {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: red;
}
.new_cdt_pdf-area a:hover {
    color: #ff7050;
}
.new_cdt_h3_titl-area-pdf {
    margin-bottom: 50px;
    padding-top: 40px;
}
.new_cdt_h3_border-area-pdf  {
    display: flex;
}
.new_cdt_h3_border01-pdf  {
    border-bottom: 3px solid #ff0000;
    width: 50%;
    text-align: left;
}
.new_cdt_h3_border02-pdf {
    border-bottom: 3px solid #c0c0c0;
    width: 50%;
    text-align: right;
}
/*h3PDFここまで*/

/*旅行業登録表_ここから*/
.new_cdt-text dt {
    padding-top: 23px;
    padding-right: 0px;
    width: 15em;
    float: left;
    min-width: 0px;
    font-weight: bold;
    padding-left: 0.5em;
    color: #ff7050;
    font-size: 15px;
}
.new_cdt-text dd {
    padding-top: 20px;/*上幅*/
    padding-bottom: 20px;/*下幅*/
    padding-left: 18.0em;/*左の文字位置*/
    font-size: 15px;
    border-bottom: 1px solid #ff7050;
    font-weight: normal;
    line-height: 2.5em;
}
.new_cdt-text dd a {
    color: #3048ac;
}
.new_cdt-text dd a:hover {
    color: #ff7050;
}
.new_cdt-text dd:last-child {
    border-bottom: 0px;
}

/*ボーダー上部分*/
/*.new_cdt-text {
	border-top: 1px solid #ff7050;
}*/
/*旅行業登録票_ここまで*/

.new_cdt_text {
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.new_cdt_text01 {
    font-size: 15px;
    margin-top: 50px;
}
.new_cdt_text01 a {
    color: #ff7050;
    font-weight: bold;
}
.new_cdt-bg01 {
    background-color: #fff8e2;
    padding-bottom: 20px;
}
.new_cdt-bg02-white {
    border-radius: 10px;
    background-color: #fff;
    padding: 45px;
    border: 2px solid #ff7050;
    margin-top: 50px;
}
.new_cdt_box-dl {
    margin-bottom: 50px;
}
.new_cdt_color-blue {
    color: #3048ac;
}
.new_cdt_color-green {
    color: #008000;
}
.new_area_h2 {
    margin-top: 30px;
    padding-bottom: 30px;
}
/*ここからボタン*/
a.new_btn_02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #ff9600;
    background: #ff9600;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 15px;
    width: 300px;
}
a.new_btn_02:hover {
    color: #ff9600;
    background: #fff;
}
.new_cdt_btn-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*ボタンここまで*/
/*cdt表　ここから*/
.new_cdt_cancel_td, .new_cdt_cancel_td p {
    margin: 0;
    width: 100%;
    font-size: 15px;
    text-align: left;
    /*table-layout: fixed;*//*均等揃え*/
}
.new_cdt_cancel_td {
	border-collapse: collapse;
}
.new_cdt_cancel_td tr {
	background-color: #fff;
}
.new_cdt_cancel_td th, .new_cdt_cancel_td td {
	border: 1px solid #ff7050;
	padding: 15px 15px;
}
/*先頭の色が入ったthの左側に白い線を入れる*/
.new_cdt_cancel_td th {
	border-right: 1px solid #fff;
}
.new_cdt_cancel_td_color00 {
    background-color: #ff7050;
    color: #fff;
}
.new_cdt_cancel_td .new_cdt_cancel_td_color00 {
    text-align: center;
	font-weight: bold;
}
.new_cdt_text_color_color {
    color: #ff7050;
    font-weight: bold;
}
.new_cdt_schedule {
    margin-top: 50px;
}
/*cdt表　ここまで*/
.new_cdt_last {
    padding: 25px;
    border: 1px solid #000;
    margin-top: 40px;
    margin-bottom: 50px;
}
.new_cdt_last-h5 {
    font-weight: bold;
    font-size: 20px;
}
.new_cdt_last-text {
    font-size: 15px;
    line-height: 1.8em;
}
.new_cdt_area-box_tebl {
    margin-top: 50px;
}


@media screen and (max-width:767px) {
/*cdt767*/
/*cdt メイン画像*/
.new_mainimage_sabu_cdt {
    background-image: url("../img/cdt/kv_cdt01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.new_cdt-sec1,
.new_cdt-sec2,
.new_cdt-sec3,
.new_cdt-sec4,
.new_cdt-sec5,
.new_cdt-sec6,
.new_cdt-sec7,
.new_cdt-sec8,
.new_cdt-sec9,
.new_cdt-sec10,
.new_cdt-sec11,
.new_cdt-sec12,
.new_cdt-sec13,
.new_cdt-sec14,
.new_cdt-sec15 {
    width: 100%;
}
/*旅行業登録票_ここから*/
.new_cdt-text dt {
    padding-top: 10px;
    float: none;
    border-right: none;
    padding-left: 0em;
}
.new_cdt-text dd {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 2em;
}
/*旅行業登録票ここまで*/
/*h3線ここから*/
.new_cdt_h3_border01 {
    border-bottom: 3px solid #ff7050;
    width: 40%;
    text-align: left;
}
.new_cdt_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 60%;
    text-align: right;
}
/*h3線ここまで*/
/*h3線PDFここから*/
.new_cdt_h3_titl-area-pdf {
    padding-top: 0px;
}
.new_cdt_pdf-area {
    display: block;
}
.new_cdt_pdf-area a {
    font-size: 12px;
}
.new_cdt_h3_border01-pdf {
    border-bottom: 3px solid #ff0000;
    width: 50%;
    text-align: left;
}
.new_cdt_h3_border02-pdf {
    border-bottom: 3px solid #c0c0c0;
    width: 50%;
    text-align: right;
}
/*h3線PDFここまで*/  
.new_cdt_text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new_cdt_text01 {
    font-size: 12px;
    margin-top: 10px;
}
.new_cdt-bg02-white {
    margin-top: 0px;
    padding: 10px;
}
/*表　cdtここから 767px*/
.new_cdt_cancel_td {
    width: 100%;
}
.new_cdt_cancel_td .new_cdt_cancel_thead {
    display: none;
}
.new_cdt_cancel_td tr {
    width: 100%;
    /*padding: 10px;*/
}
.new_cdt_cancel_td td {
    display: block;
    text-align: left;
    padding: 10px;
    max-width: 100%;
}
.new_cdt_cancel_td td:first-child {
    background: #ff7050;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.new_cdt_cancel_td td:before {
    content: attr(data-label);
    /*float: left;*/
    font-weight: bold;
    margin-right: 10px;
}
/*表　cdtここまで 767pxここまで*/
/*ボタン*/
a.new_btn_02 {
    width: 100%;
}
/*ボタン*/
.new_cdt_h3_titl-area {
    padding-top: 20px;
}
.new_cdt_last {
    padding: 10px;
    margin-top: 20px;
}
.new_cdt_last-h5 {
    font-size: 15px;
    text-align: center;
}
    

}
