.flex_box.choice {
    justify-content: space-between;
}
[type="radio"]:not(:checked) + label:before {
    border: none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: none;
}
.mail_cv_form input[type=radio]:checked + label::after {
    background: none;
    border: none;
    border-radius: unset;
}
.choice [type="radio"]:not(:checked) + label, .choice [type="radio"]:checked + label {
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    text-align: center;
}
.choice [type="radio"]:not(:checked) + label:hover {
    background: #fff8cf;
}
.choice [type="radio"]:checked + label {
    background-color: #fff8cf;
    border: 1px solid #e4c104;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    padding-left: 24px;
}
.flex_box .col_2 {
	width: 49%;
	margin-bottom: .2rem;
}
.col_3 {
    width: 32.5%;
	margin-bottom: .5rem;
}

.select-wrapper span.select-dropdown {
	display: none;
}

table.form td {
	width: calc(100% - 26%);
}

table.form select {
	width: 100%;
	display: block;
	border: 1px solid #9e9e9e;
	padding: 12px;
	color: #000;
}

table.form input {
	margin: 0;
	height: auto;
}

.req_menu li {
	width: calc(98% / 3);
	margin-right: 1%;
	border: 1px solid #9e9e9e;
	margin-top: 8px;
	padding: 12px;
	border-radius: 3px;
}

.req_menu li.req_chose {
	background-color: #fff8cf;
	border: 1px solid #e4c104;
}

.req_menu li:nth-of-type(3n) {
	margin-right: 0;
}

.req_menu li:nth-of-type(-n + 3) {
	margin-top: 0;
}

.date_and_time {
	align-items: center;
	margin-bottom: 8px;
}

.date_and_time strong {
	width: 12%;
	font-weight: bold;
}

.date_and_time dl {
	width: calc(87% / 2);
	margin-right: 1%;
}

.date_and_time dl:last-of-type {
	margin-right: 0;
}

.date_and_time dl dt {
	background: #07854f;
	margin: 0 8px 0 0;
	padding: 0.5rem;
	font-size: 16px;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	border-radius: 3px;
}

.date_and_time dl dt:before {
	content: none;
}

.date_and_time dl dd {
	margin: 0;
}

.date_and_time dl dd input {
	width: auto;
}

.request_place_menu li {
	width: calc(99% / 2);
	margin-right: 1%;
}

.request_place_menu li:last-of-type {
	margin-right: 0;
}

.request_place_menu li input[type="radio"] + label {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	height: auto;
}

.request_place_menu li input[type="radio"]:checked + label {
	border: 1px solid #e4c104;
	background-color: #fff8cf;
}

.request_place_menu li label:before,
.request_place_menu li label:after {
	display: none;
}

.request_place .request_place_contents {
	text-align: left;
	margin-top: 10px;
}

.request_place .request_place_contents:nth-of-type(2) {
	margin-top: 20px;
}

.request_place .request_place_contents strong {
	display: block;
	position: relative;
	color: #cc0000;
	border: 1px solid #cc0000;
	margin-bottom: 15px;
	padding: 8px;
	text-align: center;
}

.request_place .request_place_contents strong:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #cc0000;
}

.request_place .request_place_contents p {
	margin: 0;
}

.request_place .request_place_contents label {
	padding: 5px;
	background-color: #07854f;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	border-radius: 3px;
}

.request_place .request_place_contents input[type="text"] {
	padding: 5px;
}

@media only screen and (max-width : 768px) {
	.flex_box .col_2 {
		display: inline-block;
		margin-right: .5%;
	}
	table.form th.t_top, table.form td.t_top {
		width: 100%;
	} 

	table.form th,
	table.form td {
		width: 100%;
	}

	table.form td {
		padding: 10px 0 25px;
	}

	.req_menu li {
		width: calc(99% / 2);
		margin-right: 1%;
	}

	.req_menu li:nth-of-type(3n) {
		margin-right: 1%;
	}

	.req_menu li:nth-of-type(2n) {
		margin-right: 0;
	}

	.req_menu li:nth-of-type(3) {
		margin-top: 10px;
	}

	.date_and_time {
		display: flex !important;
		margin-bottom: 12px;
	}

	.date_and_time strong {
		width: 100%;
		display: block;
		text-align: center;
	}

	.date_and_time dl {
		width: calc(99% / 2);
	}

	.date_and_time dl dt {
		margin: 0;
	}

	.date_and_time dl dd input {
		width: 100%;
		box-sizing: border-box;
	}

	.request_place ul.request_place_menu {
		display: flex !important;
	}

	.request_place .request_place_contents label {
		margin-bottom: 8px;
	}

	table.form input[type=text],
	table.form input[type=email],
	table.form input[type=tel] {
		width: 100% !important;
		box-sizing: border-box;
	}
}
table.form input[type=text].readonly {
    background: #ffe6e9;
    height: 36px;
    font-weight: bold;
    text-align: right;
    color: #cc0033;
}