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;
}

/* button01部分 */

.button-white {
  margin-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px rgb(155, 155, 155);
  background-color: #F6F6F6;
  box-shadow: 2px 2px 4px -2px gray;
  transition: 0.3s;
}

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

.button-white-a {
  text-decoration: none;
}

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

.button-flex {
  width: 95%;
  display: flex;
  padding: 20px;
}

.flex01 {
  width: 30%;
}

.flex01 img {
  width: 100%;
  vertical-align: bottom;
}

.flex02 {
margin-left: 10px;
}

.flex02 h1 {
font-size: 1em;
margin-top: 10px;
margin-bottom: 10px;
color: #1240DD;
}

.flex02 p {
  font-size: 1em;
  color: gray;
}

.flex03 {
background-color: gray;
margin-left: auto;
width: 33px;
height: 33px;
line-height: 33px;
border-radius: 2px;
}

.flex03 p {
text-align: center;
color: rgb(211, 211, 211);
}

/* button02部分 */

.button-white02-a {
width: 100%;
margin-left: auto;
margin-right: auto;
text-decoration: none;
}

.button-white02 {
  margin-top: 20px;
  border: solid 1px rgb(155, 155, 155);
  background-color: #F6F6F6;
  box-shadow: 2px 2px 4px -2px gray;
  padding: 20px;
  position: relative;
  transition: 0.3s;
}

.button-white02::after {
  clear: both;
  content: "";
  display: block;
}

.button-float01 {
float: left;
width: 30%;
margin-right: 20px;
}

.button-float01 img {
  width: 100%;
  vertical-align: bottom;
  }

.button-float02 {

}

.button-float02 h1 {
font-size: 1em;
color: #1240DD;
margin-top: 10px;
margin-bottom: 10px;
}

.button-float02 p {
font-size: 0.9em;
line-height: 2;
color: rgb(83, 83, 83);
}

.button-float03 {
position: absolute;
right: 20px;
top: 20px;
background-color: gray;
width: 33px;
height: 33px;
line-height: 33px;
border-radius: 2px;
}

.button-float03 p {
  text-align: center;
  color: rgb(211, 211, 211);
}

.button-white02:hover {
  background-color: white;
}

/* button03部分 */

/* button04部分 */

.button-white-ex {
  margin-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px rgb(155, 155, 155);
  background-color: #F6F6F6;
  box-shadow: 2px 2px 4px -2px gray;
  /* transition: 0.3s; */
}

/* 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;
}