@charset "UTF-8";
.l-mv {
	background: #EBF4EA;
}
.l-container {
	display: flex;
	flex-direction: column;
}
.c-detail-title {
	color: #333;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
.p-mv__body {
	display: flex;
}
.c-detail-img {
	max-width: 788px;
}
.c-detail-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFF;
	max-width: 400px;
}
.l-description {
	background: #009BA4;
}

.c-description-txt {
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	font-size: var(--18px);
}
.c-description-txt em {
	font-weight: 700;
}
.c-detail-data__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: solid 1px #CCC;
}
.c-detail-data__name {
	color: #333;
	text-align: center;
	font-size: var(--18px);
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}
.c-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.c-info__key {
	font-size: var(--16px);
	color: #009BA4;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	background: #EEFBFA;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.c-info__val {
	font-size: var(--16px);
	color: #444;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.u-border {
	border-radius: 8px;
	border: 2px solid #009BA4;
	background: #FFF;
}
.u-border.l-container__inner {
	position: relative;
}
.u-border .c-section-title {
    position: absolute;
    background: #FFF;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-point__list {
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.p-point__item {
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	gap: 32px;
}
.p-point__img {
	width: 80px !important;
	height: 80px;
}
.p-point__text {
	border-radius: 10px;
	background: #F3F3F3;
	color: #333;
	font-style: normal;
	font-weight: 700;
	position: relative;
	padding: 16px;
	width: 100%;
	line-height: 194%;
}
.p-point__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
	width: 24px;
	height: 16px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 16px solid #F3F3F3;
}
.c-article__heading {
	color: #333;
	font-style: normal;
	font-weight: 700;
}
.c-article__question {
	font-size: var(--16px);
	color: #009BA4;
	font-style: normal;
	font-weight: 700;
	line-height: 168%;
}
.c-article__answer {
	font-size: var(--16px);
	color: #444;
	font-style: normal;
	font-weight: 400;
	margin-top: 8px;
	line-height: 168%;
}
.c-article__answer em {
	font-weight: 700;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 70%, rgba(251, 224, 185, 1) 70%);
}
.c-article__img {
	margin-top: 32px;
    align-items: center;
    display: flex;
	justify-content: center;
}
@media (73.75rem >= width) {
	.p-mv__body {
		flex-direction: column;
	}
	.c-detail-data {
		max-width: 100%;
	}
}

@media (48.0625rem <= width) {
	.l-mv {
		padding: 40px 0;
	}
	.l-container {
		gap: 32px;
	}
	.c-detail-title {
		font-size: var(--32px);
	}
	.c-detail-img {
		max-width: 100%;
	}
	.c-detail-data {
		padding: 2%;
	}
	.l-description {
		padding: 32px 4%;
	}
	.p-description__container {
		margin: 0 auto;
	}
	.c-info__key {
		width: 80px;
	}
	.c-info__val {
		width: calc(100% - 88px);
	}
	.l-container:has(.u-border) {
		max-width: 1000px;
	}
	.u-border.l-container__inner {
		padding: 48px;
	}
	.u-border .c-section-title {
		padding: 0 40px;
	}
	.p-point__text {
		font-size: var(--18px);
		padding-right: 60px;
	}
	.p-article .l-container {
		max-width: 900px;
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	.c-article__heading {
		font-size: var(--24px);
	}
	.c-article__question {
		margin-top: 16px;
	}
}
@media (48.0625rem >= width) {
	.l-container {
		gap: 16px;
		padding: 4%;
	}
	.p-mv__body {
		flex-direction: column;
	}
	.c-detail-title {
		font-size: var(--16px);
	}
	.c-detail-data {
		padding: 16px 8px;
	}
	.l-description {
		padding: 16px 4%;
	}
	.c-info__key {
		width: 80px;
	}
	.c-info__val {
		width: calc(100% - 88px);
	}
	.u-border.l-container__inner {
		padding: 48px 4% 20px;
	}
	.u-border .c-section-title {
		padding: 0 40px;
	}
	.p-article .l-container {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.p-article__container {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.p-point__text {
		font-size: var(--16px);
	}
	.c-article__heading {
		font-size: var(--20px);
		line-height: 175%;
	}
}
