@charset "UTF-8";
/* import css ======================================================  */
/*　mixin  ------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .topHeader_sp {
    display: none; }

  .nav_sp {
    display: none; }

  /*ナビ
  ------------------------------*/
  .nav_pc {
    font-family: Verdana;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    padding: 0 10px 10px 10px;
    background-color: #0f0e3f; }
    .nav_pc .c-menu {
      max-width: 1000px;
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      list-style: none; }
    .nav_pc .menu-item {
      font-size: 14px;
      position: relative;
      width: auto;
      margin: 8px 2px 0 2px; }
      .nav_pc .menu-item a {
        color: #fff;
        display: block;
        padding: 4px 30px;
        text-decoration: none;
        background-color: #2c2b63;
        border: 1px solid #ccc; }
        .nav_pc .menu-item a:link, .nav_pc .menu-item a:visited {
          color: #fff; }
      .nav_pc .menu-item .c-nolink {
        display: block;
        padding: 4px 30px;
        text-decoration: none;
        color: #666;
        background-color: #1a194c;
        border: 1px solid #666; }
    .nav_pc .menu-item-has-children > a:hover {
      color: #666;
      text-decoration: none; }
    .nav_pc .menu-item-has-children > a:before {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-right: 10px;
      margin-bottom: 3px;
      content: "";
      transition: all .2s ease-in-out;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      border-top: solid 3px #fff;
      border-right: solid 3px #fff; }
    .nav_pc .sub-menu {
      display: none; }
    .nav_pc a:hover {
      text-decoration: underline; }

  .br::before {
    line-height: 0;
    content: "\A";
    white-space: pre; }

  /*サブメニュー
  ------------------------------*/
  .nav_pc .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 33px;
    width: 100%;
    color: #00134a;
    border: 1px #00134a solid;
    background-color: #ebf0f5; }
    .nav_pc .sub-menu a {
      line-height: 14px;
      display: block;
      color: #fff;
      box-sizing: border-box;
      margin: 0;
      padding: 15px 22px;
      background-color: #121998; }
      .nav_pc .sub-menu a:visited {
        color: #fff; }
    .nav_pc .sub-menu li {
      display: list-item;
      margin: 0; }
      .nav_pc .sub-menu li:after {
        content: none; }
      .nav_pc .sub-menu li:last-child {
        margin-bottom: 0; }

  .menu-item-has-children:hover .sub-menu {
    display: block; } }
@media screen and (max-width: 767px) {
  .nav_pc {
    display: none; }

  .nav_sp {
    display: block;
    margin: 0;
    padding: 0; }

  .menu_btn {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    max-width: 70px;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    background-color: rgba(7, 15, 135, 0.8); }

  .overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: opacity .5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }

  .overlay.open {
    width: 100%;
    height: calc(100% + 40px);
    opacity: 1; }

  .menu_btn.active {
    position: fixed;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(10px);
    left: 0;
    background-color: transparent; }

  .menu_btn.active img {
    opacity: 0; }

  .menu_btn span {
    transition: opacity .5s;
    opacity: 0; }

  .menu_btn.active span {
    position: absolute;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    height: 4px;
    opacity: 1;
    background-color: #fff; }

  .menu_btn.active span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg); }

  .menu_btn.active span:nth-of-type(2) {
    top: 10px;
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg); }

  .ists_logo_white {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .ists_logo_white a {
    padding-top: 30px !important;
    border-bottom: none !important; }

  .ists_logo_white a img {
    max-width: 100%; }

  .spnav {
    position: fixed;
    z-index: 200;
    top: 0;
    right: -15px;
    display: block;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    padding: 10px 25px;
    padding-left: 40px;
    margin: 0;
    line-height: 0;
    transition: all .3s;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    color: #fff;
    background: #0f0e3f; }
    .spnav.open {
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0); }
    .spnav #menu-main_menu > .menu-item > a {
      font-family: verdana;
      font-size: 16px;
      line-height: 1.1;
      color: #fff;
      display: block;
      padding: 16px 0;
      text-decoration: none;
      background-color: #2c2b63;
      color: #fff;
      border: solid #ccc 1px; }
      .spnav #menu-main_menu > .menu-item > a:hover {
        cursor: pointer; }
      .spnav #menu-main_menu > .menu-item > a:visited {
        color: #fff; }
      .spnav #menu-main_menu > .menu-item > a.toggle_open:before {
        top: 20px;
        margin-bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .spnav #menu-main_menu > .menu-item:last-child .sub-menu .menu-item:last-child > a {
      border-bottom: 1px solid #ccc; }
    .spnav #menu-main_menu > .menu-item-has-children > a:before {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-right: 10px;
      margin-bottom: 3px;
      content: "";
      transition: all .2s ease-in-out;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      border-top: solid 3px #fff;
      border-right: solid 3px #fff; }
    .spnav #menu-main_menu .sub-menu .menu-item > a {
      background-color: #121998;
      border: 0;
      display: block;
      padding: 16px 0; }
      .spnav #menu-main_menu .sub-menu .menu-item > a:link, .spnav #menu-main_menu .sub-menu .menu-item > a:visited {
        color: #fff; }
    .spnav .c-nolink {
      font-family: verdana;
      font-size: 16px;
      color: #fff;
      display: block;
      padding: 16px 0;
      text-decoration: none;
      color: #666;
      background-color: #1a194c;
      border: 1px solid #666; }

  .spnav_inner {
    width: auto;
    height: auto; }
    .spnav_inner ul {
      list-style: none;
      text-align: center; }
      .spnav_inner ul li {
        position: relative;
        padding: 0;
        margin: 0;
        display: block; }
        .spnav_inner ul li ul {
          display: none;
          background-color: #ebf0f5; }
          .spnav_inner ul li ul a {
            font-size: 15px;
            line-height: 1;
            color: #00134a;
            border-bottom: solid red 1px; } }
/*　foundation  ------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #222;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

a:link {
  color: #222;
  text-decoration: none; }
a:visited {
  color: #222;
  text-decoration: none; }
a:hover {
  color: #555;
  text-decoration: none; }
a:hover * {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }
a.u-udl:link, a.u-udl:visited {
  text-decoration: underline; }

.l-main a:link {
  text-decoration: underline; }
.l-main a:visited {
  text-decoration: underline; }
.l-main a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

.u-blue {
  color: #121998; }

sup {
  font-size: 70%;
  vertical-align: super; }

/*　grid------------------------------------------- */
.l-grid {
  width: 100%; }

.l-grid:after {
  content: "";
  clear: both;
  display: block; }

.l-grid__box {
  box-sizing: border-box;
  float: left;
  border: 1px solid #000;
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .l-grid__box.l-grid__box1 {
    width: 8.3%; }

  .l-grid__box.l-grid__box2 {
    width: 16.6%; }

  .l-grid__box.l-grid__box3 {
    width: 25%; }

  .l-grid__box.l-grid__box4 {
    width: 33.3%; }

  .l-grid__box.l-grid__box5 {
    width: 41.6%; }

  .l-grid__box.l-grid__box6 {
    width: 50%; }

  .l-grid__box.l-grid__box7 {
    width: 58.3%; }

  .l-grid__box.l-grid__box8 {
    width: 66.7%; }

  .l-grid__box.l-grid__box9 {
    width: 75%; }

  .l-grid__box.l-grid__box10 {
    width: 83.4%; }

  .l-grid__box.l-grid__box11 {
    width: 91.7%; }

  .l-grid__box.l-grid__box12 {
    width: 100%; } }
/* flexbox------------------------------------------- */
.l-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .l-flex.l-flex__center {
    justify-content: center; }
  .l-flex.l-flex__start {
    justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .l-flex {
      display: block; } }

.l-flex__box {
  flex: 1 1 auto; }
  .l-flex__start .l-flex__box {
    flex: 0 0 auto; }

/* style ------------------------------------------- */
.u-em {
  font-weight: bold; }

/* -------pagetop＆自動スクロール--------------------------*/
.c-pagetop {
  font-size: 1.6rem;
  line-height: 1rem;
  z-index: 10000;
  right: 20px;
  position: fixed;
  text-align: right; }
  .c-pagetop a {
    background: rgba(236, 227, 82, 0.6);
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    color: #222;
    font-size: 1.1rem;
    width: 60px;
    padding: 40px 0 10px;
    text-align: center;
    display: block; }
    .c-pagetop a:hover {
      text-decoration: none;
      color: #444;
      background: rgba(236, 227, 82, 0.4); }

.c-pagetop:before, .c-pagetop:after {
  display: block;
  content: '';
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #666;
  position: absolute;
  top: 7px;
  left: 32px;
  cursor: pointer; }

.c-pagetop:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 24px; }

/* -------c-table--------------------------*/
.c-table {
  width: auto; }
  .c-table-wrap {
    width: 100%; }
  .c-table th, .c-table td {
    padding: 4px;
    border: 1px solid #ccc;
    text-align: left; }
  .c-table thead.u-ac th {
    text-align: center;
    background-color: #eee; }
  .c-table th {
    vertical-align: top; }
  .c-table td {
    vertical-align: top; }
    .c-table td.u-middle {
      vertical-align: middle; }

.c-table.table-noborder {
  border-collapse: separate;
  border-spacing: 2px 4px; }
  .c-table.table-noborder td {
    border: 0;
    background-color: #f1eee0; }

/* ------- .c-table--nobdr --------------------------*/
.c-table--nobdr {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px; }
  .c-table--nobdr th, .c-table--nobdr td {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    text-align: left; }
  .c-table--nobdr th {
    padding-right: 16px; }
  .c-table--nobdr td {
    border-left: 1px solid #ccc;
    padding-left: 16px; }

/* ------- list --------------------------*/
.c-li-dot, .entry-content ul {
  margin-left: 4px;
  padding-right: 6px; }
  .c-li-dot li, .entry-content ul li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-left: 14px;
    background-image: url("../images/ico-circle-bl.png");
    background-position: top 5px left 0px;
    background-repeat: no-repeat;
    list-style-type: none;
    text-indent: 0px; }

.c-li-num {
  margin-left: 20px; }
  .c-li-num li {
    list-style: decimal;
    padding-left: 4px;
    margin-bottom: 15px; }

/* ------- ico --------------------------*/
.c-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: relative;
  cursol: pointer; }

.c-ico-close:before, .c-ico-close:after {
  display: block;
  content: '';
  width: 2px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer; }

.c-ico-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-ico-plus:before, .c-ico-plus:after {
  display: block;
  content: '';
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer; }

.c-ico-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(45deg); }

.c-ico-arrow-r:before, .c-ico-arrow-r:after {
  display: block;
  content: '';
  width: 14px;
  height: 3px;
  position: absolute;
  background-color: #fff; }

.c-ico-arrow-r:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
  left: 4px; }

.c-ico-arrow-r:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 4px; }

/* ------- c-btn --------------------------*/
.c-btn {
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 2px 36px 2px 16px;
  background-color: #0e2f8e;
  position: relative;
  font-size: 1.5rem;
  font-weight: normal; }
  .c-btn:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-arrow-r.png) center right/20px 19px no-repeat; }
  .c-btn.c-btn-link, .c-btn.c-btn-more {
    color: #222;
    background-color: #cce3f1;
    border: 1px solid #fff; }
    .c-btn.c-btn-link:hover, .c-btn.c-btn-more:hover {
      cursor: pointer; }
  .c-btn.u-ar {
    display: block;
    float: right; }
  .c-btn.c-btn-home {
    background-color: #dfad00;
    padding-right: 16px; }
    .c-btn.c-btn-home::after {
      display: none; }
  .c-btn.c-btn-exhibition {
    background-color: #4eb1df;
    padding: 10px 4px;
    width: 100%;
    text-align: center; }
    .c-btn.c-btn-exhibition::after {
      display: none; }
    @media screen and (max-width: 767px) {
      .c-btn.c-btn-exhibition {
        padding: 20px 4px; } }
    @media screen and (max-width: 520px) {
      .c-btn.c-btn-exhibition {
        padding: 7px 4px; } }

a:link.c-btn, a:visited.c-btn {
  color: #fff;
  text-decoration: none; }

a:hover.c-btn {
  background-color: #489ecd; }

a:link.c-btn.c-btn-link, a:visited.c-btn.c-btn-link,
a:link.c-btn.c-btn.c-btn-more, a:visited.c-btn.c-btn.c-btn-more {
  color: #222;
  text-decoration: none; }

a:hover.c-btn.c-btn-link {
  background-color: #d3e8f5;
  color: #121998; }

a[href$='.pdf'].c-btn:after {
  background-image: url(../images/ico-pdf.png); }

.c-btn-link:after {
  background-image: url(../images/ico-circle-br.png); }

.c-btn-more:after {
  background-image: url(../images/ico-plus.png); }
.c-btn-more.is-off:after {
  background-image: url(../images/ico-minus.png); }

a.c-link {
  display: inline-block; }
  a.c-link:link, a.c-link:visited {
    text-decoration: underline; }
  a.c-link:hover {
    text-decoration: none; }

.c-link-new {
  padding-right: 5px; }
  .c-link-new:after {
    content: '';
    position: relative;
    margin: auto;
    top: 4px;
    right: 0px;
    padding-left: 4px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-linknew.png) center center/20px 19px no-repeat; }

.c-link-new-w {
  padding-right: 5px; }
  .c-link-new-w:after {
    content: '';
    position: relative;
    margin: auto;
    top: 4px;
    right: 0px;
    padding-left: 4px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-linknew-w.png) center center/20px 19px no-repeat; }

.c-link-word {
  padding-right: 36px;
  position: relative; }
  .c-link-word:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-word.png) center right/20px 19px no-repeat; }

a[href$='.doc'].c-link,
a[href$='.docx'].c-link {
  padding-right: 36px;
  position: relative; }
  a[href$='.doc'].c-link:after,
  a[href$='.docx'].c-link:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-word.png) center right/20px 19px no-repeat; }

a[href$='.pdf'].c-link {
  padding-right: 36px;
  position: relative; }
  a[href$='.pdf'].c-link:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 5px;
    bottom: auto;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-pdf.png) bottom right/20px 19px no-repeat; }

a[href$='.png'].c-link {
  padding-right: 36px;
  position: relative; }
  a[href$='.png'].c-link:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-png.png) center right/20px 19px no-repeat; }

a[href$='.zip'].c-link {
  padding-right: 36px;
  position: relative; }
  a[href$='.zip'].c-link:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/ico-zip.png) center right/20px 19px no-repeat; }

.c-label {
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 4px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  padding: 4px 8px; }
  .c-label.u-head {
    margin-left: 0; }

.c-label_new {
  background-color: #ffbfb7; }

/* ------- c-select --------------------------*/
select::-ms-expand {
  display: none; }

.c-select, .c-select--date {
  overflow: hidden; }

.c-select__select, .c-select--date__select, .c-select--address__select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  width: 100%;
  font-size: 1.4rem; }

.c-select--date__select {
  width: 320px;
  background: transparent; }

.c-select--adress {
  width: 240px;
  margin: 0;
  padding: 0;
  background: transparent;
  text-indent: 0.01px;
  text-overflow: ""; }

.c-select--address__select {
  float: left;
  width: 190px; }

.c-select--address__select option {
  padding-left: 20px;
  font-size: 20px; }

/* ------- c-select--css --------------------------*/
.c-select--css .c-select__label {
  position: relative;
  display: inline-block;
  background: #ccc;
  background: linear-gradient(to bottom, #eeeeee, #cccccc);
  border-radius: 4px;
  box-shadow: 1px 1px 2px #000;
  overflow: hidden; }
.c-select--css .c-select__label:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: .6em;
  margin-top: -.2em;
  border-width: .45em .3em;
  border-style: solid;
  border-color: #333 transparent transparent;
  z-index: 1; }
.c-select--css .c-select__label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .4em 2em .4em 1.5em;
  color: #333;
  background: transparent;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 1em;
  outline: none; }
.c-select--css .c-select__label select:focus {
  text-shadow: 0 0 1px #b5b5b5; }
.c-select--css .c-select__label select::-ms-expand {
  display: none; }
.c-select--css .c-select__label select::-moz-focus-inner {
  border: 0; }
.c-select--css .c-select__label select * {
  background: #eee;
  color: #333;
  text-shadow: none; }

/*   ------------------------ */
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*   ------------------------ */
.c-photo-box2 {
  flex-wrap: wrap !important; }
  .c-photo-box2 .l-flex__box {
    width: 50%;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      .c-photo-box2 .l-flex__box {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }

hr {
  border-top: 1px solid #666;
  width: 100%; }

/* l-allcontents ------------------------ */
.l-allcontents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.topHeader_print {
  display: none; }

/* ----top-image -----------------------------*/
.top-image {
  text-align: center;
  background: #000;
}
.top-image img {
  vertical-align: bottom;
  width: 960px;
}

/* ----header_pc -----------------------------*/
.topHeader_pc {
  position: relative;
  z-index: 0;
  background-color: #000;
  /* background-image: url("../images/backimage.jpg"); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
  @media print, screen and (min-width: 768px) {
    .topHeader_pc {
      height: auto;
      background-size: 100%;
      background-position: top center;
      background-repeat: no-repeat; }
      .topHeader_pc::after {
        padding-bottom: 4%; } }
  @media screen and (min-width: 1040px) {
    .topHeader_pc {
      background-position: top 50% center;
      background-size: 1200px; } }

.mainImageArea {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .mainImageArea::after {
    content: '';
    display: block;
    padding-bottom: 80%; }
  @media screen and (min-width: 1040px) {
    .mainImageArea {
      width: 1000px; } }

.mainTitle {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20%;
  width: 80%;
  padding-right: 20px;
  max-height: 60%; }

.mainImageArea .title_place {
  position: absolute;
  top: 60%;
  left: 20%;
  width: 80%;
  max-height: 40%; }

.mainImageArea .circlelogo {
  position: absolute;
  z-index: 10;
  top: 55px;
  left: 10px;
  width: 16%;
  margin: 0; }

.circlelogo p {
  margin: 0; }

.rocketimage {
  position: absolute;
  z-index: -1;
  top: 52%;
  left: -22%;
  width: 40%;
  height: 60%;
  margin: 0; }

.kuruppa {
  position: absolute;
  top: 80%;
  left: 11%;
  width: 8%;
  height: 13%;
  margin: 0; }

.catchBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  opacity: 0.8;
  background-color: #e33818; }

.trianglelogo {
  width: 35%;
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  line-height: 0;
  margin: 0; }

.trianglelogo img {
  width: 100%; }

/* ---- header_sp ---------------*/
@media screen and (max-width: 767px) {
  .topHeader_pc {
    display: none; }

  .topHeader_sp {
    display: block;
    position: relative;
    z-index: 0;
    background-color: #000;
    /* background-image: url("../images/backimage.jpg"); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }

  .mainImageArea_sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .mainImageArea_sp::after {
      content: '';
      display: block;
      padding-bottom: 140%; }

  .mainTitle_sp {
    position: absolute;
    top: 25px;
    right: 0;
    left: auto;
    overflow: visible;
    max-width: 80%;
    margin: auto; }

  .mainTitle_sp p {
    margin: 0; }

  .mainTitle_sp img {
    width: 100%;
    max-height: 100%; }

  .mainTitle_sp .title_maintitle_sp {
    position: relative;
    width: 96%;
    left: 2%; }

  .mainTitle_sp .title_place_sp {
    position: relative;
    width: 96%;
    left: 2%; }

  .aroundtitle_sp p {
    display: inline-block;
    margin: 0; }

  .aroundtitle_sp p img {
    max-width: 100%;
    max-height: 100%; }

  .circlelogo_sp {
    position: absolute;
    top: 10%;
    left: 5px;
    width: 20%;
    padding-right: 10px; }

  .circlelogo_sp p {
    width: 100%;
    margin: 0; }

  .circlelogo_sp img {
    max-width: 100%;
    max-height: 100%; }

  .rocketimage_sp {
    position: absolute;
    z-index: -1;
    bottom: -20%;
    left: -10%;
    width: 50%;
    height: 60%;
    margin: 0;
    margin-left: -15%; }

  .kuruppa_sp {
    position: absolute;
    top: 47%;
    left: 3%;
    width: 13%;
    height: 15%;
    margin: 0; }

  .mainTitle {
    display: none; }

  .circlelogo {
    display: none; }

  .rocketimage {
    display: none;
    height: 80%; }

  .trianglelogo {
    width: 45%; } }
/* ---- header_sp ---------------*/
@media screen and (max-width: 767px) {
  .mainTitle_sp {
    width: 80%;
    height: auto; } }
/* ---- header PC sub ---------------*/
.subHeader_sp {
  display: none; }

.subHeader_pc {
  position: relative;
  z-index: 0;
  background-color: #000;
  /* background-image: url("../images/backimage.jpg"); */
  background-position: top 55% center;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 768px) {
    .subHeader_pc {
      height: auto;
      background-size: 100%; }
      .subHeader_pc::after {
        padding-bottom: 4%; } }
  @media screen and (min-width: 1040px) {
    .subHeader_pc {
      background-position: top -570px center;
      background-size: 1200px; } }

.subImageArea {
  margin-left: auto;
  margin-right: auto; }

.subTitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .subTitle img {
    width: auto;
    max-height: 120px;
    vertical-align: bottom; }

.title_img_sub_pc {
  position: absolute;
  top: -30px;
  left: 13%; }
  .title_img_sub_pc img {
    max-height: 100px; }

/* ---- subHeader_sp ---------------*/
@media screen and (max-width: 767px) {
  .subHeader_pc {
    display: none; }

  .subHeader_sp {
    display: block;
    position: relative;
    z-index: 0;
    padding-right: 0;
    background-color: #000; }

  .subImageArea_sp {
    position: relative;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto; }

    .subTitle_sp img {
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }

  .title_img_sub_sp {
    display: none; } }
/* layout ------------------------------------------- */
.l-main {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .l-main {
      width: 100%; } }
  .l-main .c-inner {
    max-width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
  .l-main .sec-top {
    background-color: #121998; }
    .l-main .sec-top article.c-announce {
      max-width: 1020px;
      color: #fff;
      padding: 40px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .l-main .sec-top article.c-announce .c-h2 {
        color: #fff;
        border: 0;
        font-size: 120%;
        text-align: left;
        font-weight: bold; }
        .l-main .sec-top article.c-announce .c-h2:before {
          content: none; }
      .l-main .sec-top article.c-announce .c-h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 10px;
        border-left: 0; }
  .l-main .c-contents-wrap {
    margin: 30px 0 60px;
    font-size: 1.5rem; }
    .l-main .c-contents-wrap .c-pbox {
      margin: 10px 0; }

.entry-content {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px; }
  .entry-content p {
    padding: 10px 0; }

.sec-wide {
  width: 100%; }

.c-dl {
  margin-top: 20px; }
  .c-dl dt {
    font-weight: bold; }
  .c-dl dd {
    margin-left: 40px; }

/* ----footer-----------------------------*/
.l-footer {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #a2afce; }
  .l-footer .c-copyright {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: verdana,times;
    text-align: center;
    padding: 10px;
    background-color: #a2afce; }

.bannerArea {
  background-color: #d7ddea;
  padding: 28px 0;
  text-align: center; }

.bannerwrap {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  text-align: left; }

.topBanner {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top; }
  .topBanner li {
    width: 25%;
    padding: 0 10px 10px 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .topBanner li {
        width: 50%; } }
    @media screen and (max-width: 520px) {
      .topBanner li {
        width: 100%; } }
  .topBanner p {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: 6px; }
  .topBanner a {
    text-decoration: none;
    display: inline-block;
    line-height: 1; }
    .topBanner a:hover {
      text-decoration: underline; }
  .topBanner img {
    width: 170px;
    height: 55px; }

.topBanner_textlink_wrap {
  padding: 0px;
  margin: 10px 0 0 15px; }

.topBanner_textlink {
  font-size: initial;
  display: list-item !important;
  padding: 0px 10px 6px 10px !important;
  list-style: disc inside;
  text-align: left !important;
  color: #fff;
  border-bottom: 1px #ccc solid; }
  .topBanner_textlink p {
    display: inline; }

/* ---- top -----------------------------*/
.c-important-download-wrap {
  margin-bottom: 20px; }
  .c-important-download-wrap .l-flex {
    align-items: flex-start; }
  .c-important-download-wrap .l-flex__item {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c-important-download-wrap .l-flex__item {
        width: 100%; } }
  .c-important-download-wrap .c-btn-box {
    margin-top: 30px; }

.c-top-importantdates article {
  margin-bottom: 20px; }
.c-top-importantdates .post-inner .c-important-cont {
  position: relative;
  padding-left: 20px; }
  .c-top-importantdates .post-inner .c-important-cont::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0px;
    background: url(../images/ico-circle-bl.png) 0 0 no-repeat; }
  .c-top-importantdates .post-inner .c-important-cont p {
    display: inline; }
.c-top-importantdates .post-inner .c-label {
  display: inline-block; }
.c-top-importantdates .post-inner h1, .c-top-importantdates .post-inner h2, .c-top-importantdates .post-inner h3, .c-top-importantdates .post-inner h4, .c-top-importantdates .post-inner h5, .c-top-importantdates .post-inner h6 {
  width: 90%;
  font-weight: bold; }
.c-top-importantdates .post-inner h1 {
  font-size: 150%; }
.c-top-importantdates .post-inner h2 {
  font-size: 140%; }
.c-top-importantdates .post-inner h3 {
  font-size: 130%; }
.c-top-importantdates .post-inner h4 {
  font-size: 120%; }
.c-top-importantdates .post-inner h5 {
  font-size: 110%; }
.c-top-importantdates .post-inner ol {
  margin-left: 20px;
  list-style-position: outside;
  list-style-image: url(../images/ico-circle-bl.png); }

.importantdates {
  margin: 0; }

/* -- download --*/
.downloads {
  margin: 0; }

.c-top-downloads .post-inner a.c-link,
.type-downloads .post-inner a.c-link {
  display: inline-block;
  padding-left: 20px; }
  .c-top-downloads .post-inner a.c-link::before,
  .type-downloads .post-inner a.c-link::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0px;
    background: url(../images/ico-circle-bl.png) 0 0 no-repeat; }
.c-top-downloads .post-inner ol li,
.type-downloads .post-inner ol li {
  position: relative;
  padding-left: 10px; }
  .c-top-downloads .post-inner ol li::before,
  .type-downloads .post-inner ol li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    background: url(../images/ico-circle-bl.png) 0 0 no-repeat; }

/* -- whatsnew --*/
.c-top-whatsnew .post-inner p, .post-type-archive-whatsnew .post-inner p {
  display: inline-block; }
.c-top-whatsnew dl, .post-type-archive-whatsnew dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px; }
  @media screen and (max-width: 520px) {
    .c-top-whatsnew dl, .post-type-archive-whatsnew dl {
      display: block; } }
  .c-top-whatsnew dl dt p, .post-type-archive-whatsnew dl dt p {
    white-space: nowrap; }
  .c-top-whatsnew dl dt p::before, .post-type-archive-whatsnew dl dt p::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/ico-circle-bl.png) 0 0 no-repeat; }
  .c-top-whatsnew dl dd, .post-type-archive-whatsnew dl dd {
    padding-left: 10px; }
.c-top-whatsnew .c-btn-box, .post-type-archive-whatsnew .c-btn-box {
  margin-top: 30px; }

.entry-content .c-top-whatsnew p,
.post-type-archive-whatsnew .entry-content p {
  margin: 0;
  padding: 0; }

/* ---- c-breadcrumb -----------------------------*/
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 10px; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 1.2rem;
    line-height: 1; }
  .breadcrumbs:last-child a:after {
    content: none; }

/* ---- h1-h4 -----------------------------*/
.c-h1, h1.entry-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #05074b;
  padding: 0.3em;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px; }
  .c-h1:before, h1.entry-title:before {
    content: '●';
    color: #fff;
    margin-right: 8px; }

.c-h2, .entry-content h2 {
  color: #121998;
  font-size: 2rem;
  font-family: serif;
  font-weight: bold;
  border-bottom: 3px solid #121998;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px; }
  .c-h2:before, .entry-content h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #958be3; }
  .entry-header .c-h2, .entry-header .entry-content h2 {
    margin-top: 20px; }
    .entry-header .c-h2:before, .entry-header .entry-content h2:before {
      display: none; }

.c-h3, .entry-content h3, .search .entry-header h2, .post-inner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 10px;
  border-left: 4px solid #7fbadb;
  margin-top: 30px;
  margin-bottom: 15px; }

.c-h4, .entry-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 10px;
  border-left: 4px solid #ffb19f;
  background-color: #fef1e8;
  margin-top: 30px;
  margin-bottom: 20px; }

/* ---- top page -----------------------------*/
.entry-header {
  margin-top: 30px; }

.c-toplink-txt li {
  float: left;
  margin-right: 30px;
  font-size: 1.8rem; }

/* ---- about -----------------------------*/
.c-chairman {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  .c-chairman .l-flex__box {
    vertical-align: bottom;
    text-align: left; }
  .c-chairman img {
    max-width: 150px; }

#page.about .entry-content .wp-block-media-text.alignwide {
  max-width: 500px; }
  #page.about .entry-content .wp-block-media-text.alignwide .wp-block-media-text__content .wp-block-image img {
    max-width: 200px; }

/* ---- covid-19 -----------------------------*/
.c-safetymeasures {
  width: auto; }
  .c-safetymeasures .l-flex {
    flex-wrap: wrap; }
    .c-safetymeasures .l-flex li {
      width: 25%;
      max-width: 200px;
      padding: 5px 10px; }
    @media screen and (max-width: 767px) {
      .c-safetymeasures .l-flex {
        display: flex; }
        .c-safetymeasures .l-flex li {
          width: 50%; } }

@media screen and (max-width: 767px) {
  .covid-19 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 33% !important; } }
@media screen and (max-width: 520px) {
  .covid-19 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 80% !important; } }
/* ---- callforpapers -----------------------------*/
.wp-block-table {
  width: auto; }

.wp-block-table table {
  width: auto; }

/* ---- table noborder -----------------------------*/
wp-block-table.is-style-noborder {
  border-collapse: collapse; }

.wp-block-table.is-style-noborder table {
  width: 100%;
  border: none;
  border-spacing: 0px; }

.wp-block-table.is-style-noborder th,
.wp-block-table.is-style-noborder td {
  border: none; }

/* ---- table noborder -----------------------------*/
.wp-block-table.is-style-exhibition {
  border: 2px solid #ccc;
  border-collapse: collapse;
  padding: 0 6px;
  margin: 0 10px;
  height: 100%; }

.wp-block-table.is-style-exhibition table {
  width: 100%;
  border: none;
  border-spacing: 0px; }

.wp-block-table.is-style-exhibition th,
.wp-block-table.is-style-exhibition td {
  border: none;
  padding: 8px;
  vertical-align: top; }

.wp-block-table.is-style-exhibition td {
  width: 33.3% !important; }

.wp-block-table.is-style-exhibition td img {
  min-width: 50px !important; }

@media screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 1.75em; }
    .wp-block-columns .wp-block-column:last-child {
      margin-bottom: 0; }

  .wp-block-table.is-style-exhibition {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }
.wp-block-columns.block-exhibition {
  align-items: stretch !important; }

.is-style-exhibition table a {
  display: block;
  line-height: 1; }

.exhib-compbanner {
  width: 80%; }

/*# sourceMappingURL=style.css.map */
