@charset "UTF-8";

/*==================================================
 flow
================================================== */
.flow-items-wrap .flow-item {
	margin: 0 0 85px;
	padding: 1px 0 0;
	background: #f9f9f9;
}

@media screen and (max-width: 768px) {
	.flow-items-wrap .flow-item {
		margin: 0 0 40px;
	}
}

/* title
-------------------------------------------------- */
.flow-items-wrap .item-title {
	margin: -21px 0 15px;
}

/* step
------------------------- */
.flow-items-wrap .item-title .item-step {
	width: 123px;
	margin: 0 0 25px;
	line-height: 54px;
	vertical-align: bottom;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: .1em;
	background: #ed762b;
	display: block;
}

.flow-items-wrap .item-title .item-step-num {
	margin-left: .1em;
	font-size: 189.47%;
}

/* text
------------------------- */
.flow-items-wrap .item-title .item-title-text {
	padding: 0 0 0 102px;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.flow-items-wrap .item-title .item-title-text {
		padding: 0 8px;
		font-size: 20px;
	}
}

/* text
-------------------------------------------------- */
.flow-items-wrap .item-texts {
	padding: 0 88px 48px 106px;
}

@media screen and (max-width: 768px) {
	.flow-items-wrap .item-texts {
		padding: 0 8px 8px;
	}
}

/* column
------------------------- */
.flow-items-wrap .item-texts.column2 {
	display: flex;
	justify-content: space-between;
}

.flow-items-wrap .item-texts.column2 .column {
	width: calc((100% - 80px) / 2);
}

.flow-items-wrap .item-texts .item-column-title {
	margin: 0 0 8px;
	font-size: 27px;
}

@media screen and (max-width: 768px) {
	.flow-items-wrap .item-texts.column2 {
		display: block;
	}

	.flow-items-wrap .item-texts.column2 .column {
		width: auto;
		margin: 0 0 16px;
	}

	.flow-items-wrap .item-texts .item-column-title {
		font-size: 20px;
		font-weight: bold;
	}
}