@charset "utf-8";

/* *****共通設定***** */
body {
  display: block;
  margin: 0;
  padding: 0;
}

/* *****ヘッダー***** */
.header {
  border-top: 20px solid #525252;
  text-align: center;
  width: 100%;
}

.logo {
  text-align: center;
  margin-top: 70px;
}

.logo_image {
  text-align: left;
  margin-top: 30px;
  margin-left: 10%;
}

.logo_image img {
  max-width: 1380px;
  width: 10%;
  margin-top: 60px auto 30px auto;
}

.logo img {
  max-width: 1380px;
  width: 80%;
  text-align: center;
}

/* *****フッター***** */
hr {
  height: 1.5px;
  background-color: #525252;
  margin: 0 40px 50px 40px;
}

#copyright {
  width: 100%;
  margin-top: -20px;
  text-align: center;
}

#copyright p {
  color: #000;
  padding-top: 10px;
}

.footer {
  border-top: 20px solid #525252;
  text-align: center;
  width: 100%;
}

/* *****2カラム設定***** */
.main-wrapper {
  max-width: 1380px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

article {
  width: 70%;
}

aside {
  width: 30;
}

.navbar-toggler {
  display: none;
}

.navbar-nav_s {
  display: none;
}

.navbar-nav {
  margin-top: 70px;
  background-color: transparent;
}

.top-navi .navbar-nav a {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  font-size: 1.15rem;
  font-family: "Noto+Sans+JP", sans-serif;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-color: #fff;
  background-color: #525252;
}

.top-navi .navbar-nav .nav-link:hover {
  background-color: #09701a;
}

/* *****各セクション***** */
#sec00 .container {
  width: 100%;
  margin: 50px 50px 55px 50px;
  font-size: 1rem;
  font-family: "Noto+Sans+JP", sans-serif;
  font-weight: 400;
}

#sec00 .sec-title {
  position: relative;
  padding: 5px 50px 5px 20px;
  margin-top: 12px;
}

#sec00 h3 {
  font-family: "Noto+Sans+JP", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  background-color: #525252;
  color: #fff;
}

#sec00 p {
  font-family: "Noto+Sans+JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1.25rem;
  margin-left: 20px;
}

#sec00 table {
  border: #525252 solid 1px;
  border-collapse: collapse;
  width: 98%;
  table-layout: fixed;
}

#sec00 td {

  border: #525252 solid 1px;
  border-collapse: collapse;
  padding: 5px 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#sec00 th {
  border: #525252 solid 1px;
  border-collapse: collapse;
  padding: 5px 10px;
  font-size: 1rem;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ebebeb;
}

#sec00 th:nth-child(1),
#sec00 td:nth-child(1) {
  width: 20%;
}

#sec00 th:nth-child(2),
#sec00 td:nth-child(2) {
  width: 60%;
}

#sec00 th:nth-child(3),
#sec00 td:nth-child(3) {
  width: 20%;
  text-align: center;
}

ul li {
  list-style: none;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

@media (max-width:900px) {

  aside {
    margin-left: 20px;
  }

  .top-navi .navbar-nav a {
    font-size: 0.9rem;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
  }

  article {
    width: 100%;
  }

  #sec00 .container {
    width: auto;
    margin: 50px;
    padding: 0 10px;
    font-family: "Noto+Sans+JP", sans-serif;
    font-weight: 400;
  }

  #sec00 .sec-title {
    font-size: 1.25rem;
    padding: 5px 10px;
  }

  #sec00 table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: 20px;
  }

  #sec00 th,
  #sec00 td {
    font-size: 0.8rem;
    white-space: normal;
    word-break: break-word;
    padding: 7px;
  }

  #sec00 p {
    font-size: 1rem;
  }

}

@media (min-width: 240px)and (max-width:767px) {

  .navbar-toggler {
    display: block;
  }

  .navbar .navbar-nav_s {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .navbar .navbar-nav_s li {
    list-style: none;
  }

  .navbar-nav {
    display: none;
  }

  .navbar {
    background-image: linear-gradient(#525252);
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar .navbar-collapse .navbar-nav_s .nav-item a {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
  }

  .navbar .navbar-collapse .navbar-nav_s .nav-item {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    align-items: center;
  }

  .navbar .navbar-collapse {
    flex-grow: 0;
  }

  .navbar .navbar-collapse .navbar-nav_s .nav-link:hover {
    color: #12e9a1;
  }

  /* フッター・コピーライト */
  hr {
    margin: 20px 10% -30px 10%;
  }

  #copyright {
    font-size: 0.6rem;
    margin-top: 50px;
    padding-top: 10px;
  }

  #copyright img {
    width: 80px;
  }


  #sec00 .container {
    width: 100%;
    margin: 50px auto;
    padding: 10px;
    font-family: "Noto+Sans+JP", sans-serif;
    font-weight: 400;
  }

  #sec00 .sec-title {
    font-size: 1rem;
  }

  #sec00 th:nth-child(1),
  #sec00 td:nth-child(1) {
    width: 22%;
  }

  #sec00 th:nth-child(2),
  #sec00 td:nth-child(2) {
    width: 58%;
  }

  #sec00 th:nth-child(3),
  #sec00 td:nth-child(3) {
    width: 20%;
    text-align: center;
  }

  #sec00 th,
  #sec00 td {
    font-size: 0.75rem;
    padding: 5px;
  }

   #sec00 p {
    font-size: 0.9rem;
  }



  /* *****1カラム設定***** */

  body {
    overflow-x: hidden;
  }

  .main-wrapper {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }

  article {
    width: 100%;
    margin: 0 auto;
  }

  aside {
    display: none;
  }

  .logo_image img {
    width: 20%;
  }
}

/* 装飾 */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}