@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px	308%
*/

/* ====== prevention ====== */

.caution_text {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-indent: -1rem;
	padding-left : 1rem
}

.flow_list {
}

.flow_list > li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
}


.flow_title {
	flex: 0 0 200px;
	text-align: center;
	font-weight: bold;
}

.flow_text {
	flex: 1 1 auto;
}