@charset "UTF-8";
@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&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");
*, ::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;
}

/* LINK
========================================== */
/* WIDTH & HEIGHT SIZE
========================================== */
/* FONT SIZE
========================================== */
/* BACK GROUND
========================================== */
/* BORDER
========================================== */
/* SHADOW
========================================== */
/* RADIUS
========================================== */
/* BREAK POINT
========================================== */
img {
  width: 100%;
  height: auto;
}

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

#contents a:hover {
  color: #ED7442;
  text-decoration: none;
  border-bottom: none;
}

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

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

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

/* TEXT (Color)
========================================== */
.fc-red {
  color: #dc3545 !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;
}

/* 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;
}

.mb0 {
  margin-bottom: 0px !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;
}

/* PADDING
========================================== */
.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding35 {
  padding: 25px !important;
}

.padding30 {
  padding: 30px !important;
}

.padding35 {
  padding: 35px !important;
}

.padding40 {
  padding: 40px !important;
}

.padding45 {
  padding: 45px !important;
}

.padding50 {
  padding: 50px !important;
}

.padding100 {
  padding: 100px !important;
}

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

body {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #37474E;
  font-size: 1.5rem;
  line-height: 1.5;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

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

#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  flex: 1;
}

#contents {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* HEADER
========================================== */
.headTop {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  padding: 3px 10px;
  background: linear-gradient(90deg, #DC000C 0%, #DC000C 50%, #292929 50%, #292929 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headTop .description {
  height: 12px;
  margin: 0 !important;
  line-height: 12px;
}
.headTop .description img {
  height: 12px !important;
  width: auto;
}
.headTop .headernavi ul {
  padding: 0;
  height: 20px;
  display: flex;
  align-items: center;
}
.headTop .headernavi li a {
  font-size: 1.1rem;
  display: block;
  color: #fff !important;
  text-decoration: none;
  border-left: solid 1px rgba(255, 255, 255, 0.48);
  padding: 0 10px;
}
.headTop .headernavi li:last-child a {
  border-right: solid 1px rgba(255, 255, 255, 0.48);
}

#header {
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  left: 0;
}
#header .headerInner {
  width: 100%;
  margin: 0 auto;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logoArea {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 10px;
}
#header .logoArea #logo, #header .logoArea #logo img {
  height: 42px;
  width: auto;
}
#header .logoArea #logo-hs, #header .logoArea #logo-hs img {
  height: 42px;
  width: auto;
}
#header .logoArea .date, #header .logoArea .date img {
  height: 42px;
  width: auto;
}
#header #globalnavi {
  margin-left: auto;
}
#header #globalnavi ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #globalnavi li {
  display: flex;
  white-space: nowrap;
  height: 64px;
  margin: 0 1.5rem;
}
#header #globalnavi li a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4rem;
  color: #262424;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#header #globalnavi li a:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #1871FC;
}
#header .headerAppBtn {
  margin-left: 3rem;
  height: 64px;
}
#header .headerAppBtn a {
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1871FC;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 2em;
  box-sizing: border-box;
  white-space: nowrap;
}
#header .headerAppBtn a img {
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
}
#header .headerAppBtn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1199.98px) {
  .headerAppBtn {
    position: fixed;
    right: 0;
    top: 90px;
  }
  .headerAppBtn a {
    width: 36px !important;
    height: 80px !important;
    display: block !important;
    padding: 1rem !important;
    writing-mode: vertical-rl;
    line-height: 1 !important;
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 3px 10px rgba(180, 143, 129, 0.5) !important;
  }
  .headerAppBtn a img {
    display: none;
  }
}
/* ダウンロード
========================================== */
.download {
  padding: 4rem 0 0;
  margin: 0 calc(50% - 50vw) !important;
  overflow: hidden;
  border-top: solid 1px #F0F1F4;
  border-bottom: solid 1px #F0F1F4;
}
.download .inner {
  display: flex;
  align-items: end;
}
.download .thumb {
  width: 280px;
  box-shadow: 0px 0px 20px rgba(55, 71, 78, 0.1);
}
.download .txt {
  padding: 4rem 0;
  margin-top: 2rem;
  text-align: center;
  flex: 1;
}
.download .txt .dl_logo {
  width: 400px;
  margin: 0 auto !important;
  text-align: center;
}
.download .txt h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 2rem 0;
}
.download .txt .btnArea {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.download .txt .btnArea li {
  width: 300px;
}
.download .txt .btnArea li a:hover {
  opacity: 0.8;
}
.download .txt .bottomTxt {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 1.3rem;
  gap: 10px;
}
.download .txt .bottomTxt a {
  color: #1a73e8;
}
.download .txt .bottomTxt p:last-child {
  width: 240px;
}

/* 同時開催展
========================================== */
.exhibitionBanner {
  border-bottom: solid 1px #F0F1F4;
}
.exhibitionBanner .exBanner {
  max-width: 980px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.exhibitionBanner .exBanner li {
  max-width: 420px;
}
.exhibitionBanner .exBanner li a:hover {
  opacity: 0.7;
}
.exhibitionBanner .exBanner li img{
  width: auto;
  height: 70px;;
}
/* FOOTER
========================================== */
#footer {
  padding: 4rem 0;
}
#footer .inner {
  display: flex;
  gap: 4rem;
}
#footer .footerContact .footerLogo {
  width: 270px;
}
#footer .footerContact .footerLogo2 {
  width: 270px;
  margin-top: 15px;;
}
#footer .footerContact .contactTxt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 2rem;
}
#footer .footerContact .sns {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
}
#footer .footerContact .sns li {
  width: 28px;
  height: 28px;
}
#footer .footerContact #copyright {
  color: #BABAB8;
  font-size: 1.3rem;
  padding: 4rem 0;
  font-weight: normal;
}
#footer .footerMenu {
  display: flex;
  margin-left: 4rem;
}
#footer .footerMenu .block {
  padding: 0 4rem;
}
#footer .footerMenu .block:nth-child(2) {
  border-left: solid 1px #F0F1F4;
  border-right: solid 1px #F0F1F4;
}
#footer .footerMenu .block li {
  font-size: 1.4rem;
  margin-top: 1rem;
}
#footer .footerMenu .block h3 {
  margin-top: 1rem;
  font-weight: bold;
}
#footer .footerMenu .block .fbtn {
  margin-top: 1rem;
}
#footer .footerMenu .block .fbtn a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  background: #1871FC;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.4rem;
  padding: 8px 30px;
}
#footer a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.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: #ED7442;
  color: #fff !important;
}
.btn-Primary:hover {
  opacity: 0.7;
}
.btn-Primary i {
  color: #fff !important;
}

/* 位置は親ブロックで指定する */
.btn-A {
  line-height: 70px;
  min-height: 70px;
  min-width: 370px;
  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);
}
.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;
}
.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: 2rem;
  color: #CB4640;
  background: #FCECEB;
}
.announce .heading {
  font-size: 120%;
  font-weight: bold;
  padding: 1rem;
}
.announce p {
  margin: 0 !important;
}
.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;
}
.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）
------------------------------------------ */
.announce-gray {
  background: #EDF5F9;
}
.announce-gray p {
  color: #313B4E;
  margin: 0 !important;
}
.announce-gray p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.announce-gray p a {
  color: #1a73e8 !important;
}
.announce-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: 16px;
}

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

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

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

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

.list-2col li {
  width: 440px;
}

.list-3col {
  grid-template-columns: repeat(3, auto);
}

.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: 4rem;
}
.imageWrap .block:first-child {
  flex: 1;
}
.imageWrap .block:last-child {
  max-width: 300px;
}

.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;
}
.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;
}
.pageNavi ul li a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-top: 1px solid #1F6BCC;
  border-right: 1px solid #1F6BCC;
  -webkit-transform: rotate(-125deg);
  transform: rotate(135deg);
  position: absolute;
}
.pageNavi ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* FORM
========================================== */
.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 0px auto 20px;
  padding: 15px;
  border: 2px solid #d71920;
  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;
}

.head-text .ins {
  background: #CB4640;
  padding: 2px 7px;
  font-size: 9px;
  color: #fff !important;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 5px;
}

.formTable table th {
  position: relative;
  /* 任意 */
}
.formTable table th:after {
  content: "任意";
  display: block;
  color: #fff;
  background: #A0A7B4;
  padding: 2px 7px;
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.formTable table th .ins {
  background: #CB4640;
  padding: 2px 7px;
  font-size: 9px;
  color: #fff !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.formTable table th .ins2 {
  color: #dc3545;
  font-size: 13px;
}
.formTable table th .openInfo {
  font-size: 9px;
  padding: 2px 7px;
  color: #fff;
  background: #6f747e;
  position: absolute;
  left: 34px;
  top: 0;
}
.formTable table td {
  background: #fff !important;
  border-left: none;
}
.formTable table td.child {
  padding: 0;
}
.formTable table td.border-none {
  border-left: solid 1px #fff !important;
}

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

.inner-table th:first-child {
  border-left: none;
  border-top: none;
}
.inner-table th:last-child {
  border-left: none;
  border-bottom: none;
}
.inner-table th:after {
  content: "" !important;
  display: none !important;
}
.inner-table td {
  border-top: none !important;
  border-right: none !important;
}
.inner-table tr:last-child th,
.inner-table tr:last-child td {
  border-bottom: none !important;
}

.ins-none th:after {
  display: none !important;
}

.nt {
  font-size: 1.2rem;
  color: #6f747e;
}

/* 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;
}
@media screen and (max-width: 767.98px) {
  input[type=text].input-s {
    width: 25% !important;
  }
}

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

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

/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 200px;
  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
------------------------------------------ */
.regist-err-message {
  color: #CB4640;
  background: #FCECEB;
  border: solid 2px #CB4640;
  padding: 2rem 4rem;
  border-radius: 3px;
}
.regist-err-message p {
  margin-bottom: 0 !important;
}

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

.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;
}

input[type=text][disabled],
input[type=radio][disabled],
input[type=checkbox][disabled],
select[disabled] {
  background: #f0f0f0;
  color: #6d6d6d;
  border: 1px solid #afafaf;
}

input[type=checkbox] {
  margin-right: 5px;
}

/* 子要素
------------------------------------------ */
.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;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .formBtnUnit {
    flex-direction: column;
  }
}
.formBtnUnit li {
  min-width: 300px;
  text-align: center;
  position: relative;
}

.formBtn {
  background-color: #3E86DC;
  border-radius: 6px;
  min-width: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 20px 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;
}

/* PAGE TITLE
========================================== */
.pageTit {
  width: 100%;
  min-height: 170px;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url("../images/common/page_tit.png") no-repeat center center/cover;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 4rem;
}
.pageTit h2 {
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-weight: 900;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}
.pageTit h2 span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00A161;
  text-transform: uppercase;
}

/* HEADING
------------------------------------------ */
.heading-A {
  text-align: center;
  margin: 0 0 50px;
  clear: both;
}
.heading-A h2 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}
.heading-A h2::after {
  content: "";
  background: #005BAC;
  height: 4px;
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.heading-B {
  margin: 4rem 0 2rem;
  border: solid 1px #F0F1F4;
  padding: 1.4rem 2rem;
  border-radius: 4px;
  box-shadow: 0 3px 0 -1px rgba(4, 26, 63, 0.0705882353);
}
.heading-B h3 {
  line-height: 1.68;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 1.8rem;
  position: relative;
}
.heading-B h3:after {
  content: "";
  width: 4px;
  height: 1em;
  display: inline-block;
  background: #0076B0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
.heading-B h3 span {
  font-size: 1.4rem;
  font-weight: normal;
}

.heading-C {
  margin: 2rem 0;
  font-size: 1.8rem;
  color: #005BAC;
  font-weight: 700;
}

.heading-D {
  padding-bottom: 10px;
  margin: 0 0 20px;
  color: #E60700;
  border-bottom: solid 1px #ddd;
}
.heading-D h3 {
  padding-left: 15px;
  border-left: solid 3px #E60700;
}

.appHeading h3 {
  display: flex;
  align-items: center;
}
.appHeading h3 .ins {
  color: #fff;
  background: #CB4640;
  padding: 2px 7px;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 1rem;
}

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 a:before {
  background-image: url(/assets/2025/images/common/ico_ai.png);
}

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

.ico-pdf:before {
  background-image: url(/assets/2025/images/common/ico_pdf.png);
  background-size: 13px auto;
}

.ico-zip a:before {
  background-image: url(/assets/2025/images/common/ico_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.notes {
  color: #666;
  margin: 0 0 20px;
}
ul.notes li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 90%;
}
ul.circle {
  margin: 0 0 20px;
}
ul.circle li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1.2em;
  text-indent: -1.4em;
  margin-bottom: 10px;
  margin-left: 1em;
  line-height: 1.6;
  font-size: 1.5rem;
}

ol.num li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

ol.numList li {
  padding-left: 23px;
  text-indent: -23px;
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
ol.numList li span {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background: #005BAC;
  border-radius: 50em;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  text-align: center;
  margin: -2px 4px 0 0;
  padding: 2px 0 0;
  text-indent: 1px;
}

.checkList {
  margin: 0 0 30px;
}
.checkList li {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../../images/2020/common/ico-check.png) no-repeat left center;
  line-height: 1.6;
}

.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);
}

.fancybox-close-small {
  top: 10px !important;
  right: 10px !important;
}

.modalContents {
  width: 900px;
  display: none;
  border-radius: 6px;
  box-shadow: 0px 4px 9px 0px rgba(37, 50, 64, 0.3);
  padding: 0 !important;
}
.modalContents .seminar_meta {
  padding: 20px;
  background: #838e9d;
  border-radius: 6px 6px 0 0;
}
.modalContents .seminar_meta ul {
  display: flex;
  align-items: center;
  color: #fff;
}
.modalContents .seminar_meta ul li {
  margin-right: 10px;
  font-size: 1.3rem;
}
.modalContents .seminar_meta ul li i {
  margin-right: 5px;
}
.modalContents .seminar_meta ul li.code {
  color: #838e9d;
  background: #fff;
  padding: 4px 8px;
  font-size: 1.2rem;
  border-radius: 3px;
}
.modalContents .seminar_meta ul li.sub {
  color: #fff;
  border: solid 1px #fff;
  text-align: left;
  padding: 4px 8px;
  font-size: 1.2rem;
  border-radius: 3px;
}
.modalContents .heading-A {
  text-align: left;
  line-height: 1.6;
  margin: 0;
  padding: 20px 30px;
  background: #f6f8fa;
  border-top: solid 1px #e1e5eb;
  border-bottom: solid 1px #e1e5eb;
}
.modalContents .heading-A h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.modalContents .heading-A h2 span {
  font-size: 18px;
}
.modalContents .heading-A h2::after {
  content: none;
}
.modalContents .heading-A .subTitle {
  font-size: 1.6rem;
  color: #838e9d;
  font-weight: bold;
  margin-bottom: 1rem;
}
.modalContents h3 {
  font-size: 1.6rem;
  padding-left: 15px;
  border-left: solid 3px #838e9d;
  margin: 30px 0 10px;
}
.modalContents .modalWrap {
  clear: both;
  zoom: 1;
}
.modalContents .modalWrap:after {
  content: "";
  display: block;
  clear: both;
}
.modalContents .prof {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #ddd;
  clear: both;
  zoom: 1;
}
.modalContents .prof:after {
  content: "";
  display: block;
  clear: both;
}
.modalContents .prof:last-child {
  border-bottom: none !important;
}
.modalContents .icoTxt {
  text-align: center;
  margin: 0 0 1em;
  color: #DD3F40;
}

.modalTxt {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 30px;
}
.modalTxt p:last-child {
  margin-bottom: 0 !important;
}

.modalProfile {
  max-width: 100%;
  line-height: 1.7;
  margin: 0;
  padding: 0 30px 30px;
  border-top: solid 1px #e1e5eb;
  background: rgba(246, 248, 250, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.modalProfile.border-none {
  border-top: none;
  padding-top: 0;
}
.modalProfile.prof-2col {
  display: block;
}
.modalProfile h3 {
  font-weight: bold;
}
.modalProfile .modalImg {
  width: 180px;
  height: auto;
  padding-top: 30px;
}
.modalProfile.w100 {
  width: 100%;
}
.modalProfile p {
  font-size: 1.3rem !important;
  padding-left: 18px;
}
.modalProfile .name {
  margin-bottom: 0;
  margin-top: 3rem !important;
}
.modalProfile .name span {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
}
.modalProfile h3 + .name {
  margin-top: 0 !important;
}
.modalProfile .desc {
  font-weight: normal !important;
  font-size: 1.2rem !important;
  opacity: 0.8;
  line-height: 1.6 !important;
  margin-top: 10px;
}
.modalProfile .layoutList {
  font-weight: normal !important;
  font-size: 1.2rem !important;
  opacity: 0.8;
  line-height: 1.6 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
}
.modalProfile .layoutList dt {
  font-weight: normal;
  width: 5em;
}
.modalProfile .layoutList dd {
  width: calc(100% - 5em);
}
.modalProfile .layoutList2 dt {
  font-weight: normal;
  width: 7em;
}
.modalProfile .layoutList2 dd {
  width: calc(100% - 7em);
}
.modalProfile .modalLayoutTable {
  font-weight: normal !important;
  font-size: 1.2rem !important;
  opacity: 0.8;
  line-height: 1.6 !important;
  padding-left: 20px;
}
.modalProfile .modalLayoutTable td:first-child {
  white-space: nowrap;
  padding-right: 1em;
}

.modalProfTxt {
  flex: 1;
}

.modalImg figure img {
  width: 100%;
  height: auto;
}

.modalContent_column .modal_section {
  margin: 0 3rem 3rem;
}
.modalContent_column .modal_section p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.modalContent_column .heading-C {
  text-align: left;
  line-height: 1.6;
  padding: 20px;
  margin-bottom: 30px;
  background: #77818f;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modalContent_column .heading-C h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  border-left: solid 3px #838e9d;
  padding-left: 15px;
  color: #3b3d40;
}
.modalContent_column .heading-C {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  background: #f6f8fa;
  border: solid 1px #e1e5eb;
  border-radius: 6px;
  padding: 20px;
}
.modalContent_column .heading-C h3 {
  font-size: 16px !important;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  border-left: solid 3px #838e9d;
}
.modalContent_column .modalProfile {
  border-top: none;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: solid 1px #e1e5eb;
}
.modalContent_column .modalProfile h3 {
  margin-top: 0;
}
.modalContent_column .modalProfile.border-none {
  border-bottom: none !important;
  border-top: none !important;
  padding-top: 0 !important;
}

.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 a {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none !important;
  font-size: 1.4rem;
}
.pageNavigation ul li a i {
  background: #E6F4FF;
  font-size: 1rem;
  padding: 0.5em;
  border-radius: 50em;
  margin-right: 1rem;
}
.pageNavigation ul li a:hover {
  opacity: 0.7;
  color: #1a73e8 !important;
}
.pageNavigation ul li:first-child a {
  border-left: none;
}
.pageNavigation ul li a.current {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40;
  font-weight: bold;
}

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

/* TABLE-A
------------------------------------------ */
.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: 2rem 4rem;
  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ありの場合）
------------------------------------------ */
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center;
}
.table-B table thead th {
  font-weight: bold;
  background-color: #d1d5d9;
  text-align: center;
  border-right: 1px solid #fff;
  background-image: none;
  white-space: nowrap;
}
.table-B table tbody th {
  text-align: left;
}

/* dlTable
========================================== */
.dlTable {
  width: 100%;
}
.dlTable dl {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.dlTable dl dt,
.dlTable dl dd {
  padding: 15px 30px;
}
.dlTable dl dt:not(:last-of-type),
.dlTable dl dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.dlTable dl dt {
  width: 30%;
  background: #ddd;
}
.dlTable dl dd {
  width: 70%;
}

@media screen and (max-width: 767.98px) {
  .dlTable dl {
    width: 100%;
    flex-direction: column;
  }
  .dlTable dl dt,
  .dlTable dl dd {
    width: 100%;
    padding: 10px 15px;
  }
  .dlTable dl dt {
    border-bottom: none;
  }
}
/* 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;
}

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;
}

.priceWrap {
  width: 100%;
  margin: 5rem auto 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 20px rgba(55, 71, 78, 0.1);
  background: #fff;
  border-radius: 8px;
}
.priceWrap .price_group {
  width: 50%;
  text-align: center;
  background: #fff;
}
.priceWrap .price_group:first-child {
  border-right: solid 1px #F0F1F4;
}
.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 #F0F1F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceWrap .price_group .price_body li:last-child {
  border-bottom: solid 1px #F0F1F4;
}
.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;
}

.resultsTable table {
  margin: 0 0 10px;
  border: solid 1px #dde2e8;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.resultsTable table th,
.resultsTable table td {
  padding: 2rem 4rem;
  line-height: 1.8;
  border-spacing: 0;
  border: solid 1px #dde2e8;
}
.resultsTable table thead th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}
.resultsTable table tfoot {
  position: relative;
}
.resultsTable table tfoot:after {
  content: "";
  position: absolute;
  border: solid 3px #d1d5da;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.resultsTable table tfoot th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}

#top #contents {
  padding: 0 4rem !important;
  margin-bottom: 0 !important;
}

#mainvisual {
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 4rem;
  min-height: 530px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  background: url("../images/top/mv_bg.png") no-repeat center top;
  background-size: 100% auto;
}
#mainvisual .mvTxt {
  position: relative;
  display: flex;
}
#mainvisual .mvTxt a:hover {
  opacity: 0.7;
}
#mainvisual .mvTxt .mvTxt_01 {
  width: 50%;
}
#mainvisual .mvTxt .mvTxt_02 {
  width: 50%;
}
#mainvisual .mvSP {
  width: 80%;
  max-width: 900px;
}
#mainvisual .mvSP p {
  margin-bottom: 0;
}

.heading-ICO {
  text-align: center;
  margin-bottom: 4rem;
}
.heading-ICO .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto !important;
  text-align: center;
}
.heading-ICO .en {
  font-size: 1.8rem;
  font-weight: 700;
  color: #E60012;
}
.heading-ICO h2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
}

/* lead
========================================== */
.lead {
  display: flex;
  gap: 3rem;
}
.lead .lead_tit h2 {
  font-size: 5rem;
  font-weight: bolder;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.lead .lead_tit p {
  font-size: 2.4rem !important;
  line-height: 1.5 !important;
}
.lead .lead_txt {
  flex: 1;
}
.lead .lead_txt h2 {
  font-size: 3.2rem;
  font-weight: bolder;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.lead .lead_txt p {
  line-height: 1.5 !important;
}

/* lead
========================================== */
.point {
  margin-top: 10rem;
}
.point .div-2col {
  gap: 40px;
}
.point .div-2col.photo {
  gap: 20px !important;
}
.point .div-2col.photo p {
  margin-bottom: 0px !important;
}
.point > .block {
  margin-top: 3rem;
}
.point h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.point h3 span {
  color: #0076b0;
  font-size: 1.8rem;
}
.point strong {
  color: #0076b0;
}
.point .tit {
  background: #0076b0;
  color: #fff;
  padding: 8px 12px;
}

/* PR
========================================== */
.pr {
  padding: 3rem 0;
}
.pr ul {
  display: flex;
  gap: 10px;
}
.pr ul li {
  width: 300px;
  height: 70px;
}

/* FEATURES
========================================== */
.features {
  padding-top: 5rem;
  padding-bottom: 8rem;
  width: 100vw;
  margin-top: -7rem;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative;
  z-index: -1;
}
.features .inner .heading {
  position: relative;
  z-index: 10;
}
.features .inner .featuresContent {
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}
.features .inner .featuresContent .featuresBox {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(55, 71, 78, 0.1);
  background: #fff;
}
.features .inner .featuresContent .featuresBox:nth-child(2) {
  margin-left: 6rem;
}
.features .inner .featuresContent .featuresBox .thumb {
  width: 260px;
  min-height: 260px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.features .inner .featuresContent .featuresBox .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.features .inner .featuresContent .featuresBox .txt {
  flex: 1;
  padding: 4rem;
}
.features .inner .featuresContent .featuresBox .txt h3 {
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  background: url("../images/top/features_ico.png") no-repeat;
  background-size: 40px 40px;
  padding-left: 50px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.features .inner .featuresContent .featuresBox .txt h3 span {
  font-size: 1.8rem;
}
.features .inner .featuresContent .featuresBox .txt strong {
  color: #00A087;
}

.topContents {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 8rem;
}
.topContents .fbArea {
  width: 300px;
}

/* SPECIAL
========================================== */
.special {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F7F7;
}

.special .heading h3 {

    font-size: 3.2rem;
    font-weight: bolder;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.special .heading h3 span{
  font-size: 2rem;
}

.special .heading h4 {
  width: 850px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.special .heading.t2 h4 {
  width: 665px;
}

.special p.text strong {
    color: #0076b0;
}
.special .specialContents .fair {
  box-shadow: 0px 0px 20px rgba(55, 71, 78, 0.1);
  background: #fff;
  padding: 4rem;
  border-radius: 10px;
}
.special .specialContents .fair h3 {
  margin-bottom: 2rem;
}
.special .specialContents .fair h3.hs {
  width: 350px;
}
.special .specialContents .fair dl.itemList {
  display: flex;
}
.special .specialContents .fair dl.itemList dt {
  white-space: nowrap;
  margin-top: 3px;
}
.special .specialContents .fair dl.itemList dt .label {
  border: solid 1px #37474E;
  font-size: 1.2rem;
  padding: 3px 6px;
  border-radius: 3px;
}
.special .specialContents .fair dl.itemList dd {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-left: 1em;
}
.special .specialContents .fair dl.itemList dd strong {
  font-size: 1.5rem;
}
.special .specialContents .fair-2col {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}
.special .specialContents .fair-3col {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}
.special .fairBtnArea {
  background: rgba(250, 250, 250, 0.571);
  margin: 2rem -4rem -4rem;
  padding: 2rem;
}
.special .fairBtnArea p {
  margin-bottom: 0 !important;
}
.special .fairBtnArea p .btn-A {
  line-height: 60px !important;
  min-height: 60px !important;
}
.detailBtn {
  text-align: right;
  margin-top: 4rem;
}
.detailBtn a {
  font-size: 1.4rem;
  color: #126BB8;
  border: solid 1px #126BB8;
  text-decoration: none !important;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
}
.detailBtn a:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #126BB8;
  border-right: 1px solid #126BB8;
  transform: skew(45deg);
}
.detailBtn a:hover {
  background: #126BB8;
  color: #fff !important;
}
.detailBtn a:hover:after {
  border-color: #fff;
}

.topBtnArea {
  padding: 10rem 0 3rem;
  margin: 0 calc(50% - 50vw) !important;
}

.topBtnArea .btnUnit {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.topBtnArea .btnUnit ::marker {
  display: none;
}

.topBtnArea .btnUnit li a {
  display: block;
}

.topBtnArea .btnUnit li a:hover {
  opacity: 0.7 !important;
}

#merit #mainvisual {
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 370px !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  background: url("../images/top/mv_bg.png") no-repeat center center/cover;
}
#merit #mainvisual .mvTxt {
  position: relative;
  padding: 30px 0;
  width: auto;
  height: 370px;
  max-width: 90%;
  display: flex;
  align-items: center;
}
#merit #mainvisual .mvLabel {
  position: absolute;
  max-height: 400px;
  right: 30px;
  top: 30px;
}
#merit #mainvisual .mvLabel img {
  height: 100%;
  max-height: 400px;
}
#merit .features {
  margin-top: 4rem;
  z-index: 1;
}

#exhibitor {
  /* EXHIBITOR
  ========================================== */
}
#exhibitor .top-logo {
  width: 950px;
  margin: 0 auto;
}
#exhibitor .discount {
  border: solid 2px #e60012;
  border-radius: 10px;
}
#exhibitor .discount h2 {
  color: #fff;
  background: #e60012;
  padding: 1em;
  text-align: center;
  font-weight: 900;
  border-radius: 8px 8px 0 0;
  margin-bottom: 1rem;
}
#exhibitor .discount .deadline {
  text-align: center;
  color: #e60012;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 2rem;
}
#exhibitor .discount .deadline span {
  color: #fff;
  background: #e60012;
  padding: 0.5em;
  font-size: 1.6rem;
}
#exhibitor .discount h3 {
  text-align: center;
  margin: 1em 0;
}
#exhibitor .discount h3 .price {
  color: #e60012 !important;
}
#exhibitor .price {
  font-size: 2.4rem !important;
  font-weight: bold;
  text-align: center;
  color: #0076b0;
}
#exhibitor .price span {
  font-size: 14px;
  color: #444;
}
#exhibitor .price span.red {
  font-size: 13px;
  background: #0076b0;
  margin-top: -5px;
}
#exhibitor .package h4 {
  color: #0076b0;
  margin: 0 0 10px;
}
#exhibitor .package .txt {
  width: 780px;
  float: left;
}
#exhibitor .package .image {
  width: 260px;
  float: right;
}
#exhibitor .poster .table-A th {
  width: 25%;
}
#exhibitor .poster .txtArea {
  width: 770px;
  float: left;
}
#exhibitor .poster .imgArea {
  width: 300px;
  float: right;
}

#exhibition_list .inlink {
  margin: 0 0 30px;
  text-align: center;
}
#exhibition_list .inlink li {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  display: inline-block;
}
#exhibition_list .inlink li a {
  font-weight: bold;
  color: #fff;
  background-color: #666;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  text-decoration: none !important;
  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);
}
#exhibition_list .inlink li a:hover {
  background-color: #CC0000;
}
#exhibition_list .exlist table {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 20px;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-collapse: collapse;
  table-layout: fixed;
}
#exhibition_list .exlist table thead th {
  background: #F6F6F6;
  white-space: nowrap;
  text-align: center;
}
#exhibition_list .exlist table .name {
  width: auto;
}
#exhibition_list .exlist table .field {
  width: 135px;
}
#exhibition_list .exlist table .num {
  width: 135px;
  text-align: center;
}
#exhibition_list .exlist table .detail {
  width: 120px;
}
#exhibition_list .exlist table .appoint {
  width: 120px;
}
#exhibition_list .exlist table .b-none {
  border-left: none;
}
#exhibition_list .exlist table td.child-td {
  width: 100%;
  padding: 0px;
}
#exhibition_list .exlist table td.child-td table {
  margin: 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
#exhibition_list .exlist table td.field ul {
  text-align: center;
}
#exhibition_list .exlist table td.field li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
#exhibition_list .exlist table td.field .field1 {
  background-color: #F30200;
  padding: 5px 10px;
}
#exhibition_list .exlist table td.field .field2 {
  background-color: #001F8A;
  padding: 5px 10px;
  margin-left: 5px;
}
#exhibition_list .exlist table td.field .field3 {
  border: solid 2px #fff;
  background-color: #0076B0;
  color: #FFF100;
  padding: 5px 10px;
  margin-top: 3px;
  box-sizing: border-box;
}
#exhibition_list .exlist table td.detail a {
  color: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 2px;
  background: #2865af;
  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);
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
#exhibition_list .exlist table td.detail a:after {
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
}
#exhibition_list .exlist table td.detail a:hover {
  opacity: 0.8;
}
#exhibition_list .exlist table td.appoint {
  border-left: 1px solid #E5E5E5;
}
#exhibition_list .exlist table td.appoint a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #1f9428;
  font-size: 1.3rem;
  border-radius: 2px;
  white-space: nowrap;
  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);
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
#exhibition_list .exlist table td.appoint a i {
  margin-right: 3px;
}
#exhibition_list .exlist table td.appoint a:hover {
  opacity: 0.8;
}
#exhibition_list .exlist .child-frame {
  margin-left: 50px;
}
#exhibition_list .exlist .child-frame table {
  width: 100%;
}
#exhibition_list .exlist .name-block {
  position: relative;
}
#exhibition_list .exlist .name-block .plan {
  position: absolute;
  top: -5px;
  right: 0px;
  margin: 0px;
  padding: 7px 10px;
  line-height: 140%;
  background-color: #666;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
#exhibition_list .exlist .child-table tr td {
  border-bottom: none;
  border-top: 1px solid #E5E5E5;
}
#exhibition_list .plan {
  font-size: 90%;
  font-weight: bold;
  display: inline-block;
  margin: 0px;
  padding: 7px 10px;
  line-height: 140%;
}
#exhibition_list .plan.plan1 {
  color: #ce9d03 !important;
  background-color: #FEECB3 !important;
}
#exhibition_list .plan.plan2 {
  color: #EA5514 !important;
  background-color: #F9CCB9 !important;
}
#exhibition_list .plan.plan3 {
  color: #A3589F !important;
  background-color: #E3CDE2 !important;
}
#exhibition_list .plan.plan4 {
  color: #AA5B00 !important;
  background-color: #E6CEB3 !important;
}
#exhibition_list .plan.plan5 {
  color: #007CC3 !important;
  background-color: #B3D8ED !important;
}
#exhibition_list .plan.plan6 {
  color: #8E9D27 !important;
  background-color: #DDE2BE !important;
}
#exhibition_list .plan.plan7 {
  color: #717f87 !important;
  background-color: #E1E9EC !important;
}

#exhibition_list .exlist table th,
#exhibition_list .exlist table td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.exhibitor-back {
  text-align: center;
}
.exhibitor-back a {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #83838e;
  padding: 1.5rem;
  width: 40%;
  border-radius: 2px;
  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);
}
.exhibitor-back a:after {
  content: "";
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
}
.exhibitor-back a:hover {
  opacity: 0.8;
}

.appoint-block {
  margin: 0px;
  padding: 0px 0px 40px;
}
.appoint-block .appoint-title {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.appoint-block .appoint-text {
  margin: 15px 0px 10px;
  padding: 10px;
  border: 2px solid #CCC;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.appoint-block .appoint-text .f {
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -9px;
  width: 18px;
}
.appoint-block .appoint-btn {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}
.appoint-block .appoint-btn a {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #2865af;
  padding: 2rem;
  width: 60%;
  border-radius: 3px;
  font-size: 1.8rem;
  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);
}
.appoint-block .appoint-btn a i {
  margin-right: 1em;
}
.appoint-block .appoint-btn a:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.appoint-block .appoint-btn a:hover {
  opacity: 0.8;
}

#appoint .form-table {
  margin: 0px;
  padding: 0px;
}
#appoint .form-table table {
  width: 100%;
}
#appoint .form-table table th {
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 10px 15px;
  width: 250px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#appoint .form-table table td {
  text-align: left;
  margin: 0px;
  padding: 10px 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#appoint .appoint-thanks {
  margin: 0px;
  padding: 0px 0px 60px;
}

.product-block {
  margin: 40px 0px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-block .img {
  margin: 0px;
  padding: 0px;
  width: 300px;
}
.product-block .detail {
  margin: 0px;
  padding: 0px;
  width: 760px;
}
.product-block .detail.img-none {
  width: 100%;
}
.product-block .btn {
  text-align: center;
}
.product-block .btn .download {
  color: #fff !important;
  font-size: 1.5rem;
  text-decoration: none !important;
  background: #1cbb9c;
  border-radius: 3px;
  font-weight: bold;
  width: 300px;
  box-sizing: border-box;
  padding: 1rem 3rem;
  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);
  display: block;
  position: relative;
  margin: 0 0 0 auto !important;
}
.product-block .btn .download i {
  margin-right: 0.5em;
}
.product-block .btn .download:hover {
  opacity: 0.8;
}

.product-movie {
  margin: 40px 0px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-movie .movie-block {
  margin: 0px;
  padding: 0px;
  width: 530px;
}
.product-movie .movie-block .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.product-movie .movie-block .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#access .accBlock ul {
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
#access .accBlock ul li {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
#access .accBlock ul li:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #CDD6DD;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8em;
}
#access .accBlock ul li:last-child::after {
  content: "";
}

.outlinePageNavi {
  width: 100%;
  margin: 0 0 60px;
  zoom: 1;
}
.outlinePageNavi ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.outlinePageNavi ul li {
  width: 33%;
  box-sizing: border-box;
  margin: 5px;
  text-align: center;
}
.outlinePageNavi ul li.current {
  display: block;
  border: solid 1px #EFEFEF;
  color: #919191;
  padding: 10px 0;
}
.outlinePageNavi ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none !important;
  background: #273646;
  border: solid 1px #273646;
  color: #fff !important;
  position: relative;
}
.outlinePageNavi ul li a:hover {
  opacity: 0.7;
}
.outlinePageNavi ul li.bbk a {
  background: #00a162;
  border: solid 3px #00a162;
}
.outlinePageNavi ul li.bbk.current {
  border: solid 3px #00a162;
  color: #00a162;
}
.outlinePageNavi ul li.heat-stroke a {
  background: #ea5413;
  border: solid 3px #ea5413;
}
.outlinePageNavi ul li.heat-stroke.current {
  border: solid 3px #ea5413;
  color: #ea5413;
}

#online_seminar .onlineBlock {
  box-shadow: 0px 0px 20px rgba(55, 71, 78, 0.1);
  background: #fff;
}
#online_seminar .onlineBlock .heading {
  padding: 2.5rem 3rem;
  border-bottom: solid #F0F1F4;
  border-top: solid 2px #005BAC;
}
#online_seminar .onlineBlock .heading h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
}
#online_seminar .onlineBlock .heading h2 span {
  font-size: 80%;
}
#online_seminar .onlineBlock .onlineBody {
  padding: 2.5rem 3rem;
}
#online_seminar .onlineBlock .onlineDesc {
  padding: 0 3rem;
}
#online_seminar .onlineBlock .onlineDesc table th {
  font-size: 1.3rem;
  white-space: nowrap;
}
#online_seminar .onlineBlock .onlineDesc table td {
  font-size: 1.3rem;
}
#online_seminar .onlineBlock .onlineDesc table td .profile {
  display: flex;
  gap: 2rem;
}
#online_seminar .onlineBlock .onlineDesc table td .profile figure {
  width: 200px;
  padding: 0;
  margin: 0;
}
#online_seminar .onlineBlock .onlineDesc table td .profile .name strong {
  font-size: 120%;
}
#online_seminar .onlineBlock .onlineDesc table td .profile .name p:last-child {
  margin-bottom: 0;
}
#online_seminar .appArea {
  margin-top: 3rem;
  padding: 2rem;
  background: #F8FAFC;
}

#visitor #contents {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  #visitor #contents {
    width: 94%;
    padding: 0;
  }
}
#visitor .pageTit {
  border-top: 1px solid #d8e3eb;
  border-bottom: 1px solid #d8e3eb;
  background-image: none;
}

.registHeader {
  padding: 2rem;
  text-align: center;
}
.registHeader h1 {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

#seminar #contents {
  max-width: 96%;
}
#seminar #seminarList .seminarListTable table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 1px;
}
#seminar #seminarList .seminarListTable table thead.sticky {
  position: sticky;
  top: 64px;
  background: #fff;
}
#seminar #seminarList .seminarListTable table thead th {
  background: rgba(131, 142, 157, 0.954);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  padding: 10px;
  border-left: solid 1px #fff;
}
#seminar #seminarList .seminarListTable table thead th:first-child {
  background: #fff;
  border: none;
}
#seminar #seminarList .seminarListTable table th:first-child {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4;
}
#seminar #seminarList .seminarListTable table tr:nth-child(odd) {
  background: rgba(246, 248, 250, 0.4);
}
#seminar #seminarList .seminarListTable table td {
  border-top: solid 1px #e1e5eb;
  background: #f6f8fa;
  height: 100%;
  padding: 10px 5px;
}
#seminar #seminarList .seminarListTable table .seminarTxt {
  padding: 13px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
}
#seminar #seminarList .seminarListTable table .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 7px;
}
#seminar #seminarList .seminarListTable table .name {
  font-size: 11px;
  margin-bottom: 10px !important;
}
#seminar #seminarList .seminarListTable table .name span {
  font-weight: bold;
  font-size: 13px;
}
#seminar #seminarList .seminarListTable table .app {
  margin: auto -13px -13px !important;
  font-size: 90%;
  border-top: solid 1px #e1e5eb;
  background: #f6f8fa;
  padding: 13px;
  overflow: hidden;
}
#seminar #seminarList .seminarListTable table .app p {
  margin: 0 !important;
}
#seminar #seminarList .seminarListTable table .app label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#seminar #seminarList .seminarListTable table .app .fc-red {
  text-align: center !important;
  font-size: 12px;
  color: #838e9d !important;
}
#seminar #seminarList .seminarListTable .semianr_id {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
}
#seminar #seminarList .seminarListTable .id2 {
  padding-left: 26px;
  margin-top: -26px !important;
  margin-bottom: 0 !important;
  display: inline-block;
}
#seminar #seminarList .seminarListTable .id2 span {
  height: 20px;
  padding: 4px;
  font-size: 1rem;
  color: rgba(131, 142, 157, 0.954);
  border: solid 1px rgba(131, 142, 157, 0.954);
}
#seminar #seminarList .seminarListTable .cpd-ico {
  height: 20px;
  width: 30px;
  padding-left: 8px;
  display: inline-block;
}
#seminar #seminarList .seminarListTable .cpd-ico img {
  width: auto;
  height: 20px;
}
#seminar #seminarList .seminarListTable .time_ico {
  margin-top: -18px;
  padding-left: 70px;
  line-height: 1;
  font-size: 1.2rem;
  color: #838e9d;
}
#seminar #seminarList .seminarListTable .time_ico i {
  margin-right: 5px;
}
#seminar #seminarList.seminarInner {
  width: 100%;
  margin: 0 auto;
}
#seminar #seminarList table tbody th {
  color: #fff;
  padding: 10px !important;
}
#seminar #seminarList table tbody tr:nth-child(1) th {
  background: #cc4c47;
}
#seminar #seminarList table tbody tr:nth-child(1) td a {
  color: #cc4c47;
}
#seminar #seminarList table tbody tr:nth-child(1) td .semianr_id {
  background: #cc4c47;
}
#seminar #seminarList table tbody tr:nth-child(1) td .title .label {
  color: #cc4c47;
}
#seminar #seminarList table tbody tr:nth-child(2) th {
  background: #7eb455;
}
#seminar #seminarList table tbody tr:nth-child(2) td a {
  color: #7eb455;
}
#seminar #seminarList table tbody tr:nth-child(2) td .semianr_id {
  background: #7eb455;
}
#seminar #seminarList table tbody tr:nth-child(2) td .title .label {
  color: #7eb455;
}
#seminar #seminarList table tbody tr:nth-child(2) td .title .label.label2 {
  color: #fff;
  background: #7eb455;
}
#seminar #seminarList table tbody tr:nth-child(3) th {
  background: #dd8f44;
}
#seminar #seminarList table tbody tr:nth-child(3) td a {
  color: #dd8f44;
}
#seminar #seminarList table tbody tr:nth-child(3) td .semianr_id {
  background: #dd8f44;
}
#seminar #seminarList table tbody tr:nth-child(3) td .title .label {
  color: #dd8f44;
}
#seminar #seminarList table tbody tr:nth-child(3) td .title .label.label2 {
  color: #fff;
  background: #dd8f44;
}
#seminar #seminarList table tbody tr:nth-child(4) th {
  background: #468e91;
}
#seminar #seminarList table tbody tr:nth-child(4) td a {
  color: #468e91;
}
#seminar #seminarList table tbody tr:nth-child(4) td .semianr_id {
  background: #468e91;
}
#seminar #seminarList table tbody tr:nth-child(4) td .title .label {
  color: #468e91;
}
#seminar #seminarList table tbody tr:nth-child(4) td .title .label.label2 {
  color: #fff;
  background: #468e91;
}
#seminar #seminarList table tbody tr:nth-child(5) th {
  background: #77508a;
}
#seminar #seminarList table tbody tr:nth-child(5) td a {
  color: #77508a;
}
#seminar #seminarList table tbody tr:nth-child(5) td .semianr_id {
  background: #77508a;
}
#seminar #seminarList table tbody tr:nth-child(5) td .title .label {
  color: #77508a;
}
#seminar #seminarList table tbody tr:nth-child(5) td .title .label.label2 {
  color: #fff;
  background: #77508a;
}
#seminar #seminarList table tbody tr:nth-child(6) th {
  background: #3c6185;
}
#seminar #seminarList table tbody tr:nth-child(6) td a {
  color: #3c6185;
}
#seminar #seminarList table tbody tr:nth-child(6) td .semianr_id {
  background: #3c6185;
}
#seminar #seminarList table tbody tr:nth-child(6) td .title .label {
  color: #3c6185;
}
#seminar #seminarList table tbody tr:nth-child(6) td .title .label.label2 {
  color: #fff;
  background: #3c6185;
}
#seminar #seminarList table tbody tr td .title .label {
  font-weight: normal;
  line-height: 1 !important;
  margin-bottom: 5px;
}
#seminar #seminarList table tbody tr td .title .label.label2 {
  font-weight: normal;
  line-height: 1 !important;
  color: #fff !important;
  display: inline-block;
  padding: 4px 6px;
}
#seminar #seminarList table tbody td .icoTxt {
  margin: 0 !important;
  font-size: 13px;
}
#seminar #seminarList table tbody td .icoTxt span {
  color: #fff;
  padding: 3px 6px;
  font-size: 11px !important;
}
#seminar #seminarList .seminar-day2-Line2 .seminarTxt {
  height: 260px;
}
#seminar #seminarList .seminar-day2-Line6 .seminarTxt {
  min-height: 255px;
}
#seminar .label {
  font-size: 11px;
  color: #6EB645;
}
#seminar .icoTxt span {
  background: #DD3F40;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px !important;
}
#seminar .cancel {
  color: #DD3F40;
  text-align: center;
  display: inline-block;
  border: solid 2px #DD3F40;
  font-size: 12px !important;
  font-weight: bold;
  padding: 4px 10px;
  width: 100%;
  box-sizing: border-box;
}
#seminar .timeTable {
  margin-top: 3rem;
}
#seminar .timeTable table {
  margin-top: 3rem;
}
#seminar .timeTable table tr:nth-child(odd) {
  background: #f6f8fa;
}
#seminar .timeTable table thead th {
  text-align: center;
  background: #535a65;
  color: #fff;
}
#seminar .timeTable table tbody th {
  background: #838e9d;
  color: #fff;
}
#seminar .timeTable table tbody td:first-child {
  text-align: center;
}
#seminar .timeTable table tbody td:nth-child(2) {
  font-weight: bold;
}
#seminar .toApp {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw) !important;
  background: #F8FAFC;
  z-index: 100000;
  transition: all 0.5s ease-out;
}
#seminar .toApp.sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#seminar .toApp .toAppBtn {
  width: 80%;
  margin: 0 auto !important;
}
#seminar .toApp .toAppBtn .formBtn {
  width: 100%;
  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);
  padding: 1.2rem 2rem;
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-weight: bold;
  background: #3598db !important;
  color: #fff !important;
  border-radius: 8px;
}
#seminar .submitBtn {
  background: #3598db;
}

#seminar .btn_area {
  text-align: center;
  margin-top: 3rem;
}

#seminar .btn_area .btn_list {
  display: flex;
  justify-content: center;
  background: #f6f8fa;
  padding: 3rem;
}

#seminar .btn_area .btn_list li {
  margin: 1rem;
  width: 30%;
}

#seminar .btn_area .btn_list li a {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 2rem 6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50em;
  background: #314572;
  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;
}

#seminar .btn_area .btn_list li:last-child a,
#beforehand .btn_area .btn_list li:last-child a {
  background: #11ad9e;
}

#seminar .btn_area .btn_list li a:hover,
#beforehand .btn_area .btn_list li a:hover {
  opacity: 0.7;
}

#seminar .btn_area .btn_list li a:after,
#beforehand .btn_area .btn_list li a:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  Margin-top: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.seminarConfirmTable th.date {
  width: 10em !important;
  text-align: center;
}
.seminarConfirmTable td.time {
  width: 10em !important;
  text-align: center;
}

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