@charset "UTF-8";

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
}

a {
	color: #0643be
}

a:hover {
	color: rgb(0, 0, 160)
}

.agree {
	position: relative;
	padding-top: 18rem;
}

.agree:before {
	content: "";
	background: url(../images/rule_bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: -9rem;
	left: 50%;
	width: 384rem;
	height: 192.7rem;
	transform: translateX(-50%);
	background-position: center;
	background-size: cover;
}
.agree_inner{
	width: 100%;
	max-width: 1200px;
	margin:0 auto
}
.agree_wrap {}

.policy_label_wrap {
	/*display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(0, auto));*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.policy_label {
	width: calc(98% / 3);
	border: 1px solid #ccc;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	padding: 1.6rem .8rem;
}

.policy_label_wrap h3 {
	margin-bottom: 1.6rem;
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.022rem;
}

.policy_label_wrap b {
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.022rem;
}
.policy_label ul li p{
	font-size: 1.6rem;
}
.agree_history {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

.agree_history_list {
	position: relative;
	width: 340px;
	height: max-content;
	z-index: 99;
}

.agree_history_list button {
	width: 100%;
	position: relative;
	border-radius: 40rem;
	border: 2px solid #CECECE;
	padding: 1.54rem 2.8rem;
	color: #1a1a1a;
	font-family: Red Hat Display;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: -0.017rem;
	cursor: pointer;
	background-color: #fff;
}

.agree_history_list ul {
	display: none !important;
	width: 100%;
	height: fit-content;
	max-height: 200px;
	padding: 1rem;
	border-radius: 1.6rem;
	background: #fff;
	border: 2px solid #ccc;
	white-space: nowrap;
	position: absolute;
	z-index: 10;
	top: calc(100% + .5rem);
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.agree_history_list ul.active {
	display: flex !important;
}

.agree_history_list ul li {}

.agree_history_list ul li:not(:last-of-type) {
	margin-bottom: 1.1rem;
}

.agree_history_list ul li a {
	display: block;
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.16px;
	opacity: .8;
	line-height: normal;
	border: 1px solid transparent;
	padding: 1rem;
	border-radius: 1rem;
}

.agree_history_list ul li a:hover {
	border: 1px solid #ccc;
	opacity: 1;
}

.agree_title {
	position: relative;
	padding-top: 8rem;
	margin-bottom: 14rem;
}

.agree_title::before {
	content: "";
	background: url(../images/rule_title_ic.svg)no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 4.6rem;
	height: 2rem;
}

.agree_title h2 {
	color: #111;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.056rem;
}

.agree_title p {
	margin-top: 2.2rem;
	color: #999;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.024rem;
}

.agree_main {
	/*border: 1px solid red;*/
}

.agree_group {
	padding-bottom: 3rem;
	border-bottom: 1px solid #ccc;
}

.agree_group * {
	word-break: keep-all;
}

.agree_group:not(:first-of-type) {
	margin-top: 2rem;
}

.agree_group.dp_01 {
	padding-left: 1rem;
}

.agree_group.dp_02 {
	padding-left: 2rem;
}

.agree_group.dp_03 {
	padding-left: 3rem;
}

.agree_group:last-of-type {
	border-bottom: none;
}

.group_inner {
	padding-left: .5rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.agree_group strong {
	display: block;
	margin-bottom: 1.6rem;
	color: #111;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.028rem;
}

.agree_group h3 {
	margin-bottom: 1.6rem;
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.022rem;
}

.agree_group h3 span {
	padding-right: 1rem;
}

.agree_group p {
	color: #111;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.017rem;
	text-align: left;
}

.table_wrap {
	overflow-y: hidden;
	overflow-x: auto;
}

.table_wrap table {
	min-width: 480px;
	border-top: 3px solid #555;
	border-bottom: 1px solid #555;
	vertical-align: middle;
	margin: 5px 0 10px;
	border-spacing: 0;
	border-collapse: collapse;
}

table thead th {
	padding: 10px;
	border: 1px solid #555;
	background-color: #f5f5f5;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	word-break: keep-all;
}

table thead th:first-child {
	border-left: none;
}

table thead th:last-child {
	border-right: none;
}

table tbody th.thl {
	text-align: left;
}

table tbody tr {
	vertical-align: middle;
}

table tbody tr.btl {
	border-bottom: 1px solid #555;
}

table tbody td {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px dotted #c7c7c7;
	border-right: 1px solid #555;
	border-bottom: 1px dotted #c7c7c7;
	border-left: 1px solid #555;
	word-break: keep-all;
}

table tbody td:first-child {
	border-left: none;
}

table tbody td:last-child {
	border-right: none;
}

table tbody td.txl {
	text-align: left;
}

table th {
	padding: 10px;
	border-bottom: 1px solid #555;
	background-color: #f5f5f5;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

table td {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px dotted #c7c7c7;
	border-right: 1px solid #555;
	border-bottom: 1px dotted #c7c7c7;
	border-left: 1px solid #555;
}

.table_wrap table th p,
.table_wrap table td p {
	text-align: center;
}

.agree ol,
.agree ul {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.agree ol li,
.agree ul li {
	line-height: 1.4;
}

.agree ol li>ol,
.agree ol li>ul,
.agree ul li>ol,
.agree ul li>ul {
	padding: .5rem 1rem;
}

.address_wrap {
	border: 1px solid #ccc;
	padding: 1rem;
	margin: 0 1rem;
	border-radius: .5rem;
}

@media (max-width: 1180px) {

	/* calc(100vw * (00 / 1180)); */
	.policy_label {
		width: calc(97% / 2);
	}

	.policy_label b {
		font-size: calc(100vw * (24 / 1180));
		letter-spacing: calc(100vw * (-0.2 / 1180));
	}

	.policy_label ul {
		gap: calc(100vw * (8 / 1180));
	}

	.policy_label ul li p {
		font-size: calc(100vw * (18 / 1180));
		letter-spacing: calc(100vw * (-0.2 / 1180));
	}

	.agree_history {
		margin-bottom: calc(100vw * (20 / 1180));
	}

	.agree_history_list {
		width: calc(100vw * (340 / 1180));
	}

	.agree_history_list button {
		border-radius: calc(100vw * (30 / 1180));
		padding: calc(100vw * (16 / 1180)) 0;
		font-size: calc(100vw * (21 / 1180));
		letter-spacing: calc(100vw * (-0.1 / 1180));
	}

	.agree_history_list ul {
		max-height: calc(100vw * (200 / 1180));
		padding: calc(100vw * (16 / 1180));
		border-radius: calc(100vw * (16 / 1180));
	}

	.agree_history_list ul li:not(:last-of-type) {
		margin-bottom: calc(100vw * (16 / 1180));
	}

	.agree_history_list ul li a {
		font-size: calc(100vw * (16 / 1180));
		letter-spacing: calc(100vw * (-0.15 / 1180));
		padding: calc(100vw * (8 / 1180)) calc(100vw * (4 / 1180));
		border-radius: calc(100vw * (16 / 1180));
	}

	.agree {
		padding-top: calc(100vw * (100 / 1180));
	}

	.agree_title {
		padding-top: calc(100vw * (80 / 1180));
		margin-bottom: calc(100vw * (160 / 1180));
	}

	.agree_title::before {
		width: calc(100vw * (46 / 1180));
		height: calc(100vw * (20 / 1180));
	}

	.agree_title h2 {
		font-size: calc(100vw * (56 / 1180));
		letter-spacing: calc(100vw * (-0.56 / 1180));
	}

	.agree_title p {
		margin-top: calc(100vw * (22 / 1180));
		font-size: calc(100vw * (24 / 1180));
		letter-spacing: calc(100vw * (-0.24 / 1180));
	}


	.agree_group strong {
		font-size: calc(100vw * (28 / 1180));
	}

	.agree_group h3 {
		font-size: calc(100vw * (22 / 1180));
	}

	.agree_group p {
		font-size: calc(100vw * (17 / 1180));
	}
}

@media (max-width: 767px) {

	/*calc(100vw * (00 / 767));*/
	.policy_label {
		width: 100%
	}

	.policy_label b {
		font-size: calc(100vw * (32 / 767));
		letter-spacing: calc(100vw * (-0.2 / 767));
	}

	.policy_label ul {
		gap: calc(100vw * (16 / 767));
	}

	.policy_label ul li p {
		font-size: calc(100vw * (26 / 767));
		letter-spacing: calc(100vw * (-0.4 / 767));
	}

	.agree_history {
		margin-bottom: calc(100vw * (32 / 767));
	}

	.agree_history_list {
		width: calc(100vw * (360 / 767));
		max-width: 100%;
	}

	.agree_history_list button {
		border-radius: calc(100vw * (32 / 767));
		padding: calc(100vw * (16 / 767));
		font-size: calc(100vw * (20 / 767));
		letter-spacing: calc(100vw * (-0.2 / 767));

	}

	.agree_history_list ul {
		max-height: calc(100vw * (200 / 767));
		padding: calc(100vw * (16 / 767));
		border-radius: calc(100vw * (32 / 767));

	}

	.agree_history_list ul li:not(:last-of-type) {
		margin-bottom: calc(100vw * (16 / 767));
	}

	.agree_history_list ul li a {
		font-size: calc(100vw * (18 / 767));
		letter-spacing: calc(100vw * (-0.2 / 767));
		padding: calc(100vw * (8 / 767)) calc(100vw * (8 / 767));
		border-radius: calc(100vw * (16 / 767));
	}

	.agree {
		padding-top: calc(100vw * (40 / 767));
	}

	.agree_title h2 {
		font-size: calc(100vw * (50 / 767));
		letter-spacing: calc(100vw * (-0.5 / 767));
	}

	.agree_title p {
		margin-top: calc(100vw * (22 / 767));
		font-size: calc(100vw * (24 / 767));
		letter-spacing: calc(100vw * (-0.24 / 767));
	}


	.agree_group strong {
		font-size: calc(100vw * (36 / 767));
		letter-spacing: calc(100vw * (-0.36 / 767));
	}

	.agree_group h3 {
		font-size: calc(100vw * (30 / 767));
		letter-spacing: calc(100vw * (-0.3 / 767));
	}

	.agree_group p {
		font-size: calc(100vw * (26 / 767));
		letter-spacing: calc(100vw * (-0.26 / 767));
	}
}

/* @ =============== @ */
/* @ term body style @ */
/* @ =============== @ */
/*
.terms_wrap {
	padding: 32px 0 0 0;
	max-width: 1440px;
	line-height: 1;
}

.terms_wrap a {
	color: #0643be;
}

.terms_wrap a:hover,
.terms_wrap a:focus {
	color: #0643be;
}

.terms_wrap h1 {
	font-size: 2rem;
	padding: 0 0 20px;
}

.terms_wrap h2 {
	font-size: 1.8rem;
	padding: 0 0 15px;
}

.terms_wrap h3 {
	font-size: 1.6rem;
	padding: 0 0 10px;
}

.terms_wrap h4 {
	font-size: 1.4rem;
	padding: 14px 0 10px;
}

.terms_wrap h5 {
	font-size: 1.2rem;
	padding: 14px 0 10px;
}

.terms_wrap h6 {
	font-size: 1.1rem;
	padding: 14px 0 10px;
}

.terms_wrap p {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 0 5px;
}

.terms_wrap p.terms_num {
	padding-left: 26px;
	word-break: break-all;
}

.terms_wrap p span {
	margin-left: -26px;
	width: 26px;
	display: inline-block;
}

.tn_depth_01 {
	padding-left: 24px;
	margin-bottom: 5px;
}

.tn_depth_02 {
	padding-left: 48px;
	margin-bottom: 5px;
}

.tn_depth_03 {
	padding-left: 72px;
	margin-bottom: 5px;
}

.tn_depth_04 {
	padding-left: 96px;
	margin-bottom: 5px;
}

.tn_depth_05 {
	padding-left: 120px;
	margin-bottom: 5px;
}

.tn_depth_06 {
	padding-left: 144px;
	margin-bottom: 5px;
}

.table_wrap {
	padding: 0 0 10px 0;
	max-width: 1440px;
	min-width: 280px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
}

.terms_wrap table {
	border-spacing: 0;
	border-collapse: collapse;
}

.terms_wrap table {
	width: 100%;
	border-top: 3px solid #555;
	border-bottom: 1px solid #555;
	vertical-align: middle;
	margin: 5px 0 10px;
}

.terms_wrap table thead th {
	padding: 10px;
	border: 1px solid #555;
	background-color: #f5f5f5;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.terms_wrap table thead th:first-child {
	border-left: none;
}

.terms_wrap table thead th:last-child {
	border-right: none;
}

.terms_wrap table tbody th.thl {
	text-align: left;
}

.terms_wrap table tbody tr {
	vertical-align: middle;
}

.terms_wrap table tbody tr.btl {
	border-bottom: 1px solid #555;
}

.terms_wrap table tbody td {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px dotted #c7c7c7;
	border-right: 1px solid #555;
	border-bottom: 1px dotted #c7c7c7;
	border-left: 1px solid #555;
}

.terms_wrap table tbody td:first-child {
	border-left: none;
}

.terms_wrap table tbody td:last-child {
	border-right: none;
}

.terms_wrap table tbody td.txl {
	text-align: left;
}

.terms_wrap table th {
	padding: 10px;
	border-bottom: 1px solid #555;
	background-color: #f5f5f5;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.terms_wrap table td {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px dotted #c7c7c7;
	border-right: 1px solid #555;
	border-bottom: 1px dotted #c7c7c7;
	border-left: 1px solid #555;
}

.terms_sub_box {
	padding: 10px 20px;
	background: #f5f5f5;
	margin: 5px 0;
}

.terms_wrap .terms_marks_wrap {
	width: 100%;
	margin: 0 auto 20px;
}

.terms_wrap .privacy_marks_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.terms_wrap .privacy_marks_list figure {
	width: calc(100% / 3 - 50px);
	text-align: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #62a5e4;
}

.terms_wrap .privacy_marks_list figure img {
	padding: 10px;
	text-align: center;
}

.terms_wrap .privacy_marks_list figcaption {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.terms_wrap .privacy_marks_list figcaption strong {
	width: 100%;
	text-align: center;
}

.terms_wrap .privacy_marks_list figcaption ul {
	list-style-type: none;
	margin: 0 10px;
}
*/
/* @ =========== @ */
/* @ media query @ */
/* @ =========== @ */
/*
@supports (-webkit-touch-callout: none) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
	.terms_wrap table tbody td {
		overflow: hidden;
		white-space: normal;
		word-break: keep-all;
	}

	.terms_wrap table th {
		white-space: normal;
	}

	.terms_wrap table td {
		max-width: 250px;
	}

	.table_wrap {
		overflow-x: scroll;
		min-width: 0;
		width: 100%;
	}

	.table_wrap {
		overflow-x: scroll;
		min-width: 0;
	}

	.terms_wrap .privacy_marks_list figure {
		width: calc(100% / 2 - 50px);
	}
}

@media (max-width: 360px) {
	.terms_wrap .privacy_marks_list figure {
		width: 100%;
	}
}
*/