@charset "UTF-8";

/*---下層共通読み込み---*/
@media screen and (max-width: 767px) {
	.flow_wrapper{
		overflow-x: scroll;
	}
	.flow{
		width: 700px;
		padding-left: 20px;
	}
	.flow .box a{
		height: 60px;
	}
	.flow .box a strong{
		font-size: 1.125rem;
	}
	.flow .box a span{
		font-size: 0.75rem;
	}
	.corner01,.corner02,.corner03,.corner04{
		margin: 0 15px;
	}
}
/*------------------*/
/* ex_layout01
-------------------------------------------*/
.ex_layout01{
	max-width: 1000px;
	margin: 60px auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: #EAF3F7;
}
.ex_layout01.reverse{
	flex-direction: row-reverse;
}
.ex_layout01 > div{
	width: 55%;
	text-align: center;
	background-color: #EAF3F7;
	padding: 30px 50px;
}
.ex_layout01 > figure{
	width: 45%;
}
.ex_layout01_title{
	font-size: 1.25rem;
	font-weight: 500;
}
.ex_layout01_inner{
	background-color: #ffffff;
	padding: 10px;
	border-radius: 6px;
}
.ex_layout01_inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.ex_layout01_inner ul li{
	width: 32%;
	padding: 3px;
	background-color: #228CC4;
	border-radius: 6px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.875rem;
}
.ex_layout01_inner p{
	color: #228CC4;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ex_layout01,.ex_layout01.reverse{
		flex-direction: column-reverse;
		margin: 30px 0;
	}
	.ex_layout01 > figure{
		width: 100%;
		padding-top: 55%;
		position: relative;
		overflow: hidden;
	}
	.ex_layout01 > figure img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		object-fit: cover;
	}
	.ex_layout01 > div{
		width: 100%;
		padding: 20px;
	}
	.ex_layout01_title{
		font-size: 1rem;
	}
	.ex_layout01_inner p{
		font-size: 0.875rem;
	}
	.ex_layout01 .sp_f15 a{
		font-size: 0.875rem;
	}
}
/* corner02 corner03 corner04
-------------------------------------------*/
.corner02,.corner04{
	background-color: #E2F1F8;
	padding: 40px 20px 80px;
	margin: 80px auto;
}
.corner04{
	margin-bottom: 0;
}
.corner02_inner,.corner03_inner,.corner04_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.corner03{
	margin: 80px auto;
}
@media screen and (max-width: 767px) {
	.corner02{
		padding: 20px 15px 40px;
		margin: 40px auto;
	}
	.corner04{
		padding: 20px 15px 40px;
		margin: 40px auto 0;
	}
	.corner03{
		margin: 40px 15px;
	}
}
/* ex_layout02
-------------------------------------------*/
.ex_layout02{
	border: 2px solid #E2E2E2;
	border-radius: 10px;
	overflow: hidden;
}
.ex_layout02 h4{
	background-color: #228CC4;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	padding: 5px;
}
.ex_layout02 figure{
	margin: 20px;
}
.ex_layout02 p{
	margin: 20px;
}
.ex_layout02 > div{
	background-color: #E2F0F7;
	color: #DF6316;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	margin: 20px;
	border-radius: 100px;
	line-height: 1.4;
	padding: 5px;
}
.ex_layout02 > div strong{
	font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
	.ex_layout02{
		margin-bottom: 30px;
	}
}
/* ex_layout03
-------------------------------------------*/
.ex_layout03{
	border: 2px solid #E2E2E2;
	padding: 40px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
}
.ex_layout03 figure{
	width: 45%;
}
.ex_layout03 > div{
	width: 50%;
}
.ex_layout03 > div .ex_layout03_title{
	font-size: 1.25rem;
	text-align: center;
}
.ex_layout03 > div .ex_layout03_price{
	background-color: #E2F0F7;
	color: #DF6316;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	margin: 20px;
	border-radius: 100px;
	line-height: 1.4;
	padding: 5px;
	margin-bottom: 50px;
}
.ex_layout03 > div .ex_layout03_price strong{
	font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
	.ex_layout03{
		display: block;
		padding: 20px;
	}
	.ex_layout03 > div{
		margin-top: 20px;
	}
	.ex_layout03 figure,.ex_layout03 > div{
		width: 100%;
	}
	.ex_layout03 > div .ex_layout03_price{
		margin: 10px 0;
	}
}
