@charset "utf-8";

/* =========================================================== */
/* Contents of social/community/connection/artist-support-2023/css/style.css 地域社会とのつながりcss
/* ===========================================================
01. Common
=========================================================== */
/* end Contents of social/community/connection/artist-support-2023/css/style.css  地域社会とのつながりcss
/* =========================================================== *


/* 01. Common
-------------------------------------------------------------- */
/* content */
.p-loc-content_format {
	margin-top: 20px;
	margin-bottom: 20px;
}

.p-cmn-img_list {
  width: 282px;
  margin: 0 auto;
}

.flexbox3 > * {
  flex-basis: auto;
}

.exb_wrap {
  justify-content: space-between;
}

.exb_wrap img {
  width: 300px;
  height: 172px;
}

/* column3 local */
.p-loc-column3_2_item {
	width: 66.6%;
}

.cover img {
    width: 270px;
    margin: auto;
}

@media screen and (max-width: 767px) {
	.p-loc-column3_2_item {
		width: 100%;
	}
  .p-loc-content_format {
    gap: 24px;
  }
  .exb_wrap {
    justify-content: center;
  }
}