
.map {
	padding-top: 80px !important;
}
.map .figure {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.map .figure img {
	width: 100%;
	height: auto;
}


section.column .inner {
	max-width: 100% !important;
	padding: 0 !important;
}
section.column h2 {
	box-sizing: border-box;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0 40px;
	line-height: 1.4;
}
section.column h2 br {
	display: initial;
}

section.column .article {
	box-sizing: border-box;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}
section.column .article p {
	font-size: 1rem;
}



.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% / 3);
	margin: 0 0 -1px;
	padding: 15px 30px 30px;
	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(3n)::after {
	display: none;
}


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




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


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


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

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








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




