@charset "utf-8";

/** ***************************************************************************
 * トップページ
 * ************************************************************************* */

#main.page-index
#agree {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main.page-index
#agree div.button {
  margin-left: 20px;
  margin-right: 20px;
}

#main.page-index
#agree div.button a {
  min-width: 300px;
  padding: 1.5em;
  color: #333;
  font-size: 1.25em;
  text-align: center;
  text-decoration: none;
  display: block;
}

#main.page-index
#agree div.button.disagree a {
  background-color: #eee;
}

#main.page-index
#agree div.button.disagree a:hover {
  background-color: #ddd;
}

#main.page-index
#agree div.button.agree a {
  background-color: #f9e40a;
}

#main.page-index
#agree div.button.agree a:hover {
  background-color: #ffd800;
}

/** ***************************************************************************
 * ダウンロード
 * ************************************************************************* */

#main.page-download
div.download-contents {
  padding-top: 0;
}

#main.page-download
div.download-contents .category-title {
  margin-bottom: 20px;
  padding: 0.625em 1em 0.375em 1em;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #f9e40a;
}

#main.page-download
div.download-contents .model {
  margin-top: 0;
}



div.button.regist{
  margin: 1em 0;
}
div.button.regist a {
  min-width: 100px;
  padding: 10px;
  color: #333;
  font-size: 1.25em;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 40%;
}
div.button.regist a {
  background-color: #f9e40a;
}
div.button.regist a:hover {
  background-color: #ffd800;
}