/* CSS Document */
section.pravacy_page{
  width: 100vw;
  background-color: #fff;
}
/*ページタイトル*/
section.pravacy_page section.pagetitle{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: calc(var(--headerHeight) * -1);
}
[wc-view-type*="sp"] section.pravacy_page section.pagetitle{
  padding-top: var(--headerHeight);
  height: 200px;;
}
[wc-view-type*="tb"] section.pravacy_page section.pagetitle{
  padding-top: var(--headerHeight);
  height: 300px;
}
[wc-view-type*="pc"] section.pravacy_page section.pagetitle{
  padding-top: var(--headerHeight);
  height: 400px;
}
section.pravacy_page section.pagetitle figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
[wc-view-type*="sp"] section.pravacy_page section.pagetitle figure img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
[wc-view-type*="tb"] section.pravacy_page section.pagetitle figure img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
[wc-view-type*="pc"] section.pravacy_page section.pagetitle figure img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.pravacy_page section.pagetitle h2{
  position: absolute;
  top: calc(40% + var(--headerHeight));
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 3;
  color: #fff;
  white-space: nowrap;
}
[wc-view-type*="sp"] section.pravacy_page section.pagetitle h2{
  font-size: 2rem;
}
[wc-view-type*="tb"] section.pravacy_page section.pagetitle h2{
}
section.pravacy_page section.pagetitle h2::before{
  content: "PRIVACY";
  position: absolute;
  top: -3.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  font-family: 'Oswald';
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
}
section.pravacy_page.term_page section.pagetitle h2::before{
  content: "TERMS";
  position: absolute;
  top: -3.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  font-family: 'Oswald';
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
[wc-view-type*="sp"] section.pravacy_page section.pagetitle h2::before{
  top: -3rem;
  font-size: 3rem;
}
/*内容*/
[wc-view-type*="sp"] div.pravacy_area{
  padding: var(--headerHeight) 1rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="tb"] div.pravacy_area{
  padding: var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] div.pravacy_area{
  padding: var(--headerHeight) 0;
  width: 800px;
  margin: 0 auto;
}
div.pravacy_area > p{
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: var(--headerHeight);
}
[wc-view-type*="sp"] div.pravacy_area > p{
 text-align: left; 
}
div.pravacy_area dl{
  margin-bottom: 1rem;
}
div.pravacy_area dl dt{
  border-bottom: 1px solid #006ac5;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2rem;
}
div.pravacy_area dl dd{
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

