/* 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 > p{
	line-height: 1.8rem;
	margin-bottom: 2rem;
}
.term_policy > dl{
}
.term_policy > dl:not(:first-of-type){
	margin-top: 1.5rem;
}
.term_policy > dl > dt{
	border-bottom: 1px solid var(--borderColor);
	display: flex;
	padding: 0 0.75rem 0.5rem 0.75rem;
	box-sizing: border-box;
	gap:0.5rem;
	font-size: 1.3rem;
}
.term_policy > dl > dt .num{
	width: 2rem;
  height: 2rem;
	border: 1px solid var(--borderColor);
	border-radius: 50%;
	color: var(--borderColor);
	font-family: "Montserrat";
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex:none;
}
.term_policy > dl > dd{
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:0.75rem;
}
.term_policy > dl > dd > ul{
	list-style-position: outside;
	padding-left: 1rem;
	box-sizing: border-box;
}
.term_policy > dl > dd > ul li:not(:first-of-type){
	margin-top: 0.5rem;
}
.term_policy > dl > dd > .tp_contact{
}
.term_policy > dl > dd > .tp_contact > dt{
}
.term_policy > dl > dd > .tp_contact > dt span{
	color: var(--accentColor);
	border-bottom: 1px solid var(--accentColor);
	display: table;
	padding-bottom: 0.25rem;
}
.term_policy > dl > dd > .tp_contact > dd .tp_tel{
	font-family: "Montserrat";
  font-size: 1.45rem;
  width: fit-content;
  display: flex;
  align-items: center;
	margin-top: 0.75rem;
	text-decoration: none;
	color: var(--defColor);
}
body:not([wc-view-code="sp"]) .term_policy > dl > dd > .tp_contact > dd .tp_tel{
	pointer-events: none;
}
.term_policy > dl > dd > .tp_contact > dd .tp_tel::before{
	content: "";
  width: 1.5rem;
  height: 1.5rem;
  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;
}
.term_policy > dl > dd > .tp_contact > dd .btn{
	margin-top: 0.75rem;
}