@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.sub_title {
  width: 100%;
}
.sub_title img {
  width: 100%;
}
@media (min-width: 768px) {
  .sub_wrapper {
    padding: 2em 2em 100px;
  }
}
@media (max-width: 767px) {
  .sub_wrapper {
    padding: 1.5em;
  }
}
.sub_wrapper h2 {
  background: #0050B4;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 2em;
  padding: 0.5em 1.5em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.sub_wrapper h3 {
  border: 1px solid #0050B4;
  margin-bottom: 1em;
  padding: 5px 10px;
  color: #0050B4;
}
.sub_wrapper h4 {
  border-bottom: 1px solid #0050B4;
  color: #0050B4;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 10px;
}
.sub_wrapper h5 {
  border-left: 8px solid #0050B4;
  padding-left: 10px;
  color: #0050B4;
  margin-bottom: 10px;
}
.sub_content {
  padding-top: 2em;
}
.sub_list {
  padding-bottom: 3em;
}
.sub_list_ul > li + li {
  margin-top: 2em;
}
.sub_btn {
  display: block;
  background: #0050B4;
  color: #fff;
  text-align: center;
  margin: 3em auto;
  padding: 1em;
  max-width: 500px;
  border-radius: 100px;
}
.sub_btn.other_color {
  background: #f08300;
}
.sub_btn:hover {
  background: #808080;
}

@media (max-width: 767px) {
  .table_wrap {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .table_wrap table {
    white-space: nowrap;
    border-collapse: collapse;
    width: 100%;
  }
}

table {
  margin: 1em 0;
}
table th,
table td {
  padding: 10px;
}
table th {
  background: #E8F6FB;
  min-width: 80px;
}

.greeting .person {
  margin: 2em 0;
}
@media (min-width: 768px) {
  .greeting .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.greeting .person img {
  width: 160px;
}
@media (min-width: 768px) {
  .greeting .person p {
    padding-left: 1em;
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .greeting .person p {
    padding-top: 1em;
  }
}
.greeting .person p span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
}
.greeting .text {
  margin: 3em 0;
}
.greeting .text p {
  padding-bottom: 1.5em;
}

.info_list {
  margin-bottom: 2em;
}
.info_list li {
  padding: 1em 0;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 768px) {
  .info_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .info_list li span {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .info_list li p {
    width: calc(100% - 130px);
  }
}

.access .bunkahall_img {
  margin: 1em 0 3em;
  width: 100%;
  max-width: 400px;
}
.access iframe {
  margin: 1em 0;
  width: 100%;
  height: 400px;
}

.links_list li::before {
  content: "●";
  color: #ccc;
}
.links_list li a {
  color: #000;
  text-decoration: underline;
}
.links_list li a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .cfa .kikan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}