@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap&text=0123456789");
#contents img {
  width: 100%;
  height: auto;
}

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

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

#contents p {
  line-height: 2;
  margin: 0 0 1em;
}
@media screen and (max-width: 1023.98px) {
  #contents p {
    font-size: 1.4rem;
  }
}

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

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

.text-link {
  margin-top: 8px;
  color: #1a73e8;
  border: solid 1px #1a73e8;
  border-radius: 4px;
  font-size: 90%;
  padding: 4px 10px 4px 10px;
  text-decoration: none !important;
}
.text-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 6px;
}
.text-link:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: solid 2px #01B074;
  background: #01B074;
}

.small {
  font-size: 1.2rem;
}

.medium {
  font-size: 1.4rem;
}

.large {
  font-size: 2.2rem;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

.fc-red {
  color: #CB4640 !important;
}

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

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

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

*, ::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;
}

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

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #313B4E;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

#container {
  width: 100%;
}

#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  overflow-x: hidden;
}

#contents {
  font-size: 1.6rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1023.98px) {
  #contents {
    padding: 0 14px;
  }
}

#main {
  width: 90%;
  max-width: 980px;
}

.inner {
  width: 1400px;
  margin: 0 auto;
}

a:hover {
  opacity: 0.75;
}

.visitor {
  /* TOGGLE
  ========================================== */
}
.visitor #header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  width: 100%;
  background: #fff;
  transition: 0.5s;
  position: sticky;
  top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header {
    height: 80px;
    padding: 1rem;
    box-sizing: border-box;
  }
}
.visitor #header #logoArea {
  display: flex;
  padding: 0 3rem;
  max-height: 84px;
  transition: 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #logoArea {
    padding: 0 1rem;
  }
}
.visitor #header #logoArea #date {
  margin-left: 1rem;
}
@media screen and (max-width: 1100px) {
  .visitor #header #logoArea #date {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #logoArea #date {
    max-height: 60px;
    display: block;
  }
}
.visitor #header #logoArea img {
  width: 100%;
  height: auto;
  max-height: 90px;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #logoArea img {
    max-height: 50px;
  }
}
.visitor #header #navArea {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  flex-shrink: 0;
  padding: 0;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea {
    background-color: #F1C300;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    height: 100%;
    width: 100%;
    display: none;
    padding-top: 80px;
  }
}
.visitor #header #navArea #headernavi {
  margin-left: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  order: 1;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi {
    margin-left: 0;
    position: relative;
    flex-direction: column;
  }
}
.visitor #header #navArea #headernavi .facebook {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi .facebook {
    justify-content: center;
    order: 2;
    margin-top: 2rem;
  }
}
.visitor #header #navArea #headernavi .facebook img {
  width: 30px;
  height: 30px;
}
.visitor #header #navArea #headernavi ul {
  display: flex;
  width: 100%;
  margin-left: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul {
    width: 90%;
    margin: 4rem auto 0;
    gap: 1rem;
  }
}
.visitor #header #navArea #headernavi ul li a {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  padding: 1.3rem 2.3rem;
  color: #000;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul li a {
    padding: 1.3rem 0;
    width: 100%;
  }
}
.visitor #header #navArea #headernavi ul li:nth-child(1) a {
  background: #F1C300;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul li:nth-child(1) a {
    background: #343434;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.1);
    padding: 2rem;
  }
}
.visitor #header #navArea #headernavi ul li:nth-child(2) a {
  color: #fff;
  background: #343434;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul li:nth-child(2) a {
    color: #343434;
    background: #F1C300;
    border: solid 1px #343434;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.1);
  }
}
.visitor #header #navArea #headernavi ul li:nth-child(3) a {
  background: #F5F5F5;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul li:nth-child(3) a {
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.1);
  }
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #headernavi ul {
    flex-direction: column;
  }
}
.visitor #header #navArea #globalnavi {
  min-height: 90px;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 3rem;
  order: 2;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi {
    padding-right: 0;
    overflow: hidden;
  }
}
.visitor #header #navArea #globalnavi ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul {
    flex-direction: column;
    justify-content: center;
  }
}
.visitor #header #navArea #globalnavi ul li {
  color: #ddd;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul li {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
.visitor #header #navArea #globalnavi ul li a {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 1px #ddd;
  padding: 0 3rem;
  white-space: nowrap;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul li a {
    border-left: none;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
  }
  .visitor #header #navArea #globalnavi ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    top: 50%;
    right: 20px;
    position: absolute;
    margin-top: -0.5em;
  }
}
.visitor #header #navArea #globalnavi ul li:hover .dropdown__lists {
  transform: scaleY(1);
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul li:hover .dropdown__lists {
    transform: none;
    position: relative;
  }
}
.visitor #header #navArea #globalnavi ul li span {
  color: #ddd;
  font-size: 1.7rem;
  font-weight: bold;
  border-left: solid 1px #ddd;
  padding: 0 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul li span {
    border-left: none;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
  }
  .visitor #header #navArea #globalnavi ul li span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    top: 50%;
    right: 20px;
    position: absolute;
    margin-top: -0.5em;
  }
}
.visitor #header #navArea #globalnavi ul li:last-child a {
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header #navArea #globalnavi ul li:last-child a {
    border-right: none;
  }
}
.visitor #header .drop-menu {
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header .drop-menu {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .visitor #header .drop-menu > a:after {
    display: none;
  }
}
.visitor #header .dropdown__lists {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s;
  width: max-content;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header .dropdown__lists {
    display: block;
    transform: none;
    padding-top: 1em;
    position: relative;
    border-top: solid 1px #F1C300;
  }
}
@media screen and (max-width: 1023.98px) {
  .visitor #header .dropdown__list {
    padding: 0 !important;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: none !important;
  }
}
.visitor #header .dropdown__list a {
  text-align: center;
  display: block;
  background-color: #fff;
  transition: opacity 0.3s;
  border-left: none !important;
  padding: 0.8em 1em !important;
  font-size: 90% !important;
  margin-top: 1px;
}
@media screen and (max-width: 1023.98px) {
  .visitor #header .dropdown__list a {
    margin-top: 0;
    padding: 0;
    background: #e5b900;
  }
}
.visitor #header .dropdown__list a:hover {
  background: #222;
  color: #fff !important;
}
.visitor #header .dropdown__list a.list-small {
  font-size: 86% !important;
}
.visitor #header .dropdown__list:last-child a {
  border-right: none !important;
}
.visitor #header.fixed {
  height: 80px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.visitor #header.fixed #logo,
.visitor #header.fixed #logo img,
.visitor #header.fixed #date img {
  height: 64px;
}
.visitor #header.fixed #navArea {
  flex-direction: row;
}
.visitor #header.fixed #navArea #headernavi {
  order: 2;
}
.visitor #header.fixed #navArea #headernavi li a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 0 4rem;
}
.visitor #header.fixed #navArea #headernavi li:nth-child(2), .visitor #header.fixed #navArea #headernavi li:nth-child(3) {
  display: none;
}
.visitor #header.fixed #navArea #globalnavi {
  min-height: 80px;
  max-height: 80px;
}
.visitor #header.fixed #navArea #globalnavi ul li a {
  font-size: 1.5rem;
}
.visitor #nav-toggle {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .visitor #nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 1000;
  }
  .visitor #nav-toggle div {
    position: relative;
    width: 40px;
    top: 15px;
  }
  .visitor #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 11px;
    display: block;
    background: #000;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  .visitor #nav-toggle span:nth-child(1) {
    top: 0;
  }
  .visitor #nav-toggle span:nth-child(2) {
    top: 13px;
  }
  .visitor #nav-toggle span:nth-child(3) {
    top: 26px;
  }
  .visitor #nav-toggle:hover span:nth-child(1) {
    top: 0px;
  }
  .visitor #nav-toggle:hover span:nth-child(3) {
    top: 26px;
  }
  .visitor .open #nav-toggle span {
    background: #000;
  }
  .visitor .open #nav-toggle span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }
  .visitor .open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .visitor .open #nav-toggle span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }
}

#footer {
  padding: 4rem;
  text-align: center;
  background: #222;
}
@media screen and (max-width: 1023.98px) {
  #footer {
    padding: 2rem;
  }
}
#footer #footerNavi ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1023.98px) {
  #footer #footerNavi ul {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
#footer #footerNavi ul li a {
  color: #fff;
}
#footer #footerNavi ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #888;
  padding-right: 5px;
}
#footer .footerContact {
  margin: 4rem 0;
  padding-top: 4rem;
  text-align: center;
  color: #fff;
  border-top: solid 1px rgba(136, 136, 136, 0.43);
}
#footer .footerContact h3 {
  margin-bottom: 2rem;
}
#footer .footerContact h3 span {
  font-size: 80%;
  font-weight: normal;
}
#footer .footerContact p {
  line-height: 1.6;
}
#footer .footerTable {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  #footer .footerTable {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
#footer .footerTable table {
  width: 50%;
  margin: 4rem auto;
  border: solid 1px #999;
  padding: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1023.98px) {
  #footer .footerTable table {
    width: 100%;
    margin: 0;
  }
}
#footer .footerTable table th,
#footer .footerTable table td {
  padding: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1023.98px) {
  #footer .footerTable table th,
  #footer .footerTable table td {
    display: block;
  }
}
#footer .footerTable table th {
  text-align: center;
  background: #333;
  color: #fff;
}
#footer .footerTable table td {
  background: #fff;
}
#footer .footerTable table:last-child {
  border-left: none;
}
#footer #copyright {
  color: #888;
}
@media screen and (max-width: 1023.98px) {
  #footer #copyright {
    margin-top: 2rem;
  }
}

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

/* アナウンス（赤）
------------------------------------------ */
.announce {
  padding: 2rem;
  color: #CB4640;
  background: #FCECEB;
  border-radius: 4px;
}
.announce h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.announce p {
  margin: 0 !important;
}
.announce p span {
  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 ul {
  margin-top: 0.7rem;
}

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

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

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

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

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

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

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

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

/* 分割
------------------------------------------ */
.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 20px;
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023.98px) {
  .div-2col {
    display: flex;
    flex-direction: column;
  }
}

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

.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;
  font-size: 1rem;
  line-height: 1.6rem;
}
.app-agree-att ul {
  text-align: left;
  margin: 0px auto;
  padding: 10px 0px;
  width: 810px;
}
.app-agree-att ul li {
  list-style: none;
}
.app-agree-att a {
  text-decoration: underline;
  color: #d71920;
}
.app-agree-att input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}
.app-agree-att p {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

label {
  cursor: pointer;
}

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

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

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

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

.formBtnUnit {
  text-align: center;
  clear: both;
}
.formBtnUnit li {
  min-width: 300px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
}

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

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

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

.nagoya .formBtn {
  background: #cb443e;
}
.nagoya .formBtn:hover {
  background: #f24e45 !important;
}
.nagoya .formBtn2 {
  background: #666 !important;
}
.nagoya .formBtn2:hover {
  background: #f24e45 !important;
}

.nagoya .formBtnUnit .btn-next .formBtn {
  background-color: #cb443e !important;
}
.nagoya .formBtnUnit .btn-next .formBtn:hover {
  background-color: #f24e45 !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;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

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

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

.formTxt2 {
  font-size: 90%;
}

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

/* 1.HEADING
========================================== */
.pageTit {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6rem !important;
  min-height: 200px;
  background: #F1C300;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1023.98px) {
  .pageTit {
    flex-direction: column;
    margin-bottom: 4rem !important;
  }
}
.pageTit .pageTit__txt {
  background: #F1C300;
  min-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageTit .pageTit__txt.press_tit {
  background: #01B074;
}
@media screen and (max-width: 1023.98px) {
  .pageTit .pageTit__txt {
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 100;
    margin-left: -50%;
    background: transparent;
  }
}
.pageTit .pageTit__txt h2 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .pageTit .pageTit__txt h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: #000 1px 0 10px;
  }
}
.pageTit .pageTit__txt h2 span {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1023.98px) {
  .pageTit .pageTit__txt h2 span {
    font-size: 1.6rem;
  }
}
.pageTit .pageTit__image {
  flex: 1;
}
@media screen and (max-width: 1023.98px) {
  .pageTit .pageTit__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: url("../images/visitor/pagetit.png") no-repeat;
    background-size: cover;
  }
  .pageTit .pageTit__image img {
    display: none;
  }
}

/* HEADING
------------------------------------------ */
.heading {
  margin: 4rem 0 2rem;
}
.heading h2 {
  font-weight: 900;
  font-size: 2.4rem;
  padding: 1rem 2rem;
  border-left: solid 4px #F1C300;
}
.heading h2 span {
  font-size: 1.6rem;
  color: #fff;
  margin-left: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .heading h2 span {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

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

.heading-B {
  line-height: 1.5;
  position: relative;
  padding: 0 0 14px;
  border-bottom: solid 2px #dde2e8;
  margin: 0 0 20px;
  clear: both;
}
.heading-B h2,
.heading-B h3 {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 2px #F1C300;
  border-image-slice: 1;
  position: relative;
  top: 16px;
  padding: 0 15px 10px !important;
  margin-bottom: 0 !important;
}
.heading-B h2 span,
.heading-B h3 span {
  font-size: 80%;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold;
}

.faqWrap {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #d8e3eb;
}

.heading-faq {
  position: relative;
  margin: 4rem 0 2rem;
}
.heading-faq h2 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.heading-faq h2:before {
  content: "Q";
  color: #fff;
  background: #F1C300;
  padding: 1rem;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50em;
  display: inline-block;
  margin-right: 1rem;
}

.answer {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.answer:before {
  content: "A";
  color: #fff;
  background: #000;
  padding: 1rem;
  min-width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50em;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}

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

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

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

ul.icoList li {
  line-height: 1.5;
  list-style-position: inside;
  margin-top: 5px;
}
ul.icoList li:before {
  content: "■";
  color: #F8B042;
}
ul.icoList li a {
  min-height: 16px;
  text-indent: 1em;
  padding-left: -1em;
  position: relative;
  text-decoration: underline !important;
  color: #000 !important;
}
ul.icoList li a:hover {
  text-decoration: none !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: block;
  padding: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none !important;
  font-size: 1.4rem;
}
.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;
}

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

#visitorInfo {
  padding-top: 40px;
  margin-top: -40px;
}

/* 分割
------------------------------------------ */
.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 4rem;
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023.98px) {
  .div-2col {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

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

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

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: 1.7rem 2rem;
  border-bottom: solid 1px #dde2e8;
  line-height: 1.8;
}
.table-A table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.table-A table thead th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
  background-image: none;
}
.table-A table thead th:last-child {
  border-right: 0px;
}
.table-A table tfoot {
  position: relative;
}
.table-A table tfoot:after {
  content: "";
  position: absolute;
  border: solid 3px #d1d5da;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-A table tfoot th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}

/* TABLE-B （theadありの場合）
------------------------------------------ */
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center !important;
}
.table-B table thead th {
  font-weight: bold;
  background-color: #ddd;
  text-align: center !important;
  border-right: 1px solid #fff;
  background-image: none;
  white-space: nowrap;
}
.table-B table tbody th {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

.highlight {
  background: #faffd4 !important;
}

.resultsTable th,
.resultsTable td {
  font-size: 1.3rem !important;
  padding: 1rem 1.5rem !important;
}

.resultsTable tbody th {
  width: 220px;
}

.visitor img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023.98px) {
  .visitor #contents {
    width: 94%;
    margin: 0 auto;
  }
}
.visitor #contents section {
  margin-bottom: 6rem;
}
.visitor .btnArea {
  margin-top: 8rem;
  background: #F9F9F9;
  padding: 4rem;
}
@media screen and (max-width: 1023.98px) {
  .visitor .btnArea {
    padding: 2rem;
  }
}
.visitor .btnArea ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1023.98px) {
  .visitor .btnArea ul {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}
.visitor .btnArea ul li {
  width: 100%;
}
.visitor .btnArea ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #222;
  width: 100%;
  font-size: 2.4rem;
  color: #F1C300 !important;
  font-weight: bold;
  text-align: center;
  padding: 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);
  min-height: 116px;
}
@media screen and (max-width: 1023.98px) {
  .visitor .btnArea ul li a {
    min-height: 90px;
  }
}
.visitor .btnArea ul li a span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1rem;
}
.visitor .btnArea ul li:last-child a {
  background: #F1C300;
  color: #222 !important;
}
.visitor .online {
  background: #F1C300;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  width: 1000px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 1023.98px) {
  .visitor .online {
    width: 100%;
  }
}
.visitor .online .onlineWrap {
  display: flex;
  gap: 3rem;
  padding: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1023.98px) {
  .visitor .online .onlineWrap {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
}
.visitor .online .onlineWrap .onlineTit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.visitor .online .onlineWrap .onlineTit:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1eb";
  font-weight: 900;
  display: block;
  position: absolute;
  left: -80px;
  bottom: -100px;
  font-size: 190px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 100;
}
.visitor .online .onlineWrap .onlineTit h3 {
  position: relative;
  z-index: 1000;
}
.visitor .online .onlineWrap .onlineTit span {
  font-size: 1.8rem;
}
.visitor .online .onlineWrap .onlineTxt {
  background: #fff;
  flex: 1;
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .visitor .online .onlineWrap .onlineTxt {
    padding: 2rem;
  }
}
.visitor .online .onlineWrap .onlineTxt p:first-child {
  font-size: 2rem;
  font-weight: bold;
}
.visitor .online .onlineWrap .onlineTxt .btn a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #222;
  width: 100%;
  font-size: 2rem;
  color: #F1C300 !important;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  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);
  margin-top: 2rem;
}
.visitor .semianrBlock {
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  display: flex;
  flex-direction: column;
  width: 400px;
}
.visitor .semianrBlock .semianrHead {
  border-bottom: solid 1px #dde2e8;
  padding: 2rem;
}
.visitor .semianrBlock .semianrHead h3 {
  font-weight: bold;
  font-size: 110%;
}
.visitor .semianrBlock .semianrBody {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}
.visitor .semianrBlock .semianrBody .txt p {
  margin: 0 !important;
  font-size: 90%;
}
.visitor .flow .step {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: #fff;
  border: solid 1px #dde2e8;
  border-radius: 4px;
  padding: 3rem;
}
.visitor .flow .step:before, .visitor .flow .step:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.visitor .flow .step:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #dde2e8;
  z-index: 1;
}
.visitor .flow .step:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.visitor .flow .step.last:before, .visitor .flow .step.last:after {
  content: "";
  border: transparent !important;
}
.visitor .flow .step .heading {
  margin-top: 0;
  margin-bottom: 0;
}
.visitor .flow .step .heading h3 {
  margin-bottom: 0;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.visitor .flow .step .heading h3 .label {
  background: #F1C300;
  font-size: 1.3rem;
  padding: 0.7rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  margin-right: 2rem;
}
.visitor .flow .step .heading h3 .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F1C300;
}
.visitor .flow .step .txt {
  margin-top: 2rem;
}
.visitor .flow .step .txt p {
  margin-bottom: 0 !important;
}
.visitor #topics {
  flex: 1;
}
.visitor #accessInfo h3 {
  font-size: 110%;
  font-weight: bold;
  border-left: solid 3px #F1C300;
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.visitor .btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #000 !important;
  background: #F1C300;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem;
  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);
  border-radius: 6px;
  font-size: 1.5rem;
  line-height: 1;
}
.visitor .btn.btn-B {
  background: #222;
  color: #F1C300 !important;
}
.visitor ul.btnUnit {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1023.98px) {
  .visitor ul.btnUnit {
    flex-direction: column;
    gap: 10px;
  }
}
.visitor ul.btnUnit li {
  flex: 1;
}
.visitor .bannerArea {
  background: rgba(239, 239, 239, 0.841);
  padding: 4rem;
  margin-top: 6rem;
}
.visitor .bannerArea .tit {
  text-align: center;
  margin: 4rem 0 2rem !important;
}
.visitor .bannerArea .tit h3 {
  font-weight: bold;
  border-bottom: solid 3px #F1C300;
  display: inline-block;
  padding-bottom: 1em;
  font-size: 1.8rem;
}
.visitor .bannerArea p {
  line-height: 1.6;
}
.visitor .bannerArea ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.visitor .bannerArea .sponsored {
  margin-bottom: 4rem;
}
.visitor .bannerArea .sponsored li {
  width: 200px;
}
.visitor .attention {
  color: #CB4640 !important;
  border: solid 2px #CB4640;
  background: #FCECEB;
  padding: 2rem;
  margin-top: 3rem;
}
.visitor .attention h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.visitor .attention p {
  margin-bottom: 0 !important;
}
.visitor .en #header {
  position: relative;
  width: 100%;
}
.visitor .en #header .english {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 3;
}
.visitor .en #header .english a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1C300;
  color: #000;
  font-weight: bold;
  padding: 1em 2em;
  cursor: pointer;
}
.visitor .en #header .english a:hover {
  background: #000;
  color: #F1C300;
}
.visitor .en #header #mvbg {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
}
.visitor .en #header #mvbg img {
  width: 100%;
  height: auto;
}
.visitor .en #header #logo {
  max-width: 84%;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
  z-index: 2;
}
.visitor .en #header #logo img {
  width: 100%;
}
.visitor .en ul.descList li {
  font-weight: normal;
  margin-top: 0.5em;
  line-height: 1.5;
}
.visitor .en .noteBox {
  border: solid 2px #F8B042;
  background: #FEF7EC;
  padding: 1.6rem 2rem;
  color: #da8300;
}
.visitor .en .noteBox h3 {
  font-weight: bold;
}
.visitor .en .noteBox p:last-child {
  margin-bottom: 0;
  font-size: 90%;
}
.visitor .en .footerTable th span {
  font-size: 80%;
  font-weight: normal;
}

#newsWrap .dateList {
  border-top: solid 1px #dde2e8;
  margin-top: 4rem;
}
#newsWrap .dateList dl {
  display: flex;
  border-bottom: solid 1px #dde2e8;
  padding: 1em 0;
}
@media screen and (max-width: 1023.98px) {
  #newsWrap .dateList dl {
    flex-direction: column;
  }
}
#newsWrap .dateList dl dt, #newsWrap .dateList dl dd {
  padding: 12px 0 6px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.98px) {
  #newsWrap .dateList dl dt, #newsWrap .dateList dl dd {
    padding: 0;
  }
}
#newsWrap .dateList dl dt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023.98px) {
  #newsWrap .dateList dl dt {
    padding-top: 10px;
  }
}
#newsWrap .dateList dl dd {
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  #newsWrap .dateList dl dd {
    padding-left: 0;
    font-size: 16px;
    margin-top: 1em;
  }
}
#newsWrap .dateList dl .date {
  min-width: 4.8em;
}
#newsWrap .dateList dl .category {
  width: 6em;
  border-radius: 50em;
  padding: 0.3em 0.7em;
  background: #f00;
  color: #fff !important;
  font-size: 1.3rem;
  margin: 0 1em;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  #newsWrap .dateList dl .category {
    font-size: 10px;
  }
}
#newsWrap .dateList dl .category.c2 {
  background: #f90;
}
#newsWrap .paginate {
  text-align: center;
  visibility: hidden;
  margin-top: 2em;
}
#newsWrap .paginate span {
  display: inline-block !important;
  margin: 0 5px 0 0;
  visibility: visible;
  border-radius: 2px;
}
#newsWrap .paginate span.current {
  padding: 7px 12px;
  background: #dde2e8;
  color: #fff !important;
}
#newsWrap .paginate span a {
  display: block;
  border: solid 1px #dde2e8;
  border-radius: 2px;
  padding: 7px 12px;
  text-decoration: none !important;
}
#newsWrap .paginate span a:hover {
  background: #F1C300;
  color: #fff !important;
  border: solid 1px #F1C300;
}
#newsWrap .heading .date {
  color: #999;
  margin-left: 0 !important;
  margin-top: 1.5rem;
  font-weight: normal;
  display: inline-block;
}
#newsWrap .heading .date i {
  padding-right: 0.3em;
}
#newsWrap .heading .category {
  color: #999;
  margin-left: 0.5em !important;
  margin-top: 1.5rem;
  font-weight: normal;
  display: inline-block;
}
#newsWrap .heading .category i {
  padding-right: 0.3em;
}
#newsWrap .newsBack {
  text-align: center;
  margin-top: 8rem;
}
#newsWrap .newsBack a {
  background: rgb(166, 168, 177);
  color: #fff;
  display: inline-block;
  padding: 0.6em 2em;
  border-radius: 6px;
  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);
}
#newsWrap .newsBack a i {
  padding-right: 0.3em;
}
#newsWrap #newsBody {
  line-height: 1.8;
}
#newsWrap #newsBody img {
  height: auto !important;
  max-width: 100% !important;
}

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