@charset "UTF-8";

/* トップページ */
/* ------------------------------------------
  KV
------------------------------------------ */
.p-index__right {
  padding: 0;
}

.p-index__kv {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-index__kv {
    padding-top: 4.6rem;
  }
}

.p-index__kv-img {
  width: 100%;
}

/* ------------------------------------------
  発表者名
------------------------------------------ */
.p-index__presenter {
  display: flex;
  margin-bottom: 3rem;
  overflow: hidden;
}

.p-index__presenter-img {
  width: 15rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-img {
    width: 8rem;
  }
}

.p-index__presenter-detail {
  background-color: #d9e021;
  padding: 0 1.6rem;
  width: calc(100% - 10rem);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail {
    width: calc(100% - 8rem);
    padding: 1.3rem 0.5rem;
  }
}

.p-index__presenter-detail-title {
  font-size: 3.1rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-title {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-index__presenter-detail-title-small {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-title-small {
    font-size: 1.4rem;
    justify-content: flex-start;
  }
}

.p-index__presenter-detail-name {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-index__presenter-detail-name--big {
  font-size: 3.1rem;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name--big {
    font-size: 1.6rem;
  }
}

.p-index__presenter-detail-name--small {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name--small {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  申し込みボタン
------------------------------------------ */

.p-index__button {
  font-size: 4.2rem;
  width: 100%;
  height: 6.3rem;
  margin-bottom: 3.3rem;
  line-height: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index__button {
    font-size: 2.5rem;
    justify-content: flex-start;
    padding: 0 1.3rem;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    height: 8rem;
    background: linear-gradient(180deg, #f15a24 0%, #f7a51e 100%);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
}

.p-index__button::after {
  position: absolute;
  content: "";
  background-image: url('../img/common/img_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.p-index__button-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-index__button-br {
    display: block;
  }
}

.p-index__redtext {
  font-size: 3.5rem;
  font-weight: bold;
  color: #e60014;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__redtext {
    font-size: 2rem;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: left;
  }
}

/* ------------------------------------------
  お知らせ
------------------------------------------ */
.p-index__news {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .p-index__news {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}

.p-index__news-details {
  box-shadow: inset 0 0 0.9rem rgba(0, 0, 0, 0.5);
  padding: 2rem 2.5rem;
  height: 14.6rem;
}

@media screen and (max-width: 767px) {
  .p-index__news-details {
    height: 25.8rem;
    padding: 1.2rem 1.6rem;
  }
}

.simplebar-scrollbar::before {
  background-color: #006837;
  border-radius: 0;
  width: 100%;
  right: 0;
  left: 0;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #bbbaba;
  width: 1rem;
}

.p-index__news-details-item {
  display: flex;
  gap: 2.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-index__news-details-item {
    flex-direction: column;
    gap: 0rem;
  }
}

a.p-index__news-details-item .p-index__news-details-item-titlebox {
  text-decoration: underline;
  transition: .3s;
}

.p-index__news-details-item:last-child {
  margin-bottom: 0;
}

.p-index__news-details-item-date {
  font-size: 1.7rem;
  color: #000;
  line-height: 3rem;
}

.p-index__news-details-item-titlebox-title {
  font-size: 1.7rem;
  color: #000;
  margin-bottom: 1rem;
  display: block;
  line-height: 3rem;
  overflow-wrap: anywhere;
}

.p-index__news-details-item-titlebox-title:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------
  バナー
------------------------------------------ */
.p-index__banner {
  display: flex;
  gap: 4rem;
  width: 68rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-index__banner {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    width: 32rem;
    margin-bottom: 5rem;
    gap: 0.5rem;
  }
}

.p-index__banner-link-img {
  width: 100%;
}

/* アクセスページ */
.p-access__address {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  margin-bottom: 1.8rem;
}

.p-access__place-contents iframe {
  width: 100%;
  height: 38rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-access__place-contents iframe {
    height: 20rem;
  }
}

.p-access__illustration {
  width: 100%;
  margin-bottom: 1.6rem;
}

.p-access__text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  margin-bottom: 2.8rem;
}

.p-access__text-link {
  color: #0046c8;
}

.p-access__text-link-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.4rem;
}

/* 開催概要 */
.p-entry__overview {
  margin-bottom: 2.5rem;
}

.p-entry__overview-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

.p-entry__overview-pdf {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.p-entry__overview-table {
  border: 0.1rem solid #000;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table {
    display: block;
    width: 100%;
  }
}

.p-entry__overview-table-line {
  border-bottom: 0.1rem solid #000;
}

.p-entry__overview-table-line:last-child {
  border-bottom: none;
}

.p-entry__overview-table-line-title {
  font-size: 1.7rem;
  color: #000;
  background-color: #e6f0b4;
  padding: 2rem 3rem;
  white-space: nowrap;
  border-right: 0.1rem solid #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table-line-title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.2rem;
    border-right: none;
    border-bottom: 0.1rem solid #000;
  }
}

.p-entry__overview-table-line-content {
  font-size: 1.7rem;
  color: #000;
  padding: 2rem 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table-line-content {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem;
  }
}

.p-entry__overview-table-line-content-text {
  display: inline-block;
}

.p-entry__overview-text {
  font-size: 1.7rem;
  color: #000;
}

.p-entry__overview-text-link {
  text-decoration: underline;
  color: #0046c8;
}

.p-entry__overview-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-entry__overview-gallery-img {
  width: 100%;
}

/* ポスター・リンク集等 */
.p-flyer__poster-text {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.p-flyer__poster-twoblock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-twoblock {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-flyer__poster-twoblock-item-img {
  width: 36rem;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-twoblock-item-img {
    width: 100%;
  }
}

.p-flyer__pdfbutton {
  font-size: 1.9rem;
  color: #e60014;
  border: 0.1rem solid #e60014;
  display: flex;
  align-items: center;
  width: 24rem;
  height: 4rem;
  border-radius: 3rem;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
}

.p-flyer__pdfbutton::after {
  content: "";
  background-image: url("../img/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.p-flyer__poster-oneblock-item {
  margin-bottom: 4.5rem;
}

.p-flyer__poster-oneblock-textbox {
  margin-bottom: 2rem;
}

.p-flyer__poster-oneblock-textbox-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

.p-flyer__poster-oneblock-textbox-text-link {
  color: #0046c8;
  text-decoration: underline;
}

.p-flyer__poster-oneblock-item-img {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

.p-flyer__poster-oneblock-item-img-first {
  width: 72.8rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-first {
    width: 100%;
  }
}

.p-flyer__poster-oneblock-item-img-second {
  width: 35rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-second {
    width: 100%;
  }
}

.p-flyer__poster-oneblock-item-img-third {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-third {
    width: 100%;
  }
}

.p-flyer__bluebutton {
  font-size: 1.9rem;
  color: #0046c8;
  border: 0.1rem solid #0046c8;
  display: flex;
  align-items: center;
  width: 24rem;
  height: 4rem;
  border-radius: 3rem;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 0.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-flyer__bluebutton {
    margin: 0 auto 2rem;
  }
}

.p-flyer__bluebutton::after {
  content: "";
  background-image: url("../img/flyer/icon_download.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}

.p-flyer__poster-oneblock-item-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-text {
    text-align: center;
  }
}

.p-flyer__poster-oneblock-twoblock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15.6rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.p-flyer__poster-oneblock-twoblock-right {
  margin-top: -11rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock-right {
    margin-top: 0;
  }
}

.p-flyer__poster-oneblock-twoblock-right-img {
  width: 16rem;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock-right-img {
    display: block;
    margin: 0 auto 2rem;
  }
}

.p-flyer__poster .c-pdflink {
  background: inherit;
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.p-flyer__poster .p-program__table-pdf {
  margin-bottom: 4rem;
}

/* お知らせ詳細 */
.p-singlenews__text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  word-break: break-all;
  margin-bottom: 1.8rem;
}

.p-singlenews__twoblock {
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__twoblock {
    flex-direction: column;
  }
}


.p-singlenews__twoblock-img {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__twoblock-img {
    width: 100%;
  }
}

.p-singlenews__image {
  margin-bottom: 2rem;
}

.p-singlenews__image img {
  width: 100%;
}

.p-singlenews__link {
  font-size: 1.9rem;
  color: #0046c8;
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 1.6rem;
}

.p-singlenews__link::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.p-singlenews__pdflink::after {
  background-image: url("../img/common/icon_pdf.png");
  flex-shrink: 0;
}

.p-singlenews__wordlink::after {
  background-image: url("../img/common/icon_word.png");
  flex-shrink: 0;
}

.p-singlenews__excellink::after {
  background-image: url("../img/common/icon_excel.png");
  flex-shrink: 0;
}

.p-singlenews__powerpointlink::after {
  background-image: url("../img/common/icon_power-point.png");
  flex-shrink: 0;
}

.p-singlenews__otherlink::after {
  background-image: url("../img/common/img_other-window.png");
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.p-singlenews__link:last-child {
  gap: 0.4rem;
}

.p-singlenews__button {
  font-size: 2.2rem;
  width: 36rem;
  height: 6.3rem;
  margin-bottom: 3.3rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 3rem;
  position: relative;
  border-radius: 0.5rem;
  padding: 0rem 4rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__button {
    font-size: 2rem;
    justify-content: flex-start;
    padding: 1.3rem;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    background: linear-gradient(180deg, #f15a24 0%, #f7a51e 100%);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
}

.p-singlenews__button::after {
  position: absolute;
  content: "";
  background-image: url('../img/common/img_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

/* よくある質問 */

.p-faq__accordion {
  width: 100%;
}

.p-faq__accordion-wrapper {
  width: 100%;
}

.p-faq__accordion-wrapper:not(:first-child) {
  margin-top: 3rem;
}

.p-faq__accordion-wrapper:last-child {
  margin-bottom: 3rem;
}

.p-faq__accordion-items {
  width: 100%;
}


.p-faq__accordion-summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
  padding: 1.2rem 5.6rem 1.2rem 1.2rem;
  background: #fff;
  border: 0.2rem solid #006a3c;
  cursor: pointer;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__accordion-summary {
    padding: 1.2rem 4rem 1.2rem 1.2rem;
  }
}

.p-faq__accordion-summary::-webkit-details-marker {
  display: none;
}

.p-faq__accordion-summary-label {
  flex-shrink: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-faq__accordion-summary-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.btn {
  position: absolute;
  top: 2rem;
  right: 1.6rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-right: 0.4rem solid #006a3c;
  border-bottom: 0.4rem solid #006a3c;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
  /* transition: transform 0.3s ease; */
}

@media screen and (max-width: 767px) {
  .btn {
    width: 1.4rem;
    height: 1.4rem;
    top: 2.3rem;
  }
}

.p-faq__accordion-summary.is-active .btn {
  transform: translateY(0) rotate(-135deg);
}

.p-faq__accordion-content {
  background: #e6f0b4;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  padding: 1rem 1.4rem;
  border: 0.2rem solid #808080;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-faq__accordion-content {
    padding: 1.2rem;
  }
}

.p-faq__accordion-content--table {
  flex-direction: column;
  align-items: flex-start;
}

.p-entry__overview-table-line-content--left {
  border-right: .1rem solid #333;
}

@media (min-width: 768px) {}

.p-entry__overview-table-line-content--left {
  border-right: .1rem solid #333;
}

.p-faq__accordion-content-table {
  width: 100%;
}

.p-faq__accordion-content-table {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-faq__accordion-content-table .p-entry__overview-table-line-title {
  background-color: #ddd;
  width: 30rem;
}

@media (max-width: 767px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line-title {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line-title {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line {
    display: flex;
  }
}

@media (max-width: 767px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line-title--left {
    border-right: 0.1rem solid #000;
  }
}

@media (min-width: 768px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line-title--left {
    width: 30rem;
    border-right: 0.1rem solid #000;
  }
}

@media (min-width: 768px) {
  .p-faq__accordion-content-table .p-entry__overview-table-line-title--right {
    width: 68%;
  }
}

.p-faq__accordion-content-tbody {
  border: 0.1rem solid #000;
}

.p-entry__overview-table-line--row {
  background: #fff;
}

.p-faq__accordion-content-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-faq__accordion-content-inner {
    gap: 1.2rem;
  }
}

.p-faq__accordion-content-label {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-faq__accordion-content-body {
  flex: 1;
  min-width: 0;
  gap: 1.6rem;
}

.p-faq__accordion-content-body p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-faq__accordion-content-body p+p {
  margin-top: 1.2rem;
}

.p-faq__accordion-content-body a {
  color: #0047cc;
  text-decoration: underline;
}



.p-faq__accordion-summary-label {
  font-size: 1.7rem;
}

.p-faq__accordion-summary-text {
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-faq__accordion-content {
    padding: 1.2rem 3.2rem 1.2rem 1.2rem;
  }
}

.p-faq__accordion-table {
  background: #fff;
}


.p-faq__accordion-table-line--head {
  font-size: 1.7rem;
  color: #000;
  background-color: #e6f0b4;
  padding: 2rem 3rem;
  white-space: nowrap;
  border-right: 0.1rem solid #000;
  line-height: 1.5;
}

.p-faq__accordion .c-pdflink {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.p-faq__accordion-img {
  margin-block: 1.4rem;
  width: 43rem;
  height: 23rem;
}

@media screen and (max-width: 767px) {
  .p-faq__accordion-img {
    width: 100%;
    height: 100%;
  }
}

.p-faq__accordion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-faq__accordion-items {
  .p-entry__overview-pdf {
    padding-bottom: 1rem;
  }

  .p-access__text-link {
    padding-bottom: 1rem;
    display: inline-block;
  }
}

/*  プログラム */

.p-program__table {
  width: 100%;
  margin-top: 3rem;
}

.p-program__table-head {
  padding: 0.8rem;
}

.p-program__table-head-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border: 0.2rem solid #fff;
  padding: 1.6rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-program__table-head {
    padding: 0.6rem;
  }

  .p-program__table-head-title {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    padding: 1.4rem 1.2rem;
  }
}

.p-program__table .c-pdflink {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}


.p-program__table-note {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-program__table-note {
    margin-top: .8rem;
  }
}

.p-program__table-program {
  margin-top: 4rem;
}

.p-program__table-program-title {
  color: #1f6f3f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.8rem;
  border-bottom: 0.4rem double #d6a24a;
}

@media screen and (max-width: 767px) {
  .p-program__table-program {
    margin-top: 3rem;
  }

  .p-program__table-program-title {
    font-size: 2rem;
    padding-bottom: 0.6rem;
  }
}

.p-program__table-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 4rem;
  margin-block: 2rem 3rem;
}

@media screen and (max-width: 767px) {
  .p-program__table-lists {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
}

.p-program__table-list {
  list-style: none;
  border: 0.2rem solid #006a3c;
  background: #fff;
}

.p-program__table-list--accent {
  background: #006a3c;
}

.p-program__table-list-text {
  width: 100%;
  padding: 1.4rem 1.2rem;
  color: #006a3c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28;
}

@media screen and (max-width: 767px) {
  .p-program__table-list-text {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}

.p-program__table-list--accent .p-program__table-list-text {
  color: #fff;
}

.p-program__detail {
  margin-block: 3rem 6rem;
}

@media screen and (max-width: 767px) {
  .p-program__detail {
    margin-top: 2rem;
  }
}

.p-program__detail-items {
  width: 100%;
}

.p-program__detail-item:not(:first-child) {
  margin-top: 3rem;
}

.p-program__detail-item-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem;
  background: #d9e093;
  border-bottom: 0.4rem solid #006a3c;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-head {
    gap: 1.6rem;
    padding: 1.4rem 1.6rem;
    flex-wrap: wrap;
  }
}

.p-program__detail-item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.27;
}

.p-program__detail-item-time {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.27;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-time {
    font-size: 1.7rem;
  }
}



.p-program__detail-item-text {
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-program__detail-item-place {
  background: #009245;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
  border-radius: 99rem;
  margin-top: 2rem;
  padding: .8rem 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-place {
    border-radius: 2rem;
    line-height: 1.3;
  }
}

.p-program__detail-item-body {
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-body {
    padding-block: 2rem 3rem;
  }
}

.p-program__table--bunka .p-program__detail-item-body {
  border-bottom: solid .1rem #808080;
}

.p-program__table--bunka .p-program__detail-item:last-child {
  .p-program__detail-item-body {
    border-bottom: none;
  }
}

.p-program__detail-item-body-text {
  font-size: 1.7rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.p-program__detail-item-body-text--bold {
  font-weight: 700;
}

.p-program__detail-item-body-text--border {
  padding-top: 2rem;
  border-top: solid .1rem #808080;
  font-size: 1.7rem;
}

.p-program__detail-item-body-text--large {
  font-weight: 700;
  font-size: 2rem;
}

.p-program__detail-item-body-subtext {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-program__detail-item-body-img {
  flex-shrink: 0;
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-body-img {
    width: 24rem;
    margin-inline: auto;
  }
}

.p-program__detail-item-body-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-program__detail-item-body-column {
  display: flex;
  gap: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-program__detail-item-body-column {
    flex-direction: column;
    align-items: center;
  }
}

.p-program__detail-item-body-column-img {
  width: 18rem;
  flex-shrink: 0;
}

.p-program__detail-item-body-column-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pp-program__detail-item-body-column-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.27;
  color: #006837;
}

.pp-program__detail-item-body-column-text {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}

.c-title-wrapper--program {
  .c-title-square {
    width: 74.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title-wrapper--program {
    .c-title-square {
      width: 34.2rem;
    }
  }
}