@charset "UTF-8";
/*------------------------------------------------------------common*/
#pagetitle{
	background: url(../img/title_img/flow.png) top center no-repeat;
	background-size: cover;
	min-height: 300px;
}
.pagetitle{
	position: relative;
}
.pagetitle h2{
	position: absolute;
	top: 115px;
	left: 10px;
	font-size: 48px;
	line-height: 90%;
}
.pagetitle p{
	font-size: 30px;
	font-weight: 700;
}
section {
	width: 100%;
	min-width: 1140px;
	padding: 60px 0;
}
h3 {
	font-family: "NotoSansBold";
	font-size: 30px;
	color: #D9003B;
	margin-bottom: 30px;
}
h4 {
	font-family: "NotoSansBold";
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-family: "NotoSansBold";
	font-size: 22px;
	margin-bottom: 20px;
}
.sec01, .sec02 {
	margin-bottom: 35px;
}
section p {
	margin-bottom: 6px;
}
.flow_txt{
	text-align: left;
	float: left;
	width: 690px;
}
.flow_ph{
	text-align: left;
	float: right;
	width: 420px;
}
/*------------------------------------------------------------flow*/
#flow_list ol > li{
	margin-bottom: 30px;
	padding: 10px 0;
}
#flow_list ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
