@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 500;
  color: #333333;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 21px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 21px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #067e41;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0 1.6px 1.6px rgba(4, 92, 47, 0.5);
  z-index: 10;
}
#page-header h1 {
  width: 180px;
  margin: 4px 0px 0px 10px;
}

#menu {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
  background-color: #4f98ff;
}
#menu::before, #menu::after,
#menu p {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0px;
}
#menu p {
  top: 19px;
}
#menu::before {
  content: "";
  top: 12px;
}
#menu::after {
  content: "";
  bottom: 12px;
}
#menu.on {
  background-color: #2f6abd;
}
#menu.on::before {
  -webkit-transform: translateY(7.0175438596px) rotate(-45deg);
  transform: translateY(7.0175438596px) rotate(-45deg);
}
#menu.on p {
  background-color: transparent;
}
#menu.on::after {
  -webkit-transform: translateY(-7.0175438596px) rotate(45deg);
  transform: translateY(-7.0175438596px) rotate(45deg);
}

/* header-nav
--------------------------------------------------------------------------------- */
#header-nav {
  position: fixed;
  top: 0px;
  right: 40px;
  z-index: 10;
}

.hnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
}
.hnav li {
  margin: 0px;
  padding: 0px;
  width: 40px;
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
}
.hnav li a,
.hnav li span {
  text-decoration: none;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
}
.hnav li.membership a {
  background-color: #08a856;
  position: relative;
}
.hnav li.membership a span {
  position: relative;
  z-index: 1;
}
.hnav li.membership a.on {
  transition: all 0s;
  background-color: #045c2f;
}
.hnav li.membership a.on::after {
  content: "";
  background-image: url(../images/hnav_membership.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}
.hnav li.membership a:hover {
  background-color: #045c2f;
}
.hnav li.event a {
  background-color: #eb5c5c;
  position: relative;
}
.hnav li.event a span {
  position: relative;
  z-index: 1;
}
.hnav li.event a.on {
  transition: all 0s;
  background-color: #c44d4d;
}
.hnav li.event a.on::after {
  content: "";
  background-image: url(../images/hnav_membership.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}
.hnav li.event a:hover {
  background-color: #c44d4d;
}
.hnav li.search a,
.hnav li.search span {
  background-color: #e3a23f;
  padding-top: 20px;
  background-image: url(../images/hnav_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hnav li.search a.on,
.hnav li.search span.on {
  background-color: #ab7015;
}
.hnav li.search a:hover,
.hnav li.search span:hover {
  background-color: #ab7015;
}
.hnav li.search.on a,
.hnav li.search.on span {
  background-color: #ab7015;
  background-image: url(../images/hnav_search_on.png);
}

/* global-menu
--------------------------------------------------------------------------------- */
#global-menu {
  display: none;
  position: fixed;
  top: 40px;
  width: 100%;
  height: calc( 100svh - 40px );
  color: #fff;
  overflow-y: auto;
  z-index: 1;
}

.gm-all-wrap {
  margin: 0px auto;
  padding-top: 10px;
  background-color: #07914a;
  overflow: hidden;
}

.gm-sub h3 {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.gm-sub.clone {
  display: none;
}

.gmenu {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  width: 338px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
#gn-prb .gmenu, #gn-event .gmenu {
  justify-content: center;
}
.gmenu li {
  margin: 0px 2px 4px 2px;
  padding: 0px;
  font-size: 13px;
  line-height: 15px;
  width: calc( 50% - 4px );
}
.gmenu li a {
  display: block;
  text-decoration: none;
  height: 40px;
  padding: 0px 10px;
  color: #666666;
  background-color: #fff;
  background-image: url(../images/arrow_001.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.gmenu li a.on, .gmenu li a:hover {
  background-color: #09ba5f;
  background-image: url(../images/arrow_002.png);
  color: #fff;
}

.english-btn {
  font-size: 12px;
  line-height: 26px;
  width: 80px;
  margin: 30px auto 0px;
  text-align: center;
}
.english-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 0px;
}
.english-btn a:hover {
  background-color: #fff;
  color: #067e41;
}

.gmenu-policy {
  margin: 25px 0px 25px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.gmenu-policy li {
  margin: 0px 8px;
  padding: 0px;
  font-size: 13px;
  line-height: 15px;
}
.gmenu-policy li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.gmenu-policy li a::before {
  content: "▶ ";
  font-size: 8px;
  line-height: 15px;
}

.close-btn {
  background-color: #045c2f;
  color: #fff;
}
.close-btn ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.close-btn ul li {
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
}
.close-btn ul li a,
.close-btn ul li span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.close-btn ul li.home a,
.close-btn ul li.home span {
  background-color: #08a856;
  background-image: url(../images/close_btn_home.png);
}
.close-btn ul li.close a,
.close-btn ul li.close span {
  background-color: #999999;
  background-image: url(../images/close_btn_close.png);
}

/* global-search
--------------------------------------------------------------------------------- */
#global-search {
  display: none;
  position: fixed;
  top: 40px;
  width: 100%;
  height: calc( 100svh - 40px );
  color: #fff;
  overflow-y: auto;
  z-index: 1;
}

#gn-search h4 {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}
#gn-search .s-txt {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 16px;
}

.search-keyword {
  margin: 0px auto 20px;
  padding: 0px 20px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.search-keyword li {
  margin: 0px 4px 8px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
}
.search-keyword li a {
  display: block;
  text-decoration: none;
  height: 28px;
  padding: 0px 14px;
  color: #08a856;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #3bd485;
  border-width: 1px;
  border-radius: 14px;
}
.search-keyword li a.on, .search-keyword li a:hover {
  background-color: #09ba5f;
  color: #fff;
}

.search-box {
  width: 315px;
  position: relative;
  margin: 0px auto;
}
.search-box p {
  margin: 10px 0px 0px;
}
.search-box form {
  vertical-align: bottom;
  display: block;
}
.search-box .query {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  padding: 6px 40px 6px 10px;
  margin: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  width: calc( 100% - 55px );
  height: 40px;
}
.search-box ::-webkit-input-placeholder {
  color: #999999;
}
.search-box ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search-box :-ms-input-placeholder {
  color: #999999;
}
.search-box ::-ms-input-placeholder {
  color: #999999;
}
.search-box ::placeholder {
  color: #999999;
}
.search-box .submit {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #e3a23f;
  background-image: url(../images/gnav_serach.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 6px;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  display: none;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  background-color: #045c2f;
  color: #fff;
}
#page-footer .inner {
  padding: 8px 20px;
  margin: 0px auto;
  max-width: 1060px;
}

.fnav {
  margin: 0px 0px 15px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.fnav li {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
}
.fnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.fnav li a::before {
  content: "▶ ";
  font-size: 12px;
  line-height: 20px;
}

.copyright {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  margin: 0px;
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0px;
  width: 50px;
  height: 50px;
  z-index: 5;
  display: none;
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#pagetop.fix {
  position: absolute;
  top: -60px;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.6;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 50px;
    box-shadow: 0 2px 2px rgba(4, 92, 47, 0.5);
  }
  #page-header h1 {
    width: 210px;
    margin: 7px 0px 0px 16px;
  }

  #menu {
    width: 50px;
    height: 50px;
  }
  #menu::before, #menu::after,
  #menu p {
    left: 15px;
    width: 20px;
  }
  #menu p {
    top: 24px;
  }
  #menu::before {
    top: 15px;
  }
  #menu::after {
    bottom: 15px;
  }
  #menu.on::before {
    -webkit-transform: translateY(8.7719298246px) rotate(-45deg);
    transform: translateY(8.7719298246px) rotate(-45deg);
  }
  #menu.on::after {
    -webkit-transform: translateY(-8.7719298246px) rotate(45deg);
    transform: translateY(-8.7719298246px) rotate(45deg);
  }

  /* header-nav
  --------------------------------------------------------------------------------- */
  #header-nav {
    right: 50px;
  }

  .hnav li {
    width: 75px;
    font-size: 10px;
    line-height: 12px;
  }
  .hnav li a,
  .hnav li span {
    height: 50px;
  }
  .hnav li.search {
    width: 50px;
    font-size: 9px;
  }
  .hnav li.search a,
  .hnav li.search span {
    padding-top: 30px;
  }

  /* global-menu
  --------------------------------------------------------------------------------- */
  #global-menu {
    top: 50px;
    height: calc(100svh - 50px);
  }

  .gm-wrap {
    max-width: 742px;
    padding: 0px;
    margin: 0px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .gm-sub {
    width: 178px;
  }
  .gm-sub h3 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .gmenu {
    width: auto;
    display: block;
  }
  #gn-prb .gmenu {
    justify-content: flex-start;
  }
  .gmenu li {
    margin: 0px 0px 4px 0px;
    width: 100%;
  }

  .gmenu-policy {
    margin: 20px 0px 25px;
  }

  /* global-search
  --------------------------------------------------------------------------------- */
  #global-search {
    top: 50px;
    height: calc( 100svh - 50px );
  }

  #gn-search.gm-sub {
    width: auto;
  }

  .search-keyword {
    max-width: 860px;
    margin-bottom: 40px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .fnav {
    margin-bottom: 18px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 24px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 60px;
  }
  #page-header h1 {
    width: 242px;
    margin: 10px 0px 0px 20px;
  }

  #menu {
    width: 60px;
    height: 60px;
  }
  #menu::before, #menu::after,
  #menu p {
    left: 17px;
    width: 26px;
  }
  #menu p {
    top: 29px;
  }
  #menu::before {
    top: 18px;
  }
  #menu::after {
    bottom: 18px;
  }
  #menu.on::before {
    -webkit-transform: translateY(10.5263157895px) rotate(-45deg);
    transform: translateY(10.5263157895px) rotate(-45deg);
  }
  #menu.on::after {
    -webkit-transform: translateY(-10.5263157895px) rotate(45deg);
    transform: translateY(-10.5263157895px) rotate(45deg);
  }

  /* header-nav
  --------------------------------------------------------------------------------- */
  #header-nav {
    right: 60px;
  }

  .hnav li {
    width: 90px;
    font-size: 12px;
    line-height: 15px;
  }
  .hnav li a,
  .hnav li span {
    height: 60px;
  }
  .hnav li.search {
    width: 60px;
    font-size: 11px;
  }
  .hnav li.search a,
  .hnav li.search span {
    padding-top: 36px;
  }

  /* global-menu
  --------------------------------------------------------------------------------- */
  #global-menu {
    top: 60px;
    height: calc(100svh - 60px);
  }

  /* global-search
  --------------------------------------------------------------------------------- */
  #global-search {
    top: 60px;
    height: calc( 100svh - 60px );
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .copyright {
    font-size: 12px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 20px;
    line-height: 30px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 30px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 72px;
  }
  #page-header h1 {
    width: 268px;
    margin: 15px 0px 0px 30px;
  }

  #menu {
    display: none;
  }

  /* header-nav
  --------------------------------------------------------------------------------- */
  #header-nav {
    right: 0px;
  }

  .hnav li {
    width: 108px;
    font-size: 15px;
    line-height: 18px;
  }
  .hnav li a,
  .hnav li span {
    height: 72px;
  }
  .hnav li.search {
    width: 72px;
    font-size: 13px;
  }
  .hnav li.search a,
  .hnav li.search span {
    padding-top: 42px;
  }

  /* global-search
  --------------------------------------------------------------------------------- */
  #global-search {
    top: 72px;
    height: calc( 100svh - 72px );
  }

  .search-keyword {
    max-width: 1280px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    display: block;
    position: fixed;
    top: 0px;
    right: 310px;
    z-index: 12;
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }

  .gnav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .gnav li {
    margin: 0px 0px 0px 38px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
  .gnav li a {
    text-decoration: none;
    color: #4d4d4d;
    background-image: url(../images/arrow_003.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 15px;
  }
  .gnav li a.on {
    color: #08a856;
  }
  .gnav li a.on-gn {
    color: #08a856;
    background-image: url(../images/arrow_004.png);
  }
  .gnav li.english {
    font-size: 12px;
    font-weight: 500;
  }
  .gnav li.english a {
    background-image: none;
    padding: 4px 10px;
    border-style: solid;
    border-color: #067e41;
    border-width: 1px;
    border-radius: 0px;
    color: #067e41;
  }
  .gnav li.english a:hover {
    background-color: #067e41;
    color: #fff;
  }

  /* global-menu
  --------------------------------------------------------------------------------- */
  .gm-sub.clone {
    position: fixed;
    left: 0px;
    top: 72px;
    width: 100%;
    background-color: #07914a;
    color: #fff;
    overflow: auto;
    z-index: 9;
    box-shadow: 0 2px 2px rgba(4, 92, 47, 0.5);
  }
  .gm-sub.clone h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
  }
  .gm-sub.clone .gmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin: 24px auto 60px;
  }
  .gm-sub.clone .gmenu li {
    width: 210px;
    margin: 0px 10px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .gm-sub.clone#gn-association .gmenu {
    max-width: 690px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    max-width: 1320px;
  }
}
/*
--------------------------------------------------------------------------------- 1560*/
@media print, screen and (min-width: 1560px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 24px;
    line-height: 36px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 36px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 80px;
  }
  #page-header h1 {
    width: 354px;
    margin: 12px 0px 0px 80px;
  }

  /* header-nav
  --------------------------------------------------------------------------------- */
  .hnav li {
    width: 120px;
    font-size: 16px;
    line-height: 20px;
  }
  .hnav li a,
  .hnav li span {
    height: 80px;
  }
  .hnav li.search {
    width: 80px;
    font-size: 14px;
  }
  .hnav li.search a,
  .hnav li.search span {
    padding-top: 46px;
  }

  /* global-search
  --------------------------------------------------------------------------------- */
  #global-search {
    top: 80px;
    height: calc( 100svh - 80px );
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    right: 356px;
    height: 80px;
  }

  .gnav li {
    margin: 0px 0px 0px 52px;
    font-size: 16px;
  }

  /* global-menu
  --------------------------------------------------------------------------------- */
  .gm-sub.clone#gn-association .gmenu {
    max-width: none;
  }
}
/*
--------------------------------------------------------------------------------- 1920*/
