﻿@charset "utf-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */
/* リセット */
/* ============================================ */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
  font-size: 62.5%;
  word-wrap: break-word;
}
body, p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
main {
  display: block;
}
/* リセット-見出し */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  transition: var(--tranzition--);
  color: var(--color--blue);
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}
a:hover {
  transition: .2s;
  text-decoration-color: transparent;
}
abbr[title] {
  border-bottom: none; /* Chromeの下枠削除 */
  text-decoration: underline; /* テキスト装飾を追加 */
  text-decoration: underline dotted; /* テキスト装飾を追加 */
}
strong {
  font-weight: bold;
}
code, kbd, samp {
  font-family: monospace, monospace; /* ブラウザでフォントサイズの継承とスケーリングを修正 */
  font-size: inherit; /* ブラウザで奇数の `em`フォントサイズを修正 */
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* リセット-リスト */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
/* リセット-フォーム */
/* ============================================ */
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
::placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder {
  color: #aaa;
}
/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/** Edge、IEでオーバーフローを表示. */
button, input {
  overflow: visible;
}
/* Edge, Firefox, and IEのテキスト変換の継承を削除 */
button, select {
  text-transform: none;
}
/* iOSおよびSafariのクリッカブルタイプの設定 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/* Firefox：内側の境界線とパディングを削除 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* フォーカススタイルを復元 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* フォーカススタイルを復元 */
select::-ms-expand {
  display: none;
}
/* パディングリセット */
option {
  padding: 0;
}
/* 非表示にリセット */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
  display: table; /* EdgeおよびIEでのテキストの折り返し修正 */
  max-width: 100%; /* EdgeおよびIEでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* EdgeおよびIEでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* IEのデフォルトの垂直スクロールバーを削除. */
textarea {
  overflow: auto;
}
/* Chromeの増分ボタンと減分ボタンのカーソルスタイルを修正 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* Safariのアウトラインスタイルを修正 */
}
/* macOSのChromeとSafariの内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* iOSおよびSafariのクリッカブルタイプの設定 */
  font: inherit; /* Safariでフォントのプロパティを「継承」に変更 */
}
label[for] {
  cursor: pointer;
}
/* リセット-テーブル */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  padding: 0;
  font-weight: normal;
}
caption {
  text-align: left;
}
hr {
  box-sizing: content-box; /* Firefoxで正しいボックスサイズ */
  height: 0; /* Firefoxで正しいボックスサイズ */
  overflow: visible; /* EdgeとIEでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a:hover img {
  opacity: .7;
  transition: .3s;
}
a:hover {
  color: var(--color--red);
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、IE +、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/* IEで正しいディスプレイを追加. */
template, [hidden] {
  display: none;
}
/*　リセットcss終了　*/
/* ============================================ */
body {
  font-size: 1.6rem;
  word-wrap: break-word;
	hyphens: manual;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serifsans-serif;
}
header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
}
main {
  line-height: 1.6;
  color: var(--color--black);
}
img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/* table */
/* ============================================ */
main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
main th, main td {
  padding: .5em;
  border: 1px solid var(--color--gray);
  text-align: left;
}
main tr th {
  background: var(--color--lightblue);
  color: var(--color--black);
}
@media screen and (max-width: 1050px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 120rem;
  }
}
/* リスト */
/* ============================================ */
main ul, main ol {}
ol {
  counter-reset: item;
}
ol.list-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
}
ol.list-num > li:before {
  position: absolute;
  left: 0;
  content: counter(item);
}
ol.list-brackets > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.25em;
}
ol.list-brackets > li:before {
  position: absolute;
  left: -.5em;
  content: "（"counter(item) "）";
}
ol.list-notes-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
}
ol.list-notes-num > li:before {
  position: absolute;
  left: 0;
  content: "※"counter(item) " ";
}
ol.list-enum {
  counter-reset: number 0;
}
ol.list-enum > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
}
ol.list-enum > li:before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: "("counter(number, lower-roman) ")";
}
.list-allow > li {
  position: relative;
  padding-left: 1.5em;
}
.list-allow > li::before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
}
.list-notes > li {
  position: relative;
  padding-left: .7em;
}
.list-notes > li::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li {
  position: relative;
  padding-left: 1em;
}
.list-dot > li::before {
  content: '';
  border-radius: 50%;
  width: .4em;
  height: .4em;
  display: inline-block;
  background: #666;
  position: absolute;
  top: .6em;
  left: .15em;
}
.list-dot.blue > li::before {
  background: var(--color--blue);
}
.list-dot.parple > li::before {
  background: var(--color--parple);
}
ol.list-enum > li:not(:last-child), ol.list-num > li:not(:last-child), ol.list-brackets > li:not(:last-child), ol.list-notes-num > li:not(:last-child), .list-notes > li:not(:last-child), .list-dot > li:not(:last-child), .list-allow > li:not(:last-child) {
  margin-bottom: .25em;
}
/* ページトップボタン */
/* ============================================ */
.bt-pagetop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: none;
}
.link-pagetop {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #333;
}
.link-pagetop:hover {
  background: #999;
}
.link-pagetop:after {
  position: absolute;
  content: '';
  top: calc(50% - .25em);
  left: calc(50% - .5em);
  display: block;
  width: 1em;
  height: 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .link-pagetop {
    width: 40px;
    height: 40px;
  }
}
/* PC・SPの表示・非表示　 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* 幅～ */
/* ============================================ */
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.width-85 {
  width: 85%;
}
.width-80 {
  width: 80%;
}
.width-75 {
  width: 75%;
}
.width-70 {
  width: 70%;
}
.width-65 {
  width: 65%;
}
.width-60 {
  width: 60%;
}
.width-55 {
  width: 55%;
}
.width-50 {
  width: 50%;
}
.width-45 {
  width: 45%;
}
.width-40 {
  width: 40%;
}
.width-35 {
  width: 35%;
}
.width-30 {
  width: 30%;
}
.width-25 {
  width: 25%;
}
.width-20 {
  width: 20%;
}
.width-15 {
  width: 15%;
}
.width-10 {
  width: 10%;
}
.col-width-100 {
  width: 100%;
}
.col-width-90 {
  width: 88%;
}
.col-width-85 {
  width: 83%;
}
.col-width-80 {
  width: 78%;
}
.col-width-75 {
  width: 73%;
}
.col-width-70 {
  width: 68%;
}
.col-width-65 {
  width: 63%;
}
.col-width-60 {
  width: 58%;
}
.col-width-55 {
  width: 53%;
}
.col-width-50 {
  width: 48.5%;
}
.col-width-45 {
  width: 44%;
}
.col-width-40 {
  width: 39%;
}
.col-width-35 {
  width: 34%;
}
.col-width-30 {
  width: 29%;
}
.col-width-25 {
  width: 24%;
}
.col-width-20 {
  width: 19%;
}
.col-width-15 {
  width: 14%;
}
.col-width-10 {
  width: 9%;
}
.max-w-10 {
  max-width: 10rem;
}
.max-w-20 {
  max-width: 20rem;
}
.max-w-30 {
  max-width: 30rem;
}
.max-w-40 {
  max-width: 40rem;
}
.max-w-50 {
  max-width: 50rem;
}
.max-w-60 {
  max-width: 60rem;
}
.max-w-70 {
  max-width: 70rem;
}
.max-w-80 {
  max-width: 80rem;
}
.max-w-100 {
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .col-width-10, .col-width-15, .col-width-20, .col-width-25, .col-width-30, .col-width-35, .col-width-40, .col-width-45, .col-width-50, .col-width-55, .col-width-60, .col-width-65, .col-width-70, .col-width-75, .col-width-80, .col-width-85, .col-width-90, .col-width-95, .col-width-100 {
    width: 100%;
  }
}
/* レイアウト */
/* ============================================ */
.wrap-row {
  display: flex;
  justify-content: space-between;
}
.wrap-row li.col-width-30:last-child, .wrap-row li.col-width-20:last-child {
  margin-right: auto;
}
.wrap-row-left {
  display: flex;
  justify-content: left;
}
.wrap-row.gap3 {
  gap: 0 6.5%;
}
.wrap-row.gap4 {
  gap: 0 8%;
}
.wrap-row-evenly {
  display: flex;
  justify-content: space-evenly;
}
.align-center {
  display: flex;
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.col-border {
  padding: 2.5em 0;
  border-top: solid 1px var(--color--gray);
}
.col-border:last-child {
  border-bottom: solid 1px var(--color--gray);
}
.col-border-all {
  padding: 2em;
  border: solid 1px var(--color--gray);
}
@media screen and (max-width: 767px) {
  .wrap-row, .wrap-row-left {
    flex-direction: column;
  }
  .wrap-row > *:not(:last-child):not(li),
 .wrap-row-left > *:not(:last-child):not(li)   {
    margin-bottom: 1em;
  }
  .flex-clear {
    flex-direction: column;
  }
  .sp-flex {
    flex-direction: unset;
  }
  .sp-flex .width-20 {
    width: 48.5%;
  }
  .sp-flex .width-30 {
    width: 30%;
  }
.col-border-all {
  padding: 1em;
  }
}
/* フォーム */
/* ============================================ */
.main-contents button {
  padding: .5em;
  background: #ccc;
}
input, select, textarea {
  border: 1px solid #999;
  padding: .5em .75em;
}
/* margin/padding */
/* ============================================ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-05 {
  margin-top: .5em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: .5em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.mb-6 {
  margin-bottom: 6em !important;
}
.mb-7 {
  margin-bottom: 7em !important;
}
.mb-7_5 {
  margin-bottom: 7.5em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1em !important;
}
.ml-2 {
  margin-left: 2em !important;
}
.ml-3 {
  margin-left: 3em !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1em !important;
}
.mr-2 {
  margin-right: 2em !important;
}
.mr-3 {
  margin-right: 3em !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: .5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: .5em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pl-3 {
  padding-left: 3em !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1em !important;
}
.pr-2 {
  padding-right: 2em !important;
}
.pr-3 {
  padding-right: 3em !important;
}
/* print CSS*/
/* ============================================ */
@media print {
  body {
    width: 1300px;
    zoom: 0.8;
    -webkit-print-color-adjust: exact;
  }
  header {
    position: relative;
  }
  .bt-pagetop {
    display: none;
  }
}
/* 変数*/
/* ============================================ */ :root {
  --color--black: #000000;
  --color--blue: #007f9e;
  --color--lightblue: #d9eef3;
  --color--white: #ffffff;
  --color--gray: #d0d0d0;
  --color--lightgray: #eaecf2;
  --color--parple: #596eee;
  --color--lightparple: #dee2fc;
  --color--red: #e4007f;
  --tranzition--: .2s;
/*  --color--blue: #008eb1;*/
}
/* ブロック周りmarign*/
/* ============================================ */
.heading-1 + div, .heading-2 + div, .heading-3 + div {
  margin-bottom: 2.5em;
}
.heading-1 + div.table_scroll, .heading-2 + div.table_scroll, .heading-3 + div.table_scroll {
  margin-bottom: 0;
}
section.wrapper:has(.heading-1) {
  margin-bottom: 7.5em;
}
/* 共通*/
/* ============================================ */
.wrapper {
  max-width: 150rem;
  margin: auto;
  width: calc(100% - 4em);
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
a.common {
  font-size: 1.4rem;
  color: var(--color--blue);
  background: var(--color--white);
/*  padding: 1em 1.5em;*/
  border-radius: 5rem;
  border: solid 1px var(--color--blue);
  display: inline-flex;
	justify-content: center;
  align-items: center;
  padding: .5em 1.5em;
  min-width: 160px;
	min-height: 48px;
}
a.common-2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color--blue);
  background: var(--color--white);
  padding: 1.5em 1em;
  border: solid 1px var(--color--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
a.common:hover, a.common-2:hover {
  background: var(--color--blue);
  color: var(--color--white);
}
a.inq {
  background: var(--color--blue);
  color: var(--color--white);
  border: solid 1px var(--color--blue);
  transition: var(--tranzition--);
	font-size: 1.6rem;
	font-weight: bold;
}
a.inq:hover {
  background: var(--color--white);
  color: var(--color--blue);
}
@media only screen and (max-width: 959px) {
header a.inq {
	display: block;
	margin: 3rem auto;
	padding: 1em;
	width: 10em;
	text-align: center;
  }
}
.bg-lightblue {
  background: var(--color--lightblue);
}
.bg-lightparple {
  background: var(--color--lightparple);
}
.bg-lightgray {
  background: var(--color--lightgray);
}
.c-blue {
  color: var(--color--blue);
}
.c-parple {
  color: var(--color--parple);
}
.c-red {
  color: var(--color--red);
}
.d-block {
  display: block;
}
.bold {
  font-weight: bold;
}
.wrap-img-cover {
	position: relative;
}
.wrap-img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
	position: absolute;
}
header a, footer a, a.common, .bread a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
.wrapper {
  width: calc(100% - 2em);
}
  .sp-table-block td, .sp-table-block th {
    display: block;
    border: none;
  }
  .sp-table-block tr:not(:last-child) td {
    padding-bottom: 1em;
  }
  .sp-table-block col {
    width: 100%;
  }
  .j-center-sp {
    justify-content: center;
  }
.wrap-img-cover.height-20 {
	min-height: 20rem;
}
.wrap-img-cover.height-30 {
	min-height: 30rem;
}
.wrap-img-cover.height-40 {
	min-height: 40rem;
}
.wrap-img-cover.height-50 {
	min-height: 50rem;
}
}
/* テキスト */
/* ============================================ */
.heading-1 {
  font-size: 4.2rem;
  margin-bottom: 1em;
  line-height: 1em;
  position: relative;
  margin-left: 0.9em;
  font-family: 'Urbanist';
  font-weight: bold;
}
.heading-1:before, .heading-1:after {
  content: "";
  width: 0.28em;
  height: 0.19em;
  position: absolute;
}
.heading-1:after {
  background: var(--color--blue);
  left: -0.56em;
  margin-top: .4em;
  top: 0;
}
.heading-1:before {
  background: var(--color--gray);
  left: -0.9em;
  margin-top: .4em;
  top: 0;
}
.heading-2 {
  font-size: 3rem;
  line-height: 1.25em;
  margin-bottom: 0.75em;
  font-family: 'Urbanist';
}
.heading-3 {
  font-weight: bold;
  background: var(--color--lightgray);
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.55em;
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
p.note:not(:last-child) {
  margin-bottom: 0;
}
.note, ul.note {
  font-size: 1.4rem;
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 3rem;
  }
  .heading-2 {
    font-size: 2.2rem;
  }
  .heading-3 {
    font-size: 1.6rem;
  }
}
/* header*/
/* =================================================================================== */
.head-main {
  max-width: 150rem;
  margin: auto;
  width: 96%;
  height: 70px;
}
.head-main > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .select {
  display: flex;
}
header .logo {
  display: flex;
  justify-content: space-between;
  flex-basis: 32rem;
  align-items: center;
  z-index: 100;
	position: relative;
}
header .logo::after {
	content: 'ⒸExpo 2025';
	position: absolute;
	right: -7.5em;
	bottom: 0;
	font-size: .6rem;
}
header .site-logo {
  height: 40px;
  width: 190px;
}
header .expo-logo {
  height: 46px;
/*  width: 83px;*/
}
header .select > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2.5em;
}
header .select > ul a, header .select > ul span {
  font-size: 1.4rem;
  transition: var(--tranzition--);
  color: var(--color--black);
}
header .select > ul a:hover {
  color: var(--color--blue);
}
header .select > ul li {
  border-right: solid 1px;
  border-color: var(--color--gray);
  padding-right: 0.9em;
  margin-right: 0.9em;
}
header .select > ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
header .select > ul span {
  color: var(--color--blue);
}
header .select > ul a:hover {
  /*    opacity: .7;*/
}
header .burger {
  display: none;
}
nav {
  background-image: linear-gradient(90deg, #008db1, #5469e5);
}
nav > ul {
  max-width: 150rem;
  margin: auto;
  width: 96%;
  display: flex;
  position: relative;
  font-weight: bold;
  min-height: 48px;
}
nav span.nolink, nav a.link {
  color: var(--color--white);
}
nav a.link, nav .acodion a, nav span.nolink {
  font-size: 1.4rem;
  padding: 1em 1.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--tranzition--);
  height: 100%;
	min-height: 4em;
}
nav .acodion a {
  background: var(--color--lightgray);
  border-bottom: solid 1px #cccccc;
}
nav .acodion {
  display: none;
  position: absolute;
  z-index: 30;
}
nav span.nolink:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px var(--color--white);
  border-right: solid 2px var(--color--white);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  margin: auto;
}
nav span.nolink {
  position: relative;
  padding-right: 2.8em;
}
nav span.nolink:hover, nav a.link:hover {
  background: var(--color--black);
}
nav span.nolink.active:after {
  transform: rotate(225deg);
  top: 5px;
}
nav .acodion a:hover {
  background: var(--color--white);
  color: var(--color--parple);
}
nav span.nolink.active {
  background: var(--color--black);
}
  nav br {
    display: none;
  }
@media screen and (min-width:960px) and ( max-width:1200px) {
  nav br {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
    header .sp-only {
      display: none;
  }
}
@media only screen and (max-width: 959px) {
 .head-main {
  height: 50px;
  }
header .site-logo {
  height: 32px;
  width: 150px;
}
	header .expo-logo {
		height: 32px;
/*    width: 72px;*/
	}
 nav {
    margin-top: 5rem;
  }
  header .pc-only {
    display: none !important;
  }
  header .select.sp-only {
    display: block !important;
	  margin-top: 10rem;
  }
  header .logo {
    flex-basis: 60%;
    max-width: 21rem;
/*    justify-content: unset;*/
  }
  header .select > ul {
    margin-right: 0;
    justify-content: center;
    margin: 3rem 0;
  }
  header .logo a:first-child {
    width: 60%;
  }
  header .logo a:last-child {
    width: 30%;
  }
  header .burger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
  }
  .burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 65%;
    height: 2px;
    background-color: var(--color--blue);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .burger span:nth-of-type(1) {
    margin-top: -10px;
  }
  .burger span:nth-of-type(3) {
    margin-top: 10px;
  }
  .burger.active span:nth-of-type(1) {
    top: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
  }
  .burger.active span:nth-of-type(2) {
    left: 50%;
    width: 0;
  }
  .burger.active span:nth-of-type(3) {
    top: 24px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
  }
  nav > ul {
    display: block;
    width: 100%;
  }
  nav > ul > li {
    border-bottom: solid 1px var(--color--lightgray);
  }
  nav .acodion {
    position: relative;
  }
  .heead-list {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    background: var(--color--white);
    z-index: 99;
  }
}
/* infomation*/
/* =================================================================================== */
.information:not(.inpage) {
  padding: 2.5em;
  position: relative;
  border-top: 7px solid var(--color--lightblue);
  background: var(--color--white);
  margin-bottom: 2.5em;
  margin-top: -6.25em;
}
.information:before {
  content: '';
  position: absolute;
  top: -7px;
  width: 30rem;
  height: 7px;
  left: 0;
  background: var(--color--blue);
}
.information > div > h2 {
  flex-basis: 20rem;
  font-family: 'Urbanist';
	font-weight: bold;
  font-size: 3.6rem;
  line-height: 3rem;
}
.information > div.parent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
.information > div > div {
  flex-basis: calc(100% - 30rem);
}
.information .col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.information .col span.day {
  font-size: 1.6rem;
  color: var(--color--blue);
}
.information .col > div {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 12rem;
	vertical-align: middle;
}
.information .col > div a, .information .col > div p {
  font-size: 1.6rem;
}
.information .col span.new {
  font-weight: bold;
  color: var(--color--red);
  margin-left: 0.6em;
  font-size: .8em;
}
.information .col > div a {
  text-decoration: underline 1px;
  color: var(--color--black);
}
.information .col > div:last-child {
  flex-basis: calc(100% - 13rem);
}
.information .col > div a:hover {
  color: var(--color--blue);
}
.information .col:last-child {
  margin-bottom: 0;
}
.information.inpage {
  max-width: 120rem;
	margin-bottom: 7.5em;
}
@media only screen and (max-width: 959px) {
  .information:not(.inpage) {
    border-top: 4px solid var(--color--lightblue);
		padding: 2.5em 1em;
  }
  .information:before {
    height: 4px;
    top: -4px;
    width: 30%;
  }
  .information > div > h2 {
    margin-bottom: 1.4em;
    font-size: 3rem;
  }
  .information > div.parent {
    display: block;
  }
  .information .col {
    display: block;
  }
  .information .col > div:last-child {
    display: block;
  }
}
/* footer*/
/* =================================================================================== */
footer {
  background: #555555;
  color: #fff;
  padding: 2.5em;
  text-align: center;
}
footer a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
footer > ul {
  margin-bottom: 2.5em;
  display: flex;
  justify-content: center;
}
footer > ul > li {
  margin-right: 1.25em;
  padding-right: 1.25em;
  border-right: solid 1px var(--color--gray);
}
footer > ul > li:last-child {
  border: none;
  margin-right: 0;
}
footer a:hover {
  color: unset;
	text-decoration: underline;
}
footer p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer > ul {
    display: block;
  }
  footer > ul > li {
    border: none;
    margin-bottom: 1.4em;
    padding-right: 0;
    margin-right: 0;
  }
}
/* 下層共通カテゴリータイトル*/
/* =================================================================================== */
.category_title {
  background-image: linear-gradient(90deg, #cce8ef, #dde1fa);
  padding: 1.5em 0rem;
  font-weight: bold;
  font-family: 'Urbanist';
  margin-bottom: 4.3em;
	line-height: 1.3;
	min-height: 12rem;
  display: flex;
}
.category_title h1 span:first-child {
  display: block;
  font-size: 2rem;
  color: var(--color--blue);
}
.category_title h1 span:last-child {
	color: unset;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .category_title h1 span:first-child {
    font-size: 1.6rem;
  }
  .category_title h1 span:last-child {
    font-size: 2.5rem;
  }
}
/* ぱんくず*/
/* =================================================================================== */
.bread {
  background: var(--color--lightgray);
}
.bread a, .bread li {
  margin-right: .7em;
  padding-right: .7em;
  display: inline;
}
.bread ul {
  font-size: 1.4rem;
  padding: 0.7em 0;
  display: flex;
}
.bread li:after {
  content: "/";
}
.bread li:last-child:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .bread {}
  .bread a, .bread li {}
  .bread ul {
    display: block;
  }
  .bread a, .bread li:after {}
}
/* ページャー*/
/* =================================================================================== */
ul.pagination {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
ul.pagination li:not(:last-child) {
  margin-right: 1em;
/*  font-size: 2rem;*/
}
ul.pagination li > * {
  background: var(--color--blue);
  border: solid 1px var(--color--blue);
	color: var(--color--white);
  padding: .5em;
	text-decoration: none;
	display: block;
	line-height: 1;
	min-width: 2em;
	text-align: center;
	font-weight: bold;
}
ul.pagination li a {
  border: solid 1px var(--color--blue);
	background: var(--color--white);
	color: var(--color--blue);
	text-decoration: none;
	font-weight: normal;
}
ul.pagination li a:hover {
  background: var(--color--blue);
  color: var(--color--white);
}
@media only screen and (max-width: 768px) {
  ul.pagination li {
    margin-bottom: .75rem;
  }
}