@charset "utf-8";

.view-pc {
    display: block;
}

.view-sp {
    display: none;
}

.reserv-area-header,
.premium-support-usersguid-area {
    margin-bottom: 20px;
}

:root {
    --fc-border-color: #ddd;
    --fc-button-text-color: #333;
    --fc-button-bg-color: #f5f5f5;
    --fc-button-border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    --fc-button-hover-bg-color: #e6e6e6;
    --fc-button-hover-border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    --fc-button-active-bg-color: #e6e6e6;
    --fc-button-active-border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}


.fc-header-toolbar {
    /*padding-top: 1em;*/
    /*padding-left: 1em;*/
    /*padding-right: 1em;*/
}

.fc .fc-toolbar-title {
    font-size: 30px;
    line-height: 1.1;
}

.fc .fc-col-header-cell-cushion {
    color: #000 !important;
    text-decoration: initial !important;
}

.fc-sun {
    color: #ff0000;
}

.fc-sat {
    color: #2196f3;
}

.reserving {
    font-weight: 600;
}

#header-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.red {
    color: #f00;
}

.reserv-confirm-message {
    margin: 10px 0px 10px 0px;
    font-size: 15px;
}

.reserv-form-header,
.question-header {
    font-weight: 600;
    border-left: 2px solid #0066ff;
    padding-left: 10px;
    clear: both;
}

.original-number {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-left: 12.5%;
}

.example-number {
    color: #7f7f7f;
    margin-left: 12.5%;
}

.w-40-number {
    width: 40%;
}

.original-form-control {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 90%;
    margin-left: 5%;
}

.original-form-control-radio {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-left: 5%;
}

.w200 {
    width: 200px;
}

.file-area {
    width: 90%;
    margin-left: 5%;
}

.radio-input {
    display: none;
}

.radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio-input:checked + label {
    color: #009a9a;
    cursor: pointer;
}

.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #009a9a;
    border-radius: 50%;
}

.radio-area {
    margin-left: 5%;
    margin-top: 15px;
}

.disable-input {
    background-color: #eee;
    pointer-events: none;
}

#versionText {
    /*width: 30%;*/
}

#comment,
#whyDoYouThink,
#comment-comfirm {
    height: 160px;
}

#ticket-no-first-comfirm,
#ticket-no-second-comfirm {
    width: auto;
}

#ticket-no-first {
    width: 82px;
}

#ticket-no-second {
    width: 111px;
}

#last-name,
#first-name,
#last-name-kana,
#first-name-kana,
#last-name-comfirm,
#first-name-comfirm,
#last-name-kana-comfirm,
#first-name-kana-comfirm {
    margin-left: 12%;
}

#ticket-no-second,
#ticket-no-second-comfirm {
    margin-left: 0;
}

#reserve-time,
#reserve-time-comfirm {
    background: #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
}

.required {
    display: inline-block;
    background: #f71707;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    margin-left: 15px;
}

.example-tex,
.supplement {
    margin-left: 5%;
    margin-right: 5%;
}

.example-tex.pc {
    display: block;
}

.example-tex.sp {
    display: none;
}

.consultation-details-supplement {
    color: #000000;
    margin-left: 5%;
    margin-right: 5%;
}

#consent {
    margin-left: 5%;
    margin-top: 15px;
    cursor: pointer;
}

.premium-support-checkbox {
    margin-left: 5%;
    margin-top: 15px;
    cursor: pointer;
}

.reserv-area a {
    color: #0044cc;
    text-decoration: underline;
}

a.fc-event {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    inset: 56.5px 0% -85px;
    z-index: 1;
    cursor: pointer;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    box-sizing: content-box;
}

.fc-timegrid-event .fc-event-main {
    padding: 0px 0px 0;

}

.fc-timegrid-event-harness {
    overflow: hidden !important;
}

/*
.fc .fc-toolbar>*>* {
    float: left;
    margin-left: 0.75em;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 0.6em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1em;
}

.fc-button {
	margin-left: 0;
	float: left;
    margin: 0 0 0 -1px;
    box-sizing: border-box;
    height: 2.1em;
    padding: 0 0.6em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1em;
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fc-icon:after, .fc-toolbar button {
    position: relative;
}

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
} */

.date-time {
    margin-bottom: 15px;
}

input[type="checkbox"] {
    cursor: pointer;
    vertical-align: bottom;
    height: 18px;
    margin-right: 5px;
}

.premium-support-checkbox input[type="checkbox"] {
    cursor: pointer;
    vertical-align: bottom;
    height: 18px;
    margin-right: 5px;
}


.sendBtn,
.comfirm .defaultSendBtn {
    color: #ffffff;
    width: 120px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #0066ff;
    border-color: #0066ff;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    border: 2px solid #0066ff;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.2s ease,
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-left: 15px;
}

.defaultSendBtn {
    color: #ccc;
    width: 120px;
    padding: 10px 5px;
    background-color: #ffff;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #ddd;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-left: 15px;
}

.clear-both {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.comp-msg,
.cancel-msg {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 30px;
}

.reserve-info {
    margin-top: 16px;
    margin-bottom: 24px;
    word-break: break-all;
}

.cancel-msg {
    font-weight: normal;
    margin-top: 24px;
}

.color-red {
    color: #f00;
}

.mt10 {
    margin-top: 10px;
}

.fl {
    float: left;
}

.w-1 {
    width: 1%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-85 {
    width: 85%;
}

.ml-12 {
    margin-left: 12%;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/images/loading-icon-3e8039242e517ee7edc05a4e226e0b80.gif") center center no-repeat;
    background-size: 100px 100px;
}

.left-area {
    width: 60%;
    float: left;
}

.right-area {
    width: 40%;
    float: left;
    text-align: center;
}

.q_label {
    padding-left: 5px;
    padding-right: 2px;
}

.radio-header {
    float: left;
    width: 33%;
    text-align: center;
    font-weight: 600;
}

.expectactions,
.intelligible,
.atmosphere,
.time,
.more,
.tooles,
.attendingTime,
.whatMinutes {
    width: 15.5%;
    display: inline-block;
    cursor: pointer;
    height: 16px;
}

.accurate,
.intelligible,
.atmosphere,
.tooles,
.time,
.whatMinutes,
.expectactions,
.more {
    width: 100%;
    height: 16px;
    display: block !important;
    /* margin-left: 35% !important; */
}

.radio-5-point-rows {
    width: 15.5%;
    text-align: center;
    display: inline-block;
}

.radio-3-point-rows {
    width: 33.3%;
    text-align: center;
    display: inline-block;
    float: left;
}

.attendingTime {
    width: 100%;
    display: block !important;
    /* 	margin-left: 35% !important; */
}

.time,
.whatMinutes {
    /* width: 32%; */
    display: block !important;
    /* margin-left: 43% !important; */
}

.under-line {
    text-decoration: underline;
}

.attendingTime {
    width: 100%;
}

.nbspArea {
    display: inline-block;
    width: 31%;
}

.lowPrice,
.highPrice,
.tooHigh,
.qualityIssues {
    width: 65%;
    display: -webkit-inline-box;
    margin-right: 10px;
}

.premiumSupportForm .file-delete-btn {
    font-size: 16px;
    margin-top: -5px;
    padding-top: 8px;
    /*
background-color: #e6e8eb;
border-color: #ddd;
color: #999;
*/
}

.file-delete-btn.ml-4 {
    margin-left: 4px;
}

#attachment-file-area .form-control {
    display: inline-block;
    width: 95%;
}

.radio-header.half.left {
    text-align: center;
}

.radio-header.half.right {
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .lowPrice,
    .highPrice,
    .tooHigh,
    .qualityIssues {
        display: inline;
    }
}

.no-border {
    border-left: none;
}

.pl-20 {
    padding-left: 20px;
}

.required-red {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-botm-25 {
    margin-bottom: 25px;
}

.question-comment {
    padding-right: 40px;
}

.reservation-btn-area,
.send-btn-area,
.cancel-btn-area {
    text-align: center;
    margin: 0px 0px 16px 0px;
}

.backBtn {
    width: 160px;
    text-align: center;
    background: #f5f5f5;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease,
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    color: #000;
}

.cancelBtn {
    width: 200px;
    text-align: center;
    background-color: #0066ff;
    border-color: #0066ff;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border: 2px solid #0066ff;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease,
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    color: #ffffff;
    display: inline-block;
}

.fc-time-grid-event,
.reserv {
    cursor: pointer;
}

.fc-unthemed .fc-view .fc-divider {
    display: none !important;
}

.reserv-area.comfirm {
    display: none;
}

.five-question-pc-view {
    display: block;
}

.five-question-sp-view {
    display: none;
}

@media screen and (max-width: 1240px) {
    #attachment-file-area .form-control {
        width: 94%;
    }
}

@media screen and (max-width: 1080px) {
    .month-date-rows {
        float: left;
    }

    .year-rows,
    .month-date-rows,
    .minutes-rows {
        margin-top: 20px;
        display: block;
        text-align: left;
        margin-left: 10%;
    }
}

@media screen and (max-width: 1040px) {
    #attachment-file-area .form-control {
        width: 93%;
    }

    .five-question-radio {
        font-size: 12px;
    }
}

@media screen and (max-width: 994px) {
    #attachment-file-area .form-control {
        width: 92%;
    }

    .time,
    .whatMinutes {
        /* width: 31%; */
    }

    .attendingTime {
        width: 100%;
    }

    .year-rows,
    .month-date-rows,
    .minutes-rows {
        margin-top: 20px;
        display: block;
        text-align: left;
        margin-left: 0;
    }

    .month-date-rows {
        float: left;
    }

    .example-tex.pc {
        display: none;
    }

    .example-tex.sp {
        display: block;
    }
}

contents > a:link {
    color: #0044cc;
}

/** スマフォ対応 **/
/* スマホサイズ */
@media screen and (max-width: 768px) {
    .original-number,
    .example-number {
        margin-left: 5%;
    }

    .w-40-number {
        width: 100%;
    }

    .right-area {
        width: 56%;
    }

    .left-area {
        width: 44%;
    }

    #versionText {
        display: block;
        width: 90%;
        margin-top: 5px;
    }

    #versionText::-webkit-input-placeholder {
        font-size: 12px;
    }

    #versionText:-moz-input-placeholder {
        font-size: 12px;
    }

    #versionText::-moz-input-placeholder {
        font-size: 12px;
    }

    #versionText:-ms-input-placeholder {
        font-size: 12px;
    }

    #attachment-file-area .form-control {
        width: 91%;
    }

    .year-rows,
    .month-date-rows,
    .minutes-rows {
        margin-left: 10%;
    }
}

@media screen and (max-width: 668px) {
    .view-pc {
        display: none;
    }

    .view-sp {
        display: block;
    }

    .five-question-pc-view {
        display: none;
    }

    .five-question-sp-view {
        display: block;
    }

    .reserving,
    .fc-time-grid-event {
        font-size: 9px !important;
    }

    .leson-date-header {
        width: 100%;
        margin-bottom: 10px;
    }

    .right-area {
        width: 100%;
    }

    .select-rows {
        display: inline-block;
        width: auto;
        margin-top: 20px;
    }

    .question-comment {
        padding-right: 0;
    }

    .left-area {
        width: 100%;
    }

    .right-area {
        width: 100%;
    }

    .pl-20 {
        padding-left: 0;
    }

    .reserv-area .margin-botm-25 {
        margin-bottom: 10px;
    }

    #attachment-file-area .form-control {
        width: 79%;
    }

    .month-date-rows {
        float: none;
    }

    .year-rows,
    .month-date-rows,
    .minutes-rows {
        margin-left: 0;
    }

    #ticketSelect {
        width: 90% !important;
    }
}

@media screen and (max-width: 500px) {
    .reserv-area .fc-toolbar .fc-center {
        display: block;
        clear: both;
    }

    .reserv-area .fc-toolbar .fc-center h2 {
        float: none;
        padding-top: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 376px) {
    .five-question-radio {
        font-size: 11.5px;
    }

    .fc-view-container .fc-day-header {
        font-size: 11px;
    }
}

@media screen and (max-width: 321px) {
    .w-85 {
        width: 100%;
    }

    .reservation-btn-area .backBtn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

input,
textarea {
    -webkit-text-fill-color: black;
    opacity: 1;
}

.main .dividing-equals-5 {
    width: 15.5%;
    float: none;
    display: inline-block;
}

.version-check-link {
    margin-left: 10px;
}

@media (max-width: 480px) {
    .version-check-link {
        display: inline;
        margin-left: 15px;
    }
}

@media (max-width: 376px) {
    .version-check-link {
        margin-left: 10px;
        font-size: 10px;
    }
}

/** iPadサイズのみ **/
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    #versionText {
        width: 90%;
        margin-top: 5px;
    }
}

/** iPhoneX横のみ **/
@media screen and (min-width: 812px) and (max-width: 812px) and (orientation: landscape) {
    #versionText {
        width: 90%;
        margin-top: 5px;
    }
}

.premiumSupport-cancel-confirm-modal .modal-dialog,
.premiumSupport-cancel-complete-modal .modal-dialog,
.premiumSupport-cancel-limit-modal .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    top: 30%;
    margin: 0 auto;
}

.premiumSupport-cancel-complete-modal .modal-dialog {
    width: 650px;
}

.premiumSupport-cancel-complete-modal .modal-title {
    font-size: 24px;
    text-align: center;
}

.premiumSupport-cancel-confirm-modal .modal-msg,
.premiumSupport-cancel-complete-modal .modal-msg,
.premiumSupport-cancel-limit-modal .modal-msg {
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.premiumSupport-cancel-button-area,
.premiumSupport-cancel-complete-button-area,
.premiumSupport-cancel-limit-button-area {
    text-align: center;
    margin-top: 15px;
}

.premiumSupport-cancel-confirm-modal .btn.btn-primary.send,
.premiumSupport-cancel-complete-modal .btn.btn-primary.modal-close,
.premiumSupport-cancel-limit-modal .btn.btn-primary.modal-close {
    width: 150px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: #0066ff;
    border-color: #357ebd;
    font-weight: normal;
}

.premiumSupport-cancel-complete-modal .btn.btn-primary.modal-close,
.premiumSupport-cancel-limit-modal .btn.btn-primary.modal-close {
    margin-right: 0px;
}

.premiumSupport-cancel-confirm-modal .btn.btn-primary.cancel {
    color: #fff;
    background-color: #0066ff;
    border-color: #357ebd;
    width: 150px;
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fancybox-overlay {
    z-index: 10000 !important;
}

@media (max-width: 480px) {
    /** スマホ縦の場合、予約キャンセル確認モーダルのボタン幅を調整 **/
    .premiumSupport-cancel-confirm-modal .btn.btn-primary.send {
        width: 100px;
    }

    .premiumSupport-cancel-confirm-modal .btn.btn-primary.cancel {
        width: 100px;
    }
}

.question-form-control {
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    font-size: 16px;
    display: inline-block;
    width: auto;
}

.premiumSupport-cancel-confirm-modal .btn.btn-primary.cancel {
    width: 150px;
}

.fc .fc-button:focus,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 0.6em;
    white-space: nowrap;
    cursor: pointer;
}

.fc .fc-button {
    padding: 0.4em 0.4em;
}

.fc .fc-today-button {
    padding: 0.4em 0.7em;
    line-height: 1.4em;
}

.fc .fc-button-primary {
    background-color: var(--fc-button-bg-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
}

.fc .fc-button .fc-icon {
    font-size: 1.5em;
    position: relative;
    top: -0.15em;
    margin: 0 0.2em;
    vertical-align: middle;
}

.fc a.fc-event:focus {
    outline: none;
}

@media (max-width: 575px) {
    #calendar .fc-header-toolbar {
        display: block;
        margin-bottom: 13px;
    }

    #calendar h2.fc-toolbar-title {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
    }

    #calendar .fc-col-header {
        font-size: 10px;
    }

    #calendar .fc-col-header a {
        padding: 0;
    }

    .comp-msg, .cancel-msg {
        font-size: 1em;
        margin-left: 0;
    }
}

#ticket-no-first-comfirm {
    width: 82px;
}

#ticket-no-second-comfirm {
    width: 111px;
}

.reserv-form-header span.color-red {
    margin-left: 15px;
}

#attachment-file-area a.img-sample {
    color: #0044cc;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}
