@charset "utf-8";
/*-------- flow PC--------*/
#mainBlock{
	text-align: left;
}
#flow .notetext{
	margin-top: 70px;
	color: #be2820;
}
#flow .notetext p{
	font-weight: bold;
	font-size: 2.4rem;
}
#flow .notetext ul{
	margin-top: 13px;
}
#flow .notetext ul li{
	line-height: 1.9;
	text-indent: -1em;
    padding-left: 1em;
}
#flow .request{
	position: relative;
}
#flow .hd02_circle{
	margin-top: 100px;
}
#flow .hd02_circle::before{
	position: absolute;
	content: "";
	left: 0;
	border-top: 1px solid #be2820;
	width: 500px;
}
#flow .hd02_circle::after{
	position: absolute;
	content: "";
	right: 0;
	border-bottom: 1px solid #be2820;
	width: 500px;
}
#flow h2.hd02_02{
	margin-top: 12px;
}
#flow .request_flexarea{
	margin-top: 30px;
}
#flow .rightarea{
	width: 70%;
	margin-top: 13px;
}
#flow .rightarea .flex02{
	margin-top: 20px;
	height: 150px;
}
#flow figure img{
	width: 100%;
	max-width: 300px;
}

#flow .telarea.pcStyle{
	background-color: #f0f1f2;
	max-width: 355px;
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
	height: 100%;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#flow .telarea.spStyle{
	display: none;
}
#flow .telarea p{
	font-size: 1.8rem;
}
#flow .telarea p.tel{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	line-height: 2;
}
#flow .telarea p.tel::before{
	content: "";
	background-image: url("../../common/img/icon/icon_tel_01_pc.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#flow .telarea p.teltime{
	font-size: 1.4rem;
	line-height: 1.2;
}
#flow .mailarea{
	padding: 10px;
	background-color: #f0f1f2;
	max-width: 355px;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#flow .btnarea{
	margin-top: 10px;
	
}
#flow .mailarea p{
	font-size: 1.8rem;
}
#flow .mailarea .btnarea span.btn_02{
	padding: 10px 35px;
}
#flow .application{
	position: relative;
	margin-top: 100px;
}
#flow .application p{
	line-height: 2;
}
#flow .application p:last-child{
	margin-top: 35px;
}
#flow .application .flex01{
	align-items:flex-start;
}
#flow .flex01 .rightarea p.red_text{
	margin-top: 0;
}
.red_text{
	display: block;
	color: #be2820;
	text-indent: -1em;
    padding-left: 1em;
}

/*-------- flow SP--------*/
@media screen and (max-width: 1360px){
	#flow .telarea.pcStyle{
		margin-right: 10px;
	}
	#flow .telarea p.tel{
		font-size: 2.2rem;
	}
	#flow .mailarea .btnarea span.btn_02{
		font-size: 1.4rem;
	}
	.btnarea a.btn_02::before{
		margin-right: 0px;
		width: 39px;
		height: 39px;
	}
	#flow .telarea{
		margin-right: 10px;
	}
	#flow figure img{
		max-width: 275px;
		margin: 0 auto;
	}
	#flow .hd02_circle::before{
		position: absolute;
		content: "";
		left: 0;
		border-top: 1px solid #be2820;
		width: 300px;
	}
	#flow .hd02_circle::after{
		position: absolute;
		content: "";
		right: 0;
		border-bottom: 1px solid #be2820;
		width: 300px;
	}
	#header_right.wrap07{
		padding: 0;
	}
	section#flow.wrap07{
		padding: 0 30px;
	}
}
@media screen and (max-width: 1024px){
	.hd_leftarea{
		padding-top: 92px;
	}
}
@media screen and (max-width: 768px){
	section#flow.wrap07{
		padding-bottom: 40px;
		}
	#flow .rightarea .flex02{
		height: 100%;
		margin-top: 40px;
	}
	#flow .telarea.pcStyle{
		display: none;
	}
	#flow .telarea.spStyle{
		display: block;
	}
	#flow p{
		font-size: 1.5rem;
	}
	#flow .notetext{
		margin-top: 40px;
	}
	#flow .notetext p{
		font-size: 2.3rem;
	}
	#flow .notetext ul{
		margin-top: 0;
	}
	#flow .notetext ul li{
		font-size: 1.5rem;
		margin-top: 20px;
	}
	#flow .flex01{
		display: block;
	}
	#flow .flex01 figure{
		text-align: center;
	}
	#flow .rightarea{
		width: 100%;
		max-width: 500px;
        margin: auto;
	}
	#flow .flex01 .rightarea p{
		margin-top: 20px;
	}
	#flow .rightarea .flex02{
		display: block;
	}
	#flow .btnarea{
		max-width: 275px;
		width: 100%;
	}
	#flow .flex01 .rightarea .telarea p{
		margin-top: 0;
	}
	#flow .telarea{
		background-color: #f0f1f2;
	}
	#flow .telarea,#flow .mailarea{
		max-width: 500px;
		margin:0 auto;
		padding: 10px;
		height: auto;
	}
	#flow .flex01 .rightarea .telarea p{
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}
	#flow .flex01 .rightarea .telarea p:last-child{
		font-weight: normal;
		margin-top: 10px;
	}
	#flow .telarea .btnarea{
		display: block;
		margin: 10px auto 0;
	}
	#flow .telarea .btnarea span.btn_02,#flow .mailarea .btnarea a.btn_02{
		max-width: 275px;
		padding: 7px 14px;
		justify-content: space-evenly;
		font-size: 1.8rem;
		margin: 0 auto;
	}
	#flow .flex01 .rightarea p{
		font-size: 1.5rem;
	}
	#flow .mailarea .btnarea a.btn_02::before{
		content: "";
		background-image: url(../../common/img/icon/icon_mail_01_pc.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	#flow .mailarea{
		margin-top: 20px;
	}
	#flow .flex01 .rightarea .mailarea p{
		margin-top: 0;
	}
	#flow .hd02_circle::before{
		position: absolute;
		content: "";
		left: 0;
		border-top: 1px solid #be2820;
		width: 175px;
	}
	#flow .hd02_circle::after{
		position: absolute;
		content: "";
		right: 0;
		border-bottom: 1px solid #be2820;
		width: 175px;
	}
}
@media screen and (max-width: 600px){
	.hd_leftarea{
		padding-top: 83px;
	}
	#flow .hd02_circle{
		font-size: 1.8rem;
		width: 50px;
		height: 50px;
	}
	#flow .telarea, #flow .mailarea{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 425px){
	.hd_leftarea{
		padding-top: 75px;
	}
	#flow .telarea, #flow .mailarea{
		max-width: 100%;
	}
	#flow .hd02_circle::before{
		position: absolute;
		content: "";
		left: 0;
		border-top: 1px solid #be2820;
		width: 100px;
	}
	#flow .hd02_circle::after{
		position: absolute;
		content: "";
		right: 0;
		border-bottom: 1px solid #be2820;
		width: 100px;
	}
}
@media screen and (max-width: 345px){
	#flow .hd02_circle{
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
	#flow .telarea .btnarea span.btn_02, #flow .mailarea .btnarea a.btn_02{
		font-size: 1.6rem;
	}
	#flow .mailarea .btnarea a.btn_02::before{
		margin-right: 0;
	}
}