@charset "UTF-8";

:root {
	--pink: #ec7078;
	--blue: #00a9c6;
	--orange: #fbb03b;
	--navy: #002a56;
}
.cp-content {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
}
.cp-content img {
	width: 100%;
}

.g-header .header-banner {
	background-color: var(--blue);
}

.w991-on {
	display: none;
}


.w991-off {
	display: block;
}

.cp-202507 {
	border: 6px solid var(--blue);
	background-image: url('../../img/scl/202507/back02.png');
	padding: 0 1.5rem 1rem 1.5rem;
}

.cp-202507-banner {
	width: 100%;
	overflow: hidden;
}

.cp-202507-banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 1100px;
}

.cp-202507-banner.sp img {
	max-width: 400px;
}

.cp-202507.pc, .cp-202507-banner.pc {
	display: block;
}

.cp-202507.sp, .cp-202507-banner.sp {
	display: none;
}

.cp-header {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 2em;
	padding: 0 1.5em;
	color: var(--navy);
	position: relative;
	z-index: 1;
}

/* .cp-header .cp-header_left {
	width: 22.5%;
}

.cp-header .cp-header_right {
	width: 15%;
} */

.cp-header .cp-header_center {
	width: auto;
}

.cp-title {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 3.5em;
	line-height: 1em;
	font-weight: bold;
}

.cp-content rt {
	font-size: 12px;
}

.cp-header_right img {
	margin-top: 0.5em;
}

.cp-period {
	font-size: 1.1em;
	font-weight: bold;
}

.right-triangle {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 0;
	height: 0;
	border-left: 0.8em solid var(--navy);
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
}

.cp-body {
	margin-top: -2em;
	position: relative;
	z-index: 0;
}

.cp-body_top {
	background-color: rgba(255, 255, 255, 0.6);
	padding-left: 2em;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}

.cp-body_top_left {
	width: 30%;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.cp-body_top_left img {
	width: 80%;
}

/* .cp-body_top > img:last-child {
	width: 65%;
} */

.cp-body_top_main {
	width: 70%;
}

.cp-body_top_main_content {
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
	margin-top: 1rem;
}

.cp-body_top_main_left {
	position: relative;
	z-index: 1;
	overflow-x: visible;
	width: 80%;
}

.cp-body_top_main_right {
	position: relative;
	z-index: 0;
	width: 25%;
}
.cp-content .cp-body_top_main_banner {
	width: 70%;
	vertical-align: top;
}

.cp-content.pc .cp-desc {
	font-size: 0.9em;
}

.cp-content.pc .cp-desc-bold {
	font-size: 1.6em
}

.cp-desc-present {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}

.cp-body_top_arrow {
	background: black;
	width: 110%;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 0.5rem;
	position: relative;
	z-index: 1;
	clip-path: polygon(0% 50%, 92% 50%, 92% 0%, 100% 100%, 0% 100%);
}

.cp-content.pc .cp-note {
	font-size: 0.75em;
	padding: 0 1.5rem;
	margin-bottom: 0.5rem;
}

.cp-body_bottom {
	padding: 1em;
	background: linear-gradient(#61c1c6, #27abb1);
	color: white;
	text-align: center;
}

.cp-body_bottom p {
	line-height: 1.8;
	font-size: 1em;
	padding-bottom: 0.2em;
	margin-bottom: 0;
}

.cp-body_bottom p::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 0;
	height: 0;
	border-left: 0.8em solid white;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
}

.cp-content .underline {
	border-bottom: 2px solid #fff;
}

.cp-content strong {
	font-weight: bold;
	font-size: 3em;
	vertical-align: middle;
}

/* SP */
.cp-202507.sp {
	max-width: 440px;
	padding: 0 1em 1em 1em;
	margin : 0 auto;
	background-image: url('../../img/scl/202507/02.png'), url('../../img/scl/202507/back02.png');
	background-position: top 60px right 4px, top left;
	background-size: 30%, cover;
	background-repeat: no-repeat, no-repeat;
}

.cp-202507.sp .cp-header {
	padding: 0;
	column-gap: 0.5em;
	justify-content: space-between;
}

.cp-202507.sp .cp-period p {
	font-size: 1.15em;	
}

.cp-202507.sp .cp-header_left {
	flex-basis: 30%;
}

.cp-202507.sp .cp-header_right {
	flex-grow: 1;
	margin-top: 1em;
/* 	width: 30%; */
}

.cp-subtitle {
	background-color: var(--pink);
	padding: 1em;
	font-size: 0.9em;
	color: white;
	line-height: 1em;
	border-radius: 1.5em;
	width: fit-content;
	margin: 0 auto 0.5em;
}

.cp-subtitle::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
	width: 1.1em;
	height: 1.1em;
	background-image: url('../../img/scl/202504/icon_SH.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.cp-202507.sp .cp-subtitle {
	margin-top: 1rem;
}

.cp-202507.sp .cp-title {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 1em;
	color: var(--navy);
}

.cp-202507.sp .cp-title rt {
	font-size: 8px;
}

.cp-period_start {
	text-align: left;
	margin-bottom: 0;
}

.cp-period_end {
	text-align: right;
}

.cp-202507.sp .cp-body_top {
	display: block;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.cp-202507.sp .cp-body_top img {
	background-color: unset;
	width: 70%;
}

.cp-202507.sp .cp-body_middle {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 1em 1.5em;
}

.cp-202507.sp strong {
	font-size: 2em;
}

.cp-body_middle_flex {
	display: flex;
	align-items: center;
	margin-top: 0.5em;
}

.cp-body_middle_flex_right {
	max-width: 90px;
}

.cp-desc {
	margin-bottom: 0;
	font-size: 1.05em;
}
.cp-desc-bold {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
}

.cp-content small {
	font-size: 0.75em;
}

.cp-note {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 0;
}

@media(max-width: 1199px) {
	.cp-title {
		font-size: 3em;
	}
	.cp-period {
		font-size: 1em;
	}
	.cp-body {
		margin-top: -3vw;
	}
	.cp-content rt {
		font-size: 10px;
	}
	.cp-content strong {
		font-size: 2.5em;
	}
}

@media(max-width: 991px) {
	.cp-content {
		font-size: 16px;
	}
	.w991-on {
		display: block;
	}

	.w991-off {
		display: none;
	}
	
	.cp-title {
		font-size: 2.75em;
	}
	.cp-content .cp-body_top_main_banner {
		width: 80%;
	}
/* 	.cp-header .cp-header_left {
		width: 20%;
	} */
	.cp-body {
		margin-top: -2vw;
	}
	.cp-body_bottom p::before {
		display: none;
	}
}
@media (max-width: 768px) {
	.g-header .header-banner {
		padding: 0.75rem 8px;
	}
	.g-header .banner-label {
		display: block;
	}
}
@media(max-width: 767px) {
	.cp-content {
		font-size: 14px;
	}
	.cp-202507.pc, .cp-202507-banner.pc {
		display: none;
	}

	.cp-202507.sp, .cp-202507-banner.sp {
		display: block;
	}
}
@media (max-width: 401px) {
	.cp-body_middle_flex_right {
		max-width: 150px;
		width: 50%;
		margin-top: 1rem;
		margin-left: auto;
	}
	.cp-body_middle_flex {
		display: block;
	}
}
@media (max-width: 374px) {
	.cp-202507.sp .cp-title {
		font-size: 2em;
	}
	.cp-202507.sp .cp-period {
		font-size: 1em;
	}
	.cp-subtitle {
		font-size: 0.7em;
	}
}