@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

i {
  color: #A0A7B4;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block !important;
  }
}

#contents a {
  color: #1a73e8;
  text-decoration: underline;
}

#contents a:hover {
  color: #1a73e8;
  text-decoration: none;
}

#contents p {
  line-height: 2;
  margin: 0 0 1em;
}

#contents h2,
#contents h3,
#contents h4 {
  font-weight: 700;
}

/* TEXT (Size & Face)
========================================== */
.small {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

/* TEXT (Color)
========================================== */
.fc-red {
  color: #CB4640 !important;
}

.fc-blue {
  color: #1a73e8 !important;
}

/* TEXT (Position)
========================================== */
.al-right {
  text-align: right !important;
}

.al-center {
  text-align: center !important;
}

.al-left {
  text-align: left !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* IMG
------------------------------------------ */
.fl-imgLeft {
  float: left !important;
  margin-right: 10px !important;
}

.fl-imgRight {
  float: right !important;
  margin-left: 10px !important;
}

/* MARGIN
========================================== */
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb35 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* TEXT (Size & Face)
========================================== */
.small {
  font-size: 90%;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

.large {
  font-size: 130% !important;
}

.x-large {
  font-size: 150% !important;
}

sup {
  font-size: 75%;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3b3d40;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body.english {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#container {
  width: 100%;
  background-color: #f9f9f9;
}

#wrapper {
  width: 100%;
  text-align: left;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

#contents {
  font-size: 1.5rem;
  width: 100%;
  padding: 116px 0 0;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  #contents {
    padding: 190px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  #contents {
    padding: 0;
  }
}

.english #contents {
  padding: 166px 0 0;
}
@media screen and (max-width: 767.98px) {
  .english #contents {
    padding: 0;
  }
}

#mainvisual {
  background-color: #222;
}
#mainvisual .mv_area {
  background-color: #222;
}
#mainvisual .mv_area:nth-child(2) {
  background-color: #E60012;
}
#mainvisual p {
  margin-bottom: 0;
  text-align: center;
}
#mainvisual p img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 767.98px) {
  #mainvisual p img {
    width: 100%;
    height: auto;
  }
}

.nagoya #mainvisual {
  background-color: #E60012;
}

#press #contents,
#news #contents,
#faq #contents,
#privacy_policy #contents,
#link #contents,
#contact #contents {
  padding: 70px 0 0;
}
@media screen and (max-width: 1000px) {
  #press #contents,
  #news #contents,
  #faq #contents,
  #privacy_policy #contents,
  #link #contents,
  #contact #contents {
    padding: 0;
  }
}

#all .localnavi {
  display: none;
}

#main {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

#contents p,
#contents li,
#contents th,
#contents td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #contents p,
  #contents li,
  #contents th,
  #contents td {
    font-size: 1.3rem;
  }
}

i.fas {
  padding-right: 5px;
}

a:hover {
  opacity: 0.75;
}

/* CRUMBS
========================================== */
#crumbs {
  min-height: 30px;
  line-height: 30px;
  margin: 0 0 50px;
  width: 100%;
  overflow-x: hidden;
  color: #666;
  border-top: 1px solid #deeaf3;
}
@media screen and (max-width: 767.98px) {
  #crumbs {
    overflow-x: auto;
  }
}
#crumbs > .inner {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#crumbs > .inner:before {
  content: "";
  position: absolute;
  border-style: none;
  right: 0;
  top: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgb(238, 238, 238);
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
}
@media screen and (max-width: 767.98px) {
  #crumbs > .inner {
    overflow-x: auto;
  }
}
#crumbs.crumbsCurrent {
  margin: 50px 0 0;
}
#crumbs ol {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  #crumbs ol {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}
#crumbs ol li {
  white-space: nowrap;
  font-size: 1.3rem !important;
}
@media screen and (max-width: 767.98px) {
  #crumbs ol li {
    font-size: 1.2rem;
  }
}
#crumbs .arrow {
  padding: 0 10px;
  position: relative;
}
#crumbs .arrow:after {
  content: "";
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #a7a7a9;
  border-right: 1px solid #a7a7a9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#crumbs a {
  text-decoration: none;
  color: #666;
}
#crumbs .crumbsHome:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}
#crumbs ol li:last-child {
  max-width: 50em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#crumbs ol li:last-child span {
  font-weight: bold;
}

/* spPageNav
========================================== */
#spPageNav {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #spPageNav {
    width: 100%;
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  #spPageNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #spPageNav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  #spPageNav ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    padding-left: 5px;
  }
}

/* HEADER
========================================== */
#header {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}
#header #logo {
  height: 36px;
  margin: 0 14px;
}
@media screen and (max-width: 767.98px) {
  #header #logo {
    margin: 0;
  }
}
#header #logo a {
  height: 36px;
}
#header #logo a img {
  width: auto;
  height: 36px;
}
#header .headerBtnArea {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#header .headerBtnArea .headerBtn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#header .headerBtnArea .headerBtn li {
  margin: 0 5px;
  position: relative;
}
#header .headerBtnArea .headerBtn li a {
  font-size: 1.2rem;
  padding: 0 18px;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .headerBtnArea .headerBtn li a:hover {
  opacity: 0.8;
}
#header .headerBtnArea .headerBtn .entranceBtn .label {
  font-size: 1.1rem !important;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  margin-left: -2.5em;
}
#header .headerBtnArea .headerBtn .entranceBtn a {
  color: #fff;
  text-decoration: none;
  background: #1F6BCC;
  font-weight: bold;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
#header .headerBtnArea .headerBtn .mypageBtn .label {
  font-size: 1.1rem !important;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  margin-left: -5em;
}
#header .headerBtnArea .headerBtn .mypageBtn a {
  color: #fff;
  text-decoration: none;
  background: #273646;
  white-space: nowrap;
}
#header .headerBtnArea .headerBtn .mypageBtn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  font-weight: 900;
  padding-right: 5px;
}
#header .headerBtnArea .headerBtn .englishBtn a {
  color: #717479;
  text-decoration: none;
  border: 1px solid #d8e3eb;
}
#header .headerBtnArea .areaChange {
  background: #F8FAFC;
  padding: 0 2rem;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
#header .headerBtnArea .areaChange ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
}
#header .headerBtnArea .areaChange ul li {
  min-width: 4.5em;
}
#header .headerBtnArea .areaChange ul li a {
  display: block;
  padding: 1.4rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none;
  color: #717479;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.25s;
}
#header .headerBtnArea .areaChange ul li:hover {
  background: rgba(239, 246, 251, 0.6);
}
#header .headerBtnArea .areaChange ul li:first-child a {
  border-left: none;
}
.osaka #header .headerBtnArea .areaChange ul li:first-child a {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40;
  font-weight: bold;
}
.nagoya #header .headerBtnArea .areaChange ul li:last-child a {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #header {
    display: none;
  }
}

/* SP
========================================== */
#spHeader {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #spHeader {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    height: 50px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.1);
    z-index: 10000;
  }
  #spHeader #nav-toggle {
    height: 50px;
    width: 36px;
    display: inline-block;
  }
  #spHeader #nav-toggle a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 36px;
  }
  #spHeader #nav-toggle a img {
    height: 30px;
    width: 30px;
  }
  #spHeader #logo {
    width: calc(100% - 86px);
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
  #spHeader #logo a {
    position: relative;
    display: flex;
    gap: 6px;
    padding-right: 36px;
  }
  #spHeader #logo a img {
    width: auto !important;
    max-width: 100%;
    height: auto;
  }
  #spHeader #login {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    margin: 0 !important;
  }
  #spHeader #login a {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    background: #01B074;
  }
  #spHeader #login a img {
    width: 14px;
    height: auto;
  }
}

body#all #spHeader #logo a {
  padding-right: 0;
}

body.osaka #spHeader #logo a:after {
  content: "大阪";
  font-size: 9px;
  color: #273646;
  border: solid 1px #273646;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 3px;
}

body.nagoya #spHeader #logo a {
  padding-right: 45px;
}
body.nagoya #spHeader #logo a:after {
  content: "名古屋";
  font-size: 9px;
  color: #fff;
  border: solid 1px #273646;
  background: #273646;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 3px;
}

body.english #spHeader #logo a {
  padding-right: 6px;
}

body.osaka.english #spHeader #logo a:after,
body.nagoya.english #spHeader #logo a:after {
  content: none !important;
  display: none;
}

#spFix {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #spFix {
    display: block;
    background: #fff;
  }
  #spFix ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }
  #spFix ul li {
    font-size: 12px;
  }
  #spFix ul li a {
    padding: 18px;
    text-align: center;
    display: block;
    color: #fff;
    background: #1A73E8;
    max-height: 50px;
    mim-height: 50px;
  }
  #spFix ul li.fix_main {
    flex: 1;
  }
  #spFix ul li.fix_main a {
    font-weight: bold;
  }
  #spFix ul li.area_change a {
    background: #273646;
  }
  #spFix ul li.area_change a img {
    height: 14px;
    width: 14px;
    margin-right: 8px;
  }
}

#all #spFix {
  display: none;
}

/* AREA NAVI
========================================== */
.localnavi {
  width: 100%;
  height: 55px;
  background: #f6f7f8;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 70px;
  z-index: 1000;
  box-shadow: 0px 5px 5px rgba(26, 65, 99, 0.1);
}
@media screen and (max-width: 767.98px) {
  .localnavi {
    display: none;
  }
  .localnavi.none {
    display: none;
  }
}
.localnavi h2,
.localnavi p,
.localnavi ul {
  position: relative;
  z-index: 1000;
}
.localnavi:after {
  position: absolute;
  right: 6px;
  bottom: -16px;
  font-size: 6.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: oblique;
  color: rgba(216, 224, 227, 0.5);
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .localnavi:after {
    display: none;
  }
}
.localnavi.nav-osaka:after {
  content: "OSAKA";
}
.localnavi.nav-nagoya:after {
  content: "NAGOYA";
}
.localnavi h2 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #273646;
}
@media screen and (max-width: 767.98px) {
  .localnavi h2 {
    display: none;
  }
}
.localnavi h2 a {
  color: #273646;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.localnavi h2 a i {
  font-size: 1.4rem;
  color: #adb2b8;
  margin-left: 5px;
}
.localnavi .date {
  color: #5a5f70;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1em;
  margin-right: 1em;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .localnavi .date {
    display: none;
  }
}
.localnavi ul.menu {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .localnavi ul.menu {
    padding-left: 0;
  }
}
.localnavi ul.menu > li.menu__single {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
}
@media screen and (max-width: 767.98px) {
  .localnavi ul.menu > li.menu__single {
    height: 40px;
  }
}
.localnavi ul.menu > li.menu__single > a {
  text-decoration: none !important;
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 0 1em;
  color: #273646;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .localnavi ul.menu > li.menu__single > a {
    font-size: 1.3rem;
    padding: 0 1em;
  }
}
.localnavi ul.menu > li.menu__single > a:before {
  content: "";
  height: 16px;
  width: 1px;
  background: #d1d6db;
  position: absolute;
  left: 0;
  top: 0px;
}
.localnavi ul.menu > li.menu__single > a .expo {
  display: flex !important;
  align-items: center;
}
.localnavi ul.menu > li.menu__single > a .expo_new {
  font-size: 8px;
  background: #313B4E;
  color: #fff;
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 3px;
  margin-bottom: 2px;
  position: relative;
  top: -2px;
}
.localnavi ul.menu li:last-child > a {
  border-right: solid 1px #d1d6db;
}
.localnavi ul.menu li.menu__single ul.menu__second {
  position: absolute;
  top: 55px;
}
.localnavi ul.menu li.menu__single:hover ul.menu__second {
  top: 55px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.localnavi ul.menu ul.menu__second {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .localnavi ul.menu ul.menu__second {
    display: none;
  }
}
.localnavi ul.menu ul.menu__second li {
  min-width: 255px;
}
.localnavi ul.menu ul.menu__second li.menu-large {
  width: 280px;
}
.localnavi ul.menu ul.menu__second li a {
  padding: 18px 25px;
  font-size: 1.4rem;
  border-right: none !important;
  background: rgba(29, 41, 54, 0.98);
  display: block;
  position: relative;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  border-top: solid 1px rgb(21, 29, 38);
}
.localnavi ul.menu .menu__second li a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  line-height: 1;
}
.localnavi ul.menu ul.menu__second li a:hover {
  border-left: none !important;
  background: #1F6BCC;
  display: block;
  opacity: 1;
}

/* 移動タブ
========================================== */
.area_nav {
  display: none;
  position: fixed;
  z-index: 9998;
  right: 0;
  top: 105px;
  width: 45px;
}
.area_nav li {
  width: 45px;
  margin: 0 !important;
}
.area_nav img {
  width: 45px;
  height: auto;
}

#nav-toggle {
  border-left: 1px solid #ebeced;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.toggle-btn {
  width: 30px;
  height: 30px;
  margin: -1rem auto 0;
  position: relative;
  z-index: 2;
}
.toggle-btn:after {
  font-size: 1rem;
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: -1.7rem;
  text-align: center;
  margin-left: -1.2em;
  font-family: "Roboto";
  color: #313B4E;
}

.toggle-btn__line {
  background: #313B4E;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}

.toggle-btn__line--top {
  top: 3px;
}

.toggle-btn__line--center {
  top: 15px;
}

.toggle-btn__line--bottom {
  top: 27px;
}

.toggle-btn__line--top.active {
  top: 15px;
  transform: rotate(45deg);
}

.toggle-btn__line--center.active {
  transform: scaleX(0);
}

.toggle-btn__line--bottom.active {
  top: 15px;
  transform: rotate(135deg);
}

/* GLOBAL NAVI
========================================== */
#globalnavi {
  z-index: 1;
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(2, 2, 3, 0.8);
}
#globalnavi #globalnaviWrap {
  background: #fff;
  display: flex;
  flex-direction: column;
}
#globalnavi .navArea {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f6f7f8;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .navArea {
    background: #fff;
    padding: 16px;
  }
}
#globalnavi .navArea .nav01 {
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .navArea .nav01 {
    width: 100%;
  }
}
#globalnavi .navArea .nav02 {
  width: 50%;
  border-left: solid 1px #dcdfe5;
  padding-left: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .navArea .nav02 {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}
#globalnavi .navArea h2 {
  width: auto;
  max-height: 28px;
  text-align: left;
  margin-bottom: 10px;
}
#globalnavi .navArea h2 img {
  height: auto;
  width: 100%;
}
#globalnavi .navArea .nav03 {
  width: 100%;
  padding-top: 3%;
  margin-top: 3%;
  display: block;
  border-top: solid 1px #dcdfe5;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .navArea .nav03 {
    display: none;
  }
}
#globalnavi .navArea .nav03 h2 {
  margin: 0;
  width: 100%;
  max-height: 60px !important;
}
#globalnavi .navArea .nav03 h2 a {
  width: 100%;
  display: block;
  text-align: center;
}
#globalnavi .navArea .nav03 h2 img {
  width: auto;
  height: 60px;
}
#globalnavi .date {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .date {
    font-size: 1.4rem;
    border-bottom: solid 1px #d4dfec;
    padding-bottom: 20px;
  }
}
#globalnavi .date ul {
  display: flex;
  flex-wrap: wrap;
}
#globalnavi .date ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#globalnavi .date ul li:first-child {
  width: 150px;
}
#globalnavi .date .label {
  color: #fff;
  background: #273646;
  border-radius: 2px;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 1.3rem !important;
  font-weight: normal;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .date .label {
    font-size: 1.2rem;
  }
}
#globalnavi .date span {
  font-size: 130%;
  margin: 0 2px;
  font-family: "Roboto", sans-serif;
}
#globalnavi .gnavWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .gnavWrap {
    margin-top: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
#globalnavi .navArea .nav03 .gnavWrap {
  margin-top: 0 !important;
}
#globalnavi .gnavWrap .gnav {
  margin-right: 1em;
  font-size: 1.5rem;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .gnavWrap .gnav {
    margin-right: 0;
    width: 50%;
  }
}
#globalnavi .gnavWrap .gnav:last-child {
  margin-right: 0;
}
#globalnavi .gnavWrap .gnav a {
  color: #273646;
  text-decoration: none;
}
#globalnavi .gnavWrap .gnav > li {
  line-height: 1.8;
  font-size: 1.6rem !important;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #globalnavi .gnavWrap .gnav > li {
    font-size: 1.4rem !important;
    padding: 0 0 10px;
  }
}
#globalnavi .gnavWrap .gnav > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 6px;
  color: #d1d6db;
}
#globalnavi ul > li a {
  font-weight: bold;
}
#globalnavi ul li > ul {
  text-indent: 1em;
  font-weight: normal;
}
#globalnavi ul li ul li a {
  font-weight: normal;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li ul li a {
    font-size: 1.2rem !important;
  }
}
#globalnavi .gnavWrap .gnav li ul li:before {
  content: "-";
  margin-right: 6px;
  color: #d1d6db;
}
#globalnavi .expo_new {
  font-size: 8px;
  background: #313B4E;
  color: #fff;
  padding: 3px 5px;
  margin-left: 5px;
  border-radius: 3px;
  margin-bottom: 2px;
  position: relative;
  top: -2px;
}

.globalnav-bottom {
  background: #fff;
  padding: 20px 0;
  border-top: solid 1px #d4dfec;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  .globalnav-bottom {
    border-top: none;
    padding-bottom: 50px;
  }
}
.globalnav-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.globalnav-bottom ul li {
  padding: 0 10px;
  border-left: solid 1px #d4dfec;
}
@media screen and (max-width: 767.98px) {
  .globalnav-bottom ul li {
    width: 50%;
    padding: 0;
    border-left: none;
  }
  .globalnav-bottom ul li:nth-child(even) {
    border-left: solid 1px #d4dfec;
  }
}
.globalnav-bottom ul li:last-child {
  border-right: solid 1px #d4dfec;
}
@media screen and (max-width: 767.98px) {
  .globalnav-bottom ul li:last-child {
    border-right: none;
  }
}
.globalnav-bottom ul li a {
  font-weight: normal;
  font-size: 1.4rem !important;
  color: #273646;
  text-decoration: none;
  padding: 0 8px;
}
@media screen and (max-width: 767.98px) {
  .globalnav-bottom ul li a {
    display: block;
    font-size: 1.3rem !important;
    padding: 10px;
    border-top: solid 1px #d4dfec;
  }
}

.sp__tabArea {
  display: none;
}

.localnavi .mypage {
  margin-left: auto;
}

.localnavi .mypage a {
  color: #fff;
  width: 180px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #1F6BCC;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  position: relative;
}
.localnavi .mypage a i {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  #globalnavi {
    position: fixed;
    z-index: 1000;
    display: none;
    top: 50px;
    left: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    /*エリアの表示非表示と形状*/
    /*areaにis-activeというクラスがついた時の形状*/
  }
  #globalnavi.panelactive {
    display: block;
    left: 0;
  }
  #globalnavi #globalnaviWrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #globalnavi .sp__tabArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
    /*tabの形状*/
    /*liにactiveクラスがついた時の形状*/
  }
  #globalnavi .sp__tabArea .english {
    margin-right: 6px;
  }
  #globalnavi .sp__tabArea .english a {
    border: solid 1px #A0A7B4;
    color: #808691;
    background: #fff;
    border-radius: 50em;
    font-size: 10px;
    background: #fff;
    padding: 2px 6px;
  }
  #globalnavi .sp__tabArea .tab {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 6px 0;
  }
  #globalnavi .sp__tabArea .tab li a {
    display: block;
    background: #F0F1F4;
    color: #A0A7B4;
    margin: 0 2px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
  }
  #globalnavi .sp__tabArea .tab li.active a {
    background: #fff;
    color: #313B4E;
  }
  #globalnavi .area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    background: #fff;
  }
  #globalnavi .area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* FOOTER
========================================== */
#pageTop {
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
@media screen and (max-width: 767.98px) {
  #pageTop {
    bottom: 70px;
    z-index: 100;
  }
}
#pageTop a {
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  background: #273646;
  text-align: center;
  border-radius: 4px;
  opacity: 0.9;
}
#pageTop a::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
#pageTop a:hover {
  opacity: 1;
}

/* FOOTER BANNER AREA
------------------------------------------ */
#footer {
  width: 100%;
  border-top: solid 1px #f3f6f9;
  margin-top: 40px;
}
#footer .heading {
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 20px;
}
#footer .heading h2 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-left: solid 4px #d1d6db;
  color: #273646;
  padding: 0 15px;
}
@media screen and (max-width: 767.98px) {
  #footer .heading h2 {
    font-size: 12px;
  }
}
#footer .soon {
  text-align: center;
  font-size: 1.3rem;
  color: #5a5f70;
  opacity: 0.5;
}

#footerBannerArea {
  padding: 40px 0;
}
#footerBannerArea .footerBanner-2col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #footerBannerArea .footerBanner-2col {
    flex-direction: column;
  }
}
#footerBannerArea #seminarArea {
  width: 40%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  #footerBannerArea #seminarArea {
    width: 100%;
  }
}
#footerBannerArea #seminarArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #footerBannerArea #overseaArea {
    width: 100%;
  }
}
#footerBannerArea #overseaArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footerBannerArea #seminarArea ul li,
#footerBannerArea #overseaArea ul li {
  width: 500px;
  margin-bottom: 10px;
}
#footerBannerArea p {
  line-height: 1.5;
}
#footerBannerArea #overseaArea {
  width: 57%;
  margin-bottom: 20px;
}
#footerBannerArea #exArea {
  width: 100%;
  padding: 25px 0 0;
  clear: both;
}
#footerBannerArea #exArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#footerBannerArea #exArea ul li {
  width: 240px;
  margin: 0 20px 10px 0;
}

#globalnetwork {
  padding: 0 0 30px;
}
#globalnetwork ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
#globalnetwork a:hover {
  opacity: 0.8;
}

#globalnetwork p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1em;
}
#globalnetwork p#globalLink {
  margin-bottom: 3em;
  text-align: right;
}
#globalnetwork p#globalLink a {
  font-size: 15px;
  color: #1F6BCC;
  padding-right: 23px;
  position: relative;
}
#globalnetwork p#globalLink a:hover {
  text-decoration: none;
}
#globalnetwork p#globalLink a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

#footer #footerContents {
  width: 100%;
  padding: 4rem;
  border-top: solid 1px #dde2e8;
  background: #3b3d40 url("/assets/2025/images/common/footer_bg.png") top right/100% auto no-repeat;
}
@media screen and (max-width: 767.98px) {
  #footer #footerContents {
    padding: 20px 0;
  }
}
#footer #footerContents .footerWrap {
  width: 100%;
  display: flex;
}
#footer #footerContents #footerTxt {
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  #footer #footerContents #footerTxt {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
#footer #footerContents #footerTit {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #footer #footerContents #footerTit {
    font-size: 1.6rem;
  }
}
#footer #footerContents #footerTit span {
  font-size: 1rem;
  color: #798489;
  font-style: oblique;
  font-family: "Rototo";
}
#footer #footerContents #footerTxt p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}
#footer #footerContents #footerTxt #sns {
  padding: 10px 0;
  text-align: left;
  clear: both;
}
#footer #footerContents #footerTxt #sns ul {
  display: flex;
}
#footer #footerContents #footerTxt #sns ul li {
  font-size: 24px;
  padding: 0 5px;
}
#footer #footerContents #footerContactBtn {
  padding: 30px 0;
}
@media screen and (max-width: 767.98px) {
  #footer #footerContents #footerContactBtn {
    padding: 0 0 20px;
    text-align: center;
    margin: 20px auto 0;
    width: 80%;
  }
}
#footer #footerContents #footerContactBtn a {
  background: #222;
  color: #fff;
  text-decoration: none;
  padding: 14px 44px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
}
#footer #footerContents #footerContactBtn a i {
  color: #fff;
}

/* COPYRIGHT
------------------------------------------ */
.footer_bottom {
  width: 100%;
  padding: 20px 40px 100px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #d4dfec;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom {
    flex-direction: column;
    padding: 0 0 50px;
  }
}
.footer_bottom .nav-bottom {
  background: #fff;
}
.footer_bottom .nav-bottom ul {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom .nav-bottom ul {
    flex-wrap: wrap;
  }
}
.footer_bottom .nav-bottom ul li {
  padding: 0 10px;
  border-left: solid 1px #d1d6db;
}
.footer_bottom .nav-bottom ul li .pc-only {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom .nav-bottom ul li .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_bottom .nav-bottom ul li {
    width: 50%;
    border-left: none;
    border-bottom: solid 1px #d1d6db;
  }
  .footer_bottom .nav-bottom ul li:nth-child(even) {
    border-left: solid 1px #d1d6db;
  }
}
.footer_bottom .nav-bottom ul li a {
  font-weight: normal;
  font-size: 1.3rem;
  color: #273646;
  text-decoration: none;
  padding: 0 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom .nav-bottom ul li a {
    padding: 8px;
    display: block;
  }
}
.footer_bottom .nav-bottom ul li:last-child {
  border-right: solid 1px #d1d6db;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom .nav-bottom ul li:last-child {
    border-right: none;
  }
}

.copyright {
  width: 100%;
  font-size: 1.3rem;
  color: #b2b7b9;
  text-align: right;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    padding: 16px 0;
  }
}

.btn-Primary {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1);
  text-decoration: none !important;
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
  min-height: 70px;
  min-width: 370px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01B074;
  color: #fff !important;
}
@media screen and (max-width: 767.98px) {
  .btn-Primary {
    padding: 10px;
    line-height: 50px;
    min-height: 50px;
    min-width: auto;
    font-size: 1.4rem !important;
  }
}
.btn-Primary:hover {
  opacity: 0.7;
}
.btn-Primary i {
  color: #fff !important;
}

/* 位置は親ブロックで指定する */
.btn-A {
  line-height: 70px;
  min-height: 70px;
  min-width: 370px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.5rem !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #1F6BCC;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .btn-A {
    padding: 10px;
    line-height: 50px;
    min-height: 50px;
    min-width: 100%;
    font-size: 1.4rem !important;
  }
}
.btn-A:hover {
  background: #2b83f7;
}
.btn-A:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.btn-A i {
  color: #fff !important;
}

.btn-large {
  width: 50%;
}

.txt_long {
  display: flex;
  flex-direction: column;
}
.txt_long span.sub {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.newLabel {
  font-size: 1rem;
  background: #fff;
  color: #1F6BCC !important;
  padding: 3px 6px;
  border-radius: 2px;
  margin-left: 5px;
}

/* 分割のときは100%
------------------------------------------ */
.list-3col .btn-A {
  width: 100%;
}

.btn-B {
  min-height: 30px;
  line-height: 30px !important;
  border-radius: 30px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding: 10px 50px;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  background: #656565;
  color: #fff !important;
}
.btn-B:hover {
  background: #888 !important;
}

.txt-Btn {
  display: inline-block;
}
.txt-Btn a {
  padding: 15px 35px;
  display: block;
  line-height: 1;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background: #1F6BCC;
  border-radius: 2px;
}
.txt-Btn a:hover {
  background: #1f5fcc;
}

.btn-Back {
  min-height: 30px;
  line-height: 30px !important;
  border-radius: 30px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding: 10px 30px 10px 40px;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  background: #1F6BCC;
  color: #fff !important;
  position: relative;
}
.btn-Back:after {
  content: "";
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}

/* 非アクティブ */
.not_active {
  min-height: 30px;
  min-width: 370px;
  line-height: 30px !important;
  border-radius: 3px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto 2rem !important;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  background: #888;
  opacity: 0.5;
}

/* サイズ設定
------------------------------------------ */
.btn-s {
  padding: 6px 15px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-m {
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-l {
  padding: 20px 35px;
  color: #fff !important;
  text-decoration: none !important;
}

/* アイコン設定
------------------------------------------ */
.arr-R {
  position: relative;
}
.arr-R:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

#home .appBtn {
  border-top: solid 1px #f3f6f9;
  padding: 30px 0;
}
#home .appBtn p {
  margin-bottom: 0 !important;
}
#home .appBtn .btn-A {
  width: 70%;
  font-size: 2.4rem !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* THUMB BOX
------------------------------------------ */
.thumbBlock {
  margin: 0 0 20px;
  clear: both;
  zoom: 1;
}
.thumbBlock:after {
  content: "";
  display: block;
  clear: both;
}
.thumbBlock .imgArea {
  float: left;
  margin-right: 20px;
}
.thumbBlock .txtArea {
  overflow: hidden;
}

.thumbBlock-A {
  margin: 0 0 20px;
  clear: both;
  zoom: 1;
}
.thumbBlock-A:after {
  content: "";
  display: block;
  clear: both;
}
.thumbBlock-A .imgArea {
  float: right;
  margin-left: 20px;
}
.thumbBlock-A .txtArea {
  overflow: hidden;
}

/* NOTE
========================================== */
.notes {
  font-size: 93%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
  color: #686868;
  margin-top: 1.5rem;
}

.notesBox {
  border: solid 1px #eee;
  background: #fcfcfc;
  padding: 30px;
  border-radius: 2px;
}
@media screen and (max-width: 767.98px) {
  .notesBox {
    padding: 12px;
  }
}
.notesBox .heading-C {
  margin-top: 0;
}

.b-block {
  background: #F6F8FA;
  clear: both;
  border: 1px solid #DDE2E8;
  padding: 15px;
}

.border-box {
  padding: 15px 20px;
  margin: 0 0 30px;
  border: solid 2px #eee;
}

.border-box-R {
  padding: 15px 20px;
  margin: 0 0 30px;
  border: solid 2px #d71920;
}

.notesBox p:last-child,
.notesBox li:last-child {
  margin-bottom: 0 !important;
}

.border-box p:last-child,
.border-box li:last-child {
  margin-bottom: 0 !important;
}

.border-box-R p:last-child,
.border-box-R li:last-child {
  margin-bottom: 0 !important;
}

/* アナウンス（赤）
------------------------------------------ */
.announce {
  padding: 1rem;
  color: #CB4640;
  background: #FCECEB;
}
.announce p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.announce p span {
  font-size: 1.1rem;
  color: #FCECEB;
  background: #CB4640;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 1em;
}
.announce p a {
  color: #CB4640 !important;
  text-decoration: none !important;
}
.announce p a:hover {
  color: #CB4640 !important;
  text-decoration: underline !important;
}

/* アナウンス（緑）
------------------------------------------ */
.announce.announce-green {
  color: #4cb57e;
  background: #F1FAF6;
}
.announce.announce-green p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.announce.announce-green p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.announce.announce-green p a {
  color: #1a73e8 !important;
}
.announce.announce-green p a:hover {
  color: #1a73e8 !important;
}

/* アナウンス（緑）
------------------------------------------ */
.gray {
  background: #F8FAFC;
}
.gray p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.gray p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.gray p a {
  color: #1a73e8 !important;
}
.gray p a:hover {
  color: #1a73e8 !important;
}

/* チェックボックスあり
------------------------------------------ */
.attentionBox-B {
  padding: 15px;
  border: 2px solid #EEEEEE;
  margin: 0 0 20px;
}
.attentionBox-B p {
  padding: 0 0 0 30px;
  margin-bottom: 0 !important;
  text-indent: -20px;
}
.attentionBox-B p input {
  margin-right: 5px;
}

/* タイトルあり
------------------------------------------ */
.attentionBox {
  border: 1px solid #d8e3eb;
  border-radius: 8px;
}
.attentionBox h3 {
  padding: 2rem 3rem;
  font-size: 110%;
  border-bottom: 1px solid #d8e3eb;
}
.attentionBox h3 i {
  color: #A0A7B4;
}
.attentionBox .txt {
  padding: 2rem 3rem;
}
.attentionBox .txt p {
  margin-bottom: 0 !important;
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 20px auto 60px;
  padding: 15px;
  border: 2px solid #d71920;
}
.app-agree-att p {
  margin: 0px;
  padding: 0px;
}

/* DIVIDE
========================================== */
.section {
  margin-bottom: 60px;
  zoom: 1;
}
.section:after {
  content: "";
  display: block;
  clear: both;
}

.section-A {
  margin: 0 0 35px;
  zoom: 1;
}
.section-A:after {
  content: "";
  display: block;
  clear: both;
}

.section-B {
  margin: 0 0 25px;
  zoom: 1;
}
.section-B:after {
  content: "";
  display: block;
  clear: both;
}

/* 分割
------------------------------------------ */
.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .div-2col,
  .div-3col,
  .div-4col {
    display: flex;
    flex-direction: column;
  }
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}

.div-3col {
  grid-template-columns: repeat(3, 1fr);
}

.div-4col {
  grid-template-columns: repeat(4, 1fr);
}

.grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 左2, 右1 */
  gap: 8px;
  width: 400px;
}

.left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.right {
  display: flex;
  align-items: stretch;
}

.item {
  background: #eee;
  border: 1px solid #ccc;
  text-align: center;
  padding: 24px 0;
  font-size: 1.5rem;
}

.list-2col,
.list-3col,
.list-4col {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}

.list-2col {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767.98px) {
  .list-2col {
    grid-template-columns: 1fr;
  }
}

.list-3col {
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 767.98px) {
  .list-3col {
    grid-template-columns: 1fr;
  }
}

.list-4col li {
  width: 210px;
}

.list-7col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-7col li {
  width: 127px;
  border: solid 1px #fff;
}
.list-7col li:first-child, .list-7col li:last-child {
  border: none;
}

/* 画像並列
========================================== */
.imageWrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .imageWrap {
    flex-direction: column;
  }
}
.imageWrap .block:first-child {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .imageWrap .block:first-child {
    order: 2;
  }
}
.imageWrap .block:last-child {
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  .imageWrap .block:last-child {
    max-width: 100%;
    order: 1;
    margin: 0 auto;
  }
}

.pageNavi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pageNavi ul li {
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.pageNavi ul li:last-child {
  border-right: none;
}
.pageNavi.nav-2col ul li {
  width: 50%;
}
.pageNavi.nav-3col ul li {
  width: 33%;
}
.pageNavi.nav-4col ul li {
  width: 25%;
}
.pageNavi ul li a {
  width: 100%;
  display: block;
  background: #EFEFEF;
  padding: 14px 0;
  text-align: center;
  text-decoration: none !important;
}
.pageNavi ul li a:hover {
  background: #1F6BCC;
  color: #fff !important;
}

/* FORM
========================================== */
.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 0px auto 20px;
  padding: 15px;
  border: 2px solid #d71920;
  font-size: 1rem;
  line-height: 1.6rem;
}
.app-agree-att ul {
  text-align: left;
  margin: 0px auto;
  padding: 10px 0px;
  width: 810px;
}
.app-agree-att ul li {
  list-style: none;
}
.app-agree-att a {
  text-decoration: underline;
  color: #d71920;
}
.app-agree-att input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}
.app-agree-att p {
  margin: 0px !important;
}

.searchBtn {
  min-width: 120px;
  text-align: center;
  margin-left: 5px;
  font-size: 1.4rem;
  padding: 1.1rem 2rem;
  box-sizing: border-box;
  background-color: #3E86DC;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}

.nagoya .formBtnUnit .btn-next .formBtn {
  background-color: #cb443e !important;
}
.nagoya .formBtnUnit .btn-next .formBtn:hover {
  background-color: #f24e45 !important;
}

.resetBtn {
  min-width: 120px;
  text-align: center;
  margin-left: 5px;
  font-size: 1.4rem;
  padding: 1.1rem 2rem;
  box-sizing: border-box;
  background-color: #888;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}

.formTable table td {
  background: #fff !important;
  border-left: none;
}
.formTable table th {
  position: relative;
  /* 任意 */
}
.formTable table th:after {
  content: "任意";
  display: block;
  color: #fff;
  background: #A0A7B4;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .formTable table th:after {
    top: 14px;
  }
}
.formTable table th .ins {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .formTable table th .ins {
    top: 14px;
  }
}

.formTable.formTable_confirm table th:after {
  display: none;
}

.ins {
  font-weight: bold;
  background: #CB4640;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff !important;
}

.ins2 {
  color: #CB4640;
  font-size: 13px;
}

/* FORM PARTS
------------------------------------------ */
input[type=text],
textarea {
  font-size: 100%;
  outline: none;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  padding: 10px;
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea {
    width: 100%;
  }
}

input[type=text]:focus {
  border: solid 1px #1a73e8;
}

input[type=text].input-s {
  width: 10% !important;
  min-width: 4em;
}

@media screen and (max-width: 767.98px) {
  .formTable input[type=text].input-s2 {
    width: 40% !important;
  }
}

/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 100px;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}
.select::before {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #A0A7B4;
}

input[type=radio] {
  margin-right: 8px;
}

label {
  cursor: pointer;
}

/* ERROR
------------------------------------------ */
input[type=text].form-error {
  border: solid 1px #CB4640;
  box-shadow: 0px 0px 11px -4px #CB4640;
}

.error-message {
  color: #dc3545;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}
.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}

/* 子要素
------------------------------------------ */
.type {
  margin-top: 0.5em;
}
.type:first-child {
  margin-top: 0;
}

/* ボタン
------------------------------------------ */
/* レイアウト */
.action {
  background: #F8FAFC;
  padding: 30px;
  margin-top: 30px;
}

.formBtnUnit {
  text-align: center;
  clear: both;
}
.formBtnUnit li {
  min-width: 300px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .formBtnUnit li {
    margin: 5px 0;
  }
}

.formBtn {
  background-color: #3E86DC;
  border-radius: 4px;
  min-width: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 25px 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.formBtn:hover {
  opacity: 0.7;
}

/* PREV */
.btn-prev .formBtn {
  background-color: #8f8f8f !important;
}
.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

/* NEXT */
.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.formBtn.size-M {
  padding: 15px 80px !important;
}

.formTxt2 {
  font-size: 90%;
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 20px auto 60px;
  padding: 15px;
  border: 2px solid #d71920;
}
.app-agree-att p {
  margin: 0px;
  padding: 0px;
}

/* 1.HEADING
========================================== */
.pageTit {
  width: 100%;
  min-height: 180px;
  overflow-x: hidden;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/2026/images/common/page_tit.png);
}
@media screen and (max-width: 767.98px) {
  .pageTit {
    min-height: 140px;
    background-size: cover;
    background-position: center right;
  }
}
.pageTit h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  position: relative;
  padding: 0 0 20px;
  margin-top: -20px;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pageTit h2 {
    font-size: 3rem;
  }
}
.pageTit h2:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  border-top: 4px solid #fff;
}

.nagoya .pageTit {
  background-image: url(/assets/2026/images/common/page_tit_nagoya.png);
}

#press .pageTit,
#news .pageTit,
#faq .pageTit,
#privacy_policy .pageTit,
#link .pageTit,
#contact .pageTit {
  margin-top: 0 !important;
}

/* HEADING
------------------------------------------ */
.heading-A {
  position: relative;
  margin: 0 0 20px;
  padding: 18px;
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1);
  clear: both;
}
.heading-A h2 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  border-left: solid 4px #324655;
  padding-left: 13px;
}
.heading-A h2 span {
  font-size: 70%;
}

.heading-B {
  line-height: 1.5;
  position: relative;
  padding: 0 0 14px;
  border-bottom: solid 3px #dde2e8;
  margin: 0 0 20px;
  clear: both;
}
.heading-B h2,
.heading-B h3 {
  font-size: 2rem;
  display: inline-block;
  border-bottom: solid 3px #324655;
  position: relative;
  top: 17px;
  padding: 0 15px 10px;
}
.heading-B h2 span,
.heading-B h3 span {
  font-size: 80%;
}

.heading-C {
  line-height: 1.5;
  position: relative;
  padding: 0 0 7px;
  border-bottom: solid 1px #dde2e8;
  margin: 35px 0 20px;
  clear: both;
}
.heading-C h2,
.heading-C h3,
.heading-C h4 {
  line-height: 1.3;
  font-size: 1.8rem;
  display: inline-block;
  border-left: solid 4px #324655;
  padding: 0 15px;
  color: #324655;
}
.heading-C h2 span,
.heading-C h3 span,
.heading-C h4 span {
  font-size: 80%;
  font-weight: normal;
}

.heading-D {
  line-height: 1.5;
  position: relative;
  margin: 35px 0 20px;
  clear: both;
  zoom: 1;
}
.heading-D:after {
  content: "";
  display: block;
  clear: both;
}
.heading-D h2,
.heading-D h3,
.heading-D h4 {
  line-height: 1;
  font-size: 1.8rem;
  display: inline-block;
  border-left: solid 4px #324655;
  padding: 0 15px;
}
.heading-D h3 span,
.heading-D h4 span {
  font-size: 90%;
}

.heading-E {
  line-height: 1.5;
  margin: 0 0 20px;
  clear: both;
}
.heading-E h3,
.heading-E h4,
.heading-E h5 {
  font-size: 18px;
  color: #324655;
}

.page.nagoya .heading-A h2,
.page.nagoya .heading-B h3 {
  border-color: #324655;
}
.page.nagoya .heading-C h2,
.page.nagoya .heading-C h3,
.page.nagoya .heading-C h4 {
  color: #324655 !important;
  border-color: #324655;
}
.page.nagoya .heading-D h3,
.page.nagoya .heading-D h4,
.page.nagoya .heading-D h5 {
  border-color: #324655;
  color: #324655 !important;
}

ul.icoList li {
  line-height: 1.5;
  list-style-position: inside;
  padding-left: 30px;
  margin-top: 5px;
}
ul.icoList li:first-child {
  margin-top: 0;
}
ul.icoList li a {
  min-height: 16px;
  text-indent: 1em;
  padding-left: -1em;
  position: relative;
}
ul.icoList li a:before {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  left: -18px;
  top: 2px;
  background-repeat: no-repeat;
}

.ico-ai:before {
  background-image: url(/assets/2023/images/common/ico_ai.png);
}

.ico-jpg:before {
  background-image: url(/assets/2023/images/common/ico_jpg.png);
}

.ico-pdf:before {
  background-image: url(/assets/2023/images/common/ico_pdf.png);
}

.ico-zip:before {
  background-image: url(/assets/2023/images/common/iico_zip.png);
  background-size: 13px auto;
}

ul.circle {
  margin-left: 2em;
  text-indent: 0;
}
ul.circle li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
}
ul.square {
  margin-left: 2em;
}
ul.square li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 1.6;
}
ul.asterisk {
  margin-left: 1em;
}
ul.asterisk li {
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  margin: 0 0 5px;
}

/* 横並び
------------------------------------------ */
ul.flexList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 数字リスト
------------------------------------------ */
ol.numList {
  margin-left: 2em;
  line-height: 1.6;
}
ol.numList li {
  list-style: decimal;
}
ol.paren {
  counter-reset: item;
  list-style: none !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.6;
}
ol.paren li {
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 0 5px 0.5em;
  list-style: none !important;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}
ol.paren li > ol {
  margin-top: 5px;
}
ol.paren li > ol li {
  list-style: none;
}
ol.paren li > ol li:before {
  content: none !important;
}

.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.c-modal_content._sm {
  width: 30%;
}
.c-modal_content._md {
  width: 50%;
}
.c-modal_content._lg {
  width: 70%;
}

.c-modal_content_inner {
  position: relative;
  padding: 4rem;
}
.c-modal_content_inner h2 {
  text-align: left;
}
.c-modal_content_inner p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1em;
}

.c-modal_close {
  position: absolute;
  top: -23px;
  right: 10px;
}
.c-modal_close:before, .c-modal_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 27px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
.c-modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pageNavigation {
  margin-bottom: 4rem;
}
.pageNavigation ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
}
.pageNavigation ul li {
  flex: 1;
}
.pageNavigation ul li a {
  display: block;
  padding: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none !important;
  font-size: 1.4rem;
  color: #3b3d40 !important;
}
@media screen and (max-width: 767.98px) {
  .pageNavigation ul li a {
    font-size: 1rem;
    padding: 1rem;
  }
}
.pageNavigation ul li a:hover {
  background: rgba(239, 246, 251, 0.6);
  font-weight: bold;
}
.pageNavigation ul li:first-child a {
  border-left: none;
}
.pageNavigation ul li a.current {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40 !important;
  font-weight: bold;
}

.navList ul {
  width: 100%;
}

#searchList.english .navList ul li {
  flex-grow: 1;
}

.pagetop {
  text-align: right;
}
.pagetop a {
  text-decoration: none !important;
  position: relative;
  padding-right: 14px;
}
.pagetop a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
  font-weight: 900;
  color: #A0A7B4;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

td.blank_cell {
  background-color: #f9f9f9 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2RkZTJlODtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+") !important;
}

/* TABLE-A
------------------------------------------ */
@media screen and (max-width: 767.98px) {
  .table-A {
    overflow: auto;
  }
}
.table-A table {
  margin: 0 0 10px;
  border-top: solid 1px #dde2e8;
  width: 100%;
  border-spacing: 0;
}
.table-A table tr:nth-child(odd) td {
  background-color: #fff;
}
.table-A table tr:nth-child(even) td {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(odd) th {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(even) th {
  background-color: #EDF1F5;
}
.table-A table th,
.table-A table td {
  padding: 1.7rem 2rem;
  border-bottom: solid 1px #dde2e8;
  line-height: 1.8;
}
.table-A table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.table-A table thead th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
  background-image: none;
}
.table-A table thead th:last-child {
  border-right: 0px;
}
.table-A table tfoot {
  position: relative;
}
.table-A table tfoot:after {
  content: "";
  position: absolute;
  border: solid 3px #d1d5da;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-A table tfoot th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}

/* TABLE-B （theadありの場合）
------------------------------------------ */
@media screen and (max-width: 767.98px) {
  .table-B {
    overflow: auto;
    width: 100%;
  }
}
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
  .table-B table {
    border-bottom: solid 1px #dde2e8;
  }
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .table-B table th,
  .table-B table td {
    display: block;
    width: 100%;
  }
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table th {
    padding: 1.7rem 1rem;
    border-top: none;
    border-bottom: none;
  }
  .table-B table th:first-child {
    border-top: solid 1px #dde2e8;
  }
}
.table-B table thead th {
  font-weight: bold;
  background-color: #ddd;
  text-align: center !important;
  border-right: 1px solid #fff;
  background-image: none;
  white-space: nowrap;
}
.table-B table tbody th {
  text-align: left !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table tbody td {
    width: 100% !important;
    border-top: none !important;
    border-bottom: none !important;
  }
}

.formTable.table-B th {
  width: 320px;
}
@media screen and (max-width: 767.98px) {
  .formTable.table-B th {
    width: 90vw !important;
  }
}
@media screen and (max-width: 767.98px) {
  .formTable.table-B td {
    width: 90vw !important;
  }
}

/* LAYOUT TABLE
------------------------------------------ */
.layoutTable table th,
.layoutTable table td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  overflow-wrap: break-word;
}

table.layoutTable {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
table.layoutTable th,
table.layoutTable td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.contact-form th {
  width: 200px;
}

.num,
.num-IM,
.num-KG,
.num-KP,
.num-VIP,
.num-right {
  text-align: right;
}

.num-IM {
  color: #E80000;
  border-right: dashed 1px #eee;
}

.num-KG {
  color: #0065B9;
  border-right: dashed 1px #eee;
}

.num-KP {
  color: #957400;
  border-right: solid 1px #eee;
}

.num-right {
  width: 80px;
  border-right: dashed 1px #eee;
}

.num-VIP {
  border-right: solid 1px #eee;
}

.total {
  font-weight: bold;
  border-top: 3px double #eee !important;
}

.highlight {
  background: #faffd4 !important;
}

@media screen and (max-width: 767.98px) {
  .resultsTable {
    overflow: auto;
  }
}
.resultsTable th,
.resultsTable td {
  font-size: 1.3rem !important;
  padding: 1rem 1.5rem !important;
}
.resultsTable tbody th {
  width: 220px;
}

@media screen and (max-width: 767.98px) {
  #access .pageNavi {
    display: none;
  }
}
#access #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}
#access #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .time {
  text-align: center;
  background-color: #f6f8fa;
  padding: 7px;
}
#access .time:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  padding-right: 5px;
  color: #878c92;
}
#access .accBlock ul {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 3em;
}
#access .accBlock li {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  line-height: 1.6;
}
#access .accBlock li:after {
  content: "";
  top: 1em;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #a7a7a9;
  border-right: 1px solid #a7a7a9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#access .accBlock li:last-child:after {
  padding: 0;
  content: "";
  display: none !important;
  overflow: hidden !important;
}
#access .accBlock .column-1 {
  min-height: auto;
  margin-left: 1em;
}
#access .accBlock .column-1 li:first-child {
  list-style: disc;
}
#access .pageNavigation {
  width: 100%;
}

/* APPLICATION
========================================== */
#appTop .app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 25px auto 40px;
  padding: 15px;
  border: 2px solid #d71920;
}
#appTop .app-agree-att p {
  margin: 0 !important;
}
#appTop .app-agree-att p.appTit {
  font-weight: bold !important;
  color: #d71920 !important;
  font-size: 18px;
}
#appTop .app-agree-att p.appTxt {
  margin: 0 0 10px !important;
}
#appTop .app-agree-att p.checkTxt {
  font-weight: bold !important;
  font-size: 16px;
  border-top: dotted 1px #d2363b;
  padding: 10px 0 0;
}
#appTop .btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#appTop .btnUnit.btnUnit-1item {
  display: block;
}
#appTop .btnUnit.btnUnit-1item li {
  text-align: center;
}
#appTop .btnUnit li {
  text-indent: -9999px;
  width: 420px;
  height: 80px;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
#appTop .btnUnit li input[type=submit] {
  width: 420px;
  height: 80px;
  outline: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  text-align: center;
}
#appTop .btnUnit .mp {
  width: 500px;
  margin: 0 auto;
}

.addBtn {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none !important;
  padding: 30px 50px !important;
  position: relative;
  color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(30, 29, 29, 0.42);
  box-shadow: 0px 0px 5px 0px rgba(30, 29, 29, 0.42);
}

input.addBtn + span:after {
  content: "not checked";
  position: absolute;
  right: 10px;
  top: 20px;
}
input:checked + span:before {
  content: "";
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 10px;
}

.im .addBtn {
  background: #FF2500;
}

.kp .addBtn {
  background: #334CAA;
}

.mp .addBtn {
  width: 500px !important;
  background: #644300 !important;
  margin-left: 0 !important;
}

.addBtn:hover {
  opacity: 0.7;
}

.kp .addBtn:hover {
  color: #fff;
  background-color: #334CAA !important;
}

.mp .addBtn:hover {
  color: #fff;
  background-color: #644300 !important;
}

#appTop .nbtn {
  width: 420px;
  margin: 0 auto;
}
#appTop .nbtn a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  width: 320px;
  text-indent: 0;
  margin-top: 20px;
  outline: #eee 2px solid;
  padding: 30px 50px !important;
  clear: both;
  display: block;
  line-height: 1;
}
#appTop .nbtn a:hover {
  background: #1F6BCC;
  color: #fff !important;
}

#application .formTable tbody td {
  font-size: 13px;
}
#application .formTable .nt {
  font-size: 12px;
  color: #666;
}

.text-area-name {
  width: 30% !important;
}

/* カテゴリー用 */
.category-block {
  margin: 0px;
  padding: 0px;
  width: 900px;
}
.category-block .category-set {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}
.category-block .category-set p.ctitle {
  font-weight: bold;
  color: #005AAB;
  margin: 0px;
  padding: 10px 0px 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.nagoya .category-block .category-set p.ctitle {
  color: #c13a34;
}

.category-block .category-set p.csub {
  font-weight: normal;
  margin: 0px !important;
  padding: 0px 0px 8px 15px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 160%;
}

.category-view-block {
  margin: 0px;
  padding: 0px 10px;
  width: auto;
}
.category-view-block p.ctitle {
  font-weight: bold;
  color: #005AAB;
  margin: 0px !important;
  padding: 10px 0px 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.nagoya .category-view-block p.ctitle {
  color: #c13a34;
}

.category-view-block p.csub {
  font-weight: normal;
  margin: 0px !important;
  padding: 3px 0px 5px 15px;
}

#beforehand .contactForm .table-B th {
  width: 200px;
}
#beforehand .contactForm .form-example {
  color: #999;
  display: block;
  margin: 10px 0 0 !important;
}
#beforehand #present .presentLead {
  clear: both;
  margin: 0 0 20px;
}
#beforehand #present .presentLead .thumb {
  width: 300px;
  float: left;
}
#beforehand #present .presentLead .txt {
  width: 570px;
  float: right;
}

@media screen and (max-width: 767.98px) {
  #contact .formTable table {
    border-top: solid 1px #dde2e8;
  }
}
#contact .formTable table th {
  width: 25%;
}
@media screen and (max-width: 767.98px) {
  #contact .formTable table th, #contact .formTable table td {
    display: block;
    width: 100% !important;
    border-top: none;
  }
}
@media screen and (max-width: 767.98px) {
  #contact .formTable table th:after {
    top: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  #contact .formTable table th .ins {
    top: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  #contact .formTable input[type=text], #contact .formTable textarea {
    width: 100%;
  }
  #contact .formTable input[type=text].input-s {
    min-width: 4em;
  }
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 0px auto 20px;
  padding: 15px;
  border: 2px solid #d71920;
  font-size: 1rem;
  line-height: 1.6rem;
}
.app-agree-att ul {
  text-align: left;
  margin: 0px auto;
  padding: 10px 0px;
  width: 810px;
}
.app-agree-att ul li {
  list-style: none;
}
.app-agree-att a {
  text-decoration: underline;
  color: #d71920;
}
.app-agree-att input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}
.app-agree-att p {
  margin: 0px !important;
}

@media screen and (max-width: 767.98px) {
  #exhibitor .section {
    margin-bottom: 30px;
  }
}
#exhibitor .exhibitorTop {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorTop {
    flex-direction: column;
  }
}
#exhibitor .exhibitorTop .exhibitorTop__heading {
  background: #231815;
  max-width: 200px;
  width: 15%;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorTop .exhibitorTop__heading {
    display: none;
  }
}
#exhibitor .exhibitorTop .exhibitorTop__wrap {
  flex: 1;
  padding-top: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorTop .exhibitorTop__wrap {
    padding-top: 30px;
    width: 92%;
    margin: 0 auto;
  }
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt {
  display: flex;
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt h2 {
  margin-bottom: 4rem;
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt .txtImage {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt {
    padding-right: 0;
  }
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt .list {
  margin-top: 30px;
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#exhibitor .exhibitorTop .exhibitorTop__wrap .exhibitorTop__txt .list ul li {
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  color: #054154;
  border: solid 2px #054154;
}
#exhibitor .exhibitlistWrap {
  display: flex;
  gap: 20px;
  margin-top: 4rem;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitlistWrap {
    flex-direction: column;
    padding-right: 0;
  }
}
#exhibitor .exhibitlistWrap .point_01 {
  width: 80%;
  margin-right: -50px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitlistWrap .point_01 {
    width: 100%;
  }
}
#exhibitor .exhibitlistWrap .exhibitlist {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitlistWrap .exhibitlist {
    width: 100%;
  }
}
#exhibitor .exhibitlistWrap .exhibitlist h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#exhibitor .exhibitlistWrap .exhibitlist dl dt {
  margin-top: 1rem;
}
#exhibitor .exhibitorBottom {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom {
    flex-direction: column;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__heading {
  max-width: 200px;
  width: 15%;
  background: #e60012;
  order: 2;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__heading {
    display: none;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap {
  flex: 1;
  order: 1;
  padding-top: 80px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__wrap {
    flex-direction: column;
    padding-top: 0;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea {
    flex-direction: column;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea .image {
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea .image {
    width: 92%;
    margin: 0 auto;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea .txt {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea .txt {
    display: none;
  }
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap .topImageArea .txt h3 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
#exhibitor .exhibitorBottom .exhibitorBottom__wrap .exhibitorBottomTxt {
  padding-left: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .exhibitorBottom__wrap .exhibitorBottomTxt {
    width: 92%;
    padding-left: 0;
    margin: 20px auto 0;
  }
}
#exhibitor .exhibitorBottom .area {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .area {
    flex-direction: column;
  }
}
#exhibitor .exhibitorBottom .area > div {
  width: 50%;
}
#exhibitor .exhibitorBottom .area > div img {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .area > div {
    width: 100%;
  }
}
#exhibitor .exhibitorBottom .area > div h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .area .area_osaka {
    background-image: none;
  }
}
#exhibitor .exhibitorBottom .area .area_osaka h3 {
  color: #3a667a;
}
@media screen and (max-width: 767.98px) {
  #exhibitor .exhibitorBottom .area .area_nagoya {
    background-image: none;
  }
}
#exhibitor .exhibitorBottom .area .area_nagoya h3 {
  color: #e60012;
}

#schedule .timeline {
  margin: 0 auto;
}
#schedule .timeline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#schedule .timeline li .tmtime {
  min-width: 500px;
  min-height: 100px;
  text-align: right;
  color: #273646;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #schedule .timeline li .tmtime {
    min-width: 100px;
  }
}
#schedule .timeline li .tmtime.endtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#schedule .timeline li .arrow {
  background: #d1d6db;
  width: 32px;
  min-width: 32px;
  margin: 0 20px;
  position: relative;
}
#schedule .timeline li .arrow:after {
  content: "";
  top: -20px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: #d1d6db;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
#schedule .timeline li .arrow-none:after {
  display: none;
}
#schedule .timeline li .arrow.main-arrow {
  background: #273646;
}
#schedule .timeline li .arrow.main-arrow:after {
  top: -11px;
  overflow: hidden;
  margin-left: -11px;
  background: #273646;
  border: none;
}
#schedule .timeline li .arrow.main-arrow2:after {
  top: -11px;
  overflow: hidden;
  margin-left: -11px;
  background: #273646;
  border: none;
}
#schedule .timeline li .tmlabel {
  min-width: 500px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  #schedule .timeline li .tmlabel {
    min-width: 100px;
  }
}
#schedule .timeline li .tmlabel h3 {
  color: #273646;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#schedule .timeline li .tmlabel ul.circle {
  margin-left: 0;
}
#schedule .timeline li .tmlabel ul.circle li {
  list-style: disc;
  text-indent: 1em;
  padding-left: -1em;
  margin-left: 1em;
}

.priceWrap {
  width: 100%;
  margin: 5rem auto 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  background: #fff;
  border-radius: 8px;
}
.priceWrap .price_group {
  width: 50%;
  text-align: center;
  background: #fff;
}
.priceWrap .price_group:first-child {
  border-right: solid 1px #dde2e8;
}
.priceWrap .price_group .price_tit {
  padding: 3rem;
  background: #313B4E;
}
.priceWrap .price_group .price_tit h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.priceWrap .price_group .price_tit p {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
.priceWrap .price_group .price_tit .price_label {
  color: #313B4E;
  background: #fff;
  border: solid 1px #fff;
  padding: 0.2rem 3rem;
  border-radius: 50em;
}
.priceWrap .price_group .price_tit.type-A {
  background: #b7c0c6;
  border-radius: 8px 0 0 0;
}
.priceWrap .price_group .price_tit.type-A h3, .priceWrap .price_group .price_tit.type-A p {
  color: #313B4E;
}
.priceWrap .price_group .price_tit.type-A .price_label {
  color: #fff;
  background: #313B4E;
  border: solid 1px #313B4E;
}
.priceWrap .price_group .price_tit.type-B {
  border-radius: 0 8px 0 0;
}
.priceWrap .price_group .price_body li {
  font-size: 3rem;
  padding: 3rem;
  border-top: solid 1px #dde2e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceWrap .price_group .price_body li:last-child {
  border-bottom: solid 1px #dde2e8;
}
.priceWrap .price_group .price_bottom_txt {
  font-size: 1.5rem;
  text-align: left;
  padding: 3rem;
}
.priceWrap .price_group .price_bottom_txt h4 {
  font-weight: bold;
}
.priceWrap .label {
  min-width: 7em;
  height: 2em;
  white-space: nowrap;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  margin-right: 2rem;
  background: #CDD6DD;
  border-radius: 50em;
  font-weight: bold;
  text-align: center;
}
.priceWrap .price strong {
  font-size: 3.2rem !important;
}
.priceWrap .price .yen {
  font-weight: normal;
  font-size: 1.5rem !important;
  padding-left: 0.5em;
}

.jdmiaWrap {
  border-left: solid 1px #dde2e8;
  border-right: solid 1px #dde2e8;
  border-bottom: solid 1px #dde2e8;
}

.jdmiaWrap:first-child {
  border-top: solid 1px #dde2e8 !important;
  border-radius: 3px 3px 0 0;
}

.jdmiaWrap:last-child {
  border-radius: 0 0 3px 3px;
}

.jdmiaWrap .jdmia_name {
  padding: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jdmiaWrap .jdmia_name h3 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border-left: solid 4px #006FBC;
  padding-left: 13px;
}

.jdmiaWrap .btnArea .moreBtn {
  width: 80px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  background: #1F6BCC;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}

.jdmiaWrap .btnArea .moreBtn:hover {
  background: #2b83f7;
}

.amexp-heading h3 {
  border-color: #0C9571;
  color: #0C9571;
  padding-left: 0;
}
.amexp-heading h3 span.label {
  background: #0C9571;
  color: #fff;
  padding: 0.3em 1em;
}

#exhibitionList .table-B {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  #exhibitionList .table-B {
    overflow: scroll;
  }
  #exhibitionList .table-B table {
    min-width: 600px;
    white-space: nowrap;
    display: table;
  }
  #exhibitionList .table-B table th, #exhibitionList .table-B table td {
    border-top: solid 1px #dde2e8 !important;
    display: table-cell;
  }
}
#exhibitionList .table-B tbody th {
  text-align: center !important;
}
#exhibitionList .table-B .type, #exhibitionList .table-B .t-type {
  width: 140px !important;
  max-width: 140px !important;
}
#exhibitionList .table-B .type img, #exhibitionList .table-B .t-type img {
  width: 100px;
  height: 30px;
}
#exhibitionList .table-B .name {
  font-weight: bold;
  border-right: none !important;
  line-height: 1.5;
}
#exhibitionList .table-B .num, #exhibitionList .table-B .t-num {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  text-align: center;
}
#exhibitionList .table-B .fair {
  text-align: right;
  border-left: none;
}
#exhibitionList .table-B .fair img {
  width: 140px;
  height: 30px;
}
#exhibitionList .table-B .detail {
  width: 121px;
}
#exhibitionList .table-B .moreBtn {
  width: 80px;
  color: #fff;
  background: #1F6BCC;
  text-decoration: none;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
#exhibitionList .table-B .moreBtn:hover {
  background: #2b83f7;
}

.paginate {
  margin-bottom: 2rem;
}
.paginate span {
  padding: 5px;
}
.paginate span.current {
  font-weight: bold;
}
.paginate span a {
  text-decoration: none !important;
}

.nagoya #exhibitionList .table-B .moreBtn {
  background: #cb443e !important;
}
.nagoya #exhibitionList .table-B .moreBtn:hover {
  background: #f24e45 !important;
  color: #fff !important;
}

#exhibitionList .table-B .child-td {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  #exhibitionList .table-B .child-td {
    border-top: none !important;
  }
}
#exhibitionList .table-B .child-frame {
  padding-left: 25px;
}
#exhibitionList .table-B .child-frame table td:last-child {
  border-right: none;
}
#exhibitionList .table-B .child-frame table tr:last-child td {
  border-bottom: none;
}
#exhibitionList .table-B .childTable table {
  border-top: none;
  margin: 0;
}
#exhibitionList .table-B .childTable table td {
  border-bottom: none;
}
#exhibitionList .table-B .childTable table td:first-child {
  border-left: none;
}
#exhibitionList .table-B .childTable table tr:first-child td {
  border-top: none;
  border-right: none;
}
#exhibitionList .table-B .childTable2 {
  margin: 0;
  border-right: none;
  /*.num {詳細ボタン表示時に削除
  	border-right: none;
  }*/
}
#exhibitionList .table-B .childTable2 tr:last-child td {
  border-bottom: none;
}
#exhibitionList .table-B .childTable2 td:last-child {
  border-right: none;
}
@media screen and (max-width: 767.98px) {
  #exhibitionList .table-B .childTable2 tr:first-child td {
    border-top: none !important;
  }
  #exhibitionList .table-B .childTable2 tr:last-child td {
    border-bottom: none !important;
  }
}

/*
#exhibitionList .table-B .t-detail,
#exhibitionList .table-B .detail {
	display: none;
}*/
/* FAQ
========================================== */
.faqBlock {
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.faqBlock h3 {
  padding: 2rem 3rem;
  font-size: 2rem;
  border-bottom: 1px solid #d8e3eb;
}
.faqBlock .faqBlock_txt {
  padding: 2rem 3rem;
}
.faqBlock .faqBlock_txt p {
  margin-bottom: 0 !important;
}

#news {
  /* 詳細ページ
  ------------------------------------------ */
}
#news #news-list .section {
  padding: 0;
  margin: 0 !important;
  border-bottom: solid 1px #dde2e8;
}
#news #news-list .section .heading-A {
  margin: 0 !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news #news-list .section .heading-A h2 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6 !important;
  border-left: solid 1px #dde2e8;
  padding-left: 2em;
}
#news #news-list .section .heading-A h2 a {
  text-decoration: none;
}
#news #news-list .section .heading-A .date {
  white-space: nowrap;
  margin: 0 !important;
  min-width: 10em;
  text-align: center;
}
#news #news-list .section .heading-A .date i {
  padding-right: 5px;
  color: #adb3bb;
}
#news .news-detail .date {
  margin: 0 0 50px !important;
  text-align: right;
}
#news .news-detail .date i {
  padding-right: 5px;
  color: #adb3bb;
}
#news .news-detail .heading-A h2 {
  line-height: 1.3;
}
#news .news-detail .back {
  text-align: center;
  margin: 100px auto;
  font-weight: normal;
}
#news .paginate {
  text-align: center;
  visibility: hidden;
  margin-top: 2em;
}
#news .paginate span {
  display: inline-block !important;
  margin: 0 5px 0 0;
  visibility: visible;
  border-radius: 2px;
}
#news .paginate span.current {
  padding: 7px 12px;
  background: #dde2e8;
  color: #fff !important;
}
#news .paginate span a {
  display: block;
  border: solid 1px #dde2e8;
  border-radius: 2px;
  padding: 7px 12px;
  text-decoration: none !important;
}
#news .paginate span a:hover {
  background: #1F6BCC;
  color: #fff !important;
  border: solid 1px #1F6BCC;
}

/* 報道関係者の方へ
========================================== */
#press .block .thumb {
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* RESULT
========================================== */
#results .table-A table td table td {
  padding: 1rem 0;
}

.td-R td {
  text-align: right;
}

.rTable-3row tbody tr:nth-child(1) td {
  color: #E80000;
}
.rTable-3row tbody tr:nth-child(2) td {
  color: #0065B9;
}
.rTable-3row tbody tr:nth-child(3) td {
  color: #957400;
}

.rTable-3col tbody tr td {
  border-left: dashed 1px #eee;
}
.rTable-3col tbody tr > td:nth-child(2), .rTable-3col tbody tr > td:nth-child(5) {
  color: #E80000;
}
.rTable-3col tbody tr > td:nth-child(3), .rTable-3col tbody tr > td:nth-child(6) {
  color: #0065B9;
}
.rTable-3col tbody tr > td:nth-child(4), .rTable-3col tbody tr > td:nth-child(7) {
  color: #957400;
}

#results .slide {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #results .slide {
    width: 100%;
  }
}
#results .slide .swiper-container.main {
  margin: 0 0 10px;
}
#results .slide .swiper-container.main img {
  width: 100%;
  height: auto;
}
#results .slide .thumbnail .swiper-wrapper {
  margin-left: calc(-37.5% - 5px);
}
#results .slide .thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}
#results .slide .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}
#results .slide .thumbnail .swiper-slide-active {
  opacity: 1;
}

/* 出展者検索
========================================== */
.nagoya #searchList .pageNavi ul li .formTxt {
  color: #cb443e !important;
}
.nagoya #searchList .pageNavi ul li .formTxt:hover {
  color: #fff !important;
  background: #f24e45 !important;
}

#searchList .field {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#searchList .field .inputWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#searchList .field .inputWrap .input {
  padding: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #searchList .field .searchBtn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#searchList .heading-C h4 {
  font-size: 1.1rem !important;
  padding: 0 12px 5px !important;
}
#searchList .condition {
  padding: 15px;
  margin: 30px 0;
  border: solid 2px #eee;
  background: #fdfdfd;
  clear: both;
}
#searchList .condition dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #searchList .condition dl {
    flex-direction: column;
  }
}
#searchList .condition dl dt,
#searchList .condition dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchList .condition dl dt {
  font-weight: bold;
}
#searchList .condition dl dd {
  margin-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  #searchList .condition dl dd {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #searchList .condition dl .radio {
    margin: 10px 0;
  }
}
#searchList .condition dl .radio input[type=radio] {
  margin-top: 0;
  margin-left: 1rem;
}
#searchList .condition dl .radio label {
  margin-top: 2px;
}
#searchList .condition dl .btn {
  display: flex;
  margin-left: 2rem;
}
#searchList .pageNavi ul {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  text-align: center;
}
#searchList .pageNavi ul li {
  text-align: center;
}
#searchList .pageNavi ul li .formTxt {
  width: 100%;
  color: #1F6BCC;
  background: #EFEFEF;
  text-decoration: none;
  padding: 10px 15px;
}
#searchList .pageNavi ul li .formTxt:hover {
  color: #fff;
  background: #2b83f7;
}
#searchList .checkList li {
  margin: 0 0 10px;
  white-space: nowrap;
  line-height: 1;
}
#searchList .checkList li input[type=checkbox] {
  vertical-align: top;
  margin-right: 7px;
  margin-top: 2px;
}

.english#searchList .checkList li {
  white-space: normal;
}

.nagoya.english #searchList .heading-B h3 {
  padding-left: 1.5em;
  text-indent: -1.1em;
}

/* 出展者検索結果
------------------------------------------ */
#searchDetail .table-B tbody th {
  width: 150px;
}
@media screen and (max-width: 767.98px) {
  #searchDetail .table-B tbody th {
    width: 100% !important;
  }
}
#searchDetail .table-B td h3 {
  margin: 15px 0 10px;
}
#searchDetail .table-B td h3:first-child {
  margin-top: 0 !important;
}
#searchDetail .table-B td p {
  margin: 0 0 5px;
}
#searchDetail .table-B td p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  #searchDetail .table-B td {
    width: 100% !important;
  }
}

#searchDetail .table-B tbody td .movie {
  width: 500px;
}

#searchDetail .table-B tbody td .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#searchDetail .table-B tbody td .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#entrance .flow {
  margin: 40px 0px 20px;
  position: relative;
  border: 1px solid #dcecf2;
}
#entrance .flow::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-right: 25px solid transparent;
  border-top: 20px solid #dcecf2;
  border-left: 25px solid transparent;
}
#entrance .flow::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -19px;
  border-right: 25px solid transparent;
  border-top: 20px solid #FFF;
  border-left: 25px solid transparent;
}
#entrance .flow:last-child::before, #entrance .flow:last-child::after {
  content: none;
}
#entrance .flow .flow-block-in {
  display: flex;
  align-items: center;
  width: 100%;
}
#entrance .flow .heading {
  padding: 2rem 3rem;
  border-bottom: 1px solid #dcecf2;
  background: #fafafa;
}
#entrance .flow .heading h3 {
  font-size: 2rem;
}
#entrance .flow .flowBody {
  padding: 2rem 3rem;
}
#entrance .flow .flowBody p {
  margin-bottom: 0;
}

/* 総合
========================================== */
#all #contents {
  padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
  #all #contents {
    padding-top: 0;
  }
}
#all #mainvisual {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #all #mainvisual {
    height: auto;
  }
}
#all #mainvisual .mv_area_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #all #mainvisual .mv_area_wrap {
    height: auto;
    flex-direction: column;
  }
}
#all #mainvisual .mv_area_wrap .mv_area {
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  #all #mainvisual .mv_area_wrap .mv_area {
    width: 100%;
  }
}
#all #mainvisual .mv_area_wrap .mv_area p {
  height: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  #all #mainvisual .mv_area_wrap .mv_area p {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#all #mainvisual .mv_area_wrap .mv_area p a {
  display: block;
}
#all #mainvisual .mv_area_wrap img {
  width: 100%;
  height: auto;
}

/* NEWS
------------------------------------------ */
#topics {
  background: #f3f6f9;
}
#topics .heading {
  padding: 20px 0;
  margin: 0 calc(50% - 50vw);
  border-bottom: solid 1px #dcdfe5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topics .heading h2 {
  width: 90%;
  font-size: 2rem;
  margin: 0 auto;
  color: #273646;
  border-left: solid 4px #0086cf;
  border-bottom: none !important;
  padding: 0 0 0 15px;
}
#topics .dateList {
  padding: 20px 0;
}
#topics .dateList dl {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  #topics .dateList dl {
    flex-direction: column;
  }
}
#topics .dateList dl dt, #topics .dateList dl dd {
  padding: 12px 0 6px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  #topics .dateList dl dt, #topics .dateList dl dd {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #topics .dateList dl dt {
    padding-top: 10px;
  }
}
#topics .dateList dl dd {
  padding-left: 4em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #topics .dateList dl dd {
    padding-left: 0;
    font-size: 13px;
  }
}
#topics .dateList dl dd.ico_new:before {
  content: "NEW";
  font-size: 10px;
  color: #fff;
  background: #1F6BCC;
  padding: 5px 8px !important;
  border-radius: 2px;
  position: absolute;
  left: 1em;
}
@media screen and (max-width: 767.98px) {
  #topics .dateList dl dd.ico_new:before {
    position: relative;
    left: 0;
    font-size: 9px;
    padding: 2px 4px !important;
  }
}

.online_banner ul {
  width: 70%;
  margin: 30px auto;
  gap: 30px;
  display: flex;
  align-items: center;
}
.online_banner ul li {
  width: 50%;
}
.online_banner ul li:last-child {
  margin-bottom: 0;
}
.online_banner .banner a img {
  width: 100%;
  height: auto;
}
.online_banner .balloon1 {
  position: relative;
  margin: 1.5em auto !important;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  width: 300px;
  color: #555;
  background: #e1e5eb;
  text-align: center;
}
.online_banner .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border: 8px solid transparent;
  border-top: 8px solid #e1e5eb;
}
.online_banner .balloon1 p {
  font-size: 1.8rem !important;
  margin: 0 !important;
  font-weight: bold;
  color: #273646;
}
.online_banner .banner_txt {
  text-align: center;
}
.online_banner .banner_txt strong {
  font-size: 1.8rem;
}

/* トップバナー
------------------------------------------ */
.topNextBanner {
  width: 80%;
  margin: 4rem auto;
}
.topNextBanner ul {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .topNextBanner ul {
    display: flex;
    flex-direction: column;
  }
}
.topNextBanner ul li {
  width: auto;
  max-height: 240px;
}
@media screen and (max-width: 767.98px) {
  .topNextBanner ul li:nth-child(2) {
    width: 50%;
  }
}

#topBannerArea {
  padding: 40px 0 0;
}
#topBannerArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  #topBannerArea ul {
    flex-direction: column;
  }
}
#topBannerArea ul li {
  width: auto;
  height: 200px;
}
@media screen and (max-width: 767.98px) {
  #topBannerArea ul li {
    height: auto;
    width: 100%;
  }
}
#topBannerArea ul li img {
  width: auto !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #topBannerArea ul li img {
    width: 100% !important;
    height: auto !important;
  }
}

/* SNS
------------------------------------------ */
.snsArea {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .snsArea {
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.snsArea .block {
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  .snsArea .block {
    width: 100%;
    margin: 1rem auto 0;
  }
}
.snsArea #facebookWrap {
  width: 100%;
  max-width: 500px;
}
.snsArea #facebookWrap iframe {
  width: 100%;
}
.snsArea .SandboxRoot.env-bp-970 .timeline-Tweet-text, .snsArea .SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 1.2rem !important;
}

/* 来場者数
------------------------------------------ */
#num-table {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 767.98px) {
  #num-table {
    width: 100%;
    overflow: auto;
  }
}
#num-table p {
  margin: 5px 0px 0 0px;
}
#num-table p.link {
  text-align: right;
}
#num-table .nt {
  margin: 0px;
  padding: 10px 0px 0px;
}
#num-table table {
  border: solid 1px #dde2e8;
  padding: 0 10px;
  margin: 10px 0 0px;
  border-collapse: collapse;
  width: 100%;
  line-height: 130%;
}
#num-table table.g-total {
  margin-top: 20px;
}
#num-table th {
  border: solid 1px #dde2e8;
  padding: 8px;
  vertical-align: middle;
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
}
#num-table table.g-total th {
  width: 244px;
}
#num-table th.c1 {
  color: #EA3341;
  width: 200px;
}
#num-table th.c2 {
  color: #0C3B90;
  width: 200px;
}
#num-table th.c3 {
  color: #AA8320;
  width: 200px;
}
#num-table td {
  border: solid 1px #dde2e8;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}
#num-table td.day {
  text-align: center;
}
#num-table td span {
  font-size: 80%;
}
#num-table th.day {
  white-space: nowrap;
}
#num-table th.tt {
  width: 100px;
}
#num-table th.tt-eng {
  width: 60px;
}
#num-table td.t-c {
  text-align: center;
  border-bottom: solid 1px #CCCCCC;
}
#num-table td.t-b {
  font-weight: bold;
}
#num-table td.total {
  text-align: center;
  font-weight: bold;
  font-size: 95%;
}
#num-table .t-foot > td.t-b, #num-table .t-foot > td.total {
  border-top: double #dde2e8;
}
#num-table p.vip {
  color: #FF0000;
  text-align: right;
  margin: 0;
}

.banner_list {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .banner_list {
    overflow-x: auto;
  }
}

.banner_list li {
  height: 100px;
  width: auto;
}

.banner_list li img {
  height: 100px;
  width: auto;
}

.english#all #mainvisual {
  height: auto !important;
}
.english#all #mainvisual .mv_area_wrap {
  height: auto !important;
}
.english#all #mainvisual .mv_area_wrap .mv_area {
  padding: 100px 0;
  height: auto !important;
}
.english#all #mainvisual .mv_area_wrap .mv_area p {
  height: auto !important;
  margin-bottom: 0 !important;
}
.english#all #mainvisual .mv_area_wrap .mv_area p img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .english#all #mainvisual .mv_area_wrap .mv_area p img {
    width: auto;
  }
}
.english#outline #outlineTop {
  margin: 0 calc(50% - 50vw) !important;
}
.english#outline #outlineTop .outlineTop__head {
  margin-bottom: 2rem;
}
.english#outline #outlineTop .txtArea {
  padding: 0 60px;
}
@media screen and (max-width: 767.98px) {
  .english#outline #outlineTop .txtArea {
    padding: 0 20px;
  }
}
.english#outline #outlineTop .outlineTop__tit {
  color: #3586a6;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .english#outline #outlineTop .outlineTop__tit {
    margin-top: 2rem;
  }
}
.english .formTable table th:after {
  content: "Optional";
}

#fair .fair .heading-A {
  border-radius: 6px;
  padding: 1rem;
}
#fair .fair .heading-A h2 {
  color: #fff;
  border-left: none;
  padding: 16px 20px;
}
@media screen and (max-width: 767.98px) {
  #fair .fair .heading-A h2 {
    font-size: 2rem;
  }
}
#fair .fair .heading-A h2 span.fw-normal {
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767.98px) {
  #fair .fair .heading-A h2 span.fw-normal {
    font-size: 1.8rem;
  }
}
#fair .fair .attentionBox .imageWrap .block:last-child {
  display: grid;
  place-items: center;
  width: 140px;
}

.fair-pla .heading-A {
  background-color: #ea1010 !important;
}
.fair-pla .heading-B h3 {
  border-image: none;
  border-color: #ea1010 !important;
}
.fair-pla .flexList li:first-letter {
  color: #ea1010 !important;
}

.fair00 .heading-A {
  background-color: #45b035 !important;
}
.fair00 .heading-B h3 {
  border-image: none;
  border-color: #45b035 !important;
}
.fair00 .flexList li:first-letter {
  color: #45b035 !important;
}

.fair01 .heading-A {
  background-color: #ea5711 !important;
}
.fair01 .heading-B h3 {
  border-image: none;
  border-color: #ea5711 !important;
}
.fair01 .flexList li:first-letter {
  color: #ea5711 !important;
}

.fair02 .heading-A {
  background-color: #005d45 !important;
}
.fair02 .heading-B h3 {
  border-image: none;
  border-color: #005d45 !important;
}
.fair02 .flexList li:first-letter {
  color: #005d45 !important;
}

.fair03 .heading-A {
  background-color: #004ea2 !important;
}
.fair03 .heading-B h3 {
  border-image: none;
  border-color: #004ea2 !important;
}
.fair03 .flexList li:first-letter {
  color: #004ea2 !important;
}

.fair04 .heading-A {
  background-color: #054154 !important;
}
.fair04 .heading-B h3 {
  border-image: none;
  border-color: #054154 !important;
}
.fair04 .flexList li:first-letter {
  color: #054154 !important;
}

.fair05 .heading-A {
  background-color: #e4007f !important;
}
.fair05 .heading-B h3 {
  border-image: none;
  border-color: #e4007f !important;
}
.fair05 .flexList li:first-letter {
  color: #e4007f !important;
}

.fair06 .heading-A {
  background-color: #00a0e9 !important;
}
.fair06 .heading-B h3 {
  border-image: none;
  border-color: #00a0e9 !important;
}
.fair06 .flexList li:first-letter {
  color: #00a0e9 !important;
}

#am_expo .pageTit {
  background: url("/assets/2026/images/nagoya/am_expo/page_tit.png") no-repeat;
  background-size: cover;
}
#am_expo .pageTit h2 {
  padding: 0;
  text-shadow: none;
  text-align: left;
}
#am_expo .pageTit h2 img {
  height: 70px;
  width: auto;
}
#am_expo .pageTit h2:after {
  content: none;
}
#am_expo .lead {
  font-size: 3.2rem;
  color: #0C9571;
  line-height: 1.5;
  margin-bottom: 3rem;
}
#am_expo .heading-A h2,
#am_expo .heading-B h3,
#am_expo .heading-C h3 {
  border-color: #0C9571;
}
#am_expo .heading-C h3,
#am_expo strong {
  color: #0C9571;
}

.timeTable table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.timeTable table th:first-child {
  width: 3em !important;
}
.timeTable table th:nth-child(2) {
  width: 10em !important;
}
.timeTable table thead th {
  background: #e1e5eb;
}

.timeTable table th,
.timeTable table td {
  border: solid 1px #dde2e8;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.3;
}

.seminar .placeArea {
  display: flex;
}
.seminar .place {
  padding: 1.7rem 2rem;
  background: #313B4E;
  color: #fff;
  width: 100%;
}
.seminar .place.place-sp {
  background: #dab300;
}
.seminar .place.place-2 {
  background: #01B074;
}
.seminar .place.place-3 {
  background: rgb(230, 109, 65);
}
.seminar .place h3 {
  text-align: center;
  font-size: 1.4rem;
}
.seminar .place h3 > i {
  color: rgba(255, 255, 255, 0.6) !important;
}
.seminar .seminarWrap {
  border: solid 1px #dde2e8;
}
.seminar .seminarWrap .seminarBlock.blank {
  background-color: #f9f9f9 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2RkZTJlODtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+") !important;
}
.seminar .seminarWrap .seminarBlock .code {
  background: #fff;
  margin-bottom: 0 !important;
  padding: 2px 8px;
  border-radius: 4px;
  color: #1F6BCC !important;
  font-size: 1.3rem !important;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap .seminarBlock .code {
    width: 5em;
  }
}
.seminar .seminarWrap .seminarBlock .labelArea {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e1e5eb;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap .seminarBlock .labelArea {
    display: grid;
    grid-template-columns: 4.5em 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }
}
.seminar .seminarWrap .seminarBlock .labelArea .time {
  color: #1F6BCC !important;
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
  font-weight: bold;
}
.seminar .seminarWrap .seminarBlock .labelArea .time:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  line-height: 1;
  left: 0px;
  top: 2px;
  margin-right: 5px;
}
.seminar .seminarWrap .seminarBlock .labelArea .placeName {
  color: #1F6BCC !important;
  font-size: 1.4rem !important;
  font-weight: bold;
  display: block;
  border: solid 1px #1F6BCC !important;
  margin: 0 1rem 0 0 !important;
  padding: 0.7rem 1.2rem;
  background: #fff;
  border-radius: 3px;
}
.seminar .seminarWrap .seminarBlock .labelArea .placeName i {
  color: #1F6BCC;
}
.seminar .seminarWrap .seminarBlock .labelArea .placeName.placeName2 {
  color: #01B074 !important;
  border: solid 1px #01B074 !important;
}
.seminar .seminarWrap .seminarBlock .labelArea .placeName.placeName2 i {
  color: #01B074;
}
.seminar .seminarWrap .seminarBlock .label {
  padding: 2px 8px;
  font-size: 1.2rem !important;
  font-weight: normal !important;
  display: inline-block;
  border: solid 1px #1F6BCC;
  border-radius: 4px;
  color: #1F6BCC;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap .seminarBlock .label {
    grid-column: span 2/span 2;
    grid-row-start: 2;
    width: 100%;
    text-align: center;
  }
}
.seminar .seminarWrap .seminarBlock .label2 {
  padding: 2px 8px;
  font-size: 1.2rem !important;
  font-weight: normal !important;
  display: inline-block;
  border: solid 1px #1F6BCC;
  border-radius: 4px;
  color: #1F6BCC;
  margin-bottom: 0 !important;
  background: #fff;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #F8FAFC;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #3e3f4a;
  padding: 1.5rem 2rem;
  min-height: 78px;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .timeWrapProf {
  padding: 1.5rem 2rem;
  background: #fff;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .timeWrapProf .compName {
  font-size: 1.4rem;
  margin-bottom: 0.5rem !important;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .timeWrapProf .name {
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .timeWrapProf .name span {
  font-size: 1.4rem !important;
  font-weight: normal;
}
.seminar .seminarWrap .seminarBlock .timeWrapHead .timeWrapProf .nowrap {
  white-space: nowrap;
}
.seminar .seminarWrap-2col {
  display: flex;
}
.seminar .seminarWrap-2col .seminarWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.seminar .seminarWrap-2col .seminarWrap:last-child {
  border-left: none !important;
}
.seminar .seminarWrap-2col .seminarWrap .seminarBlock {
  border-right: none !important;
  border-bottom: solid 1px #dde2e8;
}
.seminar .seminarWrap-2col .seminarWrap .seminarBlock:last-child {
  border-bottom: none;
}
.seminar .heading {
  margin: 6rem 0 4rem;
}
.seminar .heading h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.seminar .heading p {
  color: #3E99E6;
  margin: 1.5rem 0 0;
}
.seminar .heading .label {
  color: #4E94DE;
  border: solid 1px #4E94DE;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 auto;
}
.seminar .timeWrapDesc {
  border-top: solid 1px #dde2e8;
  padding: 1.7rem 2rem;
}
.seminar .timeWrapDesc h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.seminar .timeWrapDesc .att {
  font-size: 1.3rem;
  color: #1F6BCC;
  margin-bottom: 0 !important;
}
.seminar .timeWrapDesc .profile {
  padding-top: 2rem;
  border-top: solid 1px #dde2e8;
}
.seminar .timeWrapDesc .profile.border-none {
  padding-top: 0;
  border-top: none;
}
.seminar .timeWrapDesc .profile h4 {
  margin-bottom: 1rem;
  border-left: solid 3px #dde2e8;
  padding-left: 1rem;
}
.seminar .timeWrapDesc .profile .name {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  margin-left: 0 !important;
}
.seminar .timeWrapDesc .profile p {
  font-size: 1.2rem !important;
}
.seminar .seminarContact {
  padding: 1.5rem 2rem;
  background: #F8FAFC;
  margin-top: auto;
  overflow-wrap: break-word;
}
.seminar .seminarContact p {
  margin-bottom: 0 !important;
}

#seminar .toApp {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw) !important;
  background: #F8FAFC;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#seminar .toApp .toAppBtn {
  width: 80%;
  margin: 0 auto !important;
}
#seminar .toApp .toAppBtn .btn {
  width: 100%;
  display: block;
  text-align: center;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
  padding: 1rem 2rem;
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1a73e8 !important;
  color: #fff !important;
  border-radius: 8px;
}
#seminar .specialSeminar .profileWrap {
  display: flex;
  gap: 20px;
}
#seminar .specialSeminar .profileWrap h4 {
  display: block;
  line-height: 1.5;
  margin-right: 20px;
  height: 1.6em;
  margin-bottom: 0;
}
#seminar .specialSeminar .profileWrap .profileTable {
  display: flex;
  gap: 20px;
}
#seminar .specialSeminar .profileWrap .profileTable .layoutList dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
#seminar .specialSeminar .profileWrap .profileTable .layoutList dl dt {
  white-space: nowrap;
  font-size: 1.3rem !important;
  margin-right: 1em;
  font-weight: normal;
  line-height: 1.3;
}
#seminar .specialSeminar .profileWrap .profileTable .layoutList dl dd {
  font-size: 1.3rem !important;
  line-height: 1.3;
}
#seminar .timeWrapProf {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #seminar .timeWrapProf {
    flex-direction: column;
    gap: 10px;
  }
}
#seminar .timeWrapProf.padding0 {
  padding-bottom: 0;
}
#seminar .timeWrapProf.timeWrapProf-1col {
  flex-direction: column;
  padding-top: 0;
}
#seminar .timeWrapProf .timeWrapProf_name {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  #seminar .timeWrapProf .timeWrapProf_name {
    order: 2;
  }
}
#seminar .timeWrapProf .timeWrapProf_name .small {
  font-size: 1.2rem !important;
}
#seminar .timeWrapProf .timeWrapProf_thumb {
  height: 100px;
}
@media screen and (max-width: 767.98px) {
  #seminar .timeWrapProf .timeWrapProf_thumb {
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  #seminar .timeWrapProf .timeWrapProf_thumb {
    height: auto;
    text-align: center;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
#seminar .timeWrapProf .timeWrapProf_thumb img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  #seminar .timeWrapProf .timeWrapProf_thumb img {
    object-fit: cover;
  }
}

#technical .title {
  min-height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #technical .title {
    flex-direction: column;
    align-items: normal;
  }
}
#technical .title .code {
  margin-left: 1em;
}
@media screen and (max-width: 767.98px) {
  #technical .title .code {
    width: 40%;
    text-align: center;
    white-space: nowrap;
    display: block;
    margin-left: 0;
  }
}
#technical .salon .btnUnit {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
#technical .salon .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-decoration: none !important;
  background: #1F6BCC;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  padding: 0.5rem 2rem;
}
#technical .salon .btn:hover {
  background: #2b83f7;
}
#technical .salon .btn:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#technical .salon .btn i {
  color: #fff !important;
}
#technical .salon .btn.btn.btn-2:after {
  display: none;
}
#technical .salon .note {
  font-size: 1.3rem;
}

#open_seminar .title {
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .title {
    align-items: normal;
    flex-direction: column;
    margin-top: 8px;
  }
}
#open_seminar .title .code {
  margin-left: 1em;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .title .code {
    text-align: center;
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #open_seminar .labelArea {
    display: flex;
  }
}
#open_seminar .timeWrapProf {
  min-height: 90px;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .timeWrapProf {
    flex-direction: column;
    gap: 10px;
  }
}
#open_seminar .timeWrapProf:has(.timeWrapProf_name) {
  display: flex;
  justify-content: space-between;
}
#open_seminar .timeWrapProf .timeWrapProf_name {
  flex: 1;
}
#open_seminar .timeWrapProf .timeWrapProf_name .small {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .timeWrapProf .timeWrapProf_name {
    order: 2;
  }
}
#open_seminar .timeWrapProf .timeWrapProf_thumb {
  height: 100px;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .timeWrapProf .timeWrapProf_thumb {
    height: auto;
    text-align: center;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    order: 1;
  }
}
#open_seminar .timeWrapProf .timeWrapProf_thumb img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  #open_seminar .timeWrapProf .timeWrapProf_thumb img {
    object-fit: cover;
  }
}
#open_seminar .seminarBlock.bottom {
  margin-top: auto;
}
#open_seminar .div-2col .block .compName {
  margin-top: 1rem;
}

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