@charset "utf-8";
.flow-img-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flow-img-wrap > div:nth-child(1), .flow-img-wrap > div:nth-child(2), .flow-img-wrap > div:nth-child(3) {
	width: 33.3333333%;
}
.flow-img-wrap > div:nth-child(4), .flow-img-wrap > div:nth-child(5) {
	width: 50%;
}
.after-arrow {
	position: relative;
	margin-bottom: 4.44rem;
}
.after-arrow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -3rem;
	left: 0;
	margin: auto;
	width: 2.22rem;
	height: 1.66rem;
	background: url(../images/introduction/flow/flow-arrow.svg) no-repeat center center/contain;
}
.flow-step-ttl-wrap {
	display: flex;
}
.flow-step-number {
	font-size: 1.11rem;
	font-weight: 700;
	color: #fff;
	background-color: #0070C5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 2.94rem;
	padding: 10px;
}
.flow-step-ttl {
	font-size: 1.11rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #F8F8F8;
  margin-bottom: 0;
  width: 100%;
}
.has-period-item {
	display: flex;
	justify-content: space-between;
}
.flow-left {
	width: calc(100% - 50px);
	min-width: calc(100% - 50px);
}
.flow-right {
	position: relative;
}
.flow-period {
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	font-size: 1.11rem;
	position: absolute;
	right: 0;
	width: 38px;
}
.flow-period-1 {
	top: 0;
	height: 27%;
	background-color: #F0F8FC;
}
.flow-period-2 {
	top: 27%;
	height: 50%;
	background-color: #CCE2F4;
}
.flow-period-3 {
  top: 77%;
	height: 18%;
	background-color: #99C6E8;
}
.flow-period::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 19px 0 19px;
	z-index: 10;
}
.flow-period-1::after {
	border-color: #f0f8fc transparent transparent transparent;
}
.flow-period-2::after {
	border-color: #CCE2F4 transparent transparent transparent;
}
.flow-period-3::after {
	border-color: #99C6E8 transparent transparent transparent;
}
@media all and (min-width: 576px) {
	.flow-img-wrap {
		flex-wrap: nowrap;
	}
	.flow-img-wrap > div:nth-child(1), .flow-img-wrap > div:nth-child(2), .flow-img-wrap > div:nth-child(3), .flow-img-wrap > div:nth-child(4), .flow-img-wrap > div:nth-child(5) {
		width: 20%;
	}
}
@media all and (min-width: 768px) {
	.flow-left {
		width: calc(100% - 75px);
		min-width: calc(100% - 75px);
	}
	.flow-period {
	  width: 60px;
	}
	.flow-period::after {
		bottom: -20px;
		border-width: 20px 30px 0 30px;
	}
}
@media all and (min-width: 992px) {
	.flow-left {
		width: calc(100% - 130px);
		min-width: calc(100% - 130px);
	}
	.flow-step-number {
		width: 7.66rem;
		min-width: 7.66rem;
	}
	.flow-step-ttl {
		padding: 10px 1.66rem;
	}
	.flow-period {
	  padding: 1.66rem;
	  width: 90px;
	}
	.flow-period::after {
		bottom: -30px;
		border-width: 30px 45px 0 45px;
	}
}
@media all and (min-width: 1200px) {
	.flow-left {
		width: calc(100% - 160px);
		min-width: calc(100% - 160px);
	}
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}