<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.contents-area .web-payment-title-area .web-payment-img-area {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	max-height: 240px;
	border-radius: 10px;
	overflow: hidden;
}

.contents-area .web-payment-title-area img {
	position: relative;
	top: -40px;
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}

.web-payment-flex-area {
	max-width: 1200px;
	margin: 0 auto 50px;
	color: #003366;
}

.web-payment-text-area {
	width: 99vw;
	margin: 40px 0px;
	padding: 20px 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #efefef;
	/* 中央に配置 */
	box-sizing: border-box;
}

.web-payment-explain-box {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 0 auto;
	max-width: 1200px;
}

/* 最初のページ紹介エリア 画像ブロック */
.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-img-box {
	width: 100%;
	max-width: calc(45% - 20px);
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
}

/* 最初のページ紹介エリア テキストブロック */
.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-text-box {
	width: 100%;
	max-width: calc(55% - 20px);
	text-align: left;
}

/* 最初のページ紹介エリア 画像ブロックの画像修飾 */
.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 14%;
}

/* 最初のページ紹介エリア h3 */
.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-text-box h3 {
	margin: 0px 0px 20px;
	color: #000000;
	font-size: clamp(1.2em, 2vw, 1.4em);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: left;
}

/* 最初のページ紹介エリア p */
.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-text-box p {
	letter-spacing: 0.1em;
	color: #000000;
	margin-bottom: 5px;
	text-align: left;
}

.web-payment-flex-area h3 {
	font-size: 32px;
	color: #000000;
	margin: 10px 0px 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.web-payment-flex-area p {
	color: #000000;
}

.pte-area {
	margin: 40px 0px;
}

.purpose-box,
.task-box,
.effect-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	border-bottom: 1px solid #ccc;
	padding: 40px 0px;
}

/* 目的・課題・評価用 box */
.purpose-title-box,
.task-title-box,
.effect-title-box {
	width: calc(30% - 40px);
	margin-bottom: 10px;
}

.purpose-number,
.task-number,
.effect-number {
	font-size: 28px;
	color: #0088a9;
	margin-bottom: 15px;
}

.purpose-title,
.task-title,
.effect-title {
	font-family: "Jost";
	font-size: 28px;
	font-weight: bold;
	color: #221815;
	letter-spacing: 0.15em;
	font-weight: 400;
}

.purpose-subtitle,
.task-subtitle,
.effect-subtitle {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #221815;
}

.purpose-list-box,
.task-list-box,
.effect-list-box {
	width: 70%;
}

.purpose-list-box ul,
.task-list-box ul,
.effect-list-box ul {
	width: 100%;
	text-align: left;
	list-style: none;
	padding-left: 1em;
	margin: 0;
}

.purpose-list-box li,
.task-list-box li,
.effect-list-box li {
	color: #000000;
	background-color: #e9f4f8;
	border-radius: 12px;
	padding: 15px 30px;
	margin: 12px 0;
	/* margin-bottom: 6px; */
	line-height: 1.6;
}

.purpose-list-box li i,
.task-list-box li i,
.effect-list-box li i {
	color: #0b789e;
	margin-right: 6px;
	font-size: 16px;
}

.web-payment-info-area {
	margin: 60px 0px;
	font-size: 15px;
	line-height: 1.8;
	color: #000000;
	text-align: center;
}

.web-payment-info-area p {
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.customer-area {
	text-align: left;
}

@media screen and (min-width:768px) and (max-width:1049.99px) {}

@media screen and (max-width: 767px) {

	.web-payment-explain-box {
			flex-direction: column;
		}
	
	.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-img-box,
	.contents-area .web-payment-text-area .web-payment-explain-box .web-payment-text-box {
		max-width: 100%;
	}

	.purpose-title-box,
	.task-title-box,
	.effect-title-box {
		width: 100%;
		margin-bottom: 10px;
	}

	.purpose-box,
	.task-box,
	.effect-box {
		flex-direction: column;
	}

	.purpose-list-box,
	.task-list-box,
	.effect-list-box {
		width: 100%;
	}

	.purpose-list-box ul,
	.task-list-box ul,
	.effect-list-box ul {
		padding-left: 0px;
	}

	.web-payment-info-area p {
		padding: 0px 10px;
		line-height: 1.8em;
	}

}</pre></body></html>