/* カスタマイズ用CSS */
/* ================================= */
/* common                            */
/* ================================= */
.ec-blank4 {
    margin-left: 4px;
}

.ec-blank8 {
    margin-left: 8px;
}

.ec-blank12 {
    margin-left: 12px;
}

.ec-blank24 {
    margin-left: 24px;
}

.ec-rowspace10 {
    margin-top: 10px;
}

.ec-rowspace20 {
    margin-top: 20px;
}

.ec-rowspace40 {
    margin-top: 40px;
}

.ec-important {
    font-weight: bold;
}

.ec-caution {
    color: #ff8c00;
}

.ec-critical {
    color: #f00;
}

.ec-marker_b {
    background: linear-gradient(transparent 70%, #00bfff 0%);
}

.ec-marker_y {
    background: linear-gradient(transparent 70%, #ff0 0%);
}

.ec-word_break {
    overflow-wrap: break-word;
    word-break: break-all;
}

.ec-subdesc {
    font-size: 14px;
}

.ec-not_set {
    font-size: 12px;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin: 0;
    font-size: 24px;
}

.ec-pageHeader h1 {
    border-top: none;
    border-bottom: #ccc 1px solid;
}

.ec-reportHeading {
    border-top: none;
}

.ec-input select,
.ec-input textarea {
    margin-bottom: 10px;
    height: 40px;
}

.ec-orderRole .customer_info_title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 32px;
    }

    .ec-input select,
    .ec-input textarea {
        margin-bottom: 16px;
    }
}

/* --------------------------------- */
/* button                            */
/* --------------------------------- */
.ec-enableBtn {
    background-color: #ffe8ec;
}

.ec-enableBtn:hover,
.ec-enableBtn:active,
.ec-enableBtn:focus {
    background-color: #ffdbe1;
}

.ec-iconBtn {
    margin: 0;
    padding: 4px;
    color: #00bfff;
    background: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
}

.ec-iconBtn:hover,
.ec-iconBtn:active,
.ec-iconBtn:focus {
    color: #00bfff;
}

.ec-inlineBtn--action,
.ec-blockBtn--action {
    color: #fff;
    background-color: #ed7a9b;
    border-color: #ed7a9b;
}

.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action:focus,
.ec-blockBtn--action:hover,
.ec-blockBtn--action:active,
.ec-blockBtn--action:focus {
    background-color: #e64b77;
    border-color: #e64b77;
}

.btn-ec-regular {
    margin: 0 8px;
    color: #525263;
    background-color: #fff;
    border-color: #ccc;
    cursor: pointer;
}

.btn-ec-regular:hover,
.btn-ec-regular:active,
.btn-ec-regular:focus {
    background-color: #eee;
}


.btn-ec-conversion {
    width: 100px;
    font-weight: bold;
    background-color: #93d4ff;
    border-color: transparent;
    cursor: pointer;
}

.btn-ec-conversion:hover,
.btn-ec-conversion:active,
.btn-ec-conversion:focus {
    background-color: #60bfff;
}

.btn-ec-sub {
    width: 100px;
    font-weight: bold;
    background-color: #eee;
    border-color: transparent;
    cursor: pointer;
}

.btn-ec-sub:hover,
.btn-ec-sub:active,
.btn-ec-sub:focus {
    background-color: #ccc;
}

/* --------------------------------- */
/* badge                             */
/* --------------------------------- */
.ec-required {
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #09c;
    line-height: 1.0;
    white-space: nowrap;
}

/* --------------------------------- */
/* dialog                            */
/* --------------------------------- */
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-bottom: #ccc 1px solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header .close {
    margin: -16px -16px -16px auto;
    padding: 16px;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 16px;
    text-align: left;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    border-top: #ccc 1px solid;
}

/* --------------------------------- */
/* login navi                        */
/* --------------------------------- */
.ec-headerNav .ec-headerNav__itemLink:hover,
.ec-headerNav .ec-headerNav__itemLink:active {
    text-decoration: underline;
}

.ec-headerNav .ec-headerNav__itemTicket,
.ec-headerNav .ec-headerNav__itemTicketCount {
    margin-right: 5px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

.ec-headerNav .ec-headerNav__itemTicket {
    display: none;
}

.ec-headerNav .ec-headerNav__itemTicketCount {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .ec-headerNav .ec-headerNav__itemTicket{
        display: inline-block;
    }
}

/* --------------------------------- */
/* ticket                            */
/* --------------------------------- */
.ec-headerTicket {
    text-align: right;
}

.ec-headerTicket .ec-headerTicket__expiration {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 5px 0 0;
    font-size: 12px;
}

.ec-headerTicket .ec-headerTicket__expiration .expiration_title {
    margin: 0;
    padding: 2px 4px;
    background-color: #f5f5f5;
    border: #ccc 1px solid;
}

.ec-headerTicket .ec-headerTicket__expiration .expiration_date {
    margin: 0;
    padding: 2px 4px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

/* --------------------------------- */
/* footer                            */
/* --------------------------------- */
.ec-footerRole {
    margin-top: 40px;
    background-color: #eee;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-footerRole .ec-footerNavi {
    margin: 0;
    color: #525263;
}

.ec-footerRole .ec-footerNavi .ec-footerNavi__link a {
    font-size: 14px;
    border-bottom: #ccc 1px solid;
}

.ec-footerRole .ec-footerTitle {
    padding: 0 0 2px 0;
    color: #525263;
}

.ec-footerRole .ec-footerTitle .ec-footerTitle__logo {
    margin-bottom: 0;
}

.ec-footerRole .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .ec-footerRole {
        margin-top: 100px;
        padding-top: 0;
    }

    .ec-footerRole .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: none;
        text-decoration: none;
    }

    .ec-footerRole .ec-footerNavi .ec-footerNavi__link a:hover {
        text-decoration: underline;
    }

    .ec-footerRole .ec-footerTitle .ec-footerTitle__logo a {
        font-size: 14px;
    }
}

/* --------------------------------- */
/* reservation progress              */
/* --------------------------------- */
.ec-reservationProgressRole {
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed;
}

.ec-reservationProgressRole .prog_name {
    padding: 10px 0;
    width: 32%;
    border: #ccc 1px solid;
    box-sizing: border-box;
    text-align: center;
}

.ec-reservationProgressRole .img_arrow {
    width: 2%;
}

.ec-reservationProgressRole .active {
    background-color: #93d4ff;
}

/* --------------------------------- */
/* reservation status                */
/* --------------------------------- */
.ec-reservationStatus .release_status {
    margin-left: 28px;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.ec-reservationStatus .not_ready {
    background-color: #ff758e;
}

.ec-reservationStatus .published {
    background-color: #09c;
}

.ec-reservationStatus .suspended {
    background-color: #f4a460;
}

.ec-reservationStatus .finished {
    background-color: #333;
}

.ec-reservationStatus .ban {
    background-color: #f00;
}

/* --------------------------------- */
/* reservation history title         */
/* --------------------------------- */
.ec-historyRole .ec-historyRole__detail h2,
.ec-historyRole .ec-historyRole__detail p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* --------------------------------- */
/* reservation detail                */
/* --------------------------------- */
.ec-reservationDetailRole .ec-reservationDetailRole__title {
    margin-bottom: 40px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__title h2,
.ec-reservationDetailRole .ec-reservationDetailRole__title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info {
    margin-bottom: 40px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list {
    margin-bottom: 10px;
    width: 100%;
    table-layout: fixed;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list th {
    padding: 4px;
    border-bottom: #ccc 1px dotted;
    vertical-align: bottom;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list td {
    padding: 20px 4px 4px 4px;
    border-bottom: #ccc 1px solid;
    overflow-wrap: break-word;
    word-break: break-all;
    vertical-align: bottom;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list .tbl_item {
    width: auto;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list .tbl_detail {
    width: 80px;
    text-align: center;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list th.tbl_detail,
.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list .tbl_item_code {
    font-size: 12px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_list .tbl_item_apply_limit {
    padding: 0 4px;
    display: inline-block;
    font-size: 12px;
    background-color: #ffdbe1;
    border: #ccc 1px solid;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_nodata {
    font-size: 14px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_count {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_description {
    margin-bottom: 40px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .reservation_item_apply_limit {
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffdbe1;
    border: #ccc 1px solid;
    text-align: center;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info dl {
    margin-bottom: 20px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info dt {
    padding: 2px;
    border-bottom: #ccc 1px dotted;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info dd {
    padding: 8px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .supplier_info {
    margin-bottom: 4px;
    font-size: 12px;
}

.ec-reservationDetailRole .ec-reservationDetailRole__info .supplier_data {
    margin: 0 0 10px 12px;
}

@media only screen and (min-width: 768px) {
    .ec-reservationDetailRole .ec-reservationDetailRole__title h2 {
        font-size: 24px;
    }

    .ec-reservationDetailRole .ec-reservationDetailRole__info {
        margin-left: 20px;
    }
}

/* ================================= */
/* my page                           */
/* ================================= */

/* --------------------------------- */
/* application status                */
/* --------------------------------- */
.ec-applicationStatus {
    margin-bottom: 20px;
}

.ec-applicationStatus dt,
.ec-applicationStatus dd {
    font-weight: bold;
}

.ec-applicationHeaderRole {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: #ccc 1px dotted;
}

.ec-applicationHeaderRole__title {
    margin-bottom: 20px;
}

.ec-applicationHeaderRole__title h2,
.ec-applicationHeaderRole__title p {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.ec-applicationListRole .application_list_name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ec-applicationListRole .application_list_member {
    margin-bottom: 10px;
    width: 100%;
    table-layout: fixed;
    border: #ccc 1px solid;
    box-sizing: border-box;
}

.ec-applicationListRole .application_list_member th,
.ec-applicationListRole .application_list_member td {
    padding: 8px 4px;
    overflow-wrap: break-word;
    word-break: break-all;
}

.ec-applicationListRole .application_list_member th {
    font-size: 12px;
    background-color: #f5f5f5;
    text-align: center;
}

.ec-applicationListRole .application_list_member .tbl_id {
    width: 120px;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
}

.ec-applicationListRole .application_list_member .tbl_apply_number {
    width: 60px;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    text-align: center;
    box-sizing: border-box;
}

.ec-applicationListRole .application_list_member .tbl_name,
.ec-applicationListRole .application_list_member .tbl_email {
    width: auto;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-applicationListRole .application_list_member .tbl_message,
.ec-applicationListRole .application_list_member .tbl_delete {
    width: 40px;
    border-bottom: #ccc 1px solid;
    text-align: center;
}

.ec-applicationListRole .application_list_member td.tbl_id {
    font-size: 14px;
}

.ec-applicationListRole .application_list_member .invalid {
    background-color: #999;
}

.ec-applicationListRole .application_list_count {
    margin-bottom: 80px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .ec-applicationListRole .application_list_member .tbl_email {
        display: none;
    }
}

/* --------------------------------- */
/* reservation detail                */
/* --------------------------------- */
.ec-reservationHeaderRole {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: #ccc 1px dotted;
}

.ec-reservationHeaderRole .ec-reservationUrl {
    margin-left: 28px;
    color: #525263;
}

.ec-reservationFooterRole {
    padding-top: 20px;
    border-top: #ccc 1px dotted;
}

/* --------------------------------- */
/* input reservation data (base)     */
/* --------------------------------- */
#reservation_exec_date {
    width: 160px;
    text-align: center;
}

#reservation_accept_start_date,
#reservation_accept_end_date,
#reservation_cancel_start_date,
#reservation_cancel_end_date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#reservation_accept_start_date_date,
#reservation_accept_end_date_date,
#reservation_cancel_start_date_date,
#reservation_cancel_end_date_date {
    width: 160px;
    text-align: center;
}

#reservation_accept_start_date_time,
#reservation_accept_end_date_time,
#reservation_cancel_start_date_time,
#reservation_cancel_end_date_time {
    margin-left: 10px;
    width: 120px;
    text-align: center;
}

#reservation_total_apply_limit {
    width: 80px;
    text-align: right;
}

#reservation_duplication,
#reservation_status {
    width: 160px;
}

/* --------------------------------- */
/* input reservation data (item)     */
/* --------------------------------- */
.ec-reservationItemInputRole {
    margin-bottom: 40px;
}

.ec-reservationItemCurrentRole {
    padding-top: 20px;
}

.ec-reservationItemCurrentRole h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ec-reservationItemInputRole .reservation_item_input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ec-reservationItemInputRole .reservation_item_input1,
.ec-reservationItemCurrentRole .reservation_item_current {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}

.ec-reservationItemInputRole .reservation_item_input2 {
    margin-top: 0;
    margin-left: 40px;
    width: 160px;
    table-layout: fixed;
}

.ec-reservationItemInputRole .reservation_item_input1 th,
.ec-reservationItemInputRole .reservation_item_input2 th,
.ec-reservationItemCurrentRole .reservation_item_current th {
    padding: 4px;
    font-size: 12px;
}

.ec-reservationItemCurrentRole .reservation_item_current th {
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-reservationItemInputRole .reservation_item_input1 td,
.ec-reservationItemInputRole .reservation_item_input2 td {
    padding: 4px;
    overflow-wrap: break-word;
    word-break: break-all;
    vertical-align: top;
}

.ec-reservationItemCurrentRole .reservation_item_current td {
    padding: 40px 4px 4px 4px;
    border-bottom: #ccc 1px solid;
    overflow-wrap: break-word;
    word-break: break-all;
}

.ec-reservationItemInputRole .reservation_item_input1 .tbl_button,
.ec-reservationItemInputRole .reservation_item_input2 .tbl_button,
.ec-reservationItemCurrentRole .reservation_item_current .tbl_button {
    width: 40px;
    text-align: center;
}

.ec-reservationItemInputRole .reservation_item_input1 .tbl_code {
    width: 100px;
}

.ec-reservationItemInputRole .reservation_item_input1 .tbl_name,
.ec-reservationItemCurrentRole .reservation_item_current .tbl_item {
    width: auto;
}

.ec-reservationItemInputRole .reservation_item_input2 .tbl_capacity,
.ec-reservationItemInputRole .reservation_item_input2 .tbl_apply_limit,
.ec-reservationItemCurrentRole .reservation_item_current .tbl_capacity,
.ec-reservationItemCurrentRole .reservation_item_current .tbl_apply_limit {
    width: 80px;
    text-align: center;
}

.ec-reservationItemInputRole .reservation_item_input1 td.tbl_button {
    padding-top: 12px;
}

.ec-reservationItemInputRole #reservation_item_capacity,
.ec-reservationItemInputRole #reservation_item_apply_limit {
    text-align: right;
}

.ec-reservationItemCurrentRole .reservation_item_nodata {
    margin-top: 10px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .ec-reservationItemInputRole .reservation_item_input {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .ec-reservationItemInputRole .reservation_item_input1 {
        width: calc(100% - 160px);
    }

    .ec-reservationItemInputRole .reservation_item_input2 {
        margin-top: 20px;
        margin-left: 0;
    }
}

/* --------------------------------- */
/* help                              */
/* --------------------------------- */
.ec-reservationHelpRole .ec-reservationHelpRole__chapter {
    margin-bottom: 80px;
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter dl {
    margin-bottom: 40px;
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter dt {
    padding: 2px;
    border-bottom: #ccc 1px dotted;
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter dt:before {
    content: 'Ｑ. ';
    display: inline;
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter dd {
    padding: 10px 0 10px 30px;
    text-indent: -24px
}

.ec-reservationHelpRole .ec-reservationHelpRole__chapter dd:before {
    content: 'Ａ. ';
    display: inline;
}

/* ================================= */
/* application page                  */
/* ================================= */

/* --------------------------------- */
/* header                            */
/* --------------------------------- */
.ec-zksnHeaderRole {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
}

.ec-zksnHeaderRole .ec-zksnHeaderRole__title {
    padding: 2px 8px;
    background-color: #eee;
    border-bottom: #ccc 1px solid;
    text-align: right;
}


.ec-zksnHeaderRole .ec-zksnHeaderRole__title h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
}

.ec-zksnHeaderRole .ec-zksnHeaderRole__title a {
    color: #525263;
    text-decoration: none;
}

/* --------------------------------- */
/* reservation qrcode                */
/* --------------------------------- */
.ec-zksnQrcodeRole {
    margin-top: 80px;
    padding: 0;
    width: 100%;
}

.ec-zksnQrcodeRole .ec-zksnQrcodeRole__title {
    margin-bottom: 20px;
    text-align: center;
}

.ec-zksnQrcodeRole .ec-zksnQrcodeRole__title h2,
.ec-zksnQrcodeRole .ec-zksnQrcodeRole__title p {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.ec-zksnQrcodeRole .ec-reservationQrcode {
    margin: 0 auto;
    max-width: 400px;
}

@media only screen and (min-width: 768px) {
    .ec-zksnQrcodeRole .ec-zksnQrcodeRole__title h2 {
        font-size: 24px;
    }
}

/* --------------------------------- */
/* reservation detail                */
/* --------------------------------- */
.ec-zksnReservationDetailRole {
    margin-top: 60px;
    padding: 0;
    width: 100%;
}

.ec-zksnReservationDetailRole .sample_notification {
    margin-bottom: 20px;
    padding: 2px 0;
    font-size: 14px;
    font-weight: bold;
    color: #f00;
    background-color: #ffdbe1;
    text-align: center;
}

/* --------------------------------- */
/* input user data                   */
/* --------------------------------- */
.ec-zksnApplicationUserRole {
    padding-top: 40px;
    border-top: #ccc 5px dotted;
}

.ec-zksnApplicationUserRole h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* --------------------------------- */
/* input application data            */
/* --------------------------------- */
.ec-zksnApplicationItemRole {
    margin-top: 60px;
    padding: 0;
    width: 100%;
}

.ec-zksnApplicationItemRole .ec-zksnApplicationItemRole__title {
    margin-bottom: 60px;
}

.ec-zksnApplicationItemRole .ec-zksnApplicationItemRole__title h2,
.ec-zksnApplicationItemRole .ec-zksnApplicationItemRole__title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.ec-zksnApplicationItemRole h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ec-zksnApplicationItemRole .application_item_apply_limit {
    margin: 30px auto 0;
    padding: 2px 0;
    max-width: 400px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffdbe1;
    border: #ccc 1px solid;
    text-align: center;
}

.ec-zksnApplicationItemRole .application_item_count {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.ec-zksnApplicationItemRole .application_item_list {
    width: 100%;
    table-layout: fixed;
}

.ec-zksnApplicationItemRole .application_item_list th {
    padding: 4px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    vertical-align: bottom;
}

.ec-zksnApplicationItemRole .application_item_list td {
    padding: 40px 4px 4px 4px;
    border-bottom: #ccc 1px solid;
    overflow-wrap: break-word;
    word-break: break-all;
    vertical-align: bottom;
}

.ec-zksnApplicationItemRole .application_item_list .tbl_item {
    width: auto;
}

.ec-zksnApplicationItemRole .application_item_list .tbl_detail,
.ec-zksnApplicationItemRole .application_item_list .tbl_apply_number {
    width: 80px;
    text-align: center;
}

.ec-zksnApplicationItemRole .application_item_list .tbl_item_code {
    font-size: 12px;
}

.ec-zksnApplicationItemRole .application_item_list .tbl_item_apply_limit {
    padding: 0 4px;
    display: inline-block;
    font-size: 12px;
    background-color: #ffdbe1;
    border: #ccc 1px solid;
}

.ec-zksnApplicationItemRole .application_item_list input {
    margin-bottom: 4px;
    text-align: right;
}

.ec-zksnApplicationItemRole .application_user_info {
    margin-top: 80px;
}

.ec-zksnApplicationItemRole .application_user_info h4 {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-zksnApplicationItemRole .application_user_info .ec-borderedDefs {
    border-top: none;
}

@media only screen and (min-width: 768px) {
    .ec-zksnApplicationItemRole .ec-zksnApplicationItemRole__title h2 {
        font-size: 24px;
    }
}

/* --------------------------------- */
/* application result                */
/* --------------------------------- */
.ec-zksnApplicationResultRole {
    margin-top: 60px;
    padding: 0;
    width: 100%;
}

.ec-zksnApplicationResultRole .ec-zksnApplicationResultRole__title {
    margin-bottom: 60px;
}

.ec-zksnApplicationResultRole .ec-zksnApplicationResultRole__title h2,
.ec-zksnApplicationResultRole .ec-zksnApplicationResultRole__title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.ec-zksnApplicationResultRole h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ec-zksnApplicationResultRole .application_result_list {
    margin-top: 40px;
    width: 100%;
    table-layout: fixed;
}

.ec-zksnApplicationResultRole .application_result_list th {
    padding: 4px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    vertical-align: bottom;
}

.ec-zksnApplicationResultRole .application_result_list td {
    padding: 40px 4px 4px 4px;
    font-size: 40px;
    font-weight: bold;
    border-bottom: #ccc 1px solid;
    overflow-wrap: break-word;
    word-break: break-all;
    vertical-align: bottom;
}

.ec-zksnApplicationResultRole .application_result_list .tbl_id {
    width: auto;
}

.ec-zksnApplicationResultRole .application_result_list .tbl_apply_number {
    width: 100px;
    text-align: center;
}

.ec-zksnApplicationResultRole .application_result_list .application_item_id {
    color: #525263;
}

.ec-zksnApplicationResultRole .application_result_nodata {
    margin-top: 10px;
}

.ec-zksnApplicationResultRole .application_user_info,
.ec-zksnApplicationResultRole .application_cancel_info {
    margin-top: 80px;
}

.ec-zksnApplicationResultRole .application_user_info h4,
.ec-zksnApplicationResultRole .application_cancel_info h4 {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.ec-zksnApplicationResultRole .application_user_info .ec-borderedDefs,
.ec-zksnApplicationResultRole .application_cancel_info .ec-borderedDefs {
    border-top: none;
}

.ec-zksnApplicationResultRole .modal-body dl {
    margin-bottom: 40px;
}

.ec-zksnApplicationResultRole .modal-body dt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ec-zksnApplicationResultRole .modal-body dd {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.ec-zksnApplicationResultRole .reservation_info {
    margin: 10px 0 20px 12px;
}

.ec-zksnApplicationResultRole .reservation_info h2,
.ec-zksnApplicationResultRole .reservation_info p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .ec-zksnApplicationResultRole .ec-zksnApplicationResultRole__title h2 {
        font-size: 24px;
    }
}

/* --------------------------------- */
/* application notice                */
/* --------------------------------- */
.ec-zksnApplicationNoticeRole {
    margin-top: 120px;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__message {
    margin-bottom: 80px;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__message h2 {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content {
    margin-bottom: 80px;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content .notice_description {
    margin-bottom: 40px;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content .notice_target {
    padding: 40px 20px;
    border-top: #ccc 2px solid;
    border-bottom: #ccc 2px solid;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content .notice_target_title {
    margin-bottom: 20px;
    font-weight: bold;
}

.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content .notice_target h2,
.ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__content .notice_target p {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .ec-zksnApplicationNoticeRole .ec-zksnApplicationNoticeRole__message h2 {
        font-size: 32px;
    }
}

/* ================================= */
/* top page                          */
/* ================================= */
#page_homepage {
    background-image: radial-gradient(#ffc0cb 4px, transparent 4px), radial-gradient(#e9c1ff 4px, #fff 4px);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px;
}

#page_homepage .ec-layoutRole {
    background: transparent;
}

.zksn_frame {
    border: #ffe4b5 1px solid;
}

.zksn_headerSubTitle {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.ec-zksnReservationMainRole,
.ec-zksnReservationNewsRole,
.ec-zksnReservationCommonRole,
.ec-zksnReservationUsageRole {
    margin-bottom: 40px;
}

.ec-zksnReservationCommonRole,
.ec-zksnReservationUsageRole {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ec-zksnReservationMainRole__intro {
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.8);
}

.ec-zksnReservationMainRole__suitable {
    padding: 20px;
    background-color: #fffff0;
    border: #87ceeb 1px solid;
}

.ec-zksnReservationMainRole__suitable p {
    margin-bottom: 20px;
    font-size: 14px;
}

.ec-zksnReservationNewsRole .ec-newsRole {
    padding: 0;
    background-color: #fff;
}

.ec-zksnReservationNewsRole .ec-newsRole .ec-newsRole__newsDate,
.ec-zksnReservationNewsRole .ec-newsRole .ec-newsRole__newsTitle {
    font-weight: normal;
    color: #525263;
}

.ec-zksnReservationCommonRole__intro,
.ec-zksnReservationUsageRole__intro {
    background-color: rgba(255,255,255,0.8);
}

.ec-zksnReservationMainRole__image,
.ec-zksnReservationCommonRole__image,
.ec-zksnReservationUsageRole__image {
    width: 100%;
    height: 100%;
    display: block;
}

.ec-zksnReservationMainRole__image {
    margin: 0 auto 20px;
    max-width: 800px;
}

.ec-zksnReservationCommonRole__image {
    margin: 0 auto 20px;
    max-width: 540px;
}

.ec-zksnReservationUsageRole__image {
    margin: 0 auto 10px;
    max-width: 300px;
}

.ec-zksnReservationButton {
    margin-bottom: 20px;
    padding: 5px 20px;
    color: #fff;
    background-color: #87ceeb;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ec-zksnReservationButton:hover,
.ec-zksnReservationButton:active,
.ec-zksnReservationButton:focus {
    color: #fff;
    background-color: #add8e6;
    text-decoration: none;
}

.ec-zksnReservationSampleLink {
    padding: 5px 20px;
    color: #00bfff;
    background-color: #fff;
    border: #00bfff 1px solid;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ec-zksnReservationSampleLink:hover,
.ec-zksnReservationSampleLink:active,
.ec-zksnReservationSampleLink:focus {
    color: #00bfff;
    background-color: #f0f8ff;
    border: #00bfff 1px solid;
    text-decoration: none;
}

.ec-zksnReservationTitle,
.ec-zksnReservationUsageTitle,
.ec-zksnReservationFeature {
    margin-bottom: 20px;
    font-size: 24px;
}

.ec-zksnReservationTitle {
    color: #00bfff;
    background-color: #f0f8ff;
    text-align: center;
}

.ec-zksnReservationUsageTitle {
    color: #5f9ea0;
    text-align: center;
}

.ec-zksnReservationFeature {
    color: #ff69b4;
}

.ec-zksnReservationDescriptiron,
.ec-zksnReservationMainDescriptiron {
    font-size: 14px;
    line-height: 1.6;
}

.ec-zksnReservationPriceUnit {
    margin: 0 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
}

.ec-zksnReservationPriceValue {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: bold;
    color: #ff7f50;
    text-align: center;
}

.ec-zksnReservationPriceTax {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .ec-zksnReservationMainRole,
    .ec-zksnReservationNewsRole,
    .ec-zksnReservationCommonRole {
        margin-bottom: 120px;
    }

    .ec-zksnReservationUsageRole {
        margin-bottom: 80px;
        padding-bottom: 40px;
        border-bottom: #ffe4b5 1px dotted;
    }

    .ec-zksnReservationCommonRole,
    .ec-zksnReservationUsageRole {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .ec-zksnReservationMainRole__intro {
        margin-bottom: 80px;
    }

    .ec-zksnReservationMainRole__suitable p {
        font-size: 24px;
    }

    .ec-zksnReservationNewsRole .ec-newsRole {
        padding: 10px;
        border: #87ceeb 1px solid;
    }

    .ec-zksnReservationNewsRole .ec-newsRole .ec-newsRole__news {
        padding: 0;
        border: none;
    }

    .ec-zksnReservationNewsRole .ec-newsRole .ec-newsRole__newsTitle {
        font-size: 24px;
        line-height: 1;
    }

    .ec-zksnReservationNewsRole .ec-newsRole .ec-newsRole__newsDescription {
        font-size: 20px;
        line-height: 1.6;
    }

    .ec-zksnReservationCommonRole__image {
        padding-left: 40px;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
    }

    .ec-zksnReservationCommonRole__intro {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
    }

    .ec-zksnReservationUsageRole__intro {
        padding-left: 40px;
    }

    .ec-zksnReservationTitle,
    .ec-zksnReservationUsageTitle,
    .ec-zksnReservationFeature {
        font-size: 32px;
    }

    .ec-zksnReservationTitle {
        margin-bottom: 40px;
    }

    .ec-zksnReservationDescriptiron,
    .ec-zksnReservationMainDescriptiron {
        font-size: 24px;
    }

    .ec-zksnReservationMainDescriptiron {
        line-height: 2;
        text-align: center;
    }
}