@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding: 0 !important;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 40px;
}

@media screen and (min-width:768px) {

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * ページ内容
 * ************************************************************************* */

#contents {
  height: 100vh;
  height: 100svh;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents div.body {
  padding: 7%;
}

/**
 * ページ内容
 */

#contents div.content {
  width: 34em;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

#contents div.content .title {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width:768px) {

  #contents div.content {
    width: auto;
    line-height: 2.5;
    text-align: center;
  }

  #contents div.content .title {
    font-size: 1.875em;
  }

}

/**
 * リンクボタン
 */

#contents div.button {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

#contents div.button a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
