


.contact .tableOuter01 tr th{
	width: 13em;
}
.contact .tableOuter01 tr th sup{
	color: #f00;
	margin-left: 0.5em;
}
.contact .wpcf7-list-item:nth-of-type(n+2){
	margin-left: 2em;
}
.contact .tableOuter01 tr td .flexBox{
	align-items: center;
}
.contact .tableOuter01 tr td .flexBox:nth-of-type(n+2){
	margin-top: 1em;
}
.contact .tableOuter01 tr td .flexBox .name{
	min-width: 5em;
}
.contact .tableOuter01 tr td .select{
	width: 37.8%;
	min-width: 363px;
}
.contact .tableOuter01 tr td .select select{
	width: 100%;
	background: #fff;
}
.contact .tableOuter01 tr td .w60p{
	min-width: 363px;
}
.contact .tableOuter01 tr td .w30p{
	min-width: 200px;
}
#agreementOuter{
	margin-top: 3em;
	text-align: center;
}
#agreementOuter .acceptance{
	margin-bottom: 1em;
}
#agreementOuter .btns_item input{
	cursor: pointer;
	background: #015DC7;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1em 3em;
	border: none;
	border-radius: 0;
}
#agreementOuter .memo{
	margin-top: 3em;
}
.contact .btnBox{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2em auto 0;
}
.contact .btnBox a{
	border-radius: 0;
	border-color: #015DC7;
	background: #015DC7;
	color: #fff;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	padding: 1.3em 5em;
	position: relative;
	z-index: 2;
	text-decoration: none;
}


.agree{
	margin-top: 2em;
	text-align: center;
}
.agree a{
	color: #14A1E9;
}

.note{
	background: #e8e8e8;
	padding: 2em;
	margin-top: 2em;
}
.note .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.note .titleSub{
	font-weight: bold;
	margin: 1em 0 0.7em;
}


.btnBox{
	margin-top: 2em;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.btnBox .btn{
	transition: 0.3s;
	margin: 0 1em;
	position: relative;
}
.btnBox .btn:hover{
	opacity: 0.7;
}

.btnBox .btn input{
	transform: scale(1);
}


.btnBox .btn.go{
	width: 20em;
	position: relative;
}
.btnBox .btn.back a{
	width: 10em;
}
.btnBox .btn.back a{
	background: #686868;
}
.btnBox .btn.back a:before{
	background: #373737;
}
.btnBox .btn:nth-of-type(n+2){

}

.btnBox .btn.go a:before,
.btnBox .btn.go a:after,
.btnBox .btn.go a span:before,
.btnBox .btn.go a span:after{
	display: none;
}


.btnBox .btn.go span:before,
.btnBox .btn.go span:after{
	content: "";
	position: absolute;
	top: 0;
	right: -3.5em;
	bottom: 0;
	margin: auto;
	width: 2.5em;
	height: 1px;
	display: block;
	background: #fff;
}
.btnBox .btn.go span:after{
	transform:rotate(45deg);
	width: 0.7em;
	top: -0.5em;
}



.btnBox .btn.go{

}
.btnBox .btn.go input{
	background: rgb(34,58,112);
	background: linear-gradient(135deg, rgba(34,58,112,1) 25%, rgba(34,93,112,1) 75%);
	color: #fff;
	font-size: 18px;
	padding: 1em;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.btnBox .btn.back input{
	background: #686868;
	color: #fff;
	font-size: 18px;
	padding: 1em 2em 1em 3em;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.btnBox .btn.go:before{
	content: "";
	width: 1.3em;
	height: 1em;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 1em;
	margin: auto;
	background: url("../images/common/arrow_white.svg") center top no-repeat;
	z-index: 5;
}
.btnBox .btn.back:before{
	content: "";
	width: 1.3em;
	height: 1em;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 1em;
	margin: auto;
	background: url("../images/common/arrow_white.svg") center top no-repeat;
	z-index: 5;
	transform:rotate(-180deg);
}
/* .btnBox .btn.go:after {
	transform: rotate(45deg);
	width: 0.7em;
	top: -0.4em;
	right: 0.9em;
} */

.agree{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.agree .error{
	display: block;
	order: 1;
	width: 100%;
}



/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	
	#UnderlayerIn > .txt{
		margin-left: 3em;
	}
	
	.txt {
		font-size: 14px;
	}

	
	.note{
		margin-top: 1em;
		padding: 1.5em;
	}
	.note .title {
		font-size: 18px;
	}
	
	.agree {
		margin-top: 1em;
	}
	.btnBox{
		margin-top: 1em;
		flex-direction: column;
	}
	.btnBox .btn{
		margin-left: 0 !important;
		width: 100% !important;
	}
	.btnBox .btn a{
		width: 100% !important;
	}
	.btnBox .btn:nth-of-type(n+2){
		margin-top: 0.5em;
	}
	.btnBox .btn input{
		font-size: 16px !important;
	}
	
	
	
	.contact .tableOuter01 tr td .w60p,
	.contact .tableOuter01 tr td .select{
		min-width: auto;
	}
	.contact .tableOuter01 tr td .select{
		width: 100%;
	}
	.contact .tableOuter01 tr td .select select{
		transform: scale(0.9);
		font-size: 16px;
		margin-left: -5%;
		width: 110%;
	}
	
	
	
	
}