@charset "UTF-8";
#readingcont-body #volunteer-activities-for-student {
  /* 奇数行に白の背景色を設定 */
  /* 偶数行にグレーの背景色を設定 */
  /* モーダルのスタイル */
}
#readingcont-body #volunteer-activities-for-student b {
  font-weight: bolder;
}
#readingcont-body #volunteer-activities-for-student h3 {
  color: #FFF;
  background-color: #05615a;
}
#readingcont-body #volunteer-activities-for-student h4 {
  font-weight: bold !important;
}
#readingcont-body #volunteer-activities-for-student .about-heading-anchor-link-image-list {
  display: flex;
  flex-wrap: wrap;
}
#readingcont-body #volunteer-activities-for-student .about-heading-anchor-link-image-list > a {
  width: calc(15% - 18px);
  margin: 1px;
  padding: 4px;
}
#readingcont-body #volunteer-activities-for-student .teen-volunteer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#readingcont-body #volunteer-activities-for-student .teen-volunteer-top-container {
  display: flex;
  flex-direction: row; /* 横並びにする */
  align-items: flex-start;
  margin-bottom: 20px;
}
#readingcont-body #volunteer-activities-for-student .teen-img-box {
  flex: 1; /* 1:2の比率を保つ */
  margin-right: 20px;
}
#readingcont-body #volunteer-activities-for-student .teen-text-box {
  flex: 2; /* 1:2の比率を保つ */
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-main {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: collapse;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-main th {
  padding: 10px 5px 10px 5px !important;
  width: 200px !important;
  text-align: left !important;
  border: none !important;
  background-color: #fff !important; /* 背景色を白に統一 */
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-main td {
  padding: 10px 5px 10px 5px !important;
  width: auto !important;
  text-align: left !important;
  border: none !important;
  background-color: #fff !important; /* 背景色を白に統一 */
}
#readingcont-body #volunteer-activities-for-student .teen-accordion {
  width: 100%;
}
#readingcont-body #volunteer-activities-for-student .teen-accordion .button,
#readingcont-body #volunteer-activities-for-student .teen-details-trigger .button {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.5;
  cursor: pointer;
  background-color: #d9edec;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 100%;
}
#readingcont-body #volunteer-activities-for-student .teen-accordion .button:focus {
  z-index: 100;
}
#readingcont-body #volunteer-activities-for-student .teen-button {
  text-align: center;
  margin-top: 10px;
}
#readingcont-body #volunteer-activities-for-student .teen-accordion .content {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
}
#readingcont-body #volunteer-activities-for-student .teen-accordion .button:after {
  content: "＋";
  color: #053657;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 150%;
}
#readingcont-body #volunteer-activities-for-student .teen-accordion .button.open:after {
  content: "ー";
}
#readingcont-body #volunteer-activities-for-student .teen-volunteer-bottom-container {
  display: flex;
  flex-direction: row; /* 横並びにする */
  align-items: flex-start;
  margin-bottom: 20px;
}
#readingcont-body #volunteer-activities-for-student .teen-details-box {
  flex: 1;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-details {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: collapse;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-details th {
  width: 140px;
  padding: 20px 10px;
  text-align: left !important;
  border: none !important;
  vertical-align: middle;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-details td {
  width: auto !important;
  padding: 20px 60px 20px 10px;
  text-align: left !important;
  border: none !important;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-details tr:nth-child(even) th,
#readingcont-body #volunteer-activities-for-student .teen-info-table-details tr:nth-child(even) td {
  background-color: #ffffff;
}
#readingcont-body #volunteer-activities-for-student .teen-info-table-details tr:nth-child(odd) th,
#readingcont-body #volunteer-activities-for-student .teen-info-table-details tr:nth-child(odd) td {
  background-color: #eeeeee;
}
#readingcont-body #volunteer-activities-for-student .teen-subtitle {
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 120%;
}
#readingcont-body #volunteer-activities-for-student .teen-text {
  margin-bottom: 0 !important;
}
#readingcont-body #volunteer-activities-for-student .img-box {
  text-align: center;
  margin-bottom: 20px;
}
#readingcont-body #volunteer-activities-for-student .img-box img {
  max-width: 100%;
  height: auto;
}
#readingcont-body #volunteer-activities-for-student .info-icon {
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
}
#readingcont-body #volunteer-activities-for-student .teen-details-trigger {
  width: 100%;
}
#readingcont-body #volunteer-activities-for-student .modal {
  display: none; /* デフォルトで非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}
#readingcont-body #volunteer-activities-for-student .modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px 10px 60px 20px;
  border: 1px solid #888;
  width: 90%;
  font-size: 100%;
}
#readingcont-body #volunteer-activities-for-student .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#readingcont-body #volunteer-activities-for-student .close:hover,
#readingcont-body #volunteer-activities-for-student .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#readingcont-body #volunteer-activities-for-student .form-btn {
  display: block;
  text-align: center;
  margin-top: 30px;
}
#readingcont-body #volunteer-activities-for-student .return-btn {
  position: relative;
  display: inline-block;
  color: #000000;
  background-color: #eee;
  padding: 20px 70px;
  border-radius: 30px;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: none;
  text-decoration: none !important;
}
#readingcont-body #volunteer-activities-for-student .return-btn:after {
  position: absolute;
  content: "〉";
  transform: rotate(-90deg);
  top: 26%;
  right: 20px;
}
#readingcont-body #volunteer-activities-for-student .table-of-contents-cat {
  display: none;
}
@media screen and (max-width: 768px) {
  #readingcont-body #volunteer-activities-for-student .teen-volunteer-top-container, #readingcont-body #volunteer-activities-for-student .teen-volunteer-bottom-container {
    flex-direction: column;
  }
  #readingcont-body #volunteer-activities-for-student .teen-img-box, #readingcont-body #volunteer-activities-for-student .teen-text-box, #readingcont-body #volunteer-activities-for-student .teen-details-box {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #readingcont-body #volunteer-activities-for-student .teen-volunteer-top-container {
    margin-bottom: 0 !important;
  }
  #readingcont-body #volunteer-activities-for-student .teen-text-box {
    margin-bottom: 0 !important;
  }
  #readingcont-body #volunteer-activities-for-student .teen-volunteer-container > div.teen-volunteer-top-container > div.teen-img-box {
    text-align: center;
  }
  #readingcont-body #volunteer-activities-for-student .teen-info-table-main th,
  #readingcont-body #volunteer-activities-for-student .teen-info-table-main td {
    display: block;
  }
  #readingcont-body #volunteer-activities-for-student .teen-info-table-details th,
  #readingcont-body #volunteer-activities-for-student .teen-info-table-details td {
    display: block;
  }
  #readingcont-body #volunteer-activities-for-student .teen-info-table-details tr th {
    background-color: #eeeeee !important;
    width: 100%;
    padding: 10px;
  }
  #readingcont-body #volunteer-activities-for-student .teen-info-table-details tr td {
    background-color: #ffffff !important;
    padding: 10px;
  }
  #readingcont-body #volunteer-activities-for-student h4 {
    margin-top: 0;
  }
  #readingcont-body #volunteer-activities-for-student .about-heading-anchor-link-image-list > a {
    width: calc(25% - 10px);
    margin: 1px;
    padding: 4px;
  }
  #readingcont-body #volunteer-activities-for-student .table-of-contents-cat {
    display: block;
    position: relative;
  }
  #readingcont-body #volunteer-activities-for-student .table-of-contents-cat img {
    width: 50px;
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
}

/*# sourceMappingURL=769.css.map */
