@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
@media only screen and (min-width: 960px) {
  .sitemap .flex_three02 .item:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .sitemap .flex_three02 .item:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .sitemap .flex_three02 .item:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .sitemap .flex_half_pc .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .sitemap .flex_half_pc .item:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .sitemap .flex_half_pc .item:nth-child(n+2) {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=custom.css.map */
