h1, h2, p, div, a, span {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  color: rgb(83, 83, 83);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
  width: 100%;
}

/* header部分 */

.header {
}

.header-top-logo {
  width: 100%;
  border-top: 4px solid rgb(0, 0, 167);
}

.header-top-logo img {
  width: 350px;
  padding: 35px 40px;
}

.navi-button {
  display: flex;
  padding: 0;
  margin: 0;
}

.navi-button li {
  list-style: none;
  text-align: center;
  margin-left: 8px;
  margin-top: 13px;
}

.page-not-now:hover {
  border-left: solid 3px rgb(0, 0, 167);
  margin-left: 5px;
}

.navi-button a {
  text-decoration: none;
  color: rgb(83, 83, 83);
  display: inline-block;
  width: 17%;
  border: solid 0.5px rgb(207, 207, 207);
  height: 70px;
  transition: 0.3s;
}

.navi-button a:hover {
  background: #E6EBFA;

}

.button01 {
font-size: 15px;
}

.button02 {
font-size: 10px;
color: gray;
}

.page-now {
  background: #E6EBFA;
  /* border-left: solid 3px rgb(0, 0, 167);
  margin-left: 5px; */
}

.page-now li {
    border-left: solid 3px rgb(0, 0, 167);
  margin-left: 5px;
}

/* main部分 */

.main {
width: 70%;
float: left;
}

section {
width: 95%;
margin-left: auto;
margin-right: auto;
}

.midashi-blue {
background-color: #1240DD;
color: white;
padding: 13px 0;
border-radius: 5px;
margin-top: 30px;
}

.midashi-blue p {
font-size: 17px;
padding: 0 20px;
margin-left: 20px;
border-left: solid 3px rgb(184, 184, 184);
line-height: 1;
}

.discription01 {
width: 90%;
font-size: 15px;
line-height: 2;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.discription01 a {
  color: rgb(83, 83, 83);
}

.discription01 a:hover {
  color: #1240DD;
  text-decoration: none;
}

.red-font {
  color: red;
}

.table01 {
  width: 100%;
  margin-top: 20px;
}

.table01 th,
.table01 td {
  border: solid 1px rgb(207, 207, 207);
}

.table-bosyu {
  width: 100%;
  border-collapse: collapse;
}

.table-bosyu a {
  color: rgb(83, 83, 83);
  transition: 0.3s;
}

.table-bosyu a:hover {
  text-decoration: none;
  color: #1240DD;
}

.table01 th {
  text-align: left;
  font-weifht: normal;
  font-size: 1em;
  padding: 15px 15px;
}

.midashi-table {
  text-align: center;
  font-size: 0.9em;
  padding: 15px 30px;
}

.data-table {
  padding: 10px 10px;
  font-size: 0.9em;
}

.table01 form input {
  width: 50%;
}

.table01 form textarea {
  width: 100%;
  height: 100px;
}

.button-confirm {
width: 20%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.button-confirm input {
  width: 100%;
  font-size: 0.9em;
  padding: 8px 12px;
  border-style: none;
  border: solid 1px rgb(202, 202, 202);
  border-radius: 5px;
  background-color: #F3F3F3;
  color: rgb(83, 83, 83);
}

.button-confirm input:hover {
  background-color: white;
  border: solid 1px rgb(112, 112, 112);

}

/* side部分 */

.side {
  /* background-color: rgba(2, 192, 2, 0.3); */
  width: 30%;
  float: right;
}

.side::after {
  content: "";
  clear: both;
  display: block;
}

/* side01部分 */

.side01 {
  width: 70%;
  background-color: #EEEEEE;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 5px;
  border-radius: 3px;
  border: solid 0.5px rgb(202, 202, 202);
}

.menu {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 15px;
}

.menu p {
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  border-top: solid 4px #123ED9;
  border-right: solid 0.5px gray;
  border-bottom: solid 0.5px gray;
  border-left: solid 0.5px gray;
  padding: 20px 5px;
}

.menu-button {
  width: 90%;
  border-bottom: solid 0.5px gray;
  margin-left: auto;
  margin-right: auto;
}

.menu-button a {
  text-decoration: none;
  font-size: 15px;
  padding: 10px 10px;
  display: inline-block;
  width: 91%;
  color: rgb(83, 83, 83);
  transition: 0.3s;
}

.menu-button a:hover {
  background-color: white;
}

/* side02部分 */

.side02 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.menu02 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 15px;
  background-color: #EEEEEE;
}

.menu02 p {
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  border-top: solid 4px #123ED9;
  border-right: solid 0.5px gray;
  border-bottom: solid 0.5px gray;
  border-left: solid 0.5px gray;
  padding: 20px 5px;
}

.menu-button02 {
  width: 78%;
  border-bottom: solid 0.5px gray;
  margin-left: auto;
  margin-right: auto;
}

.menu-button02 a {
  text-decoration: none;
  font-size: 15px;
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  color: rgb(83, 83, 83);
}

/* side03部分 */

.side03 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border: solid 0.5px rgb(231, 230, 230);
}

.sidemidashi {
  border-top: solid 4px #1039CA;
  border-bottom: solid 0.5px rgb(187, 186, 186);
  background: #EEEEEE;
  font-size: 15px;
  padding: 20px 5px 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 100px; */
}

.side03-a {
  text-decoration: none;
  color: rgb(83, 83, 83);
  transition: 0.3s;
}

.side03-a:hover {
  background-color: blue;
}

.side03-menu-button {
  display: flex;
  background-color: #F7F7F7;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 0.5px rgb(187, 187, 187);
}

.side03-left {
margin: 10px 10px 5px 10px;
}

.side03-left img {
  width: 43px;
  height: 30px;
}

.side03-right {
font-size: 10px;
margin-top: 10px;
}

.blue-color {
  color: rgb(0, 0, 179);
}

/* side04部分 */

.side04 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  /* border: solid 0.5px rgb(185, 185, 185); */
}

.side04-button div {
  background-color: white;
}

.side04-right {
height: 100%;
}

/* side05部分 */

.side05 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F2F2F2;
  border: solid 0.5px rgb(209, 209, 209);
}

.com-info p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.info01 {
font-size: 17px;
}

.info02 {
font-size: 11px;
}

/* footer部分 */

.footer {
  background: #1039CA;
  height: 70px;
  clear: both;
}

.footer01 {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  /* margin-top: 50px; */
  padding-top: 12px;
}

.footer01 a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.footer01 a:hover {
  color:#1039CA;
}

/* ↑ */

.top-button {
  position: fixed;
  background-color: rgba(104, 104, 104, 0.8);
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.top-button p {
  color: white;
  text-align: center;
}