/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ======== add reset css ======== */
h1,
h2,
h3,
p {
  margin: 0;
}
body {
  font-family:
    "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo",
    "MS PGothic", sans-serif;
  box-sizing: border-box;
  line-height: 150%;
}

/* ======== var ======== */
:root {
  --main-gold-color: #ad8b47;
  --main-text-color: #19232d;
  --button-color: #f2cc52;
  --button-shadow: #d7af2e;
  --main-gold-border: #dacdb3;
  --bg-gold-color: #f1efe0;
  --media-pc-width: 768px;
  --media-sp-width: 767px;
  --media-content-width: 1029px;
}

/* ======== Utility css ======== */
.violation-wrap {
    display: none!important;
}
.u-center {
  text-align: center;
}
.u-color-gold {
  color: var(--main-gold-color);
}
.u-flex {
  display: flex;
}
.u-reading150 {
  line-height: 150%;
}
.u-reading165 {
  line-height: 165%;
}
.u_page-padding {
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
.u-text-sm {
  font-size: 0.8125rem;
}
.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}
/* title */
.u-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
}
.u-title._line {
  display: flex;
  gap: 16px;
  align-items: center;
  white-space: nowrap;
}
.u-title._line::before,
.u-title._line::after {
  background:
    linear-gradient(90deg, #fff 2px, #0000 1%) 50%,
    linear-gradient(#fff 2px, #0000 1%) 50%,
    var(--main-gold-color);
  background-position: 0 0;
  background-size: 3px 3px;
  height: 9px;
  width: 100%;
  content: "";
}
/* button */
.u-button {
}
.u-button._large {
  max-width: 650px;
  width: 100%;
}
.u-button._mv_button {
  width: fit-content;
}
.u-button._mv_button .u-button_wrap {
  padding-bottom: 24px;
}
.u-button._mv_button._arrow .u-button_wrap:after {
  transform: rotate(90deg);
  width: 8px;
  height: 16px;
  left: 0;
  right: 0;
  top: initial;
  bottom: 8px;
}
.u-button._arrow .u-button_wrap:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background: var(--main-text-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-button .u-button_wrap {
  position: relative;
  background-color: var(--button-color);
  border-radius: 6px;
  box-shadow: 0 4px 0 0 var(--button-shadow);
  display: block;
  color: var(--main-text-color);
  text-decoration: none;
  text-align: center;
  padding: 16px;
}
.u-button .u-button_wrap:hover {
  filter: brightness(110%);
}
  .u-button._mv_button {
    position: fixed;
    top: 16px;
    right: 16px;
  }
@media screen and (max-width: 767px) {
  .u-button._mv_button {
    position:relative;
    max-width: 300px;
    width: 100%;
  }
}
/* display only */
@media screen and (min-width: 768px) {
  .pc_only {
    display: initial;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: initial;
  }
}

/* padding */
.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-mb64 {
  margin-bottom: 64px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb160 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 768px) {
  .u-mb8_pc {
    margin-bottom: 8px !important;
  }
  .u-mb16_pc {
    margin-bottom: 16px !important;
  }
  .u-mb24_pc {
    margin-bottom: 24px !important;
  }
  .u-mb32_pc {
    margin-bottom: 32px !important;
  }
  .u-mb40_pc {
    margin-bottom: 40px !important;
  }
  .u-mb48_pc {
    margin-bottom: 48px !important;
  }
  .u-mb64_pc {
    margin-bottom: 64px !important;
  }
  .u-mb80_pc {
    margin-bottom: 80px !important;
  }
  .u-mb160_pc {
    margin-bottom: 160px !important;
  }
  .u-mb8_sp {
    margin-bottom: initial !important;
  }
  .u-mb16_sp {
    margin-bottom: initial !important;
  }
  .u-mb24_sp {
    margin-bottom: initial !important;
  }
  .u-mb32_sp {
    margin-bottom: initial !important;
  }
  .u-mb40_sp {
    margin-bottom: initial !important;
  }
  .u-mb48_sp {
    margin-bottom: initial !important;
  }
  .u-mb64_sp {
    margin-bottom: initial !important;
  }
  .u-mb80_sp {
    margin-bottom: initial !important;
  }
  .u-mb160_sp {
    margin-bottom: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb8_pc {
    margin-bottom: initial !important;
  }
  .u-mb16_pc {
    margin-bottom: initial !important;
  }
  .u-mb24_pc {
    margin-bottom: initial !important;
  }
  .u-mb32_pc {
    margin-bottom: initial !important;
  }
  .u-mb40_pc {
    margin-bottom: initial !important;
  }
  .u-mb48_pc {
    margin-bottom: initial !important;
  }
  .u-mb64_pc {
    margin-bottom: initial !important;
  }
  .u-mb80_pc {
    margin-bottom: initial !important;
  }
  .u-mb160_pc {
    margin-bottom: initial !important;
  }
  .u-mb8_sp {
    margin-bottom: 8px !important;
  }
  .u-mb16_sp {
    margin-bottom: 16px !important;
  }
  .u-mb24_sp {
    margin-bottom: 24px !important;
  }
  .u-mb32_sp {
    margin-bottom: 32px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb48_sp {
    margin-bottom: 48px !important;
  }
  .u-mb64_sp {
    margin-bottom: 64px !important;
  }
  .u-mb80_sp {
    margin-bottom: 80px !important;
  }
  .u-mb160_sp {
    margin-bottom: 160px !important;
  }
}

/* ======== l_contents css ======== */
.l_contents {
  color: var(--main-text-color);
}
.l_contents .l-main-visual {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-color: #f1efe0;
  position: relative;
}
.l_contents .l-main-visual::after {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../img/mv_under-line.png);
  background-repeat: repeat-x;
}
.l_contents .l-main-visual .l-main-visual_bg {
  min-height: 450px;
  max-width: 1440px;
  background-image: url(../img/mv_bg_pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.l_contents .l-main-visual .l-main-visual_img {
  width: 100%;
  max-width: 571px;
  max-height: 200px;
  aspect-ratio: 571/200;
  padding-top: 32px;
}
.l_contents .l-main-visual .l-main-visual_time {
  width: 100%;
  max-width: 305px;
  max-height: 49px;
  aspect-ratio: 305/49;
}
.l_contents .l-lead .l-lead-text {
  line-height: 170%;
  letter-spacing: 0.72px;
  font-size: 1.125rem;
}
.l_contents .l-speaker_member .l-speaker_list {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l_contents .l-speaker_member .l-speaker_list img {
  width: 190px;
  height: 190px;
  aspect-ratio: 1/1;
}
.l_contents .l-speaker_member .l-speaker_list li {
  text-align: center;
}
.l_contents .l-speaker_member .l-speaker_list .l-speaker_name span {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.72px;
  font-weight: 700;
}
.l_contents .l_points .l_point_wrap .l_point_width {
  max-width: 1029px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l_contents .l_points .l_point_wrap .l_point_title,
.l_contents .l_points .l_point_wrap .l_point_text {
  padding: 64px 16px;
  flex: 1;
}
/* _default */
.l_contents .l_points .l_point_wrap {
  background: linear-gradient(
    90deg,
    var(--main-gold-color) 0%,
    var(--main-gold-color) 50%,
    var(--bg-gold-color) 50%,
    var(--bg-gold-color) 100%
  );
}
.l_contents .l_points .l_point_wrap .l_point_decorate {
  position: relative;
  background-image: radial-gradient(
    var(--main-gold-color) 1px,
    var(--bg-gold-color) 1px
  );
  background-position: 0 0;
  background-size: 3px 3px;
  min-height: 100%;
  width: 90px;
}
.l_contents .l_points .l_point_wrap .l_decorate_triangle {
  min-height: 100%;
  min-width: 100%;
  background: linear-gradient(
    to bottom left,
    var(--bg-gold-color) 43%,
    transparent 43%,
    transparent 50%,
    var(--main-gold-color) 50%
  );
}
.l_contents .l_points .l_point_wrap .l_decorate_triangle_last {
  height: 36px;
  width: 12px;
  background-image: radial-gradient(
    var(--main-gold-color) 1px,
    var(--bg-gold-color) 1px
  );
  background-size: 3px 3px;
  display: block;
  bottom: 0;
  right: -12px;
  position: absolute;
}
.l_contents
  .l_points
  .l_point_wrap
  .l_decorate_triangle_last
  .l_decorate_triangle_last_mask {
  min-height: 100%;
  min-width: 100%;
  background: linear-gradient(
    to bottom left,
    var(--bg-gold-color) 50%,
    transparent 50%
  );
}
/* _reverse */
.l_contents .l_points .l_point_wrap._reverse {
  background: linear-gradient(
    -90deg,
    var(--main-gold-color) 0%,
    var(--main-gold-color) 50%,
    var(--bg-gold-color) 50%,
    var(--bg-gold-color) 100%
  );
}
.l_contents .l_points .l_point_wrap._reverse .l_point_width {
  flex-direction: row-reverse;
}
.l_contents .l_points .l_point_wrap._reverse .l_decorate_triangle {
  background: linear-gradient(
    to bottom right,
    var(--bg-gold-color) 43%,
    transparent 43%,
    transparent 50%,
    var(--main-gold-color) 50%
  );
}
.l_contents .l_points .l_point_wrap._reverse .l_decorate_triangle_last {
  bottom: 0;
  left: -12px;
}
.l_contents
  .l_points
  .l_point_wrap._reverse
  .l_decorate_triangle_last
  .l_decorate_triangle_last_mask {
  background: linear-gradient(
    to bottom right,
    var(--bg-gold-color) 50%,
    transparent 50%
  );
}
.l_contents .l_points .l_point_wrap .l_point_title {
  color: #fff;
  display: flex;
  align-items: center;
}
.l_contents .l_program .l_program_wrap {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1030px;
  width: 100%;
}
.l_contents .l_program .l_program_wrap .l_program_list {
  display: flex;
  gap: 26px;
  border-bottom: dotted var(--main-gold-color) 1px;
}
.l_contents .l_program .l_program_wrap .l_program_list:last-child {
  border-bottom: none;
}
.l_contents .l_program .l_program_wrap .l_program_list .l_program_time {
  width: 150px;
  background: var(--bg-gold-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-gold-color);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.l_contents
  .l_program
  .l_program_wrap
  .l_program_list:first-child
  .l_program_time {
  border-radius: 1000px 1000px 0 0;
}
.l_contents
  .l_program
  .l_program_wrap
  .l_program_list:last-child
  .l_program_time {
  border-radius: 0 0 1000px 1000px;
}
.l_contents .l_program .l_program_wrap .l_program_list .l_program_session {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.l_contents .l_program .l_program_wrap .l_program_list .l_session_title {
  font-size: 2rem;
  letter-spacing: 0.72px;
  line-height: 130%;
}
.l_contents
  .l_program
  .l_program_wrap
  .l_program_list:last-child
  .l_session_title {
  font-size: 1.5rem;
}
.l_contents .l_program_session .l_program_introduction {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l_contents .l_program_session .l_program_introduction .l_parson_img {
  max-width: 150px;
  max-height: 150px;
  aspect-ratio: 1;
}
.l_contents .l_program_session .l_program_introduction .l_parson_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l_contents .l_program_session .l_program_introduction .l_parson_intro {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.52px;
}

.l_contents .l_summary .l_summary_wrap {
  max-width: 1030px;
  margin: 0 auto;
}
.l_contents .l_summary .l_summary_wrap table {
  border: solid var(--main-gold-border) 1px;
  border-spacing: 0;
  width: 100%;
}
.l_contents .l_summary .l_summary_wrap table tr th {
  padding: 24px;
  background-color: var(--bg-gold-color);
}
.l_contents .l_summary .l_summary_wrap table tr td {
  padding: 24px;
}
.l_contents .l_summary .l_summary_wrap table tr th {
  border-bottom: solid var(--main-gold-border) 1px;
  border-right: solid var(--main-gold-border) 1px;
}
.l_contents .l_summary .l_summary_wrap table tr td {
  border-bottom: solid var(--main-gold-border) 1px;
}
.l_contents .l_summary .l_summary_wrap table tr:last-child th,
.l_contents .l_summary .l_summary_wrap table tr:last-child td {
  border-bottom: none;
}

.l_contents .l_join .l_join_step {
  max-width: 1030px;
  margin: 0 auto;
}
.l_contents .l_join .l_join_step .l_step_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.l_contents .l_join .l_join_step .l_step_list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l_contents .l_join .l_join_step .l_step_list li:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDQxIDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNDAuNzA3MSA4LjA3MDg4QzQxLjA5NzYgNy42ODAzNSA0MS4wOTc2IDcuMDQ3MTkgNDAuNzA3MSA2LjY1NjY2TDM0LjM0MzEgMC4yOTI3MDJDMzMuOTUyNiAtMC4wOTc4MjI3IDMzLjMxOTUgLTAuMDk3ODIyNyAzMi45Mjg5IDAuMjkyNzAyQzMyLjUzODQgMC42ODMyMjYgMzIuNTM4NCAxLjMxNjM5IDMyLjkyODkgMS43MDY5MkwzOC41ODU4IDcuMzYzNzdMMzIuOTI4OSAxMy4wMjA2QzMyLjUzODQgMTMuNDExMSAzMi41Mzg0IDE0LjA0NDMgMzIuOTI4OSAxNC40MzQ4QzMzLjMxOTUgMTQuODI1NCAzMy45NTI2IDE0LjgyNTQgMzQuMzQzMSAxNC40MzQ4TDQwLjcwNzEgOC4wNzA4OFpNMCA3LjM2Mzc3VjguMzYzNzdINDBWNy4zNjM3N1Y2LjM2Mzc3SDBWNy4zNjM3N1oiIGZpbGw9IiM5Rjc3MjciLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  width: 20px;
  height: 40px;
  display: block;
}
.l_contents .l_join .l_join_step .l_step_list li:last-child:after {
  background: none;
  content: "";
  width: 0;
  height: 0;
  display: initial;
}
@media screen and (max-width: 1032px) {
  .l_contents .l_join .l_join_step .l_step_list {
    flex-direction: column;
    align-items: center;
  }
  .l_contents .l_join .l_join_step .l_step_list li {
    flex-direction: column;
    align-items: center;
  }
  .l_contents .l_join .l_join_step .l_step_list li:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .l-main-visual {
    position: relative;
    height: fit-content;
  }
  .l_contents .l-main-visual .l-main-visual_bg {
    background-image: url(../img/mv_bg_sp.png);
    aspect-ratio: 402/550;
    padding: 16px;
  }
  .l_contents .l-main-visual img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .l_contents .l-main-visual .l-main-visual_time {
    position: absolute;
    bottom: 24px;
  }
  .l_contents .l_points .l_point_wrap {
    background: none;
  }
  .l_contents .l_points .l_point_wrap .l_point_band {
    display: flex;
  }
  .l_contents .l_points .l_point_wrap .l_point_title,
  .l_contents .l_points .l_point_wrap .l_point_text {
    padding: 32px 24px;
    flex: none;
  }
  .l_contents .l_points .l_point_wrap .l_point_band .l_point_title {
    background-color: var(--main-gold-color);
    width: 50%;
  }
  .l_contents .l_points .l_point_wrap .l_point_width {
    flex-direction: column;
    background-color: var(--bg-gold-color);
  }
  .l_contents .l_points .l_point_wrap .l_decorate_triangle_last {
    height: 22px;
  }
  .l_contents .l_points .l_point_wrap._reverse .l_point_width {
    flex-direction: column;
  }
  .l_contents .l_points .l_point_wrap._reverse .l_decorate_triangle {
    min-height: 100%;
    min-width: 100%;
    background: linear-gradient(
      to bottom left,
      var(--bg-gold-color) 43%,
      transparent 43%,
      transparent 50%,
      var(--main-gold-color) 50%
    );
  }
  .l_contents .l_points .l_point_wrap._reverse .l_decorate_triangle_last {
    left: inherit;
    right: -12px;
  }
  .l_contents
    .l_points
    .l_point_wrap._reverse
    .l_decorate_triangle_last
    .l_decorate_triangle_last_mask {
    background: linear-gradient(
      to bottom left,
      var(--bg-gold-color) 50%,
      transparent 50%
    );
  }
  .l_contents .l_program .l_program_wrap {
    padding: 16px;
    box-sizing: border-box;
  }
  .l_contents .l_program .l_program_wrap .l_program_list {
    display: block;
    padding-top: 16px;
  }
  .l_contents .l_program .l_program_wrap .l_program_list .l_program_session {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l_contents
    .l_program
    .l_program_wrap
    .l_program_list:first-child
    .l_program_time {
    border-radius: 1000px;
  }
  .l_contents
    .l_program
    .l_program_wrap
    .l_program_list:last-child
    .l_program_time {
    border-radius: 1000px;
  }
  .l_contents .l_program .l_program_wrap .l_program_list .l_program_time {
    border-radius: 1000px;
    font-size: 1rem;
  }


.l_contents .l_summary .l_summary_wrap table {
    display: block;
    border: none !important;
}

.l_contents .l_summary .l_summary_wrap table tbody {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.l_contents .l_summary .l_summary_wrap table tr {
    display: flex;
    flex-direction: column;
    border: solid 1px var(--main-gold-border);
}

.l_contents .l_summary .l_summary_wrap table th {
    border-right: none!important;
}

.l_contents .l_summary .l_summary_wrap table td {
    border-bottom: none !important;
}
}
