@charset "UTF-8";
/* CSS Document */




.bar_wrap {
    font-size: 21px;
    font-weight: 600;
    padding: 9px 30px;
    background: linear-gradient(to right, #dde9f5, #5a9bd3);
    border-radius: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.h3_title_style_type02 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.flow_ul {
    justify-content: space-between;
	position: relative;
	z-index: 0;
}
.flow_dt {
    display: flex;
    align-items: center;
    background: #dde9f5;
    border-radius: 0 100px 100px 0;
    position: relative;
    padding: 16px 0 16px 40px;
    margin-left: 40px;
}
.flow_dd {
    font-size: 16px;
    padding: 20px 40px;
}
.flow_txt {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.flow_li {
    text-align: left;
    margin-bottom: 20px;
}
.flow_icn {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
}
.flow_title span {
    margin-right: 16px;
    color: #2e5a95;
}
/*.flow_ul::after {
    content: "";
    width: calc(100% - 15%);
    height: 3px;
    background: #707070;
    position: absolute;
    top: 32px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}*/
.flow_title {
    font-size: 18px;
    font-weight: bold;
}
.bar_wrap{
		display: flex;
	}

.flow_sp {
    display: none;
}

@media screen and (max-width:768px){
	.flow_ul {
    display: block;
    justify-content: space-between;
    text-align: left;
}
.flow_li {
    width: 100%;
    margin-right: inherit;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
}
.flow_icn {
    display: inline-block;
    vertical-align: middle;
}	
.flow_title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
    display: inline-block;
}	
.flow_txt {
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.flow_ul::after {
	display: none;
	}
/*.flow_ul::before {
    content: "";
    width: 3px;
    height: 96%;
    background: #707070;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: -1;
}*/	
.bar_wrap{
		display: none;
	}
.flow_sp {
    display: block;
}	
.section_inner:nth-child(1) {
    margin: 0 auto 60px auto;
}
.flow_dt {
	display: inherit;
    padding: 10px 0 10px 40px;
	}
.flow_dd {
    font-size: 16px;
    padding: 16px 40px;
}	
}


