#contentBody .col .box h2,
#contentBody .col .box h3 {
	margin-top: 0;
}
#contentBody .col .box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentBody .box .col .img img {
	border-radius:8px;
	overflow: hidden;
}

#contentBody .box .col .img.border img {
	border: 1px solid #D9D9D6;
}

.Collaboration h2 {
	margin-top: 20px;
	margin-bottom: 0;
}

.tableCollaboration table {
	margin-top: 20px;
}

.tableCollaboration {
	margin-top: 20px;
	width: 100%;
}

.tableCollaboration table {
	width: 100%;
	border-top: none;
	margin: 20px 0;
}
.tableCollaboration table tr {
	display: flex;
}
.tableCollaboration table tr td {
	width: 33.3333333333%;
	display: flex;
	align-items: center;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.tableCollaboration table tr td:nth-child(2),
.tableCollaboration table tr td:nth-child(3) {
	border-left: 1px solid var(--borderLightGray);
}

.tableCollaboration table tr .row_center p {
	text-align: right;
	width: 100%;
}

.tableCollaboration table tr .row_bg_grey {
	background-color: #f2f2f1;
	font-weight: bold;
}

.tableCollaboration table tr .row_bg_grey p {
	margin: 10px 0;
}

@media (max-width: 768px) {
	.tableCollaboration table tr {
		display: block;
	}
	.tableCollaboration table tr td {
		width: 100%;
	}
	.tableCollaboration table tr td:nth-child(2),
	.tableCollaboration table tr td:nth-child(3) {
		border-left: none;
	}
}

.boxGirlsDay {
	width: 992px;
	margin: 0 auto;
	padding: 173px 46px 24px;
	border-radius: 16px;
	border: 2px solid #FDA482;
	background: url(/activity/images/boxGirlsDay_pc.png);
	background-size: cover;
	position: relative;
}

.boxGirlsDay .img {
	width: 140px;
	height: 158px;
	position: absolute;
	top: 13px;
	left: 29px;
}

.boxGirlsDay h2 {
	width: 386px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 37px;
	left: 196px;
}

.boxGirlsDay h2 img {
	width: 100%;
	height: auto;
}
.boxGirlsDayText {
	margin: 0;
}
.boxGirlsDay p.btn.left {
	min-width: 263px;
	margin: 0;
	position: absolute;
	top: 59px;
	left: 703px;
}
.boxGirlsDay .btnA a {
	color: var(--White, #FFF);
	background: #2E5F78;
	border: none;
}
.boxGirlsDay .btnA a:hover {
	background: #6c8fa0;
}
.boxGirlsDay .btnA a::before {
	background-image: url(/activity/images/icon_vector.svg);
}

@media (max-width: 768px) {
	.boxGirlsDay .pc{
		display: none;
	}
	.boxGirlsDay .SP{
		display: block;
	}
	
	.boxGirlsDay {
		width: 100%;
		padding: 16px 25px;
		border-radius: 8px;
		border-width: 1px;
		background-image: url(/activity/images/boxGirlsDay_sp.png);
	}
	
	.boxGirlsDay h2,
	.boxGirlsDay .img,
	.boxGirlsDay p.btn.left {
		position: static;
		top: auto;
		right: auto;
	}
	
	.boxGirlsDay h2 {
		width: 257.55px;
		margin: 0 auto;
	}

	.boxGirlsDay .img {
		width: 221px;
		height: 222px;
		margin: 0 auto 0;
		overflow: hidden;
	}
	.boxGirlsDay .img img {
		width: 100%;
		height: auto;
		margin-top: -13px;
	}
	.boxGirlsDayText {
		margin: 16px auto 24px;
	}
	.boxGirlsDay p.btn.left {
		margin: 0 auto;
	}
}
#contentBody .box,
.boxGirlsDay{
	margin-top: 48px;
}
#contentBody .col {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	#contentBody .box,
	.boxGirlsDay {
		margin-top: 32px;
	}
}

#contentBody .pickup {
	display: flex;
	justify-content: space-around;
}

#contentBody .pickup .box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#contentBody .pickup .box .boxtxt {
	flex-grow: 1;
}
@media screen and (max-width: 768px) {
	#contentBody .pickup {
		display: block;
	}
	#contentBody .pickup .box {
		flex-grow: unset;
		flex: auto;
		flex-direction: unset;
		display: block;
		width: 100%;
	}
	.col > .img,
	#contentBody .pickup .box img {
		margin-bottom: 24px;
		margin-top: 0;
	}
	#contentBody .pickup .box .boxtxt {
		flex-grow: unset;
	}
}
/* page header
-------------------------------------------------- */

.activity #pageHeader.withImg {
	background-image: url(/activity/images/img_1.jpg);
}

@media screen and (max-width: 768px) {
	.activity #pageHeader.withImg h1::after {
		background-image: url(/activity/images/img_1_sp.jpg);
	}
}