@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/* LINK
========================================== */
/* WIDTH & HEIGHT SIZE
========================================== */
/* FONT SIZE
========================================== */
/* BACK GROUND
========================================== */
/* BORDER
========================================== */
/* SHADOW
========================================== */
/* RADIUS
========================================== */
/* BREAK POINT
========================================== */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

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

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

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

#contents {
  width: 1000px;
  margin: 4rem auto;
  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: 5rem 0;
  padding-top: 4rem;
  border-top: solid 1px rgba(160, 167, 180, 0.5);
}
.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;
}

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

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