@charset "utf-8";
/*------------------------------------------------------------
	pickup
------------------------------------------------------------*/
#main {
	margin-bottom: 6.2rem;
}
#conts .headLine03 {
	margin-bottom: 3rem;
}
#conts .comPhoList a {
	display: block;
	aspect-ratio: 365/231;
}
#conts .comPhoList a img {
	height: 100%;
	aspect-ratio: inherit;
	object-fit: cover;
}
#main .comSearchBox {
	margin-top: 6.5rem;
}
@media all and (max-width: 738px) {
	#main {
		margin-bottom: 6.3rem;
	}
	#conts .headLine03 {
		margin-bottom: 2.1rem;
	}
	#conts .comPhoList {
		gap: 2.5rem 0;
	}
}
/*------------------------------------------------------------
	pickup/detail
------------------------------------------------------------*/
#conts .detail {
	padding-bottom: 5rem;
}
#conts .detail .headLine03 {
	margin-bottom: 3.7rem;
}
#conts .detail .inner {
	margin: 0 2.4rem;
}
#conts .detail .date {
	font-size: 1.4rem;
	margin-bottom: 1.2rem;
	letter-spacing: 0.1em;
}
#conts .detail .photoBox {
	margin-bottom: 2.2rem;
}
#conts .detail .photoBox .title {
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: justify;
	background: #0080B5;
}
#conts .detail .photoBox .photo {
	width: 50%;
}
#conts .detail .photoBox .photo img {
	width: 100%;
}
#conts .detail .wpArea p {
	line-height: 1.75;
	margin-bottom: 2.7rem;
	text-align: justify;
}
@media all and (max-width: 738px) {
	#conts .detail {
		padding-bottom: 3rem;
	}
	#conts .detail .headLine03 {
		margin-bottom: 1.8rem;
	}
	#conts .detail .inner {
		margin: 0 0.5rem;
	}
	#conts .detail .date {
		font-size: 1rem;
		margin-bottom: 2.5rem;
	}
	#conts .detail .photoBox {
		margin-bottom: 0.8rem;
		display: block;
	}
	#conts .detail .photoBox .title {
		padding: 0.8rem 1.5rem;
		display: block;
		font-size: 1.25rem;
		line-height: 1.36;
	}
	#conts .detail .photoBox .photo {
		width: 100%;
	}
	#conts .detail .wpArea p {
		font-size: 1.15rem;
		line-height: 1.87;
		margin-bottom: 2.2rem;
	}
}