@charset "utf-8";
// 元ファイル: exhibit2025.css
.m_bg_wrap {
  background: url(../media/images/seminar/bg_lightgreen.png) no-repeat center bottom / 100% auto;
}
.m_container {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px;
}
.m_listby_box {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 20px 40px 30px;
  margin-top: 20px;
}
.m_listby_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.m_listby_button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.m_listby_button li {
  width: calc(100% / 3 - (10px / 3 * 2));
}
.m_listby_button.is-col-4 li {
  width: calc(100% / 4 - (10px / 4 * 3));
}
.m_listby_button li a {
  background-color: #FFF;
  color: #003C82;
  font-size: 18px;
  line-height: 1.3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 50px 0 25px;
  height: 60px;
  transition: opacity 0.3s ease;
}
.m_listby_button li a:hover {
  opacity: 0.7;
}
.m_listby_button li a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../media/images/seminar/arrow01.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.m_listby_more {
  text-align: right;
  margin-bottom: -10px;
  margin-top: 15px;
}
.m_listby_more a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  color: #003C82;
  padding: 0 25px 0 0;
}
.m_listby_more a:hover {
  opacity: 0.7;
}
.m_listby_more a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/images/seminar/arrow01.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m_seminar {
  margin-top: 40px;
  padding-bottom: 170px;
}
.m_seminar_title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0 0 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.m_seminar_box {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
a.m_seminar_box {
  display: block;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s ease;
}
a.m_seminar_box:hover {
  opacity: 0.7;
}
.m_seminar_body {
  padding: 0 10px 20px;
}
.m_seminar_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  padding: 0 19.32px;
  margin-top: 20px;
}
.m_seminar_gallery li {
  width: calc(100% / 5 - (20px / 5 * 4));
}
.m_seminar_gallery li figure {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
}
.m_seminar_gallery li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_seminar_gallery li h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #003C82;
  margin-top: 10px;
}
.m_session {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -1px -1px 0;
}
.m_session_action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  text-align: center;
  background-color: #DE3F25;
  color: #FFF;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.m_session_action small {
  display: block;
  font-size: 18px;
}
.m_session_action.is_orange {
  background-color: #DC8200;
}
.m_session_action.is_gray {
  background-color: #737D82;
}
.m_session_action.is_orange small {
  font-size: 24px;
}
.m_session_poster {
  width: calc(100% - 140px - 10px);
  background-color: #E2F6F9;
  padding: 18px 20px 20px 30px;
  position: relative;
}
.m_session_poster p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.m_session_label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.m_session_label span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #99DEDE;
  padding: 0 20px;
  height: 34px;
  font-size: 16px;
  border-radius: 5px;
}
.m_session .m_session_label {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}
.m_seminar_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px 20px 38px;
  position: relative;
  margin-top: 15px;
}
.m_seminar_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DE3F25;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 0.7em;
}
.m_seminar_list h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.m_seminar_list dl {
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-top: 5px;
}
.m_seminar_list dl dt {
  font-size: 16px;
  color: #003C82;
  font-weight: 500;
  margin-right: 15px;
}
.m_seminar_list dl dd {
  font-size: 13px;
  font-weight: 500;
}
.m_venue {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.m_venue_item {
  width: calc(100% / 2 - (10px / 2 * 1));
  background-color: #F3F3F3;
  padding: 17px 20px 20px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
}
.m_venue_item span {
  font-size: 14px;
  font-weight: 500;
  width: 84px;
  padding-right: 8px;
}
.m_venue_item strong {
  font-weight: 500;
  font-size: 20px;
  width: calc(100% - 84px);
}
.m_detail .m_venue {
  margin-top: 20px;
}
.m_note {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.m_note span {
	color: #DE3F25;
}
.m_detail {
  padding-bottom: 170px;
}
.m_exhibit_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.m_exhibit_title::after {
  content: "";
  background-color: #99DEDE;
  height: 2px;
  width: 120px;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.m_exhibit_lead {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 30px 0;
}
.m_exhibit_group {
  background-color: #FFF;
  padding: 40px 50px 60px;
  border-radius: 0 0 10px 10px;
}
.m_exhibit:not(:last-child) {
  margin-bottom: 80px;
}
.m_exhibit_box {
  background-color: #F3F3F3;
  border-radius: 10px;
}
.m_exhibit_item {
  padding: 0 30px 30px;
}
.m_exhibit_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.m_detail h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.m_exhibit_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.m_button_wrap {
  margin-top: 40px;
}
.m_button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.m_button a {
  position: relative;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.m_button a:hover {
  opacity: 0.7;
}
.m_button .m_btn_register {
  padding-right: 30px;
  background-color: #DE3F25;
  width: 430px;
}
.m_button .m_btn_register::after {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../media/images/seminar/arrow02.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.m_button .m_btn_index {
  padding-left: 30px;
  background-color: #000;
  width: 210px;
}
.m_button .m_btn_index::after {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../media/images/seminar/arrow02.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.m_exhibit_box h3 {
  margin-bottom: 20px;
}
.m_exhibit_box h3 span {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  background-color: #99DEDE;
  border-radius: 0 0 24px 24px;
  padding: 8px 10px 10px;
  width: 160px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.m_info_list li:not(:last-child) {
  margin-bottom: 10px;
}
.m_info_box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m_info_box figure {
  font-size: 0;
  width: 120px;
  height: 140px;
}
.m_info_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_info_body {
  width: calc(100% - 120px);
  padding-left: 30px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.m_info_body h4 {
  font-size: 24px;
  font-weight: 400;
  color: #003C82;
  margin-bottom: 7px;
}
.m_info_body p {
  font-size: 14px;
}
@media screen and (max-width: 1030px) {
  .m_seminar_gallery li figure {
    height: calc(1vw * ((200 * 100) / 1030));
  }
}
@media screen and (max-width: 1024px) {
  .m_listby_box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .m_listby_title {
    font-size: 18px;
  }
  .m_listby_button li a {
    font-size: 16px;
    padding-left: 15px;
  }
  .m_listby_more a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m_bg_wrap {
    background-size: 250% auto;
  }
  .m_listby_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_listby_title {
    font-size: 16px;
  }
  .m_listby_button.is-col-4 li,
  .m_listby_button li {
    width: calc(100% / 2 - (10px / 2 * 1));
  }
  .m_listby_button li a {
    padding-right: 35px;
    font-size: 14px;
  }
  .m_listby_button li a::after {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .m_seminar_title {
    font-size: 24px;
  }
  .m_seminar_gallery {
    padding: 0 10px;
    gap: 20px 10px;
  }
  .m_seminar_gallery li {
    width: calc(100% / 2 - (10px / 2 * 1));
  }
  .m_seminar_gallery li h3 {
    font-size: 14px;
  }
  .m_seminar_gallery li figure {
    height:  calc(1vw * ((398 * 100) / 767));
  }
  .m_session_poster {
    padding: 10px 10px 20px 15px;
    width: calc(100% - 100px - 10px);
  }
  .m_session_poster p {
    font-size: 16px;
  }
  .m_session .m_session_label {
    position: inherit;
    right: inherit;
    top: inherit;
    justify-content: end;
    margin-bottom: 8px;
  }
  .m_session_label span {
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
  }
  .m_session_action {
    font-size: 20px;
    width: 100px;
  }
  .m_session_action small {
    font-size: 14px;
  }
  .m_session_action.is_orange small {
    font-size: 17px;
  }
  .m_venue_item {
    width: 100%;
    padding: 17px 15px 20px;
  }
  .m_venue_item span {
    width: 100%;
    margin-bottom: 5px;
  }
  .m_venue_item strong {
    width: 100%;
    font-size: 16px;
  }
  .m_seminar_list li {
    padding: 0 20px 20px 25px;
  }
  .m_seminar_list li::before {
    left: 10px;
    top: 0.6em;
  }
  .m_seminar_list h3 {
    font-size: 16px;
  }
  .m_seminar_list dl dt {
    font-size: 14px;
  }
  .m_seminar_list dl dd {
    font-size: 12px;
  }
  .m_note {
    font-size: 12px;
  }
  .m_exhibit_group {
    padding: 40px 10px 30px;
  }
  .m_exhibit_title {
    font-size: 24px;
  }
  .m_exhibit_lead {
    font-size: 18px;
  }
  .m_exhibit_item {
    padding: 0 15px 30px;
  }
  .m_exhibit_box h3 span {
    font-size: 16px;
    width: 140px;
  }
  .m_info_body {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .m_info_body h4 {
    font-size: 18px;
  }
  .m_info_body p {
    font-size: 12px;
  }
  .m_info_box figure {
    width: 100px;
    height: 117px;
  }
  .m_detail h5 {
    font-size: 16px;
  }
  .m_exhibit_text {
    font-size: 14px;
  }
  .m_button a {
    font-size: 16px;
  }
  .m_button .m_btn_register {
    width: 100%;
    max-width: 430px;
  }
  .m_button .m_btn_index {
    width: 100%;
    max-width: 210px;
  }
}
.btn_rd {
	max-width: 355px;
	margin: 6px auto 32px;
}
/* add */
.notice-upper-button {
	padding: 40px 50px 0 72px;
	font-size: var(--fz_md);
}
.notice-upper-button li {
	list-style: disc;
    margin-left: 1em;
	margin-bottom: 6px;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.notice-upper-button {
		padding: 40px 20px 0;
	}
}
