@charset "UTF-8";
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
.ico-m {
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}

.ico-m-before:before {
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}

.ico-m-after:after {
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}

.ico-icomoon {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: -.1em;
  text-transform: none;
  vertical-align: middle;
}

.ico-icomoon-before:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: -.1em;
  text-transform: none;
  vertical-align: middle;
}

.ico-icomoon-after:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: -.1em;
  text-transform: none;
  vertical-align: middle;
}

@media (min-width: 0px) {
  .xs-v-v {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .sm-v-v {
    visibility: visible;
  }
}

.for-md-up {
  display: none;
}

@media (min-width: 768px) {
  .md-v-v {
    visibility: visible;
  }
  .for-md-down {
    display: none;
  }
  .for-md-up {
    display: block;
  }
}

@media (min-width: 992px) {
  .for-lg-down {
    display: none;
  }
  .lg-v-v {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .xl-v-v {
    visibility: visible;
  }
}

@media (min-width: 1500px) {
  .xxl-v-v {
    visibility: visible;
  }
}

@media (max-width: 1499px) {
  .max-xxl-v-v {
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .max-xl-v-v {
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .max-lg-v-v {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .max-md-v-v {
    visibility: visible;
  }
}

@media (max-width: 575px) {
  .max-sm-v-v {
    visibility: visible;
  }
}

@media print {
  html {
    font-size: 12px;
  }
}

.top-hero {
  box-shadow: 0px 5px 20px rgba(11, 49, 144, 0.1);
}

.top-hero-wrapper .swiper-pagination {
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
  text-align: center;
}

.top-hero-wrapper .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  margin-left: .4em;
  margin-right: .4em;
  width: 16px;
}

.top-hero-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E63074;
}

.top-information .title-en {
  color: #fff;
  font-family: "Roboto", "Hiragino sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo", "メイリオ", "MS PGOTHIC", Arial, sans-serif;
  font-size: 3.75em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 5px 3px 20px rgba(11, 49, 144, 0.4);
}

@media (min-width: 992px) {
  .top-information .title-en {
    line-height: .9;
  }
}

.top-information .title-important {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0em;
  margin-right: 2em;
}

@media (min-width: 576px) {
  .top-information .title-important {
    margin-bottom: 0.5em;
  }
}

.top-information .title-important h3 {
  align-items: center;
  color: #E63074;
  display: flex;
  font-size: 1.3125em;
  font-weight: bold;
}

/* 20230315 add start sys.y */
.top-information .title-important .ch-blue {
  color: #536DB0;
}
/* 20230315 add end sys.y */

.top-information .title-important h3:before {
  background-color: #E63074;
  content: "";
  display: block;
  height: 3px;
  margin-right: 1em;
  width: 48px;
}

/* 20230315 add start sys.y */
.top-information .title-important h3.ch-blue:before {
  background-color: #536DB0;
}
/* 20230315 add end sys.y */

@media (min-width: 992px) {
  .top-information .title-important h3:before {
    height: 4px;
    width: 64px;
  }
}

.top-information .title-read {
  align-items: center;
  display: flex;
}

.top-information .title-read p {
  margin-bottom: 0;
}

.top-information .list-important-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(230, 48, 116, 0.5);
  box-shadow: 0px 1px 4px rgba(230, 48, 116, 0.5), 0px 5px 15px rgba(230, 48, 116, 0.16);
  box-sizing: border-box;
}

/* 20230315 add start sys.y */
.top-information .ch-blue-box {
  border: 1px solid rgba(83, 109, 176, 0.5);
  box-shadow: 0px 1px 4px rgba(83, 109, 176, 0.5), 0px 5px 15px rgba(83, 109, 176, 0.16);
}

.top-information .newlist-layout {
  width: 100%;
  margin: 2rem auto 0;
}

@media (min-width: 576px) {
  .top-information .newlist-layout {
    width: 49%;
  }
}

/* 20230315 add end sys.y */

.top-information .list-important-wrapper .card-body {
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1em;
  padding-top: 1em;
}

.top-information .list-important {
  font-size: 1.125em;
  font-weight: bold;
  height: 134px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1em;
  position: relative;
}

@media (min-width: 992px) {
  .top-information .list-important {
    font-size: 1.5em;
    height: 228px;
  }
}

.top-information .list-important a {
  text-decoration: none;
}

.top-information .list-important a:hover {
  text-decoration: underline;
}

.top-information .list-important li {
  display: flex;
  margin-bottom: .5em;
  margin-top: .5em;
}

.top-information .list-important li .fas {
  color: #E63074;
  flex-shrink: 0;
  line-height: 1.5;
  text-align: center;
  width: 1em;
}

.info-line .newtopics-line {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .info-line .newtopics-line {
    font-size: 16px;
  }
}

.general-information {
  background-color: #fafafa;
  box-shadow: 0px 5px 15px rgba(11, 49, 144, 0.05);
  margin-bottom: 1em;
  margin-top: 2em;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .general-information {
    margin-bottom: 3em;
    margin-top: 3em;
  }
}

.general-information .tab-content-wrapper {
  padding: 1em;
}

@media (min-width: 992px) {
  .general-information .tab-content-wrapper {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.general-information .tab-content {
  background-color: #fff;
  padding: 1em;
}

@media (min-width: 992px) {
  .general-information .tab-content {
    padding: 2.75em 2em 2.75em 3em;
  }
}

.general-information .info-list {
  max-height: 15em;
  position: relative;
}

.general-information-nav {
  align-items: center;
  background-color: #536DB0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25em;
}

@media (min-width: 992px) {
  .general-information-nav {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.general-information-nav .list-more-wrap {
  margin-bottom: .5em;
  margin-top: -.75em;
  text-align: right;
  width: 100%;
}

@media (min-width: 992px) {
  .general-information-nav .list-more-wrap {
    width: auto;
  }
}

.general-information-nav .nav-tabs {
  border-bottom: none;
  font-size: 0.875em;
  order: 2;
  width: 100%;
}

@media (min-width: 992px) {
  .general-information-nav .nav-tabs {
    font-size: 1.125em;
    order: 0;
    width: auto;
  }
}

.general-information-nav .nav-tabs .nav-link {
  background-color: rgba(250, 250, 250, 0.8);
  border: none;
  border-radius: 0;
  flex-grow: 1;
  font-weight: bold;
  margin-right: .25em;
  padding: .75em .5em;
}

@media (min-width: 992px) {
  .general-information-nav .nav-tabs .nav-link {
    margin-right: .5em;
    padding: .75em 2em;
  }
}

.general-information-nav .nav-tabs .nav-link.active {
  background-color: #fafafa;
}

.general-information-nav .nav-tabs .nav-link:focus {
  outline: none;
}

.top-large-banners-child-bg {
  background-color: #fff;
}

.top-large-banners-child-bg .btn {
  border-radius: 0;
  display: block;
  transition: opacity .3s;
}

.top-large-banners-child-bg .btn:hover {
  opacity: .8;
}

.top-large-banners-child-bg > div a {
  background-color: #e1e1e1;
}

.top-large-banners-child-bg > div:nth-child(2n + 1) a {
  background-color: #e9e9e9;
}

.top-large-banners {
  background-color: #048f0e;
}

.top-large-banners-title {
  padding-bottom: 1em;
  padding-top: 2em;
}

.top-large-banners h2 {
  font-size: 1em;
}

.top-large-banners h2 .title-en {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  font-family: "Roboto", "Hiragino sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo", "メイリオ", "MS PGOTHIC", Arial, sans-serif;
  font-size: 2.625em;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 992px) {
  .top-large-banners h2 .title-en {
    font-size: 4em;
    margin-top: .25em;
  }
}

.top-large-banners h2 .title-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.3125em;
}

.top-large-banners h2 .title-text:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin-right: 1em;
  width: 48px;
}

.top-recommend h2 {
  font-size: 1em;
}

.top-recommend h2 .title-en {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  font-family: "Roboto", "Hiragino sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo", "メイリオ", "MS PGOTHIC", Arial, sans-serif;
  font-size: 2.625em;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 992px) {
  .top-recommend h2 .title-en {
    font-size: 4em;
    margin-top: .25em;
  }
}

.top-recommend h2 .title-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.3125em;
}

.top-recommend h2 .title-text:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin-right: 1em;
  width: 48px;
}

.top-recommend .btn {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .top-recommend .btn {
    font-size: 1.125rem;
  }
}

.list-more {
  font-size: 0.875em;
}
/*# sourceMappingURL=sourcemaps/site-top.css.map */
