@charset "UTF-8";

/* ====================================
	共通スタイル
==================================== */

/* ユーティリティ */

.mt-2rem {
	margin-top: 2rem;
}

.mb-4rem {
	margin-bottom: 4rem;
}

.fz-1-5rem {
	font-size: 1.5rem;
}

.m-block-1rem {
	margin-block: 1rem;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.inline-icon-window {
	inline-size: 1.8em;
	block-size: 1.8em;
	transform: translateY(-0.15em);
}

/* 共通 */

.kome li::before {
	color: #000;
}

.page-basic {
	padding-bottom: 10rem;
}

/* 本文 */

.privacy-list-area {
	max-inline-size: 86rem;
	margin-inline: auto;
	margin-bottom: 10rem;
}

.privacy-title {
	padding-block: 1rem;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px dashed #959595;
}

.privacy-text-box>p {
	font-size: 1.5rem;
}

.privacy-list-block:nth-child(n+2) {
	margin-top: 4rem;
}

.support-text-container {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 1.5em 1fr;
	grid-template-rows: auto;
}

.support-text {
	margin-top: 2rem;
}

.support-list {
	margin-top: 1rem;
	font-size: 1.5rem;
}

.support-description-container {
	margin-top: 2rem;
}

.privacy-sub-title {
	font-size: 1.8rem;
	font-weight: bold;
}

.support-sub-list-box {
	margin-top: 1rem;
	padding: 10px 20px;
	border: 1px solid #959595;
}

.support-number-list>li {
	position: relative;
	padding-left: 1.5em;
}

.support-number {
	position: absolute;
	top: 0;
	left: 0;
}

.support-sub-square-list-box {
	margin-top: 1rem;
}

.support-sub-square-list {
	min-inline-size: 160px;
	inline-size: 23%;
	font-size: 1.5rem;
}

.support-square-list>li {
	display: grid;
	grid-template-columns: 1.2em 1fr;
}


.support-square-list>li:nth-child(n+2) {
	margin-top: 1rem;
}

.support-square-list>li>p,
.support-square-list>li>ul {
	margin-top: 1rem;
}

.support-sub-square-list-box {
	display: flex;
	flex-wrap: wrap;
}

.support-caption-text {
	font-size: 1.5rem;
}

.link-list {
	margin-top: 2rem;
}

.page-header--padding {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.page-header__main-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}

.page-header__main-text {
	max-inline-size: 860px;
	margin-top: 8rem;
	margin-inline: auto;
}

.text-box-link-caption {
	font-size: 1.2rem;
	padding-left: 0.3em;
}

.update-list-area {
	max-inline-size: 860px;
	margin-inline: auto;
}

.update-list {
	margin-left: auto;
	inline-size: fit-content;
}

.company {
	margin-top: 1rem;
	text-align: right;
}

.privacy-link {
	font-size: 1.5rem;
	color: #0866FF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.support-number-list>li>.privacy-link {
	font-size: 1.6rem;
}

.text-box-link-caption>.privacy-link,
.caption li>.privacy-link {
	font-size: 1.2rem;
	color: #0866FF;
}



/* ====================================
	ホバー、マウスポインタが有効なデバイス
==================================== */
@media (hover:hover) and (pointer: fine) {

	.privacy-link:hover {
		text-decoration: none;
		color: #0866FF;
	}
}

/* ====================================
	480px以上専用スタイル
==================================== */
@media screen and (width >=480px) {}

/* ====================================
	768px未満専用スタイル
==================================== */
@media screen and (width <768px) {

	.page-basic {
		padding-bottom: 4rem;
	}

	.page-header__main-text {
		margin-top: 4rem;
		font-size: 1.4rem;
	}

	.page-header--padding {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.page-header__main-title {
		font-size: 2rem;
	}

	.privacy-title {
		font-size: 1.6rem;
	}

	.privacy-sub-title {
		font-size: 1.5rem;
	}

	.support-text {
		font-size: 1.4rem;
	}

	.privacy-list-area {
		margin-bottom: 5rem;
	}

	.support-number-list>li>.privacy-link,
	.privacy-head-text,
	.privacy-text-box>p,
	.support-caption-text,
	.support-list,
	.support-square-list,
	.support-sub-square-list,
	.support-number-list,
	.update-list,
	.company,
	.fz-1-5rem,
	.privacy-link {
		font-size: 1.4rem;
	}

}

/* ====================================
	768px以上専用スタイル
==================================== */
@media screen and (width >=768px) {}

/* ====================================
	768px以上1080px未満専用スタイル
==================================== */
@media screen and (768px <=width < 1080px) {}

/* ====================================
	1080px未満専用スタイル
==================================== */
@media screen and (width <1080px) {}

/* ====================================
	1080px以上専用スタイル
==================================== */
@media print,
screen and (1080px <=width) {}

/* ====================================
	1200px以上専用スタイル
==================================== */
@media screen and (1200px <=width) {}

/* ====================================
	1280px未満専用スタイル
==================================== */
@media screen and (width <1280px) {}