@charset "UTF-8";
#flow #main ol li {
	margin-bottom: 34px;
}

#flow #main ol li:last-child {
	margin-bottom: 0;
}

#flow #main ol li:before {
	font-size: 30px;
	display: block;
	width: 74px;
	height: 74px;
	color: #ffffff;
	background-color: #666;
	border-radius: 50%;
	text-align: center;
	line-height: 74px;
	margin-right: 36px;
}

#flow #main ol li#flow_1:before {
	content: "1";
}

#flow #main ol li#flow_2:before {
	content: "2";
}

#flow #main ol li#flow_3:before {
	content: "3";
}

#flow #main ol li#flow_4:before {
	content: "4";
}

#flow #main ol li#flow_5:before {
	content: "5";
}

#flow #main ol li#flow_6:before {
	content: "6";
}

#flow #main ol li#flow_7:before {
	content: "7";
}

#flow #main ol li#flow_8:before {
	content: "8";
}

#flow #main ol li#flow_9:before {
	content: "9";
}

#flow #main ol li#flow_10:before {
	content: "10";
}

#flow #main ol li#flow_11:before {
	content: "11";
}

#flow #main ol li#flow_12:before {
	content: "12";
}

#flow #main ol li#flow_13:before {
	content: "13";
}

#flow #main ol li#flow_14:before {
	content: "14";
}

#flow #main ol li#flow_15:before {
	content: "15";
}

#flow #main ol li#flow_16:before {
	content: "16";
}

#flow #main ol li#flow_17:before {
	content: "17";
}

#flow #main ol li#flow_18:before {
	content: "18";
}

#flow #main ol li#flow_19:before {
	content: "19";
}

#flow #main ol li#flow_20:before {
	content: "20";
}

#flow #main ol li#flow_21:before {
	content: "21";
}

#flow #main ol li#flow_22:before {
	content: "22";
}

#flow #main ol li#flow_23:before {
	content: "23";
}

#flow #main ol li#flow_24:before {
	content: "24";
}

#flow #main ol li#flow_25:before {
	content: "25";
}

#flow #main ol li#flow_26:before {
	content: "26";
}

#flow #main ol li#flow_27:before {
	content: "27";
}

#flow #main ol li#flow_28:before {
	content: "28";
}

#flow #main ol li#flow_29:before {
	content: "29";
}

#flow #main ol li#flow_30:before {
	content: "30";
}

#flow #main ol li:after {
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e918';
	color: #666;
	font-size: 22px;
	display: block;
	text-align: center;
	padding-top: 34px;
}

#flow #main ol li.last:after {
	content: "";
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#flow #main ol li {
		position: relative;
		margin-bottom: 20px;
	}
	#flow #main ol li:before {
		font-size: 14px;
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 12px;
	}
	#flow #main ol li:after {
		padding-top: 20px;
	}
}

#flow #main .flow_box {
}

#flow #main ol li h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	/*PCのみ*/
	#flow #main ol li h3 {
		margin-top: -70px;
		padding-left: 90px;
	}
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#flow #main ol li h3 {
		font-size: 19px;
		margin-top: -45px;
		padding-left: 44px;
	}
}

@media print, screen and (min-width: 768px) {
	/*PCのみ*/

#flow #main ol li .inner_s{
	display: flex;
	justify-content: space-between;
}

#flow #main ol li .txt {
	margin: 0 0 0 90px;
}
}

#flow #main ol li.no_img .txt {
	width: auto;
}

#flow #main ol li .txt .name span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}

#flow #main ol li .txt .title {
	font-size: 14px;
	color: #828282;
	margin-bottom: 16px;
}

#flow #main ol li .img {
	width: 240px;
	min-width: 240px;
	margin-left: 40px;
}

#flow #main ol li.no_txt .img {
	width: auto;
	margin-left: 0;
	text-align: center;
}

#flow #main ol li .img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#flow #main ol li .txt,
	#flow #main ol li .img {
		width: auto;
	}
	#flow #main ol li .img {
		width: auto;
		margin-left: 0;
		text-align: center;
	}
	#flow #main ol li .txt+.img {
		margin-top: 15px;
	}
}




/* ============================================================
カスタマイズ
============================================================ */
/* 丸数字 */
#flow #main ol li:before {
	background-color: #39b1de;
	}
/* 下矢印 */
#flow #main ol li:after {
	color: #cbe2ee;
	}

/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* h2 */
	#flow #main h2 {
		font-size: 20px;
		}
	/* 導入文 */
	#flow #main .common_donyu {
		font-size: 14px;
		}
	/* 本文 */
	#flow #main .txt {
		font-size: 14px;
		}

} /* end ＞767 */