@charset "utf-8";
.member .title_box h3 {
  border-left: 4px solid var(--member_accent);
}
.member .title_box h3.icon {
  border-left: none;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--member_main_dark);
  padding-bottom: 8px;
  margin-bottom: 2rem;
}
.member .title_box h3.icon::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.member .title_box h3.icon.icon_post_search::before {
  background: url(../img/icon_post_search.svg) no-repeat;
  background-size: contain;
}
.member .title_box h3.icon.icon_post_new::before {
  background: url(../img/icon_post_new.svg) no-repeat;
  background-size: contain;
}
.member .title_box h3.icon.icon_post_posted::before {
  background: url(../img/icon_post_posted.svg) no-repeat;
  background-size: contain;
}

.member .title_box h4 {
  border-bottom: 1px solid var(--member_accent);
}

.member article section.contents:nth-child(even) {
  background: var(--gray_thin);
}
.member article section.contents:nth-child(odd) {
  background: initial;
}
/*事務局からのお知らせ*/
.member_topics {
  width: 70%;
  margin: 0 auto;
  border: 1px solid var(--member_main);
  border-radius: 10px;
  padding: 30px;
  background: #ffd;
}
.member_topics_box {
  display: flex;
}
.member_topics_box .days {
  margin-right: 1rem;
  font-size: 90%;
}
.member_topics_box .text {
}
.member_topics_title_box h3 {
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.member_topics_title_box h3:before {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background-color: var(--member_main);
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

/*掲示板*/
/*	お知らせ
------------------------------------------------------------*/
.bulletin_board p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.bulletin_board p.ttl {
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
  xborder: solid 1px #777;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
.bulletin_board .topicsText_box {
  border: 3px solid #999;
}
.bulletin_board .topicsText {
  xmargin-bottom: 2em;
  padding: 20px;
  xbackground-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
}
.bulletin_board .join_list_box .topicsText {
  background: #f2f6ff;
}
.bulletin_board p.item-image {
  text-align: center;
}

.bulletin_board p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.bulletin_board .news_area_box {
}

.bulletin_board .news_area:not(:last-child) {
}
.bulletin_board .news_area {
  xpadding: 40px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  xborder: 3px solid #999;
  xbackground-color: #fff;
  margin-bottom: 60px;
}

.bulletin_board .topics {
  xmargin-bottom: 1em;
}

.bulletin_board .comment_area_box:not(:last-child) {
  margin-bottom: 50px;
}
.bulletin_board .comment_area_box h3 {
  xpadding: 20px;
  xbackground: #ddd;
  xborder: 3px solid #999;
  xborder-bottom: 0;
}
.bulletin_board .comment_area_box .items {
}
.bulletin_board .comment_area_box .items {
  padding: 40px;
  display: flex;
  flex-flow: column;
  background: #a1b5da;
  border: 3px solid #999;
}
.bulletin_board .comment_area_box .items:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .bulletin_board .comment_area_box .items {
    padding: 20px;
    display: flex;
    flex-flow: column;
  }
}

.bulletin_board .comment_area .items:nth-child(even) {
  xbackground: var(--post_thin);
}

.bulletin_board .comment {
  width: 80%;
  display: flex;
  flex-flow: column;
}

.bulletin_board .comment.other {
}
.bulletin_board .comment.own {
  margin-right: 0;
  margin-left: auto;
  align-items: flex-end;
}
.bulletin_board .commentText {
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
}

.bulletin_board .own .commentText {
  background: #9de694;
  color: #000;
}
.topics_detail {
  display: flex;
  justify-content: flex-start;
  border-bottom: none;
}
.comment_detail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.comment_detail .day {
  margin-right: 1rem;
}

.topics_detail p {
  display: flex;
  border-right: 1px solid #999;
}
.topics_detail p {
  border-top: 3px solid #999;
}
.topics_detail p:first-child {
  border-left: 3px solid #999;
}
.topics_detail p:last-child {
  border-right: 3px solid #999;
}

.topics_detail p.poster {
}

.topics_detail p span.time_title,
.topics_detail p span.poster_title,
.topics_detail p span.gra_year_title {
  padding: 8px 20px;
  white-space: nowrap;
  background-color: #e8e6e2;
  border-right: 1px solid #999;
}
.topics_detail p span.name_box {
  display: flex;
}

.topics_detail p span.day,
.topics_detail p span.name,
.topics_detail p span.year {
  padding: 8px 20px;
}

.join_list_box {
  border-top: 3px solid #999;
}

ul.join_list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.event_btn_box {
  padding: 20px;
  background: #fffdd9;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
.event_btn_box p {
  margin-bottom: 1rem;
}
.member .menu > li a {
  font-size: var(--size_m);
}
section.subtitle {
  padding: 30px 0;
  background: var(--member_title);
  text-align: center;
}
section.subtitle h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1em;
}
.member_name_area {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 1rem;
}
span.member_name {
  font-size: 1rem;
  display: inline-block;
  padding-right: 20px;
}
.member_name_area input[type="submit"] {
  width: 80px;
  line-height: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  padding: 5px 8px;
  background-color: var(--gray);
  border: 1px solid var(--gray);
  margin: 0;
  color: #000;
  cursor: pointer;
  color: #fff;
}

.member .header {
  background-color: #fff;
}
.member .footer {
  background-color: var(--member_title);
}
.member .footer_box {
  color: #000;
}
.member .copyright {
  background-color: #fff;
  color: #333;
}
.member ul.footer-menu li a {
  color: #000;
}

.member .menu-btn {
  background-color: var(--member_main);
}

.member .menu-area {
  background: var(--member_main_light);
  width: 100%;
}
.member .menu {
  width: 1024px;
  margin: 0 auto;
  justify-content: center;
}
.member .menu > li {
  width: calc(100% / 5);
}
.member .menu > li.menu_btn a {
  width: 100%;
  border-left: 2px solid rgb(255 255 255 / 30%);
  border-right: 2px solid rgb(0 0 0 / 20%);
  background: var(--member_main);
  color: #000;
  font-weight: 700;
}
.member .menu > li.menu_btn a:hover {
}
.member .header_box {
  background-color: #fff;
  xjustify-content: flex-start;
}
.member header .head-logo .logo {
  color: var(--member_main_dark);
}

.member h1.logo a {
  color: var(--member_main_dark);
}
.member span.pager_index.nowpage {
  border: 1px solid var(--member_accent);
}

/*アンカーリンク*/
ul.post_link_area {
  display: flex;
  justify-content: center;
}

ul.post_link_area li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  ul.post_link_area {
    flex-flow: column;
  }

  ul.post_link_area li:not(:last-child) {
    margin-right: 0;
  }
}

.in_edit_btn {
  margin: auto;
  margin-right: 10px;
  white-space: nowrap;
}
.chat_edit_btn {
  padding-left: 10px;
}

.in_delete_btn {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .in_delete_btn {
    margin-left: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }
}
.chat_delete_btn {
  padding-left: 10px;
}
.chat_delete_btn {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .chat_delete_btn {
    text-align: right;
    margin-top: 10px;
  }
}
table.contactForm.open_close {
  margin-top: 2rem;
}
table.contactForm.open_close th {
  background-color: var(--member_main);
  font-size: 120%;
  font-weight: 700;
}
span.koukai_detail {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  color: #ed3030;
  margin-top: 10px;
}
table.contactForm.open_close td {
}
ul.comment_name_list {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
ul.comment_name_list li {
}
ul.comment_name_list li:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .topics_detail p {
    border-left: 3px solid #999;
    border-right: 3px solid #999;
    border-top: 1px solid #999;
    border-bottom: 0;
  }
  .topics_detail p:first-child {
    border-top: 3px solid #999;
  }
  .topics_detail p:last-child {
    border-bottom: 0;
  }
  .bulletin_board .news_area {
    width: 100%;
    xpadding: 20px;
  }
  .topics_detail,
  .comment_detail {
    flex-flow: column;
  }

  .own .topics_detail,
  .own .comment_detail {
    text-align: right;
  }
  .own .comment_detail .day {
    margin-right: 0;
  }
  .own span.name {
    display: block;
    margin-bottom: 8px;
  }
  p.chat_name_box {
    display: flex;
    flex-flow: column;
  }
}
