@charset "UTF-8";
@view-transition {
  navigation: auto;
}
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  --main-bg-color: #0b377d;
  --fm-tour-color: rgb(25, 149, 165);
  --fm-concert-color: darkgoldenrod;
  --fm-album-color: dodgerblue;
  --fm-songs-color: crimson;
  --fm_collabo-color: rgb(97, 45, 134);
  --fm_episode-color: rgb(230, 226, 22);
  --fm_collections-color: rgb(164, 199, 37);
  --fm_others-color: rgb(212, 104, 185);
}

body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

::picker(select) {
  -webkit-appearance: none;
  appearance: none;
}

select:invalid,
select option:disabled {
  color: #aaaaaa;
}

@supports (background: color-mix(in srgb, currentColor, transparent 40%)) {
  select:invalid,
  select option:disabled {
    color: color-mix(in srgb, currentColor, transparent 40%);
  }
}
select option:not(:disabled) {
  color: initial;
}

.inlblk {
  display: inline-block;
}

.none {
  display: none !important;
}

.flexrow {
  display: flex;
}

.flexcenter {
  justify-content: center;
  align-items: center;
}

.bold {
  font-weight: 600;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.mb_05 {
  margin-bottom: 0.5rem;
}

.fig {
  letter-spacing: 0.15em;
}

.badge {
  display: inline-flex;
  padding: 5px 1em;
  font-size: 0.7rem;
  color: white;
  background-color: #999999;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  border-radius: 2px;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.notosans {
  font-family: Noto;
}

.redtxt {
  color: #d30000;
}

.inilink {
  color: revert;
  text-decoration: revert;
}

.rflex {
  justify-content: flex-end;
}

.headlink {
  color: inherit;
}

.add_btn_div {
  display: flex;
  justify-content: flex-end;
}
.add_btn_div .add_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(11, 55, 125, 0.8); */
  background-color: rgb(11, 55, 125);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 3px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  /* filter: drop-shadow(10px 10px 3px rgba(11, 55, 127, 0.95)); */
  filter: drop-shadow(5px 5px 3px rgba(11, 55, 127, 0.5));
  border: solid 1px rgb(11, 55, 127);
  cursor: pointer;
}
.add_btn_div .add_btn .material-symbols-outlined {
  max-width: 30px;
  font-size: 2em;
  margin-right: 1rem;
}
.add_btn_div .add_btn:active {
  filter: drop-shadow(0 0 1px rgba(11, 55, 127, 0.95));
  transform: translateX(5px) translateY(5px);
}

.memberpage-topics {
  position: relative;
  text-align: center;
  padding-block: 3rem 1rem;
  text-shadow: 0 0 3px white;
}
.memberpage-topics::before {
  content: attr(data-topic-eng);
  position: absolute;
  left: 0;
  width: 100%;
  color: #eaeaea;
  z-index: -1;
  font-size: 2em;
  text-shadow: none;
  transform: translateY(-12.5%);
}

.room_desc {
  width: fit-content;
  margin-inline: auto;
}

section.main {
  width: 100%;
}

.community_wrap {
  width: 100%;
  display: grid;
  grid-template-areas: "content sidebar     " "below-content sidebar";
  grid-template-rows: 1fr auto;
  grid-template-columns: minmax(0, 100%) 1fr;
}
.community_wrap .sidebar_wrapper {
  width: clamp(15em, 20svw, 20em);
  display: flex;
  grid-area: sidebar;
  position: sticky;
  top: 0;
  height: 100dvh;
  align-self: start;
  overflow-y: auto;
  background-color: #f5f5f5;
  --1dvh: 1dvh;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
.community_wrap .sidebar_wrapper .side_container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
}
.community_wrap .sidebar_wrapper .togglemenu.mobi {
  display: none;
}
.community_wrap .sidebar_wrapper .sidebar_row {
  height: 2.2rem;
  padding: 0 1rem;
  align-items: center;
}
.community_wrap .sidebar_wrapper .side_sec_wrapper {
  margin-bottom: 1rem;
  background-color: #ffffff;
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li {
  border-left-style: solid;
  border-left-width: 5px;
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_tour {
  border-color: var(--fm-tour-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_concert {
  border-color: var(--fm-concert-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_album {
  border-color: var(--fm-album-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_songs {
  border-color: var(--fm-songs-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_collabo {
  border-color: var(--fm_collabo-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_episode {
  border-color: var(--fm_episode-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_collections {
  border-color: var(--fm_collections-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper.section_cate li#fm_others {
  border-color: var(--fm_others-color);
}
.community_wrap .sidebar_wrapper .side_sec_wrapper .side_sec_head_wrapper {
  display: flex;
  background-color: var(--main-bg-color);
  color: #ffffff;
  font-weight: 600;
}
.community_wrap .sidebar_wrapper .sidebar_sections {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 1;
  padding: 1.5rem 1rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  --scrollbarBg: transparent;
  --scrollbarThumbBg: rgb(232.9, 232.9, 232.9);
  --scrollbarWidth: 0.5em;
  scrollbar-color: rgba(0, 0, 0, 0) var(--scrollbarBg);
  transition: scrollbar-color 0.25s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.5s;
}
.community_wrap .sidebar_wrapper .sidebar_sections:hover {
  scrollbar-color: var(--scrollbarThumbBg) var(--scrollbarBg);
  transition-delay: 0s;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list {
  margin: 0;
  padding: 0.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.0833333333rem;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row {
  display: flex;
  align-items: center;
  position: relative;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row .side_sec_link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  color: rgb(100.3, 100.3, 100.3);
  transition: background-color 0.25s;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row .side_sec_link:hover {
  background-color: rgba(11, 55, 125, 0.21);
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row .side_sec_link .tagicon {
  margin-left: -0.5em;
  margin-right: 0.25em;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row .side_sec_link .cateicon {
  margin-left: -0.25em;
  margin-right: 0.5em;
}
.community_wrap .sidebar_wrapper .sidebar_sections .side_sect_list .side_sec_link_row .side_sec_link .side_link_txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}
.community_wrap .comunity_container {
  width: 75svw;
  margin-inline: auto;
}
.community_wrap .comunity_container .forum_outerwrap {
  margin-block: 50px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  background: #f5f5f5;
  padding: 30px 5svw;
  margin-block: 30px;
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap {
  order: 1;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap select.sortbtn {
  margin-left: 0.5rem;
  border: 1px solid #999999;
  border-radius: 0px;
  background: #ffffff;
  padding: 10px 36px 10px 10px;
  transition: 0.4s;
  outline: none;
  background-image: url("/images/member/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 6px center;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap select.sortbtn option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 2px solid #dddddd;
  background: #ffffff;
  padding: 10px;
  transition: 0.4s;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap select.sortbtn option:first-of-type {
  border-radius: 0 0 0 0;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap select.sortbtn option:last-of-type {
  border-radius: 0 0 0 0;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .sort_wrap select.sortbtn option:not(option:last-of-type) {
  border-bottom: none;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap {
  position: relative;
  flex-basis: 50%;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder {
  height: 42px;
  width: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  /* border-radius: 6px; */
  position: relative;
  transition: all 0.3s ease-in-out;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder form {
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .delbtn {
  position: absolute;
  top: 24px;
  transform: translateY(-50%);
  right: 50px;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .delbtn .material-symbols-outlined {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-input {
  width: 100%;
  height: 42px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon {
  width: 42px;
  height: 42px;
  border: none;
  background: #f5f5f5;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon span::before, .community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon span::after {
  position: absolute;
  content: "";
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon span::before {
  width: 4px;
  height: 11px;
  left: 9px;
  top: 18px;
  border-radius: 2px;
  background: #999999;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder .search-icon span::after {
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  border: 4px solid #999999;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active {
  padding-left: 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active .input-holder {
  width: 360px;
  max-width: 100%;
  /* border-radius: 50px; */
  border-bottom: solid 2px rgba(0, 0, 0, 0.4);
  /* background: rgba(255, 255, 255, 0.7); */
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active .input-holder .search-input {
  opacity: 1;
  transform: translate(0, 0);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active .input-holder .search-input:focus-within {
  background-color: rgba(255, 255, 255, 0.7);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active .input-holder .search-icon {
  width: 42x;
  height: 42px;
  margin-left: 10px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap.active .input-holder .search-icon span {
  transform: rotate(-45deg);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .serachbtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .serachbtn .material-symbols-outlined {
  font-size: 36px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .statusrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: var(--main-bg-color);
  border-radius: 3px;
  color: white;
  font-size: 1.1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .statusrow.error_row {
  background-color: #888888;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .statusrow .error_wrap {
  font-size: 0.8rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap .statusrow .clearbtn {
  font-size: 0.8rem;
  font-weight: 400;
  border: none;
  margin: 0;
  padding: 0.5rem;
  color: #333;
  outline: none;
  border-radius: 2px;
  background-color: white;
  box-shadow: none;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr clamp(200px, 25svw, 300px);
  min-height: 100px;
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 5px;
  padding: 2rem 3rem;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap:hover {
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.7);
  background-color: rgba(11, 55, 125, 0.21);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap:active {
  border: solid 2px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_img_div .topic_img {
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #aaaaaa;
  border-radius: 50px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_img_div .topic_img > img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div {
  padding-inline: 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_ttl {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .creator {
  margin-left: 1rem;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .creator span:first-of-type {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec {
  display: flex;
  /* column-gap: 1rem; */
  justify-content: space-between;
  padding-left: 0.5rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .post_count,
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .view_count {
  display: flex;
  column-gap: 0.5rem;
  flex-basis: 60px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .post_count .material-symbols-outlined,
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .view_count .material-symbols-outlined {
  max-width: 24px;
  color: var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post {
  display: flex;
  flex-basis: 130px;
  flex-direction: column;
  row-gap: 0.5rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post .rece_postinfo {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post .rece_postinfo .pers_icon {
  width: 30px;
  height: 30px;
  background-color: #aaaaaa;
  border-radius: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post .rece_postinfo .pers_icon > img {
  width: 100%;
  object-fit: contain;
  border-radius: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post .badge {
  background-color: var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .tagview {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  color: #888888;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .tagview .material-symbols-outlined {
  max-width: 24px;
  margin-right: 0.5rem;
  color: #999999;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview {
  flex-flow: column;
  padding: 10px 10px 30px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic {
  position: relative;
  display: grid;
  /* grid-template-columns: 70px 1fr clamp(200px, 25svw, 300px); */
  grid-template-columns: 70px 1fr;
  min-height: 100px;
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-top-style: solid;
  border-top-width: 5px;
  border-radius: 5px;
  padding: 2rem 3rem;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic.cate_other {
  border-top-color: var(--fm_others-color);
  /* 他のカテゴリーも同様に動的に適用 */
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_header {
  margin-bottom: 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_body {
  display: flex;
  padding-block: 0.5rem 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_body .topic_img_div {
  flex: 0 1 100px;
  max-height: 100px;
  margin-right: 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_param {
  display: flex;
  grid-column: 2/3;
  padding-block: 1rem 0.5rem;
  border-top: dotted 1px #ccc;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_param .topic_spec {
  display: flex;
  flex: 1 0 100px;
  column-gap: clamp(0.5rem, 2svw, 100px);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_param .material-symbols-outlined {
  vertical-align: middle;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_param .specttl {
  display: inline-block;
  font-size: 0.8rem;
  color: #999999;
  margin-right: 0.25rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap {
  order: unset;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow {
  column-gap: 2svw;
  padding: 10px 1rem;
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 5px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap {
  flex-basis: 10rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap .search-icon {
  background-color: transparent;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap.active {
  padding-left: 0;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap.active .input-holder {
  width: 100%;
  max-width: 360px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .add_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(11, 55, 125);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  filter: drop-shadow(2px 2px 2px rgba(11, 55, 127, 0.5));
  border: solid 1px rgb(11, 55, 127);
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  background: #f5f5f5;
  padding: 0 10px;
  margin-top: 0;
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap {
  width: 90%;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  min-height: 100px;
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 5px;
  padding: 2rem 3rem 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_ttl,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_ttl {
  display: flex;
  justify-content: space-between;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_ttl .poster,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_ttl .poster {
  font-size: 1.1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc {
  padding-block: 1rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc > img,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc > img {
  max-width: 160px;
  max-height: 160px;
  float: left;
  shape-outside: margin-box;
  margin: 1.5rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc .poster,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc .poster {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote {
  background-color: rgb(240, 240, 224);
  /* background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: 10px 20px; */
  font-size: inherit;
  padding: 1rem 1.5rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote .contributor,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote .contributor {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote .contributor .pers_icon,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_desc blockquote .contributor .pers_icon {
  width: 30px;
  height: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .share_row,
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .share_row {
  display: flex;
  justify-content: flex-end;
  grid-column: 2/3;
  padding-block: 0.5rem 0;
  border-top: dotted 1px #ccc;
  column-gap: 1svw;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap {
  align-items: flex-end;
  border: solid 3px #0b377d;
  padding: 2.5rem 0.5rem 1rem;
  border-radius: 5px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .mypost_corner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  top: 0;
  left: 0;
  padding-inline: 1rem;
  background-color: #0b377d;
  color: white;
  border-radius: 1px 0 5px 0;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .contributor .pers_icon {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #aaaaaa;
  border-radius: 50px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .contributor .pers_icon img {
  width: 100%;
  object-fit: contain;
  border-radius: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .topic_ttl {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15em;
}
.community_wrap .comunity_container .forum_outerwrap .creator {
  font-size: 0.75rem;
  font-weight: 400;
}
.community_wrap .comunity_container .forum_outerwrap .post_date {
  font-size: 0.9rem;
  color: #999999;
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn {
  display: flex;
  background: none;
  column-gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.favbtn {
  color: #999999;
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.favbtn:hover {
  color: rgb(255, 112, 136);
  background-color: rgba(11, 55, 125, 0.1);
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.favbtn:active {
  background-color: rgba(11, 55, 125, 0.2);
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.negabtn {
  color: #999999;
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.negabtn:hover {
  color: #4b4b4b;
  background-color: rgba(11, 55, 125, 0.1);
}
.community_wrap .comunity_container .forum_outerwrap .icon_btn.negabtn:active {
  background-color: rgba(11, 55, 125, 0.2);
}

@media screen and (max-width: 991px) {
  .community_wrap {
    display: flex;
    flex-direction: column;
  }
  .community_wrap .sidebar_wrapper {
    position: relative;
    width: 100svw;
    height: max-content;
    padding-block: 1rem 0;
  }
  .community_wrap .sidebar_wrapper .side_container {
    display: block;
  }
  .community_wrap .sidebar_wrapper .side_container .togglemenu.mobi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 1rem;
    padding: 1rem;
    border: 1px solid #999999;
    border-radius: 0px;
    background: #ffffff;
    background-color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2509803922), 0 10px 20px -5px rgba(45, 62, 80, 0.3019607843);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
  }
  .community_wrap .sidebar_wrapper .side_container .togglemenu.mobi:hover {
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .community_wrap .sidebar_wrapper .side_container .togglemenu.mobi::after {
    content: "\e313";
    position: absolute;
    right: 2rem;
    font-family: "Material Symbols Outlined";
    font-size: 26px;
    transition: all 0.5s;
  }
  .community_wrap .sidebar_wrapper .side_container .togglemenu.mobi.open::after {
    transform: rotate(-180deg);
  }
  .community_wrap .sidebar_wrapper .side_container .sidebar_sections {
    position: relative;
    top: 0;
    height: calc(100% - 40px);
    padding-top: 3px;
    transition: all 0.5s;
    transform: scaleY(1);
    transform-origin: top;
  }
  .community_wrap .sidebar_wrapper .side_container .sidebar_sections.hidemenu {
    /* visibility: hidden; */
    height: 0;
    padding-top: 0;
    transform: scaleY(0);
  }
  .community_wrap .sidebar_wrapper .side_container .sidebar_sections .side_sec_wrapper {
    margin-bottom: 0;
  }
  .community_wrap .main_wrapper .comunity_container {
    width: 100svw;
  }
  .community_wrap .main_wrapper .comunity_container .memberpage-topics {
    padding-block: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .memberpage-topics::before {
    margin-top: 1rem;
    font-size: 1.4em;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap {
    margin-block: 30px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .add_btn_div {
    justify-content: center;
    /* padding-top: 30px; */
    padding-inline: 3svw;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .add_btn_div .add_btn {
    font-size: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic {
    display: block;
    padding-inline: 1.5rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_main_div .topic_header {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -24px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_main_div .topic_header .creator {
    margin-left: 60px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_main_div .topic_header .topic_ttl {
    margin-top: 0.5rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow {
    flex-direction: column-reverse;
    column-gap: 1rem;
    row-gap: 1rem;
    box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 5px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap {
    width: 100%;
    max-width: 300px;
    background: whitesmoke;
    flex: 1;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .funcwrap .functrow .search_wrap .input-holder {
    max-width: 300px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap,
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap {
    width: calc(100% - 10px);
    padding-inline: 1rem;
    display: block;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap > .contributor,
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap > .contributor {
    display: inline-block;
    position: absolute;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_ttl,
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_ttl {
    display: block;
    margin-left: 65px;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_ttl .post_date,
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .mypost_wrap .threadpost_wrap .thread_main_div .thread_ttl .post_date {
    text-align: right;
    padding-right: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap {
    margin-top: -10px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow {
    flex-direction: column-reverse;
    column-gap: 1rem;
    row-gap: 1rem;
    padding-block: 1.5rem;
    box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 5px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap {
    width: 100%;
    max-width: 300px;
    background: whitesmoke;
    flex: 1;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder {
    max-width: 300px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap {
    display: block;
    padding-inline: 1.5rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_img_div {
    position: absolute;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_img_div .topic_img {
    width: 60px;
    height: 60px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div {
    padding-inline: 0;
    margin-top: 2px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_ttl {
    min-height: 60px;
    padding-left: 70px;
    font-size: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_ttl .creator {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    width: auto;
    margin: 5px 0 1rem;
    padding: 0;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.5rem;
    padding-block: 1rem 0;
    border-top: dotted 1px #ccc;
    font-size: 0.8rem;
    color: #999999;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec {
    flex-basis: 50%;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .tagview {
    flex-basis: 50%;
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .community_wrap .main_wrapper .comunity_container .memberpage-heading {
    font-size: 16px;
  }
  .community_wrap .main_wrapper .comunity_container .comu_info_sum {
    margin-top: 40px;
  }
  .community_wrap .main_wrapper .comunity_container .memberpage-topics {
    font-size: 24px;
  }
  .community_wrap .main_wrapper .comunity_container .memberpage-topics::before {
    margin-top: 1rem;
    font-size: 1.4em;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap {
    width: 100%;
    max-width: 300px;
    background: whitesmoke;
    flex: 1;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .funcwrap .functrow .search_wrap .input-holder {
    max-width: 300px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_ttl {
    min-height: 60px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param {
    display: block;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .tagview {
    margin-top: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  .comunity_container > .memberpage-heading {
    font-size: 20px;
  }
  .comunity_container > .forum_outerwrap .message_wrap .msgttl {
    font-size: 1.25rem;
  }
  .comunity_container > .forum_outerwrap .message_wrap .msgbody {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 359px) {
  .comunity_container > .memberpage-heading {
    margin-top: 30px;
    font-size: 16px;
  }
  .comunity_container > .forum_outerwrap .message_wrap .msgbody {
    padding-block: 1rem;
  }
  .comunity_container > .forum_outerwrap .message_wrap .msgbody .msgbtnrow {
    min-width: 240px;
  }
}
.s-button {
  width: 48%;
}

.message_wrap {
  max-width: 640px;
  min-height: 320px;
  margin: 3svh auto;
  border: 1px solid var(--memberstack-library--ms-border-color);
  border-radius: 5px;
}
.message_wrap h2.msgttl {
  font-size: 1.75rem;
  text-align: center;
  margin: 0;
  padding: 1rem;
  background-color: var(--memberstack-library--ms-background-color);
  border-bottom: solid 1px var(--memberstack-library--ms-border-color);
  border-radius: 5px 5px 0 0;
}
.message_wrap h2.msgttl.errorttl .material-symbols-outlined {
  font-size: 1em;
  margin-right: 0.5em;
}
.message_wrap .msgbody {
  padding: 2rem 3rem;
}
.message_wrap .msgbody p.mainmsg {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-left: solid 10px var(--main-bg-color);
  text-indent: 0.5em;
}
.message_wrap .msgbody p.mainmsg.errormsg {
  border-left: solid 10px #d30000;
}
.message_wrap .msgbody .msgbtnrow {
  width: max-content;
  min-width: 300px;
  margin-top: 40px;
  margin-inline: auto;
}

#loadscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 80;
  opacity: 1;
  backface-visibility: hidden;
  will-change: opacity;
  transition: all 0.5s ease-in;
}

#loadscreen.fdout {
  opacity: 0;
}

#loadscreen div span {
  display: block;
  background: #000000;
  width: 100px;
  height: 5px;
  margin-top: 5px;
  animation: load 2s infinite;
  border-radius: 5px;
}

#loadscreen div span:nth-child(2) {
  animation-delay: 100ms;
}

#loadscreen div span:nth-child(3) {
  animation-delay: 200ms;
}

@keyframes load {
  50% {
    width: 5px;
    margin-right: 95px;
    opacity: 0.1;
  }
}
.comunity_container .comu_info_sum {
  padding-inline: 40px;
}
.comunity_container .com_info_sub {
  text-align: center;
  margin-bottom: 1em;
}
.comunity_container .attention_wrap {
  max-width: 960px;
}
.comunity_container .attention_wrap .warning_text {
  text-decoration: underline;
  color: var(--form-attend);
}
@media screen and (max-width: 767px) {
  .comunity_container .comu_info_sum {
    padding-inline: 0;
  }
}

.list_2ndlvl_group {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  row-gap: 10px;
}
.list_2ndlvl_group .menu_2ndlvl_link {
  width: 100%;
  min-height: 80px;
  align-items: center;
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 5px;
  padding-inline: 3rem;
  cursor: pointer;
}
.list_2ndlvl_group .menu_2ndlvl_link:hover {
  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.7);
  background-color: rgba(11, 55, 125, 0.21);
}
.list_2ndlvl_group .menu_2ndlvl_link:active {
  border: solid 2px var(--main-bg-color);
}
.list_2ndlvl_group .menu_2ndlvl_link .mem_menu_2ndvlv_icon {
  margin-right: 2rem;
}
.list_2ndlvl_group .menu_2ndlvl_link .mem_menu_2ndvlv_icon span.material-symbols-outlined {
  font-size: 2.4rem;
  color: var(--main-bg-color);
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .lvl2nd_ttl {
  font-size: 1.1rem;
  line-height: 1em;
  margin: 0 1rem 0 0;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 3px;
  padding-block: 0.75rem;
  color: #888;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat {
  display: flex;
  align-items: center;
  padding: 1px 0.5rem 1px 3px;
  border-radius: 20px;
  line-height: 1em;
  color: #333;
  letter-spacing: 1px;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat .check_stat {
  margin-right: 0.5rem;
  margin-bottom: -1px;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat.checked {
  background-color: #bbefd2;
  color: #558a6d;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat.checked .check_stat {
  color: #558a6d;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat.unchecked {
  background-color: #fbf47e;
  color: #a49a13;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat.unchecked .check_stat {
  color: #a49a13;
}
.list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .secu_info_desc {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .list_2ndlvl_group .menu_2ndlvl_link {
    padding-inline: 1.5rem;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .mem_menu_2ndvlv_icon {
    margin-right: 5svw;
  }
}
@media screen and (max-width: 479px) {
  .list_2ndlvl_group .menu_2ndlvl_link {
    padding-inline: 1rem;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .mem_menu_2ndvlv_icon {
    margin-right: 3svw;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .mem_menu_2ndvlv_icon span.material-symbols-outlined {
    font-size: 2rem;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .lvl2nd_ttl {
    flex-basis: 50%;
    display: flex;
    align-items: flex-end;
    font-size: 1rem;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info {
    flex-basis: 50%;
    flex-grow: 0;
    width: 100%;
    height: max-content;
    flex-direction: row;
    align-items: center;
    padding-block: 0;
    font-size: 13px;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 359px) {
  .list_2ndlvl_group .menu_2ndlvl_link {
    padding-inline: 8px;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat {
    min-width: 60px;
    padding: 1px;
    letter-spacing: 0;
  }
  .list_2ndlvl_group .menu_2ndlvl_link .lvl2nd_info .secu_info .sec_stat .check_stat {
    margin-right: 1px;
  }
}

.passwrap {
  position: relative;
}
.passwrap span.material-symbols-outlined {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.passwrap span.material-symbols-outlined:hover {
  color: rgba(0, 0, 0, 0.5);
}
.passwrap span.material-symbols-outlined:active {
  color: rgba(0, 0, 0, 0.6);
}

.w-input:focus:user-invalid,
.w-select:focus:user-invalid {
  border-color: #ec4d38;
  background-color: rgba(236, 77, 56, 0.05);
  outline: 0;
}

.relblock {
  position: relative;
}

.soonglass {
  /*   position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: calc(100% - 15px);
  width: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; */
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 15px);
  top: -15px;
  left: -15px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #202227;
  padding: 0 15px 5px 0;
}
.soonglass::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/member/coming-soon240.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  text-align: left;
  color: black;
  top: 0;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.ms-button:has(+ .soonglass) {
  pointer-events: none;
}

.ms-button.pending {
  /*opacity: 0.3;*/
  filter: sepia(60%);
}

.ms-button.pending :has(+ .soonglass.none) {
  opacity: 0.3;
}

.guide_apend_copy {
  margin-block: 20px 50px;
  line-height: 1.6em;
  font-weight: 600;
  font-size: clamp(16px, 1.5svw, 1.2rem);
}
.guide_apend_copy .apend_inner {
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .guide_apend_copy {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 479px) {
  .guide_apend_copy {
    padding-inline: 3svw;
    font-size: clamp(15px, 1.5svw, 1.2rem);
  }
}
@media screen and (max-width: 359px) {
  .guide_apend_copy {
    font-size: clamp(14px, 1.4svw, 1.2rem);
  }
}

.beforehand {
  margin-block: 30px;
  padding: 1rem;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-weight: 600;
}

.ms-form-heading + .apend_inner {
  margin-top: -0.5rem;
  text-align: center;
  font-size: 1.1rem;
}

.container_general.undisclosed {
  padding-block: 10svw;
}/*# sourceMappingURL=koda-membersite.css.map */