/* CSS Document */
/*ページタイトル*/
.page_title.term > h2::before{
  content:"TERM";
}
.page_title.policy > h2::before{
  content:"PRIVACY POLICY";
}
/*コンテンツ*/
.term_policy{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .term_policy{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .term_policy,
body[wc-view-type="tb-l"] .term_policy{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .term_policy{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);;
}
.term_policy .t_p_top_text{
  line-height: 1.8rem;
}
body[wc-view-type="pc"] .term_policy .t_p_top_text{
 line-height: 2rem;
}
.term_policy .t_p_block{
}
body[wc-view-type="sp"] .term_policy .t_p_block{
  margin-top: 1rem;
}
body[wc-view-type="tb"] .term_policy .t_p_block,
body[wc-view-type="tb-l"] .term_policy .t_p_block{
  margin-top: 1.5rem;
}
body[wc-view-type="pc"] .term_policy .t_p_block{
  margin-top: 2rem;
}
.term_policy .t_p_block > dt{
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 700;
}
.term_policy .t_p_block > dt .num{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  font-family: "inter";
  font-weight: 700;
  flex: none;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.term_policy .t_p_block > dd{
  padding: 0 1rem 0 0.75rem;
  box-sizing: border-box;
}
.term_policy .t_p_block > dd .t_p_list{
  padding-left: 1rem;
  list-style: outside;
  box-sizing: border-box;
}
.term_policy .t_p_block > dd .t_p_list li,
.term_policy .t_p_block > dd .tp_block_text{
  line-height: 1.55rem;
  margin-top: 0.75rem;
}
.term_policy .t_p_block > dd .tp_block_text{
}
.tp_contact{
  margin-top: 0.5rem;
}
.tp_contact > dt{
}
.tp_contact > dt span{
  display: flex;
  width: fit-content;
  font-weight: 700;
  align-items: center;
}
.tp_contact > dt span::before{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: table;
  background-color: #2277ca;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.tp_contact > dd a.tp_tel{
  display: flex;
  text-decoration: none;
  font-weight: 700;
  font-family: "inter";
  letter-spacing: 1px;
  font-size: 1.35rem;
  align-items: center;
  margin-top: 0.5rem;
}
.tp_contact > dd a.tp_tel::before{
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #121823;
  -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;
}
body:not([wc-view-type="sp"]) .tp_contact > dd a{
  pointer-events: none;
}
.tp_contact > dd .btn{
  margin-top: 0.5rem;
}