@charset "utf-8";

.red_txt{
	color: #FF0000;
}
.menu_anchor{
	display: flex;
	column-gap: 20px;
}
.menu_anchor a{
	width: 100%;
	display: block;
	text-align: center;
}
.btn_Anchor{
	display: flex;
	width: 100%;
	background-color: #eb5505;
	padding: 15px 0;
	align-items: center;
	justify-content: center;
}
.btn_Anchor a img{
	margin-top: 0;
}
.txtCenter{
	text-align: center;
}
.contentBox{
	padding: 0 30px 30px;
	border: 2px solid #eb5505;
	border-radius: 8px;
	-webkit-border-radius: 8px
}
.flowNumber{
	box-sizing: border-box;
	display: flex;
	padding: 0 12px;
	border: 1px solid #565656;
	border-radius: 50%;
	color: #565656;
	align-items: center;
	justify-content: center;
}
.flowImg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.con_container{
	padding-top: 30px;
	border-top: 1px solid #dfdfdf;
}
.confirm_container a,
.blueText{
	color: #0070cc;
}
.confirm_container a:hover,
.blueText:hover{
	text-decoration: underline;
}
.nowrapTxt{
	display: inline-block;
	white-space: wrap;
}
.secImg{
	text-align: center;
}
.menu_anchor a:hover,
.bnrImg a:hover{
 opacity: 0.8;
}
@media screen and (max-width: 640px) {
	.pc_Only{
		display: none;
	}
	.contentBox{
		padding: 0 10px 10px;
	}
	.textIndent{
		margin-left: 30px;
	}
	.txtIndent01{
		margin-left: 0;
	}
	.flowNumber{
		width: 22px;
		height: 22px;
		padding: 0 10px;
	}
	.imgApp{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 641px) {
	.sp_Only{
		display: none;
	}
	.textIndent{
		margin-left: 45px;
	}
	.flowNumber{
		width: 36px;
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
	.imgApp{
		max-width: 300px;
		margin: 0 auto;
	}
}
