@charset "utf-8";

#page-title-set {
  margin-top: 60px;
}
#page-title-set #site-name {
  margin: 0 0 10px 80px;
  color: #ff5108;
  font-family: 'Questrial', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#page-title-body {
  width: 85%;
  padding: 40px 40px 40px 80px;
  background-color: #ffede6;
}
#page-title-body h1 {
  font-size: 2rem;
}
#page-title-body h1 span {
  display: block;
  margin-top: 0.5em;
  font-size: 1rem;
  font-weight: normal;
}
#page-title-body:has(.btns) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#page-title-body .btns a {
  width: fit-content;
  padding: 0.5em 0.75em;
  font-weight: 700;
}
.section .inner {
  max-width: 840px;
  line-height: 2;
}
.section.wide-m .inner {
  max-width: 960px;
}

[id^="seminar-"] h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
[id^="seminar-"] h2:not(:first-of-type) {
  margin-top: 60px;
}
[id^="seminar-"] h3 {
  margin-top: 40px;
  color: #ff5108;
  line-height: 1.5;
}
[id^="seminar-"] h3 .fa {
  font-size: 2em;
}
[id^="seminar-"] .hd-style-line {
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ccc;
}

[id^="seminar-"] #outline table,
[id^="seminar-"] #outline table th,
[id^="seminar-"] #outline table td {
  border-color: #999;
}

.schedule-timeline{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:20px 20px;z-index:1}
.schedule-timeline:before{content:"";position:absolute;display:block;left:35px;top:20px;width:2px;height:calc(100% - 40px);background-color:#ff5108;z-index:-1}
.schedule-timeline dt,
.schedule-timeline dd{margin:0;padding:0;font-weight:600;line-height:1.5}
.schedule-timeline dt{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;aspect-ratio:1;color:#ff5108;letter-spacing:normal;line-height: 1;text-align: center;background-color:#fff;border:2px solid #ff5108;border-radius:100%}
.schedule-timeline dd{position:relative;display: flex;flex-wrap: wrap;gap:6px 20px; width:calc(100% - 72px - 20px);padding:20px;background-color:#f6f3f3;baborder-radius:6px}
.schedule-timeline dd:before{content:"";position:absolute;display:block;width:14px;height:14px;left:-14px;top:calc(50% - 7px);background-color:#f6f3f3;clip-path:polygon(0 50%,100% 100%,100% 0)}
.schedule-timeline dd > *:last-child{margin-bottom: 0;}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
  [id^="seminar-"] {
    font-size: 1.16em;
  }
  [id^="seminar-"] .section .inner {
    padding: 40px 20px;
  }
  [id^="seminar-"] h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  [id^="seminar-"] h2:not(:first-of-type) {
    margin-top: 40px;
  }
  [id^="seminar-"] h3 {
    margin-top: 30px;
  }
  
  #page-title-set {
    margin-top: 20px;
  }
  #page-title-set #site-name {
    margin: 0 0 10px 20px;
    font-size: 1.25rem;
  }
  #page-title-body {
    width: 95%;
    padding: 20px 20px 20px 20px;
  }
  #page-title-body h1 {
    font-size: 1.25rem;
  }
  #page-title-body h1 span {
    font-size: 0.9rem;
  }
}

[id^="seminar-"] table {
	width: 100%;
  border-bottom: 1px solid #ddd;
}
[id^="seminar-"] table th,
[id^="seminar-"] table td {
  padding: 1em 0;
	text-align: left;
  border-top: 1px solid #ddd;
}
[id^="seminar-"] table th {
	padding-right: 3em;
}
[id^="seminar-"] table td > *:first-child {
  margin-top: 0;
}
[id^="seminar-"] table td > *:last-child {
  margin-bottom: 0;
}
[id^="seminar-"] table td ul {
  padding-left: 1.5em;
}
@media screen and (max-width: 480px) {
  [id^="seminar-"] table.sp-vertical th,
  [id^="seminar-"] table.sp-vertical td {
    display: block;
  }
  [id^="seminar-"] table.sp-vertical th {
    padding-bottom: 0;
  }
  [id^="seminar-"] table.sp-vertical td {
    padding-top: 0;
    border-top: none;
  }
}


.list-profile {
  display: flex;
  padding: 20px;
  margin: 0 0 20px;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.list-profile .photo {
  width: 25%;
}
.list-profile .profile-elm {
  flex: 1;
}
.list-profile .name {
  margin: 0;
  font-size: 1.15em;
  font-weight: bold;
}
.list-profile .name:after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  margin-top: 4px;
  background-color: #ff5108;
}
.list-profile .company {
  color: #666;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .list-profile {
    flex-direction: column;
    align-items: center;
  }
  .list-profile .photo {
    width: 200px;
  }
}

.list-schedule {
  padding: 0.5em 0;
  border-bottom: 1px solid #999;
}
.list-schedule:first-of-type {
  border-top: 1px solid #999;
}
.list-schedule dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #999;
}
.list-schedule dl dt {
  width: 80px;
  margin: 0;
  padding: 0 0 .5em;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
}
.list-schedule dl dd {
  width: calc(100% - 80px);
  margin: 0;
  padding: 0 0 .5em 20px;
}
.list-schedule > p {
  padding-left: 100px;
  margin: 0.5em 0 0;
}
.list-schedule > p:empty {
  display: none;
}
.list-schedule:not(:has(p)) dl {
  border: none;
}
.list-schedule.date-wide dl dt {
  width: 8em;
}
.list-schedule.date-wide dl dd {
  flex: 1;
}
.list-schedule.date-wide > p {
  padding-left: calc(8em + 20px);
}
@media screen and (max-width: 480px) {
  .list-schedule.date-wide dl {
    flex-direction: column;
  }
  .list-schedule.date-wide dl dt {
    width: 100%;
    padding-bottom: 0;
  }
  .list-schedule.date-wide dl dd {
    padding-left: 0;
  }
  .list-schedule.date-wide > p {
    padding-left: 0;
  }
}

.menu-anchor {
  margin: 50px auto 0;
  width: 100%;
  max-width: 960px;
  padding: 1em 0;
  overflow-x: auto;
  background-color: #ff5108;
}
html.type-sp .menu-anchor {
  scrollbar-width: none;
}
.menu-anchor ul {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  list-style: none;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
.menu-anchor::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: color-mix(in sRGB,#ff5108 25%, #fff);
}
.menu-anchor::-webkit-scrollbar-thumb {
  background-color: color-mix(in sRGB,#ff5108 60%, #fff);
  border: none
}
.menu-anchor ul li {
  margin: 0;
  padding: 0
}
.menu-anchor a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px 6px;
  color: #fff;
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap
}
.menu-anchor a:after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 8px;
  height: 10px;
  margin: 0 0 2px;
  line-height: 1;
  background-color: #fff;
  clip-path: polygon(0 0, 2px 0, 100% 50%, 2px 100%, 0 100%, calc(100% - 2px) 50%);
  transition: .3s
}
.menu-anchor a[href^="#"] {
  flex-direction: column
}
.menu-anchor a[href^="#"]:after {
  width: 16px;
  height: 8px;
  margin: 0;
  clip-path: polygon(0 0, 3px 0, 50% calc(100% - 3px), calc(100% - 3px) 0, 100% 0, 50% 100%)
}
.menu-anchor a:hover {
  color: #fff;
}
.menu-anchor a:hover:after {
  left: 2px
}
.menu-anchor a[href^="#"]:hover:after {
  left: 0;
  top: 2px
}