#contentBody .box {
	width: 784px;
	padding: 32px;
	border: none;
}
#contentBody .box .col,
#contentBody .box .col-fy25 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contentBody .box .col .img,
#contentBody .box .col .txt,
#contentBody .box .col-fy25 .img,
#contentBody .box .col-fy25 .txt {
	margin: 0;
	flex: initial;
	max-width: initial;
}

#contentBody .mainBox .col-fy25 {
	width: 208px;
	border-radius: 8px;
	background: #FFF;
	flex-flow: column;
}
#contentBody .mainBox .col-fy25 .pc {
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 20px;
}
#contentBody .mainBox .col-fy25 .img {
	margin-bottom: 20px;
}
#contentBody .mainBox {
	display: flex;
	justify-content: space-around;
}

 .col-fy25 {
	display: flex;
	column-gap: 48px;
}

#contentBody .mainBox .col {
	width: 208px;
	min-height: 474px;
	border-radius: 8px;
	background: #FFF;
	flex-flow: column;
}

#contentBody .mainBox .col-fy25  {
	width: 208px;
	min-height: 260px;
	border-radius: 8px;
	background: #FFF;
	flex-flow: column;
}

#contentBody .mainBox .col .pc{
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 40px;
}
#contentBody .mainBox .col .img{
	margin-bottom: 40px;
}
#contentBody .mainBox .correspondence {
	width: 304px;
	background: url(/about/data/plannumber/img/correspondence_pc.png) center no-repeat;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
#contentBody .mainBox .comment {
	width: 240px;
	margin: 0 auto;
	padding: 24px 0 10px;
	font-size: 1.8rem;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 0.72px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	text-indent: 0;
}
#contentBody .mainBox .comment .no,
#contentBody .mainBox .comment .unit {
	letter-spacing: 0;
}
#contentBody .mainBox .commentTop {
	color: var(--text-black, #1B1B1B);
	background: #58CAE7;
}
#contentBody .mainBox .commentBottom,
#contentBody .mainBox .commentBottom .unit {
	color: #fff;
	background: #0072CE;
}
#contentBody .mainBox .commentTop:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 20px solid #58cae7;
	border-bottom: 0;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -12.5px;
}
#contentBody .mainBox .commentBottom:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 20px solid #0072ce;
	border-top: 0;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -12.5px;
}
#contentBody .bgPink {
	background: #FCEBF5;
}
#contentBody .bgPink .col {
	row-gap: 47px;
}
#contentBody .bgGreen {
	background: #EAF4D3;
}
#contentBody .bgGreen .col {
	row-gap: 52px;
}
#contentBody .bgPink .col img.sponsor,
#contentBody .bgGreen .col img.sponsor, 
{
	width: auto;
	height: 145px;
}
#contentBody .bgBlue .col,
#contentBody .bgBlue .col-fy25, {
	row-gap: 47px;
}
#contentBody .bgBlue.mainBox .col,
#contentBody .bgBlue.mainBox .col-fy25  {
	row-gap: 0;
}
#contentBody .bgBlue .col img.sponsor,
#contentBody .bgBlue .col-fy25 img.sponsor {
	width: auto;
	height: 109px;
}
#contentBody .bgBlue .col img.child {
	width: auto;
	height: 100px;
}
#contentBody .bgPink .col .txt,
#contentBody .bgGreen .col .txt,
#contentBody .bgBlue .col .txt {
	text-align: center;
}
#contentBody .no {
	font-family: Poppins;
	font-size: 4.0rem;
	line-height: 1.7;
	color: var(--text-black, #1B1B1B);
	font-weight: 600;
}
#contentBody .no.nobig {
	font-size: 6.0rem;
}
#contentBody .unit {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.7;
	color: var(--text-black, #1B1B1B);
}
#contentBody .mainBox .unit {
	font-size: 2.0rem;
}

#contentBody .no.noWhite {
	color: var(--White, #FFF);
}

.illustCite {
  text-align: right;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px){
	#contentBody .box {
		width: 100%;
		padding: 24px 26px;
	}
	
	#contentBody .box .col {
		flex-flow: column;
		row-gap: 0;
	}
	#contentBody .mainBox {
		padding: 15px;
		flex-wrap: wrap;
	}
	#contentBody .mainBox .col{
		width: 100%;
		padding: 24px 26px;
		min-height: auto;
		flex-flow: nowrap;
		column-gap: 36px;
	}

	#contentBody .mainBox .col-fy25 {
		width: 100%;
		padding: 10px 20px;
		min-height: auto;
		flex-flow: nowrap;
		column-gap: 20px;
	}
	#contentBody .mainBox .col:first-child,
	#contentBody .mainBox .col-fy25:first-child {
		border-radius: 8px 8px 0 0;
	}
	#contentBody .mainBox .col:last-child,
	#contentBody .mainBox .col-fy25:last-child {
		border-radius: 0 0 8px 8px;
	}
	#contentBody .mainBox .col .img,
	#contentBody .mainBox .col .txt,
	#contentBody .mainBox .col-fy25 .img,
	#contentBody .mainBox .col-fy25 .txt {
		margin: 0 auto;
		flex: auto;
	}
	#contentBody .mainBox .correspondence {
		width: 100%;
		background-image: url(/about/data/plannumber/img/correspondence_sp.png);
	}
	#contentBody .mainBox .comment {
		width: 100%;
		padding: 20px 0 10px;
	}
	#contentBody .mainBox .commentTop {
		margin-bottom: 188px;
		border-radius: 0 0 8px 8px;
	}
	#contentBody .mainBox .commentBottom {
		border-radius: 8px 8px 0 0;
	}
	#contentBody .mainBox .commentTop:after,
	#contentBody .mainBox .commentBottom:before {
		display: none;
	}
	#contentBody .bgPink .col img.sponsor,
	#contentBody .bgGreen .col img.sponsor,
	#contentBody .bgBlue .col img.sponsor,
	#contentBody .bgBlue .col img.child,
	#contentBody .bgBlue .col-fy25 img.sponsor,
	#contentBody .bgBlue .col-fy25 img.child {
		max-height: 70px;
	}
	#contentBody .bgBlue .col img.emergency {
		max-height: 86px;
		width: auto;
	}
	#contentBody .bgBlue .col img.assistance {
		max-height: 102px;
		width: auto;
	}
	#contentBody .no {
		font-size: 3.6rem;
	}
	#contentBody .no.nobig {
		font-size: 4.4rem;
	}
	#contentBody .unit {
		font-size: 1.8rem;
	}
	#contentBody .mainBox .unit {
		font-size: 1.6rem;
	}
}