@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 pc style
==================================================================================*/
article.contents {
  margin: auto;
  padding: 80px 0;
  width: 84%;
  max-width: 1100px;
}
article.contents h2 {
  padding-bottom: 50px;
  line-height: 1;
  font-size: 40px;
  font-family: "RyuminPro", serif;
}
article.contents .links {
  display: flex;
  flex-direction: column;
  gap: 1.75em 0;
}
article.contents .links li {
  line-height: 1.7;
  font-size: 16px;
}
article.contents .links li.disabled a {
  pointer-events: none;
  text-decoration: none;
  color: #888;
}
article.contents .links a {
  display: inline-block;
  text-decoration: underline;
}
article.contents .links a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  article.contents .links a:hover {
    text-decoration: none;
  }
}

/*==================================================================================
 tablet style
==================================================================================*/
/*==================================================================================
 sp style
==================================================================================*/
@media (max-width: 767px) {
  article.contents {
    padding: 50px 0;
  }
  article.contents h2 {
    padding-bottom: 40px;
    font-size: 24px;
  }
  article.contents .links {
    gap: 1.5em 0;
  }
  article.contents .links li {
    font-size: 14px;
  }
}

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