@charset "utf-8";
#banner.b1 {
	background-image: url(../upload/b_about.jpg);
}
#content {
	padding: 20px 0;
}
#content .col_3 {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: min(2vw, 25px);
}
#content .col_3>div {
	flex: 0 0 calc((100% - min(2vw, 25px) * 2) / 3);
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
#content .col_3 figure {
	width: 100%;
	aspect-ratio: 16/9;
	border-bottom: 4px solid #fc0;
}
#content .col_3 h2 {
	margin: 0;
	font-size: 26px;
	padding: 25px 30px 10px;
}
#content .col_3 p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 0 30px 20px;
}
#content>.c_branch {
	display: flex;
	column-gap: 20px;
	align-items: stretch;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
#content>.c_branch>div:first-child {
	display: flex;
	align-items: center;
	flex: 0 0 240px;
}
#content>.c_branch>div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#content>.c_branch>div:last-child * {
	margin: 5px 0;
	line-height: 20px;
}
#content>.c_branch figure {
	width: 100%;
	aspect-ratio: 16/9;
	cursor: pointer;
}
#content>.c_branch figure img {
	border-radius: 5px;
}
#content>.c_branch>div p:first-child {
	font-size: 16px;
}
@media screen and (max-width:600px){
	#content>.c_branch {
		flex-wrap: wrap;
	}
	#content>.c_branch>div:first-child {
		flex: 0 0 100%;
	}
	#content>.c_branch>div:last-child {
		padding: 10px 0;
		justify-content: normal;
	}
}
@media screen and (max-width:991px){
	#content .col_3>div {
		flex: 0 0 100%;
	}
	#content .col_3 figure {
		height: 300px;
		aspect-ratio: initial;
	}
}
