@charset "UTF-8";

/*------------------契約の流れページ------------------------*/
#flow01+section .wrapper_item,
#flow02+section .wrapper_item,
#flow03+section .wrapper_item,
#flow04+section .wrapper_item{
	position: relative;
	margin-top: 3rem;
}
#flow01 + section .wrapper_item::before {
	position: absolute;
	display: block;
	content: "STEP01";
	font-size: 1.6rem;
	border: 2px solid #053a86;
	text-align: center;
	top: -3rem;
	left: 1.5rem;
	letter-spacing: 1px;
	padding: 20px;
	line-height: 3.5;
	background: rgba(255,255,255,0.7);
	color: #053a86;
	font-weight: 600;
	font-family: 'Quattrocento', serif;
}
#flow02 + section .wrapper_item::before {
	position: absolute;
	display: block;
	content: "STEP02";
	font-size: 1.6rem;
	border: 2px solid #053a86;
	text-align: center;
	top: -3rem;
	left: 1.5rem;
	letter-spacing: 1px;
	padding: 20px;
	line-height: 3.5;
	background: rgba(255,255,255,0.7);
	color: #053a86;
	font-weight: 600;
	font-family: 'Quattrocento', serif;
}
#flow03 + section .wrapper_item::before {
	position: absolute;
	display: block;
	content: "STEP03";
	font-size: 1.6rem;
	border: 2px solid #053a86;
	text-align: center;
	top: -3rem;
	left: 1.5rem;
	letter-spacing: 1px;
	padding: 20px;
	line-height: 3.5;
	background: rgba(255,255,255,0.7);
	color: #053a86;
	font-weight: 600;
	font-family: 'Quattrocento', serif;
}
#flow04 + section .wrapper_item::before {
	position: absolute;
	display: block;
	content: "STEP04";
	font-size: 1.6rem;
	border: 2px solid #053a86;
	text-align: center;
	top: -3rem;
	left: 1.5rem;
	letter-spacing: 1px;
	padding: 20px;
	line-height: 3.5;
	background: rgba(255,255,255,0.7);
	color: #053a86;
	font-weight: 600;
	font-family: 'Quattrocento', serif;
}
@media screen and (max-width: 500px){
	#flow01 + section .wrapper_item::before,
	#flow02 + section .wrapper_item::before,
	#flow03 + section .wrapper_item::before,
	#flow04 + section .wrapper_item::before{
		padding: 10px;
	}
}
.block_image_text_11 .contents_btn01 .content_wrapper {
  padding-left: 0;
}
@media screen and (max-width: 900px){
	.block_image_text_11 .contents_btn01 .content_wrapper {
		padding-left: var(--i_padding, 20px);
	}
}