@charset "UTF-8";

/* ------------------------------------------------------------
  PCスタイル
 ------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	/* ページヘッダー */
	.privacy_ttl {
		padding: 22px 48px;
	}
	.policyTtl_fig {
		width: 193px;
		height: 245px;
		position: absolute;
		left: -225px;
		bottom: -103px;
	}

	/* プラバシーポリシー */
	.policy_sec {
		width: 1000px;
		margin-top: 100px;
	}
	.policy_sec h3 {
		font-size: 1rem !important;
		font-weight: 500;
	}
	h4 {
		margin-top: 1.125rem; /* 18px */
		font-weight: 500;
	}
	ol {
		list-style-type: none;
	}
	ul {
		list-style-type: disc;
	}
	a {
		text-decoration: none;
		color: #000;
	}
}


/* ------------------------------------------------------------
  SPスタイル
 ------------------------------------------------------------ */
@media screen and (max-width: 767px) {

	/* ページヘッダー・イラスト */
	.privacy_ttl {
		font-size: 1.5rem !important;
	}
	.policyTtl_fig {
		width: 158px;
		height: 200px;
		position: absolute;
		right: 0;
		bottom: -150px;
		left: 0;
		margin: 0 auto;
	}

	/* ol・ulパディング */
	section ol {
		padding-left: 1rem;
	}
	ol li ul {
		padding-left: 1.5rem;
	}

	/* プラバシーポリシー */
	.policy_sec {
		width: 100%;
		padding: 0 24px;
		margin-top: 50px;
	}
	.policy_sec h3 {
		font-size: 1rem !important;
		font-weight: 500;
	}
	h4 {
		margin-top: 1.125rem; /* 18px */
		font-weight: 500;
	}
	ol {
		list-style-type: none;
	}
	ul {
		list-style-type: disc;
	}
	a {
		text-decoration: none;
		color: #000;
	}

	.policy_contact {
		padding-bottom: 90px;
	}

}