/* CSS Document */
.page_title h1::before{
  content: "Cancel Policy";
}
/*コンテンツ*/
.cancel{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .cancel{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .cancel,
body[wc-view-type="tb-l"] .cancel{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .cancel{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.cancel > h1{
  width: fit-content;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
}
.cancel > h1::before,
.cancel > h1::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/img/cancel_policy/title_tree.webp?202410311738");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:15px;
  height: 107.5px;
  z-index: -1;
  display: block;
}
body.safari .cancel > h1::before,
body.safari .cancel > h1::after{
  background-image: url("/img/cancel_policy/title_tree.png?202410311738");
}
.cancel > h1::before{
  left: 1rem;
}
.cancel > h1::after{
  right: 1rem;
}
.cancel > h1 .c_title_text{
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #fbf3ea;
  color: #474442;
  padding: 1.25rem 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
  display: block;
}
body:not([wc-view-type="sp"]) .cancel > h1 .c_title_text{
  padding: 0.75rem 2rem;
}
section.cancel div.cancel_flex{
  margin-top: 2.5rem;
}
body:not([wc-view-type="sp"]) .cancel .cancel_flex{
  margin-top: 3.5rem;
}
.cancel .cancel_flex > h2{
  width: 100%;
  position: relative;
  z-index: 2;
}
body[wc-view-type="sp"] .cancel .cancel_flex > h2{
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] .cancel .cancel_flex > h2{
 margin-bottom: 1.5rem; 
}
body[wc-view-type="tb-l"] .cancel .cancel_flex > h2{
  width: 550px;
  margin: 0 auto 1.5rem auto;
}
body[wc-view-type="pc"] .cancel .cancel_flex > h2{
  width: 650px;
  margin: 0 auto 1.5rem;
}
.cancel .cancel_flex > h2::before{
  content: "";
  width: 100%;
  height: 3px;
  border-top: 1px solid #DD935F;
  border-bottom: 1px solid #DD935F;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.cancel .cancel_flex > h2 .h2_text{
  box-sizing: border-box;
  padding: 0.25rem 1rem;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.15rem;
  border-radius: 1rem;
  background-color: #fff;
  display: table;
}
.c_flex_block{
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cancel .cancel_flex .c_flex_block .cancel_box{
  background-color: #fbf3ea;
  border-radius: 1rem;
  padding: 2px;
  box-sizing: border-box
}
body[wc-view-type="sp"] .cancel .cancel_flex .c_flex_block .cancel_box{
  width: calc(100% - 2rem);
}
body[wc-view-type="tb-l"] .cancel .cancel_flex .c_flex_block .cancel_box,
body[wc-view-type="tb"] .cancel .cancel_flex .c_flex_block .cancel_box{
  width: calc(550px - 4rem);
}
body[wc-view-type="pc"] .cancel .cancel_flex .c_flex_block .cancel_box{
  width: calc(650px - 4rem);
}
.cancel .cancel_flex .c_flex_block > p{
  padding: 1rem;
  background-color: #fbf3ea;
  border-radius: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .cancel .cancel_flex .c_flex_block > p{
  width: calc(100% - 2rem);
}
body[wc-view-type="tb-l"] .cancel .cancel_flex .c_flex_block > p,
body[wc-view-type="tb"] .cancel .cancel_flex .c_flex_block > p{
  width: calc(550px - 4rem);
}
body[wc-view-type="pc"] .cancel .cancel_flex .c_flex_block > p{
  width: calc(650px - 4rem);
}
.cancel .cancel_flex .c_flex_block .cancel_box dt{
}
.cancel .cancel_flex .c_flex_block .cancel_box dt > span{
  background-color: #fff;
  border-radius: 1rem 0;
  padding: 0.75rem 1rem;
  color: #474442;
  font-weight: 500;
  display: table;
  margin: 0 auto 0 0;
  font-size: 1.1rem;
}
.cancel .cancel_flex .c_flex_block .cancel_box dd{
  padding: 1rem;
  box-sizing: border-box;
}
.cancel .cancel_flex ul{
  margin: 1rem auto 0 auto;
}
body[wc-view-type="sp"] .cancel .cancel_flex ul{
  width: calc(100% - 2rem);
}
body[wc-view-type="tb-l"] .cancel .cancel_flex ul,
body[wc-view-type="tb"] .cancel .cancel_flex ul{
  width: calc(550px - 4rem);
}
body[wc-view-type="pc"] .cancel .cancel_flex ul{
  width: calc(650px - 4rem);
}