/***************************
 *
 * PAGE
 *
 **************************/

/*
PC
*/
@media all and (min-width: 769px) {
	.box-form {
		background: #EEEEEF;
		border: 1px solid #DBDCDC;
		padding: 120px 5px 5px;
	}
	.box-form-title {
		text-align: center;
	}
	.box-form-title small {
		display: block;
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.box-form-title span {
		display: block;
		text-align: center;
		font-size: 27px;
		position: relative;
		font-weight: normal;
	}
	.box-form-title span:before {
		content: "＼";
		padding-right: 10px;
	}
	.box-form-title span:after {
		content: "／";
		padding-left: 10px;
	}
	.box-form-title + p {
		text-align: center;
	}
	.list-form-tab {
		display: flex;
		justify-content: space-between;
	}
	.list-form-tab .is-active {
		z-index: 3;
		position: relative;
	}
	.list-form-tab > li:nth-child(1) {
		width: 60%;
	}
	.list-form-tab > li:nth-child(2) {
		width: 35%;
	}
	.list-form-tab > li:nth-child(1) span, .list-form-tab > li:nth-child(1) a {
		display: block;
		color: white;
		text-align: center;
		font-size: 22px;
		background: #046EB7;
		border-radius: 5px;
		padding: 15px;

		box-sizing: border-box;
	}
	.list-form-tab > li:nth-child(2) a, .list-form-tab > li:nth-child(2) span {
		display: block;
		color: white;
		text-align: center;
		font-size: 16px;
		background: #C8BB9B;
		border-radius: 5px;
		padding: 15px 15px;
		line-height: 1.3em;
	}
	.box-form-inner {
		position: relative;
		border: 1px solid #046EB7;
		padding: 25px;
		background: #EEEEEF;
		margin-top: -35px;
	}
	.box-form-inner-2 {
		border: 1px solid #C8BB9B;
	}
	.table-form {
		width: 100%;
		box-sizing: border-box;
	}
	.table-form th {
		font-size: 20px;
		text-align: left;
		font-weight: normal;
		padding: 25px 5px 5px;
	}
	.table-form td {
		font-size: 20px;
		text-align: left;
		padding: 5px;
	}
	input[type="text"], input[type="tel"],input[type="email"] {
		box-shadow: none !important;
	}
	.select-wrap {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		
		
	}
	
	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 15px;
		top: 21px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 24px;
		height: 13px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 12px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: white;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 70px;
		padding: 8px 12px;
		border: 1px solid #dcdcdc;
		color: black;
		width: 100%;
		border-radius: 0px;
		background: #fff;
		color: #046EB7;
		box-shadow: none !important;
		font-size: 20px !important;
		background: #fff !important;
	}
	.select-wrap.select-wrap-short select {
		height: 38px;
	}
	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}
	input[type="submit"] {
		display: block;
		font-size: 30px;
		color: white;
		width: 315px;
		height: 80px;
		line-height: 80px;
		border-radius: 15px;
		box-shadow: 4px 4px 10px rgba(0,0,0,1);
		padding: 0;
		background: #046EB7;
		
	}
	.select-v {
		background: #fff;
		display: block;
		color: #056FB8;
		margin-left: 45px;
		margin-top: 5px;
		display: block;
		padding: 10px;
		border: 3px solid #FFF34F;
		position: relative;
	}
	.select-v:before {
		content: "";
		display: block;
		background: url(../img/select-circle.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		position: absolute;
		left: -40px;
		top: 15px;
	}
}
/*
SP
*/
@media all and (max-width: 768px) {
.box-form {
	background: #EEEEEF;
	border: 1px solid #DBDCDC;
	padding: 120px 5px 5px;
}
.box-form-title {
	text-align: center;
}
.box-form-title small {
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}
.box-form-title span {
	display: block;
	text-align: center;
	font-size: 27px;
	position: relative;
	font-weight: normal;
}
.box-form-title span:before {
	content: "＼";
	padding-right: 10px;
}
.box-form-title span:after {
	content: "／";
	padding-left: 10px;
}
.box-form-title + p {
	text-align: center;
}
.list-form-tab {
	display: flex;
	justify-content: space-between;
}
.list-form-tab .is-active {
	z-index: 3;
	position: relative;
}
.list-form-tab > li:nth-child(1) {
	width: 60%;
}
.list-form-tab > li:nth-child(2) {
	width: 35%;
}
.list-form-tab > li:nth-child(1) span, .list-form-tab > li:nth-child(1) a {
	display: block;
	color: white;
	text-align: center;
	font-size: 26px;
	background: #046EB7;
	border-radius: 5px;
	padding: 15px;

	box-sizing: border-box;
}
.list-form-tab > li:nth-child(2) a, .list-form-tab > li:nth-child(2) span {
	display: block;
	color: white;
	text-align: center;
	font-size: 20px;
	background: #C8BB9B;
	border-radius: 5px;
	padding: 15px 15px;
	line-height: 1.3em;
}
.box-form-inner {
	position: relative;
	border: 1px solid #046EB7;
	padding: 25px;
	background: #EEEEEF;
	margin-top: -35px;
}
.box-form-inner-2 {
	border: 1px solid #C8BB9B;
}
.table-form {
	width: 100%;
	box-sizing: border-box;
}
.table-form th {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	padding: 25px 5px 5px;
}
.table-form td {
	font-size: 20px;
	text-align: left;
	padding: 5px;
}
input[type="text"], input[type="tel"],input[type="email"] {
	box-shadow: none !important;
}
.select-wrap {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;

	
}

.select-wrap:before {
	z-index: 5;
	position: absolute;
	right: 15px;
	top: 31px;
	content: "";
	display: block;
	background: url(../img/select.png) center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 13px;
	pointer-events: none;
}
.select-wrap.select-wrap-short:before {
	top: 12px;
	right: 10px;
}
.mw_wp_form_confirm .select-wrap:before {
	content: none !important;
}
.mw_wp_form_confirm .select-wrap {
	width: auto !important;
	top: auto !important;
}
select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background: white;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 70px;
	padding: 8px 12px !important;
	border: 1px solid #dcdcdc;
	color: black;
	width: 100%;
	border-radius: 0px;
	background: #fff !important;
	color: #046EB7;
	box-shadow: none !important;
	font-size: 24px !important;

}
.select-wrap.select-wrap-short select {
	height: 38px;
}
select option {
	background-color: #fff;
	color: black;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="submit"] {
	display: block;
	font-size: 30px;
	color: white;
	width: 315px;
	height: 80px;
	line-height: 80px;
	border-radius: 15px;
	box-shadow: 4px 4px 10px rgba(0,0,0,1) !important;
	padding: 0;
	background: #046EB7;
	-webkit-appearance: none;
}
.select-v {
	background: #fff;
	display: block;
	color: #056FB8;
	margin-left: 45px;
	margin-top: 5px;
	display: block;
	padding: 10px;
	position: relative;
	border: 3px solid #FFF34F;
}
.select-v:before {
	content: "";
	display: block;
	background: url(../img/select-circle.png) 0 0 no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -40px;
	top: 15px;
}
}
