/* CSS Document */
/*ページタイトル*/
section.page_title.term > h1::before{
  content: "Term";
}
section.page_title.privacy > h1::before{
  content: "Privacy";
}
/*コンテンツ*/
div.promise_wrap{
  box-sizing: border-box;
  background-color: #fff;
}
body[wc-view-type="sp"] div.promise_wrap{
  padding: var(--headerHeight) 6.5vw;
}
body[wc-view-type="tb"] div.promise_wrap,
body[wc-view-type="tb-l"] div.promise_wrap{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] div.promise_wrap{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
div.promise_wrap > p{
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #444;
}
div.promise_wrap > dl{
  margin-bottom: calc(var(--headerHeight) / 2);
}
div.promise_wrap > dl:last-of-type{
  margin-bottom: 0;
}
div.promise_wrap > dl > dt{
  font-size: 1.2rem;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding: 0 1rem 1rem 1rem
}
div.promise_wrap > dl > dt > span{
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
div.promise_wrap > dl > dd{
  padding: 1rem;
}
div.promise_wrap > dl > dd > p.promise_in_text{
  line-height: 1.8rem;
  color: #444;
  margin-bottom: 1rem;
}
div.promise_wrap > dl > dd > p.promise_in_text.m_none{
  margin-bottom: 0;
}
div.promise_wrap > dl > dd > ul.number{
  list-style: none;
  list-style-position: outside;
}
div.promise_wrap > dl > dd > ul.number > li{
  margin-bottom: 0.5rem;
}
div.promise_wrap > dl > dd > ul.number > li:last-of-type{
  margin-bottom: 0;
}
div.promise_wrap > dl > dd > ul.number > li > p.num_text{
  line-height: 1.8rem;
  padding-left: 1.8rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
div.promise_wrap > dl > dd > ul.number > li > p.num_text > span{
  font-size: 1.2rem;
  color: #444;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
div.promise_wrap > dl > dd > ul.number > li > ul.in_list{
  padding: 0.5rem 1rem 0 1.8rem;
  box-sizing: border-box;
  list-style-position: outside;
  list-style: none;
}
div.promise_wrap > dl > dd > ul.number > li > ul li{
  padding-left: 1rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
div.promise_wrap > dl > dd > ul.number > li > ul li:last-of-type{
  margin-bottom: 0;
}
div.promise_wrap > dl > dd > ul.number > li > ul li::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #444;
  position: absolute;
  top: 0.65rem;
  left: 0;
  z-index: 2;
}
ul.third_in_list{
  padding-left: 1rem;
  list-style: none;
  list-style-position: outside;
  padding-top: 0.5rem;
}
ul.third_in_list li{
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
ul.third_in_list li:last-of-type{
  margin-bottom: 0;
}
ul.third_in_list li::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #444;
  position: absolute;
  top: 0.65rem;
  left: 0;
  z-index: 2;
}
dl.p_c_box{
  display: flex;
  margin-bottom: 0.75rem;
}
dl.p_c_box:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="sp"] dl.p_c_box{
  flex-direction: column;
}
dl.p_c_box dt{
}
body:not([wc-view-type="sp"]) dl.p_c_box dt{
  padding-right: 1rem;
  width: 110px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body:not([wc-view-type="sp"]) dl.p_c_box dt::after{
  content: ":";
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  color: #444;
  z-index: 2;
}
dl.p_c_box dd{
}
body:not([wc-view-type="sp"]) dl.p_c_box dd{
  width: calc(100% - 110px);
}
dl.p_c_box dd a.p_c_tel{
  display: table;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
  color: #444;
  font-size: 1.1rem;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) dl.p_c_box dd a.p_c_tel{
  pointer-events: none;
}
dl.p_c_box dd a.p_c_tel::before{
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #444;
  -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;
}
dl.p_c_box dd div.promise_btn{
  display: table;
}
dl.p_c_box dd div.promise_btn a{
  display: table;
  padding: 0rem 0rem 0rem 1.5rem;
  color: #333;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
dl.p_c_box dd div.promise_btn a::after{
  content: "";
  position: absolute;
  top: 55%;
  left: 0rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  background-color: #444;
  -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;
}