@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@media (min-width: 1025px),print {
  .privacy .intro p {
    line-height: 1.8;
  }
  .privacy .intro p + p {
    margin-top: 14px;
  }
  .privacy .intro h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
    /* margin-top: 41px; */
  }
  .privacy .intro h2 + p {
    margin-top: 11px;
  }
  .privacy .c-box--bottom dd ul.dot-list {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .privacy .intro .dot-list {
    margin: 8px 0 14px;
  }
  .privacy .c-box--bottom dd ul.dot-list li,
  .privacy .intro .dot-list li {
    line-height: 1.5;
    margin-left: 1.3em;
    text-indent: -1em;
  }
  .privacy .c-box--bottom dd ul.dot-list li:before,
  .privacy .intro .dot-list li:before {
    content: '・';
  }
  .privacy .c-box--bottom dd ul.dot-list li + li,
  .privacy .intro .dot-list li + li {
    margin-top: 4px;
  }
  .privacy .c-box--bottom dd p em {
    font-weight: 700;
  }
  .privacy .c-box--bottom dd p + p {
    /* margin-top: 3px; */
    /* margin-top: 0px; */
    margin-top: 7px;
  }
  .privacy .c-box--bottom dd ul.contact {
    margin-top: 10px;
  }
  .privacy .c-box--bottom dd ul.contact li {
    line-height: 1.8;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .privacy .c-box--bottom dd ul.contact li + li {
    margin-top: 2px;
  }
  .dot-none-list {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .dot-none-list li {
    line-height: 1.6;
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-none-list li + li {
    margin-top: 4px;
  }
  .group-list {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .group-list li {
    line-height: 1.6;
  }
  .subttl {
    margin-top: 20px !important;
  }
  .margintop {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .revision_date {
    text-align: right;
    margin-top: 70px;
  }
  .come {
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-disc-list li {
    list-style-type: disc;
    text-indent: 0;
  }
  .dot-disc-list li + li {
    margin-top: 4px;
  }
  .dot-circle-list li {
    list-style-type: circle;
    text-indent: 0;
    margin-top: 4px;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .ml-1 {
    margin-left: 1em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .privacy .intro p {
    line-height: 1.8;
  }
  .privacy .intro p + p {
    margin-top: calc( var(--vw) * 1.09375 );
  }
  .privacy .intro h2 {
    font-size: calc( var(--vw) * 2.2 );
    font-weight: 700;
    line-height: 1.8;
    /* margin-top: calc( var(--vw) * 3.2031249999999996 ); */
  }
  .privacy .intro h2 + p {
    margin-top: calc( var(--vw) * 0.8593750000000001 );
  }
  .privacy .c-box--bottom dd ul.dot-list {
    margin-top: calc( var(--vw) * 0.625 );
    margin-bottom: calc( var(--vw) * 0.625 );
  }
  .privacy .intro .dot-list {
    margin-top: calc( var(--vw) * 0.625 );
    margin-bottom: calc(var(--vw) * 1.09375);
  }
  .privacy .c-box--bottom dd ul.dot-list li,
  .privacy .intro .dot-list li {
    line-height: 1.5;
    margin-left: 1.3em;
    text-indent: -1em;
  }
  .privacy .c-box--bottom dd ul.dot-list li:before,
  .privacy .intro .dot-list li:before {
    content: '・';
  }
  .privacy .c-box--bottom dd ul.dot-list li + li,
  .privacy .intro .dot-list li + li {
    margin-top: calc( var(--vw) * 0.3125 );
  }
  .privacy .c-box--bottom dd p em {
    font-weight: 700;
  }
  .privacy .c-box--bottom dd p + p {
    /* margin-top: calc( var(--vw) * 0.2 ); */
    margin-top: 0;
  }
  .privacy .c-box--bottom dd ul.contact {
    margin-top: calc( var(--vw) * 0.78125 );
  }
  .privacy .c-box--bottom dd ul.contact li {
    line-height: 1.8;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .privacy .c-box--bottom dd ul.contact li + li {
    margin-top: calc( var(--vw) * 0.15625 );
  }
  .dot-none-list {
    margin-top: calc( var(--vw) * 0.625 );
    margin-bottom: calc( var(--vw) * 0.625 );
  }
  .dot-none-list li {
    line-height: 1.5;
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-none-list li + li {
    margin-top: calc( var(--vw) * 0.3125 );
  }
  .group-list {
    margin-top: calc( var(--vw) * 0.625 );
    margin-bottom: calc( var(--vw) * 0.625 );
  }
  .group-list li {
    line-height: 1.5;
  }
  .subttl {
    margin-top: 15px !important;
  }
  .margintop {
    margin-top: 8px !important;
    margin-bottom: 3px !important;
  }
  .revision_date {
    text-align: right;
    margin-top: 70px;
  }
  .come {
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-disc-list li {
    list-style-type: disc;
    text-indent: 0;
    margin-left: 1em;
  }
  .dot-disc-list li + li {
    margin-top: calc( var(--vw) * 0.3125 );
  }
  .dot-circle-list li {
    list-style-type: circle;
    text-indent: 0;
    margin-top: calc( var(--vw) * 0.3125 );
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .ml-1 {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .privacy .intro p {
    line-height: 1.9;
  }
  .privacy .intro p + p {
    margin-top: 2.604166666666667vw;
  }
  .privacy .intro h2 {
    font-size: 4.9vw;
    font-weight: 700;
    line-height: 1.7;
    /* margin-top: 9.375vw; */
  }
  .privacy .intro h2 + p {
    margin-top: 2.083333333333333vw;
  }
  .privacy .c-box--bottom dd ul.dot-list,
  .privacy .intro .dot-list {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .privacy .c-box--bottom dd ul.dot-list li,
  .privacy .intro .dot-list li {
    line-height: 1.8;
    margin-left: 1.3em;
    text-indent: -1em;
  }
  .privacy .c-box--bottom dd ul.dot-list li:before,
  .privacy .intro .dot-list li:before {
    content: '・';
  }
  .privacy .c-box--bottom dd ul.dot-list li + li,
  .privacy .intro .dot-list li + li {
    margin-top: 0.5208333333333333vw;
  }
  .privacy .c-box--bottom dd p em {
    font-weight: 700;
  }
  .privacy .c-box--bottom dd p + p {
    line-height: 1.9;
    overflow-wrap: break-word; 
    /* margin-top: 1vw; */
    margin-top: 0;
  }
  .privacy .c-box--bottom dd ul.contact {
    margin-top: 2.604166666666667vw;
  }
  .privacy .c-box--bottom dd ul.contact li {
    line-height: 1.8;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .privacy .c-box--bottom dd ul.contact li + li {
    margin-top: 0.5208333333333333vw;
  }
  .dot-none-list {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .dot-none-list li {
    line-height: 1.8;
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-none-list li + li {
    margin-top: 0.5208333333333333vw;
  }
  .group-list {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .group-list li {
    line-height: 1.8;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .subttl {
    margin-top: 15px !important;
  }
  .margintop {
    margin-top: 8px !important;
    margin-bottom: 3px !important;
  }
  .revision_date {
    text-align: right;
    margin-top: 70px;
  }
  .come {
    margin-left: 2em;
    text-indent: -1em;
  }
  .dot-disc-list li {
    list-style-type: disc;
    text-indent: 0;
    margin-left: 1em;
  }
  .dot-disc-list li + li {
    margin-top: 0.5208333333333333vw;
  }
  .dot-circle-list li {
    list-style-type: circle;
    text-indent: 0;
    margin-top: 0.5208333333333333vw;
    overflow-wrap: break-word; 
    word-break: break-all;
  }
  .ml-1 {
    margin-left: 1em;
  }
}
