﻿#section1 {
  max-width: 980px;
  margin: 0 auto 80px;
}
#section1 #main {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title001 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.title002 {
  font-weight: bold;
  text-align: center;
  margin: 5px;
}
.text01 {
  margin: 15px 10px 5px;
  text-align: left;
}
.text {
  text-align: left;
  list-style-position: inside;
  margin: 5px;
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.btn {
  text-align: center;
  padding: 10px;
}
/* ここから下がボタンのCSS　*/
.btn-animation-02 {
  display: inline-block;
  width: 350px;
  text-align: center;
  background-color: #FF4E00;
  border: 2px solid #FF4E00;
  font-size: 16px;
  color: #FF4E00;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn-animation-02::before, .btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before, .btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn-animation-02:hover {
  color: #FFF;
}
.table-wrapper { /*table全体のラッパー。スクロールを表示する*/
  max-width: 100%;
  overflow: scroll;
  padding: 30px;
  margin: 0 auto;
}
.table-wrapper table {
  position: relative;
  border: 1px solid #333;
  border-collapse: collapse;
}
.table-wrapper table td, th {
  white-space: nowrap;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  font-size: 1.8rem;
}
.table-wrapper table td {
  text-align: left;
}
.table-wrapper table th {
  background-color: #eee;
  border: 1px solid #333;
  position: sticky;
  top: -1px;
  z-index: 2;
}
.table-wrapper table .list03 {
  vertical-align: middle;
  text-align: center;
}
.table-wrapper table .list04 {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.table-pc {
  max-width: 100%;
  padding: 30px;
  text-align: center;
}
.table-pc table {
  position: relative;
  border: 1px solid #333;
  border-collapse: collapse;
}
.table-pc table td, th {
  white-space: nowrap;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  font-size: 1.5rem;
}
.table-pc table td {
  text-align: left;
}
.table-pc table th {
  background-color: #eee;
  border: 1px solid #333;
  position: sticky;
  top: -1px;
  z-index: 2;
  font-size: 2.0rem;
}
.list02 {
  text-align: left;
}
/*
.list02 {
  background-color: #eee;
  position: sticky;
  left: -1px;
  text-align: left;
}
*/
.table-pc table .list03 {
  text-align: center;
}
.table-pc table .list04 {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.text a {
  color: #003AF7;
}
@media only screen and (max-width: 768px) {
  .title001 {
    font-size: 1.5rem;
    margin-top: 2.0rem;
  }
  .title002 {
    font-size: 1.2rem;
  }
  .text01 {
    font-size: 1.2rem;
    padding: 10px;
  }
  .table-wrapper { /*table全体のラッパー。スクロールを表示する*/
    width: 100%;
    overflow: scroll;
    padding: 10px;
  }
  .table-wrapper table td, th {
    font-size: 1.0rem;
  }
  .btn-animation-02 {
    width: 280px;
    font-size: 1.2rem;
  }
}