/* CSS Document */
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "HGゴシックM-PRO", sans-serif;
  height: 100%;
}

td {
  text-align: left;
}

strong {
  font-weight: bold;
  color: #006699;
}

h1 {
  font-weight: bold;
  font-size: larger;
  color: #006699;
  margin-bottom: 1rem;
}

body {
  line-height: 1.5;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

head {
  line-height: 40px;
  height: 50px;
}

ul {
  margin-left: 0;
  list-style: none;
}

li {
  margin-left: 0;
}

a {
  color: #006699;
}

.style3 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-decoration: none;
}

.copyright {
  width: 100%;
  text-align: center;
}

.copyright div {
  text-align: center;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex: 1;
}

#side {
  width: 20%;
  max-width: 10rem;
  background: #33cccc;
  padding: 2rem;
  display: flex;

}

#side .side_menu .side {
  margin-bottom: 1rem;
}

#side .side_menu a {
  color: #006699;
}

@media screen and (max-width:767px) {
  #side {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 1rem 1rem;
  }

  #side .side_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #side .side_menu .side {
    margin-bottom: 0;
    display: inline;
    padding: 0 .8rem;
  }

  .copyright div {
    text-align: center;
    font-size: 12px;
  }
}

.main {
  max-width: 50rem;
  width: 90%;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main h2 {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.main h2:first-child,
.main h2.h2_top {
  margin-top: 0;
}

.main h2.h2_top02 {
  margin-top: 2rem;
}

.sasshi_img {
  width: 266px;
  height: auto;
  display: block;
  margin: .5rem auto 2rem;
}

.border {
  border: 1px solid #999;
}

.sassi_box {
  border: 1px solid #006699;
  padding: 1.5rem;
  margin: 0 auto;
  width: 80%;
}

.sassi_box+.sassi_box {
  margin-top: 1rem;
}

@media screen and (max-width:767px) {
  .sassi_box {

    width: 100%;
  }

}

.sassi_box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
  align-items: center;
}

@media screen and (max-width:767px) {
  .sassi_box_flex {
    padding: 0;
    width: 100%;
    display: block;
  }

}

.sassi_box_flex .sasshi_img {
  width: 45%;
}

.sassi_box_flex .left {
  width: 40%;
}

@media screen and (max-width:767px) {
  .sasshi_img {
    width: 50%;
  }

  .sassi_box_flex .sasshi_img {
    width: 60%;
    margin: .5rem auto 2rem;
  }

  .sassi_box_flex .left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  main {
    display: block;
    height: auto;
  }

  .main {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
  }
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}

.flex_box_ul {
  width: 48%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex_box_ul li a {
  display: block;
  height: 100%;
  width: 100%;
  border: solid #ccc 1px;
  padding: 5px;
  text-align: left;
}

@media screen and (max-width:767px) {
  .flex_box_ul {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.menu_title {
  font-weight: bold;
  margin-bottom: 30px;
}

.book_info {
  display: flex;
  margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
  .book_info {
    width: 100%;
    justify-content: space-between;
  }
}

.book_info .book_info_inner01 {
  width: 30%;
}

.book_info .book_info_inner01 img {
  width: 122px;
  height: auto;
}

.book_info .book_info_inner02 {
  width: 70%;
  display: flex;
  align-items: center;
}

.book_info .book_info_inner02 .book_info_table {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:767px) {
  .book_info .book_info_inner01 {
    width: 40%;
  }

  .book_info .book_info_inner02 {
    width: 55%;
    display: flex;
    align-items: center;
  }

  .book_info .book_info_inner02 .book_info_table {
    width: 100%;
    display: block;
    flex-wrap: unset;
    text-align: left;
  }
}

.book_info .book_info_inner02 .book_info_table dt {
  width: 30%;
  display: flex;
}

.book_info .book_info_inner02 .book_info_table dd {
  width: 70%;
  display: flex;
}

hr {
  margin: 1rem 0 2rem;
}

@media screen and (max-width:767px) {
  .book_info .book_info_inner02 .book_info_table dt {
    display: inline-block;
    text-align: left;
    background-color: #eee;
    width: auto;
    padding: .2rem .5rem;
  }

  .book_info .book_info_inner02 .book_info_table dd {
    width: 100%;
    display: block;
    text-align: left;
    padding: .2rem 0;
    margin-bottom: .5rem;
  }
}

.chapter_table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.chapter_table dt {
  width: 30%;
}

.chapter_table dd {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .chapter_table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .chapter_table dt {
    text-align: left;
    width: 20%;
  }

  .chapter_table dd {
    text-align: left;
    width: 80%;
  }
}

.contact_info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.contact_info dt {
  width: 30%;
  text-align: left;
  margin-bottom: 1rem;
}

.contact_info dd {
  width: 70%;
  text-align: left;
  margin-bottom: 1rem;
}

.fs_90 {
  font-size: .9rem;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.wrapper {
  position: relative;
}

.right {
  text-align: right !important;
}

.list {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.list li {
  text-align: left;
}

table {
  width: 860px;
}

table td {
  padding: .5rem 0;
}

.table01 {
  border-collapse: collapse;
}

.table01 th {
  color: #006699;
}

.table01.short {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
}

.table01.short td,
.table01.short th {
  text-align: center;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {

  table {
    width: 100%;
  }

  table td {
    padding: .5rem 0;
  }

  .table01 th {
    text-align: left;
  }
}

h2,
h3 {
  color: #006699;
}

h2 {
  margin: 1rem 0 0;
  text-align: center;
}

h3 {
  margin: 0 0 1rem;
}

.section {
  margin-bottom: 80px;
}

p {
  margin-bottom: 2rem;
}

p strong {
  margin-bottom: .5rem;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

img {
  width: 860px;
  height: auto;
}

img.half {
  width: 400px;
  height: auto;
}

.caption {
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .main h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .main h2:first-child,
  .main h2.h2_top {
    margin-top: 1rem;
  }

  .main h2.h2_top02 {
    margin-top: 1rem;
  }

  .main h3 {
    margin: 3rem 0 1rem;
  }

  .main h2 + h3 {
    margin: 0 0 1rem;
  }

  img {
    width: 100%;
    height: auto;
  }

  img.half {
    width: 100%;
    height: auto;
  }
  .main .sp_btn {
    height: 65px;
  }
}

/* top */
.style2 {
  font-size: 34px
}

.style3 {
  color: #FFFFFF;
  font-weight: bold;
}

#top .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  padding-left: 35px;
  margin: .5rem 0;
}

@media screen and (max-width: 767px) {
  #top {
    padding-bottom: 1rem;
    position: relative;
  }

  #top .nav {
    padding-top: 100px;
    padding-left: 2rem;
    display: block;
  }
}

#top .nav li {
  display: inline-block;
  font-size: 14px;
}

#top .nav li a {
  color: #fff;
  text-decoration: none;
}

#top .nav li a:hover {
  opacity: .6;
}

#top h1 {
  color: #fff;
  padding-left: 35px;
  font-size: 30px;
  padding: 1rem 0 .3rem 35px;
  margin-bottom: 0;
  line-height: 1.3;
}

#top h1 a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #top h1 {
    color: #fff;
    font-size: 30px;
    padding: 1rem 0 .3rem 2rem;
  }

  #top .nav li {
    display: block;
    font-size: 16px;
  }

  #top .nav li a {
    display: block;
    width: 100%;
    padding: .8rem 0;
    border-bottom: 1px dotted #fff;
  }
}

#top h1 span {
  font-size: 12px;
  display: block;
  padding-left: .3rem;
}

#top {
  background: #3BAF75;
  width: 100%;
  padding-bottom: .5rem;
}

.toggle_button {
  display: none;
}

/* ハンバーガーメニュー */
@media screen and (max-width: 767px) {
  .toggle_button {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%;
    padding: 19px 10px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent
  }

  .toggle_button:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: -1
  }
}

.toggle_button .bar {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  -webkit-transition: background-color .35s ease, transform .35s ease;
  transition: background-color .35s ease, transform .35s ease
}

.toggle_button .bar+.bar {
  margin-top: 5px
}

.toggle_button.is_active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  width: 30px
}

.toggle_button.is_active .middle {
  opacity: 0
}

.toggle_button.is_active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  width: 30px;
  margin-left: 0
}

.drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5)
}

@media screen and (max-width: 767px) {
  nav.nav_global {
    display: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
  }

  nav.nav_global.is_open {
    display: block;
    top: 0;
    opacity: 1;
    animation-duration: 0.4s;
    animation-name: fadeInRight
  }

  .drawer_bg.is_open {
    display: block;
  }

  #top .nav_global.is_open .nav {
    z-index: 10;
    position: absolute;
    background: #3baf75;
    height: 100vh;
    top: 0;
    right: 0;
    margin: 0;
    max-width: 100vw;
    width: 85vw;
    padding-left: 1rem;
  }
}

.loading {
  text-align: center;
  padding: 2rem;
}

/* スクロール禁止クラス */
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}