@charset "UTF-8";


h3{
	margin-top: 150px;
}

p{
	text-align: center;
	font-size: 2rem;
	line-height: 1.7;
}

figure{
	text-align: center;
	margin: 45px 0 0;
}

.box_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 30px;
}
.box_list .box{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	box-sizing: border-box;
	/* flex-basis: 47%; */
	width: 47%;
	background-color: #eaf6fd;
	border-radius: 4px;
	padding: 30px;
	margin: 10px;
}
html.sp .box_list .box{
	flex-wrap: wrap;
	padding: 20px;
	margin: 5px;
}
.box_list .box:nth-of-type(4n+1),
.box_list .box:nth-of-type(4n+2){
	background-color: #c7e8fa;
}
.box_list .box .left{
	flex-basis: 30%;
	font-size: 2rem;
	color: #005bab;
}
html.sp .box_list .box .left{
	flex-basis: 100%;
	margin-bottom: 10px;
}
html.sp .box_list .box .left .place,
html.sp .box_list .box .left .name{
	display: inline-block;
}
html.sp .box_list .box .left .name{
}
.box_list .box .right{
	flex-basis: 60%;
}
html.sp .box_list .box .right{
	flex-basis: 100%;
}
.box_list .box .right p{
	text-align: justify;
	font-size: 1.6rem;
	margin: 0;
}

html.sp .chiiki p{
	text-align: justify;
}
html.sp .chiiki p.blue{
	text-align: center;
}
.chiiki .images{
	text-align: center;
	margin: 55px 0 0;
}
.chiiki .images .image{
	display: inline-block;
	font-size: 23px;
}
.chiiki .images .image img{
	margin-bottom: 20px;
}
.chiiki .images .image:first-child{
	margin-right: 20px;
}
html.sp .chiiki .images .image:first-child{
	margin: 0 0 10px;
}

