.select-wrapper span.select-dropdown {
	display: none;
}
table.form {
	background-color: #fff;
	padding: .5em;
	width: 100%;
}
table.form td {
	width: calc(100% - 26%);
	border-bottom: 1px dotted #ccc;
	padding: .5em 1em;
}
table.form th {
	border-bottom: 1px dotted #ccc;
	padding: .5em;
	background-color: #fdf2f5;
}
table.form select {
	width: 100%;
	display: block;
	border: 1px solid #9e9e9e;
	padding: 12px;
	color: #000;
}

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

.add_menu li {
	width: calc(98% / 3);
	margin-right: 1%;
	border: 1px solid #9e9e9e;
	margin-top: 8px;
	padding: 12px;
	border-radius: 3px;
}
/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #9e9e9e;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.add_menu li:nth-of-type(3n) {
	margin-right: 0;
}

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

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

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

.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: #db5e81;
	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 label{
	color: #fff;
}

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

.date_and_time dl dd {
	margin: 0;
}

.date_and_time dl dd input {
	width: auto;
	padding: .75em;
}

.request_place_menu li {
	width: calc(99% / 2);
	margin-right: 1%;
	margin-top: .75em;
	list-style: none;
}
  .mail_cv_form .request_place_menu input[type="radio"], .mail_cv_form .request_place_menu input[type="checkbox"] {
    display: none;
    margin: 0;
  }
.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;
	display: inline-block;
}

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

.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;
	padding: .25em 0;
}

.request_place .request_place_contents label {
	padding: 5px;
	background-color: #db5e81;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	border-radius: 3px;
}
.long{
	width: 92.5%;
}
.long2{
	width: 81%;
}
.middle{
width: 40%;
padding: 12px;
}
.short{
width: 12%;
padding: 10px;
}
.full{
width: 98%;
padding: 12px;
}
.request_place .request_place_contents input[type="text"] {
	padding: 5px;
}
.mailattention{
font-size: 12px;
}
p.left_txt{
margin-bottom: .25em;
}
span.required{
background-color: #db5e81;
border-radius: 6px;
color: #fff;
margin-left: 10px;
font-size: 90%;
padding: 1px 5px;
}
span.required1{
background-color: #db5e81;
border-radius: 6px;
color: #fff;
margin-right: 5px;
font-size: 90%;
padding: 1px 5px;
}
form input[type="submit"] {
    background: #6bc165;
}
.btn_oubo {
 font-size:150%;
 position:relative;
 display:inline-block;
 padding:15px 2em 12px;
 text-decoration:none;
 color:#fff;
 background:#db5e81;
 transition:.4s;
 border-bottom:3px solid #aaa;
 font-weight:400;
 border-radius: 6px;
margin: .5em auto;
width: 80%;
}
.btn_oubo:hover {
 background:#db5e81;
 border-bottom:3px solid #aaa;
}
#apply_submit {
 cursor:pointer;
}
.center{
text-align: center;
}
.form_caution{
background-color: #fff;
border: 1px solid #9e9e9e;
padding: 1em;
border-radius: 6px;
text-align: center;
margin: .5em 0 1.5em;
}
p.error_tel{
font-size: 2em;
}
p.error_tel a{
font-size: 100%;
}
article#privacy{
background-color: #fff;
padding: 1em;
}
article#privacy h2{
	padding: .5em;
	background-color: #fdf2f5;
	font-size: 20px;
	text-align: center;
	margin-bottom: .5em;
	}
@media only screen and (max-width : 810px) {
.fv_block{
background-image: url(/tenmyo/contactform/img/pc_fv_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
height: 150px;
margin-top: 70px;
}
.fv_contents p.title{
padding: 40px 0 5px 15px;
}
.fv_contents p.title span{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.4em;
color: #5b5b5b;
font-weight: 700;
line-height: 1.3;
}
	.flex_wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.flex_box.date_and_time .flex_box{
		justify-content: flex-start;
	}
	table.form th.t_top, table.form td.t_top {
		width: 100%;
		display: block;
	} 

	table.form th,
	table.form td {
		width: 100%;
		display: block;
		text-align: left;
	}

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

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

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

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

	.add_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 5px 0 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;
	}
	.p-postal-code{
		padding: 10px;
	}
	article#privacy{
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}
	article#privacy h2{
	padding: .5em;
	background-color: #fdf2f5;
	font-size: 20px;
	text-align: center;
	margin-bottom: .5em;
	}
	 table.form input[type="text"].short{
		width: 20%!important;
	}
	 .full{
		width: 94%!important;
	}
	.center{
		width: 100%;
	}
}