@charset "utf-8";

#content {
	background-image: url(/sdgs/feature/img/vol5/vol5_bg_left.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg_r {
	background-image: url(/sdgs/feature/img/vol5/vol5_bg_right.png);
	background-repeat: no-repeat;
	background-position: right 100px;
}

/* itemWrap */
.itemWrap {
	margin: var(--50px) auto 0;
	border-top: solid 1px #bcbcbc;
	padding: var(--50px) 0 0;
}
.itemWrap h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: var(--12px);
	font-weight: 300;
	letter-spacing: 0.075em;
	padding-bottom: var(--25px);
	position: relative;
	margin-bottom: var(--35px);
}
.itemWrap h3 .ttl {
	font-size: var(--16px);
	display: block;
	font-weight: 600;
	margin-bottom: var(--10px);
	letter-spacing: 0.05em;
}
.itemWrap h3::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #005bac;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}


/* flexWrap */
.flexWrap {
	display: flex;
	justify-content: space-between;
}
.flexWrap * {
	font-size: var(--12px);
	line-height: 2;
	letter-spacing: 0.05em;
}
.flexWrap .imgR {
	float: right;
	display: inline;
	margin: var(--8px) auto var(--10px) var(--10px);
	width: var(--57px);
	zoom: 1;
}
.flexWrap figure {
	width: 30%;
	text-align: center;
	margin-top: var(--5px);
}
.flexWrap figure.alLeft {
	text-align: left;
}
.flexWrap figure a {
	display: block;
}
.flexWrap dl {
	width: 67%;
}
.flexWrap dt {
	font-weight: 700;
}
.flexWrap dd {
	margin-bottom: var(--25px);
	overflow: hidden;
}
.flexWrap dd:last-child {
	margin-bottom: 0;
}
.flexWrap dd ul {
	margin-top: var(--15px);
}
.flexWrap dd li {
	text-indent: -1em;
	margin-left: 1em;
}


/* otherShop */
#otherShop {
	padding: var(--50px) 0;
	background-image: url(/sdgs/feature/img/vol5/vol5_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: right var(--20px) bottom;
	background-size: 60%
}
@media (max-width: 768px) {
	#otherShop {
		background-size: 80%
	}
}
#otherShop h3 {
	color: #003256;
	margin-bottom: var(--45px);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: var(--15px);
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* shopWrap */
.shopWrap {
	width: 95%;
	margin: 0 auto var(--45px);
}
.shopWrap h4 {
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: var(--13px);
	margin-bottom: 0;
}
.shopWrap h4 a:link,
.shopWrap h4 a:visited {
	display: block;
	border: solid 1px #e4011e;
	text-align: center;
	line-height: 1.5;
}
.shopWrap h5 {
	font-size: var(--12px);
	text-align: center;
	margin-top: var(--3px);
	margin-bottom: var(--15px);
	line-height: 1.5;
}
.shopWrap li + li {
	margin-top: var(--40px);
}
.shopWrap dl,
.shopWrap .listWrap {
	font-size: var(--12px);
}
.shopWrap dt {
	font-weight: 700;
	line-height: 2;
}
.shopWrap dd {
	line-height: 2;
	margin-bottom: var(--15px);
}
.shopWrap .listWrap {
	margin-bottom: var(--15px);
}
.shopWrap .listWrap p {
	text-indent: -1em;
	margin-left: 1em;
	font-size: var(--12px);
	line-height: 2;
}
/* event */
#event {
	background-color: #fff;
	padding: var(--15px) var(--20px) var(--20px);
	margin: var(--60px) auto var(--35px);
	display: flex;
	justify-content: space-between;
}
#event figure {
	width: 32.3%;
	margin-top: var(--5px);
}
#event figure a {
	display: block;
}
#event p {
	width: 63%;
	font-size: var(--13px);
	line-height: 2;
}
#event p a {
	text-decoration: underline;
}
