@charset "UTF-8";
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background-color: inherit; */
  /* [disabled]font-size: inherit; */
	line-height: inherit;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  height: 100%;
  overflow: auto;
  min-width: 320px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-family: "Helvetica Neue", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  margin: 0;
}

body.en {
  font-family: 'Helvetica Neue',Helvetica, Arial, Verdana, sans-serif;
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  }
}
/* Windows */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
#wrap {
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.js #wrap {
  visibility: hidden;
}

.no-js #wrap {
  visibility: visible;
}

a {
  text-decoration: none;
  color: #002573;
  outline: none;
}

a:hover {
  color: #008CD6;
}

hr {
  border: medium none;
  display: block;
  height: 1px;
  margin: 50px 0;
  width: 100%;
  background-color: #ccc;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.container-slim {
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .container-slim {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
}

/* =========================================================
#header
========================================================= */
#header {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
}

#header .header-row {
  position: relative;
  z-index: 999;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#header .header-inner {
  height: 80px;
  padding-top: 10px;
  -ms-flex: 0 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #header .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-inner {
    height: 45px;
    padding-top: 0px;
    -webkit-align-items: center;
    align-items: center;
  }
}

.toggle-btnWrap {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  top: 50%;
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .toggle-btnWrap {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0px;
  }
}

.toggle-menu {
  transition: opacity 1.25s ease;
}

.toggle-menu {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  background-color: #002573;
}
@media screen and (max-width: 575px) {
  .toggle-menu {
    width: 45px;
    height: 45px;
  }
}

.toggle-menu span {
  margin: 29px auto 30px;
  width: 20px;
  height: 1px;
  display: block;
  position: relative;
  transition: background .5s ease;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .toggle-menu span {
    margin: 21px auto 22px;
    width: 18px;
  }
}

.toggle-menu span:before,
.toggle-menu span:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  content: "";
  transition: .35s ease;
  background-color: #fff;
}

.toggle-menu span:before {
  top: -8px;
}

.toggle-menu span:after {
  top: 8px;
}

.spMenu-open .toggle-menu span {
  background-color: #002573;
}

.spMenu-open .toggle-menu span:before {
  top: 0;
  transform: rotateZ(45deg);
}

.spMenu-open .toggle-menu span:after {
  top: 0;
  transform: rotateZ(-45deg);
}

.sp-searchBtn {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #008CD6;
}
@media screen and (max-width: 991px) {
  .sp-searchBtn {
    display: inline-flex;
  }
}
@media screen and (max-width: 575px) {
  .sp-searchBtn {
    width: 45px;
    height: 45px;
  }
}

.sp-searchBtn span {
  color: #fff;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

.gsc-results-wrapper-visible {
  overflow-y: scroll;
  height: calc(50vh);
}

/* .header-logo */
.header-logo {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .header-logo {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .header-logo {
    margin-bottom: 0;
    max-width: 240px;
  }
}

.header-logo a {
  display: block;
}

.header-logo a .header-logo-svg {
  max-width: 365px;
  width: 365px;
}

@media screen and (max-width: 991px) {
  #header-navArea {
    display: none;
  }
}

/* .header-navi */
#header-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: 0.3s ease;
}

#header-navi li a, #header-navi li span {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #333;
}

#header-navi > li {
  margin: 0 0.5em 0;
}

#header-navi .header-subnavi-search i {
  font-size: 1.6rem;
  line-height: 1;
}

#header-navi .header-subnavi-lang > div {
  display: none;
}

#header-navi .header-subnavi-lang > div > a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 0.2em 0.5em;
  background-color: #002573;
}

body.en #header-navi .header-subnavi-lang-jp {
  display: block;
}

body.jp #header-navi .header-subnavi-lang-en {
  display: block;
}

/* #gnavi */
#gnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#gnavi > li > a {
  padding: 0.8em 0.8em;
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

#gnavi > li > a::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, left top, right top, from(#002573), to(#008CD6));
  background-image: linear-gradient(90deg, #002573 0%, #008cd6 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 4px;
  width: 0;
}

#gnavi > li:hover > a::after, #gnavi > li.is-active > a::after {
  width: 100%;
}

#gnavi > li.hasSubMenu > a:hover::after {
  color: #fff;
}

#gnavi .subMenu {
  padding: 0px 30px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#002573), to(#008CD6));
  background-image: linear-gradient(90deg, #002573 0%, #008cd6 100%);
  background-size: auto auto;
  background-size: cover;
  height: 0;
}
@media screen and (max-width: 991px) {
  #gnavi .subMenu {
    position: relative;
    z-index: 1;
  }
}

#gnavi > li:hover .subMenu, #gnavi > li.is-active .subMenu {
  color: #fff;
  opacity: 1;
  visibility: visible;
  padding: 15px 30px;
  height: auto;
}

#gnavi .subMenu {
  text-align: center;
}

#gnavi .subMenu h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  #gnavi .subMenu h4 {
    font-size: 1.4rem;
  }
}

#gnavi .subMenu ul {
  display: inline-block;
  text-align: left;
}

#gnavi .subMenu li {
  padding: 0.2em 1em;
  line-height: 1.4;
  display: inline-block;
  font-size: 1.2rem;
}

#gnavi .subMenu a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 0.7em;
  vertical-align: top;
}

#gnavi .subMenu a:hover {
  opacity: 0.7;
}

#gnavi .subMenu a::before {
  position: absolute;
  line-height: 1.4;
  top: 0em;
  left: 0;
  display: block;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#gnavi .subMenu .is-empty {
  height: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*============================
 #searchBox 
============================*/
#searchBox {
  display: none;
  margin: 0 auto;
  background: #dae2ea;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
}

#searchBox .gsc-control-cse {
  background: none !important;
  border: none !important;
  padding: 0;
}

#searchBox .searchBox-inner {
  max-width: 800px;
  margin: 0 auto;
}

#searchBox .gsc-input-box {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

#searchBox .gsib_a {
  padding: 0.5em 1em;
}

#searchBox .gsc-search-button button {
  font-size: 2rem;
  padding: 0.5em 1em 0.3em;
  line-height: 1;
  cursor: pointer;
  background-color: #002573;
  border: none;
  border-radius: 5px;
}

#searchBox .gsc-search-button button:hover {
  background-color: #008CD6;
}

#searchBox .gsc-search-button svg {
  fill: #FFFFFF;
  width: 2rem;
  height: 2rem;
}

/*============================
#contents
============================*/
#contents {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  #contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  #contents {
    padding-top: 45px;
  }
}

/*============================
#footer
============================*/
#footer {
  background-color: #002573;
}

#footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

#footer-logo {
  padding-right: 20px;
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
}

#footer-logo a {
  display: block;
}

#footer-navi {
  width: 100%;
}

#footer-navi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#footer-navi ul li {
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  padding-left: 0.5em;
  margin: 0.4em 0.8em 0.4em;
}

#footer-navi ul li a {
  color: #fff;
}

#footer-navi ul li::before {
  position: absolute;
  line-height: 1.1;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#footer-bottom {
  background-color: #fff;
}

.footer-bottom-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer-bottom-inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#footer-bottom .copy {
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  #footer-bottom .copy {
    text-align: center;
  }
}

#footer-bottom .univLogo {
  width: 100%;
  max-width: 162px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  #footer-bottom .univLogo {
    margin: 0 auto 0.5em;
  }
}

#footer-bottom .univLogo a {
  display: block;
}

/*============================
#loader
============================*/
.loadingAnim {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .3s;
  background-color: #002573;
}

.loadingAnim:before {
  top: 0;
}

.loadingAnim:after {
  bottom: 0;
}

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}

.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%);
}

.loadingAnim_Logo {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  width: 300px;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.loadingAnim_Logo img {
  width: 300px;
}

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, 400%);
  transform: translate(0, 400%);
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 110px;
  height: 1em;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  text-align: center;
}

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto  auto auto 0;
  content: ' ';
  -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  background-color: #fff;
  will-change: transform, width;
}

.loadingAnim_line:before {
  font-family: 'roboto', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  content: 'LOADING';
  -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
  animation: loadingAnim_text 1s ease .1s infinite alternate both;
  letter-spacing: .5em;
  color: #fff;
  will-change: opacity;
}

.loaded .loadingAnim_line, .loaded .loadingAnim_Logo {
  overflow: hidden;
  opacity: 0;
}

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none;
}

.loaded .loadingAnim_line:before {
  content: 'LOADED!';
}

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #fff;
  }
  100% {
    opacity: .5;
    color: #fff;
  }
}
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #fff;
  }
  100% {
    opacity: .5;
    color: #fff;
  }
}
/* =========================================================
ニュースリスト（全記事）
========================================================= */
.newsList li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .newsList li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.top .newsList li {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.newsList li + li {
  border-top: 1px dotted #ccc;
}

.newsList li .date {
  width: 10em;
  white-space: nowrap;
  padding-right: 0.8em;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .newsList li .date {
    width: 100%;
  }
}

.newsList li .category {
  padding-right: 0.8em;
  white-space: nowrap;
}

.newsList li .category a {
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0.1em 0.6em;
  background-color: #848484;
  width: 7.2em;
  display: block;
}

.newsList li .category a:hover {
  background-color: #008CD6;
}

.newsList li .txt {
  line-height: 1.4;
  width: calc(100% - 8em);
}

@media screen and (max-width: 767px) {
  .newsList li .txt {
    width: 100%;
  }
}

body.top .newsList li .txt {
  width: 100%;
}

.newsList li .txt p {
  line-height: 1.4;
}

.newsList li .txt a {
  color: #333;
  line-height: 1.4;
}

.newsList li .txt a:hover {
  color: #333;
  line-height: 1.4;
  text-decoration: underline;
}

/* =========================================================
編集ボタン
========================================================= */
.edit-link a {
  padding: 1em;
  border-radius: 1.5em;
  line-height: 1;
  background-color: #B4B4B4;
  color: #fff;
}

/* =========================================================
.fixed-menu
========================================================= */
#fixedMenu {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
}

#fixedMenu .fixedMenu-inner {
  margin: 0 auto;
  padding: 60px 20px 20px;
  max-width: 900px;
}

.spMenu-open #fixedMenu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

#fixedMenuList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
}

#fixedMenuList li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#fixedMenuList > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #fixedMenuList > li {
    width: 100%;
  }
}

#fixedMenuList > li > a {
  font-weight: bold;
}

#fixedMenuList li, #fixedMenuSubList li {
  line-height: 1.4;
}

#fixedMenuList li {
  border-top: 1px solid #CECECE;
}

#fixedMenuSubList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 767px) {
  #fixedMenuSubList {
    -webkit-flex-direction: column;
    flex-direction: column;
    border: none;
  }
}

#fixedMenuSubList li {
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #fixedMenuSubList li {
    border-top: 1px solid #CECECE;
    width: 100%;
  }
}

#fixedMenuSubList a {
  font-size: 1.2rem;
  display: block;
  color: #002573;
  padding: 1em 1em 1em 1em;
  width: 100%;
  position: relative;
}

#fixedMenuSubList li a:hover {
  background-color: #efefef;
}

#fixedMenuList a {
  color: #002573;
  padding: 1em 0 1em 1em;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #fixedMenuList li.hasSubMenu > a {
    width: calc(100% - 50px);
  }
}

#fixedMenuList a::before, #fixedMenuSubList a::before {
  position: absolute;
  line-height: 1.4;
  top: 1em;
  left: 0.3em;
  display: block;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fixedMenuList .subMenu {
  width: 100%;
}

#fixedMenuList li .subMenu {
  display: none;
}

#fixedMenuList li .subMenu li {
  border-top: 1px dotted #CECECE;
  width: 100%;
}

#fixedMenuList li .subMenu li a {
  font-size: 1.2rem;
}

#fixedMenuList li a:hover {
  background-color: #efefef;
}

#fixedMenuList li .toggleIcon {
  width: 50px;
  padding: 5px;
}

#fixedMenuList li .toggleIcon span {
  position: relative;
  background-color: #CECECE;
  height: 40px;
  width: 40px;
  margin: auto;
  display: block;
}
#fixedMenuList li .toggleIcon span:before, #fixedMenuList li .toggleIcon span:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 20px;
  background: #fff;
  transition: transform .1s ease-in-out;
  left: 10px;
  top: 50%;
  cursor: pointer;
}
#fixedMenuList li .toggleIcon span:before {
  transform: rotate(90deg);
}

#fixedMenuList li.subMenu-open .toggleIcon span:before, #fixedMenuList li.current .toggleIcon span:before {
  transform: rotate(45deg);
}
#fixedMenuList li.subMenu-open .toggleIcon span:after, #fixedMenuList li.current .toggleIcon span:after {
  transform: rotate(-45deg);
}

#fixedMenu .fixedMenu-logo {
  max-width: 380px;
  width: 70vw;
  text-align: center;
  margin: 0 auto 20px;
}

#fixedMenu .fixedMenu-logo a {
  display: block;
}

#fixedMenu .fixedMenu-lang {
  border: 2px solid #002573;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 300px;
  margin: 030px auto 0;
}

#fixedMenu .fixedMenu-lang-jp, #fixedMenu .fixedMenu-lang-en {
  width: 50%;
}

#fixedMenu .fixedMenu-lang-jp a, #fixedMenu .fixedMenu-lang-en a, #fixedMenu .fixedMenu-lang-jp span, #fixedMenu .fixedMenu-lang-en span {
  transition: all 0.3s ease;
  color: #002573;
  font-size: 1.2rem;
  padding: 0.7em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
}

.jp #fixedMenu .fixedMenu-lang-jp a, .en #fixedMenu .fixedMenu-lang-en a, .jp #fixedMenu .fixedMenu-lang-jp span, .en #fixedMenu .fixedMenu-lang-en span {
  background-color: #002573;
  color: #fff;
}

.en #fixedMenu .fixedMenu-lang-jp a:hover, .jp #fixedMenu .fixedMenu-lang-en a:hover {
  background-color: #008CD6;
  color: #fff;
}

/* =========================================================
.pagetop
========================================================= */
.pagetop {
  width: 3em;
  height: 3em;
  background-color: #002573;
  bottom: 10px;
  display: inline-block;
  position: fixed;
  right: 10px;
  transform: translate3d(0px, 50px, 0px);
  transition-duration: 0.3s;
  visibility: hidden;
  z-index: 999;
  padding: 1em;
  line-height: 1;
  border-radius: 1.5em;
  color: #fff !important;
}
.pagetop i {
  text-align: center;
  width: 1em !important;
}
.pagetop:hover {
  background-color: #008CD6;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.pagetop.backtotop-visible {
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  visibility: visible;
}
.pagetop.backtotop-visible:hover {
  background-color: #008CD6;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* =========================================================
.共通イベントカード
========================================================= */
body:not(.top) .eventCardArea {
  margin-top: 30px;
  margin-bottom: 30px;
}

.eventCard {
  background-color: #f5f0ee;
  padding: 20px;
  margin-bottom: 10px;
}

.eventCard > *:first-child {
  margin-top: 0 !important;
}

.eventCard > *:last-child {
  margin-bottom: 0 !important;
}

.eventCard .meta > p {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 3px;
  line-height: 1.2;
}

.eventCard .category {
  padding: 0.2em 1em;
  background-color: #002573;
  line-height: 1.2;
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}

.eventCard .num {
  font-size: 80%;
  color: #fff;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  background-color: #002573;
}

.eventCard .date {
  color: #002573;
}

.eventCard .title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  border-bottom: 1px solid #999;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.eventCard .title span {
  display: inline-block;
}

.eventCard .title a {
  color: #002573;
}

.eventCard .title a:hover {
  color: #008CD6;
}

.eventCard .description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #999;
}

.eventCard .data-hosoku {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.eventCard
.eventCard .data-hosoku:before, .eventCard .data-hosoku:after {
  content: "";
  display: block;
}

.eventCard .data-hosoku:after {
  clear: both;
}

.eventCard .data-hosoku dl:first-child {
  border-top: none;
}

.eventCard .data-hosoku dl {
  border-top: 1px dotted #999;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.5em 0;
}
@media screen and (max-width: 575px) {
  .eventCard .data-hosoku dl {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.eventCard .data-hosoku dt {
  padding: 0.2em 0.5em;
  background-color: rgba(191, 191, 191, 0.5);
  line-height: 1.2;
  margin: 0.1em 0.5em 0.1em 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .eventCard .data-hosoku dt {
    margin: 0;
    min-width: inherit;
    width: 100% !important;
    text-align: left;
    background-color: rgba(191, 191, 191, 0.5);
  }
}

.jp .eventCard .data-hosoku dt {
	width: 6.5em;
}

.en .eventCard .data-hosoku dt {
  width: 6.5em;
}

.eventCard .data-hosoku dd {
  width: calc(100% - 4.5em);
  line-height: 1.2;
  color: #333;
  display: block;
  margin: 0.1em 0 0.1em 0;
  padding: 0.2em 0em;
}
@media screen and (max-width: 575px) {
  .eventCard .data-hosoku dd {
    margin: 0.1em 0 0.3em 0;
  }
}

.jp .eventCard .data-hosoku dd {
  width: calc(100% - 7em);
}

.en .eventCard .data-hosoku dd {
  width: calc(100% - 7em);
}

.eventCard .btn {
  line-height: 1.4;
  padding: 0.4em 1.8em 0.4em 1.1em;
}

.eventCard .btn {
  text-decoration: none !important;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 0.6em 1.8em 0.6em 1.1em;
  background-color: #936751;
  min-width: 8em;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  transition: all .3s;
  border-radius: 5px;
  cursor: pointer;
}

.eventCard .btn:hover {
  background-color: #ad816b;
  color: #fff;
}

.eventCard .btn::after {
  position: absolute;
  right: .6em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff !important;
  top: calc(50% - 0.5em);
  line-height: 1;
  transition: all .3s;
}
