@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{
		margin: 0 15px;
	}
}
/*------------------*/
/* ex_layout01
-------------------------------------------*/
.ex_layout01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ex_layout01 figure{
	width: 35%;
	text-align: center;
}
.ex_layout01 figure img{
	width: 75%;
	margin: 0 auto;
}
.ex_layout01 > div{
	width: 60%;
}
.ex_layout01 > div > div{
	border: 2px solid #E2E2E2;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ex_layout01 > div > div h4{
	background-color: #AF5EA9;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 5px;
}
.ex_layout01 > div > div > div{
	background-color: #F0E1F0;
    color: #AF5EA9;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin: 20px;
    border-radius: 100px;
    line-height: 1.4;
    padding: 5px;
}
.ex_layout01 > div > div > div strong{
	font-size: 1.75rem;
}
.ex_layout01 > div > div > p{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.ex_layout01{
		display: block;
	}
	.ex_layout01 figure{
		width: 100%;
	}
	.ex_layout01 figure img{
		width: 40%;
	}
	.ex_layout01 > div{
		width: 100%;
	}
	.ex_layout01 > div > div{
		margin: 20px 0;
	}
	.ex_layout01 > div > div h4{
		font-size: 1.125rem;
	}
}
/* corner01 corner02 corner03
-------------------------------------------*/
.corner02{
	background-color: #F7EAF5;
	padding: 40px 20px 80px;
	margin: 80px auto;
}
.corner01,.corner02_inner,.corner03_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;
	}
	.corner01,.corner03{
		margin: 40px 15px;
	}
}
/* ex_layout02
-------------------------------------------*/
.ex_layout02{
	padding: 10px;
	text-align: center;
	border-top: 1px solid #DF2016;
	border-bottom: 1px solid #DF2016;
	margin: 40px 0 20px;
	font-weight: 500;
}
.ex_layout02 strong{
	font-size: 1.5rem;
	color: #DF2016;
}
@media screen and (max-width: 767px) {
	.ex_layout02 strong{
		font-size: 1.25rem;
	}
}
/* ex_layout03
-------------------------------------------*/
.ex_layout03{
	border: 2px solid #E2E2E2;
	padding: 40px;
	display: flex;
	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: #F0E1F0;
	color: #AF5EA9;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	margin: 20px;
	border-radius: 100px;
	line-height: 1.4;
	padding: 5px;
}
.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;
	}
}
/* ex_layout04
-------------------------------------------*/
.ex_layout04{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 40px 0;
}
.ex_layout04::before{
	content: "";
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 15px);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #E1C3DF;
	border-right: 0;
}
.ex_layout04 > div{
	width: 47%;
}
@media screen and (max-width: 767px) {
	.ex_layout04{
		display: block;
	}
	.ex_layout04 > div{
		width: 100%;
		margin-bottom: 60px;
	}
	.ex_layout04 > div:last-child{
		margin-bottom: 0;
	}
	.ex_layout04::before{
		transform: rotate(90deg);
		top: calc(50% - 80px);
		border-top: 80px solid transparent;
		border-bottom: 80px solid transparent;
	}
}
/* ex_layout05
-------------------------------------------*/

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

@media screen and (max-width: 767px) {
	.main_events_box dl dd{
		width: 100%;
	}
}
