@charset "UTF-8";
/* CSS Document */
.present {
	display: flex;
	column-gap: 5px;
}
.present > div {
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 10px;
	background: #F5F2E9;
	flex-basis: 33%;
}
/* .present > div:first-of-type {
	display: flex;
	column-gap: 10px;
	flex: 2;
} */
/* .present > div:nth-of-type(2) {
	flex: 1;
} */
/* .present > div:first-of-type > div {
	flex: 1;
	column-gap: 10px;
} */
.present h3 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
	text-align: center;
}
.present h3 > span.circle {
	flex-shrink: 0;
	width: calc(2em + 26px);
	padding: 10px 0;
	line-height: 1.2;
	border-radius: 50%;
	background: #F07800;
	color: #fff;
	box-sizing: border-box;
}
.present h3 > span:last-of-type {
	flex-grow: 1;
}
.present figure {
	margin-bottom: 5px;
}
table.ex th {
	width: 20%;
}
figure.map {
	margin-top: 5px;
}


@media only screen and (max-width: 767.9px) {
	
	.present {
		display: block;
	}
	.present > div:first-of-type {
		display: block;
		margin-bottom: 10px;
	}
	.present > div:first-of-type > div:first-of-type  {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #ccc;
	}
	.present h3 {
		justify-content: center;
	}
	.present h3 > span:last-of-type {
		flex: initial;
	}
	.present h3 > span.circle {
		margin-right: 5px;
	}
	
	table.ex th {
		width: 100%;
	}
	
}
.c-btn {
	width:auto;
}
.p-fw-all--nomal{
	font-weight: normal;
}