

:not(.primary) section.column + section.column {
	margin-top: 0;
}
section.column + section.column::before {
	display: none;
}


.map {
}
.map .figure {
	padding: 0 20px;
}
.map .figure img {
	width: 100%;
	height: auto;
}


section.column .inner {
	max-width: 100% !important;
	padding: 0 !important;
}
section.column h2 {
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 23px;
	line-height: 1.6;
}
section.column h2 br {
	display: none;
}

.column .box-list {
	border-top: 1px solid #c9c9c9;
}
.column .box-list ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: -1px 0 0;
	border: 0 solid #c9c9c9;
	border-width: 0 0 1px;
}
.column .box-list li {
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 2);
	margin: 0 0 -1px;
	padding: 10px 15px 15px;
	border: 0 solid #c9c9c9;
	border-width: 1px 0;
	background: #fff;
}
.column .box-list li::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #c9c9c9;
}
.column .box-list li:nth-child(2n)::after {
	display: none;
}


.column.fund .box-list li {
	padding: 15px;
}




.column .box-list .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 16 / 5;
}
.column .box-list .thumb img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}


.column.partner .box-list dd,
.column.collaboration .box-list dd {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
}
.column.fund .box-list dt {
	font-size: 16px;
	line-height: 1.6;
}
.column.fund .box-list dd {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.75;
}


.column .link {
	line-height: 1;
}
.column .link a {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	font-size: 14px;
	color: #165d89;
}
.column .link a::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 14px;
	right: 0;
	top: calc(50% - 4px);
	background: url(/img/arrow_nano_blue.svg) 100% 0 no-repeat;
	background-size: 6px auto;
}
.column .link a:active {
	text-decoration: underline;
}

.column.partner .link {
	margin-top: 10px;
}
.column.collaboration .link {
	margin-top: 10px;
}
.column.fund .link {
	margin-top: 14px;
}








.pickup-column .inner {
	border: none;
}




