/* CSS Document */
/*ページタイトル*/
.page_title.term .contents_title::after{
	content: "TERM";
}
.page_title.privacy .contents_title::after{
	content: "PRIVACY POLICY";
}
/*コンテンツ*/
.term_policy{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .term_policy{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .term_policy{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .term_policy{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.term_policy .t_p_top_text{
}
body[wc-view-code="sp"] .term_policy .t_p_top_text{
	margin-bottom: 1rem;
}
body:not([wc-view-code="sp"]) .term_policy .t_p_top_text{
	margin-bottom: 1.5rem;
}
.term_policy .t_p_block{
	background-color: #f2faff;
	padding: 7px;
	border-radius: 1rem;
	box-sizing: border-box;
}

.term_policy .t_p_block:not(:first-of-type){
	margin-top: 1rem;
}
.term_policy .t_p_block > dt{
	display: flex;
	font-weight: 700;
	align-items: center;
	background-color: #fff;
	border-radius: calc(1rem - 7px) calc(1rem - 7px) 0 0;
	padding: 7px;
	box-sizing: border-box;
}
.term_policy .t_p_block > dt .num{
	width: 40px;
	height: 40px;
	background-color: var(--accentColor);
	color: #fff;
	flex: none;
	margin-right: 0.5rem;
	font-weight: 700;
	font-family: "Lexend";
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
body[wc-view-code="sp"] .term_policy .t_p_block > dt .num{
	width: 36px;
	height: 36px;
}
.term_policy .t_p_block > dd{
	display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #fff;
  border-radius: 0 0 calc(1rem - 7px) calc(1rem - 7px);
  padding: 0 7px 14px 47px;
  box-sizing: border-box;
}

body[wc-view-code="sp"] .term_policy .t_p_block > dd{
	padding-left: 7px;
}
.term_policy .t_p_block > dd .t_p_list{
	padding-left: 1rem;
	list-style-position: outside;
	display: flex;
	flex-direction: column;
	gap:0.5rem;
}
.term_policy .t_p_block > dd p{
}
.term_policy .t_p_block > dd .tp_tel{
	color: var(--defColor);
	text-decoration: none;
	font-size: 1.5rem;
	font-family: "Lexend";
	display: flex;
  margin-top: 0.45rem;
	align-items: center;
}
.term_policy .t_p_block > dd .tp_tel::before{
	content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	display: table;
}
body:not([wc-view-code="sp"]) .term_policy .t_p_block > dd .tp_tel{
	pointer-events: none;
}
.term_policy .t_p_block > dd .btn{
	margin-top: calc(3px + 0.5rem);
}
.term_policy .t_p_block > dd .btn a{
	padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
}