@charset "UTF-8";
.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

* {
  font-size: clamp(1.1rem, calc(0.4vw + 0.9rem), 1.5rem);
}

h1 {
  font-size: clamp(1.6rem, calc(3vw), 2rem);
}

h2 {
  font-size: clamp(1.4rem, calc(2.6vw), 1.6rem);
}

h3 {
  font-size: clamp(1.4rem, calc(1.25vw + 1.4rem), 2.2rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.3rem, calc(1.25vw + 1.3rem), 1.8rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.2rem, calc(1.25vw + 1.2rem), 1.6rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1.1rem, calc(1.25vw + 1.1rem), 1.4rem);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 22px;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  th, td {
    font-size: 0.9rem;
  }
  li {
    font-size: 0.9rem;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Reset HTML5 elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* Reset body */
body {
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* Reset lists */
ol, ul {
  list-style: none;
}

/* Reset links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Reset tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
}

/* Reset images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Remove text decoration on focused elements */
:focus {
  outline: none;
}

/* Reset quotes */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

body {
  position: relative;
}

/*-- header --*/
headlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #347BA2;
}

headlogo .container-fluid {
  max-width: 1200px;
}

headlogo div.menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  headlogo div.menu-button {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
  }
  headlogo div.menu-button i {
    font-size: 30px;
    color: white;
  }
}

headlogo .brand-name {
  display: block;
  width: 300px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  headlogo .brand-name {
    width: 260px;
    padding: 5px 0;
  }
}

headlogo .brand-name img {
  width: 100%;
  height: auto;
}

header {
  z-index: 10;
  background-color: #fff;
  /*breadcrumbs_bar{
        display: block;
        border-bottom: 1px solid $color-aqua;
        background-color: white;
        @include mq(sm){
            display: none;
        }
        breadcrumbs{
            display: block;
            font-size: 0.7em;
            a{
                font-size: 0.7em !important;
                display: inline-block;
                padding: 0.1em 0;
                margin: 0.2em 0;
                color: $color-aqua;
                text-decoration: none;
                border-bottom: 1px solid white;
                margin-right: 0.5em;
                max-width: 10em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            a:after{
                content: ">";
                margin-left: 0.5em;
            }
            a:hover{
                border-bottom: 1px solid $color-orange;
            }
        }
        right-link{
            display: block;
            position: absolute;
            right: 1rem;
            top: 0;
            font-size: 0.7rem;
            i{
                font-size: 0.7em;
            }
            a{
                font-size: 0.7rem;
                display: inline-block;
                color: $color-black;
                padding: 0.1em 0;
                margin: 0.2em 1em 0.2em 0em;
                border-bottom: 1px solid white;
            }
            a:hover{
                border-bottom: 1px solid $color-orange;
            }
        }
    
    }*/
}

@media screen and (max-width: 768px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    z-index: 10;
  }
  header .container-fluid {
    padding: 0;
    margin: 0;
    width: 100vw;
  }
}

header menu-bar {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#EAEAEA));
  background: linear-gradient(#e6e6e6, #EAEAEA);
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
}

@media screen and (max-width: 768px) {
  header menu-bar {
    display: none;
    width: 100vw;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
  }
  header menu-bar:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  header menu-bar .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

header menu-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  header menu-bar ul {
    display: block;
    width: 100%;
    width: 100vw;
  }
}

header menu-bar ul li {
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #878787;
}

@media screen and (max-width: 768px) {
  header menu-bar ul li {
    border-right: none;
    border-bottom: 1px solid #878787;
  }
}

header menu-bar ul li a {
  display: block;
  color: #347BA2;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  color: #347BA2;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 600;
  text-shadow: 1px 1px 2px #fff;
}

@media screen and (max-width: 768px) {
  header menu-bar ul li a {
    font-size: 1.0rem;
    padding: 0.8em 0;
  }
}

header menu-bar ul li a:hover {
  background-color: white;
  border-bottom: 2px solid #FF6600;
  margin-bottom: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header menu-bar ul li:first-child {
  border-left: 1px solid #878787;
}

main {
  padding: 3em 0 5em 0;
}

ol.newslist li {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
  padding: 0.5em 0.3em;
  line-height: 1.2;
  border-bottom: 1px dotted #1186C0;
}

footer p, footer a {
  font-size: 14px !important;
}

* {
  font-weight: 200;
  color: #0f1419;
}

h1 {
  color: #006699;
  font-weight: 400;
  margin: 3rem 0 3rem 0;
  text-align: center;
}

h1::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  /*Font Awesomeのフォントファミリー*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  color: #57C0FF;
  margin-right: 0.2em;
}

h1::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  /*Font Awesomeのフォントファミリー*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f100";
  color: #57C0FF;
  margin-left: 0.2em;
}

h2 {
  display: block;
  border-bottom: 3px solid #006699;
  padding: 0.3em 0 0.3em 0.5rem;
  color: #006699;
  font-weight: 400;
  margin-left: 0.5em;
  margin-bottom: 2rem;
  line-height: 150%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 2em;
  min-width: 300px;
  padding: 0 1em;
}

h3 {
  font-size: clamp(1.4rem, calc(1.25vw + 1.4rem), 2.2rem);
}

h4 {
  font-size: clamp(1.3rem, calc(1.25vw + 1.3rem), 1.8rem);
}

h5 {
  font-size: clamp(1.2rem, calc(1.25vw + 1.2rem), 1.6rem);
}

h6 {
  font-size: clamp(1.1rem, calc(1.25vw + 1.1rem), 1.4rem);
}

p {
  line-height: 190%;
}

li {
  line-height: 190%;
}

th, td {
  line-height: 190%;
  padding: 0.5rem auto;
}

ol.member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ol.member-list li {
  width: 50%;
  padding: 0.5rem;
  position: relative;
  padding-left: 1em;
}

ol.member-list li:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  /*Font Awesomeのフォントファミリー*/
  position: absolute;
  left: 0;
  top: 1.5em;
  color: #006699;
}

@media screen and (max-width: 992px) {
  ol.member-list li {
    width: 100%;
  }
}

ol.member-list li a {
  color: blue;
}

.sidelist h4 {
  display: block;
  background-color: #006699;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.3em;
}

.sidelist ol {
  padding-left: 0;
}

.sidelist ol li {
  font-size: 90%;
  display: block;
  padding: 0.3em 0.1em;
  border-bottom: dotted 1px #006699;
}
/*# sourceMappingURL=style.css.map */