@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://use.typekit.net/oom7gdt.css");
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2E2E2E;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #0898cf;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(14, 122, 188, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(14, 122, 188, 0.2);
  /* Firefox */
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
      image-rendering: -webkit-optimize-contrast;
  }
}

/* header
------------------------------------------------------------*/
header {
  position: fixed;
  z-index: 11;
  width: calc(100% - 100px);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #000000;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}

header .inside {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.preview header {
  display: none;
}

header .head-logo {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
}

header .head-logo .lead-logo-jp {
  width: 227px;
}

header .head-logo .lead-logo-en {
  width: 228px;
}

header .head-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 0px 15px -5px #777777;
}

header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .head-right > * {
  margin-left: auto;
}

header .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header .head-top .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 15px;
}

header .head-top .lang li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

header .head-top .lang li:not(:last-child):after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #FFF;
}

header .head-top .lang li a {
  color: #FFF;
}

header .head-top .search {
  line-height: 0;
  margin-right: 30px;
}

header .head-top .name {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
}

header .head-top .name a {
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-top .name a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .head-top .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/image/autumn2023/common/avatar@2x.png) no-repeat center center;
  background-size: 18px auto;
}

header .head-nav {
  display: flex;
  align-items: center;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

header .head-nav ul li {
  margin-left: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

header .head-nav ul li a {
  color: #FFF;
  /* display: block; */
  position: relative;
}

header .head-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-menu, header .head-hidden {
  display: none;
}

header.top {
  background-color: #01202C;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  header {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  header .head-logo {
    width: 230px;
  }
  header .head-logo a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .head-nav ul li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    width: calc(100% - 40px);
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-logo {
    height: 75px;
    width: 180px;
    margin-left: -10px;
  }
  header .head-logo a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .head-top .lang {
    margin-right: 15px;
  }
  header .head-top .search {
    margin-right: 20px;
  }
  header .head-top .btn-block > * {
    margin-left: 4px;
    margin-right: 4px;
  }
  header .head-nav {
    display: none;
  }
  header .head-menu {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
  }
  header .head-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #01202C;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 0;
    pointer-events: none;
  }
  header .head-hidden .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  header .head-hidden .head-top {
    margin-right: auto;
    display: none;
  }
  header .head-hidden .head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  header .head-hidden .head-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0px;
  }
  header .head-hidden .head-nav ul li {
    margin-left: 0;
    width: 80%;
    /* max-width: 320px; */
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  }
  header .head-hidden .head-nav ul li:nth-child(even) {
    /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
  }
  header .head-hidden .head-nav ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .head-hidden .head-nav ul li .profile-link {
    border: 1px solid #fff;
    border-radius: 34px;
  }
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 700px) {
  header {
    width: calc(100% - 10px);
    padding-left: 0;
    padding-right: 10px;
    height: 60px;
  }
  header .head-logo {
    margin-left: 0;
    height: 55px;
    width: 100px;
  }
  header .head-right .btn-block {
    display: none;
  }
  header .head-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  header .head-top .lang {
    margin-right: 15px;
  }
  header .head-top .lang li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  header .head-top .search {
    margin-right: 0px;
  }
  header .head-top .name {
    display: none;
  }
  header .head-top .btn {
    width: 100px;
  }
  header .head-hidden {
    padding-top: 5px;
  }
  header .head-hidden .head-nav li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .head-hidden .head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .head-hidden .head-top .lang {
    display: none;
  }
  header .head-hidden .head-top .search {
    display: none;
  }
  header .head-hidden .head-top .name {
    display: block;
  }
  header .head-hidden .head-top .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #479F9D;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  margin: 60px 0 0 0;
}

footer .footer_fix_btn {
  width: 110px;
  height: 110px;
  background-color: #E60A16;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
}

footer .footer_fix_btn.hidden {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer_fix_btn a {
  color: #FFF;
  text-decoration: none;
}

footer .footer_fix_btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.preview footer {
  display: none;
}

footer .foot-fix {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

footer .foot-fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  background: #15A6A3;
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-fix a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

footer .foot-main {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

footer .foot-main nav {
  width: 100%;
}

footer .foot-main nav a {
  color: #FFF;
}
footer .foot-main nav dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
footer .foot-main nav dl dt {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
}
footer .foot-main nav dl dt:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  border-right: 1px solid #add2d2;
}
footer .foot-main nav dl dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  border-right: 1px solid #add2d2;
}
footer .foot-main nav dl dd ul li {
  font-size: 11px;
  font-size: 0.6875rem;
}

footer .foot-main nav dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
.copy {
  margin: 60px 0 0 0;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .foot-fix {
    right: 10px;
    bottom: 10px;
  }
  footer .foot-fix a {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 700px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer_fix_btn {
    width: 85px;
    height: 85px;
    right: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .foot-fix {
    right: 10px;
    margin-bottom: -10px;
  }
  footer .foot-fix a {
    width: 95px;
    height: 95px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .foot-main {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot-main .logo img {
    width: 220px;
  }
  footer .foot-main nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-right: -20px;
  }
  footer .foot-main nav dl {
    width: auto;
    margin-left: 0;
    max-width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer .foot-main nav dl dt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .foot-main nav dl dd ul li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  footer .foot-main nav dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  height: 800px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  #mainimg.top {
    height: 790px;
  }
}

@media screen and (max-width: 1180px) {
  #mainimg.top {
    height: 740px;
  }
}

@media screen and (max-width: 1000px) {
  #mainimg.top {
    height: auto;
  }
  #mainimg.top .inside {
    margin-bottom: 60px;
  }
}


#mainimg.top .inside {
  width: 1180px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.top .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #D8EDFF url(/image/autumn2023/common/bg_pc_top.png) no-repeat center/cover;
}

#mainimg.top .item-hd {
  margin-left: -50px;
  position: relative;
  margin-top: -15px;
}

#mainimg.top .item-hd img {
  max-width: 770px;
}

@media screen and (max-width: 1600px) {
  #mainimg.top .item-hd img {
    max-width: 100%;
    width: 670px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  #mainimg.top .item-hd img {
    max-width: 100%;
    width: 620px;
    height: auto;
  }
}

.item-links {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #02062a;
  height: 45px;
  padding: 15px 0;
  z-index: 10;
}

.item-links li {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-links li:not(:last-child) {
  margin-right: 20px;
}

.item-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  line-height: 1.5;
}

.item-links li a:hover {
  text-decoration: none;
}
.item-links li a span:nth-child(2) {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
}
.top-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  text-align: center;
  margin: 60px 0 0 -214px;
  z-index: 9;
}
.top-btn a {
  display: inline-block;
  min-width: 308px;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 60px;
  line-height: 1;
  border-radius: 6px 6px 0 0;
}
.top-btn-note {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1600px) {
  .item-links li {
    width: 140px;
  }
  .item-links li:not(:last-child) {
    margin-right: 20px;
  }
  .item-links li a span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .item-links {
    display: none;
    top: 80px;
  }
  .top-btn a {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  #mainimg.top {
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-bg {
    background: #D8EDFF url(/image/autumn2023/common/bg_sp_top.png) no-repeat center/cover;
  }
  #mainimg.top .item-hd {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item-links {
    display: none;
  }
  .item-links li {
    width: 100px;
  }
  .item-links li:not(:last-child) {
    margin-right: 10px;
  }
  .item-links li a span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#mainimg.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
  padding-left: 50px;
  padding-right: 50px;
  background: #2E2E2E url(/image/autumn2023/image/irex/next/bg-kv.jpg) no-repeat center/cover;
}

#mainimg.next .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.next .item-hd {
  margin-right: auto;
}

#mainimg.next .item-hd span {
  display: block;
  line-height: 1;
}

#mainimg.next .item-hd span:nth-child(1) {
  color: rgba(21, 166, 163, 0.36);
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: bold;
}

#mainimg.next .item-hd span:nth-child(2) {
  color: #FFF;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 30px;
  margin-top: -30px;
}

#mainimg.next .item-btn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.next .item-btn > *:not(:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  #mainimg.next {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.next .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg.next .item-hd span:nth-child(1) {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #mainimg.next .item-hd span:nth-child(2) {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: -25px;
  }
  #mainimg.next .item-btn {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    padding: 20px;
    height: auto;
  }
  #mainimg.next .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg.next .item-hd {
    width: 100%;
  }
  #mainimg.next .item-hd span:nth-child(1) {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #mainimg.next .item-hd span:nth-child(2) {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
    margin-top: -20px;
  }
  #mainimg.next .item-btn {
    margin-top: 20px;
  }
}

#mainimg.booth {
  /* height: 960px; */
  height: 860px;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  /* background: #000000; */
}

#mainimg.booth .inside {
  width: 1793px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.booth .item-bg {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/image/autumn2023/irex/booth/kv/bg.jpg) no-repeat center/auto 100%;
  background-size: cover;
}

#mainimg.booth .item-bg.bg-green {
  background-image: url(/image/autumn2023/irex/booth/kv/bg-green.jpg);
}

#mainimg.booth .item-bg.bg-red {
  background-image: url(/image/autumn2023/irex/booth/kv/bg-red.jpg);
}

#mainimg.booth .item-bg.bg-red {
  background-image: url(/image/autumn2023/irex/booth/kv/bg-red.jpg);
}

#mainimg.booth .item-bg.bg-yellow {
  background-image: url(/image/autumn2023/irex/booth/kv/bg-yellow.jpg);
}

#mainimg.booth .item-bg.bg-white {
  background-image: url(/image/autumn2023/irex/booth/kv/bg-white.jpg);
}

#mainimg.booth .item-movie {
  position: absolute;
  left: 50%;
  top: 102px;
  width: 1028px;
  height: 500px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 10px;
}

#mainimg.booth .item-movie .movie-thumb {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
}

#mainimg.booth .item-movie > img {
  width: 100%;
  height: auto;
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie > img {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}

#mainimg.booth .item-movie svg {
  width: 100%;
  height: 100%;
}

#mainimg.booth .item-movie > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 4px;
}

#mainimg.booth .item-boxs {
  padding-top: 55px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mainimg.booth .item-boxs > * {
  width: 362px;
}

#mainimg.booth .item-boxs dl {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  background: rgb(255 255 255);
  color: #2e3a3a;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
}

#mainimg.booth .item-boxs dl:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dt {
  color: #fff;
  background: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

#mainimg.booth .item-boxs dl dt a {
  width: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* &:after{
                @include icon(22px,11px);
                background-image: url(/image/autumn2023/irex/booth/kv/arrow.svg);
                margin-left: auto;
              } */
}
#mainimg.booth .item-boxs dl dt a:hover {
  text-decoration: none;
}
#mainimg.booth .item-boxs dl dt span {
  background-color: #FFF;
  color: #2E2E2E;
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  padding-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-left: auto;
}

#mainimg.booth .item-boxs dl dt .btn {
  background-color: #FFF;
  color: #2E2E2E;
}

#mainimg.booth .item-boxs dl dd {
  padding: 20px;
  overflow-y: scroll;
  max-height: 500px;
  color: #0D3D62;
}

#mainimg.booth .item-boxs dl dd.company-block .img {
  border: 3px solid #479F9D;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

#mainimg.booth .item-boxs dl dd.company-block .img.no-img {
  background-color: #aeaeae;
}

#mainimg.booth .item-boxs dl dd.company-block .img img {
  max-height: 52px;
  max-width: 52px;
  width: auto;
  height: auto;
}

#mainimg.booth .item-boxs dl dd.company-block .title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #0D3D62;
}

#mainimg.booth .item-boxs dl dd.company-block .title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.company-block .text {
  color: #0D3D62;
}

#mainimg.booth .item-boxs dl dd.company-block .text:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  color: #479F9D;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
  /* margin-right: 5px; */
  /* margin-bottom: 5px; */
  width: 16%;
}

#mainimg.booth .item-boxs dl dd.news-list {
  max-height: 220px;
}

#mainimg.booth .item-boxs dl dd.news-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.news-list ul li > span {
  display: block;
}

#mainimg.booth .item-boxs dl dd.news-list ul li p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.news-list ul li p a {
  color: #479F9D;
}

#mainimg.booth .item-boxs dl dd.seminar-list {
  max-height: 220px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
  margin-right: 15px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text > span {
  display: block;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text p a {
  color: #FFF;
}

#mainimg.booth .item-boxs .link-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.booth .item-boxs .link-list li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 110px;
}

#mainimg.booth .item-boxs .link-list li:not(:last-child) {
  margin-right: 14px;
}

#mainimg.booth .item-boxs .link-list li.active a {
  color: #15A6A3;
}

#mainimg.booth .item-boxs .link-list li.active img.no-active {
  display: none;
}

#mainimg.booth .item-boxs .link-list li.active img.active {
  display: inline;
}

#mainimg.booth .item-boxs .link-list li img.no-active {
  display: inline;
}

#mainimg.booth .item-boxs .link-list li img.active {
  display: none;
}

#mainimg.booth .item-boxs .link-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.booth .item-boxs .link-list li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
  margin-bottom: 10px;
}

#mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

@media screen and (max-width: 1860px) {
  #mainimg.booth .item-movie {
    width: 63%;
    height: auto;
    aspect-ratio: 2.076;
    top: 10%;
  }
  #mainimg.booth .item-boxs {
    padding-top: 6%;
  }
  #mainimg.booth .item-boxs > * {
    width: 16%;
  }
  #mainimg.booth .item-boxs dl dt {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 458px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 10px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1.2rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
    width: 19%;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 90px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1700px) {
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 432px;
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth {
    height: auto;
    /* aspect-ratio: 1.9047619048; */
    aspect-ratio: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1600px) and (-ms-high-contrast: none) {
  #mainimg.booth {
    height: 0;
    padding-top: 26%;
    padding-bottom: 26%;
  }
  #mainimg.booth .item-boxs {
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth .item-movie {
    width: 55%;
    height: auto;
    aspect-ratio: 2.076;
    top: 10%;
  }
}

@media screen and (max-width: 1600px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    height: 58%;
    line-height: 0;
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth .item-boxs {
    padding-top: 2%;
  }
  #mainimg.booth .item-boxs > * {
    width: 21%;
  }
  #mainimg.booth .item-boxs dl dt {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 398px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 10px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1.2rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
    width: calc(20% - 2.6px);
    margin: 0;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs ul {
    gap: 3px;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 90px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1480px) {
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 364px;
  }
}
@media screen and (max-width: 1400px) {
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 336px;
  }
}

@media screen and (max-width: 1300px) {
  #mainimg.booth .item-movie {
    width: 54%;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 400px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 5px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1180px) {
  #mainimg.booth .item-boxs > * {
    width: 21%;
  }
  #mainimg.booth .item-boxs dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #mainimg.booth .item-boxs dl dt span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 320px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    width: 60px;
    height: 60px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 100px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 100px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 990px) {
  #mainimg.booth .item-boxs > * {
    width: 26%;
  }
  #mainimg.booth .item-boxs dl dt {
    font-size: 15px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dt span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: none;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    width: 50px;
    height: 50px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 22px;
    font-size: 1.5rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 15px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 15px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 80px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 80px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth {
    height: auto;
    aspect-ratio: initial;
  }
  #mainimg.booth .item-bg {
    aspect-ratio: 1.7;
    height: auto;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-bg {
    height: 0;
    padding-bottom: 30%;
    padding-top: 30%;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth .item-movie {
    position: relative;
    margin-top: 6.5%;
    width: 68%;
    height: auto;
    aspect-ratio: 2.076;
    top: 0%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    position: absolute;
    top: 5%;
    margin-top: 0;
    height: 28%;
    padding: 0;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs {
    padding-top: 20%;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth .item-boxs > * {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-bg {
    aspect-ratio: 1.2;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-bg {
    height: 0;
    padding-bottom: 40%;
    padding-top: 40%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-movie {
    position: relative;
    margin-top: 9.5%;
    width: 98%;
    height: auto;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    position: absolute;
    top: 3%;
    margin-top: 0;
    height: 20%;
    padding: 0;
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs {
    padding-top: 8%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs {
    position: relative;
    padding-top: 40%;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs > * {
    width: 100%;
  }
  #mainimg.booth .item-boxs dl {
    /* background: #565656; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 100%;
  }
  #mainimg.booth .item-boxs dl:not(:last-child) {
    margin-bottom: 0;
  }
  #mainimg.booth .item-boxs dl dt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    display: block;
  }
  #mainimg.booth .item-boxs dl dd.company-block:after {
    clear: both;
    display: block;
    content: '';
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    /* float: left; */
    text-align: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    text-align: left;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text:not(:last-child) {
    margin-bottom: 15px;
  }
  #mainimg.booth .item-boxs dl dd.news-list, #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: initial;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs dl dd.news-list, #mainimg.booth .item-boxs dl dd.seminar-list {
    height: auto;
    max-height: 400px;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs dl dd {
    overflow: visible;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs .link-list {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 60px;
  }
  #mainimg.booth .item-boxs .link-list li:not(:last-child) {
    margin-right: 10px;
  }
  #mainimg.booth .item-boxs .link-list li > a span:nth-child(1) {
    margin-bottom: 5px;
  }
  #mainimg.booth .item-boxs .link-list li > a span:nth-child(1) img {
    height: 15px;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  background: #D8EDFF;
  /* background: #F6FAF6 url(/image/autumn2023/common/bg-main.svg) no-repeat center top/auto 340px; */
  /* background-image: linear-gradient(180deg, rgba(41, 128, 185, 1), rgba(243, 248, 252, 1)); */
  min-height: calc(100vh - 367px);
  padding-top: 175px;
}

main.next {
  padding: 100px 0 0;
}
main.add-account {
  padding: 160px 0 0;
}
@media screen and (max-width: 1000px) {
  main.next {
    padding: 120px 0 0;
  }
}

main .content {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content .ttl {
  color: #fff;
}

main > section, main > article {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.registration-block {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.registration-block .item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.registration-block .item-flow:not(:last-child) {
  margin-bottom: 50px;
}

.registration-block .item-flow li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  color: #0e3d62;
  background: #FFF;
  height: 68px;
  position: relative;
  border: 1px solid #0e3d62;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}

.registration-block .item-flow li:not(:last-child) {
  margin-right: -1px;
  padding-left: 5px;
}

.registration-block .item-flow li:not(:last-child):before, .registration-block .item-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 12px;
  border-color: transparent transparent transparent #0e3d62;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 2;
}

.registration-block .item-flow li:not(:last-child):before {
  margin-left: 1px;
}

.registration-block .item-flow li:not(:last-child):after {
  border-left-color: #FFF;
}

.registration-block .item-flow li:not(:last-child).current:after {
  border-left-color: #0e3d62;
}

.registration-block .item-flow li:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.registration-block .item-flow li:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.registration-block .item-flow li.current {
  background-color: #0D3D62;
  color: #fff;
  font-weight: bold;
  border-color: #0D3D62;
}
@media screen and (max-width: 700px) {
  .registration-block .item-flow li {
    font-size: 13px;
  }
  .registration-block .item-flow li:not(:last-child) {
    padding-left: 10px;
  }
}
.registration-block .item-hd {
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
}

.registration-block .item-content {
  background: #FFF;
  padding: 35px 45px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.registration-block .item-content:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-list dt.required:after {
  content: "必須";
  background-color: #E60A16;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 12px;
}

.registration-block .item-list dt small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.registration-block .item-list dd:not(:last-child) {
  margin-bottom: 25px;
}

.registration-block .item-list dd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
}

.registration-block .item-list dd .name > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.registration-block .item-list dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -20px;
  margin-bottom: -10px;
}

.registration-block .item-list dd .flex > * {
  margin-right: 20px;
  margin-bottom: 10px;
}

.registration-block .item-list dd .flex > *.half {
  width: calc(50% - 20px);
}

.registration-block .item-text {
  text-align: center;
}

.registration-block .item-text:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  margin-bottom: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.registration-block .item-tab li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  background: #FFF;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.registration-block .item-tab li:first-child {
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  -ms-border-radius: 40px 0 0 40px;
  -o-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}

.registration-block .item-tab li:last-child {
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
}

.registration-block .item-tab li.current a {
  background-color: #0898cf;
  color: #FFF;
}

.registration-block .item-tab li.current a small {
  color: #FFF;
}

.registration-block .item-tab li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #2E2E2E;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.registration-block .item-tab li a:hover {
  text-decoration: none;
}

.registration-block .item-tab li a small {
  color: #0898cf;
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-policy {
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  padding: 25px;
}

.registration-block .item-policy:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-policy .post {
  height: 510px;
  overflow: scroll;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.registration-block .item-policy .agree {
  text-align: center;
}

.registration-block .item-list-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -18px;
}

.registration-block .item-list-confirm dl {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.registration-block .item-list-confirm dl.half {
  width: 50%;
}

.registration-block .item-list-confirm dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.registration-block .item-list-confirm dl dd {
  color: #808080;
}

.registration-block .item-finish {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.registration-block .item-finish h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.registration-block .item-finish p {
  color: #808080;
}

.registration-block .item-hd-sub {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0898cf;
  line-height: 1.2;
}

.registration-block .item-hd-sub:not(:first-child) {
  margin-top: 60px;
}

.registration-block .item-hd-sub:not(:first-child):before, .registration-block .item-hd-sub:not(:first-child):after {
  display: none;
}

.registration-block .item-hd-sub:not(:last-child) {
  margin-bottom: 35px;
}

.registration-block .item-hd-sub:before, .registration-block .item-hd-sub:after {
  content: "";
  height: 1px;
  background: #DDDDDD;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.registration-block .item-hd-sub:before {
  margin-right: 30px;
}

.registration-block .item-hd-sub:after {
  margin-left: 30px;
}

.registration-block .item-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.registration-block .item-toggles li {
  width: 280px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.registration-block .item-toggles li:not(:last-child) {
  margin-right: 20px;
}

.registration-block .item-toggles li input:checked + label, .registration-block .item-toggles li a:active {
  background-color: #0898cf;
  color: #FFF;
  border-color: #FFF;
}

.registration-block .item-toggles li label, .registration-block .item-toggles li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CAE3EC;
  color: #0898cf;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.registration-block .item-toggles li a:hover {
  text-decoration: none;
}

.registration-block .item-btns:not(:first-child) {
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
}

.registration-block .item-choices {
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
  display: none;
}

.registration-block .item-choices:not(:first-child) {
  margin-top: 30px;
}

.registration-block .item-choices .check-block:not(:first-child) {
  margin-top: 30px;
}

.registration-block .item-choices .check-block:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-choices .check-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* border: 1px solid #0898cf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; */
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.registration-block .item-choices .check-block li:nth-child(odd) {
  background-color: #F6F6F6;
}

.registration-block .item-choices .check-block li:not(.show) {
  display: none;
}

.registration-block .item-choices .check-block li .check {
  margin-right: 20px;
}

.registration-block .item-choices .check-block li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  cursor: pointer;
}

.registration-block .item-choices .check-block li .text:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.registration-block .item-choices .check-block li .text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2980b9;
  margin-bottom: 5px;
}

.registration-block .item-choices .check-block li .text h3 span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  background-color: #15A6A3;
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.registration-block .item-choices .check-block li .text h3 span.blue {
  background-color: #0898cf;
}

.registration-block .item-choices .check-block li .text h3 span.red {
  background-color: #E60A16;
}

.registration-block .item-choices .check-block li .text h3 span.red-border {
  border: 1px solid #E60A16;
  color: #E60A16;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-block .item-choices .check-block li .text p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-choices .check-block li .sold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(242, 242, 242, 0.8);
  color: #0898cf;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.registration-block .item-choices .date-block > p:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-choices .date-block > p span {
  font-weight: bold;
}

.registration-block .item-choices .date-block > p span:nth-child(1) {
  color: #0898cf;
}

.registration-block .item-choices .date-block > p span:nth-child(2) {
  color: #15A6A3;
  margin: 0 0 0 10px;
}

.registration-block .item-choices .date-block > p span:nth-child(3) {
  color: #E60A16;
  margin: 0 0 0 10px;
}

.registration-block .item-choices .date-block .date {
  border: 1px solid #DDDDDD;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.registration-block .item-choices .date-block .date .left {
  background: #F2F2F2;
  width: 35%;
  padding: 20px 70px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #0B3569;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-block .item-choices .date-block .date .left:after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  line-height: 1;
  background-color: #E60A16;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.registration-block .item-choices .date-block .date .left h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.registration-block .item-choices .date-block .date .left small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.registration-block .item-choices .date-block .date .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 30px;
}

.registration-block .item-choices .date-block .date .right .item {
  padding: 5px;
  position: relative;
}

.registration-block .item-choices .date-block .date .right .item.hide {
  pointer-events: none;
}

.registration-block .item-choices .date-block .date .right .item.hide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 242, 245, 0.8);
}

.registration-block .item-choices .date-block .date .right .item:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-choices .date-block .date .right .offline > * {
  position: relative;
}

.registration-block .item-choices .date-block .date .right .offline > p:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-choices .date-block .date .right .offline > div {
  pointer-events: none;
}

.registration-block .item-choices .date-block .date .right .offline > div:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-choices .date-block .date .right .offline > div > span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(239, 242, 245, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #0898cf;
  margin-top: -5px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}

.registration-block .item-choices .date-block .date .right .offline > div ul li span {
  color: #0898cf;
  font-weight: bold;
}

.registration-block .item-choices .date-block .date .right .offline > div.select {
  pointer-events: auto;
}

.registration-block .item-choices .date-block .date .right .offline > div.select > span {
  display: none;
}

.registration-block .item-sup-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.registration-block .item-sup-list li:before {
  content: "※";
  margin-right: 0.5em;
}

.registration-block .item-send {
  text-align: center;
}

.registration-block .item-send:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.registration-block .item-send h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-send h3:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-send .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.4;
}

.registration-block .item-send .mail:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-send .mail:before {
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-check.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.registration-block .item-send p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-attention h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #E60A16;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-attention h3:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-attention h3:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-attention.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.registration-block .item-attention ul:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-attention ul li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 15px;
  font-size: 0.9375rem;
}

.mp-news-block .registration-block .item-attention ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 20px 30px;
  text-indent: 0;
  font-size: 15px;
}

.mp-news-block .registration-block .item-attention ul li:nth-child(odd) {
  background: #F6F6F6;
}

.registration-block .item-attention ul li:not(:last-child) {
  margin-bottom: 5px;
}

.registration-block .item-attention a {
  text-decoration: underline;
}

.registration-block .item-attention a:hover {
  text-decoration: none;
}

.popup {
  background: #FFF;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  margin-top: 20px;
  border-radius: 30px;
}

.popup-wrapper {
  display: none;
}

.popup .hd-style, .popup.questionnaire > .item-hd, .popup.products .item-hd {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  color: #0B3569;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.popup .hd-style:after, .popup.questionnaire > .item-hd:after, .popup.products .item-hd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 530px;
  height: 3px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
}

.popup.products {
  /* &:before,&:after{
      @include icon(108px,34px);
      background-image: url(/image/autumn2023/irex/top/popup/icon.svg);
      position: absolute;
    } */
}

.popup.products:before {
  right: -33px;
  top: -24px;
}

.popup.products:after {
  left: -33px;
  bottom: -24px;
}

.popup.products .item-hd {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  color: #0B3569;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.popup.products .item-hd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 530px;
  height: 3px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
}

.popup.products .item-img {
  /* max-width: 750px; */
  max-width: 670px;
  margin: 0 auto 40px;
}

.popup.products .item-youtube {
  margin-bottom: 60px;
}

.popup.products .item-youtube .youtube {
  position: relative;
  max-width: 750px;
  padding-top: 35%;
  margin: 0 auto;
}

.popup.products .item-youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup.products .item-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.products .item-text:not(:last-child) {
  margin-bottom: 40px;
}

.popup.products .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}

.popup.products .item-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.products .item-column2 .img {
  width: 475px;
}

.popup.products .item-column2 .text {
  margin-left: 40px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.products .item-column2 .text .text-area {
  margin-bottom: 20px;
}

.popup.products .item-related {
  margin-top: 80px;
}

.popup.products .item-related ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup.products .item-related ul li:not(:last-child) {
  margin-bottom: 40px;
}

.popup.products .item-related ul li .img {
  margin-right: 40px;
}

.popup.products .item-related ul li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.products .item-related ul li .text > *:not(:last-child) {
  margin-bottom: 15px;
}

.popup.preview {
  width: 770px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 35px;
}

#company_detail.popup.preview .item-content {
  overflow-y: scroll;
  height: 70vh;
  position: relative;
  padding: 0 0 70px 0;
}

.popup.preview .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.preview .item-title:not(:last-child) {
  margin-bottom: 30px;
}

.popup.preview .item-title > .left {
  width: 180px;
  margin-right: 25px;
}
.popup.preview .item-title > .right {
  width: calc(100% - 205px);
}
.popup.preview .item-title > .left .img:not(:last-child) {
  width: 148px;
  padding: 15px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  border: 1px solid #CED4DC;
}

.popup.preview .item-title > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.preview .item-title > .text > *:not(:last-child) {
  margin-bottom: 10px;
}

.popup.preview .item-title > .text .category {
  display: -moz-inline-box;
  display: inline-block;
  background: #0898cf;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.popup.preview .item-title > .text .number {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-title > .text .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.popup.preview .item-title > .text .text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-point {
  background: #F3F8FC;
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  /* border: 1px solid #DDDDDD; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.preview .item-point:not(:last-child) {
  margin-bottom: 25px;
}

.popup.preview .item-point .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-point .text > *:not(:last-child) {
  margin-bottom: 10px;
}

.popup.preview .item-point .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2980B9;
}

.popup.preview .item-point .img {
  margin-left: 25px;
}

@media screen and (min-width: 701px) {
  .popup.preview .item-point .img {
    max-width: 40%;
  }
}

.popup.preview .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-info:not(:last-child) {
  margin-bottom: 20px;
}

.popup.preview .item-info > * {
  margin-bottom: 4px;
}

.popup.preview .item-info dt {
  width: 85px;
  margin: 0 15px 0 0;
}

.popup.preview .item-info dd {
  width: calc(100% - 100px);
}

.popup.preview .item-btn {
  margin-left: -35px;
  margin-right: -35px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#company_detail.popup.preview .item-btn {
  position: fixed;
  bottom: 0;
  width: 750px;
  max-width: calc(100% - 20px);
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 20px 10px;
  gap: 15px;
}

.popup.preview .item-btn .btn {
  font-size: 16px;
  font-size: 1rem;
}
.popup.preview .item-btn .btn.org-btn {
  background: rgba(233, 140, 2, 1);
}

.popup .mfp-close {
  right: -15px;
  top: -15px;
  left: auto;
  width: 40px;
  height: 40px;
  background: url(/img/front/pict/btn-close_speaker.svg) no-repeat;
  font-size: 0;
}

.mfp-arrow {
  width: 24px;
  height: 43px;
  background: no-repeat center;
}

.mfp-arrow-left {
  background-image: url(/image/autumn2023/common/arrow-popup_prev.svg);
  left: 20px;
}

.mfp-arrow-right {
  background-image: url(/image/autumn2023/common/arrow-popup_next.svg);
  right: 20px;
}

.mfp-bg {
  background: #000;
  filter: alpha(opacity=46);
  opacity: 0.46;
}

.mfp-bg.mfp-fade.mfp-ready {
  filter: alpha(opacity=46);
  opacity: 0.46;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
  .popup {
    padding: 50px 30px 30px;
  }
  .popup.products .item-column2 .img {
    width: 400px;
  }
  .popup.products .item-column2 .text {
    margin-left: 30px;
    width: 10px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup {
    padding: 50px 20px 20px;
  }
  .popup.products .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .popup.products .item-img {
    margin-bottom: 20px;
  }
  .popup.products .item-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.products .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.products .item-related {
    margin-top: 40px;
  }
  .popup.products .item-related ul li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup.products .item-related ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup.products .item-related ul li .img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .popup.products .item-related ul li .text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .popup.products .item-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup.products .item-column2 .img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .popup.products .item-column2 .text {
    margin-left: 0px;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.products .item-column2 .text .item-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .popup.preview {
    padding: 35px 20px 20px;
  }
  .popup.preview .item-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup.preview .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.preview .item-title > .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .popup.preview .item-title > .left .img:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .popup.preview .item-title > .right {
    width: 100%;
  }
  .popup.preview .item-title > .text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .popup.preview .item-title > .text > *:not(:last-child) {
    margin-bottom: 5px;
  }
  .popup.preview .item-title > .text .number {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-title > .text .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .popup.preview .item-title > .text .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-point {
    padding: 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .popup.preview .item-point:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.preview .item-point .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-point .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .popup.preview .item-point .img {
    margin-left: 0;
    margin-top: 15px;
  }
  .popup.preview .item-info {
    margin-bottom: -6px;
  }
  .popup.preview .item-info:not(:last-child) {
    margin-bottom: 14px;
  }
  .popup.preview .item-info > * {
    margin-bottom: 6px;
  }
  .popup.preview .item-btn {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
  }
  .popup .mfp-close {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .mfp-arrow {
    background-color: rgba(46, 46, 46, 0.9) !important;
    background-size: 10px auto !important;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-right {
    right: 0;
  }
  .registration-block .item-toggles {
    margin: 30px 0 0 0;
  }
  .registration-block .item-choices .date-block .date .left {
    width: 100%;
  }
  .registration-block .item-choices .date-block .date .right {
    width: 100%;
    padding: 20px 10px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(41, 128, 185, 1);
  border: none;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  background-color: rgba(41, 128, 185, 0.8);
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.questionnaire {
    height: 65px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.btn.questionnaire:before {
    content: "";
    /* width: 36px;
    height: 36px;
    background: no-repeat center/contain;
    background-image: url(/img/front/common/icon-btn_questionnaire.png);
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

@media screen and (max-width: 700px) {
  .btn {
    height: 43px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.xs {
  height: 36px;
  font-size: 11.5px;
  font-size: 0.71875rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.sml {
  height: 37px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 700px) {
  .btn.sml {
    height: 33px;
  }
}

@media screen and (max-width: 1000px) {
  .btn.sml.w130 {
    width: 100px;
  }
}

.btn.mdl {
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 700px) {
  .btn.mdl {
    height: 46px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.h50 {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .btn.h50 {
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn.lg {
  height: 60px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.btn.lg.radius {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 1600px) {
  .btn.lg {
    font-size: 19px;
    font-size: 1.1875rem;
    height: 52px;
  }
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 55px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.btn.shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}

.btn.bookmark:before {
  content: "";
  width: 11px;
  height: 15px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/icon-bookmark.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.bookmark.border:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: #15A6A3;
}

.btn.bookmark:hover {
  background-color: #15A6A3;
}

.btn.bookmark:hover:before {
  background-image: url(/image/autumn2023/common/icon-bookmark_white.svg);
}

.btn.pdf:before {
  content: "";
  width: 23px;
  height: 30px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/icon-btn_pdf.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.file:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: no-repeat center/contain;
  background-image: url(/image/autumn2023/common/icon-btn_file.svg);
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.fav:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/icon-star.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.fav:hover:before {
  background-image: url(/image/autumn2023/common/icon-star-on.svg);
}

.btn.blank:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: no-repeat center/contain;
  background-image: url(/image/autumn2023/common/icon-btn_blank.svg);
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.back {
  border: 1px solid #CAE3EC;
  background-color: #FFF;
  color: #0B3569;
}

.btn.back:hover {
  background-color: #CAE3EC;
  color: #FFF;
}

.btn.border {
  border: 1px solid #15A6A3;
  color: #15A6A3;
  background-color: #FFF;
}

.btn.border:hover {
  background-color: #2E2E2E;
  color: #FFF;
}

.btn.border-black {
  border: 1px solid #DDDDDD;
  color: #2E2E2E;
  background-color: #FFF;
}

.btn.border-black:hover {
  background-color: #F2F2F2;
}

.btn.border-blue {
  border: 1px solid #CAE3EC;
  background-color: #FFF;
  color: #0898cf;
}

.btn.border-blue:hover {
  background-color: #CAE3EC;
}

.btn.red {
  background-color: #E60A16;
  color: #FFF;
}

.btn.red:hover {
  background-color: #f62d38;
}

.btn.white {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}

.btn.white:hover {
  background-color: #FFF;
  color: #2E2E2E;
}

.btn.blue {
  background-color: #2980B9;
}

.btn.blue:hover {
  background-color: #409ad5;
}

.btn.red-white {
  background-color: #FFF;
  color: #E60A16;
}

.btn.red-white:hover {
  background-color: #E60A16;
  color: #FFF;
}

.btn.grad {
  background: linear-gradient(#15a6a3 0%, #0898cf 100%);
}

.btn.grad-red {
  background: linear-gradient(#E60A16 0%, #85212B 100%);
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #E60A16;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* .link:after {
  content: "";
  width: 22px;
  height: 11px;
  background: no-repeat center/auto;
  margin-left: 10px;
  background-image: url(/image/autumn2023/common/arrow-red.svg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #E6F1F8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #0B3569;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 20px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat.lg {
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cat.green {
  background-color: #15A6A3;
  color: #FFF;
}

.cat:hover {
  text-decoration: none;
  background-color: #0898cf;
  color: #FFF;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -8px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 8px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #DDDDDD;
  background: #F2F2F2;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #808080;
}
.registration-block textarea {
  min-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 10px;
  background: #F2F2F2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #808080;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 1px solid #0B3569;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #15A6A3;
  border-bottom: 2px solid #15A6A3;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #15A6A3;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2px;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #0B3569 transparent transparent transparent;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 43px;
  width: 100%;
  line-height: 43px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #F2F2F2;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 700px) {
  select {
    height: 40px;
    line-height: 40px;
  }
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 20px 5px 0;
}

@media screen and (max-width: 700px) {
  .check-radios {
    margin-right: -15px;
  }
  .check-radios > * {
    margin-right: 15px;
  }
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.radio-list li {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.radio-list li input:checked + label {
  background-color: #0698CF;
  border-color: #0698CF;
  color: #FFF;
}

.radio-list li label {
  height: 43px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .radio-list li label {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.radio-list li:first-child label {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.radio-list li:last-child label {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.radio-list li:not(:last-child) label {
  margin-right: -1px;
}

.radio-list.split {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 2%;
}

.radio-list.split li {
  width: 23%;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.radio-list.split li label {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 4px;
  word-break: keep-all;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
}
.radio-list.split.sh-ex li:nth-child(5) label {
  font-size: 13px;
  letter-spacing: 0.6px;
}
.sh-ex-double {
  flex-wrap: wrap;
  align-content: center;
}
.sh-ex-little {
  width: 100%;
  font-size: 11px;
}
.sh-ex-main {
  font-size: 13px;
  letter-spacing: 0.1px;
}
.q-top {
  font-weight: bold;
}
.q-center {
  padding: 0 0 0 2em;
}
.q-center label {
  padding-right: 30px;
  margin: 0 0 10px 0;
}
.q-bottom label {
  font-weight: bold;
  padding-right: 30px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 700px) {
  .radio-list.split {
    margin-right: -4px;
    margin-bottom: -4px;
  }
  .radio-list.split li {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .radio-list.split li label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .radio-list.split li label {
    height: 32px;
    font-size: 12.5px;
    font-size: 0.78125rem;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -moz-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -ms-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -o-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
  }
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
}

table th {
  background-color: #F2F2F2;
  font-weight: bold;
}

table thead th {
  background-color: #DDDDDD;
  color: #FFF;
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #DDDDDD;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv01 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #0B3569;
}

.heading-lv01 span {
  position: relative;
  color: #15A6A3;
}

.heading-lv01 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.heading-lv01:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 1600px) {
  .heading-lv01 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .heading-lv01:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .heading-lv01:not(:last-child) {
    margin-bottom: 27px;
  }
}

.heading-lv02 {
  text-align: center;
}

.heading-lv02 span {
  display: block;
}

.heading-lv02 span:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #15A6A3;
}

.heading-lv02 span:nth-child(2) {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  color: #0B3569;
}

@media screen and (max-width: 700px) {
  .heading-lv02 span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading-lv02 span:nth-child(2) {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.heading-lv03 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.heading-text-lv01 {
  margin-bottom: 30px;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-sup {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}

.text-red {
  color: #E60A16;
}

.text-blue {
  color: #0898cf;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
.column-style, .column-04, .column-03, .column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

.column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
  margin-bottom: -30px;
}

.column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 501px) {
  .column-style > *.w5p, .column-04 > *.w5p, .column-03 > *.w5p, .column-02 > *.w5p {
    width: calc(5% - 30px);
  }
  .column-style > *.w10p, .column-04 > *.w10p, .column-03 > *.w10p, .column-02 > *.w10p {
    width: calc(10% - 30px);
  }
  .column-style > *.w15p, .column-04 > *.w15p, .column-03 > *.w15p, .column-02 > *.w15p {
    width: calc(15% - 30px);
  }
  .column-style > *.w20p, .column-04 > *.w20p, .column-03 > *.w20p, .column-02 > *.w20p {
    width: calc(20% - 30px);
  }
  .column-style > *.w25p, .column-04 > *.w25p, .column-03 > *.w25p, .column-02 > *.w25p {
    width: calc(25% - 30px);
  }
  .column-style > *.w30p, .column-04 > *.w30p, .column-03 > *.w30p, .column-02 > *.w30p {
    width: calc(30% - 30px);
  }
  .column-style > *.w35p, .column-04 > *.w35p, .column-03 > *.w35p, .column-02 > *.w35p {
    width: calc(35% - 30px);
  }
  .column-style > *.w40p, .column-04 > *.w40p, .column-03 > *.w40p, .column-02 > *.w40p {
    width: calc(40% - 30px);
  }
  .column-style > *.w45p, .column-04 > *.w45p, .column-03 > *.w45p, .column-02 > *.w45p {
    width: calc(45% - 30px);
  }
  .column-style > *.w50p, .column-04 > *.w50p, .column-03 > *.w50p, .column-02 > *.w50p {
    width: calc(50% - 30px);
  }
  .column-style > *.w55p, .column-04 > *.w55p, .column-03 > *.w55p, .column-02 > *.w55p {
    width: calc(55% - 30px);
  }
  .column-style > *.w60p, .column-04 > *.w60p, .column-03 > *.w60p, .column-02 > *.w60p {
    width: calc(60% - 30px);
  }
  .column-style > *.w65p, .column-04 > *.w65p, .column-03 > *.w65p, .column-02 > *.w65p {
    width: calc(65% - 30px);
  }
  .column-style > *.w70p, .column-04 > *.w70p, .column-03 > *.w70p, .column-02 > *.w70p {
    width: calc(70% - 30px);
  }
  .column-style > *.w75p, .column-04 > *.w75p, .column-03 > *.w75p, .column-02 > *.w75p {
    width: calc(75% - 30px);
  }
  .column-style > *.w80p, .column-04 > *.w80p, .column-03 > *.w80p, .column-02 > *.w80p {
    width: calc(80% - 30px);
  }
  .column-style > *.w85p, .column-04 > *.w85p, .column-03 > *.w85p, .column-02 > *.w85p {
    width: calc(85% - 30px);
  }
  .column-style > *.w90p, .column-04 > *.w90p, .column-03 > *.w90p, .column-02 > *.w90p {
    width: calc(90% - 30px);
  }
  .column-style > *.w95p, .column-04 > *.w95p, .column-03 > *.w95p, .column-02 > *.w95p {
    width: calc(95% - 30px);
  }
  .column-style > *.w100p, .column-04 > *.w100p, .column-03 > *.w100p, .column-02 > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  .column-style, .column-04, .column-03, .column-02 {
    margin-right: -20px;
  }
  .column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
    margin-bottom: -20px;
  }
  .column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #808080;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #F2F2F2;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 45px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}

.post h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 1px;
  background: #2E2E2E;
}

.post h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .youtube {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.post .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 700px) {
  .post .youtube {
    padding-top: 60%;
  }
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #808080;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 30px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #DDDDDD;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post iframe[src*="youtube"] {
  width: 1018px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1.7777777778;
  height: auto;
  display: block;
}

@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
/*Customize*/
.btn.fav-done:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/star_off.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.next #lost_password .btn:disabled,
.next #changepassword .btn:disabled{
  background-color: #D9D9D9!important;
  cursor: not-allowed;
  color:#5f7682;
}


/* private show */
.l-wrapper__inner {
  background: #F6FAF6;
}
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
.ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.ttl-sub {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
.lead-note {
  text-align: center;
  font-size: 13px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 700px) {
  footer .foot-main nav dl {
    max-width: 100%;
    margin: 0 auto;
  }
  footer .foot-main nav dl dt {
    width: 100%;
  }
  footer .foot-main nav dl dt:first-child::before {
    content: none;
  }
  footer .foot-main nav dl dt::after {
    content: none;
  }
}

.form-read-txt {
  padding: 0;
  background: none;
  box-shadow: none;
}
.registration-block {
  padding-bottom: 60px;
}
.registration-block .item-flow {
  box-shadow: none;
}
.registration-block .item-content {
  /* box-shadow: none; */
}
.registration-block .item-hd {
  background: #0D3D62;
}
.registration-block .item-content.form-read-txt {
  /* background: none;
  padding: 0; */
  border-radius: 6px;
}
.registration-block .item-content.form-outline {
  /* border-right: 1px solid #2e3a3a;
  border-bottom: 1px solid #2e3a3a;
  border-left: 1px solid #2e3a3a; */
}
.movie-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.movie-other {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0 0;
}
.archive-on {
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #2980B9;
  padding: 2px 10px;
  line-height: 1;
  background: #fff;
  color: #2980B9;
}
.registration-block .item-choices .check-block li .check {
  margin-right: 0;
  margin-left: 20px;
}
label.checkbox:before {
  background-color: #DDDDDD;
  border: 1px solid #ffffff00;
}
label.checkbox:after {
  top: 2px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
input[type="checkbox"]:checked + .checkbox:before {
  background-color: #2e3a3a;
  border: 1px solid #2e3a3a;
}
.scrollbox {
  box-sizing: border-box;
  border: solid 1px #CBCBCB;
  border-radius: 4px;
  max-height: 240px;
  padding: 16px;
  margin: 0.5em 0 1em;
  overflow: auto;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .registration-block .item-content {
    padding: 10px;
  }
}
.primary-btn {
  background: rgba(231, 76, 60, 1);
  min-width: 180px;
  width: 100%;
  color: #fff;
}
.primary-btn:hover {
  background: rgba(231, 76, 60, 0.8);
}
.secondary-btn {
  background: rgba(233, 140, 2, 1);
  min-width: 130px;
  width: 100%;
  color: #fff;
}
.secondary-btn:hover {
  background: rgba(233, 140, 2, 0.8);
}
.registration-block .item-attention .lecture ul li {
  position: relative;
  display: block;
  padding: 20px 55px 20px 30px;
  text-indent: 0;
  font-size: 15px;
  background: #fff;
}
.registration-block .item-attention .lecture ul li:nth-child(odd) {
  background: #F6F6F6;
}
.registration-block .item-attention .lecture a {
  text-decoration: none;
  color: #2E2E2E;
}
.registration-block .item-attention .lecture h3 {
  color: #E98C02;
  justify-content: flex-start;
}
.registration-block .item-attention .lecture h3:before {
  content: none;
}
.registration-block .item-attention .lecture h3 span {
  background-color: #00869B;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
}
.arrow {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  top: 50%;
  right: 30px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before{
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2e3a3a;
}
.arrow::after{
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minus {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  top: 50%;
  right: 30px;
}
.minus::before,
.minus::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.minus::before{
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2e3a3a;
}
.minus::after{
  left: 6px;
  width: 12px;
  height: 0;
  border-top: 3px solid #fff;
  margin: -1px 0 0 0;
}

.info-btn {
  width: 100%;
  max-width: 310px;
  margin: 60px auto 0;
  padding: 0 0 100px 0;
}

/* how to use */
.anc-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  width: 100%;
  margin: 60px 0 0 0;
}
.anc-item {

}
.anc-item a {
  position: relative;
  background: #479F9D;
  padding: 18px 30px 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anc-item a:hover {
  text-decoration: none;
  background-color: #1bd3cf;
}
.anc-item a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.p-webinar {
  margin: 140px 0 0 0;
}
.p-booth {
  margin: 100px 0 0 0;
}
.sub-ttl {
  text-align: center;
  color: #479F9D;
  font-size: 28px;
  line-height: 1.5;
}
.point-outline {
  margin: 30px 0 0;
}
.point-item {
  background: #fff;
  padding: 50px;
  border: 4px solid #2e3a3a;
  border-radius: 70px;
  margin: 0 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.point-txt {
  width: calc(100% - 360px);
}
.point-img {
  width: 360px;
}
.point-ttl {
  font-size: 22px;
  line-height: 1.5;
}
.point-detail {
  margin: 15px 0 0 0;
}
header .head-nav ul li .use-point-btn {
  position: relative;
  display: block;
  max-width: 240px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .head-nav ul li .use-point-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.head-nav-item .btn {
  height: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .anc-outline {
    gap: 0 15px;
  }
  .anc-item {
    width: 50%;
  }
  .anc-item a {
    display: block;
    padding: 18px 10px 30px;
    font-size: 14px;
  }
  .p-webinar {
    margin: 100px 0 0 0;
  }
  .point-item {
    padding: 30px 20px;
    border-radius: 50px;
  }
  .point-txt {
    width: 100%;
  }
  .point-img {
    width: 100%;
    text-align: center;
  }
}

.profile-link {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  line-height: 1;
}

.doui-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
}

.doui-outline .agree {
  padding: 2px 0 0 0;
}


/* 秋展 2022 */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
header .head-nav ul.pc-hide {
  display: none;
}
.search-inner {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 5px 28px 5px 10px;
  border-radius: 20px;
  height: 30px;
  width: 260px;
  overflow: hidden;
  background: #fff;
}
.search-inner input[type="text"]{
  display: block;
  border: none;
  height: auto;
  line-height: 1;
  background: none;
  width: 100%;
}
.search-inner input[type="text"]:focus {
  outline: 0;
}
.search-inner button[type="submit"]{
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 7px;
  top: 50%;
  margin: -14px 0 0 0;
  outline: none;
}
.white-ol-btn {
  border: 1px solid #fff;
  min-width: 66px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.white-ol-btn:hover {
  border: 1px solid #fff;
  color: #0D3D62;
  background: #fff;
  text-decoration: none;
}
.blue-btn {
  display: flex;
  min-width: 66px;
  line-height: 1;
  border: 1px solid #0698CF;
  padding: 8px 16px;
  border-radius: 2px;
  color: #fff;
  background: #0698CF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.blue-btn:hover {
  border: 1px solid #0698CF;
  color: #0698CF;
  background: #fff;
  text-decoration: none;
}
.red-btn {
  display: flex;
  min-width: 66px;
  line-height: 1;
  border: 1px solid #FC2683;
  padding: 8px 16px;
  border-radius: 2px;
  color: #fff;
  background: #FC2683;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.red-btn:hover {
  border: 1px solid #fc2583;
  color: #fc2583;
  background: #fff;
  text-decoration: none;
}
.big-round {
  border-radius: 20px;
}
.head-nav-btn .white-ol-btn,
.head-nav-btn .blue-btn,
.head-nav-btn .red-btn {
  font-size: 14px;
}
.l-footer {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 80px 0;
  background: #000;
  color: #fff;
  z-index: 2;
}
.l-footer__inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 25px;
  max-width: 1162px;
  margin: 0 auto;
}
.back_to_top {
  position: fixed;
  bottom: 115px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 70;
  transition: .3s;
  -webkit-transition: .3s;
}
.back_to_top:hover {
  background: #2980B9;
  transition: .3s;
  -webkit-transition: .3s;
}
.back_to_top span {
  background: url(/image/autumn2023/common/back_top.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
  width: 26px;
  height: 15px;
  transition: .3s;
  -webkit-transition: .3s;
}
.back_to_top:hover span {
  background: url(/image/autumn2023/common/back_top_white.svg) 50% 50% no-repeat !important;
  transition: .3s;
  -webkit-transition: .3s;
}
.l-footer__nav {
  display: block;
  width: 100%;
}
.accordion_content {
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 80px 0;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
}
.accordion_content ul li {
  margin-top: 30px;
  font-size: 15px;
}
.accordion_content ul li:first-child {
  margin-top: 0;
}
.accordion_content ul li a {
  color: #fff;
}
.accordion_content ul li a strong {
  font-weight: normal;
}
.footer_flex > ul, .footer_middle {
  width: calc(33.3333% - 16px);
}
.footer_middle ul {
  margin-bottom: 30px;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}
.footer_middle ul li {
  margin-bottom: 30px;
}
.accordion_content ul li:first-child {
  margin-top: 0;
}
.accordion_footer_menu {
  cursor: pointer;
}
.accordion_content .sub_menu {
  margin: 20px 0 0 60px;
  display: block;
}
.accordion_content .sub_menu li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(/image/autumn2023/common/footer_sub_menu.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.l-footer__copyright {
  width: 100%;
  color: #fff;
  padding: 29px 0;
  font-size: 14px;
  text-align: center;
}
.p-ic {
  display: inline-block;
  content: '';
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin: 0 5px;
}
.accordion_content i {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}
.footer_online {
  background: url(/image/autumn2023/common/footer_online.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_seminar {
  background: url(/image/autumn2023/common/footer_seminar.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_news {
  background: url(/image/autumn2023/common/footer_news.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_mypage {
  background: url(/image/autumn2023/common/footer_mypage.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_online_ent {
  background: url(/image/autumn2023/common/footer_online_ent.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_real_inf {
  background: url(/image/autumn2023/common/footer_real_inf.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_site {
  background: url(/image/autumn2023/common/footer_site.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_subscribe {
  background: url(/image/autumn2023/common/footer_subscribe.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_faq {
  background: url(/image/autumn2023/common/footer_faq.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
.footer_contact {
  background: url(/image/autumn2023/common/footer_contact.svg) 50% 50% no-repeat !important;
  background-size: 100% !important;
}
@media screen and (max-width: 1000px) {
  .head-nav-search {
    width: 100%;
  }
  .search-inner {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 3px 10px;
    width: calc(100% - 20px);
    margin: 20px 10px;
    background: #fff;
  }
  header .head-hidden .head-nav {
    flex-wrap: wrap;
  }
  header .head-hidden .head-nav .pc-hide {
    gap: 0;
    margin: 30px 0 0 0;
  }
  header .head-hidden .head-nav ul {
    gap: 12px 2%;
  }
  header .head-hidden .head-nav ul li {
    margin: 0;
    width: 46%;
    padding: 0;
  }
  header .head-hidden .head-nav .pc-hide li {
    width: 50%;
    /* max-width: 320px; */
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .head-hidden .head-nav .pc-hide li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .search-inner {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }
  header .head-nav ul.pc-hide {
    display: flex;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    align-items: stretch;
  }
  header.active .head-hidden .head-nav .pc-hide {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .accordion_content {
    padding: 50px 0 30px;
  }
  .accordion_content ul li strong{
    font-size: 14px;
  }
  .l-footer__inner {
    width: calc(100% - 50px);
  }
  .footer_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_flex > ul, 
  .footer_middle {
    width: 100%;
  }
  .footer_flex > ul:last-child{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer_flex > ul:last-child li{
    /* border-right: 1px solid #fff; */
    width: 100%;
    padding: 0 10px;
    line-height: 1;
  }
  .footer_flex > ul:last-child li:last-child{
    border-right: none;
  }
  .accordion_content .footer_middle ul li:first-child {
    margin-top: 30px;
  }
  .accordion_content .sub_menu{
    display: none;
    margin: 0 0 0 60px;
    padding-top: 25px;
  }
  .accordion_footer_menu{
    display: block;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .accordion_footer_menu::after{
    content: "";
    position: absolute;
    right: 0;
    background-size: 100% !important;
    width: 18px;
    height: 18px;
    background: url(/image/autumn2023/common/footer_menu_accordion.svg) 50% 50% no-repeat !important;
    cursor: pointer;
    -webkit-transition: all 0.5s 0.0s ease;
    -o-transition: all 0.5s 0.0s ease;
    transition: all 0.5s 0.0s ease;
  }
  .accordion_footer_menu.is_active::after,
  .accordion_footer_menu:hover::after{
    content: "";
    transform: rotate(45deg);
    -webkit-transition: all 0.5s 0.0s ease;
    -o-transition: all 0.5s 0.0s ease;
    transition: all 0.5s 0.0s ease;
  }
}

/* 検索 */
.search-outline {
  width: 1050px;
  max-width: 100%;
  margin: 40px auto 0;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  background: #FFF;
  padding: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.search-block {
  margin: 60px 0 0 0;
}
.search-block:first-child {
  margin: 30px 0 0 0;
}
.search-title {
  color: #0B3569;
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.sh-sub-ttl {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.keyword {
  width: 100%;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 25px;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.keyword:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#53bcbc 0%, #53a5c3 100%);
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.keyword input[type="text"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border: none;
  background: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 30px;
  padding-right: 90px;
}
.keyword input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  right: 5px;
  background: url(/image/autumn2023/common/icon-search-2.svg) no-repeat center;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.sh-cate-ex {
  margin: 60px 0 0 0;
}
.sh-cate-ex:first-child {
  margin: 0;
}
.sh-cate-ttl {
  background: #0898cf;
  color: #fff;
  padding: 12px;
  line-height: 1;
}
.sh-cate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 1%;
  margin: 15px 15px 0 15px;
}
.sh-cate-btn {
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.sh-cate-btn label {
  height: 24px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-cate-btn input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-subcate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 1%;
  margin: 25px 25px 0 25px;
  background: #EFEFEF;
  padding: 10px;
}
.sh-subcate-btn {
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.sh-subcate-btn label {
  height: 20px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 13.5px;
  font-size: 0.8rem;
  cursor: pointer;
  color: #2880b9;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-subcate-btn input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 600px;
  margin: auto;
}
.sh-venue-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 33.333%;
}
.sh-venue-item label {
  height: 43px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.sh-venue-item:first-child label {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sh-venue-item:not(:last-child) label {
  margin-right: -1px;
}
.sh-venue-item input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-excts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 500px;
  margin: auto;
  gap: 20px;
}
.sh-excts-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}
.sh-excts-item label {
  height: 24px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-excts-item input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-wects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 750px;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.sh-wects-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 32%;
  max-width: 236px;
}
.sh-wects-item label {
  height: 24px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-wects-item input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 15px;
}
.sh-jp-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* width: 80px; */
  max-width: 82px;
}
.sh-jp-item label {
  height: 24px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-jp-item input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 15px;
}
.sh-day-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* width: 80px; */
  max-width: 93px;
}
.sh-day-item label {
  height: 24px;
  border: 1px solid #CAE3EC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 5px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.sh-day-item input:checked + label {
  background-color: #0898cf;
  border-color: #0898cf;
  color: #FFF;
}
.sh-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 450px;
  margin: auto;
  gap: 20px;
}
.sh-action-item {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}
.sh-action-item button {
  padding: 14px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-size: 18px;
  width: 100%;
}
.sh-action-item .cl-trans {
  border: 1px solid #CAE3EC;
  color: #0B3569;
}
.sh-action-item .cl-trans:hover {
  border: 1px solid #4E93C7;
  color: #fff;
  background: #4E93C7;
  text-decoration: none;
}
.sh-action-item .cl-red {
  border: 1px solid #fc2583;
  color: #fff;
  background-color: #fc2583;
}
.sh-action-item .cl-red:hover {
  border: 1px solid #fc2583;
  color: #fc2583;
  background: #fff;
  text-decoration: none;
}
#breadcrumb {
  position: relative;
  padding: 30px 50px 40px;
  z-index: 2;
}
#breadcrumb ul {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
#breadcrumb ul.bg {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul.bg > * {
  position: relative;
}
#breadcrumb ul li a {
  color: #0D3D62;
}
#breadcrumb ul li:not(:last-child):after {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/arrow-bread.svg);
  margin-left: 10px;
  margin-right: 10px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb ul li strong {
  color: #0D3D62;
}
main > .bg-bottom {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1110px) {
  .radio-list.split li {
    width: 32%;
  }
}
@media screen and (max-width: 1060px) {
  .ex-cts {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 865px) {
  .radio-list.split li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .search-outline {
    margin: 40px auto 0;
    padding: 30px 15px;
  }
  .sh-excts {
    gap: 10px;
  }
  .search-result {
    margin: 40px 0;
  }
  .line-list-ex-item a {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .line-list-ex-name {
    width: 100%;
  }
  .line-list-ex-cts {
    width: 100%;
    margin: 15px 0 0;
  }
  .ex-cts {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 700px) {
  #breadcrumb {
    padding: 15px 20px 20px;
  }
  #breadcrumb ul {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .radio-list.split li {
    width: 100%;
  }
  .radio-list.split li label {
    height: 36px;
  }
}
@media screen and (max-width: 530px) {
  main.next #search .search-result .item-list .ex-lineup-item {
    width: 100%;
  }
  .ex-cts {
    width: calc(50% - 16px);
  }
}
.header-icon-profile {
  background: url(/image/autumn2023/common/icon-profile@2x.png) 50% 50% no-repeat !important;
  background-size: 100% !important;
  height: 1.3em;
  margin: 0 10px 0 0;
}

.item-title {
  position: relative;
}

.booth-subex {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #FFFFFF;
  background-color: #2980B9;
  padding: 8px 10px;
  line-height: 1;
  margin-bottom: 4px;
  border-radius: 15px;
  max-width: calc(100% - 150px);
}

.right h3 {
  font-size: 130%;
  line-height: 1.5;
}

.booth-favo-btn {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

.booth-favo-btn a.btn.white {
  width: auto;
  height: auto;
  color: #FFAA00;
  border: 1px solid #FFAA00;
  font-size: 13px;
  padding: 4px 10px;
  margin: 0;
}

.booth-favo-btn a.btn.white:hover {
  background-color: #FFAA00;
  color: #fff;
}


.booth-favo-btn a.btn.white.active {
  width: auto;
  height: auto;
  color: #ccc;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 4px 10px;
  margin: 0;
}

.booth-favo-btn a.btn.white.active:hover {
  background-color: #ccc;
  color: #fff;
}
.booth-favo-btn a.btn.white.active:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/image/autumn2023/common/icon-check.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.booth-favo-btn a.btn.white.active:hover:before {
  background-image: url(/image/autumn2023/common/icon-check-on.svg);
}

/* 追従 入場登録 */
.footer_fix_btn {
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #000000;
  border-top: 2px solid #fff;
  -webkit-filter: drop-shadow(-3px 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(-3px 0 6px rgba(0, 0, 0, 0.16));
  z-index: 100;
  font-size: 20px;
  font-weight: 500;
}
.footer_fix_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 450px;
  height: 50px;
  background: #fc2583;
  border-radius: 60px;
  text-decoration: none;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  line-height: 19px;
  font-weight: bold;
}
.footer_fix_btn a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer {
    /* margin: 0 0 70px 0; */
  }
  .footer_fix_btn {
      flex-wrap: wrap;
      padding: 0;
  }
  .footer_fix_btn a {
    font-size: 18px;
    width: 94%;
    height: auto;
    padding: 10px;
    margin: 0;
  }
  .back_to_top {
    width: 40px;
    height: 40px;
    bottom: 95px;
    right: 10px;
  }
}
.account-info {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
/* 追従 入場登録 */
.footer_fix_btn {
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #000000;
  border-top: 2px solid #fff;
  -webkit-filter: drop-shadow(-3px 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(-3px 0 6px rgba(0, 0, 0, 0.16));
  z-index: 100;
  font-size: 20px;
  font-weight: 500;
}
.footer_fix_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 450px;
  height: 50px;
  background: #FC2683;
  border-radius: 60px;
  text-decoration: none;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  line-height: 19px;
  font-weight: bold;
}
.footer_fix_btn a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_fix_btn {
      flex-wrap: wrap;
      padding: 0;
  }
  .footer_fix_btn a {
    font-size: 18px;
    width: 94%;
    height: auto;
    padding: 10px;
    margin: 0;
  }
  .back_to_top {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 10px;
  }
}
.account-info {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}

/*　春展追加事項　*/
.item-links {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  padding: 0 0 0 138px;
  z-index: 10;
  align-items: center;
  background: #0A68A0;
  color: #fff;
}
.item-links li {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-links li:not(:last-child) {
  margin-right: 30px;
}
.item-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  line-height: 1.5;
  font-weight: bold;
}
.item-links li a:hover {
  text-decoration: none;
}
.item-links li a span {
  font-family: din-condensed, sans-serif;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
}
.item-links li a .item-links-sub {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .item-links li {
    width: 140px;
  }
  .item-links li:not(:last-child) {
    margin-right: 20px;
  }
  .item-links li a span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .item-links {
    display: none;
    top: 80px;
  }
}
.hd-search {
  margin: 0 0 0 15px;
}
.tx-blue {
  color: #0d3d62;
}
.tx-white {
  color: #fff;
}
.head-nav-pair {
  min-width: 100px;
  margin: 0 10px;
}
.head-nav-pair a {
  display: block;
}
.underlayer-bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(/image/autumn2023/common/bg_pc_other.png) no-repeat bottom/100%;
}

.formFlow {
  display: flex;
  list-style: none;
  position: relative;
  z-index: 1;
  margin: 20px 0 30px;
}
.formFlow::before {
  content: "";
  display: block;
  height: 4px;
  width: 76.5%;
  background-color: #C4C4C4;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formFlow > li {
  width: 23.5%;
  margin-left: 2%;
}
.formFlow > li:first-child {
  margin-left: 0;
}
.formFlow_number {
  width: 44px;
  height: 44px;
  border: 4px solid #C4C4C4;
  border-radius: 50%;
  color: #888888;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 11px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 0 7px #d8edff;
}
.formFlow_number-current {
  background-color: #0698CF;
  color: #fff;
  border-color: #0698CF;
}
.formFlow_text {
  color: #888888;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  position: relative;
  z-index: 3;
  font-feature-settings: "palt";
}
.formFlow_text-current {
  color: #0698CF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formFlow {
    margin-bottom: 24px;
    margin-top: 20px;
  }
  .formFlow::before {
    height: 2px;
    top: 14px;
  }
  .formFlow_number {
    border-width: 2px;
    box-shadow: 0 0 0 5px #fff2cc;
    width: 28px;
    height: 28px;
    font-size: 13px;
    margin-bottom: 4px;
  }
  .formFlow_text {
    font-size: 10px;
    white-space: nowrap;
  }
}
/* SSO共通基盤 */
.info-first-outline {
  max-width: 720px;
  margin: 0 auto;
}
.nikkan-id {
  background: #F3F3F3;
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.nikkan-id-logo {
  width: 200px;
  margin: 0 auto 15px;
}
.nikkan-id-txt {
  color: #333;
}
.nikkan-id-link {
  text-decoration: underline;
}
.nikkan-id-link img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  image-rendering: auto;
}
.nikkanid-whats {
  display: block;
  vertical-align: middle;
}
.regist {
  margin: 32px 0 0 0;
}
.top-line {
  border-top: 10px solid #F3F3F3;
  padding: 32px 0 0 0;
}
.regist-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #00869B;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #00869B;
}
.regist-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 0 15px;
  margin: 16px 0 0 0;
}
.regist-ex {
  background: #F3F8FC;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 16px 0 0 0;
  color: #7A6955;
  word-break: keep-all;
}
.regist-link {
  margin: 32px 0 0 0;
}
.regist-link-btn {
  display: flex;
  width: 50%;
  max-width: 370px;
  height: 72px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #7A6955;
  background: linear-gradient(287deg, rgba(91,197,151,1) 0%, rgba(81,173,170,1) 44%, rgba(71,146,191,1) 73%, rgba(65,130,204,1) 100%);
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.regist-link-btn:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 700px) {
  .regist-link-btn {
      width: 90%;
  }
}
/* tooltip */
.tooltip-event {
  position: relative;
}
.tooltip {
  position: absolute;
  display: none;
  margin: 10px 0 0;
  padding: 30px;
  width: 375px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 4px;
  top: 34px;
  right: 0;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  z-index: 1;
}
.tooltip:before {
  content: "";
  position: absolute;
  top: -27px;
  right: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 16px solid #FFF;
  z-index: 2;
}
.tooltip-event:hover .tooltip {
  display: inline-block;
}
.tooltip-txt {
  margin: 0 0 10px 0;
}
.tooltip .nikkan-id-link {
  color: #0898cf;
}
@media screen and (max-width: 1000px) {
  .nb {
    padding: 0;
  }
  .nb:first-child {
    order: 2;
  }
  .nb:last-child {
      order: 1;
  }
  .tooltip {
    display: none;
    margin: 10px 0 0 -164px;
    padding: 15px;
    width: 328px;
    font-size: 13px;
    top: 52px;
    left: 50%;
  }
  .tooltip-event:hover .tooltip {
    display: none;
  }
  .tooltip-txt {
    margin: 0 0 5px 0;
  }
}
.pcHide {
  display: none;
}
.spHide {
  display: block;
}
@media screen and (max-width: 1000px) {
  .head-nav-pair {
    margin: 0 auto;
  }
  .pcHide {
    display: block;
  }
  .spHide {
    display: none;
  }
}