/*
//@include linkarrow();
@mixin linkarrow($d:'sp', $c:$monocolor){

    @if $d == 'sp'{

        &:before,
        &:after{
            content: "";
            display: block;
            border-top: 1px solid $c;
            position: absolute;
            z-index: 9;
            top: 50%;
            //right: size(80/-2);
            $right: math.div(80 , -2);
            right: size( $right );
            transform-origin: right bottom;
            //opacity: 0.4;
        }
        &:before{
            width: size(30);
            transform: translateY(-50%) rotate(40deg);
        }
        &:after{
            width: size(80);
            transform: translateY(-50%);
        } 
    }
    @else if $d == 'pc'{

        &:before,
        &:after{
            //right: (96px/-2);
            right: ( math.div(96px , -2) );
        }
        &:before{
            width: 24px;
        }
        &:after{
            width: 96px;
        }
    }
}
*/
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container.page #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #article section .content.content_2 {
  width: 88vw;
  margin: 0 auto;
}
#container.page #article section .content.content_2 h2.wp-block-heading {
  letter-spacing: 0.175em;
  font-size: 1.5rem;
  margin: 13.3333333333vw 0 5.3333333333vw;
}
#container.page #article section .content.content_2 h2.wp-block-heading:first-of-type {
  margin: 0 0 5.3333333333vw;
}
#container.page #article section .content.content_2 p.notice {
  font-size: 1rem;
  padding-top: 1em;
  margin-top: 13.3333333333vw;
  border-top: 1px solid hsl(0, 0%, 0%);
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article section .content.content_2 h2.wp-block-heading {
    font-size: 1.6rem;
    max-width: 720px;
    margin: 64px auto 24px;
    transition: 0.3s;
  }
  #container.page #article section .content.content_2 h2.wp-block-heading:first-of-type {
    margin: 0 auto 24px;
  }
  #container.page #article section .content.content_2 p {
    max-width: 720px;
    margin: 0.5em auto 0;
    transition: 0.3s;
  }
  #container.page #article section .content.content_2 p.notice {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 48px;
  }
}
@media screen and (min-width: 1100px) {
  #container.page #article section .content.content_2 h2.wp-block-heading {
    font-size: 2.3rem;
    max-width: 1010px;
    margin: 80px auto 32px;
  }
  #container.page #article section .content.content_2 h2.wp-block-heading:first-of-type {
    margin: 0 auto 32px;
  }
  #container.page #article section .content.content_2 p {
    max-width: 1010px;
  }
  #container.page #article section .content.content_2 p.notice {
    font-size: 1.3rem;
    max-width: 1120px;
    margin: 80px auto 48px;
  }
}/*# sourceMappingURL=privacypolicy.css.map */