@charset "UTF-8";
/* webfont
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Rajdhani:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;700&display=swap");
/* reset
========================================================================== */
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, thead, tbody, tfoot, th, td, header, footer, nav, article, aside, section, figure, figcaption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

select, option, input, button, label, textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table th,
table td {
  word-break: break-all;
}

img,
a img {
  border: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

:root * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  word-wrap: break-word;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

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

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

/* base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.7;
  max-width: 100%;
  min-width: 1120px;
  width: 100%;
  word-break: normal;
}
body,
html {
  width: 100%;
}

main {
  overflow: hidden;
}

a {
  color: #E95653;
  text-decoration: none;
}

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

img.fluid {
  max-width: 100%;
}

img[src$=".svg"].fluid {
  width: 100%;
}

input, button, textarea, select {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
}

.is-hidden {
  display: none !important;
}

/***
svg symbol
--------------------------------------------------------- */
.svg__symbol {
  display: none;
}

/* print
--------------------------------------------------------- */
/***
layout
--------------------------------------------------------- */

main {
  background-color: #F7F3F2;
  padding-bottom: 80px;
  padding-top: 152px;
}
main article .article-inner {
  margin: 0 auto;
  width: 1080px;
}
main article .article-inner section + section {
  margin-top: 20px;
}
main section + section {
  margin-top: 20px;
}

.overlay {
  background-color: rgba(87, 87, 87, 0.79);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* header
========================================================================== */
.header__nav__fixed-venue, .header__nav__fixed-faq, .header__nav__fixed-mypage, .header__nav__fixed-regist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  height: 88px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 78px;
}
.header__nav__fixed-venue::before, .header__nav__fixed-faq::before, .header__nav__fixed-mypage::before, .header__nav__fixed-regist::before {
  content: "";
  display: block;
  height: 32px;
  padding-bottom: 4px;
  width: 32px;
}
.disabled.header__nav__fixed-venue, .disabled.header__nav__fixed-faq, .disabled.header__nav__fixed-mypage, .disabled.header__nav__fixed-regist {
  -webkit-box-shadow: none;
  background-color: #E6E2E1;
  box-shadow: none;
  color: #B8B8B8;
  pointer-events: none;
}

.header {
  -webkit-transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  left: 0;
  min-height: 88px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 10;
}
#top .header {
  -webkit-box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#top .header.is-fixed {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.header__in {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
}
.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.header__logo a {
  display: block;
  opacity: 0.8;
}
.header__nav {
  margin-left: auto;
}
.header__nav-btn {
  display: none;
  position: relative;
  z-index: 1;
}
.header__nav-regist, .header__nav-venue, .header__nav-mypage {
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.header__nav-regist a, .header__nav-venue a, .header__nav-mypage a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  background-color: #FDD000;
  border-radius: 4px;
  color: #2A3B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  letter-spacing: 0.02em;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  width: 56px;
}
.header__nav-regist a::before, .header__nav-venue a::before, .header__nav-mypage a::before {
  background: url(../../../shared/user2023/img/common/icon_regist_01.svg) no-repeat 50% 50%/18px auto;
  content: "";
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 7px;
  width: 24px;
}
.header__nav-regist a::after, .header__nav-venue a::after, .header__nav-mypage a::after {
  -webkit-transform: skewX(-25deg);
  -webkit-animation: btn_regist_effect 5.7s infinite;
  animation: btn_regist_effect 5.7s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.header__nav-mypage {
  margin-left: 4px;
}
.header__nav-mypage a {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
.header__nav-mypage a::before {
  background: url(../../../shared/user2023/img/common/icon_mypage_01.svg) no-repeat 50% 50%/100% auto;
}
.header__nav-mypage a::after {
  content: none;
}
.header__nav-venue {
  margin-left: 4px;
}
.header__nav-venue a {
  background-color: #008EE6;
  color: #FFFFFF;
}
.header__nav-venue a::before {
  background: url(../../../shared/user2023/img/common/icon_venue_01.svg) no-repeat 50% 50%/100% auto;
}
.header__nav-menu button {
  background-color: #F7F3F2;
  border-radius: 4px;
  color: #E95653;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  height: 56px;
  margin-left: 4px;
  padding: 35px 10px 3px;
  position: relative;
  width: 56px;
}
.header__nav-menu button::before, .header__nav-menu button::after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #E95653;
  border-radius: 6px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 24px;
}
.header__nav-menu button::before {
  top: 14px;
}
.header__nav-menu button::after {
  top: 24px;
}
.header__nav-cnt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__nav__fixed-regist {
  background-color: #FDD000;
  color: #2A3B4C;
  overflow: hidden;
  position: relative;
}
.header__nav__fixed-regist::before {
  background: url(../../../shared/user2023/img/common/icon_regist_01.svg) no-repeat 50% 50%/27px auto;
}
.header__nav__fixed-regist::after {
  -webkit-transform: skewX(-25deg);
  -webkit-animation: btn_regist_effect 5.7s infinite;
  animation: btn_regist_effect 5.7s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.header__nav__fixed-mypage {
  background-color: #2A3B4C;
}
.header__nav__fixed-mypage::before {
  background: url(../../../shared/user2023/img/common/icon_mypage_01.svg) no-repeat 50% 50%/100% auto;
}
.header__nav__fixed-faq {
  background-color: #F7F3F2;
  color: #2A3B4C;
}
.header__nav__fixed-faq::before {
  background: url(../../../shared/user2023/img/common/icon_faq_01.svg) no-repeat 50% 50%/100% auto;
}
.header__nav__fixed-venue {
  background-color: #008EE6;
}
.header__nav__fixed-venue::before {
  background: url(../../../shared/user2023/img/common/icon_venue_01.svg) no-repeat 50% 50%/100% auto;
}
.header__nav-lvl01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__nav-lvl01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-lvl01-list a {
  -webkit-transition: color 0.3s ease;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
#top .header__nav-lvl01-list a {
  color: #FFFFFF;
}
.header__nav-lvl02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__nav-lvl02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-lvl02-list a {
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  border: 1px solid #E95653;
  border-radius: 4px;
  color: #E95653;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  padding: 2px 8px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
#top .header__nav-lvl02-list a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.header__nav-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.header__nav-share-list li + li {
  margin-left: 8px;
}
.header__nav-share-list a, .header__nav-share-list .copyCurrentPage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.header__nav-share-list .copyCurrentPage {
  position: relative;
}
.header__nav-share-list .icon__link-mail {
  -webkit-transition: stroke 0.3s ease;
  stroke: #E95653;
  transition: stroke 0.3s ease;
}
#top .header__nav-share-list .icon__link-mail {
  stroke: #FFFFFF;
}
.header__nav-share-list .icon__link-share {
  -webkit-transition: stroke 0.3s ease;
  stroke: #E95653;
  transition: stroke 0.3s ease;
}
#top .header__nav-share-list .icon__link-share {
  stroke: #FFFFFF;
}
.header__nav-share-list .icon__link-fb {
  fill: #1877f2;
}
.header__nav-share-list .icon__link-tw {
  fill: #1d9bf0;
}
.header__nav-share-list .popup {
  background: #333;
  border-radius: 5px;
  color: #ffffff;
  display: none;
  font-size: 1.2rem;
  left: 50%;
  margin-left: -80px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 160px;
  z-index: 2;
}
.header__schedule {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2A3B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
}
#top .header__schedule {
  color: #FFFFFF;
}
#top .header.is-fixed .header__schedule {
  color: #2A3B4C;
}
.header__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  line-height: 1;
}
.header__date > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__date > li + li {
  margin-left: 40px;
  position: relative;
}
.header__date > li + li::before {
  background: url(/crmforum/assets/img/index/icon_arrow_02.svg) no-repeat 50% 50%/100% auto;
  content: "";
  height: 16px;
  left: -30px;
  position: absolute;
  top: 0.25em;
  width: 20px;
}
#top .header__date > li + li::before {
  background-image: url(/crmforum/assets/img/index/icon_arrow_01.svg);
}
#top .header.is-fixed .header__date > li + li::before {
  background-image: url(/crmforum/assets/img/index/icon_arrow_02.svg);
}
.header__date > li .day01, .header__date > li .day02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 4px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 24px;
  justify-content: center;
}
.header__date > li .day01 {
  background-color: #F6BD9F;
}
.header__date > li .day02 {
  background-color: #6EC5CF;
}

/* footer
========================================================================== */
.footer {
  background-color: #717171;
  color: #FFF;
}
.footer__body-in {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 56px 40px 32px;
  width: 100%;
}
.footer__body-item + .footer__body-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__foot {
  border-top: 1px solid #808080;
}
.footer__foot-in {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 32px 40px;
  width: 100%;
}
.footer__logo a {
  display: block;
}
.footer__info {
  font-size: 1.3rem;
  margin-top: 24px;
}
.footer__info a {
  color: inherit;
}
.footer__nav-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}
.footer__nav-share-txt {
  font-size: 1.4rem;
  font-weight: bold;
}
.footer__nav-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav-share-list li + li {
  margin-left: 8px;
}
.footer__nav-share-list a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.footer__nav-share-list .icon__link-fb {
  fill: none;
  margin-top: -3px;
}
.footer__nav-share-list .icon__link-tw {
  fill: #FFFFFF;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav-list a {
  color: #FFF;
  padding: 4px 20px 4px 0;
  position: relative;
  word-break: break-all;
}
.footer__nav-list a::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  background: url(../../../shared/user2023/img/common/icon_arrow_02.png) no-repeat 50% 50%/100% auto;
  bottom: 0;
  content: "";
  height: calc(1.7em + 8px);
  margin: auto;
  position: absolute;
  right: 0;
  top: 2px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 7px;
}
.footer__copy {
  font-size: 1.3rem;
  line-height: 1.2;
}

[data-js_anime] {
  opacity: 0;
  visibility: hidden;
}
[data-js_anime].is-show {
  -webkit-animation: fade_in_up 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_up 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  visibility: visible !important;
}

.btn_regist_effect {
  overflow: hidden;
}
.btn_regist_effect::before {
  -webkit-transform: skewX(-25deg);
  -webkit-animation: btn_regist_effect 4s infinite;
  animation: btn_regist_effect 4s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  content: "";
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes fade_in_up {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}

@keyframes fade_in_up {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes btn_regist_effect {
  0% {
    left: -75%;
  }
  88% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes btn_regist_effect {
  0% {
    left: -75%;
  }
  88% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    height: 0;
  }
  50% {
    height: 50px;
  }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes scrollLine {
  0% {
    height: 0;
  }
  50% {
    height: 50px;
  }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/***
section イベント概要、お問合わせ先
--------------------------------------------------------- */
.contact {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-top: 24px;
  padding: 45px 88px 40px;
  text-align: center;
}
.contact .ttl-contact {
  font-size: 2rem;
  line-height: 1.45;
}
.contact .supplement-contact {
  color: #999999;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  margin-top: 8px;
}
.contact .grid-contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.contact .grid-contact + p {
  margin-top: 32px;
}
.contact .grid-contact-item + .grid-contact-item {
  margin-left: 24px;
}

/* grid
--------------------------------------------------------- */
.c-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/* hedding
--------------------------------------------------------- */
h2 {
  color: #2A3B4C;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
h2::before {
  background: no-repeat 50% 50%;
  content: "";
  display: block;
  height: 48px;
  margin: 0 auto 4px;
  width: 48px;
}
h2 span {
  color: #E95653;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}

.c-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
}
.c-ttl::before {
  content: none;
}
.c-ttl::after {
  background-color: #E95653;
  border-radius: 10px;
  content: "";
  display: block;
  height: 4px;
  margin: 17px auto 0;
  width: 64px;
}

/* link
--------------------------------------------------------- */
.link__btn--tel, .link__btn--mail, .link__btn--type07, .link__btn--type06, .link__btn--type04, .link__btn--type03, .link__btn--type02, .link__btn--type05, .link__btn--type01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  border: 3px solid transparent;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
  position: relative;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 420px;
}
.disabled.link__btn--tel, .disabled.link__btn--mail, .disabled.link__btn--type07, .disabled.link__btn--type06, .disabled.link__btn--type04, .disabled.link__btn--type03, .disabled.link__btn--type02, .disabled.link__btn--type05, .disabled.link__btn--type01 {
  -webkit-box-shadow: none;
  background-color: #E6E2E1;
  box-shadow: none;
  color: #B8B8B8;
  pointer-events: none;
}
.disabled.link__btn--tel::before, .disabled.link__btn--mail::before, .disabled.link__btn--type07::before, .disabled.link__btn--type06::before, .disabled.link__btn--type04::before, .disabled.link__btn--type03::before, .disabled.link__btn--type02::before, .disabled.link__btn--type05::before, .disabled.link__btn--type01::before {
  content: none;
}
.link__btn--tel span, .link__btn--mail span, .link__btn--type07 span, .link__btn--type06 span, .link__btn--type04 span, .link__btn--type03 span, .link__btn--type02 span, .link__btn--type05 span, .link__btn--type01 span {
  font-size: 1.3rem;
  font-weight: normal;
}
.link__btn--tel .link__btn__fz01, .link__btn--mail .link__btn__fz01, .link__btn--type07 .link__btn__fz01, .link__btn--type06 .link__btn__fz01, .link__btn--type04 .link__btn__fz01, .link__btn--type03 .link__btn__fz01, .link__btn--type02 .link__btn__fz01, .link__btn--type05 .link__btn__fz01, .link__btn--type01 .link__btn__fz01 {
  font-size: 2.4rem;
  font-weight: inherit;
}

.link__btn--type01 {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
.link__btn--type02, .link__btn--type05 {
  background-color: #FDD000;
  color: #2A3B4C;
  overflow: hidden;
  position: relative;
}
.link__btn--type02::before, .link__btn--type05::before {
  -webkit-transform: skewX(-25deg);
  -webkit-animation: btn_regist_effect 4s infinite;
  animation: btn_regist_effect 4s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  content: "";
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.link__btn--type03 {
  background-color: #F7F3F2;
  color: #2A3B4C;
}
.link__btn--type04 {
  background-color: #E95653;
  color: #FFFFFF;
}
.link__btn--type05 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-direction: row;
  line-height: 1;
  padding: 18px 0;
}
.link__btn--type06 {
  background-color: #008EE6;
  color: #FFFFFF;
}
.link__btn--type07 {
  background-color: #FFFFFF;
  border-color: #2A3B4C;
  color: #2A3B4C;
}
.link__btn--blank {
  position: relative;
}
.link__btn--blank::after {
  background: url(../../../shared/user2023/img/common/icon_blank_01.svg) no-repeat 50% 50%/12px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  width: 24px;
}
.link__btn--blank.link__btn--type01::after {
  background-image: url(../../../shared/user2023/img/common/icon_blank_02.svg);
}
.link__btn--blank.link__btn--small--pc::after {
  right: 12px;
}
.link__btn--mail {
  background-color: #E95653;
  color: #FFFFFF;
  position: relative;
}
.link__btn--mail::before {
  -webkit-transform: translateY(-50%);
  background: url(../../../shared/user2023/img/common/icon_mail_02.svg) no-repeat 50% 50%/100% auto;
  content: "";
  display: block;
  height: 32px;
  left: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.link__btn--mail span {
  font-size: 1.6rem;
  font-weight: bold;
}
.link__btn--tel {
  -webkit-box-shadow: none;
  background-color: #FFFFFF;
  border-color: #EBEBEB;
  box-shadow: none;
  position: relative;
}
.pc-view .link__btn--tel {
  pointer-events: none;
}
.link__btn--tel::before {
  -webkit-transform: translateY(-50%);
  background: url(../../../shared/user2023/img/common/icon_tel_01.svg) no-repeat 50% 50%/100% auto;
  content: "";
  display: block;
  height: 32px;
  left: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.link__btn--tel span {
  font-size: 2.4rem;
  font-weight: bold;
}
.link__txt, .link__txt--type01 {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.link__txt::after, .link__txt--type01::after {
  background: url(../../../shared/user2023/img/common/icon_arrow_02.png) no-repeat 50% 50%/100% auto;
  bottom: 0;
  content: "";
  height: 13px;
  margin: auto;
  position: absolute;
  right: -14px;
  top: 0;
  width: 7px;
}
.link__txt--type01::after {
  background: url(../../../shared/user2023/img/common/icon_arrow_01.png) no-repeat 50% 50%/100% auto;
}
.link__txt-blank {
  text-decoration: underline;
}
.link__txt-blank::after {
  background: url(../../../shared/user2023/img/common/icon_blank_03.svg) no-repeat 50% 50%/12px auto;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: text-bottom;
  width: 24px;
}

/***
modal
--------------------------------------------------------- */
.modal--discussion, .modal--lecture, .modal--partner, .modal--session {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 528px;
  z-index: 11;
}

.modal {
  /***
  modal セッション
  --------------------------------------------------------- */
  /***
  modal パートナー
  --------------------------------------------------------- */
  /***
  modal 講演 単独パターン
  --------------------------------------------------------- */
  /***
  modal 講演 複数人パターン
  --------------------------------------------------------- */
}
.modal__in {
  border-radius: 12px;
  max-height: 80vh;
  overflow-y: auto;
}
.modal__btn-close {
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: -40px;
  white-space: nowrap;
  width: 32px;
}
.modal__btn-close::before, .modal__btn-close::after {
  -webkit-transform-origin: 0 0;
  background: #FFFFFF;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  width: 26px;
}
.modal__btn-close::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modal__btn-close::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.modal__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.modal__head img {
  border-radius: 12px 12px 0 0;
  height: auto;
  width: 320px;
}
.modal__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 16px;
}
.modal__ttl + .modal__description {
  margin-top: 16px;
}
.modal__description {
  max-height: 15.3em;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__description + .modal__tag {
  margin-top: 12px;
}
.modal__description + .modal__link {
  margin-top: 24px;
}
.modal__description p + p {
  margin-top: 1.7em;
}
.modal__tag {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.modal__tag + .modal__link {
  margin-top: 16px;
}
.modal__tag > li {
  border: 2px solid #CCC;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 4px;
  padding: 6px 12px;
}
.modal__link [class^=link__btn] {
  width: 100%;
}
.modal__schedule {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__day {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 6px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  width: 108px;
}
.modal__day.day01 {
  background-color: #F6BD9F;
}
.modal__day.day02 {
  background-color: #6EC5CF;
}
.modal__date {
  font-size: 2rem;
  font-weight: bold;
}
.modal__time {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 16px;
}
.modal--session .modal__head img {
  height: auto;
  width: 100%;
}
.modal--session .modal__body {
  padding: 40px;
}
.modal--session .modal__body .date {
  background-color: #FAF6F5;
  border: 1px solid #EADBD7;
  border-radius: 3px;
  color: #E95653;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 8px;
}
.modal--session .modal__body .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 8px;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list .txt ul li {
  font-size: 1.4rem;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list .txt ul li:nth-child(4) {
  font-size: 2.4rem;
  margin-top: 4px;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list .txt ul li.name {
  font-size: 2.4rem;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list .txt ul li.name > span {
  font-size: 1.4rem;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list .img {
  margin-left: 8px;
}
.modal--session .modal__body .modal__speaker__wrap .modal__speaker__list + .modal__speaker__list {
  margin-top: 8px;
}
.modal--session .modal__body .modal__description {
  margin-top: 16px;
}
.modal--partner .modal__in {
  padding: 40px 40px 0;
}
.modal--partner .modal__body {
  padding-bottom: 40px;
}
.modal--lecture .lecture__box {
  border-radius: 0;
  width: 100%;
}
.modal--lecture .lecture__box-body img {
  width: 390px;
}
.modal--lecture .modal__body {
  padding: 40px;
}
.modal--lecture .modal__description {
  margin-top: 16px;
}
.modal--discussion .discussion__box {
  border-radius: 0;
  width: 100%;
}
.modal--discussion .discussion__box-body img {
  border-radius: 0;
}
.modal--discussion .modal__body {
  background-color: #FAF6F5;
  padding: 40px;
}
.modal--discussion .modal__description {
  margin-top: 16px;
}
.modal--discussion .modal__member {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 16px;
  padding-top: 16px;
}
.modal--discussion .modal__link {
  margin: 16px auto 0;
}
.modal [data-js_modal_btn] {
  cursor: pointer;
}

/* progressbar
--------------------------------------------------------- */
.c-progressbar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
}
.c-progressbar .item {
  background: #F2EEED;
  color: #999999;
  display: inline-block;
  padding: 0 15px 0 35px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}
.c-progressbar .item small {
  font-size: 80%;
}
.c-progressbar .item span.txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 46px;
  max-height: 100%;
}
.c-progressbar .item::after {
  -webkit-transform: skew(-30deg);
  background: #F2EEED;
  border-right: 5px solid #F7F3F2;
  content: " ";
  display: block;
  height: 25px;
  margin-left: auto;
  margin-right: -25px;
  margin-top: -23px;
  position: relative;
  transform: skew(-30deg);
  width: 26px;
}
.c-progressbar .item::before {
  -webkit-transform: skew(30deg);
  background: #F2EEED;
  border-right: 5px solid #F7F3F2;
  content: " ";
  display: block;
  float: right;
  height: 23px;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: -25px;
  transform: skew(30deg);
  width: 22px;
}
.c-progressbar .item:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
}
.c-progressbar .item:last-child {
  border-radius: 0 5px 5px 0;
}
.c-progressbar .item:last-child::before {
  background: transparent !important;
  border: 0;
}
.c-progressbar .item:last-child::after {
  background: transparent !important;
  border: 0;
}
.c-progressbar .item.is-active {
  background: #2A3B4C;
  color: #FFFFFF;
}
.c-progressbar .item.is-active::before {
  background: #2A3B4C;
}
.c-progressbar .item.is-active::after {
  background: #2A3B4C;
}
.c-progressbar .item.is-current {
  background: #2A3B4C;
  color: #FFFFFF;
}
.c-progressbar .item.is-current::before {
  background: #2A3B4C;
}
.c-progressbar .item.is-current::after {
  background: #2A3B4C;
}
.c-progressbar .item.is-current:last-child {
  margin-right: -35px;
}
.c-progressbar .item.is-current:last-child::before {
  background: transparent !important;
  border: 0;
}
.c-progressbar .item.is-current:last-child::after {
  background: transparent !important;
  border: 0;
}

/* txt
--------------------------------------------------------- */
.c-txt__list-note > li, .c-txt__list-dotted > li {
  padding-left: 1em;
  position: relative;
}
.c-txt__list-note > li::before, .c-txt__list-dotted > li::before {
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}

.c-txt__lead {
  margin-top: 40px;
}
.c-txt__list-dotted > li::before {
  content: "・";
}
.c-txt__list-note > li::before {
  content: "※";
}
.c-txt__sup {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1rem;
  vertical-align: top;
}

/***
reg_timetable セッション登録
--------------------------------------------------------- */
#reg_timetable {
  /* tab
  --------------------------------------------------------- */
  /***
  session-list
  --------------------------------------------------------- */
  /***
  section contents-foot
  --------------------------------------------------------- */
}
#reg_timetable .tab-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
}
#reg_timetable .tab-program ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#reg_timetable .tab-program ul li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  align-items: center;
  background-color: #FFFFFF;
  border: solid 1px #EADBD7;
  border-radius: 5px;
  color: #2A3B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 112px;
}
#reg_timetable .tab-program ul li.is-active {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li.all.is-active, #reg_timetable .tab-program ul li.all:hover {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li.day01.is-active, #reg_timetable .tab-program ul li.day01:hover {
  background-color: #F77D6A;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li.day02.is-active, #reg_timetable .tab-program ul li.day02:hover {
  background-color: #E3AB3A;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li.day03.is-active, #reg_timetable .tab-program ul li.day03:hover {
  background-color: #2CC489;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li.day04.is-active, #reg_timetable .tab-program ul li.day04:hover {
  background-color: #76AED8;
  color: #FFFFFF;
}
#reg_timetable .tab-program ul li:hover {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#reg_timetable .tab-program.is-fixed {
  background: #FFFFFF;
  padding: 20px 0;
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 3;
}
#reg_timetable .tab-program__contents {
  border-radius: 5px;
  padding: 56px 0 100px;
  position: relative;
  text-align: center;
}
#reg_timetable .tab-program__contents.bg-day01 {
  background-color: #FCEDEB;
}
#reg_timetable .tab-program__contents.bg-day01:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day01_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#reg_timetable .tab-program__contents.bg-day02 {
  background-color: #FCF7EB;
}
#reg_timetable .tab-program__contents.bg-day02:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day02_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#reg_timetable .tab-program__contents.bg-day03 {
  background-color: #E8FAF2;
}
#reg_timetable .tab-program__contents.bg-day03:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day03_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#reg_timetable .tab-program__contents.bg-day04 {
  background-color: #EBF4FC;
}
#reg_timetable .tab-program__contents.bg-day04:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day04_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#reg_timetable .tab-program__contents .tab-program__contents__inner {
  margin: 0 auto;
  width: 1080px;
}
#reg_timetable .tab-program__contents .theme__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: flex-start;
  width: 100%;
}
#reg_timetable .tab-program__contents .theme__ttl:before {
  content: none;
}
#reg_timetable .tab-program__contents .theme__ttl .tag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #EADBD7;
  border-radius: 5px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding: 14px 30px;
  text-align: center;
  width: 140px;
}
#reg_timetable .tab-program__contents .theme__ttl .tag.day01 {
  background-color: #F77D6A;
}
#reg_timetable .tab-program__contents .theme__ttl .tag.day02 {
  background-color: #E3AB3A;
}
#reg_timetable .tab-program__contents .theme__ttl .tag.day03 {
  background-color: #2CC489;
}
#reg_timetable .tab-program__contents .theme__ttl .tag.day04 {
  background-color: #76AED8;
}
#reg_timetable .tab-program__contents .theme__ttl .release-date {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: 16px;
}
#reg_timetable .tab-program__contents .theme__ttl .release-weekday {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 8px;
}
#reg_timetable .tab-program__contents .theme__ttl .release-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 16px;
}
#reg_timetable .session-list {
  background-color: #FFFFFF;
  padding-bottom: 156px;
  padding-top: 40px;
  position: relative;
}
#reg_timetable .session-list__ttl {
  background-color: #F7F3F2;
  border: 1px solid #EBE7E6;
  border-radius: 6px;
  color: #E95653;
  font-size: 2rem;
  font-weight: bold;
  line-height: round-decimal(1.35, 1);
  margin-top: 48px;
  padding: 16px;
  text-align: center;
}
#reg_timetable .session-list__box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}
#reg_timetable .session-list__card {
  -webkit-box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 8px;
  position: relative;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 264px;
}
#reg_timetable .session-list__card.is-hide {
  display: none;
}
#reg_timetable .session-list__card .disabled_checkbox {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}
#reg_timetable .session-list__card input[type=checkbox] {
  background-color: #FFFFFF;
  border: 1px solid #EADBD7;
  border-radius: 3px;
  font-size: 10px;
  height: 17px;
  pointer-events: none;
  text-align: center;
  width: 17px;
  z-index: 0;
}
#reg_timetable .session-list__card input[type=checkbox]:checked {
  background-color: #2A3B4C;
  border: 1px solid #2A3B4C;
}
#reg_timetable .session-list__card input[type=checkbox]:checked::before {
  -webkit-transform: rotate(-54deg);
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  display: inline-block;
  height: 4px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: rotate(-54deg);
  width: 8px;
}
#reg_timetable .session-list__card.is-checked::before {
  -webkit-box-sizing: border-box;
  background-color: rgba(51, 51, 51, 0.4);
  border: 2px solid #2A3B4C;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#reg_timetable .session-list__card:nth-child(4n+1) {
  margin-left: 0;
}
#reg_timetable .session-list__card:nth-child(n+5) {
  margin-top: 8px;
}
#reg_timetable .session-list .grid {
  margin-top: 40px;
}
#reg_timetable .contents-foot {
  height: 164px;
  padding-top: 40px;
}
#reg_timetable .contents-foot::before {
  content: none;
}
#reg_timetable .contents-foot .float-button__wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 500px;
  z-index: 1;
}
#reg_timetable .contents-foot .float-button__wrap > .link__btn--type01 {
  width: 280px;
}
#reg_timetable .contents-foot .float-button__wrap.is-fixed {
  -webkit-transform: translate(-50%, -30px);
  bottom: 30px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -30px);
}
#reg_timetable .contents-foot .float-button__wrap.is-fixed.is-checked {
  -webkit-transform: translate(-50%, -10px);
  bottom: 10px;
  transform: translate(-50%, -10px);
}
#reg_timetable .contents-foot .float-button__wrap .tooltip {
  background: #FDD000;
  border-radius: 5px;
  display: none;
  font-weight: bold;
  margin: 1.5em 0;
  margin-top: 16px;
  max-width: 100%;
  min-width: 120px;
  padding: 4px 8px;
  padding: 7px 10px;
  position: absolute;
  top: 60px;
}
#reg_timetable .contents-foot .float-button__wrap .tooltip:before {
  border: 5px solid transparent;
  border-bottom: 5px solid #FDD000;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -10px;
}

/***
マイページログイン
--------------------------------------------------------- */
#login .grid-login {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
#login .grid-login-item {
  width: 520px;
}
#login .section-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#login .c-ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
}
#login .box-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(244, 175, 114)), to(rgb(234, 105, 130)));
  background-image: linear-gradient(270deg, rgb(244, 175, 114) 0%, rgb(234, 105, 130) 100%);
  border-radius: 10px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 2;
  flex-direction: column;
  margin-top: 16px;
  padding: 40px;
}
#login .box-login__item {
  margin-top: 16px;
}
#login .box-login__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#login .box-login .link__txt {
  color: inherit;
}
#login .input__head {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
#login .input__body {
  margin-top: 5px;
}
#login .input-text {
  background-color: #FFFFFF;
  border-radius: 6px;
  color: #1A1A1A;
  font-size: 1.4rem;
  height: 48px;
  line-height: 1.5;
  outline: 1px solid #EADBD7;
  padding: 16px;
  width: 100%;
}
#login .input-text::-webkit-input-placeholder {
  color: #999999;
}
#login .input-text::-moz-placeholder {
  color: #999999;
}
#login .input-text:-ms-input-placeholder {
  color: #999999;
}
#login .input-text::-ms-input-placeholder {
  color: #999999;
}
#login .input-text::placeholder {
  color: #999999;
}
#login .btn-login {
  margin: 24px auto 0;
  width: 320px;
}
#login .btn-login a, #login .btn-login button {
  font-size: 1.6rem;
  width: 100%;
}
#login .btn-login .link__btn--type05 {
  font-size: 2.4rem;
}
#login .btn-login .link__btn--type05 span {
  font-size: 1.4rem;
  font-weight: inherit;
}
#login .link__txt::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAYAAABozQZiAAAABHNCSVQICAgIfAhkiAAAANdJREFUOE+dk4ERgjAMRc0GboAjMAJOwAjqBm7iCOIGbqAjuIEzOEH97RUulDZJ2zsuFHg//+gP7bCccwNKR0QPv7cuiuArAhMELjXwGR/fGWAWoGh7Qj3VCgS4VWCBWwRWcK3ABq4RyMJWgSJsERBhTUCFJQETHAWeqCML0tEEI/89IJ//fYR/qL0KF8ABA/TR/nauYwC9A+mcRbAIS1b5rOeyrXacBdKpMoMr21arG9stYOgM0B/8NwnAchy8U3rv4Sse3lhyTCDv/MbmgMsMiiGR7M7v/mbKhXXQcWLnAAAAAElFTkSuQmCC) no-repeat 50% 50%/100% auto;
}

/***
マイページ
--------------------------------------------------------- */
#mypage {
  /***
  modal
  --------------------------------------------------------- */
}
#mypage main {
  padding-bottom: 80px;
}
#mypage .inner {
  padding-left: 0;
  padding-right: 0;
}
#mypage .mypage-section__body {
  margin-top: 40px;
}
#mypage .mypage-section__foot {
  margin-top: 40px;
}
#mypage .mypage__ttl {
  font-size: 2.4rem;
  text-align: left;
}
#mypage .mypage__ttl::before {
  content: none;
}
#mypage .user-menu__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#mypage .user-menu__body {
  margin-top: 16px;
}
#mypage .user-menu__foot {
  margin-top: 16px;
}
#mypage .btn__logout {
  color: #E95653;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: underline;
}
#mypage .btn__logout::after {
  background: url(/shared/user2023/img/mypage/icon_logout.png) no-repeat 50% 50%/14px auto;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
  width: 24px;
}
#mypage .btn__cancel {
  -o-border-image: linear-gradient(to right, #E95653 0%, #E95653 calc(100% - 14px), transparent calc(100% - 14px), transparent 100%);
  border: 0;
  border-bottom: 1px solid #E95653;
  border-image: linear-gradient(to right, #E95653 0%, #E95653 calc(100% - 14px), transparent calc(100% - 14px), transparent 100%);
  border-image-slice: 1;
  color: #E95653;
  cursor: pointer;
  font-size: 1.6rem;
  padding-right: 14px;
  position: relative;
}
#mypage .btn__cancel::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  background: url(../../../shared/user2023/img/common/icon_arrow_01.png) no-repeat 50% 50%/100% auto;
  bottom: 0;
  content: "";
  height: 13px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 7px;
}
#mypage .list-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#mypage .list-link-item {
  width: 32.5925925926%;
}
#mypage .list-link-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #2A3B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1.375;
  min-height: 96px;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
#mypage .list-link-btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: 32px;
  position: relative;
  width: 73.8636363636%;
}
#mypage .list-link-btn span::before {
  bottom: 0;
  content: "";
  height: 32px;
  left: -32px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px;
}
#mypage .list-link--settings span::before {
  background: url(/shared/user2023/img/mypage/icon_settings.png) no-repeat 50% 50%/27px auto;
}
#mypage .list-link--sessions span::before {
  background: url(/shared/user2023/img/mypage/icon_sessions.png) no-repeat 50% 50%/23px auto;
}
#mypage .list-link--faq span::before {
  background: url(/shared/user2023/img/mypage/icon_faq.png) no-repeat 50% 50%/27px auto;
}
#mypage .list-link--txt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#mypage .list-link--txt .list-link-item {
  width: auto;
}
#mypage .list-link--txt .list-link-item + .list-link-item {
  margin-left: 24px;
}
#mypage .ttl-mylist {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
}
#mypage .ttl-mylist::before {
  content: none;
}
#mypage .ttl-mylist + .c-txt {
  margin-top: 16px;
}
#mypage .mylist {
  margin-top: 16px;
}
#mypage .mylist-item + .mylist-item {
  margin-top: 8px;
}
#mypage .mylist-item__link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  align-items: flex-start;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#mypage .mylist-item__link.disabled {
  pointer-events: none;
}
#mypage .mylist-item__link__date {
  background-color: #FAF6F5;
  border: 1px solid #EADBD7;
  color: #E95653;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 12px;
}
#mypage .mylist-item__link__ttl {
  color: #1A1A1A;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
#mypage .mylist-item__link__organize {
  margin-top: 8px;
}
#mypage .mylist-item__link__organize-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mypage .mylist-item__link__organize .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 8px 12px;
  width: 112px;
}
#mypage .mylist-item__link__organize .name {
  color: #1A1A1A;
  font-size: 1.4rem;
}
#mypage .mylist-item__link__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  border: 1px solid #E0E0E0;
  flex: 0 0 auto;
  margin-left: 40px;
}
#mypage .modal {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  display: none;
  left: 50%;
  padding: 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 528px;
  z-index: 11;
}
#mypage .modal__in {
  border-radius: 12px;
  max-height: 80vh;
  overflow-y: auto;
}
#mypage .modal__btn-close {
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: -40px;
  white-space: nowrap;
  width: 32px;
}
#mypage .modal__btn-close::before, #mypage .modal__btn-close::after {
  -webkit-transform-origin: 0 0;
  background: #FFFFFF;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  width: 26px;
}
#mypage .modal__btn-close::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
#mypage .modal__btn-close::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
#mypage .modal__ttl {
  color: #E95653;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#mypage .modal__txt {
  margin-top: 16px;
  text-align: center;
}
#mypage .modal__btn {
  margin-top: 16px;
}
#mypage .modal__btn .link__btn--type01 {
  font-size: 1.6rem;
}
#mypage [data-js_modal_btn] {
  cursor: pointer;
}

/***
個人情報入力・確認、アンケート入力
--------------------------------------------------------- */
#form .inner {
  padding-left: 0;
  padding-right: 0;
}
#form .contents__body {
  margin-top: 40px;
}
#form .tag-required {
  background-color: #E95653;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 4px;
  padding: 0 8px;
}
#form table {
  margin-top: 20px;
}
#form table tr {
  border: 1px solid #707070;
}
#form table tr + tr {
  border-top: 0;
}
#form table th, #form table td {
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
}
#form table th {
  background-color: #F7F7F7;
  font-size: 1.6rem;
  padding: 1.8518518519%;
  width: 23.1481481481%;
}
#form table th + td {
  border-left: 1px solid #707070;
}
#form table td {
  background-color: #FFFFFF;
  padding: 1.8518518519% 5.9259259259%;
  width: 76.8518518519%;
}
#form table td:only-child {
  padding: 30px 44px;
}
#form .box__terms {
  background-color: #F7F7F7;
  border-radius: 4px;
  height: 130px;
  margin-top: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 20px;
}
#form .box__terms p {
  font-size: 1.3rem;
}
#form .box__terms p + p {
  margin-top: 10px;
}
#form .box__terms a {
  color: #1FAFFC;
}
#form .terms__ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
#form .input__list--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#form .input__list--txt + .input__list--txt, #form .input__list--txt + .input__list--checkbox, #form .input__list--txt + .input__list--radio {
  margin-top: 20px;
}
#form .input__list--txt .input__list__item + .input__list__item {
  margin-left: 8px;
}
#form .input__list--txt .input__list__item:only-of-type .input__txt {
  width: 608px;
}
#form .input__list--checkbox {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#form .input__list--checkbox + .input__list--txt, #form .input__list--checkbox + .input__list--checkbox, #form .input__list--checkbox + .input__list--radio {
  margin-top: 20px;
}
#form .input__list--checkbox .input__list__item + .input__list__item {
  margin-left: 30px;
}
#form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(n + 4) {
  margin-top: 20px;
}
#form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#form .input__list--checkbox .input__list__item:only-of-type {
  width: 100%;
}
#form .input__list--radio {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#form .input__list--radio + .input__list--txt, #form .input__list--radio + .input__list--checkbox, #form .input__list--radio + .input__list--radio {
  margin-top: 20px;
}
#form .input__list--radio .input__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31.3131313131%;
}
#form .input__list--radio .input__list__item + .input__list__item {
  margin-left: 3.0303030303%;
}
#form .input__list--radio .input__list__item + .input__list__item:nth-of-type(n + 4) {
  margin-top: 20px;
}
#form .input__list--radio .input__list__item + .input__list__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#form .input__list--radio .input__list__item:only-of-type {
  width: 100%;
}
#form .input__list--radio .input__list__item:only-of-type .input__txt {
  font-size: 1.6rem;
  height: 50px;
  width: 100%;
}
#form .input__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
#form .input__ttl + .input__txt {
  margin-top: 2px;
}
#form .input__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #717171;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  outline: none;
  padding: 10px;
  width: 300px;
}
#form .input__txt::-webkit-input-placeholder {
  color: #D0D0D0;
}
#form .input__txt::-moz-placeholder {
  color: #D0D0D0;
}
#form .input__txt:-ms-input-placeholder {
  color: #D0D0D0;
}
#form .input__txt::-ms-input-placeholder {
  color: #D0D0D0;
}
#form .input__txt::placeholder {
  color: #D0D0D0;
}
#form .input__txt:focus {
  border-color: #1FAFFC;
}
#form .input__txt.is-disabled {
  border-color: #D0D0D0;
  pointer-events: none;
}
#form .input__txt.is-error {
  border-color: #E95653;
}
#form .input__select {
  position: relative;
  width: 300px;
}
#form .input__select::after {
  -webkit-transform: rotate(45deg) translate(-2px, -2px);
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  transform: rotate(45deg) translate(-2px, -2px);
  width: 8px;
}
#form .input__select select {
  background-color: #FFFFFF;
  border: 1px solid #717171;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  line-height: 1.4;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}
#form .input__select select:focus {
  border-color: #1FAFFC;
}
#form .input__select.is-error select {
  border-color: #E95653;
}
#form .input__checkbox, #form .input__checkbox--agree {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}
#form .input__checkbox:checked + label, #form .input__checkbox--agree:checked + label {
  background-color: #DCF2FE;
  border-color: #1FAFFC;
}
#form .input__checkbox:checked + label::before, #form .input__checkbox--agree:checked + label::before {
  background-color: #1FAFFC;
  border-color: #1FAFFC;
}
#form .input__checkbox:checked + label::after, #form .input__checkbox--agree:checked + label::after {
  content: "";
}
#form .input__checkbox:focus + label, #form .input__checkbox--agree:focus + label {
  border-color: #1FAFFC;
}
#form .input__checkbox + label, #form .input__checkbox--agree + label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #717171;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 50px;
  padding: 12px 10px 12px 42px;
  position: relative;
  width: 310px;
}
#form .input__checkbox + label::before, #form .input__checkbox--agree + label::before, #form .input__checkbox + label::after, #form .input__checkbox--agree + label::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
}
#form .input__checkbox + label::before, #form .input__checkbox--agree + label::before {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
  content: "";
  height: 18px;
  left: 10px;
  margin-right: 8px;
  top: 14px;
  width: 18px;
}
#form .input__checkbox + label::after, #form .input__checkbox--agree + label::after {
  -webkit-transform: rotate(48deg) translate(-25%, -25%);
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  height: 14px;
  left: 16px;
  position: absolute;
  top: 17px;
  transform: rotate(48deg) translate(-25%, -25%);
  width: 7px;
}
#form .input__checkbox.is-error + label, #form .is-error.input__checkbox--agree + label {
  border-color: #E95653;
}
#form .input__checkbox--agree + label {
  min-height: 40px;
  min-width: 240px;
  padding: 12px 10px 12px 36px;
  width: auto;
}
#form .input__radio {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}
#form .input__radio + label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #717171;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  max-width: 310px;
  min-height: 50px;
  padding: 12px 10px 12px 42px;
  position: relative;
  width: 100%;
}
#form .input__radio + label::before, #form .input__radio + label::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
}
#form .input__radio + label::before {
  -webkit-transform: translateY(-50%);
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 10px;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
#form .input__radio + label::after {
  -webkit-transform: translateY(-50%);
  background-color: #1FAFFC;
  border-radius: 50%;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#form .input__radio:focus + label {
  border-color: #1FAFFC;
}
#form .input__radio:checked + label {
  background-color: #DCF2FE;
  border-color: #1FAFFC;
}
#form .input__radio:checked + label::before {
  border-color: #1FAFFC;
}
#form .input__radio:checked + label::after {
  content: "";
}
#form .txt__error {
  color: #E95653;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
  margin-top: 8px;
}
#form .txt__error::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  align-items: center;
  background-color: #E95653;
  border-radius: 50%;
  color: #FFFFFF;
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 1.4em;
  justify-content: center;
  line-height: 1;
  margin-right: 4px;
  margin-top: 0.6em;
  text-align: center;
  width: 1.4em;
}
#form .txt__note {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 8px;
}
#form .list__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
#form .list__btn__item + .list__btn__item {
  margin-left: 30px;
}
#form .list__btn__item [class^=link__btn--type] {
  font-size: 1.6rem;
  width: 280px;
}

#timetable {
  background-color: #F7F3F2;
  /***
  section セッション一覧
  --------------------------------------------------------- */
  /* tab
  --------------------------------------------------------- */
  /***
  session-list
  --------------------------------------------------------- */
  /***
  section contents-foot
  --------------------------------------------------------- */
}
#timetable .sec-0103 {
  margin-top: 20px;
  position: relative;
}
#timetable .tab-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 20px 0 0;
}
#timetable .tab-program ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#timetable .tab-program ul li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  align-items: center;
  background-color: #FFFFFF;
  border: solid 1px #EADBD7;
  border-radius: 5px;
  color: #2A3B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 112px;
}
#timetable .tab-program ul li.is-active {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
#timetable .tab-program ul li.all.is-active, #timetable .tab-program ul li.all:hover {
  background-color: #2A3B4C;
  color: #FFFFFF;
}
#timetable .tab-program ul li.day01.is-active, #timetable .tab-program ul li.day01:hover {
  background-color: #F77D6A;
  color: #FFFFFF;
}
#timetable .tab-program ul li.day02.is-active, #timetable .tab-program ul li.day02:hover {
  background-color: #E3AB3A;
  color: #FFFFFF;
}
#timetable .tab-program ul li.day03.is-active, #timetable .tab-program ul li.day03:hover {
  background-color: #2CC489;
  color: #FFFFFF;
}
#timetable .tab-program ul li.day04.is-active, #timetable .tab-program ul li.day04:hover {
  background-color: #76AED8;
  color: #FFFFFF;
}
#timetable .tab-program ul li:hover {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#timetable .tab-program.is-fixed {
  background: #FFFFFF;
  padding: 20px 0;
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 3;
}
#timetable .tab-program__contents {
  border-radius: 5px;
  padding: 72px 0 64px;
  position: relative;
  text-align: center;
}
#timetable .tab-program__contents.bg-day01 {
  background-color: #FCEDEB;
}
#timetable .tab-program__contents.bg-day01:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day01_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#timetable .tab-program__contents.bg-day02 {
  background-color: #FCF7EB;
}
#timetable .tab-program__contents.bg-day02:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day02_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#timetable .tab-program__contents.bg-day03 {
  background-color: #E8FAF2;
}
#timetable .tab-program__contents.bg-day03:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day03_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#timetable .tab-program__contents.bg-day04 {
  background-color: #EBF4FC;
}
#timetable .tab-program__contents.bg-day04:before {
  background: url(../../../shared/user2023/img/common/bg_timetable_day04_pc.svg) no-repeat 50% 100%/100% auto;
  bottom: -27px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#timetable .tab-program__contents .tab-program__contents__inner {
  margin: 0 auto;
  width: 1080px;
}
#timetable .tab-program__contents .theme__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: flex-start;
  width: 100%;
}
#timetable .tab-program__contents .theme__ttl:before {
  content: none;
}
#timetable .tab-program__contents .theme__ttl .tag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #EADBD7;
  border-radius: 5px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding: 14px 30px;
  text-align: center;
  width: 140px;
}
#timetable .tab-program__contents .theme__ttl .tag.day01 {
  background-color: #F77D6A;
}
#timetable .tab-program__contents .theme__ttl .tag.day02 {
  background-color: #E3AB3A;
}
#timetable .tab-program__contents .theme__ttl .tag.day03 {
  background-color: #2CC489;
}
#timetable .tab-program__contents .theme__ttl .tag.day04 {
  background-color: #76AED8;
}
#timetable .tab-program__contents .theme__ttl .release-date {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: 16px;
}
#timetable .tab-program__contents .theme__ttl .release-weekday {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 8px;
}
#timetable .tab-program__contents .theme__ttl .release-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 16px;
}
#timetable .tab-program__contents .program__tag {
  display: block;
  margin: 8px -5px -5px;
  text-align: left;
}
#timetable .tab-program__contents .program__tag .taglist {
  background-color: rgba(102, 102, 102, 0.08);
  border-radius: 6px;
  color: #2A3B4C;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 6px 0 0;
  padding: 5px 8px;
  width: auto;
}
#timetable .tab-program__contents .program-txt__lead {
  margin-top: 16px;
  text-align: left;
}
#timetable .tab-program__contents .cv-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
}
#timetable .session-list {
  background-color: #FFFFFF;
  padding-bottom: 156px;
  padding-top: 40px;
  position: relative;
}
#timetable .session-list__ttl {
  background-color: #F7F3F2;
  border: 1px solid #EBE7E6;
  border-radius: 6px;
  color: #E95653;
  font-size: 2rem;
  font-weight: bold;
  line-height: round-decimal(1.35, 1);
  margin-top: 48px;
  padding: 16px;
  text-align: center;
}
#timetable .session-list__box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}
#timetable .session-list__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  position: relative;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 264px;
}
#timetable .session-list__card:nth-child(4n+1) {
  margin-left: 0;
}
#timetable .session-list__card:nth-child(n+5) {
  margin-top: 8px;
}
#timetable .session-list__card.disabled:hover {
  pointer-events: none;
}
#timetable .session-list__card__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#timetable .session-list__card__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  background-color: #FFFFFF;
  flex: 0 1 auto;
  /* height: 100%; */
  padding: 8px;
  text-align: left;
  min-height:125px;
}
#timetable .session-list__card__info .date {
  background-color: #FAF6F5;
  border: 1px solid #EADBD7;
  border-radius: 3px;
  color: #E95653;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 4px 8px;
}
#timetable .session-list__card__info .ttl {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-top: 4px;
}
#timetable .session-list__card__info .company {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
#timetable .session-list__card__info .company p {
  font-size: 1.2rem;
  line-height: 1.5;
}
#timetable .session-list .grid {
  margin-top: 40px;
}
#timetable .contents-foot {
  min-height: 264px;
  padding-bottom: 80px;
  padding-top: 40px;
}
#timetable .contents-foot::before {
  content: none;
}
#timetable .contents-foot .float-button__wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 500px;
  z-index: 1;
}
#timetable .contents-foot .float-button__wrap > .link__btn--type01 {
  width: 280px;
}
#timetable .contents-foot .float-button__wrap.is-fixed {
  -webkit-transform: translate(-50%, -30px);
  bottom: 30px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -30px);
}
#timetable .contents-foot .float-button__wrap .tooltip {
  background: #FDD000;
  border-radius: 5px;
  display: none;
  font-weight: bold;
  margin: 1.5em 0;
  margin-top: 16px;
  max-width: 100%;
  min-width: 120px;
  padding: 4px 8px;
  padding: 7px 10px;
  position: absolute;
  top: 60px;
}
#timetable .contents-foot .float-button__wrap .tooltip:before {
  border: 5px solid transparent;
  border-bottom: 5px solid #FDD000;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -10px;
}

/* Utility
--------------------------------------------------------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

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

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}

/* sup_sub_setting
========================================================================== */
.u-sup_text {
  font-size: 75.5%;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}

.u-sub_text {
  font-size: 75.5%;
  position: relative;
  top: 0.1em;
  vertical-align: bottom;
}

/* ruby
========================================================================== */
ruby > rt {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: start;
}

/* helper
========================================================================== */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center !important;
}

.u-flex_start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-flex_end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-flex_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
}

.u-flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around !important;
}

.u-flex_row__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse !important;
}

.u-flex_column__reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse !important;
}

.u-align-items__center {
  -ms-flex-align: center;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.u-flex-align {
  -ms-flex-align: center;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.u-flex-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
}

.u-flex-all {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-ta_l {
  text-align: left !important;
}
.u-ta_c {
  text-align: center !important;
}
.u-ta_r {
  text-align: right !important;
}

.u-va_t {
  vertical-align: top !important;
}
.u-va_m {
  vertical-align: middle !important;
}
.u-va_b {
  vertical-align: bottom !important;
}

.u-w100 {
  width: 100%;
}

.u-wauto {
  width: auto !important;
}

.display-pc {
  display: block !important;
}

.display-sp {
  display: none !important;
}

/* font size
========================================================================== */
.u-text-xs {
  font-size: 1.2rem;
  line-height: 1rem;
}

.u-text-sm {
  font-size: 1.4rem;
  line-height: 1.25rem;
}

.u-text-base {
  font-size: 1.6rem;
  line-height: 1.5rem;
}

.u-text-lg {
  font-size: 1.8rem;
  line-height: 1.75rem;
}

.u-text-xl {
  font-size: 2rem;
  line-height: 1.75rem;
}

/* accessibility
========================================================================== */
.u-txt___n {
  height: 1px;
  left: -1px;
  overflow: hidden;
  padding: 0 !important;
  position: fixed;
  top: -1px;
  width: 1px;
}

/* color
--------------------------------------------------------- */
.u-color-fill__black {
  color: #2A3B4C;
}

.u-color-fill__red {
  color: #E95653;
}

.u-color-fill__gray {
  color: #F7F3F2;
}

.u-color-fill__white {
  color: #FFFFFF;
}

.u-color-fill__yellow {
  color: #FDD000;
}

.u-color-fill__blue {
  color: #008EE6;
}

.u-color-txt__black {
  color: #1A1A1A;
}

.u-color-txt__gray {
  color: #999999;
}

.u-color-txt__red {
  color: #E95653;
}

.u-color-txt__blue {
  color: #008EE6;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  .header__nav__fixed-venue, .header__nav__fixed-faq, .header__nav__fixed-mypage, .header__nav__fixed-regist {
    border-radius: 12px;
    margin-right: 16px;
  }
  .header__nav__fixed-venue, .header__nav__fixed-faq, .header__nav__fixed-mypage, .header__nav__fixed-regist {
    border-radius: 8px;
    font-size: 1.3rem;
    height: 96px;
    width: 96px;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.95);
    min-height: auto;
  }
  .header__in {
    background-color: #FFFFFF;
    padding: 4px 8px;
  }
  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
  }
  .header__logo a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    max-width: 152px;
    width: 100%;
  }
  .header__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav.is-active .header__nav-regist, .header__nav.is-active .header__nav-venue, .header__nav.is-active .header__nav-mypage {
    opacity: 0;
    visibility: hidden;
  }
  .header__nav.is-active .header__nav-menu button::before {
    -webkit-transform: rotate(45deg);
    top: 18px;
    transform: rotate(45deg);
  }
  .header__nav.is-active .header__nav-menu button::after {
    -webkit-transform: rotate(-45deg);
    top: 18px;
    transform: rotate(-45deg);
  }
  .header__nav-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    align-items: center;
    background-color: #FFFFFF;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding-top: 84px;
    position: fixed;
    top: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .header__nav.is-active .header__nav-cnt {
    opacity: 1;
    visibility: visible;
  }
  .header__nav__fixed {
    -webkit-transform: translateY(-50%);
    position: fixed;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .header__nav__fixed {
    -webkit-transform: initial !important;
    position: relative !important;
    right: initial !important;
    top: initial !important;
    transform: initial !important;
  }
  .header__nav__fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__fixed-list li + li {
    margin-left: 8px;
  }
  .header__nav__fixed-list li:last-child a {
    margin-right: 0;
  }
  .header__nav-lvl01 {
    display: block;
    margin-top: 80px;
  }
  .header__nav-lvl01-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  .header__nav-lvl01-list li + li {
    margin-top: 24px;
  }
  .header__nav-lvl01-list a {
    color: #1A1A1A;
  }
  #top .header__nav-lvl01-list a {
    color: #1A1A1A;
  }
  .header__nav-lvl02 {
    margin-top: 82px;
  }
  .header__nav-lvl02-list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__nav-lvl02-list a {
    font-size: 1.6rem;
    padding: 0;
  }
  #top .header__nav-lvl02-list a {
    color: #1A1A1A;
  }
  .header__nav-lvl02-list a {
    border: 0;
    color: #2A3B4C;
  }
  .header__nav-lvl02-item01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .header__nav-lvl02-item02 {
    margin-top: 8px;
  }
  .header__nav-lvl02-item03 {
    margin-left: 32px;
    margin-top: 8px;
  }
  .header__nav-share-list {
    margin-top: 32px;
    padding-bottom: 48px;
  }
  .header__nav-share-list li + li {
    margin-left: 24px;
  }
  #top .header__nav-share-list .icon__link-mail {
    stroke: #E95653;
  }
  .header__nav-share-list .icon__link-mail {
    stroke: #E95653;
  }
  #top .header__nav-share-list .icon__link-share {
    stroke: #E95653;
  }
  .header__nav-share-list .icon__link-share {
    stroke: #E95653;
  }
  .header__schedule {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #top .header__schedule {
    color: #2A3B4C;
  }
  .header__date {
    font-size: 2rem;
  }
  .header__date > li + li {
    margin-left: 30px;
  }
  .header__date > li + li::before {
    height: 10px;
    left: -24px;
    width: 16px;
  }
  #top .header__date > li + li::before {
    background-image: url(/crmforum/assets/img/index/icon_arrow_02.svg);
  }
  .header__date > li .day01, .header__date > li .day02 {
    font-size: 1.4rem;
  }
  .footer__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .footer__nav-list li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .footer__copy {
    white-space: nowrap;
  }
  .contact .grid-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
  }
  .contact .grid-contact-item + .grid-contact-item {
    margin-left: 0;
    margin-top: 12px;
  }
  .c-progressbar {
    height: 0;
    padding-top: 13%;
    position: relative;
  }
  .c-progressbar.step01 {
    background: url(../../../shared/user2023/img/common/bg_progressbar_01_current_sp.svg) no-repeat;
    background-size: cover;
  }
  .c-progressbar.step02 {
    background: url(../../../shared/user2023/img/common/bg_progressbar_02_current_sp.svg) no-repeat;
    background-size: cover;
    padding-left: 8%;
  }
  .c-progressbar.step03 {
    background: url(../../../shared/user2023/img/common/bg_progressbar_03_current_sp.svg) no-repeat;
    background-size: cover;
    padding-left: 16%;
  }
  .c-progressbar.step04 {
    background: url(../../../shared/user2023/img/common/bg_progressbar_04_current_sp.svg) no-repeat;
    background-size: cover;
    padding-left: 24%;
  }
  .c-progressbar.step05 {
    background: url(../../../shared/user2023/img/common/bg_progressbar_05_current_sp.svg) no-repeat;
    background-size: cover;
    padding-left: 32%;
  }
  .c-progressbar .item {
    color: #FFFFFF;
    padding: 0;
    position: absolute;
    top: calc(50% - 7px);
    width: 8%;
  }
  .c-progressbar .item span.txt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .c-progressbar .item::after {
    content: none;
  }
  .c-progressbar .item::before {
    content: none;
  }
  .c-progressbar .item:first-child {
    border-radius: unset;
    padding-left: 0;
  }
  .c-progressbar .item.is-current {
    background: none;
    width: 76%;
  }
  #reg_timetable .tab-program {
    overflow: hidden;
    overflow-x: scroll;
  }
  #reg_timetable .tab-program ul {
    white-space: nowrap;
  }
  #reg_timetable .tab-program.is-fixed {
    top: 64px;
  }
  #reg_timetable .tab-program__contents {
    padding: 56px 10px;
  }
  #reg_timetable .tab-program__contents .tab-program__contents__inner {
    width: 100%;
  }
  #reg_timetable .session-list__card {
    margin-left: 5px;
    width: calc(50% - 8px);
  }
  #reg_timetable .session-list__card:nth-child(4n+1) {
    margin-left: initial;
  }
  #reg_timetable .session-list__card:nth-child(n+5) {
    margin-top: initial;
  }
  #reg_timetable .session-list__card:nth-child(2n+1) {
    margin-left: 0;
  }
  #reg_timetable .session-list__card:nth-child(n+3) {
    margin-top: 5px;
  }
  #reg_timetable .contents-foot {
    padding-bottom: 0;
  }
  #login .grid-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  #login .grid-login-item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #login .grid-login-item + .grid-login-item {
    margin-top: 40px;
  }
  #mypage .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #form .input__list--txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #form .input__list--txt .input__list__item + .input__list__item {
    margin-left: 0;
    margin-top: 8px;
  }
  #form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(3n + 1) {
    margin-left: 30px;
  }
  #form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  #timetable .tab-program {
    overflow: hidden;
    overflow-x: scroll;
  }
  #timetable .tab-program ul {
    white-space: nowrap;
  }
  #timetable .tab-program.is-fixed {
    top: 64px;
  }
  #timetable .tab-program__contents {
    padding: 56px 10px;
  }
  #timetable .tab-program__contents.bg-day01:before {
    bottom: -23px;
  }
  #timetable .tab-program__contents.bg-day02:before {
    bottom: -23px;
  }
  #timetable .tab-program__contents.bg-day03:before {
    bottom: -23px;
  }
  #timetable .tab-program__contents.bg-day04:before {
    bottom: -23px;
  }
  #timetable .tab-program__contents .tab-program__contents__inner {
    width: 100%;
  }
  #timetable .session-list__card {
    margin-left: 5px;
    width: calc(25% - 8px);
  }
  .display-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  body.is-fixed {
    overflow: hidden;
  }
  .inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 1080px;
  }
  .header__nav__fixed-venue:hover, .header__nav__fixed-faq:hover, .header__nav__fixed-mypage:hover, .header__nav__fixed-regist:hover {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  .header {
    min-width: 1120px;
  }
  #top .header.is-fixed {
    background-color: #FFFFFF;
  }
  .header__in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
  }
  .header__logo a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__logo a:hover {
    opacity: 0.6;
  }
  .header__logo a::before {
    -webkit-transition: opacity 0.3s ease;
    background: url(../../../shared/user2023/img/common/logo_01.png) no-repeat 0 0/100% auto;
    content: "";
    height: 48px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 228px;
  }
  #top .header__logo a::before {
    opacity: 1;
  }
  #top .header.is-fixed .header__logo a::before {
    opacity: 0;
  }
  .header__nav__fixed {
    -webkit-transform: translateY(-50%);
    position: fixed;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .header__nav__fixed-list li + li {
    margin-top: 8px;
  }
  .header__nav-lvl01-list {
    -ms-flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    flex-wrap: wrap;
    margin: 2px -16px -4px 8px;
    order: 2;
  }
  .header__nav-lvl01-list li {
    margin: 4px 16px;
  }
  .header__nav-lvl01-list a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__nav-lvl01-list a:hover {
    opacity: 0.6;
  }
  #top .header.is-fixed .header__nav-lvl01-list a {
    color: #000;
  }
  .header__nav-lvl02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__nav-lvl02-list a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__nav-lvl02-list a:hover {
    opacity: 0.6;
  }
  #top .header.is-fixed .header__nav-lvl02-list a {
    border-color: #E95653;
    color: #E95653;
  }
  .header__nav-lvl02-item02 {
    margin-left: 12px;
  }
  .header__nav-lvl02-item03 {
    margin-left: 12px;
  }
  .header__nav-share-list {
    margin-left: 48px;
  }
  .header__nav-share-list a, .header__nav-share-list .copyCurrentPage {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__nav-share-list a:hover, .header__nav-share-list .copyCurrentPage:hover {
    opacity: 0.6;
  }
  #top .header.is-fixed .header__nav-share-list .icon__link-mail {
    stroke: #E95653;
  }
  #top .header.is-fixed .header__nav-share-list .icon__link-share {
    stroke: #E95653;
  }
  .header__date {
    margin-left: 21px;
  }
  .footer__body-in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
  }
  .footer__foot {
    margin-top: 56px;
  }
  .footer__foot-in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
  }
  .footer__logo a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__logo a:hover {
    opacity: 0.6;
  }
  .footer__info__link-tel {
    pointer-events: none;
  }
  .footer__info a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__info a:hover {
    opacity: 0.6;
  }
  .footer__nav-share {
    margin-right: 8px;
  }
  .footer__nav-share-list {
    margin-left: 8px;
  }
  .footer__nav-share-list a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__nav-share-list a:hover {
    opacity: 0.6;
  }
  .footer__nav-list li + li {
    margin-left: 24px;
  }
  .footer__nav-list a:hover::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .c-grid-item + .c-grid-item {
    margin-left: 24px;
  }
  .link__btn--tel:hover, .link__btn--mail:hover, .link__btn--type07:hover, .link__btn--type06:hover, .link__btn--type04:hover, .link__btn--type03:hover, .link__btn--type02:hover, .link__btn--type05:hover, .link__btn--type01:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  .link__btn--type01:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  .link__btn--type06:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  .link__btn--type07:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  .link__btn--large--pc {
    width: 520px;
  }
  .link__btn--small--pc {
    width: 274px;
  }
  .link__btn--tel:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  .link__txt:hover, .link__txt--type01:hover {
    text-decoration: none;
  }
  .link__txt-blank:hover {
    text-decoration: none;
  }
  .modal__date {
    margin-left: 16px;
  }
  .modal--lecture {
    width: 976px;
  }
  .modal--lecture .modal__link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    width: 420px;
  }
  .modal--discussion {
    width: 976px;
  }
  .modal--discussion .discussion__box-body img {
    width: 76px;
  }
  .modal--discussion .discussion__box-body img + img {
    width: 74px;
  }
  .modal--discussion .modal__link {
    width: 420px;
  }
  #reg_timetable .session-list__card {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #reg_timetable .session-list__card:hover {
    opacity: 0.6;
  }
  #mypage .btn__logout:hover {
    text-decoration: none;
  }
  #mypage .btn__cancel:hover {
    border-bottom: none;
    opacity: 1;
  }
  #mypage .list-link-btn:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  #mypage .mylist-item__link:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16), 0 0 50px rgba(128, 128, 128, 0.1);
  }
  #mypage .mylist-item__link.disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #timetable .inner {
    width: 1160px;
  }
  #timetable .session-list__card {
    overflow: hidden;
    position: relative;
  }
  #timetable .session-list__card::before {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in;
    background-image: url(../../../shared/user2023/img/common/hover_detail_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 26px;
    left: 50%;
    margin: auto;
    opacity: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    width: 131px;
    z-index: 2;
  }
  #timetable .session-list__card::after {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-in;
    background-color: rgba(34, 50, 66, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    left: 50%;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease-in;
    width: 0;
    z-index: 1;
  }
  #timetable .session-list__card:hover {
    cursor: pointer;
  }
  #timetable .session-list__card:hover::before {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in;
    background-image: url(../../../shared/user2023/img/common/hover_detail_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 26px;
    left: 50%;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    width: 131px;
    z-index: 2;
  }
  #timetable .session-list__card:hover::after {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in;
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(0deg);
    background-color: rgba(34, 50, 66, 0.88);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(2) rotate(0deg);
    transition: all 0.3s ease-in;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  body.is-fixed {
    position: fixed;
  }
  .inner {
    padding: 0 10px;
  }
  main {
    padding-top: 128px;
  }
  .footer__body-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    padding: 56px 22px 48px;
  }
  .footer__body-item {
    text-align: center;
  }
  .footer__body-item + .footer__body-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
  }
  .footer__foot-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    padding: 38px 24px;
  }
  .footer__logo--techMatrix img {
    width: 196px;
  }
  .footer__info {
    margin-top: 32px;
  }
  .footer__nav-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .footer__nav-share-list {
    margin-top: 4px;
  }
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__nav-list li + li {
    margin-top: 24px;
  }
  .footer__copy {
    margin-top: 48px;
  }
  .contact {
    padding: 40px 20px;
  }
  .contact .supplement-contact {
    margin-top: 4px;
  }
  .contact .grid-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
  }
  .contact .grid-contact + p {
    margin-top: 24px;
  }
  .contact .grid-contact-item {
    width: 100%;
  }
  .contact .grid-contact-item + .grid-contact-item {
    margin-left: 0;
    margin-top: 12px;
  }
  .c-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-grid-item {
    width: 100%;
  }
  .c-grid-item + .c-grid-item {
    margin-top: 12px;
  }
  .link__btn--tel, .link__btn--mail, .link__btn--type07, .link__btn--type06, .link__btn--type04, .link__btn--type03, .link__btn--type02, .link__btn--type05, .link__btn--type01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    width: 100%;
  }
  .link__btn--blank {
    padding-left: 24px;
    padding-right: 24px;
  }
  .link__btn--blank::after {
    right: 12px;
  }
  .link__btn--mail span {
    padding-left: 32px;
  }
  .link__btn--tel span {
    padding-left: 32px;
  }
  .link__txt-blank::after {
    margin-left: 0;
    vertical-align: bottom;
  }
  .modal--discussion, .modal--lecture, .modal--partner, .modal--session {
    margin-top: 8px;
    width: calc(100% - 20px);
  }
  .modal__in {
    max-height: 75vh;
  }
  .modal__description {
    max-height: 18.7em;
  }
  .modal__schedule {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal__date {
    margin-top: 8px;
  }
  .modal--session .modal__body {
    padding: 20px 20px 40px;
  }
  .modal--session .modal__body .date {
    font-size: 1.6rem;
  }
  .modal--lecture .modal__body {
    padding: 40px 20px;
  }
  .modal--discussion .modal__body {
    padding: 40px 20px;
  }
  #reg_timetable .tab-program ul li {
    margin-left: 8px;
  }
  #reg_timetable .tab-program ul li:first-child {
    margin-left: 0;
  }
  #reg_timetable .tab-program__contents.bg-day01:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day01_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day02:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day02_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day03:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day03_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day04:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day04_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents .theme__ttl {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #reg_timetable .tab-program__contents .theme__ttl .tag {
    padding: 8px 16px;
    width: auto;
  }
  #reg_timetable .tab-program__contents .theme__ttl .release-text {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  #reg_timetable .session-list {
    padding-bottom: 120px;
  }
  #reg_timetable .session-list .inner {
    padding: 0 20px;
  }
  #reg_timetable .session-list__ttl {
    margin-top: 40px;
  }
  #reg_timetable .session-list__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  #reg_timetable .contents-foot {
    margin-top: 8px;
  }
  #reg_timetable .contents-foot .float-button__wrap {
    margin: 0 auto;
    width: 280px;
  }
  #reg_timetable .contents-foot .float-button__wrap .tooltip {
    font-size: 1.1rem;
  }
  #login .grid-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  #login .grid-login-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  #login .grid-login-item + .grid-login-item {
    margin-top: 40px;
  }
  #login .box-login {
    margin-top: 24px;
    padding: 40px 20px;
  }
  #login .input-text {
    width: 100%;
  }
  #login .btn-login {
    max-width: 320px;
    width: 100%;
  }
  #mypage .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mypage .user-menu__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  #mypage .btn__logout {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 8px;
  }
  #mypage .btn__logout::after {
    margin-left: 0;
    vertical-align: bottom;
  }
  #mypage .list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mypage .list-link-item {
    width: 100%;
  }
  #mypage .list-link-item + .list-link-item {
    margin-top: 8px;
  }
  #mypage .list-link-btn span {
    width: 243px;
  }
  #mypage .list-link--txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mypage .list-link--txt .list-link-item + .list-link-item {
    margin-left: 0;
    margin-top: 16px;
  }
  #mypage .mylist-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mypage .mylist-item__link__ttl {
    font-size: 1.6rem;
  }
  #mypage .mylist-item__link__organize .logo {
    height: 40px;
    width: 80px;
  }
  #mypage .mylist-item__link__organize .name {
    font-size: 1.2rem;
  }
  #mypage .mylist-item__link__img {
    margin-left: 0;
    margin-top: 8px;
  }
  #mypage .modal {
    margin-top: 8px;
    padding: 40px 20px;
    width: calc(100% - 20px);
  }
  #mypage .modal__in {
    max-height: 75vh;
  }
  #form .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #form table tr {
    display: block;
  }
  #form table th, #form table td {
    display: block;
  }
  #form table th {
    width: 100%;
  }
  #form table th + td {
    border-left: 0;
    border-top: 1px solid #707070;
  }
  #form table td {
    padding: 20px;
    width: 100%;
  }
  #form table td:only-child {
    padding: 20px;
  }
  #form .input__list__item {
    width: 100%;
  }
  #form .input__list--txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #form .input__list--txt .input__list__item + .input__list__item {
    margin-left: 0;
    margin-top: 8px;
  }
  #form .input__list--txt .input__list__item:only-of-type .input__txt {
    width: 100%;
  }
  #form .input__list--checkbox .input__list__item + .input__list__item {
    margin-left: 0;
    margin-top: 20px;
  }
  #form .input__list--checkbox .input__list__item + .input__list__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #form .input__list--radio .input__list__item {
    width: 100%;
  }
  #form .input__list--radio .input__list__item + .input__list__item {
    margin-left: 0;
    margin-top: 20px;
  }
  #form .input__list--radio .input__list__item + .input__list__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #form .input__txt {
    width: 100%;
  }
  #form .input__select {
    width: 100%;
  }
  #form .input__radio + label {
    width: 100%;
  }
  #form .list__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #form .list__btn__item + .list__btn__item {
    margin-left: 0;
    margin-top: 30px;
  }
  #timetable .tab-program ul li {
    margin-left: 8px;
  }
  #timetable .tab-program ul li:first-child {
    margin-left: 0;
  }
  #timetable .tab-program__contents.bg-day01:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day01_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #timetable .tab-program__contents.bg-day02:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day02_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #timetable .tab-program__contents.bg-day03:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day03_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #timetable .tab-program__contents.bg-day04:before {
    background: url(../../../shared/user2023/img/common/bg_timetable_day04_sp.svg) no-repeat 50% 100%/100% auto;
    bottom: -15px;
  }
  #timetable .tab-program__contents .theme__ttl {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #timetable .tab-program__contents .theme__ttl .tag {
    padding: 8px 16px;
    width: auto;
  }
  #timetable .tab-program__contents .theme__ttl .release-text {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  #timetable .session-list {
    padding-bottom: 120px;
  }
  #timetable .session-list .inner {
    padding: 0 20px;
  }
  #timetable .session-list__ttl {
    margin-top: 40px;
  }
  #timetable .session-list__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  #timetable .session-list__card {
    margin-left: 5px;
    width: calc(50% - 2.5px);
  }
  #timetable .session-list__card:nth-child(4n+1) {
    margin-left: initial;
  }
  #timetable .session-list__card:nth-child(n+5) {
    margin-top: initial;
  }
  #timetable .session-list__card:nth-child(2n+1) {
    margin-left: 0;
  }
  #timetable .session-list__card:nth-child(n+3) {
    margin-top: 5px;
  }
  #timetable .session-list__card__info .date {
    font-size: 1rem;
    padding: 2px 6px;
  }
  #timetable .session-list__card__info .company p {
    font-size: 1.1rem;
    line-height: 1.1818181818;
  }
  #timetable .contents-foot {
    margin-top: 8px;
  }
  #timetable .contents-foot .float-button__wrap {
    margin: 0 auto;
    width: 280px;
  }
  #timetable .contents-foot .float-button__wrap .tooltip {
    font-size: 1.1rem;
  }
  .u-w100 {
    width: 100% !important;
  }
  .u-wauto {
    max-width: 100%;
  }
  .display-sp {
    display: block !important;
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .header__nav {
    width: 100%;
  }
  .header__nav-cnt {
    width: 100%;
  }
  .header__nav-lvl01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__nav-lvl01-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% + 8px);
  }
  .header__nav-share-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 232px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  #reg_timetable .tab-program__contents.bg-day01:before {
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day02:before {
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day03:before {
    bottom: -15px;
  }
  #reg_timetable .tab-program__contents.bg-day04:before {
    bottom: -15px;
  }
  #timetable .tab-program__contents.bg-day01:before {
    bottom: -24px;
  }
  #timetable .tab-program__contents.bg-day02:before {
    bottom: -24px;
  }
  #timetable .tab-program__contents.bg-day03:before {
    bottom: -24px;
  }
  #timetable .tab-program__contents.bg-day04:before {
    bottom: -24px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  #reg_timetable .session-list__box {
    margin-left: 0;
    margin-right: 0;
  }
  #timetable .session-list__box {
    margin-left: 0;
    margin-right: 0;
  }
}