@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);
  --fm_default-color: rgb(156, 144, 52);
}

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

body.comu_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;
}

.f-align-center {
  align-items: center;
}

.bold {
  font-weight: 600;
}

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

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

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

.mb_05 {
  margin-bottom: 0.5rem;
}

.fig {
  letter-spacing: 0.15em;
}

.no_top {
  margin-top: 0;
}

.mt_2 {
  margin-top: 2rem;
}

.font_s {
  font-size: 0.8em;
}

.append_p {
  font-size: 0.7em;
  line-height: 1.4em;
}

.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;
}

.err_msg {
  color: #cc0000;
}

.paraminfo {
  color: #888;
}

.no_spin {
  width: 1.75em;
  margin-left: 0.25em;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding-block: 0.25em;
  font-weight: 200;
  border: 1px solid var(--memberstack-library--ms-border-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  transition: box-shadow 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
  position: relative;
  caret-color: var(--memberstack-library--ms-border-color);
}
.no_spin:focus {
  border-color: #3898ec;
  outline: 0;
}
.no_spin.auth_code:first-child {
  margin-left: 0;
}
@media screen and (max-width: 359px) {
  .no_spin.auth_code {
    width: 1.5em;
  }
}

input.no_spin::-webkit-inner-spin-button,
input.no_spin::-webkit-outer-spin-button,
input.no_spin_mlt::-webkit-inner-spin-button,
input.no_spin_mlt::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.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); */
  background-color: var(--_koda---bg_button);
  border: 1px solid var(--_koda---bg_button);
  border-radius: 2px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  /* border-radius: 3px; */
  /* font-weight: bold; */
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: 1.2rem; */
  font-size: 1em;
  /* filter: drop-shadow(5px 5px 3px rgba(11, 55, 127, 0.5));
  border: solid 1px rgb(11, 55, 127); */
  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;
}
.add_btn_div .add_btn .material-symbols-outlined {
  max-width: 30px;
  font-size: 2em;
  margin-right: 1rem;
}
.add_btn_div .add_btn:hover {
  background-color: #32343a;
  border-color: #32343a;
}
.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;
  font-size: 28px;
  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: 1.4em;
  text-shadow: none;
  transform: translateY(-12.5%);
}

.memberpage-imgttl {
  padding-block: 3rem 1rem;
}
@media screen and (max-width: 479px) {
  .memberpage-imgttl {
    flex-direction: column;
  }
}
.memberpage-imgttl .memberpage-topics {
  margin: 0;
  padding-block: 0;
  text-shadow: none;
  line-height: 20px;
}
.memberpage-imgttl .memberpage-topics::before {
  content: "";
}
.memberpage-imgttl .memberpage-topics .comu_pttl {
  background: linear-gradient(135deg, #000 20px, rgba(255, 255, 255, 0) 20px);
  min-width: 270px;
  margin-bottom: 0.5rem;
  font-size: 20px;
  border-bottom: solid 1px #333;
  text-align: left;
  line-height: 1.4em;
  color: var(--elements-webflow-library--neutral--600);
  text-indent: 30px;
}
.memberpage-imgttl .memberpage-topics .topic_h {
  /* font-size: 20px; */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1rem;
}

.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; */
  padding: 2rem 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 .comu_ttl_div {
  padding-top: 3svh;
}
.community_wrap .comunity_container .comu_ttl_div h2 {
  margin-bottom: 0;
}
.community_wrap .comunity_container .comu_ttl_div .msbd_ttl {
  margin-top: 5px;
  color: #000;
  font-weight: 500;
  /* text-shadow: 1px 1px 5px rgba(0,0,0,0.1); */
  /* &::before,
  &::after {
    content: "";
    flex-basis: 50px;
    flex-grow: 0;
    flex-shrink: 1;
    border-bottom: 1px solid #aaa;
  } */
  /* &::before {
    margin-right: 15px;
  }
  &::after {
    margin-left: 15px;
  } */
}
.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; */
  margin-block: 20px 30px;
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .funcwrap {
  order: 1000;
}
.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 .recent_kazu {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  align-items: flex-end;
  padding: 4rem 0 2rem;
  margin-top: 0;
  position: relative;
  border-block: solid 3px #0b377d;
  order: 1;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .recent_kazu .recent_label {
  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: 0 0 5px 5px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap {
  position: relative;
  display: grid;
  /* grid-template-columns: 100px 1fr clamp(200px, 25svw, 300px); */
  grid-template-columns: 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: solid 1px #ccc;
  border-radius: 5px;
  padding: 2rem 3rem;
  cursor: pointer;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post {
  width: 100%;
  /* grid-template-columns: 100px 1fr clamp(200px, 25svw, 300px); */
  border: solid 3px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post.latest {
  order: 1;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post:hover {
  border: solid 3px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post:active {
  border: solid 3px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post .officialtag {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 0.5em;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(-29.2893218813%, -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  /* background-color: #f07818; */
  background-color: #3898ec;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post .official_badge-a {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post .official_badge-b {
  width: 77px;
  display: inline-block;
  margin-left: 0.5rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.staff_post .official_badge-b {
  width: 77px;
  display: inline-block;
  margin-left: 0.5rem;
}
.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);
  border: solid 1px #5e6383;
}
.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: 0 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_main_div .topic_ttl {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.4em;
}
.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; */
  color: #888;
  font-size: 0.75rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap .topic_param .topic_spec .recent_post .rece_postinfo .posttime {
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #ccc;
}
.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 .rece_postinfo .last_posr_pers {
  color: #666;
}
.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; */
  grid-template-columns: 1fr;
  min-height: 100px;
  /* box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4); */
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  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.koda_post {
  border: solid 3px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic.koda_post .officialtag {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 0.5em;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(-29.2893218813%, -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  /* background-color: #f07818; */
  background-color: #3898ec;
  z-index: 1;
}
.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.cate_default {
  border-top-color: var(--fm_default-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic.cate_official {
  border-top: solid 7px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_header {
  margin-bottom: 1rem;
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_header .official_badge-a {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_header .official_badge-b {
  width: 77px;
  display: inline-block;
  margin-left: 0.5rem;
}
.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; */
  grid-column: 1/2;
  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: rgba(11, 55, 125); */
  background-color: var(--_koda---bg_button);
  border: 1px solid var(--_koda---bg_button);
  border-radius: 2px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  /* color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-weight: bold; */
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: 1rem; */
  font-size: 1em;
  /* 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 .funcwrap .functrow .add_btn:hover {
  background-color: #32343a;
  border-color: #32343a;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  background: #f5f5f5;
  /* padding: 0 10px; */
  padding: 10px 10px 0;
  margin-top: 0;
  position: relative;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap {
  /* width: 90%; */
  position: relative;
  display: grid;
  /* grid-template-columns: 100px 1fr; */
  grid-template-columns: 1fr;
  min-height: 100px;
  /* box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4); */
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  /* padding: 2rem 3rem 1rem; */
  padding: 2rem 2.5rem 1rem;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_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 {
  font-size: 1.1rem;
}
@media screen and (max-width: 479px) {
  .community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_ttl .poster {
    padding-bottom: 5px;
  }
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_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 {
  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 {
  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 .thread_img_div {
  float: left;
  max-width: 200px;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc .thread_img_div .thread_img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc .thread_img_div .thread_img img {
  display: block;
  max-width: 200px;
  max-height: 200px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc .thread_img_div .thread_img_credit {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: #999;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_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 {
  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 {
  width: 30px;
  height: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .thread_main_div .thread_desc p {
  overflow-wrap: anywhere;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap .share_row {
  display: flex;
  justify-content: flex-end;
  /* grid-column: 2 / 3; */
  grid-column: 1/2;
  padding-block: 0.5rem 0;
  border-top: dotted 1px #ccc;
  column-gap: 1svw;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.koda_post {
  border: solid 3px var(--main-bg-color);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.koda_post:has(.pinmark) {
  order: 1;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.koda_post .pinmark {
  position: absolute;
  right: 0;
  top: -18px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #0b377d;
  font-size: 36px;
  text-shadow: 4px 4px 0px #fff, -4px 0px 0 #fff;
  transform: rotate(30deg);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.staff_post:has(.pinmark) {
  order: 1;
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.staff_post .pinmark {
  position: absolute;
  right: 0;
  top: -18px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #2da066;
  font-size: 36px;
  text-shadow: 4px 4px 0px #fff, -4px 0px 0 #fff;
  transform: rotate(30deg);
}
.community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.koda_post .official_badge-b, .community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.staff_post .official_badge-b, .community_wrap .comunity_container .forum_outerwrap .forumwrap.threadsview .threads_wrap .threadpost_wrap.mypost_wrap .official_badge-b {
  width: 77px;
  display: inline-block;
  margin-left: 0.5rem;
}
.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: cover;
  border-radius: 30px;
}
.community_wrap .comunity_container .forum_outerwrap .topic_ttl {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 5px;
}
.community_wrap .comunity_container .forum_outerwrap .creator {
  font-size: 0.75rem;
  font-weight: 400;
}
.community_wrap .comunity_container .forum_outerwrap .creator span:first-of-type {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
}
.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 #ffffff40,
      0 10px 20px -5px #2d3e504d; */
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1450980392), 0 3px 6px -2px rgba(45, 62, 80, 0.1294117647);
    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.2s;
    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 {
    position: relative;
    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: 1rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_main_div .topic_header .official_badge-a {
    position: absolute;
    top: 0;
    right: 0;
    width: 77px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap.threadsview .main_topic .topic_main_div .topic_header .official_badge-b {
    width: 77px;
    display: inline-block;
    margin-left: 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;
    padding-block: 1.5rem 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.koda_post .topic_img_div {
    position: absolute;
    /* left: 50px; */
    left: 2rem;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post .topic_img_div .topic_img {
    width: 60px;
    height: 60px;
  }
  .community_wrap .main_wrapper .comunity_container .forum_outerwrap .forumwrap .topiclist_wrap.koda_post .topic_main_div {
    /* margin-left: 30px; */
    margin-left: 0.5rem;
    /* .topic_ttl {
      padding-left: 70px;
    } */
  }
  .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) {
  .community_wrap .main_wrapper .comunity_container .memberpage-topics {
    padding-inline: 20px;
  }
  .community_wrap .main_wrapper .comunity_container > .forum_outerwrap .add_btn_div {
    padding-inline: 0;
  }
  .community_wrap .main_wrapper .comunity_container > .forum_outerwrap .forumwrap:not(.threadsview) .topic_main_div .creator {
    text-align: right;
  }
  .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;
  }
  .comunity_container > .forum_outerwrap .message_wrap .msgbody .msgbtnrow {
    min-width: 75svw;
  }
}
@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%;
}

.popup_dialog {
  /* padding: 10px; */
  padding: 0;
  border: none;
  outline: none;
  border-radius: 5px;
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4); */
}
.popup_dialog::backdrop {
  /* background-color: rgba(0, 0, 0, 0.3); */
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_dialog.pw-promo {
  background: linear-gradient(to bottom, #ffe28d, white 38%);
}
.popup_dialog#post_topic_dialog {
  position: relative;
}
.popup_dialog header {
  position: relative;
}
.popup_dialog header .dform_header {
  background-color: var(--main-bg-color);
  margin: 0;
  padding: 1rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: white;
  /* for Paywall only */
}
.popup_dialog header .dform_header.pwd_header {
  background-color: #000000;
  text-align: center;
  font-weight: 400;
}
.popup_dialog header .dform_header.pwd_header_s {
  background-color: transparent;
  padding-block: 0.3rem;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: inherit;
  color: inherit;
}
.popup_dialog.pw-promo_blk {
  background: #ffffff;
}
.popup_dialog.pw-promo_blk header .dform_header.pwd_header_s {
  background-color: #000000;
  color: #ffffff;
}
.popup_dialog.pw-promo_mono header .dform_header.pwd_header_s {
  background-color: #cbcbcb;
  color: #000;
}
.popup_dialog .dclose {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: none;
  outline: none;
}
.popup_dialog .dclose .material-symbols-outlined {
  color: white;
}
.popup_dialog .dclose .material-symbols-outlined.darktxt {
  color: #333333;
}
.popup_dialog .form-wrap {
  width: 80svw;
  max-width: 1024px;
  min-width: 320px;
  padding: 30px 5svw;
}
.popup_dialog .form-wrap .dform {
  margin: 20px 2svw;
}
.popup_dialog .form-wrap .dform .d_desc {
  padding-block: 0 2rem;
}
.popup_dialog .form-wrap .dform .d_desc .post_topic {
  font-weight: bold;
  color: #0b377d;
  font-style: italic;
}
.popup_dialog .form-wrap .dform .d_desc .confmsg {
  visibility: hidden;
  font-weight: 600;
  margin-top: 0.25rem;
  color: #0b377d;
}
.popup_dialog .form-wrap .dform .char_count {
  margin-top: -1em;
  margin-bottom: 1.333em;
  text-align: right;
  font-size: 0.8rem;
  color: #6b7280;
  transition: color 0.2s;
}
.popup_dialog .form-wrap .dform .char_count.is-warn {
  color: #d97706;
}
.popup_dialog .form-wrap .dform .char_count.is-max {
  color: #dc2626;
}
.popup_dialog .form-wrap .dform .ng_word_warning {
  margin-bottom: 1.333em;
  padding: 0.75em 1em;
  border: 1px solid #d30000;
  border-radius: 2px;
  background-color: #fff5f5;
  color: #d30000;
  font-size: 0.85rem;
  white-space: pre-wrap;
}
.popup_dialog .form-wrap .dform .attention {
  text-align: right;
  font-size: 0.75rem;
}
.popup_dialog .form-wrap .dform .exptxt {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.popup_dialog .form-wrap .dform input,
.popup_dialog .form-wrap .dform textarea,
.popup_dialog .form-wrap .dform button.resetbtn,
.popup_dialog .form-wrap .dform .text_area {
  position: relative;
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid var(--memberstack-library--ms-border-color);
  color: #121331;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 1.333em;
  /* box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.102); */
  transition: box-shadow 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.popup_dialog .form-wrap .dform input:focus,
.popup_dialog .form-wrap .dform textarea:focus,
.popup_dialog .form-wrap .dform button.resetbtn:focus,
.popup_dialog .form-wrap .dform .text_area:focus {
  outline: none;
}
.popup_dialog .form-wrap .dform input[type=text],
.popup_dialog .form-wrap .dform textarea {
  width: 100%;
}
.popup_dialog .form-wrap .dform input[type=text]:focus,
.popup_dialog .form-wrap .dform textarea:focus {
  border-color: #3898ec;
}
.popup_dialog .form-wrap .dform input[type=text]:user-invalid,
.popup_dialog .form-wrap .dform textarea:user-invalid {
  border-color: #d30000;
}
.popup_dialog .form-wrap .dform input,
.popup_dialog .form-wrap .dform button.resetbtn {
  height: 40px;
  line-height: 1.4;
}
.popup_dialog .form-wrap .dform input[type=file] {
  /* display: inline-block; */
  width: 60%;
  max-width: 480px;
  min-width: 360px;
  padding: 0;
  font-size: 0.8rem;
}
.popup_dialog .form-wrap .dform input[type=file]::file-selector-button {
  width: 30%;
  height: 100%;
  min-width: 150px;
  margin-right: 1rem;
  border: none;
  border-radius: 2px 0px 0px 2px;
  /* box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); */
  transition: box-shadow 0.2s, background-color 0.2s;
  outline: none;
  cursor: pointer;
}
.popup_dialog .form-wrap .dform input[type=file]::file-selector-button:hover {
  background-color: rgb(218, 218, 218);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
}
.popup_dialog .form-wrap .dform input[type=file]::file-selector-button:active {
  background-color: rgb(203, 203, 203);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.35);
}
.popup_dialog .form-wrap .dform input[type=file]:focus {
  border-color: rgba(18, 19, 49, 0.251);
}
.popup_dialog .form-wrap .dform input[type=file]:user-invalid {
  border-color: #d30000;
}
.popup_dialog .form-wrap .dform .previmgf {
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin-left: 5%;
  margin-top: -1em;
  overflow: hidden;
  border: 1px solid rgba(18, 19, 49, 0.251);
  border-radius: 50px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.102);
}
.popup_dialog .form-wrap .dform .previmgf img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
.popup_dialog .form-wrap .dform .filepara {
  margin-left: 0.7rem;
  font-size: 0.7rem;
}
.popup_dialog .form-wrap .dform #thread_descinp .previmgf {
  border-radius: 50px;
}
.popup_dialog .form-wrap .dform .ms-button {
  cursor: pointer;
}
.popup_dialog .form-wrap .dform .ms-button:active {
  border: unset;
}
.popup_dialog .form-wrap .dform .ms-button.submitbtn {
  border-color: #3898ec;
  background-color: #3898ec;
  border-radius: 2px;
  max-width: none;
  font-size: 1em;
  color: white;
}
.popup_dialog .form-wrap .dform .ms-button.submitbtn:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #32343a;
}
.popup_dialog .form-wrap .dform .ms-button.submitbtn:disabled {
  cursor: not-allowed;
  color: #888;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.popup_dialog .form-wrap .dform .ms-button.submitbtn:disabled:hover {
  color: #888;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.popup_dialog .form-wrap .dform .ms-button.resetbtn:hover {
  border-color: #ccc;
  background-color: #eaeaea;
}
.popup_dialog .form-wrap .dform .two-btn-row {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}
.popup_dialog .form-wrap .dform 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;
}
.popup_dialog .form-wrap .dform blockquote .contributor {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.popup_dialog .form-wrap .dform blockquote .contributor .pers_icon {
  width: 30px;
  height: 30px;
}
.popup_dialog .form-wrap .dform.conf input[type=text],
.popup_dialog .form-wrap .dform.conf input[type=file],
.popup_dialog .form-wrap .dform.conf textarea {
  border: none;
  background-color: #f9f9f9;
  box-shadow: none;
}
.popup_dialog .form-wrap .dform.conf input[type=file]::file-selector-button {
  visibility: hidden;
}
.popup_dialog .form-wrap .dform.conf textarea {
  height: max-content;
}
.popup_dialog .member-suggest-wrap {
  width: 50svw;
  max-width: 720px;
  min-width: 480px;
  padding-block: 20px;
  padding-inline: clamp(15px, 10svw, 100px);
}
.popup_dialog .member-suggest-wrap .d_leadblock {
  margin-bottom: 5px;
  border-bottom: solid 1px black;
  padding-bottom: 25px;
}
.popup_dialog .member-suggest-wrap .d_leadblock h4 {
  margin-bottom: 20px;
}
.popup_dialog .member-suggest-wrap .d_leadblock .feeblock {
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.popup_dialog .member-suggest-wrap .d_leadblock.pat3 {
  padding-bottom: 10px;
  border-bottom: none;
  font-size: 12px;
}
.popup_dialog .member-suggest-wrap .d_leadblock.pat3 .feeblock {
  width: max-content;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 1rem 1.5rem;
  border: solid 1px #3898ec;
  border-radius: 10px;
  font-size: 1.1rem;
}
.popup_dialog .member-suggest-wrap .d_leadblock.pat3 ul {
  padding-left: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.popup_dialog .member-suggest-wrap .d_leadblock.pat3 .etc-front {
  position: relative;
  padding-inline: 2rem;
}
.popup_dialog .member-suggest-wrap .d_leadblock.pat3 .etc-front::before {
  content: "";
  position: relative;
  top: 1rem;
  left: 2rem;
  display: block;
  width: calc(100% - 5rem);
  border-top: dotted 1px #333;
}
.popup_dialog .member-suggest-wrap .primg_dv {
  padding-block: 15px;
}
.popup_dialog .member-suggest-wrap .d_desc {
  margin-bottom: 30px;
  font-size: 1rem;
}
.popup_dialog .member-suggest-wrap .d_desc p {
  margin-block: 20px;
}
.popup_dialog .member-suggest-wrap .ms-button.ms-is-form {
  max-width: 360px;
}
.popup_dialog.pw-promo .member-suggest-wrap {
  padding-top: 10px;
}
.popup_dialog .dialogft {
  padding: 0 25px 1.5rem;
  font-size: 0.8rem;
}
.popup_dialog .message_wrap {
  min-height: auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .popup_dialog header .dform_header {
    font-size: 16.5px;
  }
  .popup_dialog .form-wrap {
    width: 90svw;
    max-width: unset;
    min-width: unset;
    padding: 10px 3svw;
  }
  .popup_dialog .form-wrap .dform .d_desc {
    padding-bottom: 1rem;
  }
  .popup_dialog .form-wrap .dform input[type=file] {
    width: auto;
    max-width: unset;
    min-width: unset;
  }
  .popup_dialog .form-wrap .dform input[type=file]::file-selector-button {
    width: auto;
    min-width: unset;
  }
  .popup_dialog .form-wrap .dform blockquote {
    padding: 0.5rem;
  }
  .popup_dialog .form-wrap .dform .dform_part > .flexrow {
    display: block;
  }
  .popup_dialog .form-wrap .dform .dform_part > .flexrow #thread_img {
    width: 100%;
  }
  .popup_dialog .member-suggest-wrap {
    width: clamp(320px, 90svw, 540px);
    max-width: none;
    min-width: 0;
    padding: 30px 5svw;
  }
}
.popup_dialog.doc_dialog {
  width: 80svw;
  max-width: 1024px;
  height: 90svh;
  overscroll-behavior: contain;
}
.popup_dialog.doc_dialog .doc-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.popup_dialog.doc_dialog .doc-wrap .info_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  padding: 50px 3svw;
}
.popup_dialog.doc_dialog .doc-wrap .dialogsect {
  margin-inline: 5svw;
  padding: 0 3svw 20px;
  margin-bottom: 20px;
}
.popup_dialog.doc_dialog .doc-wrap .dialogsect:first-child {
  padding-top: 20px;
}
.popup_dialog.doc_dialog .doc-wrap .dialogsect:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.popup_dialog.doc_dialog .doc-wrap .dialogsect h2 {
  font-size: 1.1rem;
}
.popup_dialog.doc_dialog .doc-wrap footer {
  padding-block: 30px 15px;
  border-top: solid 1px #ccc;
  border-inline: solid 5svw #fff;
}
.popup_dialog.doc_dialog .doc-wrap footer .ms-button {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .popup_dialog.doc_dialog {
    width: 90svw;
  }
}
@media screen and (max-width: 479px) {
  .popup_dialog.doc_dialog {
    width: 95svw;
  }
}

.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.5rem;
  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; */
  margin-block: 10px 20px;
  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;
}

.login_body .attention_div {
  width: 100%;
  min-width: 400px;
  max-width: 720px;
  padding-inline: 80px;
}
@media screen and (max-width: 767px) {
  .login_body .attention_div {
    padding-inline: 4svw;
  }
}
@media screen and (max-width: 479px) {
  .login_body .attention_div {
    width: 100%;
    min-width: 60svw;
    max-width: 90svw;
    padding-inline: 2svw;
    overflow: visible;
  }
}

/* .tooltip:has(input[type=submit]:disabled):hover::before, */
.tooltip:has(input[type=submit]:disabled):hover::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 2px 0, rgba(0, 0, 0, 0.3) 1px 1px 2px 0px;
  color: #fff;
  opacity: 1;
  transition: all 0.6s;
}

/* .tooltip:has(input[type=submit]:disabled):hover::before {
  content: "";
  border: 7px solid transparent;
  top: 19px;
  right: 56px;
} */
.tooltip:has(input[type=submit]:disabled):hover::after {
  content: attr(data-tooltip);
  display: block;
  padding: 7px 13px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  top: auto;
  right: auto;
  width: max-content;
  margin-top: 7.5px;
}

.tooltip:has(input[type=checkbox])::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset rgba(255, 255, 255, 0.3) 0px 0px 1px 0, rgba(0, 0, 0, 0.3) 1px 1px 1px 0px;
  color: #fff;
  opacity: 1;
  transition: all 0.6s;
  content: attr(data-tooltip);
  display: block;
  padding: 7px 13px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  top: auto;
  right: auto;
  width: max-content;
  visibility: hidden;
}

.tooltip.viewalert:has(input[type=checkbox])::after {
  visibility: visible;
}

.koda-full-form-block.sign_from_block.simple_form_block {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-bottom: 20px;
}

.login_body .simple_form_block .attention_div .attention_wrap {
  margin-top: 0;
}

.payment_block {
  padding-bottom: 20px;
}
.payment_block input {
  max-width: 360px;
}
.payment_block .multi-inp-div {
  margin-bottom: 1.333em;
}
.payment_block .w-select {
  margin-bottom: 0;
}

#security_code {
  width: 100px;
}

.inp_follow {
  margin-left: 1rem;
  margin-bottom: 1.333em;
}

.withdraw_wrap {
  width: 100%;
  background-color: var(--_koda---bg_pale);
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}
.withdraw_wrap .step_nav_left {
  flex-basis: 300px;
  max-width: 360px;
  min-width: 250px;
  margin-top: -20px;
  /* padding: 20px 0 20px 2svw; */
  flex-grow: 1;
}
.withdraw_wrap .step_nav_left .left-step-div {
  display: flex;
}
.withdraw_wrap .step_nav_left .left-step-div .toplink_div {
  padding-block: 1rem;
}
.withdraw_wrap .step_nav_left .left-step-div .toplink_div a.graylink {
  color: #333;
}
.withdraw_wrap .step_nav_left .left-step-div .toplink_div a.graylink:hover {
  text-decoration: underline;
}
.withdraw_wrap .step_nav_left .left-step-div .left_step_head {
  font-size: 1rem;
}
.withdraw_wrap .step_nav_left .left-step-div {
  flex-direction: column;
  row-gap: 1rem;
  /* margin-top: 20px; */
  padding: clamp(10px, 2svw, 20px);
  background-color: var(--_koda---bg_pale);
  /* border-radius: 5px; */
  /* border: solid 2px #ccc; */
}
.withdraw_wrap .step_nav_left .left-step-div .left_nav_block {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
}
.withdraw_wrap .step_nav_left .left-step-div .left_nav_block.active {
  background-color: #dfdfdf;
  border-color: #000;
  color: #000;
  font-weight: 600;
}
.withdraw_wrap .step_nav_left .left-step-div .left_nav_block.att {
  background-color: rgba(209, 192, 141, 0.2901960784);
  border-color: #d2a49d;
}
.withdraw_wrap .step_nav_left .left-step-div .left_nav_block .left_nav_num {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
  background-color: var(--_koda---bg_pale);
  color: #333;
  border: solid 1px #ccc;
  border-radius: 50px;
  line-height: 1em;
}
.withdraw_wrap .step_nav_left .left-step-div .left_nav_block .left_nav_num.active {
  background-color: #333;
  color: #fff;
  border: solid 1px #333;
}
@media screen and (max-width: 991px) {
  .withdraw_wrap .step_nav_left {
    flex-basis: 240px;
    flex-shrink: 1;
    min-width: 220px;
  }
  .withdraw_wrap .step_nav_left .step_nav_left .left-step-div .left_nav_block .left_nav_num {
    margin-right: 0.5rem;
  }
}
.withdraw_wrap section.main {
  display: flex;
  justify-content: center;
  flex-basis: calc(100% - 300px);
  background-color: #fff;
}
.withdraw_wrap section.main .menu_2ndlvl {
  max-width: 840px;
  /* width: auto; */
  width: clamp(400px, 68svw, 840px);
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block {
  flex-direction: row;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: solid 2px #ccc;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div.expm {
  background-color: var(--_koda---bg_pale);
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div.attm {
  background-color: rgba(209, 192, 141, 0.2901960784);
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div h2 {
  font-size: 1.2rem;
  margin-top: 0;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div h3 {
  font-size: 1rem;
  margin-top: 0;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div h4 {
  font-size: 14px;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div .radio-check-label,
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div .ms-input-label {
  font-size: 14px;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div textarea {
  /* width: clamp(240px, 65svw, 754px); */
  width: 100%;
  border: 1px solid var(--memberstack-library--ms-border-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 2px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
}
.withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div textarea:focus {
  border-color: #3898ec;
  outline: 0;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row {
  border-top: solid 1px #ccc;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row .two-btn-row {
  justify-content: space-between;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row .two-btn-row .ms-button {
  max-width: 360px;
  flex-shrink: 1;
  padding-top: 0.6em;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row .two-btn-row .ms-button.disbtn_link {
  background-color: #ccc;
  border-color: var(--menu-bg-label);
  color: var(--menu-bg-label);
  cursor: not-allowed;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r {
  display: flex;
  justify-content: space-between;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r .two-btn-row {
  flex-basis: 50%;
}
.withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r .two-btn-row .ms-button {
  max-width: 50%;
}
.withdraw_wrap section.main .menu_2ndlvl .checkmark_bg .material-symbols-outlined {
  font-size: 80px;
  font-weight: 300;
  color: #4b4b4b;
}
@media screen and (max-width: 991px) {
  .withdraw_wrap section.main {
    flex-basis: calc(100% - 240px);
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .withdraw_wrap {
    flex-direction: column;
  }
  .withdraw_wrap .step_nav_left {
    max-width: 100svw;
    flex-basis: 0;
    display: block;
  }
  .withdraw_wrap .step_nav_left .left-step-div {
    row-gap: 0;
    padding-bottom: 10px;
  }
  .withdraw_wrap .step_nav_left .left-step-div .toplink_div,
  .withdraw_wrap .step_nav_left .left-step-div .left_step_head {
    display: none;
  }
  .withdraw_wrap .step_nav_left .left-step-div .left_nav_block:not(.active) {
    height: 0;
    transform: scaleY(0);
    padding-block: 0;
    border-width: 0;
  }
  .withdraw_wrap section.main .menu_2ndlvl {
    width: calc(100% - 6svw);
    padding-inline: 3svw;
  }
  .withdraw_wrap section.main .menu_2ndlvl .menu_2ndlvl_block .withdraw_div textarea {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .withdraw_wrap section.main .menu_2ndlvl {
    width: calc(100% - 4svw);
    padding-inline: 2svw;
  }
  .withdraw_wrap section.main .menu_2ndlvl .ms-form-heading {
    margin-block: 20px;
  }
  .withdraw_wrap section.main .menu_2ndlvl .sign-sub-h {
    font-size: 0.9rem;
  }
  .withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row .two-btn-row {
    flex-direction: column;
  }
  .withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row .two-btn-row .ms-button {
    max-width: none;
  }
  .withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r {
    flex-direction: column;
  }
  .withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r .two-btn-row:not(:first-of-type) {
    padding-top: 0;
  }
  .withdraw_wrap section.main .menu_2ndlvl .withdraw_btn_row.three_btnrow_r .two-btn-row .ms-button {
    max-width: 100%;
  }
}

.menu_2ndlvl.listwrap {
  max-width: 940px;
}
.menu_2ndlvl.listwrap .history_div {
  width: 100%;
}
.menu_2ndlvl.listwrap .history_div .tab_bar_h {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  /* background-color: #f1f1f1;
  border: solid 1px #ccc; */
  border-bottom: solid 2px #616161;
}
.menu_2ndlvl.listwrap .history_div .tab_bar_h .tab_button {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  border-radius: 3px 3px 0 0;
  display: block;
  outline: 0;
}
.menu_2ndlvl.listwrap .history_div .tab_bar_h .tab_button:not(:hover):not(:active):not(.active) {
  background-color: #fff;
}
.menu_2ndlvl.listwrap .history_div .tab_bar_h .tab_button.active {
  color: #fff;
  background-color: #616161;
}
.menu_2ndlvl.listwrap .history_div table th,
.menu_2ndlvl.listwrap .history_div table td {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.menu_2ndlvl.listwrap .history_div table .td-regidate,
.menu_2ndlvl.listwrap .history_div table .td-plan,
.menu_2ndlvl.listwrap .history_div table .td-fee {
  text-align: center;
  min-width: fit-content;
  white-space: nowrap;
}
.menu_2ndlvl.listwrap .history_div table .td-regidate {
  width: 15%;
  max-width: 150px;
}
.menu_2ndlvl.listwrap .history_div table .td-plan,
.menu_2ndlvl.listwrap .history_div table .td-fee {
  width: 20%;
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .menu_2ndlvl.listwrap {
    width: 100%;
    padding-inline: 5svw;
  }
}
@media screen and (max-width: 767px) {
  .menu_2ndlvl.listwrap .history_div table th,
  .menu_2ndlvl.listwrap .history_div table td {
    padding: 1em;
  }
}
@media screen and (max-width: 479px) {
  .menu_2ndlvl.listwrap {
    max-width: 100%;
    padding-inline: 2svw;
  }
  .menu_2ndlvl.listwrap .menu_2ndlvl_component,
  .menu_2ndlvl.listwrap .list_2ndlvl_group {
    width: 100%;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table {
    border: solid 1px rgba(0, 0, 0, 0.3);
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody {
    display: block;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr {
    display: grid;
    grid-template-columns: 25% 35% 40%;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr:not(:last-child),
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr:not(:last-child) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    min-width: auto;
    padding: 10px 5px;
    border: none 0px transparent;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th.td-regidate,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td.td-regidate,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th.td-regidate,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td.td-regidate {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th.td-app,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td.td-app,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th.td-app,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td.td-app {
    display: none;
    grid-column-start: 2;
    grid-column-end: 4;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-left: solid 1px rgba(0, 0, 0, 0.3);
    justify-content: flex-start;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th.td-app.remarks,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td.td-app.remarks,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th.td-app.remarks,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td.td-app.remarks {
    position: relative;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th.td-app.remarks::before,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td.td-app.remarks::before,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th.td-app.remarks::before,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td.td-app.remarks::before {
    content: "【備考】";
    position: relative;
    font-weight: 600;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr th:not(:first-child):not(:last-child),
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div table tr td:not(:first-child):not(:last-child),
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr th:not(:first-child):not(:last-child),
  .menu_2ndlvl.listwrap .list_2ndlvl_group .history_div tbody tr td:not(:first-child):not(:last-child) {
    border-left: solid 1px rgba(0, 0, 0, 0.3);
  }
}

/* 以下追加 */
.comuttl_img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
}
.comuttl_img img {
  object-fit: cover;
}

.memberpage-heading.flexrow .sub_h_text {
  margin-left: 1rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.memberpage-heading.flexrow .sub_h_text .memname {
  margin-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .memberpage-heading.flexrow {
    flex-direction: column;
  }
  .memberpage-heading.flexrow .sub_h_text {
    margin-left: 0;
  }
}

.mem_menu_box:has(.status_menu) {
  margin-top: 0;
  /* margin-bottom: 20px; */
  padding-block: 0 30px;
  justify-content: flex-end;
  border-bottom: solid 1px #ccc;
}
.mem_menu_box .mem_menu_items.status_menu {
  height: 60px;
}
.mem_menu_box .mem_menu_items.status_menu .mem_menu_icon {
  max-height: 60%;
}

/* payment_method_edit */
.showbtn_wrap {
  transform-origin: top;
  transition: all 0.2s ease-out;
  height: fit-content;
  transform: scaleY(1);
  opacity: 1;
}
.showbtn_wrap.hide {
  transform: scaleY(0);
  height: 0;
  opacity: 0;
}

.card_info_wrap {
  transform-origin: top;
  transform: scaleY(0);
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.card_info_wrap.open {
  transform: scaleY(1);
  height: fit-content;
  opacity: 1;
}

.pay_wrap_block {
  margin-top: 40px;
}
.pay_wrap_block .payment_block:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.pay_wrap_block .payment_block .attention_wrap p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .pay_wrap_block .payment_block .attention_wrap {
    padding-inline: 1rem;
  }
}
.pay_wrap_block .card_next_state {
  display: inline-block;
  padding: 1rem 2rem;
}
.pay_wrap_block .card_next_state .nextvalidity {
  font-size: 1.1rem;
  font-weight: 800;
}
.pay_wrap_block .card_next_state .nextvalidity.active {
  color: var(--_koda---bg_button);
}
.pay_wrap_block .card_next_state .nextvalidity.inactive {
  color: var(--form-attend);
}
.pay_wrap_block .card_state_div {
  width: 100%;
  min-height: 7rem;
  padding-inline: 3svw;
  border: 1px solid var(--memberstack-library--ms-border-color);
  border-radius: 3px;
  font-size: 1rem;
}
.pay_wrap_block .card_state_div .card_state_row {
  column-gap: 2rem;
  justify-content: space-between;
  min-height: 5rem;
}
.pay_wrap_block .card_state_div .card_state_row .myc_info {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0.25rem;
}
.pay_wrap_block .card_state_div .card_state_row .myc_info span {
  display: inline-block;
}
.pay_wrap_block .card_state_div .card_state_row .myc_info span.cbrand {
  font-size: 1.2rem;
  font-weight: 600;
}
.pay_wrap_block .card_state_div .card_state_row .myc_info span.blind_num {
  letter-spacing: 0.25em;
}
.pay_wrap_block .card_state_div .card_state_row .c_name {
  color: #666;
}
.pay_wrap_block .card_state_div .card_state_row .expiry {
  margin-left: 2svw;
}
.pay_wrap_block .card_state_div .card_state_row .expiry .expirery_info {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  color: #888;
}
.pay_wrap_block .card_state_div .card_state_row .expiry .expiration_date {
  text-align: right;
}
.pay_wrap_block .card_state_div .nextvalidity {
  font-size: 0.7rem;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .pay_wrap_block .card_state_div .card_state_row {
    column-gap: 10px;
    font-size: 0.9rem;
  }
  .pay_wrap_block .card_state_div .card_state_row .myc_info {
    column-gap: 5px;
  }
  .pay_wrap_block .card_state_div .card_state_row .myc_info span.cbrand {
    font-size: 1rem;
  }
  .pay_wrap_block .card_state_div .card_state_row .expiry .expirery_info {
    font-size: 0.75rem;
  }
}

.memform_dialog {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}
.memform_dialog header .dform_header {
  padding-inline: 3rem;
  font-size: 1.2rem;
}
.memform_dialog .doc-body {
  padding-top: 40px;
}
.memform_dialog .doc-body .dialogsect {
  padding-block: 0 20px;
  padding-inline: clamp(0px, 6svw, 80px);
  padding-top: 0px;
  margin-bottom: 20px;
}
.memform_dialog .doc-body .dialogsect .popform > div {
  margin-top: 30px;
}
.memform_dialog .doc-body .dialogsect p#sentmail {
  margin-block: 1.25rem;
  text-align: center;
  font-size: 1.1rem;
  color: #666;
}
.memform_dialog .doc-body .attention_div {
  padding-inline: clamp(0px, 6svw, 80px);
}
.memform_dialog .doc-body .attention_div .attention_wrap {
  margin-top: 0;
}

/* my-photo-gallery */
.menu_2ndlvl.listwrap .ms-form-heading {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .menu_2ndlvl.listwrap .ms-form-heading {
    margin-top: 45px;
  }
}
@media screen and (max-width: 479px) {
  .menu_2ndlvl.listwrap .ms-form-heading {
    margin-top: 30px;
  }
}
.menu_2ndlvl.listwrap .totaldl {
  margin-block: 0 1rem;
  padding: 0.5rem 1rem;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1em;
}
.menu_2ndlvl.listwrap .totaldl #total_dl_count {
  font-weight: bold;
}
.menu_2ndlvl.listwrap .mygallery_div .tab_bar_h {
  margin-bottom: 0;
}
.menu_2ndlvl.listwrap .mygallery_div table {
  table-layout: fixed;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th {
  padding: 10px 1rem 0;
  background-color: transparent;
  border: none;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th:first-child {
  width: 10%;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th:not(:first-child) {
  width: 30%;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th:has(button) {
  text-align: right;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th button {
  display: inline-flex;
  width: 120px;
  background-color: rgba(220, 220, 220, 0.1);
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 3px;
  text-indent: 0.5em;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th button span.material-symbols-outlined {
  transition: all 0.3s;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th button.asc span.material-symbols-outlined {
  rotate: 180deg;
}
.menu_2ndlvl.listwrap .mygallery_div table thead tr th button:hover, .menu_2ndlvl.listwrap .mygallery_div table thead tr th button:active {
  background-color: rgba(220, 220, 220, 0.5);
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr.tb_head_row td:not(.dl_month) {
  padding-inline: 1rem;
  padding-block: 1.5rem 0;
  font-size: 0.7rem;
  color: #666;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr.tb_head_row td:not(.dl_month) > div {
  padding: 5px;
  border: solid 1px #ccc;
  border-top: solid 3px #000;
  border-radius: 3px;
  text-align: center;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr:not(.tb_head_row) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td {
  width: 30%;
  padding: 1em;
  border: none 0px transparent;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month {
  width: 10%;
  /* padding-inline: 10px; */
  padding-inline: 1px;
  background-color: #000;
  text-align: center;
  border-bottom: solid 3px #fff;
  color: #fff;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month div {
  color: #fff;
  font-size: 12px;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month div:first-child {
  margin-bottom: 1em;
  font-weight: 600;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month div:not(:first-child) {
  color: #dddddd;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month div.tilde {
  width: 100%;
  /* text-orientation: mixed; */
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td.dl_month span {
  /* display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  max-width: 50px; */
  background: #000;
  color: #fff;
  font-size: 12px;
  /* border-radius: 50%;
  border-style: dotted;
  border-width: 3px; */
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .photo_info {
  margin-block: 1rem;
  padding: 5px;
  border: solid 1px #ccc;
  border-top: solid 3px #000;
  border-radius: 3px;
  text-align: center;
  font-size: 0.7rem;
  color: #666;
}
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap,
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
/* obfuscated-image は closed shadow DOM 内の canvas に描画する custom element で、
   DOM上に img が無いため img セレクタでは当たらない。同じ指定を host 側にも当てる。
   角丸は host に border-radius を付けるだけでは canvas がはみ出すため overflow: hidden が要る。 */
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap img,
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap obfuscated-image,
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap > a img,
.menu_2ndlvl.listwrap .mygallery_div table tbody tr td .gallery_imgwrap > a obfuscated-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  overflow: hidden;
  object-fit: contain;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table {
    display: block;
    border: none;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table thead {
    display: block;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table thead tr {
    display: flex;
    justify-content: flex-end;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table thead tr th {
    width: auto;
    border: none;
    padding: 10px 5px;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table thead tr th:not(:first-child):not(:last-child) {
    border-left: none;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody {
    display: block;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr:not(:last-child) {
    border: none;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td {
    display: block;
    width: 50%;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td.dl_month {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-inline: 1rem;
    background-color: #000;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td.dl_month div:first-child {
    margin-bottom: 0;
    margin-right: 3em;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td.dl_month div.tilde {
    width: auto;
    writing-mode: initial;
  }
}
@media screen and (max-width: 479px) {
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr {
    display: block;
    margin-bottom: 2rem;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td {
    display: flex;
    width: auto;
    flex-direction: column-reverse;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td:not(:first-child):not(:last-child) {
    border: none;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td.dl_month {
    padding-inline: 10px;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td.dl_month span {
    width: auto;
    aspect-ratio: auto;
    max-width: none;
    border: none;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td:not(:has(.gallery_imgwrap)):not(.dl_month) {
    padding: 0;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .photo_info {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 80svw;
    margin-block: 5px 10px;
    border: none;
    border-top: solid 1px #000;
    border-radius: 0;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap > a {
    aspect-ratio: auto;
  }
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap img,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap obfuscated-image,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap > a img,
  .menu_2ndlvl.listwrap .list_2ndlvl_group .mygallery_div table tbody tr td .gallery_imgwrap > a obfuscated-image {
    max-width: 80svw;
    max-height: 80svw;
  }
  .menu_2ndlvl.listwrap .attention_lists {
    padding-inline: 1rem;
  }
}

/* タグ入力追加分 */
.tagify {
  /* min-width: 10em;
  max-width: calc(100% - 220px); */
  /*  width: calc(100% - 220px); */
  width: max-content;
  max-width: 100%;
  min-width: 320px;
  font-size: 14px;
  min-height: 44px;
  border: 1px solid #aaa;
  border-radius: 4px;
  vertical-align: middle;
  align-items: center;
  --tag-inset-shadow-size: 2.7em;
  --tag-hover: rgba(52, 88, 146, 0.185);
}
.tagify.taginp {
  width: max-content;
  /* max-width: 100%; */
}
@media screen and (max-width: 479px) {
  .tagify {
    min-width: clamp(240px, 100%, 320px);
  }
}
.tagify .tagify__input {
  margin: 0;
  height: 100%;
  min-height: 44px;
  padding: 1em;
}
.tagify .tagify__tag {
  line-height: 1.2em;
}
.tagify.tagify--select .tagify__tag {
  padding-block: 0;
  padding-inline-end: inherit;
}
.tagify.tagify--select::after {
  display: none;
}

.tag-suggest {
  --tagify-dd-item-pad: 0.5em;
}
.tag-suggest .tagify__dropdown__item--active {
  background-color: var(--main-bg-color);
}

.tags-look .tagify__dropdown__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0.3em 0.5em;
  border: 1px solid #ccc;
  background: #f3f3f3;
  margin: 0.2em;
  line-height: 1rlh;
  font-size: 0.85em;
  color: black;
  transition: 0s;
  z-index: 99;
}

.tags-look .tagify__dropdown__item--active {
  border-color: black;
}

.tags-look .tagify__dropdown__item:hover {
  background: var(--divider-color);
  border-color: var(--base-color);
}

.tags-look .tagify__dropdown__item--hidden {
  max-width: 0;
  max-height: initial;
  padding: 0.3em 0;
  margin: 0.2em 0;
  white-space: nowrap;
  text-indent: -20px;
  border: 0;
}

.tagify__dropdown {
  z-index: 99999 !important;
}

/* Toast追加分 */
.toastwrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 1;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  transition: transform 0.1s, opacity 0.3s 0.1s;
}
.toastwrap.pc_def {
  top: 30px;
  right: 30px;
  left: auto;
  transform: translate(0, 0);
  max-width: 480px;
}
.toastwrap.ini_view {
  transform: translate(-50%, 200svh);
}
.toastwrap.invisible {
  opacity: 0;
}
@media screen and (max-width: 479px) {
  .toastwrap {
    /* min-width: 85svw; */
    width: 85svw;
    min-width: 340px;
  }
}
.toastwrap .toast {
  padding: 30px 4svw;
  background-color: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
.toastwrap .toast .toas_tttl {
  padding-left: 0.5rem;
  border-left: solid 5px #3898ec;
  font-size: 1rem;
  font-weight: 600;
}
.toastwrap .toast .toast_body {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #ccc;
}
.toastwrap .toast .toast_body .expl_toast {
  background-color: whitesmoke;
  padding: 1rem 1.5rem;
  border-radius: 3px;
}
.toastwrap .toast .toast_body .meritlist {
  padding: 1rem;
}
.toastwrap .toast .toast_body .meritlist ul {
  padding: 0;
}
.toastwrap .toast .toast_body .meritlist ul li {
  margin-bottom: 0.5rem;
}
.toastwrap .toast .toast_body .toast_actiondiv {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #ccc;
}
.toastwrap .toast .toast_body .toast_actiondiv .ms-button {
  max-width: 360px;
}

/* パスキー管理追加分 */
form.passkey_form td,
form.passkey_form th {
  padding-inline: 1.5em;
}
@media screen and (max-width: 991px) {
  form.passkey_form td:not(.device_name),
  form.passkey_form th:not(.device_name) {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  form.passkey_form td:not(.device_name),
  form.passkey_form th:not(.device_name) {
    padding: 0.5rem;
  }
}
form.passkey_form td.device_name {
  padding: 0;
}
form.passkey_form td.device_name div {
  height: 3.8em;
  width: 100%;
}
form.passkey_form td.device_name div textarea {
  width: 100%;
  height: 100%;
  padding-inline: 0.5em;
  padding-block: 1em;
  border: none;
  outline: none;
  resize: none;
}
form.passkey_form td.device_name div textarea:focus {
  background-color: #f5fcff;
}
form.passkey_form td.device_name div:has(textarea:focus) {
  border: solid 1px #3898ec;
}
@media screen and (max-width: 479px) {
  form.passkey_form td.device_name div {
    height: 100%;
  }
}
form.passkey_form td.btn_td {
  width: 120px;
  padding: 0;
  text-align: center;
}
form.passkey_form td.btn_td .w-button {
  padding: 4px 15px;
}
form.passkey_form td.btn_td .w-button.delbtn {
  background-color: #fff;
  color: #3898ec;
  border: solid 1px #3898ec;
}
form.passkey_form td.btn_td .w-button.delbtn:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #000;
}
form.passkey_form td.btn_td .w-button .material-symbols-outlined {
  vertical-align: middle;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  form.passkey_form td.btn_td {
    width: 12%;
  }
  form.passkey_form td.btn_td .w-button {
    padding-inline: 6px;
  }
  form.passkey_form td.btn_td .w-button .nomobile {
    display: none;
  }
}

/* GUIDEページ修正分 */
.guide_july .ms-form-heading {
  margin-bottom: 10px;
}
.guide_july .excuse {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .guide_july .excuse {
    font-size: 0.75rem;
  }
}
.guide_july .benefit_container .benefit_innner_head.nolimit {
  max-width: none;
}
.guide_july .benefit_container .benefit_innner_head.nolimit .mem_benf_head {
  font-size: 1.25rem;
}
@media screen and (max-width: 479px) {
  .guide_july .benefit_container .benefit_innner_head.nolimit .mem_benf_head {
    font-size: 0.9rem;
    line-height: 1.4em;
  }
}
.guide_july .benefit_container .att-list {
  margin-top: 1rem;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}
.guide_july .benefit_container .status_menu {
  margin-top: 10px;
  padding: 1rem;
  color: #0b377d;
  border: solid 1px #ccc;
}
.guide_july .benefit_container .status_menu .material-symbols-outlined {
  vertical-align: middle;
  color: #0b377d;
}
@media screen and (max-width: 479px) {
  .guide_july .benefit_container .status_menu {
    margin-top: 20px;
    padding: 0.5rem;
    flex-grow: 1;
    font-size: clamp(11px, 3.3svw, 1rem);
    text-align: center;
  }
}

.card-content-center.ver2 {
  padding: 0;
}
.card-content-center.ver2 .card_header {
  width: 100%;
  background-color: var(--main-bg-color);
  border-radius: 3px 3px 0 0;
  padding: 0.5em;
  font-weight: bold;
}
.card-content-center.ver2 .card_body {
  padding: 24px 24px 48px;
}
.card-content-center.ver2 .card_body .card-p .member_conts {
  padding-top: 0.5em;
}
.card-content-center.ver2 .card_body .card-p .member_conts:not(:first-child) {
  border-top: solid 1px #ccc;
}
.card-content-center.ver2 .card_body .card-p .member_conts h5 {
  color: #000;
}
.card-content-center.ver2 .card_body .card-p .highlight {
  margin-top: 2rem;
  border: solid 1px #e3a615;
  font-size: 0.9rem;
  line-height: 1.4rem;
  border-radius: 3px;
  text-align: left;
  color: var(--_koda---main_text);
}
.card-content-center.ver2 .card_body .card-p .highlight .hl_ttl {
  background-color: #e3a615;
  color: #fff;
  padding: 0.25em 1em;
  font-weight: 600;
}
.card-content-center.ver2 .card_body .card-p .highlight .hl_body {
  background-color: rgba(227, 166, 21, 0.09);
  padding: 1em;
}

.about_contents dl {
  padding: 1rem;
  border: solid 1px #0b377d;
  border-radius: 3px;
  background-color: rgba(11, 55, 125, 0.0196078431);
  margin-bottom: 50px;
}
.about_contents dl dt {
  /* width: fit-content; */
  width: 150px;
  font-weight: bold;
  /* background-color: #3498db;
  color: #fff; */
  padding: 8px 15px;
  /* border-radius: 3px; */
  margin-bottom: 5px;
  border-bottom: solid 2px #0b377d;
  padding-bottom: 5px;
}
.about_contents dl dd {
  margin-left: 0;
  padding: 10px 15px 20px;
  line-height: 1.6;
}
.about_contents dl dd:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.membership-fee-sect + .next-regi_sect {
  margin-top: 50px;
}

/* マイページ・アラート&ログアウト追加分 */
.alertboard {
  margin: 30px;
  padding: 0.75rem;
  border: solid 2px #d2a49d;
  border-radius: 5px;
  /* background-color: rgba(209, 192, 141, 0.2901960784); */
}
@media screen and (max-width: 479px) {
  .alertboard {
    margin-inline: 0;
    margin-block: 1rem;
  }
}
.alertboard .alboxttl {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  /* font-size: 1.1rem; */
  font-weight: 600;
  background-color: #b35547;
  width: fit-content;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 3px;
}
.alertboard .attend {
  display: inline-block;
  color: #b35547;
  font-size: 1rem;
  font-weight: 600;
}
.alertboard a {
  font-size: 1rem;
  font-weight: 600;
}
.alertboard a span {
  padding-top: 0.25rem;
}
.alertboard p {
  margin-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1.4em;
}

.attend {
  color: var(--form-attend);
}

.append_menu_box {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.append_menu_box:has(.logoutbtn) {
  justify-content: center;
  margin-bottom: 20px;
}
.append_menu_box .logoutbtn {
  flex-basis: 240px;
  padding: 1rem;
}/*# sourceMappingURL=koda-membersite.css.map */