@charset "UTF-8";

/*--------------------------------------------------
パブリックアート
--------------------------------------------------*/
.page-current-publicart{
	.container .row-cols-lg-2{
		padding-top: 60px;
		@media only screen and (max-width: 600px) {
			padding-top: 0;
		}
	}

	#map_sec.box_bg{
		@media only screen and (max-width: 600px) {
			padding-left: 0;
			padding-right: 0;
		}
	}
	#map_sec .map{
		margin-bottom: 45px;
		text-align: center;
		img{
			max-width: 100%;
			height: auto;
		}
	}
}
.page-current-publicart{
	#map_sec .point_list{
		display: flex;
		flex-wrap: wrap;
		li{
			margin: 0 40px 10px 0;
			line-height: 1.6;
			@media only screen and (max-width: 767px) {
				margin-right: 25px;
			}
			.inner{
				display: flex;
				align-items: flex-start;
			}
		}
		li:last-of-type{
			margin-right: 0;
		}
		.num{
			background: #0068B7;
			border: 1px solid #0068B7;
			color: #fff;
			font-weight: 700;
			border-radius: 50%;
			line-height: 1;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 90%;
			padding: 5px;
			min-width: 30px;
			min-height: 30px;
			margin-right: 10px;
		}
	}
}
.page-current-publicart{
	#map_sec .point02{
		.num{
			background: #fff;
			color: #0068B7;
		}
	}
}