@charset "UTF-8";
.form-inner .form-in {
    width: 780px;
}
.form-inner .form-in table tr th {
    width: 210px;
    line-height: 1.4;
}
.b_btn {
    width: 250px;
    height: 60px;
    margin: 20px auto 50px auto;
}
.b_btn.is-back {
	width: 200px;
    height: 50px;
	margin-top: 40px;
}
.b_btn a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}
.b_btn.is-apply a {
	color: #fff;
	border-top: 1px solid #dfa000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	background: #e05e00;
    border-top: 1px solid #3da399;
    background: #22665b;
    background: -moz-linear-gradient(top, #22665b 0, #1c4a40 100%);
    background: -webkit-linear-gradient(top, #22665b 0, #1c4a40 100%);
    background: linear-gradient(to bottom, #22665b 0, #1c4a40 100%);
}
.b_btn.is-back a {
	padding: 10px 0;
	color: #000;
    background: #fff;
	border: 1px solid #000;
}
.form-inner .form-in table tr.is-calendar {
	width: 100%;
}
.form-inner .form-in table tr.is-calendar td {
	width: calc(100% - 180px);
	box-sizing: border-box;
}
.c-pc.is-calendar {
	display: table !important;
}
.c-sp.is-calendar {
	display: none !important;
}
#field_agree {
	text-align: center;
	margin: 50px;
}
input[type=checkbox]#agree {
	display: none;
}
input[type=checkbox]#agree + label {
	display: inline-block;
    position: relative;
    padding-left: 39px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
input[type=checkbox]#agree + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #222;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type=checkbox]#agree:checked + label::before {
    background: #222;
}
input[type=checkbox]#agree:checked + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 12px;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.radio_lst {
    display: table;
}
.radio_lst li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    padding-right: 20px;
}
.radio_lst li:last-child {
    padding-right: 0;
}
input[type="radio"].is-ver2 {
    display: none;
}
input[type="radio"].is-ver2 + label {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-left: 22px;
}
input[type="radio"].is-ver2 + label:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #1c4a40;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}
input[type="radio"].is-ver2:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background: #1c4a40;
    border-radius: 10px;
    box-sizing: border-box;
}
.is-blak .fl.is-reserveday {
    margin-right: 10px;
}
.is-blak .fl.is-reservetime input[type="text"] {
    width: 260px !important;
}
.error {
    display: block;
}
.form-inner .form-in table tr td input[type=text].is-calender {
    padding-left: 40px;
    background: #f1f3f8 url("/cmn5/js/calendar/icn_calendar.svg") no-repeat top 11px left 12px;
    background-size: 16px auto;
    box-sizing: border-box;
}
.formCd_box ul:last-child li:last-child.is-off {
    border-radius: 0 0 8px 0;
}
.formCd_lst ul li span {
    display: inline-block;
}
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}
@media (min-width: 767px) {
	.b_btn.is-apply a:hover {
		opacity: .7;
	    background: #1c4a40;
	    background: -moz-linear-gradient(top, #1c4a40 0, #22665b 100%, #22665b 102%);
	    background: -webkit-linear-gradient(top, #1c4a40 0, #22665b 100%, #22665b 102%);
	    background: linear-gradient(to bottom, #1c4a40 0, #22665b 100%, #22665b 102%);
	}
	.b_btn.is-back a:hover {
		color: #fff;
	    background: #000;
	}
}
@media (max-width: 767px) {
    .form-inner .form-in {
        width: auto;
    }
    .form-inner .form-in table tr th {
        width: auto;
        line-height: 1;
    }
	.b_btn {
	    width: 150px;
	    height: 46px;
	    margin: 20px auto 40px auto;
	}
	.b_btn.is-back {
		width: 150px;
	    height: 40px;
		margin-top: 30px;
	}
	.b_btn a {
	    font-size: 15px;
	    padding: 10px 0;
	}
	.b_btn.is-back a {
		padding: 8px 0;
	}
	.form-inner .form-in table tr.is-calendar td {
		width: 100%;
	}
    .form-inner .form-in table tr td#field_wpuse,
    .form-inner .form-in table tr td#field_interviewformat {
        padding: 15px 5% 15px 5%;
    }
	.c-pc.is-calendar {
		display: table !important;
	}
	.c-sp.is-calendar {
		display: none !important;
	}
	#field_agree {
		margin: 30px;
	}
	input[type=checkbox]#agree + label {
	    font-size: 14px;
        line-height: 2;
	}
	.c-pc.is-calendar {
		display: none !important;
	}
	.c-sp.is-calendar {
		display: table !important;
	}
    input[type="radio"].is-ver2 + label {
        font-size: 15px;
        line-height: 1.2;
    }
    input[type="radio"].is-ver2 + label:before {
        top: 1px;
    }
    input[type="radio"].is-ver2:checked + label:after {
        top: 4px;
    }
    .is-blak .fl.is-reserveday {
        margin-right: 0;
    }
    .is-blak .fl.is-reservetime input[type="text"] {
        width: 100% !important;
    }
    .form-inner .form-in table tr td input[type=text].is-calender {
        padding-left: 40px;
        background: #f1f3f8 url("/cmn5/js/calendar/icn_calendar.svg") no-repeat top 8px left 12px;
        background-size: 16px auto;
        box-sizing: border-box;
    }
    .month-ttl {
        font-size: 12px;
    }
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
}
@media (max-width: 374px) {
    .month-ttl {
        font-size: 10px;
    }
}
