@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");
*, ::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%;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #2F2725;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #fefdf8;
}
@media screen and (max-width: 767.98px) {
  body {
    font-family: Helvetica Neue, Arial, Hiragino Sans, Meiryo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  }
}

#container {
  width: 100%;
}

#wrapper {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
}

#contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px 8rem;
}
@media screen and (max-width: 767.98px) {
  #contents {
    width: 100%;
  }
}
#contents p, #contents li {
  line-height: 1.8;
}

.heightContents {
  padding: 8rem 0;
}

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

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

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

.small {
  font-size: 1.3rem;
}

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

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

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

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

.mt80 {
  margin-top: 80px !important;
}

.fc-red {
  color: #CB4640;
}

.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
========================================== */
#header {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 4px hsla(0, 0%, 0%, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  padding: 0 10px;
}
#header #logo {
  height: 42px;
}
#header #logo img {
  width: auto;
  height: 42px;
}
@media screen and (max-width: 767.98px) {
  #header #logo.asiaLogo {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  #header #logo.asiaLogo img {
    width: 100%;
    height: auto;
  }
  #header #logo {
    margin: 0 auto;
  }
}

/* GLOBAL NAVI
========================================== */
#globalnavi {
  padding: 1rem 0;
}
@media screen and (max-width: 767.98px) {
  #globalnavi {
    display: none;
  }
}
#globalnavi ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#globalnavi ul li {
  font-size: 1.3rem;
  font-weight: 500;
}
#globalnavi ul li a {
  position: relative;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
}
#globalnavi ul li a:hover {
  color: #9AA58F;
}
#globalnavi ul li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #9AA58F;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
#globalnavi ul li a:hover:after {
  transform: scale(1, 1);
}

#spNavi {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0px 4px hsla(0, 0%, 0%, 0.03);
}
@media screen and (max-width: 767.98px) {
  #spNavi {
    display: block;
  }
}
#spNavi ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#spNavi ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 9px;
  height: 50px;
  line-height: 1.4;
}
#spNavi ul li a {
  display: block;
  text-align: center;
}
#spNavi ul li a svg {
  stroke: #9AA58F;
}
#spNavi ul li a span {
  display: block;
  margin-top: 4px;
}

.logout {
  margin-right: 10px;
}
.logout a {
  color: #9AA58F;
  border: solid 1px #9AA58F;
  font-size: 1.2rem;
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.logout a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2f5";
  font-weight: 900;
  margin-left: 5px;
  margin-top: 3px;
}
@media screen and (max-width: 767.98px) {
  .logout a {
    font-size: 10px;
  }
}
.logout a svg {
  stroke: #9AA58F;
}
.logout a:hover {
  color: #fff;
  background: #9AA58F;
}
@media screen and (max-width: 767.98px) {
  .logout a:hover {
    color: #9AA58F;
    background: #fff;
  }
}
.logout a:hover svg {
  stroke: #fff;
}
@media screen and (max-width: 767.98px) {
  .logout a:hover svg {
    stroke: #9AA58F;
  }
}

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

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

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

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

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

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

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

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

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

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

/* FOOTER
========================================== */
#footer {
  width: 100%;
  padding: 50px 0 20px;
  background: #2F2725;
  color: #F7F6ED;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #footer {
    padding: 50px 0 70px;
  }
}
#footer a, #footer p {
  color: #F7F6ED;
}
#footer .footerLogo {
  text-align: center;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
#footer .footerTit {
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 3.3rem;
}
#footer .footerTit .spOnly {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #footer .footerTit .spOnly {
    display: block;
  }
}
#footer .footerTit span {
  font-size: 10px;
}
#footer .footer_sns {
  margin-top: 10px;
}
#footer .footer_sns i {
  font-size: 20px;
}
#footer .footerTxt {
  font-size: 1.2rem;
}
#footer .footerAddress {
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 2.4;
}
#footer .footerBtn {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#footer .footerBtn a {
  font-size: 1.2rem;
  display: inline-block;
  border: solid 1px #F7F6ED;
  border-radius: 4px;
  padding: 1rem;
}
#footer .footerBtn a:hover {
  color: #2F2725;
  background: #F7F6ED;
}

.copyright {
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 0;
  color: #F7F6ED;
  text-align: center;
  padding: 15px;
  margin-top: 3rem;
  border-top: solid 1px #5c5754;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    padding-bottom: 5rem;
    line-height: 1.3;
  }
}

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 1rem;
  background: #fff;
  border-radius: 4px;
  color: #7D8A70;
  display: inline-block;
  margin-top: 4px;
}

.balloon_top { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 15px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 8px; /* 角の丸み */
  background-color: #666; /* ツールチップの背景色 */
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}

.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

.attenntion {
  background: #fff;
  border: solid 1px #DBDED1;
  border-radius: 6px;
  margin: 4rem 0;
}
.attenntion h3 {
  border-bottom: solid 1px #DBDED1;
  padding: 1.5rem 2rem !important;
  font-weight: bold;
  border-left: none !important;
  font-size: 1.4rem !important;
  margin: 0 !important;
}
.attenntion h3 i {
  color: #BBB29F;
}
.attenntion ul {
  padding: 1.5rem 2rem;
}
.attenntion ul li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.attenntion ul li:not(:first-child) {
  margin-top: 1rem;
}

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

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

/* アナウンス（緑）
------------------------------------------ */
.gray {
  background: #F8FAFC;
}
.gray p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.gray p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.gray p a {
  color: #9AA58F !important;
}
.gray p a:hover {
  color: #9AA58F !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;
}

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

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

.btnLink {
  color: #9AA58F;
  border: solid 1px #9AA58F;
  font-size: 1.2rem;
  padding: 6px 20px 6px 12px;
  border-radius: 6px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.btnLink:after {
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #9AA58F;
  border-right: 1px solid #9AA58F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .btnLink {
    font-size: 10px;
  }
}
.btnLink:hover {
  color: #fff;
  background: #9AA58F;
}
.btnLink:hover:after {
  border-color: #fff;
}

.btn-large {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 3rem auto;
  padding: 1.5rem;
  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 p {
  margin: 0px !important;
}

@media screen and (max-width: 767.98px) {
  .formTable table th, .formTable table td {
    width: 100%;
    display: block;
  }
}
.formTable table td {
  background: #fff !important;
}
.formTable table th {
  position: relative;
  padding-right: 50px !important;
  width: 25%;
  /* 任意 */
}
@media screen and (max-width: 767.98px) {
  .formTable table th {
    width: 100%;
  }
}
.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: 50%;
  z-index: 1;
  margin-top: -1em;
}
.formTable table th .ins {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1em;
  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;
}

.englishForm .formTable table th {
  /* 任意 */
}
.englishForm .formTable table th:after {
  content: "";
  display: none !important;
}
.englishForm .formTable table th .ins {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  margin-top: 0;
  z-index: 2;
  font-size: 10px !important;
  border-radius: 0 !important;
}

.englishForm .ins {
  border-radius: 0 !important;
}

/* FORM PARTS
------------------------------------------ */
input[type=text],
input[type=password],
textarea {
  font-size: 100%;
  outline: none;
  background-color: rgb(242, 243, 246);
  border: solid 1px transparent;
  border-radius: 5px;
  padding: 14px;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  input[type=password],
  textarea {
    width: 100%;
  }
}

input[type=text]:focus,
input[type=password]:focus {
  border: solid 1px #9AA58F;
  background-color: #F7F9F5;
}

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

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

.password-wrapper {
  display: flex;
  border-radius: 5px;
  background-color: rgb(242, 243, 246);
  border: solid 1px transparent;
}

.password-wrapper:focus-within {
  border: solid 1px #9AA58F !important;
  background-color: #F7F9F5;
}

.password__input {
  flex: 1;
  outline: none !important;
  appearance: none;
  padding: 14px;
  border: none !important;
  border-radius: 5px 0 0 5px;
}

.password__toggle {
  width: 40px;
  border: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>") no-repeat center center;
  background-size: 50% auto;
  opacity: 0.5;
  cursor: pointer;
}

.password__toggle.is-visible {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
  opacity: 0.5;
}

@media (any-hover: hover) {
  .password__toggle:hover {
    opacity: 0.7;
  }
}
/* 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;
}

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

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

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

.form-err-message {
  font-weight: bold;
  color: #FF0000;
  border: 2px solid #FF3300;
  padding: 0px;
  background: #FFF4F4;
  margin: 0px 0px 20px;
}

.form-err-message p {
  margin: 0px !important;
  padding: 20px !important;
}

.form-update-message {
  font-weight: bold;
  color: #468847;
  border: 2px solid #468847;
  padding: 0px;
  background: #dff0d8;
  margin: 0px 0px 4rem;
}

.form-update-message p {
  margin: 0px !important;
  padding: 20px !important;
}

input[type=text].form-error,
input[type=password].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;
}

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

/* ボタン
------------------------------------------ */
/* レイアウト */
.action {
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .action {
    padding: 0;
  }
}

.formBtnUnit {
  text-align: center;
  clear: both;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .formBtnUnit {
    flex-direction: column;
  }
}
.formBtnUnit li {
  min-width: 300px;
  text-align: center;
  position: relative;
}

.formBtn {
  background-color: #9AA58F;
  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);
}
@media screen and (max-width: 767.98px) {
  .formBtn {
    min-width: 100%;
  }
}
.formBtn:hover {
  opacity: 0.7;
}

/* PREV */
.btn-prev .formBtn {
  background-color: #8f8f8f !important;
}
@media screen and (max-width: 767.98px) {
  .btn-prev .formBtn {
    padding: 15px;
  }
}
.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;
}
@media screen and (max-width: 767.98px) {
  .btn-prev {
    order: 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;
}
@media screen and (max-width: 767.98px) {
  .btn-next {
    order: 1;
  }
}

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

.btn-txt {
  position: relative;
  text-align: center;
  padding-left: 1em;
  margin-top: 2em;
}
.btn-txt input {
  color: #9AA58F;
}
.btn-txt:before {
  content: "";
  top: 50%;
  left: calc(50% - 2em);
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #9AA58F;
  border-right: 1px solid #9AA58F;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.send-text {
  text-align: center;
  display: none;
}

#send-btn.disable,
#back-btn.disable {
  background: #ddd !important;
  opacity: 0.8 !important;
  cursor: default;
  pointer-events: none;
}

/* 1.HEADING
========================================== */
.lead {
  margin: 0 0 2rem;
  line-height: 1.5;
}

.pageTit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
.pageTit h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 20px;
  font-weight: bold;
  width: fit-content;
  box-shadow: inset 0 -3px 0 0 #BBB29F;
}
@media screen and (max-width: 767.98px) {
  .pageTit h2 {
    font-size: 2rem;
  }
}

h2 span,
h3 span,
h4 span {
  font-size: 80%;
  font-weight: normal;
}

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

.heading-B {
  line-height: 1.5;
  position: relative;
  padding: 0 0 14px;
  border-bottom: solid 3px #dde2e8;
  margin: 0 0 20px;
  clear: both;
}
.heading-B h2,
.heading-B h3 {
  font-size: 2rem;
  display: inline-block;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #3E99E6 0%, #2B70C6 100%);
  border-image-slice: 1;
  position: relative;
  top: 17px;
  padding: 0 15px 10px;
}
.heading-B h2 span,
.heading-B h3 span {
  font-size: 80%;
}

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

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

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

/* BOX
========================================== */
.box__wh {
  background: #fff;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  padding: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* TABLE-A
------------------------------------------ */
.table-A table {
  margin: 0 0 10px;
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
.table-A table th,
.table-A table td {
  padding: 1.3rem 2rem;
  border: solid 1px #dde2e8;
  line-height: 1.8;
}
.table-A table thead th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background: #BBB29F;
  color: #fff;
  border-color: #fff;
}
.table-A table tbody th {
  font-weight: bold;
  text-align: center;
  background: #BBB29F;
}
.table-A table tbody td {
  background: #fff;
}

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

/* LAYOUT TABLE
------------------------------------------ */
table.layoutTable {
  border: none !important;
}
table.layoutTable th,
table.layoutTable td {
  line-height: 1.5 !important;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  table.layoutTable th,
  table.layoutTable td {
    display: block;
    width: 100%;
  }
}

dl.layoutList {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  dl.layoutList {
    display: block;
    width: 100%;
  }
}

/* 総合
========================================== */
#all #contents {
  padding-top: 70px;
}
#all #mainvisual {
  height: 600px;
  background-image: url("/assets/2023/images/all/mv_bg_all.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  display: flex;
  align-items: center;
}
#all #mainvisual .mv_area_wrap {
  padding-left: 100px;
  height: 400px;
  display: flex;
  justify-content: center;
}
#all #mainvisual .mv_area_wrap .mv_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 400px;
}
#all #mainvisual .mv_area_wrap .mv_area p {
  height: 314px;
}
#all #mainvisual .mv_area_wrap .mv_area p img {
  width: auto;
  height: 314px;
}
#all #mainvisual .mv_area_wrap .mv_area .mv_btn {
  height: 60px;
  width: 310px;
  margin: 20px auto 0;
  text-align: center;
}
#all #mainvisual .mv_area_wrap .mv_area .mv_btn img {
  height: 60px;
  width: 310px;
}
#all #mainvisual .mv_area_wrap img {
  width: 100%;
  height: auto;
}

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

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

/* トップバナー
------------------------------------------ */
#topBannerArea {
  padding: 40px 0 0;
}
#topBannerArea ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#topBannerArea ul li {
  margin-right: 15px;
}

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

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

/* ログイン
========================================== */
.mypage-login-frame {
  max-width: 680px;
  margin: 0 auto;
}
.mypage-login-frame h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  border-left: none !important;
}
.mypage-login-frame .topTxt {
  margin-bottom: 4rem !important;
  font-size: 1.3rem;
  text-align: center;
}

.frame_wh {
  background: #fff;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  padding: 5rem;
}
@media screen and (max-width: 767.98px) {
  .frame_wh {
    padding: 3rem;
  }
}
.frame_wh .formList {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.frame_wh .formList dt {
  font-size: 1.4rem;
}
.frame_wh .formList dd {
  margin-top: 1rem;
}
.frame_wh .formList dd .password-wrapper,
.frame_wh .formList dd input {
  width: 100%;
  font-size: 1.4rem;
}
.frame_wh .login-reminder {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.frame_wh .login-reminder a {
  color: #9AA58F;
  text-decoration: underline;
}
.frame_wh .login-reminder a:hover {
  text-decoration: none;
}

.notAppList {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .notAppList {
    flex-direction: column;
  }
}
.notAppList li {
  flex: 1;
}
.notAppList li a {
  width: 100%;
  padding: 2rem;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  border: solid 1px #9AA58F;
  border-radius: 6px;
}
@media screen and (max-width: 767.98px) {
  .notAppList li a {
    padding: 15px 30px 15px 10px;
  }
}
.notAppList li a:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #9AA58F;
  border-right: 1px solid #9AA58F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.notAppList li a:hover {
  background: #9AA58F;
  color: #fff;
}
.notAppList li a:hover:after {
  border-color: #fff;
}

h2 {
  padding: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.block {
  margin-top: 4rem;
}
.block p {
  line-height: 1.8;
}

#login .formList {
  margin: 3rem auto;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 2rem 0;
  padding: 0.1em 1em;
  border-left: solid 3px #9AA58F;
}

h4 {
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: bold;
}
h4:before {
  content: "- ";
  color: #9AA58F;
}

.mypage_top .block .btn {
  max-width: 50%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .block .btn {
    max-width: 100%;
  }
}
.mypage_top .visiter-pass {
  margin: 3rem 0;
}
.mypage_top .visiter-pass .visiter-pass__heading {
  display: flex;
  background: #F6F8FA;
  border: solid 1px #dde2e8;
}
.mypage_top .visiter-pass .visiter-pass__heading div {
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
}
.mypage_top .visiter-pass .visiter-pass__heading .name {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__heading .name {
    width: 100%;
  }
}
.mypage_top .visiter-pass .visiter-pass__heading .pass {
  border-left: solid 1px #dde2e8;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__heading .pass {
    display: none;
  }
}
.mypage_top .visiter-pass .visiter-pass__body {
  background: #fff;
}
.mypage_top .visiter-pass .visiter-pass__body dl {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: solid 1px #dde2e8;
  border-right: solid 1px #dde2e8;
  border-left: solid 1px #dde2e8;
}
.mypage_top .visiter-pass .visiter-pass__body dl dt, .mypage_top .visiter-pass .visiter-pass__body dl dd {
  padding: 15px 20px;
}
.mypage_top .visiter-pass .visiter-pass__body dl dt {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__body dl dt {
    padding: 15px 0 15px 20px;
  }
}
.mypage_top .visiter-pass .visiter-pass__body dl dt a {
  font-size: 1.3rem;
}
.mypage_top .visiter-pass .visiter-pass__body dl dt .category {
  order: 2;
  color: #9AA58F;
  border: solid 1px #9AA58F;
  border-radius: 50em;
  padding: 0.2rem;
  min-width: 8em;
  font-size: 11px;
  text-align: center;
  margin-left: 1rem;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__body dl dt .category {
    font-size: 9px;
  }
}
.mypage_top .visiter-pass .visiter-pass__body dl dd {
  width: 20%;
  text-align: center;
  border-left: solid 1px #dde2e8;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__body dl dd {
    border-left: none;
    width: auto;
    padding: 15px 15px 15px 0;
  }
}
.mypage_top .visiter-pass .visiter-pass__body dl dd .btn-pdf {
  display: block;
  width: 100%;
  background-color: #9AA58F;
  border-radius: 6px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 10px;
  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);
  white-space: nowrap;
}
.mypage_top .visiter-pass .visiter-pass__body dl dd .btn-pdf:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .mypage_top .visiter-pass .visiter-pass__body dl dd .btn-pdf span, .mypage_top .visiter-pass .visiter-pass__body dl dd .btn-pdf i {
    display: none;
  }
}

.mypage_account .block {
  margin-top: 4rem;
}
.mypage_account .companion-add-btn {
  margin-top: 2rem;
  text-align: center;
}
.mypage_account .companion-add-btn a {
  color: #9AA58F;
  width: 100%;
  display: block;
  border: solid 1px #9AA58F;
  border-radius: 6px;
  padding: 1rem;
}

/* セミナー
========================================== */
#seminar h3.date {
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 0 0 20px;
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  box-shadow: inset 0 -3px 0 0 #9AA58F;
  border-left: none !important;
}
#seminar .tab__navi {
  z-index: 100;
  margin: 6rem 0 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #seminar .tab__navi {
    margin: 0 calc(50% - 50vw) !important;
  }
}
#seminar .tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-btween;
}
#seminar .tab-list-item {
  font-size: 1.3rem;
  text-align: center;
  flex: 0 0 33.33333%;
  background-color: #eee;
  padding: 10px 0;
  border-right: solid 1px #fefdf8;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  #seminar .tab-list-item {
    font-size: 1.2rem;
  }
}
#seminar .tab-list-item.active {
  font-weight: bold;
  background-color: #9AA58F;
  color: #fff;
}
#seminar .tab-contents {
  padding-top: 3rem;
}
#seminar .tab-contents-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#seminar .tab-contents-item.show {
  display: block;
  opacity: 1;
}
#seminar .seminar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#seminar .seminar-list.midori {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767.98px) {
  #seminar .seminar-list {
    display: flex;
    flex-direction: column;
  }
}
#seminar .seminar-list .seminar-type {
  background: #EFEDDC;
  width: 100%;
  position: relative;
}
#seminar .seminar-list .seminar-type:not(:first-child) {
  border-left: solid 1px #E0DCBE;
}
@media screen and (max-width: 767.98px) {
  #seminar .seminar-list .seminar-type:not(:first-child) {
    border-left: none;
  }
}
#seminar .seminar-list .seminar-type .cs {
  text-align: center;
  padding: 40px;
  color: #BBB29F;
  font-size: 1.6rem;
  font-weight: bold;
}
#seminar .seminar-list .seminar-type h4 {
  text-align: center;
  background: #798370;
  padding: 1rem 0;
  color: #fff;
  margin: 0;
}
#seminar .seminar-list .seminar-type h4:before {
  content: none;
}
#seminar .seminar-list .seminar-type .seminar-block {
  background: #fff;
  margin: 1rem;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  border-radius: 6px;
}
#seminar .seminar-list .seminar-type .seminarDesc {
  padding: 2rem;
}
#seminar .seminar-list .seminar-type .seminarDesc .seminarDesc__heading .time {
  position: relative;
  font-size: 1.4rem;
  color: #798370;
}
#seminar .seminar-list .seminar-type .seminarDesc .seminarDesc__heading .time:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
}
#seminar .seminar-list .seminar-type .seminarDesc .seminarDesc__heading .title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0.5rem 0 1rem;
  font-weight: bold;
  border-left: 3px solid #9AA58F;
  padding-left: 1.5rem;
}
#seminar .seminar-list .seminar-type .speaker {
  line-height: 1.7;
  margin-top: 2rem;
  font-size: 1.3rem;
}
#seminar .user-list {
  display: flex;
  flex-direction: column;
}
#seminar .user-list .user-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #dde2e8;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  #seminar .user-list .user-block {
    flex-direction: column;
    gap: 15px;
  }
}
#seminar .user-list .formBtn {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: #9AA58F;
  max-width: 200px;
  min-width: 180px;
  display: block;
  padding: 1rem;
  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);
}
#seminar .user-list .formBtn.done {
  background: #bbb;
}
#seminar .user-list .disabled {
  max-width: 200px;
  min-width: 180px;
  text-align: center;
  color: #bbb;
  padding: 1rem;
}
#seminar .mypage-login-frame {
  max-width: 680px;
  margin: 0 auto;
}
#seminar .mypage-login-frame h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
#seminar .mypage-login-frame .topTxt {
  margin-bottom: 4rem !important;
  font-size: 1.3rem;
  text-align: center;
}
#seminar .frame_wh {
  background: #fff;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  padding: 5rem;
}
@media screen and (max-width: 767.98px) {
  #seminar .frame_wh {
    padding: 3rem;
  }
}
#seminar .frame_wh .formList {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin: 3rem auto;
}
#seminar .frame_wh .formList dt {
  font-size: 1.5rem;
}
#seminar .frame_wh .formList dd {
  margin-top: 1rem;
}
#seminar .frame_wh .formList dd .password-wrapper,
#seminar .frame_wh .formList dd input {
  width: 100%;
  font-size: 1.4rem;
}
#seminar .frame_wh .login-reminder {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.4rem;
}
#seminar .frame_wh .login-reminder a {
  color: #9AA58F;
  text-decoration: underline;
}
#seminar .frame_wh .login-reminder a:hover {
  text-decoration: none;
}
#seminar .notAppList {
  border-bottom: solid 1px #DBDED1;
  margin-top: 4rem;
}
#seminar .notAppList li a {
  display: block;
  padding: 2rem;
  border-top: solid 1px #DBDED1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #seminar .notAppList li a {
    padding: 15px 10px;
  }
}
#seminar .notAppList li a:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #9AA58F;
  border-right: 1px solid #9AA58F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#seminar .notAppList li a:hover {
  background: #9AA58F;
  color: #fff;
}
#seminar .notAppList li a:hover:after {
  border-color: #fff;
}

.app-seminar .adult,
.visitor-mypage .seminar-block .adult {
  margin: 0px 0px 0px 10px;
  padding: 2px 5px;
  background-color: #74808f;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
}

.app-seminar .adult {
  margin-left: 0;
  margin-right: 10px;
}

.visitor-mypage .seminar-block .alert {
  margin: 0px 0px 0px 10px;
  padding: 2px 5px;
  color: #FFF;
  display: inline-block;
  color: #fff;
  border: solid 1px #EC6A52;
  background: #EC6A52;
  font-size: 10px;
}

.app-seminar.table-B table thead th {
  text-align: center !important;
}
.app-seminar.table-B table th:not(:last-child) {
  width: 5%;
}
.app-seminar.table-B table td:not(:last-child) {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .app-seminar.table-B table {
    border: solid 1px #dde2e8;
  }
  .app-seminar.table-B table thead th {
    display: none;
    border: none;
  }
  .app-seminar.table-B table thead th:last-child {
    display: block;
    border-bottom: solid 1px #dde2e8;
  }
  .app-seminar.table-B table tbody td {
    display: inline-block !important;
    border: none;
  }
  .app-seminar.table-B table tbody td:first-child {
    width: 45% !important;
    text-align: right;
    padding: 15px 0 0 !important;
  }
  .app-seminar.table-B table tbody td:nth-child(2) {
    width: 55% !important;
    text-align: left;
    padding: 15px 0 0 !important;
  }
  .app-seminar.table-B table tbody td:last-child {
    display: block !important;
    width: 100% !important;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding-top: 5px;
  }
}

/* cancel
========================================== */
.cancel-notes {
  color: #dc3545;
  border: solid 2px #dc3545;
  background: #FCECEB;
  margin: 4rem 0;
  padding: 2rem;
}
.cancel-notes ul {
  padding: 0;
}
.cancel-notes ul li {
  margin-top: 1rem;
  padding-left: 2em;
  text-indent: -1.5em;
}
.cancel-notes ul li:first-child {
  margin-top: 0;
}
.cancel-notes ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  margin-right: 4px;
}

.cancel-form {
  padding: 4rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
}
.cancel-form .cancel-att {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .cancel-form .cancel-att {
    text-align: left;
    padding-left: 35px;
    text-indent: -40px;
  }
}
.cancel-form input[type=checkbox] {
  display: none;
}
.cancel-form input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cancel-form input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.cancel-form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #9AA58F;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -16px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.cancel-form input[type=checkbox]:checked + label:before {
  width: 10px;
  left: 0;
  top: -16px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 来場登録
========================================== */
#contents .lead {
  margin-bottom: 6rem;
}

#contents .block {
  margin-top: 6rem;
}

/* page2 */
.companion-input {
  display: none;
}

.companion-delete {
  display: none;
  background: #aaa;
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 1rem;
  border-radius: 6px;
  padding: 0.5em 0.8em;
  color: #fff;
}

.current .companion-delete {
  display: inline-block;
}

.companion-add-btn {
  margin-top: 2rem;
  text-align: center;
}
.companion-add-btn a {
  color: #9AA58F;
  width: 100%;
  display: block;
  border: solid 1px #9AA58F;
  border-radius: 6px;
  padding: 1rem;
}
.companion-add-btn a:hover {
  color: #fff;
  background: #9AA58F;
}

.app-agree {
  margin: 4rem 0 0;
  background: #fff;
  height: 300px;
  padding: 4rem;
  overflow: scroll;
}
.app-agree h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  margin-top: 0;
}
.app-agree h4:before {
  content: "";
}
.app-agree h5 {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.app-agree p {
  font-size: 1.3rem;
}
.app-agree ul.dot {
  margin: 2rem 0;
}
.app-agree ul.dot li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.app-agree ul.dot li:before {
  content: "・";
}
.app-agree ol {
  margin: 2rem 0;
}
.app-agree ol li {
  text-indent: -1.5em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.app-agree a {
  color: #849374;
  text-decoration: underline;
}
.app-agree a:hover {
  text-decoration: none;
}

.form-about {
  font-size: 1.2rem;
  font-weight: normal;
}

.thanksTit {
  color: #7D8A70;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

.thanksBtn {
  text-align: center;
  margin-top: 1em;
}
.thanksBtn.thanksBtnTop {
  margin-top: 2em;
}
.thanksBtn a {
  display: inline-block;
  border: solid 1px #849374;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: #849374 !important;
}
.thanksBtn a:hover {
  background: #849374;
  color: #fff !important;
}

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

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

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

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

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

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