@charset "UTF-8";

/*---------------------------------------------------------
ipr
---------------------------------------------------------*/
#ipr ol{
	list-style: none;
}
.step-box{
	box-sizing: border-box;
	border: 1px solid var(--color-taq);
	position: relative;
	padding: 2.8em;
}
.step-box ol{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step-box ol li{
	padding: 2em 0;
	border-radius: 6.5px;
	width: 21%;
	position: relative;
}
.step-box ol li:first-of-type{
	background-color: #b8c8d1;
}
.step-box ol li:nth-of-type(2){
	background-color: #98c3cd;
}
.step-box ol li:nth-of-type(3){
	background-color: #79beca;
}
.step-box ol li:last-of-type{
	background-color: #59b9c6;
}
.step-box ol li .u-font-en{
	color: #fff;
	margin-bottom: .4em;
}
.step-box ol li .c-txt--bld{
	color: #fff;
	line-height: 1.5;
}
.step-box ol li .arrow{
	position: absolute;
	top: 40%;
	right: -17.5%;
	width: .95em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.step-box{
		padding: 2em 1.8em;
	}
	.step-box ol li .arrow{
		width: 12px;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.step-box{
		padding: 1.6em 1em;
	}
	.step-box ol{
		display: block;
	}
	.step-box ol li{
		padding: 1em 0;
		width: 100%;
		margin-bottom: 1.6em;
	}
	.step-box ol li:last-of-type{
		margin-bottom: 0;
	}
	.step-box ol li .u-font-en{
		margin-bottom: .1em;
	}
	.step-box ol li .arrow{
		top: 105%;
		right: 50%;
		width: .6em;
		rotate: 90deg;
	}
}



/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}