@charset "UTF-8";

.p-pros {
	width: 100%;
	margin-top: 30px;
}
.p-pros__list {
	width: fit-content;
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
}
.p-pros__list-item {
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.p-pros__list-item:last-child {
	margin-bottom: 10px;
}
.p-pros__list-item-icon {
	width: 32px;
	margin-right: 10px;
	display: inline-block;
}

.p-pros__arrow {
	width: 62px;
	margin: 0 auto;
	display: block;
}

.p-pros__text {
	margin: 22px auto 0;
	color: #004878;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.p-pros__figure {
	width: 100%;
	margin: 28px auto 50px;
	display: block;
}


.p-youtube__header {
	margin-top: 82px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
.p-youtube__body {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
.p-youtube__body iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.p-dlimg {
	max-width: 800px;
	width: 100%;
	margin: 30px auto 40px;
}
.p-dlimg__img {
	width: 100%;
	display: block;
}


.p-melsecbtn {
	width: fit-content;
	margin: 0 auto;
	padding: 20px 80px;
	background-color: #004878;
	border: none;
	border-radius: 42px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
	cursor: pointer;
	transition: .3s background-color ease-out;
}
.p-melsecbtn:hover {
	background-color: #FF6900;
	color: #FFF;
}
.p-melsecbtn__icon {
	width: 34px;
	display: block;
}
.p-melsecbtn__arrow {
	display: block;
	width: 13px;
	height: 13px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}


@media screen and (max-width: 600px) {
	.p-pros {
		margin-top: 20px;
	}

	.p-pros__list-item {
		margin-bottom: 20px;
		align-items: flex-start;
	}

	.p-pros__text {
		margin: 20px auto 0;
	}

	.p-melsecbtn {
		padding: 20px 32px;
		font-size: 24px;
	}
	.p-melsecbtn__icon {
		width: 28px;
	}
	.p-melsecbtn__arrow {
		width: 11px;
		height: 11px;
	}
}
