@charset "UTF-8";
#ldn2022.cf-custom-content-02 .ribbon {
  font-size: 1.7rem;
  font-weight: bold;
  width: 170px;
  padding: 3px 10px;
  background: rgba(193, 3, 13, 0.9);
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 33px;
  left: -35px;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  z-index: 5;
}

#ldn2022 ul {
  list-style-type: none;
}

#ldn2022 #kv {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

#ldn2022 #kv img {
  width: 100%;
}

#ldn2022 #kv > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(193, 3, 13, 0.9);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}

#ldn2022 #kv > div small {
  font-size: 18px;
}

#ldn2022 #kv > div p {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.2em;
  text-align: center;
}

#ldn2022 #kv > div p small {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #ldn2022 #kv {
    margin-bottom: 5vw;
  }
  #ldn2022 #kv > div {
    position: static;
    font-size: 4vw;
  }
  #ldn2022 #kv > div p small {
    font-size: 3vw;
  }
}

#ldn2022 .event-catch-rib-outer {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#ldn2022 .event-catch-rib {
  display: inline-block;
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 15px auto 0 auto;
  padding: 0 2rem;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #b7030d;
}

#ldn2022 .event-catch-rib:before, #ldn2022 .event-catch-rib:after {
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  content: '';
  border: 20px solid #b7030d;
}

#ldn2022 .event-catch-rib:before {
  left: -25px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#ldn2022 .event-catch-rib:after {
  right: -25px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#ldn2022 .event-catch-rib span {
  position: relative;
  display: block;
}

#ldn2022 .lead {
  margin-bottom: 40px;
}

#ldn2022 .lead h3 {
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
}

#ldn2022 .lead p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}

#ldn2022 .lead p strong {
  background: #ff0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #ldn2022 .lead h3 {
    font-size: 5vw;
  }
  #ldn2022 .lead p {
    font-size: 3.5vw;
    text-align: left;
    margin-bottom: 10vw;
  }
}

#ldn2022 .column {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

#ldn2022 .column .column2 {
  border: solid 1px #003691;
  background: #fff;
  width: 704px;
  margin: auto;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#ldn2022 .column .column2 h3 {
  background: #003691;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
}

#ldn2022 .column .column2 .date {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#ldn2022 .column .column2 .date span {
  display: inline-block;
  background: #003691;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  padding: 0.2em;
  border-radius: 2em;
}

#ldn2022 .column .column2 p {
  margin-bottom: 0;
  padding: 0 1em 1em;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #ldn2022 .column {
    padding-bottom: 5vw;
  }
  #ldn2022 .column .column2 {
    width: 100%;
  }
  #ldn2022 .column .column2 h3 {
    font-size: 5vw;
  }
  #ldn2022 .column .column2 .date {
    font-size: 7vw;
  }
  #ldn2022 .column .column2 .date span {
    font-size: 4vw;
  }
  #ldn2022 .column .column2 p {
    font-size: 3.5vw;
  }
}

#ldn2022 .links, #ldn2022 .banners {
  max-width: 80%;
  margin: 0 auto 50px;
}

#ldn2022 .links ul li, #ldn2022 .banners ul li {
  margin-bottom: 20px;
}

#ldn2022 .links ul li a, #ldn2022 .links ul li > div, #ldn2022 .banners ul li a, #ldn2022 .banners ul li > div {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4em;
  padding: 0.5em 0;
  font-size: 20px;
  color: #fff;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#007591), to(#003691));
  background: -webkit-linear-gradient(left, #007591, #003691);
  background: -o-linear-gradient(left, #007591, #003691);
  background: linear-gradient(90deg, #007591, #003691);
  position: relative;
  line-height: 1.2em;
}

#ldn2022 .links ul li a:after, #ldn2022 .links ul li > div:after, #ldn2022 .banners ul li a:after, #ldn2022 .banners ul li > div:after {
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 0.8em);
  display: block;
  width: 1.7em;
  height: 1.7em;
  background: url(../images/2022/arrow-white.svg) center center/contain no-repeat;
}

#ldn2022 .links ul li a > ins, #ldn2022 .links ul li > div > ins, #ldn2022 .banners ul li a > ins, #ldn2022 .banners ul li > div > ins {
  position: absolute;
  left: 0;
  bottom: 0;
}

#ldn2022 .links ul li a.orange, #ldn2022 .links ul li > div.orange, #ldn2022 .banners ul li a.orange, #ldn2022 .banners ul li > div.orange {
  background: -webkit-gradient(linear, left top, right top, from(#ffa30f), to(#ff6e71));
  background: -webkit-linear-gradient(left, #ffa30f, #ff6e71);
  background: -o-linear-gradient(left, #ffa30f, #ff6e71);
  background: linear-gradient(90deg, #ffa30f, #ff6e71);
}

#ldn2022 .links ul li a.ldnred, #ldn2022 .links ul li > div.ldnred, #ldn2022 .banners ul li a.ldnred, #ldn2022 .banners ul li > div.ldnred {
  background: -webkit-gradient(linear, left top, right top, from(#b7030d), to(#91030d));
  background: -webkit-linear-gradient(left, #b7030d, #91030d);
  background: -o-linear-gradient(left, #b7030d, #91030d);
  background: linear-gradient(90deg, #b7030d, #91030d);
}

#ldn2022 .links ul li a > span > span, #ldn2022 .links ul li > div > span > span, #ldn2022 .banners ul li a > span > span, #ldn2022 .banners ul li > div > span > span {
  background: #fff;
  display: inline-block;
  color: #000;
  border-radius: 2em;
  font-size: 80%;
  padding: 0.2em 1em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#ldn2022 .links ul li a, #ldn2022 .banners ul li a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ldn2022 .links ul li a:hover, #ldn2022 .banners ul li a:hover {
  opacity: 0.7;
}

#ldn2022 .links ul li > div, #ldn2022 .banners ul li > div {
  background: #ccc;
}

#ldn2022 .links ul li > div > span, #ldn2022 .banners ul li > div > span {
  display: block;
  text-align: center;
  line-height: 1.1em;
}

#ldn2022 .links ul li > div > span small, #ldn2022 .banners ul li > div > span small {
  color: #003691;
  font-weight: bold;
  display: inline-block;
  background: #003691;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 1em;
  margin-top: 0.5em;
}

#ldn2022 .links ul li > div > span > span, #ldn2022 .banners ul li > div > span > span {
  color: #ccc;
}

#ldn2022 .links ul li > div:after, #ldn2022 .banners ul li > div:after {
  display: none;
}

#ldn2022 .links ul li.extra a, #ldn2022 .banners ul li.extra a {
  background: #fff;
  border: solid 3px #003691;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#ldn2022 .links ul li.extra a:after, #ldn2022 .banners ul li.extra a:after {
  display: none;
}

#ldn2022 .links ul li.extra a ins, #ldn2022 .banners ul li.extra a ins {
  position: static;
  width: 140px;
  margin-left: 10px;
}

#ldn2022 .links ul li.extra a ins img, #ldn2022 .banners ul li.extra a ins img {
  width: 100%;
}

#ldn2022 .links ul li.extra a .extra-title, #ldn2022 .banners ul li.extra a .extra-title {
  width: 90%;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#ldn2022 .links ul li.extra a .extra-title h4, #ldn2022 .banners ul li.extra a .extra-title h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  text-align: center;
  color: #003691;
}

#ldn2022 .links ul li.extra a .extra-title h4 strong, #ldn2022 .banners ul li.extra a .extra-title h4 strong {
  width: 80%;
  margin: auto;
  background: #c1030d;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 0.5em;
  padding: 0.2em 0;
}

#ldn2022 .links ul li.extra a .extra-title span, #ldn2022 .banners ul li.extra a .extra-title span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #000;
}

#ldn2022 .links ul li.extra a .more, #ldn2022 .banners ul li.extra a .more {
  text-align: center;
}

#ldn2022 .links ul li.extra a .more span, #ldn2022 .banners ul li.extra a .more span {
  display: inline-block;
  border: solid 1px #fff;
  font-size: 16px;
  padding: 0.2em 1em;
  border-radius: 100px;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  #ldn2022 .links, #ldn2022 .banners {
    max-width: 100%;
    margin-bottom: 10vw;
  }
  #ldn2022 .links ul li a, #ldn2022 .links ul li > div, #ldn2022 .banners ul li a, #ldn2022 .banners ul li > div {
    font-size: 3.5vw;
    padding-left: 4em;
    padding-right: 4em;
    height: 5em;
  }
  #ldn2022 .links ul li a > ins, #ldn2022 .links ul li > div > ins, #ldn2022 .banners ul li a > ins, #ldn2022 .banners ul li > div > ins {
    width: 20vw;
    margin-left: -5vw;
  }
  #ldn2022 .links ul li.extra a, #ldn2022 .banners ul li.extra a {
    height: auto;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3vw;
    padding-bottom: 5vw;
    display: block;
    width: 100%;
  }
  #ldn2022 .links ul li.extra a .extra-title, #ldn2022 .banners ul li.extra a .extra-title {
    margin-right: 0;
    width: 100%;
  }
  #ldn2022 .links ul li.extra a .extra-title h4, #ldn2022 .banners ul li.extra a .extra-title h4 {
    font-size: 4.2vw;
  }
  #ldn2022 .links ul li.extra a .extra-title h4 strong, #ldn2022 .banners ul li.extra a .extra-title h4 strong {
    font-size: 4vw;
    width: 90%;
  }
  #ldn2022 .links ul li.extra a .extra-title span, #ldn2022 .banners ul li.extra a .extra-title span {
    font-size: 3vw;
    padding-left: 15vw;
    text-align: left;
  }
  #ldn2022 .links ul li.extra a ins, #ldn2022 .banners ul li.extra a ins {
    width: 20vw;
    margin-left: -5vw;
    position: absolute;
  }
}

#ldn2022 .recommend {
  background: #f5f5f5;
  padding: 30px 50px;
}

#ldn2022 .recommend .wrapper {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#ldn2022 .recommend .wrapper section {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#ldn2022 .recommend .wrapper section h3 {
  font-size: 18px;
  border-top: 0;
  text-align: center;
  padding-top: 0;
  margin: 0 0 1em;
}

#ldn2022 .recommend .wrapper section h3:after {
  display: none;
}

#ldn2022 .recommend .wrapper section ul {
  width: 80%;
  margin: auto;
  border-top: solid 1px #ccc;
}

#ldn2022 .recommend .wrapper section ul li {
  border-bottom: solid 1px #ccc;
  font-size: 15px;
  height: 4em;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022 .recommend .wrapper section ul li a, #ldn2022 .recommend .wrapper section ul li span {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  border-left: solid 4px #003691;
  padding-left: 0.5em;
  color: #000;
  line-height: 1.4em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .recommend .wrapper section ul li a {
  background: url(../images/2022/arrow-blue.svg) right 0.5em center/1.5em no-repeat;
}

#ldn2022 .recommend .wrapper section ul li a:hover {
  background-color: #f5f5f5;
}

#ldn2022 .recommend .wrapper section ul li span {
  position: relative;
  color: #999;
  border-color: #7287BD;
}

#ldn2022 .recommend .wrapper section ul li span:after {
  content: "Coming Soon";
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  font-size: 90%;
  background: #f00;
  color: #fff;
  padding: 0 0.3em;
}

@media screen and (max-width: 768px) {
  #ldn2022 .recommend {
    padding: 5vw 3vw;
  }
  #ldn2022 .recommend .wrapper {
    display: block;
  }
  #ldn2022 .recommend .wrapper section {
    width: 100%;
    margin-bottom: 5vw;
  }
  #ldn2022 .recommend .wrapper section:last-child {
    margin-bottom: 0;
  }
  #ldn2022 .recommend .wrapper section h3 {
    font-size: 4vw;
  }
  #ldn2022 .recommend .wrapper section ul li a {
    font-size: 3.5vw;
  }
}

#ldn2022 .information {
  margin-bottom: 50px;
}

#ldn2022 .information section h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  font-size: 24px;
  padding: 0.5em 0.5em;
  border: solid 1px #ccc;
  border-top: solid 3px #003691;
}

#ldn2022 .information section h2 .event-page-icon, #ldn2022 .information section h2 i {
  opacity: 0.4;
  margin-right: 0.3em;
  font-size: 32px;
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 0.2em;
}

#ldn2022 .information section .detail dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 3px;
}

#ldn2022 .information section .detail dl dt, #ldn2022 .information section .detail dl dd {
  padding: 0.3em 0;
  font-size: 16px;
}

#ldn2022 .information section .detail dl dt {
  background: #003691;
  text-align: center;
  width: 7em;
  color: #fff;
  margin-right: 0.5em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022 .information section .detail dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

#ldn2022 .information section .detail dl dd strong {
  font-size: 22px;
  font-weight: bold;
}

#ldn2022 .information section .comingsoon {
  font-size: 32px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  height: 4em;
  font-weight: bold;
  color: #999;
}

#ldn2022 .information section .timetable-wrapper {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#ldn2022 .information section .timetable-wrapper .timetable {
  margin-right: 30px;
}

#ldn2022 .information section .timetable .date {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#ldn2022 .information section .timetable .date small {
  font-size: 20px;
}

#ldn2022 .information section .timetable table tr th, #ldn2022 .information section .timetable table tr td {
  font-size: 18px;
}

#ldn2022 .information section .timetable table tr th {
  background: #f5f5f5;
  text-align: right;
  padding-left: 2em;
  padding-right: 1em;
}

#ldn2022 .information section .applinks {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ldn2022 .information {
    margin-bottom: 10vw;
  }
  #ldn2022 .information section h2 {
    font-size: 5vw;
  }
  #ldn2022 .information section h2 i {
    font-size: 7vw;
  }
  #ldn2022 .information section .detail dl {
    display: block;
    margin-bottom: 3vw;
  }
  #ldn2022 .information section .detail dl dt, #ldn2022 .information section .detail dl dd {
    font-size: 4vw;
  }
  #ldn2022 .information section .detail dl dt {
    display: block;
    width: 100%;
  }
  #ldn2022 .information section .detail dl dd strong {
    font-size: 5vw;
  }
  #ldn2022 .information section .timetable-wrapper {
    display: block;
  }
  #ldn2022 .information section .timetable-wrapper .timetable {
    margin-right: 5vw;
  }
  #ldn2022 .information section .timetable .date {
    text-align: center;
    font-size: 8vw;
  }
  #ldn2022 .information section .timetable .date small {
    font-size: 6vw;
  }
  #ldn2022 .information section .timetable table {
    margin: auto;
    width: 100%;
  }
  #ldn2022 .information section .timetable table tr th, #ldn2022 .information section .timetable table tr td {
    font-size: 3.5vw;
  }
  #ldn2022 .information section .comingsoon {
    font-size: 5vw;
  }
}

#ldn2022 .back {
  text-align: right;
  margin-top: 30px;
}

#ldn2022 .back a {
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #c1030d;
  font-weight: bold;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
}

#ldn2022 .back a span {
  line-height: 1em;
  width: 100%;
  height: 42px;
  text-align: center;
  font-size: 60px;
}

#ldn2022 .back a.sticky {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

#ldn2022 #support h3 {
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  background: #283687;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
  margin: auto;
  position: relative;
  z-index: 1;
  line-height: 1.6em;
}

#ldn2022 #support h3 small {
  color: #0046ff;
  font-weight: bold;
  font-size: 75%;
}

@media screen and (max-width: 768px) {
  #ldn2022 #support h3 {
    width: 90%;
    height: 3em;
    font-size: 4vw;
  }
}

#ldn2022 #support .section {
  background: #f5f5f5;
  padding-bottom: 30px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px #ccc;
}

#ldn2022 #support .section.blue {
  background: #F1F8FE;
  border-color: #0046ff;
}

#ldn2022 #support .section p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#ldn2022 #support .section ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ldn2022 #support .section ul li {
  width: 49%;
  margin-bottom: 10px;
}

#ldn2022 #support .section ul li a {
  font-size: 16px;
  padding-left: 1em;
  height: 4em;
  background-size: 1.5em;
  border-bottom: solid 1px  #ccc;
  display: block;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  line-height: 1.4em;
  background: url(../images/event-th-bg.svg) right 1em center no-repeat #fff;
}

#ldn2022 #support .section ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #ldn2022 #support .section p {
    font-size: 3.5vw;
  }
  #ldn2022 #support .section ul li {
    width: 100%;
  }
  #ldn2022 #support .section ul li a {
    font-size: 3.2vw;
  }
}

#ldn2022 .ldn-contents section article {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article {
    margin-bottom: 10vw;
  }
}

#ldn2022 .ldn-contents section article h3 {
  background: #c1030d;
  color: #fff;
  font-size: 24px;
  padding: 0.5em 1em;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article h3 {
    font-size: 4.5vw;
    line-height: 1.4em;
  }
}

#ldn2022 .ldn-contents section article h4 {
  border-top: solid 1px #003691;
  position: relative;
  font-size: 24px;
  color: #003691;
  width: 100%;
  padding: 0.5em 0;
  background: #f5f5f5;
  padding-left: 0.5em;
}

#ldn2022 .ldn-contents section article h4:after {
  content: "";
  width: 10em;
  height: 3px;
  background: #003691;
  position: absolute;
  left: 0;
  top: 0;
}

#ldn2022 .ldn-contents section article h5 {
  border-left: solid 3px #003691;
  padding: 0.5em 1em;
  background: #f5f5f5;
  font-size: 18px;
}

#ldn2022 .ldn-contents section article h5 strong {
  display: inline-block;
  background: #c1030d;
  color: #fff;
  padding: 0.1em 0.6em 0.2em;
  border-radius: 2em;
  margin-right: 0.5em;
  font-size: 17px;
}

#ldn2022 .ldn-contents section article h5.strong {
  background: none;
  font-size: 24px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  background: -webkit-gradient(linear, left top, right top, from(#c2080e), to(#d28f27));
  background: -webkit-linear-gradient(left, #c2080e, #d28f27);
  background: -o-linear-gradient(left, #c2080e, #d28f27);
  background: linear-gradient(90deg, #c2080e, #d28f27);
  color: #fff;
  font-weight: bold;
  border: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article h5 {
    font-size: 4vw;
    line-height: 1.4em;
  }
  #ldn2022 .ldn-contents section article h5 strong {
    font-size: 3.5vw;
  }
  #ldn2022 .ldn-contents section article h5.strong {
    font-size: 4vw;
  }
}

#ldn2022 .ldn-contents section article.extra {
  padding: 0 10px 10px;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#ldn2022 .ldn-contents section article p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article p {
    font-size: 3.5vw;
  }
}

#ldn2022 .ldn-contents section article .date {
  font-size: 16px;
}

#ldn2022 .ldn-contents section article .date strong {
  font-size: 30px;
  font-weight: bold;
}

#ldn2022 .ldn-contents section article .block {
  margin-bottom: 40px;
}

#ldn2022 .ldn-contents section article .block:last-child {
  margin-bottom: 0;
}

#ldn2022 .ldn-contents section article .schedule table {
  width: 100%;
}

#ldn2022 .ldn-contents section article .schedule table thead tr th, #ldn2022 .ldn-contents section article .schedule table thead tr td {
  background: #F1F8FE;
}

#ldn2022 .ldn-contents section article ul.event-list {
  list-style-type: disc;
  padding-left: 1.5em;
}

#ldn2022 .ldn-contents section article ul.event-list li {
  font-size: 16px;
  margin-bottom: 0.5em;
}

#ldn2022 .ldn-contents section article ul.event-list li .fontbold {
  font-size: inherit;
  font-weight: bold;
}

#ldn2022 .ldn-contents section article ol.event-list {
  padding-left: 1.5em;
}

#ldn2022 .ldn-contents section article ol.event-list li {
  font-size: 16px;
  margin-bottom: 0.5em;
}

#ldn2022 .ldn-contents section article ol.event-list li .fontbold {
  font-size: inherit;
  font-weight: bold;
}

#ldn2022 .ldn-contents section article ul.step {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: solid 1px #ccc;
}

#ldn2022 .ldn-contents section article ul.step li {
  width: 100%;
  border-right: solid 1px #ccc;
}

#ldn2022 .ldn-contents section article ul.step li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 10px 40px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .ldn-contents section article ul.step li a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: calc(50% - 10px);
  border-right: solid 2px #c1030d;
  border-bottom: solid 2px #c1030d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .ldn-contents section article ul.step li a ins {
  position: absolute;
  left: 3%;
  top: -1em;
  display: block;
  padding: 0.3em 3.5em 0.3em 0.5em;
  background: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  color: #c1030d;
}

#ldn2022 .ldn-contents section article ul.step li a ins strong {
  position: absolute;
  right: 0.2em;
  bottom: 0.1em;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  color: inherit;
}

#ldn2022 .ldn-contents section article ul.step li a .banner {
  background: #c1030d;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 0.2em 0;
  text-align: center;
  border-radius: 2em;
  margin-bottom: 0.5em;
}

#ldn2022 .ldn-contents section article ul.step li a .banner.blank {
  opacity: 0;
}

#ldn2022 .ldn-contents section article ul.step li a p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0;
  text-align: center;
}

#ldn2022 .ldn-contents section article ul.step li a:hover {
  background: #f5f5f5;
}

#ldn2022 .ldn-contents section article ul.step li a:hover:after {
  bottom: 0;
}

#ldn2022 .ldn-contents section article ul.step li:last-child {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article ul.step {
    display: block;
    border: 0;
  }
  #ldn2022 .ldn-contents section article ul.step li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a {
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8vw 0 5vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a ins {
    position: static;
    padding-right: 0.5em;
    font-size: 4vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a ins strong {
    display: inline-block;
    position: static;
    vertical-align: bottom;
    font-size: 8vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    font-size: 3.5vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a .banner.blank {
    display: none;
  }
  #ldn2022 .ldn-contents section article ul.step li a p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 5vw;
    padding-right: 5vw;
  }
  #ldn2022 .ldn-contents section article ul.step li a:after {
    bottom: 50%;
    right: 3vw;
    width: 5vw;
    height: 5vw;
  }
}

#ldn2022 .ldn-contents section article .special-title {
  font-size: 30px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#c2080e), to(#d28f27));
  background: -webkit-linear-gradient(left, #c2080e, #d28f27);
  background: -o-linear-gradient(left, #c2080e, #d28f27);
  background: linear-gradient(90deg, #c2080e, #d28f27);
  padding-left: 0.5em;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .special-title {
    font-size: 6vw;
  }
}

#ldn2022 .ldn-contents section article .step-wrapper {
  padding-top: 5px;
}

#ldn2022 .ldn-contents section article .step-wrapper h6 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #c1030d;
}

#ldn2022 .ldn-contents section article .step-wrapper h6.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022 .ldn-contents section article .step-wrapper h6 span {
  background: #c1030d;
  color: #fff;
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 2em;
  margin-right: 0.5em;
}

#ldn2022 .ldn-contents section article .step-wrapper h6 div {
  font-size: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#ldn2022 .ldn-contents section article .step-wrapper h6 ins {
  margin-right: 0.3em;
}

#ldn2022 .ldn-contents section article .step-wrapper h6 ins img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .step-wrapper h6 {
    font-size: 4vw;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ldn2022 .ldn-contents section article .step-wrapper h6 span {
    display: block;
    margin-bottom: 2vw;
  }
}

#ldn2022 .ldn-contents section article .step-wrapper .register {
  margin-bottom: 30px;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table {
  width: 100%;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table th {
  background: #c1030d;
  color: #fff;
  text-align: center;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table td.nowrap {
  white-space: nowrap;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table tr td:nth-child(1) {
  white-space: nowrap;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table tr td a.btn-register, #ldn2022 .ldn-contents section article .step-wrapper .register table tr td span {
  display: inline-block;
  white-space: nowrap;
  background: #c1030d;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em;
  border-radius: 0.2em;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#ldn2022 .ldn-contents section article .step-wrapper .register table tr td a.btn-register {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table tr td a.btn-register:hover {
  opacity: 0.7;
}

#ldn2022 .ldn-contents section article .step-wrapper .register table tr td span {
  background: #ccc;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

#ldn2022 .ldn-contents section article .step-wrapper .register.comingsoon {
  background: #f5f5f5;
  font-style: italic;
  font-weight: bold;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003691;
  font-size: 30px;
  height: 5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .step-wrapper .register {
    margin-bottom: 5vvw;
    overflow-x: auto;
  }
  #ldn2022 .ldn-contents section article .step-wrapper .register table tr th, #ldn2022 .ldn-contents section article .step-wrapper .register table tr td {
    font-size: 3.5vw;
  }
  #ldn2022 .ldn-contents section article .step-wrapper .register.comingsoon {
    font-size: 6vw;
    height: 4em;
  }
}

#ldn2022 .ldn-contents section article ul.step2 {
  border: solid 1px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

#ldn2022 .ldn-contents section article ul.step2 li {
  border-bottom: 1px solid #ccc;
}

#ldn2022 .ldn-contents section article ul.step2 li:last-child {
  border-bottom: 0;
}

#ldn2022 .ldn-contents section article ul.step2 li > a, #ldn2022 .ldn-contents section article ul.step2 li > span {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  padding: 5px 2.5em 5px 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.4em;
}

#ldn2022 .ldn-contents section article ul.step2 li > a:hover, #ldn2022 .ldn-contents section article ul.step2 li > span:hover {
  opacity: 0.7;
}

#ldn2022 .ldn-contents section article ul.step2 li > a span, #ldn2022 .ldn-contents section article ul.step2 li > span span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#ldn2022 .ldn-contents section article ul.step2 li > a ins, #ldn2022 .ldn-contents section article ul.step2 li > span ins {
  display: block;
  background: #c1030d;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  width: 6em;
  padding: 0.5em 0;
  text-align: center;
  font-size: 20px;
  margin-right: 0.5em;
}

#ldn2022 .ldn-contents section article ul.step2 li > a:after, #ldn2022 .ldn-contents section article ul.step2 li > span:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/2022/arrow-red.svg) center center/contain no-repeat;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.7em);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .ldn-contents section article ul.step2 li > a.slider:after, #ldn2022 .ldn-contents section article ul.step2 li > span.slider:after {
  background-image: url(../images/2022/arrow-blue.svg);
}

#ldn2022 .ldn-contents section article ul.step2 li > a.open:after, #ldn2022 .ldn-contents section article ul.step2 li > span.open:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#ldn2022 .ldn-contents section article ul.step2 li > span:hover {
  opacity: 1;
}

#ldn2022 .ldn-contents section article ul.step2 li > span:after {
  display: none;
}

#ldn2022 .ldn-contents section article ul.step2 li .child {
  padding-bottom: 10px;
  padding-top: 10px;
}

#ldn2022 .ldn-contents section article ul.step2 li .child p {
  font-size: 16px;
  padding: 1em;
  margin-bottom: 0;
}

#ldn2022 .ldn-contents section article ul.step2 li .child .child-link {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 90%;
  margin: auto;
}

#ldn2022 .ldn-contents section article ul.step2 li .child .child-link a {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  height: 7em;
  border-radius: 10px;
  border: solid 1px #ccc;
  color: #000;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .ldn-contents section article ul.step2 li .child .child-link a span {
  display: inline-block;
  background: #c1030d;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 2em;
  margin-top: 0.3em;
}

#ldn2022 .ldn-contents section article ul.step2 li .child .child-link a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article ul.step2 li > a {
    font-size: 3.5vw;
    display: block;
    padding-right: 2.5em;
  }
  #ldn2022 .ldn-contents section article ul.step2 li > a ins {
    font-size: 3.5vw;
    padding: 0.2em 0;
    margin-bottom: 0.3em;
  }
  #ldn2022 .ldn-contents section article ul.step2 li .child {
    padding-bottom: 3vw;
  }
  #ldn2022 .ldn-contents section article ul.step2 li .child p {
    font-size: 3.5vw;
  }
  #ldn2022 .ldn-contents section article ul.step2 li .child .child-link {
    display: block;
  }
  #ldn2022 .ldn-contents section article ul.step2 li .child .child-link a {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 3.5vw;
    height: 6em;
  }
}

#ldn2022 .ldn-contents section article .step-index h5 {
  background: none;
  border: 0;
  position: relative;
}

#ldn2022 .ldn-contents section article .step-index h5 .step3-title-feature {
  position: absolute;
  left: 4%;
  top: -30px;
  width: 120px;
  max-height: 10000%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .step-index h5 .step3-title-feature {
    left: 1%;
    top: -5vw;
    width: 22vw;
  }
}

#ldn2022 .ldn-contents section article .step-index ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#ldn2022 .ldn-contents section article .step-index ul li {
  width: 32%;
  border-radius: 20px;
  border: solid 1px #ccc;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#ldn2022 .ldn-contents section article .step-index ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

#ldn2022 .ldn-contents section article .step-index ul li a h6 {
  background: url(../feature1/images/step-list-title-bg.svg) left 150px top/auto 100% no-repeat #c1030d;
  margin: 0;
  padding: 5px 0;
  padding-left: 5%;
  font-size: 18px;
  color: #fff;
}

#ldn2022 .ldn-contents section article .step-index ul li a h6 img {
  vertical-align: middle;
}

#ldn2022 .ldn-contents section article .step-index ul li a p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1em 0;
  margin-bottom: 0;
  height: 6em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022 .ldn-contents section article .step-index ul li a > div {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022 .ldn-contents section article .step-index ul li a ins {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#ldn2022 .ldn-contents section article .step-index ul li a ins img {
  text-decoration: none;
  width: 100px;
}

#ldn2022 .ldn-contents section article .step-index ul li a:after {
  content: "";
  background: url(../feature1/images/step3-arrow.svg) center center no-repeat #ffb100;
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ldn2022 .ldn-contents section article .step-index ul li a.slider:after {
  background-color: #f5f5f5;
}

#ldn2022 .ldn-contents section article .step-index ul li.ended a {
  position: relative;
}

#ldn2022 .ldn-contents section article .step-index ul li.ended a:after {
  content: "終了しました";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 26px;
  font-weight: bold;
}

#ldn2022 .ldn-contents section article .step-index ul li.ended:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#ldn2022 .ldn-contents section article .step-index ul li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .step-index ul li {
    border-radius: 3vw;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a {
    padding-bottom: 5vw;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a h6 {
    background-position: left 20vw top;
    font-size: 4vw;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a h6 img {
    height: 6vw;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a p {
    font-size: 3vw;
    height: 7em;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a p br {
    display: none;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a ins {
    margin-bottom: 3vw;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a ins img {
    width: 45%;
  }
  #ldn2022 .ldn-contents section article .step-index ul li a:after {
    height: 5vw;
    background-size: auto 50%;
  }
  #ldn2022 .ldn-contents section article .step-index ul li.ended a:after {
    font-size: 3.8vw;
  }
}

#ldn2022 .ldn-contents section article .step-index .child {
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  margin-top: 20px;
}

#ldn2022 .ldn-contents section article .step-index .child p {
  font-size: 16px;
  padding: 1em;
  margin-bottom: 0;
}

#ldn2022 .ldn-contents section article .step-index .child .child-link {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 90%;
  margin: auto;
}

#ldn2022 .ldn-contents section article .step-index .child .child-link a {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  height: 7em;
  border-radius: 10px;
  border: solid 1px #ccc;
  color: #000;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ldn2022 .ldn-contents section article .step-index .child .child-link a span {
  display: inline-block;
  background: #c1030d;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 2em;
  margin-top: 0.3em;
}

#ldn2022 .ldn-contents section article .step-index .child .child-link a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section article .step-index .child {
    padding-bottom: 3vw;
  }
  #ldn2022 .ldn-contents section article .step-index .child p {
    font-size: 3.5vw;
  }
  #ldn2022 .ldn-contents section article .step-index .child .child-link {
    display: block;
  }
  #ldn2022 .ldn-contents section article .step-index .child .child-link a {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 3vw;
    height: 6em;
  }
}

#ldn2022 .ldn-contents section article .step-index.step-index-special ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ldn2022 .ldn-contents section article .step-index.step-index-special ul li {
  width: 49%;
  margin-bottom: 20px;
}

#ldn2022 .ldn-contents section article .step-index.step-index-special ul li a h6 {
  background-position: left 200px top;
}

#ldn2022 .ldn-contents section article .faq dl {
  margin-bottom: 20px;
}

#ldn2022 .ldn-contents section article .faq dl dt {
  background: url(../images/faq-q.svg) left 0.5em top 0.4em/1.5em auto no-repeat #f5f5f5;
  font-size: 16px;
  padding: 0.5em 1em 0.5em 2.5em;
  margin-bottom: 0.3em;
}

#ldn2022 .ldn-contents section article .faq dl dd {
  font-size: 16px;
  background: url(../images/faq-a.svg) left 0.5em top/1.5em auto no-repeat;
  padding-left: 2.5em;
  padding-top: 0.2em;
  min-height: 2em;
}

#ldn2022 .ldn-contents section article .faq dl dd .applinks {
  text-align: center;
  padding-top: 0.5em;
}

#ldn2022 .ldn-contents section .fukidashi {
  padding-bottom: 15px;
}

#ldn2022 .ldn-contents section .fukidashi span {
  display: inline-block;
  border: solid 1px #333;
  border-radius: 2em;
  padding: 0.4em 2em 0.6em;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  position: relative;
}

#ldn2022 .ldn-contents section .fukidashi span:after {
  content: "";
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: #fff;
  position: absolute;
  left: 48%;
  bottom: -0.5em;
}

#ldn2022 .ldn-contents section .fukidashi.fukidashi-blue span {
  background: #003691;
  color: #fff;
}

#ldn2022 .ldn-contents section .fukidashi.fukidashi-blue span:after {
  background: #003691;
}

@media screen and (max-width: 768px) {
  #ldn2022 .ldn-contents section .fukidashi span {
    font-size: 3.5vw;
  }
}

#ldn2022 .sticker {
  text-align: center;
  margin-bottom: 30px;
}

#ldn2022 .sticker a {
  border: 1px solid #b7030d;
  display: inline-block;
}

.cfnt {
  padding-top: 20px;
}

.cfnt .cfnt--main--container .cfnt--main--article {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 5px 10px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cfnt .cfnt--main--container .cfnt--main--article .left {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cfnt .cfnt--main--container .cfnt--main--article .left .date {
  background: #003691;
  color: #fff;
  font-weight: bold;
  min-width: 10em;
  text-align: center;
  padding: 0.2em 1em;
  border-radius: 15px;
  margin-right: 20px;
}

.cfnt .cfnt--main--container .cfnt--main--article .left .date.online {
  background: #6567d0;
}

.cfnt .cfnt--main--container .cfnt--main--article .left .date.real {
  background: #f0b81b;
}

.cfnt .cfnt--main--container .cfnt--main--article .left .date.end {
  background: #ccc;
}

.cfnt .cfnt--main--container .cfnt--main--article .left > p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6em;
}

.cfnt .cfnt--main--container .cfnt--main--article .left > p strong {
  font-size: inherit;
}

.cfnt .cfnt--main--container .cfnt--main--article .right {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cfnt .cfnt--main--container .cfnt--main--article .info {
  margin-right: 20px;
}

.cfnt .cfnt--main--container .cfnt--main--article .info dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cfnt .cfnt--main--container .cfnt--main--article .info dl dt {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 0.2em 1em;
  margin-right: 10px;
  height: 1.5em;
  white-space: nowrap;
}

.cfnt .cfnt--main--container .cfnt--main--article .info dl dd {
  font-size: 14px;
}

.cfnt .cfnt--main--container .cfnt--main--article .info dl.date dd {
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .cfnt .cfnt--main--container .cfnt--main--article {
    display: block;
    padding: 3vw;
    margin-bottom: 5vw;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .left {
    display: block;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .left .date {
    font-size: 3.5vw;
    margin-right: 0;
    border-radius: 2em;
    margin-bottom: 2vw;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .left p {
    font-size: 3.5vw;
    font-weight: bold;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .right {
    display: block;
    text-align: center;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .info {
    margin-right: 0;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .info dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .info dl dt {
    font-size: 2.5vw;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .info dl dd {
    font-size: 3vw;
  }
  .cfnt .cfnt--main--container .cfnt--main--article .info dl.date dd {
    font-size: 5vw;
  }
}

.cfnt .cfnt-sholder-link {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(246px - 1em);
  height: 52px;
  padding-right: 1em;
  background: url(https://s3-ap-northeast-1.amazonaws.com/disco-production/static-content/ja/contents/front-top-page/images/arrow-right-white.svg) right 1em center/1.2em no-repeat #0046ff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 black;
  box-shadow: 3px 3px 0 black;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.cfnt .cfnt-sholder-link.small {
  width: auto;
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3em;
  padding-left: 1em;
}

.cfnt .cfnt-sholder-link.center {
  padding-right: 0.7em;
}

@media screen and (max-width: 768px) {
  .cfnt .cfnt-sholder-link {
    min-width: 50vw;
    height: 3em;
    font-size: 3.5vw;
    padding-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin: auto;
    border-radius: 1em;
  }
  .cfnt .cfnt-sholder-link.small {
    padding: 0.2em 0;
    min-width: 50vw;
  }
}

#ldn2022.seminar {
  position: static;
}

/* セミナーテーブル*/
.cf-custom-content-02.seminarschedule h1 {
  position: relative;
  padding: .5em .75em;
  margin: 2rem 0;
  background-color: #f6f6f6;
  font-size: 2.3rem;
  font-weight: normal;
}

.cf-custom-content-02.seminarschedule h1::before {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 20%;
  height: 30%;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .2em;
}

.cf-custom-content-02.seminarschedule h1::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 20%;
  height: 30%;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .2em;
}

.cf-custom-content-02.seminarschedule .tb01 {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 30px 0;
}

.cf-custom-content-02.seminarschedule .tb01 .head {
  background: rgba(39, 159, 0, 0.4) !important;
  font-weight: 700 !important;
}

.cf-custom-content-02.seminarschedule .tb01 th {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf-custom-content-02.seminarschedule .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf-custom-content-02.seminarschedule .cl1 {
  width: 130px;
  font-weight: 400;
  white-space: nowrap;
}

.cf-custom-content-02.seminarschedule .cl2 {
  width: 40%;
}

@media screen and (max-width: 599px) {
  .cf-custom-content-02 .tb01 {
    border: none !important;
    border-bottom: solid 1px #ccc !important;
  }
  .cf-custom-content-02 .tb01 tbody {
    border: none !important;
  }
  .cf-custom-content-02 .tb01 tr {
    border: none !important;
  }
  .cf-custom-content-02 .tb01 .head {
    display: none;
  }
  .cf-custom-content-02 .tb01 th {
    background: rgba(39, 159, 0, 0.4);
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .cf-custom-content-02 .tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    line-height: 1.8;
    text-align: left;
  }
  .cf-custom-content-02 .tb01 td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px;
    display: inline;
    font-size: 80%;
    color: #999;
  }
  .cf-custom-content-02 .cl1 {
    width: 100%;
    font-weight: 700;
  }
  .cf-custom-content-02 .cl2 {
    width: 100%;
  }
}

#ldn2022.ldn_seminar {
  max-width: 840px;
  margin: auto;
  padding: 0 20px;
}

#ldn2022.ldn_seminar .entry table {
  margin-bottom: 50px;
}

#ldn2022.ldn_seminar .entry table th, #ldn2022.ldn_seminar .entry table td {
  font-size: 20px;
}

#ldn2022.ldn_seminar .entry table th {
  background: #c1030d;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
}

#ldn2022.ldn_seminar .entry table td {
  font-weight: bold;
}

#ldn2022.ldn_seminar .entry ul li {
  border-left: solid 3px #c1030d;
  padding-left: 12px;
  margin-bottom: 5px;
}

#ldn2022.ldn_seminar .entry ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ldn2022.ldn_seminar .entry ul li dl.vertical {
  display: block;
}

#ldn2022.ldn_seminar .entry ul li dl.vertical dd {
  margin-top: 10px;
}

#ldn2022.ldn_seminar .entry ul li dl dt, #ldn2022.ldn_seminar .entry ul li dl dd {
  font-size: 20px;
  font-weight: bold;
}

#ldn2022.ldn_seminar .entry ul li dl dt {
  font-size: 24px;
  margin-right: 1em;
}

#ldn2022.ldn_seminar .entry ul li dl dd > a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #0046ff;
  border-radius: .2em;
  font-weight: bold;
  padding: 0.5em 1em;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  #ldn2022.ldn_seminar .entry table tr th, #ldn2022.ldn_seminar .entry table tr td {
    font-size: 4vw;
  }
  #ldn2022.ldn_seminar .entry ul li {
    margin-bottom: 6vw;
    background: #f5f5f5;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #ldn2022.ldn_seminar .entry ul li dl {
    display: block;
  }
  #ldn2022.ldn_seminar .entry ul li dl dt {
    font-size: 5vw;
  }
  #ldn2022.ldn_seminar .entry ul li dl dd {
    padding-top: 3vw;
  }
  #ldn2022.ldn_seminar .entry ul li dl dd > a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #ldn2022.en .ldn-contents section article .step-index h5 .step3-title-feature {
    left: -4vw;
    width: 15vw;
    top: -2vw;
  }
}

#ldn2022.en .ldn-contents section article .step-index ul li.ended a:after {
  content: "The event has ended.";
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ldn2022.en .ldn-contents section article .step-index ul li.ended a:after {
    font-size: 4vw;
  }
}

.cf-custom-content-02 .event-info-timetable {
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: #f2f2f2;
  margin: 32px 0;
}

.cf-custom-content-02 .event-info-timetable-tit {
  position: absolute;
  padding: 8px 12px;
  top: 0;
  left: 0;
  background-color: #c61d09;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.cf-custom-content-02 .event-info-sub {
  padding: 0;
  border: 5px solid #f2f2f2;
}

.cf-custom-content-02 .event-info-sub th {
  background: #d55b4e;
  border-top: 0px solid #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
  border-right: 0px solid #fff;
  border-left: 15px solid #f2f2f2;
  color: #fff;
  padding: 4px 20px;
  text-align: right;
  min-width: 94px;
}

.cf-custom-content-02 .event-info-sub td {
  background: #fff;
  border-top: 5px solid #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #fff;
  padding: 4px 20px;
  font-weight: 400;
  line-height: 20px;
}

.cf-custom-content-02 .event-info-sub-day {
  margin: 10px 0 0 0;
  font-weight: 700;
}
