@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 pc style
==================================================================================*/
article.contents .sections:not(:last-of-type),
article.contents .inSections:not(:last-of-type) {
  padding-bottom: clamp(50px, 6.94444vw, 100px);
}
@media (min-width: 768px) {
  article.contents section.privacy .items02 {
    gap: clamp(90px, 12.5vw, 180px) 0;
  }
}
@media (min-width: 768px) {
  article.contents section.privacy .items02 li:nth-child(1) .image {
    flex: 0 0 34%;
  }
}
@media (min-width: 768px) {
  article.contents section.safety .items01 li:nth-child(1) .image {
    flex: 0 0 60%;
  }
}

/*==================================================================================
 tablet style
==================================================================================*/
/*==================================================================================
 sp style
==================================================================================*/
@media (max-width: 767px) {
  article.contents .sections:not(:last-of-type),
  article.contents .inSections:not(:last-of-type) {
    padding-bottom: 8vw;
  }
}

/*# sourceMappingURL=structure.css.map */
