@charset "utf-8";

/* お問い合わせ */
.entry_form {
	margin: 20px auto 10px;
    width: 80%;
	text-align:center;
}
.entry_form table {
    width: 100%;

}

.entry_form th{
	vertical-align: middle;
	background-color: #f7f7f7;
	text-align:left;
	width: 25%;
}
.entry_form td{
	text-align:left;
	padding: 8px;
}
.entry_form td span{
	color: #555;
	font-size:0.9em;
}
.entry_form input,textarea{
	height: 30px;
	width: 100%;
	border: solid 1px #ccc;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry_form textarea{
	height: 100px;
}
input[type="number"] {
	width: 50%;
}
input[type="email"] {
	width: 70%;
}
/*
.age input[type="number"] {
	width: 30%;
}
*/
.required {
	font-size:0.7em;
	padding: 2px 3px;
	background: #e40912;
	color: #FFF;
	border-radius: 4px;
	white-space: nowrap
}

/*ボタン*/
.btn_set{
	text-align: center;
}
.btn_set input,
.btn_set button {
	cursor: pointer;
	outline: none;
	font-size:1.2em;
	color: #fff;
	height: 45px;
	width: 170px;
	border: 0;
	border-radius: 0px;
}
.btn_set input,
.btn_set a {
	background-color: #E8769C;
}
.btn_set .back {
	background-color: #BBBBBB;
}
.btn_set input:hover,
.btn_set button:hover,
.btn_set a:hover {
	background-color: #FF82AB;
}

.mw_wp_form_input ul li{
	margin-left:0px;
}
.mw_wp_form_confirm td span{
	display:none;
}
.mw_wp_form_confirm .btn_design{
	width: 100%;
}
.mw_wp_form_confirm ul li{
	display: inline-block;
	width: 49%;
	margin-left:0px;
}

@media screen and (max-width:768px) {
.entry_form {
    width: 100%;
}
	.company table{
		width: 100%!important;
	}
}

@media screen and (max-width:560px) {

	.entry_form th,td{
		display: block;
		width: initial;

	}
	.entry_form th{
		padding: 0px;
		border-top: 0px;
    text-align: center;

	}
	.entry_form .top{
		border-top: 1px solid #bbb;
	}
	.entry_form td{
	    border-top: 0px;
	}
	input[type="email"] ,
	input[type="number"] {
		width: 100%;
	}
	.mwform-tel-field input{
		width: 27%!important;
	}
	.btn_set{
		width:100%;
		display: inline-block;
	}
	.btn_set input,
	.btn_set button {
		width:45%;
	}
	.btn_set .back {
		margin-right: 5px;
	}

}
