.categoryTitle{
	background-image: url(./img/categoryImage.jpg);
}
.catch{
	text-align: center;
	font-size: 16px;
}
article .inner{
	width: 880px;
	padding: 48px 0 40px;
	line-height: 2.1;
}
.stepList{
	display: flex;
}
.stepList li{
	margin-top: 48px;
	width: 33.3%;
	background: #858585;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	position: relative;
}
.stepList li:first-child{
	background: #141d60;
}
.stepList li:nth-child(2)::before,
.stepList li:nth-child(2)::after{
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 20px;
	z-index: 10;
}
.stepList li:nth-child(2)::before{
	background:url(img/arw1.png) 0 0 no-repeat;
	background-size: auto 100%;
	left: -10px;
}
.stepList li:nth-child(2)::after{
	background:url(img/arw2.png) 0 0 no-repeat;
	background-size: auto 100%;
	right: -10px;
}
.disp_check .stepList li:first-child{
	background: #858585;
}
.disp_check .stepList li:nth-child(2){
	background: #141d60;
}
.disp_check .stepList li:nth-child(2)::before{
	background:url(img/arw3.png) 0 0 no-repeat;
	background-size: auto 100%;
	left: -10px;
}
.disp_check .stepList li:nth-child(2)::after{
	background:url(img/arw1.png) 0 0 no-repeat;
	background-size: auto 100%;
	right: -10px;
}
.disp_result .stepList li:first-child{
	background: #858585;
}
.disp_result .stepList li:nth-child(3){
	background: #141d60;
}
.disp_result .stepList li:nth-child(2)::before{
	background:url(img/arw2.png) 0 0 no-repeat;
	background-size: auto 100%;
	left: -10px;
}
.disp_result .stepList li:nth-child(2)::after{
	background:url(img/arw3.png) 0 0 no-repeat;
	background-size: auto 100%;
	right: -10px;
}
.stepList li dt{
	line-height: 1;
	display: inline-block;
	color: #000;
	background: #fff;
	font-size: 12px;
	border-radius: 12px;
	padding: 6px 8px;
}
.stepList li dd{
	display: inline-block;
	margin-left: 18px;
}
.formArea {
	padding-top: 40px;
}
.formArea dl{
	display: flex;
	margin-bottom: 8px;
}
.formArea dl dt{
	box-sizing: border-box;
	width: 25%;
	padding:9px 20px 9px 0;
	text-align: right;
	font-size: 15px;
}
.form_required dt::before{
	content: "必須";
	display: inline-block;
	margin-right: 18px;
	background: #f81515;
	line-height: 1;
	padding: 4px 8px;
	color: #fff;
}
.formArea dl dd{
	box-sizing: border-box;
	width: 75%;
	padding: 4px 0;
}
.formArea dl dd input{
	border: none;
	box-sizing: border-box;
	padding: 12px 8px;
	font-size: 15px;
	width: 100%;
	background: #f6f6f6;
}
.formArea dl dd select{
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	padding: 12px 8px;
	background: #f6f6f6;
	border: none;
	-webkit-appearance: none;
	background: url(./img/arw.png) 98% 50% no-repeat  #f6f6f6;
	background-size: 13px 16px;
}
.formArea dl dd textarea{
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	background: #f6f6f6;
	padding: 12px 8px;
	border: none;
	line-height: 1.5;
}
.formArea .btmText{
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
}
.MyMailForm_value{
	font-size: 15px;
	display: block;
	padding: 4px 8px;
}
.btnList{
	margin: 40px auto 60px;
	text-align: center;
}
.btnCheck,
.btnBack,
.btnSend{
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #141d60;
	border: none;
	width: 400px;
	font-size: 20px;
	line-height: 1;
	padding: 27px 0;
	transition: .3s all;
	cursor: pointer;
}
.btnCheck{
	margin: 40px auto 60px;
}
.btnBack{
	
}
.btnSend{
	margin-left: 24px;
}
.btnList button:hover{
	opacity: .8;
}
@media screen and (max-width: 976px) {
	article .inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0 30px;
	}
	.stepList li{
		margin-top: 24px;
	}
	.formArea {
		padding-top: 20px;
	}
	.btnCheck,
	.btnBack,
	.btnSend{
		width: 45%;
	}
}
@media screen and (max-width: 640px) {
	.catch{
		font-size: 14px;
	}
	.stepList{
		display: flex;
	}
	.stepList li{
		margin-top: 20px;
		width: 33.3%;
		background: #858585;
		color: #fff;
		text-align: center;
		padding: 4px 12px;
		position: relative;
		box-sizing: border-box;
		text-align: left;
	}
	.stepList li:first-child{
		background: #141d60;
	}
	.stepList li:nth-child(2)::before,
	.stepList li:nth-child(2)::after{
		content: "";
		position: absolute;
		top: 0;
		display: block;
		height: 100%;
		width: 20px;
		z-index: 10;
	}
	.stepList li:nth-child(1){
		width: 22%;
	}
	.stepList li:nth-child(2){
		width: 37%;
	}
	.stepList li:nth-child(3){
		width: 41%;
	}
	.stepList li:nth-child(2)::after{
		background-size: 100% 100%;
	}
	.stepList li:nth-child(2)::before{
		background-size: 100% 100%;
	}
	.stepList li:nth-child(2)::after{
		background-size: 100% 100%;
	}
	.disp_check .stepList li:nth-child(2)::before{
		background-size: 100% 100%;
	}
	.disp_check .stepList li:nth-child(2)::after{
		background-size: 100% 100%;
	}
	.disp_result .stepList li:nth-child(2)::before{
		background-size: 100% 100%;
	}
	.disp_result .stepList li:nth-child(2)::after{
		background-size: 100% 100%;
	}
	.stepList li dt{
		line-height: 1;
		display: inline-block;
		color: #000;
		background: #fff;
		font-size: 9x;
		border-radius: 12px;
		padding: 6px 8px;
	}
	.stepList li dd{
		font-size: 14px;
		text-align: center;
		display: block;
		margin-left: 0;
	}
	.formArea {
		padding-top: 20px;
	}
	.formArea dl{
		display: block;
		margin-bottom: 8px;
	}
	.formArea dl dt{
		box-sizing: border-box;
		width: 100%;
		padding:9px 20px 0px 0;
		text-align: left;
		font-size: 14px;
	}
	.formArea dl dd{
		box-sizing: border-box;
		width: 100%;
		padding: 4px 0;
	}
	.formArea dl dd input{
		border: none;
		box-sizing: border-box;
		padding: 12px 8px;
		font-size: 14px;
		width: 100%;
		background: #f6f6f6;
	}
	.formArea dl dd select{
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		padding: 12px 8px;
		border: none;
	}
	.formArea dl dd textarea{
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		background: #f6f6f6;
		padding: 12px 8px;
		border: none;
		line-height: 1.5;
	}
	.formArea .btmText{
		font-size: 14px;
		margin-top: 12px;
		text-align: center;
	}
	.MyMailForm_value{
		font-size: 15px;
		display: block;
		padding: 4px 8px;
	}
	.btnList{
		margin: 20px auto 0px;
		text-align: center;
	}
	.btnCheck,
	.btnBack,
	.btnSend{
		display: inline-block;
		color: #fff;
		text-align: center;
		background: #141d60;
		border: none;
		width: 100%;
		font-size: 16px;
		line-height: 1;
		padding: 24px 0;
		transition: .3s all;
		cursor: pointer;
	}
	.btnCheck{
		margin: 20px auto 0;
	}
	.btnBack{

	}
	.btnSend{
		margin-left: 0;
	}
	.btnList button:hover{
		opacity: .8;
	}
}