@charset "UTF-8";
@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;
}

/* 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 {
  color: #CB4640 !important;
  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: 10px;
  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;
}
.formBtn.rectify {
  background-color: #8f8f8f !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
}

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

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

#header {
  background: #fff;
  position: relative;
  border-bottom: solid 1px rgba(160, 167, 180, 0.3);
}
#header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
}
@media screen and (max-width: 1200px) {
  #header .headerInner {
    display: block;
    padding: 12px;
  }
}
#header .headerInner #logo {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  #header .headerInner #logo {
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
}
#header .headerInner .header__menu ul {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  #header .headerInner .header__menu ul {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  #header .headerInner .header__menu ul li {
    width: 100%;
    border-right: solid 1px rgba(160, 167, 180, 0.3);
    border-bottom: solid 1px rgba(160, 167, 180, 0.3);
  }
  #header .headerInner .header__menu ul li a {
    width: 100%;
    border: none;
    padding: 12px;
  }
}
#header .headerInner .header__menu ul a {
  display: block;
  background: #ddd;
  padding: 18px;
  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);
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  #header .headerInner .header__menu ul a {
    font-size: 12px;
    text-align: center;
  }
}
#header .headerInner .header__menu ul a span {
  font-size: 80%;
}
#header .headerInner .header__menu ul a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #C2CBD1;
  padding-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  #header .headerInner .header__menu ul a:after {
    display: none;
  }
}
#header .headerInner .header__menu ul a:hover:after {
  color: #fff;
}
#header .headerInner .header__menu ul .nav01 a {
  background: #004477;
}
#header .headerInner .header__menu ul .nav01 a:hover {
  background: #1a73e8;
}
#header .headerInner .header__menu ul .nav02 a {
  background: #004477;
}
#header .headerInner .header__menu ul .nav02 a:hover {
  background: #1a73e8;
}
#header .headerInner .header__menu ul .nav03 a {
  background: #004477;
}
#header .headerInner .header__menu ul .nav03 a:hover {
  background: #1a73e8;
}

.globalnavi {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px rgba(26, 65, 99, 0.1);
}
.globalnavi ul {
  display: flex;
  justify-content: center;
}
.globalnavi li {
  margin: 0;
}
.globalnavi a {
  position: relative;
  display: block;
  padding: 18px 42px 18px 32px;
  color: #004477;
  font-size: 14px;
  text-decoration: none;
  border-left: solid 1px rgba(160, 167, 180, 0.3);
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .globalnavi a {
    font-size: 12px;
    padding: 12px;
    white-space: nowrap;
  }
}
.globalnavi a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #c2cbd1;
}
.globalnavi a:hover::after {
  color: #004477;
}
.globalnavi li:last-child a {
  border-right: solid 1px rgba(160, 167, 180, 0.3);
}
@media screen and (max-width: 1200px) {
  .globalnavi ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: initial;
  }
  .globalnavi a {
    width: 100%;
    padding: 16px 36px 16px 16px;
    border-right: solid 1px rgba(160, 167, 180, 0.3);
    border-bottom: solid 1px rgba(160, 167, 180, 0.3);
    border-left: none;
  }
  .globalnavi a::after {
    right: 14px;
  }
  .globalnavi li:last-child a {
    border-right: solid 1px rgba(160, 167, 180, 0.3);
    border-bottom: none;
  }
  .globalnavi li:nth-child(7) a {
    border-bottom: none;
  }
}

#contents {
  width: 1000px;
  margin: 4rem auto 0;
  color: #004477;
}
@media screen and (max-width: 767.98px) {
  #contents {
    width: 94%;
    margin: 3rem auto;
  }
}
#contents h2 {
  margin: 1.5rem auto 3rem;
  font-size: 2rem;
  text-align: center;
  font-weight: bolder;
}
@media screen and (max-width: 767.98px) {
  #contents h2 {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
  }
}
#contents .ico {
  width: 40px;
  height: auto;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  #contents .ico {
    margin-bottom: 1rem;
  }
}
#contents .ico img {
  width: 100%;
  height: auto;
}
#contents ul.borderList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
#contents ul.borderList li {
  border: solid 2px #004477;
  padding: 0.5rem;
  border-radius: 4px;
}
#contents table {
  width: 100%;
  border-bottom: solid 1px rgba(160, 167, 180, 0.3);
}
#contents table th, #contents table td {
  padding: 1rem;
  line-height: 1.6;
  border-top: solid 1px rgba(160, 167, 180, 0.3);
}
#contents .nikkei h2 {
  display: flex;
  justify-content: center;
}
#contents .nikkei h2 img {
  height: 3rem;
  width: auto;
  margin-right: 1rem;
}
#contents .div-2col {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.98px) {
  #contents .div-2col {
    display: flex;
    flex-direction: column;
  }
}
#contents .div-2col .block h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  #contents .div-2col .block h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
#contents .div-2col .block h3 span {
  color: #fff;
  background-color: #004477;
  font-size: 80%;
  border-radius: 4px;
  margin-right: 1rem;
  padding: 0.5rem 0.8rem;
}

.leaflet {
  width: 100%;
  text-align: center;
  margin: 0 0 5rem;
  padding-top: 4rem;
}
.leaflet h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bolder;
  color: #004477;
}

.btn {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 4px;
  background: #004477;
  padding: 1.5rem 4rem;
  font-weight: bold;
}
.btn:hover {
  opacity: 0.8;
}

#footer {
  padding: 4rem 2rem;
  background: #004477;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
#footer h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.sns li {
  width: 34px;
  height: 34px;
}
.sns li svg {
  fill: #fff;
}

.copyright {
  text-align: center;
  padding: 2rem 0;
  color: #004477;
}

ul.circle {
  margin-left: 1em;
}

ul.circle li {
  list-style: inside;
  margin-top: 0.5rem;
  line-height: 1.5;
  text-indent: -1.3em;
}

.seminar {
  background: #004477;
  margin: 0 calc(50% - 50vw) !important;
}
.seminar .inner {
  width: 1000px;
  margin: 3rem auto;
  padding: 3rem 0rem;
}
@media screen and (max-width: 767.98px) {
  .seminar .inner {
    width: 94%;
  }
}
.seminar .inner h2 {
  color: #fff;
}
.seminar .seminar .inner .ico {
  margin-top: 0 !important;
}
.seminar .inner li {
  color: #fff;
}
.seminar .registration .coming {
  border: solid 3px #ddd;
  text-align: center;
  padding: 1rem;
}
.seminar .seminarWrap {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap {
    flex-direction: column;
  }
}
.seminar .seminarWrap .seminarTxt {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap .seminarTxt {
    width: 100%;
  }
}
.seminar .seminarWrap .seminarImg {
  width: 60%;
}
@media screen and (max-width: 767.98px) {
  .seminar .seminarWrap .seminarImg {
    width: 100%;
  }
}
.seminar .seminarBtn {
  margin-top: 30px !important;
  text-align: center;
}
.seminar .seminarBtn a {
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  background: #1a73e8;
  color: #fff !important;
}

#contact .ins {
  color: #dc3545;
}
#contact .attention {
  background: #f8d7da !important;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
}
#contact .attention li {
  line-height: 1.6;
  text-indent: -1em;
}
#contact .contactTable {
  margin-bottom: 3rem;
}

/* .topFaq
----------------------------------------------- */
.topFaq {
  text-align: center;
  margin: 5rem calc(50% - 50vw) 0;
  padding: 4rem 0;
  background: color(display-p3 0.947 0.969 0.978);
}

.topFaq .l-container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .topFaq .l-container {
    width: 94% !important;
    margin: 3rem auto;
  }
}

.topFaq h3 {
  font-weight: bold;
  font-size: 120%;
  margin: 4rem 0 2rem;
}

.faqNav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 1.5rem;
  margin-bottom: 2.5rem;
}

.faqNav_item {
  display: block;
}

.faqNav_item a {
  position: relative;
  display: block;
  padding-block: 0.1875rem;
  padding-left: 1.75rem;
  line-height: 1.3;
  color: #004477;
  text-decoration: underline;
  background-image: url("/money/assets/2026/images/visitor/arrow_down.svg");
  background-repeat: no-repeat;
}

.faqNav_item a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
}

@media (any-hover: hover) {
  .faqNav_item a:hover {
    text-decoration: none;
    color: #1a73e8 !important;
  }
}
.faqNav_item a:focus-visible {
  text-decoration: underline;
}

.faqList {
  margin: 0;
}

.faqList_item {
  overflow: hidden;
}

.faqList_item + .faqList_item {
  margin-top: 0.9375rem;
}

.faqList_question {
  position: relative;
  width: 100%;
  padding: 1.125rem 3.5625rem 1.0625rem 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  transition: color 0.2s, background-color 0.2s;
}

.faqList_question::before, .faqList_question::after {
  position: absolute;
  display: block;
  content: "";
  top: 1.1875rem;
  left: 1.25rem;
  width: 0.75rem;
  height: 1.25rem;
  transition: opacity 0.2s, visibility 0.2s;
}

.faqList_question::before {
  background-image: url("/money/assets/2026/images/visitor/ico_question.svg");
}

.faqList_question::after {
  visibility: hidden;
  background-image: url("/money/assets/2026/images/visitor/ico_question_white.svg");
  opacity: 0;
}

.faqList_question .-icon {
  position: absolute;
  top: 1.0625rem;
  right: 1.0625rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #004477;
  border-radius: 3px;
}

.faqList_question .-icon::before, .faqList_question .-icon::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.875rem;
  height: 2px;
  margin: auto;
  content: "";
  background: #fff;
  transition: 0.1s linear;
}

.faqList_question .-icon::after {
  transform: rotate(-90deg);
}

.faqList_question.is-open {
  color: #fff;
  background-color: #004477;
}

.faqList_question.is-open::before {
  visibility: hidden;
  opacity: 0;
}

.faqList_question.is-open::after {
  visibility: visible;
  opacity: 1;
}

.faqList_question.is-open .-icon::after {
  transform: rotate(0deg);
}

@media (any-hover: hover) {
  .faqList_question:hover {
    color: #fff;
    background-color: #004477;
  }
  .faqList_question:hover::before {
    visibility: hidden;
    opacity: 0;
  }
  .faqList_question:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
.faqList_question:focus-visible {
  color: #fff;
  background-color: #004477;
}

.faqList_question:focus-visible::before {
  visibility: hidden;
  opacity: 0;
}

.faqList_question:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.faqList_answer_body {
  padding: 1.25rem 1.25rem 1.25rem 3rem;
  background: #fff;
  text-align: left;
  background: #fff url(/money/assets/2026/images/visitor/ico_answer.svg) no-repeat 1.25rem 1.4375rem/0.8125rem auto;
}
.faqList_answer_body p:last-child {
  margin-bottom: 0 !important;
}

.faqList_answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faqList_answer.is-open {
  overflow: visible;
}

.numeric {
  list-style-type: number;
}
.numeric li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  line-height: 1.4;
}

.pageTit {
  background: #00A9E4;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 4rem 0;
  margin: 0 calc(50% - 50vw) 4rem !important;
}
.pageTit h2 {
  color: #fff;
  margin: 0 !important;
  font-weight: bold;
  font-size: 2rem;
}

.exhibitorList {
  width: 94%;
  margin: 0 auto;
}
.exhibitorList .exhibitorWrap {
  margin-bottom: 2rem;
  border-top: solid 1px rgba(160, 167, 180, 0.3);
  padding-top: 2rem;
}
.exhibitorList .exhibitorWrap h2 {
  text-align: left !important;
  margin: 0 0 1rem !important;
  font-size: 1.6rem !important;
  border-left: 4px solid #00A9E4;
  padding-left: 0.8em;
}

.seminarWrapper {
  background: #fff;
}
.seminarWrapper .heading {
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
  position: relative;
}
.seminarWrapper .heading:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  border-bottom: 4px solid #1a73e8;
}

.seminarContaier {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .seminarContaier {
    flex-direction: column;
  }
}
.seminarContaier .seminarA {
  width: 50%;
  background: #f8f8f8;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .seminarContaier .seminarA {
    width: 100%;
  }
}
.seminarContaier .seminarB {
  width: 50%;
  background: #f8f8f8;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .seminarContaier .seminarB {
    width: 100%;
  }
}
.seminarContaier .seminarBlock {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.seminarContaier .seminarBlock .date {
  background: #e1e5eb;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: bold;
}
.seminarContaier .seminarBlock .session {
  margin: 0 0 10px !important;
  font-size: 70%;
  color: #F45058;
  border: solid 1px #F45058;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}
.seminarContaier .seminarBlock .special {
  margin: 0 0 10px !important;
  font-size: 70%;
  color: #fff;
  border: solid 1px #dab300;
  background: #dab300;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}
.seminarContaier .seminarBlock .special.special2 {
  background: #004477;
  border: solid 1px #004477;
}
.seminarContaier .seminarBlock .special.full {
  background: #F45058;
  border: solid 1px #F45058;
}
.seminarContaier .seminarBlock .seminarBlock__head {
  padding: 20px;
  background: #F8FAFC;
}
.seminarContaier .seminarBlock .seminarBlock__head h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}
.seminarContaier .seminarBlock .seminarBlock__body {
  padding: 10px 20px;
}
.seminarContaier .seminarBlock .seminarBlock__foot {
  padding: 20px;
  display: flex;
  gap: 10px;
  border-top: solid 1px #e1e5eb;
}
.seminarContaier .seminarBlock .seminarBlock__foot .thumb {
  width: 100px;
}
.seminarContaier .seminarBlock .seminarBlock__foot .txt {
  flex: 1;
}
.seminarContaier .seminarBlock .seminarBlock__foot .label {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.seminarContaier .seminarBlock .seminarBlock__foot .name {
  font-weight: bold;
  margin-bottom: 0 !important;
}
.seminarContaier .seminarBlock .seminarBlock__foot p:last-child {
  margin-bottom: 0 !important;
}
.seminarContaier .seminarBtn {
  width: 50%;
  margin: 6px 0 0 !important;
  text-align: center;
}
.seminarContaier .seminarBtn a {
  font-size: 13px;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  text-decoration: none !important;
  padding: 4px;
  background: #1a73e8;
  color: #fff !important;
  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);
  cursor: pointer;
  width: 100%;
}
.seminarContaier .seminarBtn a:hover {
  opacity: 0.7;
}
.seminarContaier .place {
  font-weight: bold;
  text-align: center;
  background: #004477;
  color: #fff;
  padding: 10px;
}
.seminarContaier .seminarB .place {
  background: #518200;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal .modalHead {
  padding: 20px;
  background: #F8FAFC;
}
.modal .modalHead h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 32px;
}
.modal .modalBody {
  padding: 20px;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
}

.modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal__content {
  position: relative;
  z-index: 1;
  width: min(90%, 560px);
  margin: 10vh auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal__content .profile {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-top: solid 1px #e1e5eb;
}
.modal__content .profile .thumb {
  width: 100px;
}
.modal__content .profile .txt {
  flex: 1;
}
.modal__content .profile .label {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.modal__content .profile .name {
  font-weight: bold;
}
.modal__content .profile p:last-child {
  margin-bottom: 0 !important;
}
.modal__content .profileTxt {
  font-size: 14px;
}

.modal.is-open .modal__content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.present {
  text-align: center;
  margin: 2rem calc(50% - 50vw) 0;
  padding: 1rem 0 4rem;
  background: color(display-p3 0.947 0.969 0.978);
}
.present .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .present .inner {
    width: 94% !important;
    margin: 3rem auto;
  }
}

/* sponsor */
.sponsor ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.sponsor ul a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  padding: 10px 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor ul img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.sponsor ul a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 600px) {
  .sponsor ul {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.sponsorB {
  margin-top: 20px;
  border-top: solid 1px rgba(160, 167, 180, 0.3);
}

.ad ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
}

.ad ul a {
  display: block;
  overflow: hidden;
  padding: 10px 16px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad ul img {
  display: block;
  width: 100%;
  height: 160px;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.ad ul a:hover {
  transform: translateY(-3px);
}

.movie {
  text-align: center;
  margin: 2rem calc(50% - 50vw) 0;
  padding: 1rem 0 4rem;
}
.movie .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .movie .inner {
    width: 94%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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