.page_title_area{
  padding: 90px 30px 0px 30px;

}

h2.flow_title{
	font-size: clamp(24px, 4vw, 32px);
	font-weight: normal;
	display: block;
	color: #194296;
	padding-bottom: 0.8em;
	border-bottom: 3px solid #194296;
}

.flow_title_wrap{
	padding-top: 100px;
	padding-bottom: 3em;
}

ul.list{
	margin-left: 1.2em;
	margin-top: 2em;
}

ul.list li{
	margin-top: 0.3em;
	line-height: 1.5;
	font-size: clamp(14px, 2.4vw, 18px);
	list-style: none;
	position: relative;
}

ul.list li::before {
    content:  "";
    width:  4px;
    height:  4px;
    display:  block;
    background-color: #666;
    border-radius:  50%;
	top: calc(1em - 6px);
	left: -0.8em;
	position: absolute;
	
}


.flow_h3{
	font-size: clamp(20px, 4vw, 28px);
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 1em;
}

/*------------------------------------------------------------------------------------------------------------

SP

------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 976px) {

.page_title_area{
	padding: 50px 15px 0 15px;
	}
	
	
.flow_title_wrap{
	padding-top: 50px;
	padding-bottom: 2em;
}


	
}