@charset "UTF-8";
/* ==============================================
 色設定
 =============================================== */
/* Basic Color
----------------------------------------------- */
/* Key Color
----------------------------------------------- */
/* Content Color
----------------------------------------------- */
/* Accent Color
----------------------------------------------- */
/* 全カラー
----------------------------------------------- */
/* 文字色
----------------------------------------------- */
.color-black {
  color: #000;
}

.color-white {
  color: #FFF;
}

.color-bg {
  color: #FFF;
}

.color-script {
  color: #101010;
}

.color-script2 {
  color: #707070;
}

.color-disabled {
  color: #E1E1E1;
}

.color-disabled-light {
  color: #F1F1F1;
}

.color-disabled-dark {
  color: #CCCCCC;
}

.color-disabled-text {
  color: #999999;
}

.color-form-bg {
  color: #F3F3E0;
}

.color-key {
  color: #9ACCE3;
}

.color-key-light {
  color: #DFECF2;
}

.color-key-dark {
  color: #4393B8;
}

.color-bbs {
  color: #CD5638;
}

.color-exchange {
  color: #F8E133;
}

.color-recruit {
  color: #A979AD;
}

.color-wall {
  color: #6BB6BB;
}

.color-accent1 {
  color: #C8D85B;
}

.color-accent1-light {
  color: #E5ECB3;
}

.color-accent1-dark {
  color: #8FA115;
}

.color-accent2 {
  color: #DD9DBF;
}

.color-accent2-light {
  color: #F2CCE0;
}

.color-accent2-dark {
  color: #BF6696;
}

.color-danger {
  color: #FF0000;
}

.color-danger-light {
  color: #FF9C9C;
}

.color-danger-dark {
  color: #B70000;
}

.color-warning {
  color: #F8E133;
}

.color-warning-light {
  color: #FCF098;
}

.color-warning-dark {
  color: #BEA90E;
}

.color-info {
  color: #0DCAF0;
}

.color-info-light {
  color: #B0F1FE;
}

.color-info-dark {
  color: #0A7185;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
ul,
dl[class],
dd[class] {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  color: #0DCAF0;
  text-decoration: none;
}

/* ==============================================
 関数
 =============================================== */
/* 変数の単位を削除する
----------------------------------------------- */
/* 文字列の置換
----------------------------------------------- */
/* SVG変換
----------------------------------------------- */
/* ==============================================
 変数
 =============================================== */
/* マージン
----------------------------------------------- */
/* フォントサイズ
----------------------------------------------- */
/* レイヤー
----------------------------------------------- */
/* ==============================================
 ミックスイン
 =============================================== */
/* ブレイクポイント
----------------------------------------------- */
/* レイヤー（ z-index ）
----------------------------------------------- */
/* ユーザー入力文字列
----------------------------------------------- */
/* 省略 */
/* ==============================================
 ベース
 =============================================== */
/* ルート設定
----------------------------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  color: #101010;
  background-color: #FFF;
  font-family: "Noto Sans CJK JP", "源ノ角ゴシック JP", "源ノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

#html > header,
#html > main {
  margin: 0 auto;
  max-width: 900px;
}
#html > header {
  margin-bottom: 1.5625em;
}
#html > main {
  padding: 0 20px;
}

/* マージン設定
----------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 0.3125em !important;
}

.mb-s {
  margin-bottom: 0.9375em !important;
}

.mb-m {
  margin-bottom: 1.5625em !important;
}

.mb-l {
  margin-bottom: 3.125em !important;
}

/* フォントサイズ
----------------------------------------------- */
.fs-text {
  font-size: 0.8125em;
}
.fs-text.mb-0 {
  margin-bottom: calc(0 / 0.8125) !important;
}
.fs-text.mb-xs {
  margin-bottom: calc(0.3125em / 0.8125) !important;
}
.fs-text.mb-s {
  margin-bottom: calc(0.9375em / 0.8125) !important;
}
.fs-text.mb-m {
  margin-bottom: calc(1.5625em / 0.8125) !important;
}
.fs-text.mb-l {
  margin-bottom: calc(3.125em / 0.8125) !important;
}

.fs-note {
  font-size: 0.6875em;
}
.fs-note.mb-0 {
  margin-bottom: calc(0 / 0.6875) !important;
}
.fs-note.mb-xs {
  margin-bottom: calc(0.3125em / 0.6875) !important;
}
.fs-note.mb-s {
  margin-bottom: calc(0.9375em / 0.6875) !important;
}
.fs-note.mb-m {
  margin-bottom: calc(1.5625em / 0.6875) !important;
}
.fs-note.mb-l {
  margin-bottom: calc(3.125em / 0.6875) !important;
}

/* フォントウェイト
----------------------------------------------- */
.fw-normal {
  font-weight: normal;
}
.fw-bold {
  font-weight: bold;
}

/* 区切り線
----------------------------------------------- */
.break-line {
  position: relative;
  margin-bottom: 30px !important;
}
.break-line::after {
  all: initial;
  position: absolute;
  left: 10%;
  bottom: -15px;
  width: 80%;
  height: 1px;
  background-color: #E1E1E1;
  content: "";
}

/* 見出し
----------------------------------------------- */
h1.default {
  font-size: 1em;
  font-weight: normal;
}

/* 段落
----------------------------------------------- */
p {
  margin-bottom: 1em;
}
p.att {
  padding-left: 1em;
  text-indent: -1em;
}
p.att::before {
  content: "※";
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.textview {
  white-space: pre-wrap;
}

/* overflow
----------------------------------------------- */
.of-yh {
  overflow-y: hidden;
}

/* ポジション
----------------------------------------------- */
.pr {
  position: relative;
}

/* 記事設定
----------------------------------------------- */
/* ==============================================
 メインエリア
 =============================================== */
/* メイン
----------------------------------------------- */
#html > main.ft-nav {
  padding-bottom: 55px;
}
#html > main.ft-nav #nav-button {
  bottom: calc(55px + 20px);
}
#html > main.ft-input {
  padding-bottom: calc(((1em * 1.5 * 2 + 2px) * 0.8125) + 20px);
}
#html > main.ft-input #nav-button {
  bottom: calc((((1em * 1.5 * 2 + 2px) * 0.8125) + 20px) + 20px);
}
@media (m) {
  #html > main.ft-input {
    padding-bottom: calc((1em * 1.5 * 2 + 2px) + 20px);
  }
  #html > main.ft-input #nav-button {
    bottom: calc(((1em * 1.5 * 2 + 2px) + 20px) + 20px);
  }
}
#html > main.nav-button {
  padding-bottom: 84px;
}
#html > main header.default {
  padding: 0;
}
#html > main #nav-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #FFF;
  background-color: #0DCAF0;
  cursor: pointer;
}
@media only screen and (min-width: 900px) {
  #html > main #nav-button {
    right: calc(50% - 450px + 20px);
  }
}

/* ==============================================
 ヘッダー
 =============================================== */
/* 標準
----------------------------------------------- */
#html header.default {
  padding: 20px 20px 0;
}
#html header.default > div.img {
  height: 50px;
  background-color: #DFECF2;
}

/* アプリ用
----------------------------------------------- */
#html > header.app {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: grid;
  grid-template-columns: 2.375em 1fr 2.375em;
  /* 38px 1fr 38px */
  grid-template-rows: 3.3125em;
  /* 53px */
  align-items: center;
  padding: 0 0.4375em;
  /* 0 7px */
  background-color: #FFF;
}
#html > header.app.only-h1 {
  grid-template-columns: 1fr;
}
#html > header.app.only-h1 > div {
  display: none;
}
#html > header.app.dm {
  grid-template-columns: 2.375em 1fr 2.375em 2.375em;
  /* 38px 1fr 38px 38px */
}
#html > header.app.dm > h1 {
  padding-left: 2.375em;
  /* 38px */
}
#html > header.app.dm > .m-right {
  order: 3;
}
#html > header.app.dm > .right {
  order: 4;
}
#html > header.app > h1 {
  order: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#html > header.app > .left {
  order: 1;
}
#html > header.app > .right {
  order: 3;
}
#html > header.app > div {
  width: 100%;
  height: 100%;
}
#html > header.app > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#html > header.app > div > a > img {
  width: 1.5625em;
  /* 25px */
}
#html > header.app > nav.submenu {
  position: absolute;
  top: 3.3125em;
  /* 53px */
  right: 0;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: 0.3s;
}
#html > header.app > nav.submenu.open {
  transform: translateX(0%);
}
#html > header.app + main {
  margin-top: 3.3125em;
  /* 53px */
}
#html > header.app.bbs-cat-nav > nav.bbs-cat-nav {
  position: relative;
  grid-column: 1/-1;
  order: 5;
  height: 4.5em;
  overflow: hidden;
}
#html > header.app.bbs-cat-nav + main {
  margin-top: 8.125em;
}
#html > header.app.search-box > div.search-box {
  grid-column: 1/-1;
  order: 6;
  padding: 0 20px 0.3125em;
}
#html > header.app.search-box > div.search-box > label {
  top: calc(50% - .75em - (0.3125em / 2));
  left: calc(.35em + 20px);
}
#html > header.app.search-box > div.search-box > input {
  padding-left: 5em;
}
#html > header.app.search-box > div.search-box > .bt {
  right: 22px;
}
#html > header.app.search-box + main {
  margin-top: 5.375em;
}
#html > header.app.bbs-cat-nav.search-box + main {
  margin-top: 10.1875em;
}
@media only screen and (min-width: 900px) {
  #html > header.app {
    left: calc(50% - 450px);
  }
  #html > header.app::before, #html > header.app::after {
    position: fixed;
    top: 0;
    width: calc((100% - 900px) / 2);
    height: 100%;
    background-color: #FFF;
    content: "";
    z-index: 50;
  }
  #html > header.app::before {
    left: 0;
  }
  #html > header.app::after {
    right: 0;
  }
}

/* ==============================================
 フッター
 =============================================== */
/* 標準
----------------------------------------------- */
#html > footer.default {
  padding: 0 20px 20px;
}

/* 入力枠
----------------------------------------------- */
#html > footer.input {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #FFF;
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 900px) {
  #html > footer.input {
    left: calc(50% - 450px);
  }
}
#html > footer.input > .bt {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-color: #DFECF2;
}
#html > footer.input > .bt > label {
  display: block;
  width: 100%;
  height: 100%;
}
#html > footer.input > .input {
  flex-grow: 1;
  flex-shrink: 1;
  height: calc((1em * 1.5 * 2 + 2px) * 0.8125);
}
#html > footer.input > .input > textarea {
  height: calc(1em * 1.5 * 2 + 2px);
  transform: scale(0.8125);
  transform-origin: left top;
  width: 123%;
}
@media (m) {
  #html > footer.input > .input {
    height: calc(1em * 1.5 * 2 + 2px);
  }
  #html > footer.input > .input > textarea {
    scale: none;
    font-size: 0.8125em;
    width: 100%;
  }
}

/* ==============================================
 ページビュー
 =============================================== */
/* 掲示板画像ビュアー
----------------------------------------------- */
#html.app > main > div.bbs-img-viewer {
  margin: 0 -20px;
  height: calc(100vh - 3.3125em);
  /* 100vh - 53px */
}
#html.app > main > div.bbs-img-viewer > .img {
  position: relative;
  width: 100%;
  height: calc(100% - (.625em * 3));
}
#html.app > main > div.bbs-img-viewer > .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#html.app > main > div.bbs-img-viewer > .img > .prev, #html.app > main > div.bbs-img-viewer > .img > .next {
  position: absolute;
  top: calc(50% - 1em);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#html.app > main > div.bbs-img-viewer > .img > .prev::before, #html.app > main > div.bbs-img-viewer > .img > .next::before {
  position: absolute;
  top: 0.625em;
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-left: 0.125em solid #FFF;
  border-top: 0.125em solid #FFF;
  content: "";
}
#html.app > main > div.bbs-img-viewer > .img > .prev {
  left: 20px;
}
#html.app > main > div.bbs-img-viewer > .img > .prev::before {
  left: 0.75em;
  transform: rotate(-45deg);
}
#html.app > main > div.bbs-img-viewer > .img > .next {
  right: 20px;
}
#html.app > main > div.bbs-img-viewer > .img > .next::before {
  right: 0.75em;
  transform: rotate(135deg);
}
#html.app > main > div.bbs-img-viewer > nav ul.bbs-post-nav > li {
  line-height: 3;
}
#html.app > main > div.bbs-img-viewer > nav ul.bbs-post-nav > li::before {
  top: 0.75em;
}

/* ==============================================
 交換
 =============================================== */
/* 仕様
----------------------------------------------- */
#html.app > main > section.spec > h2,
#html.app > main > section.spec > h3 {
  padding: 0.4em 0;
  font-size: 1em;
  font-weight: normal;
  background-color: #CCCCCC;
}

/* ==============================================
 ダイアログ
 =============================================== */
/* ベースエリア
----------------------------------------------- */
.windowbase {
  transition: 0.2s;
}
.windowbase.v-enter {
  opacity: 0;
}
.windowbase.v-enter-to {
  opacity: 1;
}
.windowbase.v-leave {
  opacity: 1;
}
.windowbase.v-leave-to {
  opacity: 0;
}

/* ==============================================
 リスト
 =============================================== */
/* 初期化
----------------------------------------------- */
dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ==============================================
 定義リスト
 =============================================== */
/* フォーム
----------------------------------------------- */
dl.form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1em;
}
dl.form dt, dl.form dd {
  grid-column: span 4;
}
dl.form dt.span1, dl.form dd.span1 {
  grid-column: span 1;
}
dl.form dt.span2, dl.form dd.span2 {
  grid-column: span 2;
}
dl.form dt.span3, dl.form dd.span3 {
  grid-column: span 3;
}
dl.form dt {
  margin-bottom: 0.3125em;
}
dl.form dd {
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
}
dl.form dd:last-of-type {
  margin-bottom: 0;
}
dl.form dd button.help {
  position: absolute;
  top: 0;
  right: 0;
}
dl.form dd input[type=radio] + label, dl.form dd input[type=checkbox] + label {
  margin-bottom: 0.5em;
}
dl.form dd input[type=radio]:last-of-type + label, dl.form dd input[type=checkbox]:last-of-type + label {
  margin-bottom: 0;
}
dl.form dd.radio-nowrap {
  margin-left: -1em;
}
dl.form dd.radio-nowrap input[type=radio] + label,
dl.form dd.radio-nowrap input[type=checkbox] + label {
  display: inline-flex;
  margin-left: 1em;
}
dl.form dd > span {
  position: relative;
  display: inline-block;
}
dl.form dd > div {
  position: relative;
}

ul.checkarea {
  margin: 0 -1em 0 0;
  display: flex;
  flex-wrap: wrap;
}
ul.checkarea > li {
  margin: 0 1em 0.5em 0;
}

/* 注意
----------------------------------------------- */
dl.att {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  font-size: 0.9375em;
  font-weight: bold;
  color: #FF0000;
}
dl.att > dd > p {
  margin: 0;
}
dl.att.mb-0 {
  margin-bottom: calc($margin * 1.0666) !important;
}
dl.att.mb-xs {
  margin-bottom: calc($margin * 1.0666) !important;
}
dl.att.mb-s {
  margin-bottom: calc($margin * 1.0666) !important;
}
dl.att.mb-m {
  margin-bottom: calc($margin * 1.0666) !important;
}
dl.att.mb-l {
  margin-bottom: calc($margin * 1.0666) !important;
}

/* チェックリスト
----------------------------------------------- */
dl.checklist {
  display: grid;
  grid-template-columns: 10em 1fr;
  font-size: 0.8125em;
  border-top: 1px solid #CCCCCC;
}
dl.checklist > dt {
  padding: 0.25em 0.5em;
  background-color: #E1E1E1;
  border-bottom: 1px solid #CCCCCC;
}
dl.checklist > dd {
  padding: 0.25em 0 0.25em 0.5em;
  border-bottom: 1px solid #CCCCCC;
}

/* ステータス
----------------------------------------------- */
dl.status {
  display: grid;
  grid-template-columns: 7em 1fr;
}

/* 設定
----------------------------------------------- */
dl.settings {
  display: grid;
  grid-template-columns: 1fr max-content;
}
dl.settings > dt {
  margin: 0.9375em 0 0.3125em;
  font-weight: bold;
}
dl.settings > dt:first-of-type {
  margin-top: 0;
}
dl.settings > dt.fullspan {
  grid-column: 1/-1;
}
dl.settings > dd.switch {
  margin-top: 0.9375em;
  grid-row: span 2;
}
dl.settings > dd.switch:first-of-type {
  margin-top: 0;
}
dl.settings > dd.note {
  font-size: 0.8125em;
}
dl.settings > dd.fullspan {
  grid-column: 1/-1;
}
dl.settings > dd.fullspan > input + input {
  margin-top: 0.3125em;
}

/* 横並び
----------------------------------------------- */
dl.yokonarabi {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.3125em;
}

/* ==============================================
 メニュー
 =============================================== */
/* サブメニュー
----------------------------------------------- */
ul.submenu > li {
  padding: 0 20px;
  line-height: 2;
  cursor: pointer;
}

/* ボーダーメニュー
----------------------------------------------- */
ul.bordermenu > li {
  padding: 0.75em 0;
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
}
ul.bordermenu > li.disabled {
  color: #CCCCCC;
  cursor: default;
}
ul.bordermenu > li:first-child {
  border-top: 1px solid #E1E1E1;
}

/* ==============================================
 カルーセル
 =============================================== */
/* スクエア
----------------------------------------------- */
ul.carousel-square > li {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #DFECF2;
}
ul.carousel-square > li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================================
 順序なしリスト
 =============================================== */
/* 横並び
----------------------------------------------- */
ul.yokonarabi {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1em;
}
ul.yokonarabi > li {
  margin-right: 1em;
}

/* ディスク
----------------------------------------------- */
ul.disc > li {
  margin-left: 1em;
  list-style-type: disc;
}

/* 吹き出しエラー
----------------------------------------------- */
div.err-label-area {
  position: relative;
}

ul.err-label-bottom, ul.err-label {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: fit-content;
  max-width: 100%;
  padding: 0.5em 1em;
  font-size: 0.8125em;
  color: #FFF;
  background-color: #FF0000;
  z-index: 10;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
ul.err-label-bottom > li, ul.err-label > li {
  display: none;
  margin-left: 1em;
  list-style-type: disc;
}
ul.err-label-bottom > li.show, ul.err-label > li.show {
  display: list-item;
}
ul.err-label-bottom::before, ul.err-label::before {
  position: absolute;
  top: -20px;
  left: 1em;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FF0000;
  content: "";
}
ul.show.err-label-bottom, ul.show.err-label {
  display: block;
}

ul.err-label.pr {
  position: relative;
  margin-top: 15px;
  display: inline-block;
}

ul.err-label-bottom {
  top: 40px;
}

/* リンク
----------------------------------------------- */
ul.link > li {
  border-bottom: 1px solid #E1E1E1;
}
ul.link > li:first-child {
  border-top: 1px solid #E1E1E1;
}
ul.link > li > a,
ul.link > li > div > a {
  position: relative;
  display: block;
  padding: 0.8em 0.5em 0.8em 0;
  color: #101010;
  line-height: 1.2;
}
ul.link > li > a::before,
ul.link > li > div > a::before {
  position: absolute;
  top: calc(50% + .145em - .495em);
  right: 0.25em;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #101010;
  border-right: 1px solid #101010;
  transform: rotate(45deg);
  content: "";
}
ul.link > li > a.color-black,
ul.link > li > div > a.color-black {
  color: #000;
}
ul.link > li > a.color-black::before,
ul.link > li > div > a.color-black::before {
  border-top-color: #000;
  border-right-color: #000;
}
ul.link > li > a.color-white,
ul.link > li > div > a.color-white {
  color: #FFF;
}
ul.link > li > a.color-white::before,
ul.link > li > div > a.color-white::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
ul.link > li > a.color-bg,
ul.link > li > div > a.color-bg {
  color: #FFF;
}
ul.link > li > a.color-bg::before,
ul.link > li > div > a.color-bg::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
ul.link > li > a.color-script,
ul.link > li > div > a.color-script {
  color: #101010;
}
ul.link > li > a.color-script::before,
ul.link > li > div > a.color-script::before {
  border-top-color: #101010;
  border-right-color: #101010;
}
ul.link > li > a.color-script2,
ul.link > li > div > a.color-script2 {
  color: #707070;
}
ul.link > li > a.color-script2::before,
ul.link > li > div > a.color-script2::before {
  border-top-color: #707070;
  border-right-color: #707070;
}
ul.link > li > a.color-disabled,
ul.link > li > div > a.color-disabled {
  color: #E1E1E1;
}
ul.link > li > a.color-disabled::before,
ul.link > li > div > a.color-disabled::before {
  border-top-color: #E1E1E1;
  border-right-color: #E1E1E1;
}
ul.link > li > a.color-disabled-light,
ul.link > li > div > a.color-disabled-light {
  color: #F1F1F1;
}
ul.link > li > a.color-disabled-light::before,
ul.link > li > div > a.color-disabled-light::before {
  border-top-color: #F1F1F1;
  border-right-color: #F1F1F1;
}
ul.link > li > a.color-disabled-dark,
ul.link > li > div > a.color-disabled-dark {
  color: #CCCCCC;
}
ul.link > li > a.color-disabled-dark::before,
ul.link > li > div > a.color-disabled-dark::before {
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
}
ul.link > li > a.color-disabled-text,
ul.link > li > div > a.color-disabled-text {
  color: #999999;
}
ul.link > li > a.color-disabled-text::before,
ul.link > li > div > a.color-disabled-text::before {
  border-top-color: #999999;
  border-right-color: #999999;
}
ul.link > li > a.color-form-bg,
ul.link > li > div > a.color-form-bg {
  color: #F3F3E0;
}
ul.link > li > a.color-form-bg::before,
ul.link > li > div > a.color-form-bg::before {
  border-top-color: #F3F3E0;
  border-right-color: #F3F3E0;
}
ul.link > li > a.color-key,
ul.link > li > div > a.color-key {
  color: #9ACCE3;
}
ul.link > li > a.color-key::before,
ul.link > li > div > a.color-key::before {
  border-top-color: #9ACCE3;
  border-right-color: #9ACCE3;
}
ul.link > li > a.color-key-light,
ul.link > li > div > a.color-key-light {
  color: #DFECF2;
}
ul.link > li > a.color-key-light::before,
ul.link > li > div > a.color-key-light::before {
  border-top-color: #DFECF2;
  border-right-color: #DFECF2;
}
ul.link > li > a.color-key-dark,
ul.link > li > div > a.color-key-dark {
  color: #4393B8;
}
ul.link > li > a.color-key-dark::before,
ul.link > li > div > a.color-key-dark::before {
  border-top-color: #4393B8;
  border-right-color: #4393B8;
}
ul.link > li > a.color-bbs,
ul.link > li > div > a.color-bbs {
  color: #CD5638;
}
ul.link > li > a.color-bbs::before,
ul.link > li > div > a.color-bbs::before {
  border-top-color: #CD5638;
  border-right-color: #CD5638;
}
ul.link > li > a.color-exchange,
ul.link > li > div > a.color-exchange {
  color: #F8E133;
}
ul.link > li > a.color-exchange::before,
ul.link > li > div > a.color-exchange::before {
  border-top-color: #F8E133;
  border-right-color: #F8E133;
}
ul.link > li > a.color-recruit,
ul.link > li > div > a.color-recruit {
  color: #A979AD;
}
ul.link > li > a.color-recruit::before,
ul.link > li > div > a.color-recruit::before {
  border-top-color: #A979AD;
  border-right-color: #A979AD;
}
ul.link > li > a.color-wall,
ul.link > li > div > a.color-wall {
  color: #6BB6BB;
}
ul.link > li > a.color-wall::before,
ul.link > li > div > a.color-wall::before {
  border-top-color: #6BB6BB;
  border-right-color: #6BB6BB;
}
ul.link > li > a.color-accent1,
ul.link > li > div > a.color-accent1 {
  color: #C8D85B;
}
ul.link > li > a.color-accent1::before,
ul.link > li > div > a.color-accent1::before {
  border-top-color: #C8D85B;
  border-right-color: #C8D85B;
}
ul.link > li > a.color-accent1-light,
ul.link > li > div > a.color-accent1-light {
  color: #E5ECB3;
}
ul.link > li > a.color-accent1-light::before,
ul.link > li > div > a.color-accent1-light::before {
  border-top-color: #E5ECB3;
  border-right-color: #E5ECB3;
}
ul.link > li > a.color-accent1-dark,
ul.link > li > div > a.color-accent1-dark {
  color: #8FA115;
}
ul.link > li > a.color-accent1-dark::before,
ul.link > li > div > a.color-accent1-dark::before {
  border-top-color: #8FA115;
  border-right-color: #8FA115;
}
ul.link > li > a.color-accent2,
ul.link > li > div > a.color-accent2 {
  color: #DD9DBF;
}
ul.link > li > a.color-accent2::before,
ul.link > li > div > a.color-accent2::before {
  border-top-color: #DD9DBF;
  border-right-color: #DD9DBF;
}
ul.link > li > a.color-accent2-light,
ul.link > li > div > a.color-accent2-light {
  color: #F2CCE0;
}
ul.link > li > a.color-accent2-light::before,
ul.link > li > div > a.color-accent2-light::before {
  border-top-color: #F2CCE0;
  border-right-color: #F2CCE0;
}
ul.link > li > a.color-accent2-dark,
ul.link > li > div > a.color-accent2-dark {
  color: #BF6696;
}
ul.link > li > a.color-accent2-dark::before,
ul.link > li > div > a.color-accent2-dark::before {
  border-top-color: #BF6696;
  border-right-color: #BF6696;
}
ul.link > li > a.color-danger,
ul.link > li > div > a.color-danger {
  color: #FF0000;
}
ul.link > li > a.color-danger::before,
ul.link > li > div > a.color-danger::before {
  border-top-color: #FF0000;
  border-right-color: #FF0000;
}
ul.link > li > a.color-danger-light,
ul.link > li > div > a.color-danger-light {
  color: #FF9C9C;
}
ul.link > li > a.color-danger-light::before,
ul.link > li > div > a.color-danger-light::before {
  border-top-color: #FF9C9C;
  border-right-color: #FF9C9C;
}
ul.link > li > a.color-danger-dark,
ul.link > li > div > a.color-danger-dark {
  color: #B70000;
}
ul.link > li > a.color-danger-dark::before,
ul.link > li > div > a.color-danger-dark::before {
  border-top-color: #B70000;
  border-right-color: #B70000;
}
ul.link > li > a.color-warning,
ul.link > li > div > a.color-warning {
  color: #F8E133;
}
ul.link > li > a.color-warning::before,
ul.link > li > div > a.color-warning::before {
  border-top-color: #F8E133;
  border-right-color: #F8E133;
}
ul.link > li > a.color-warning-light,
ul.link > li > div > a.color-warning-light {
  color: #FCF098;
}
ul.link > li > a.color-warning-light::before,
ul.link > li > div > a.color-warning-light::before {
  border-top-color: #FCF098;
  border-right-color: #FCF098;
}
ul.link > li > a.color-warning-dark,
ul.link > li > div > a.color-warning-dark {
  color: #BEA90E;
}
ul.link > li > a.color-warning-dark::before,
ul.link > li > div > a.color-warning-dark::before {
  border-top-color: #BEA90E;
  border-right-color: #BEA90E;
}
ul.link > li > a.color-info,
ul.link > li > div > a.color-info {
  color: #0DCAF0;
}
ul.link > li > a.color-info::before,
ul.link > li > div > a.color-info::before {
  border-top-color: #0DCAF0;
  border-right-color: #0DCAF0;
}
ul.link > li > a.color-info-light,
ul.link > li > div > a.color-info-light {
  color: #B0F1FE;
}
ul.link > li > a.color-info-light::before,
ul.link > li > div > a.color-info-light::before {
  border-top-color: #B0F1FE;
  border-right-color: #B0F1FE;
}
ul.link > li > a.color-info-dark,
ul.link > li > div > a.color-info-dark {
  color: #0A7185;
}
ul.link > li > a.color-info-dark::before,
ul.link > li > div > a.color-info-dark::before {
  border-top-color: #0A7185;
  border-right-color: #0A7185;
}

/* ボタン
----------------------------------------------- */
ul.button {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 1.5625em 0;
}
ul.button > li {
  margin-right: 1em;
}
ul.button > li:last-child {
  margin-right: 0;
}
ul.button.line3 > li {
  width: 100px;
  max-width: 33%;
}
ul.button.line3 > li > button {
  padding: 0;
  min-width: initial;
  width: 100%;
}

/* 単語リスト
----------------------------------------------- */
ul.wordslist {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1em;
  margin-bottom: -0.5em;
  font-size: 0.8125em;
  width: 100%;
}
ul.wordslist > li {
  position: relative;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 0.25em 2.5em 0.25em 0.25em;
  line-height: 1.2;
  border: 1px solid #9ACCE3;
}
ul.wordslist > li::before {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 100%;
  color: #FFF;
  background-color: #9ACCE3;
  content: "×";
}
ul.wordslist.display > li {
  padding: 0.25em;
  color: #FFF;
  background-color: #4393B8;
}
ul.wordslist.display > li::before {
  display: none;
  content: none;
}

/* ボタンセレクターリスト
----------------------------------------------- */
ul.bt-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  row-gap: 15px;
  column-gap: 15px;
}

/* 画像登録リスト
----------------------------------------------- */
ul.img-reg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3125em;
}
ul.img-reg > li {
  position: relative;
  padding-top: 100%;
  z-index: 0;
}
ul.img-reg > li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.img-reg > li > .del {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  cursor: pointer;
}
ul.img-reg > li.add {
  background-color: #FFF;
  cursor: pointer;
}
ul.img-reg > li.add::before, ul.img-reg > li.add::after {
  position: absolute;
}
ul.img-reg > li.add::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3125em solid #9ACCE3;
  content: "";
}
ul.img-reg > li.add::after {
  top: calc(50% - .5em);
  left: calc(50% - .5em);
  width: 1em;
  height: 1em;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  color: #9ACCE3;
  content: "＋";
}

/* ユーザーリスト
----------------------------------------------- */
ul.userlist {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  font-size: 0.8125em;
  overflow-y: auto;
}
ul.userlist > li {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr max-content;
  grid-template-rows: repeat(2, max-content) 1fr;
  row-gap: 2px;
  column-gap: 5px;
}
ul.userlist > li::before {
  position: absolute;
  left: 10%;
  bottom: -5px;
  width: 80%;
  height: 1px;
  background-color: #E1E1E1;
  content: "";
}
ul.userlist > li:last-child::before {
  display: none;
  content: none;
}
ul.userlist > li div.icon {
  grid-row: span 3;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #DFECF2;
  overflow: hidden;
}
ul.userlist > li div.username,
ul.userlist > li div.userid {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.userlist > li div.message {
  grid-column: span 2;
}
ul.userlist.follow {
  max-height: calc(100vh - ((20px + (1em * 1.5) + 25px) + (25px + 36px + 25px)));
}
ul.userlist.follow > li div.button {
  grid-row: span 2;
}
ul.userlist.dm-list > li {
  cursor: pointer;
}
ul.userlist.dm-list > li div.userid {
  grid-column: span 2;
}
ul.userlist.dm-list > li div.message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.userlist.dm-list > li.notice::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #FF0000;
  content: "";
}
ul.userlist.dm-compose > li {
  cursor: pointer;
}
ul.userlist.dm-compose > li div.checkbox {
  grid-row: span 2;
}
ul.userlist.dm-compose > li div.checkbox input[type=checkbox] + label {
  padding-left: 1.875em;
}
ul.userlist.lookingfor > li {
  cursor: pointer;
}
ul.userlist.lookingfor > li.wanted div.label {
  color: #8FA115;
  border-color: #8FA115;
  background-color: #E5ECB3;
}
ul.userlist.lookingfor > li.negotiating div.label {
  color: #B0F1FE;
  border-color: #B0F1FE;
  background-color: #0A7185;
}
ul.userlist.lookingfor > li.closed div.label {
  color: #B70000;
  border-color: #B70000;
  background-color: #FF9C9C;
}
ul.userlist.lookingfor > li div.message {
  position: relative;
  grid-row: span 2;
  padding-right: 38px;
}
ul.userlist.lookingfor > li div.message > div.bookmark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-color: #DFECF2;
}
ul.userlist.lookingfor > li div.label {
  grid-column: 1/2;
  text-align: center;
  border-width: 0.1538em;
  border-style: solid;
  border-radius: 1em;
}

/* ポイント履歴
----------------------------------------------- */
ul.pointslog > li {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 0.5em;
  padding: 0.5em 0;
  border-top: 1px solid #E1E1E1;
}
ul.pointslog > li:last-child {
  padding: 0;
}
ul.pointslog > li > div.datetime,
ul.pointslog > li > div.type {
  margin-bottom: 0.25em;
  font-size: 0.6875em;
}
ul.pointslog > li > div.summary,
ul.pointslog > li > dl.balance {
  grid-column: 1/3;
}
ul.pointslog > li > div.summary {
  font-size: 0.8125em;
  font-weight: bold;
}
ul.pointslog > li > div.points {
  grid-column: 3/4;
  grid-row: 1/4;
  align-self: center;
}
ul.pointslog > li > dl.balance {
  display: flex;
  font-size: 0.8125em;
}
ul.pointslog > li > dl.balance > dt {
  width: max-content;
}
ul.pointslog > li > dl.balance > dd {
  width: 8em;
  text-align: right;
  overflow: hidden;
}
ul.pointslog > li span.points {
  position: relative;
  padding-left: 1.1em;
  line-height: 1;
}
ul.pointslog > li span.points::before {
  position: absolute;
  top: 0.075em;
  left: 0;
  display: block;
  width: 0.85em;
  height: 0.85em;
}
ul.pointslog > li.plus > div.points {
  color: #8FA115;
}
ul.pointslog > li.plus > div.points > span.points::before {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 300'%3E%3Cg%3E%3Ccircle fill='%238FA115' cx='150' cy='150' r='150'/%3E%3C/g%3E%3Cpolygon fill='%23FFF' points='242,126.5 173.5,126.5 173.5,58 126.5,58 126.5,126.5 58,126.5 58,173.5 126.5,173.5 126.5,242 173.5,242 173.5,173.5 242,173.5 '/%3E%3C/svg%3E");
  content: "";
}
ul.pointslog > li.minus > div.points {
  color: #BF6696;
}
ul.pointslog > li.minus > div.points > span.points::before {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 300'%3E%3Cg%3E%3Ccircle fill='%23BF6696' cx='150' cy='150' r='150'/%3E%3C/g%3E%3Crect fill='%23FFF' x='58' y='126.5' width='184' height='47'/%3E%3C/svg%3E");
  content: "";
}
@media only screen and (min-width: 992px) {
  ul.pointslog > li {
    grid-template-columns: max-content max-content 1fr max-content;
  }
  ul.pointslog > li > div.summary {
    grid-column: initial;
  }
  ul.pointslog > li > dl.balance {
    grid-column: 3/4;
  }
  ul.pointslog > li > div.points {
    grid-column: 4/5;
    grid-row: 1/3;
  }
}

/* 仕様
----------------------------------------------- */
dl.spec {
  display: grid;
  grid-template-columns: max-content 1fr;
}
dl.spec > dt,
dl.spec > dd {
  font-size: 0.8125em;
}
dl.spec > dt {
  padding: 0.25em 0;
  background-color: #E1E1E1;
}
dl.spec > dt > span.sub {
  display: block;
  font-size: 0.846em;
}
dl.spec > dt > span.sub::before {
  content: "（";
}
dl.spec > dt > span.sub::after {
  content: "）";
}
dl.spec > dd {
  padding: 0.25em 0 0.25em 1em;
  white-space: pre-wrap;
}

/* ==============================================
 順序リスト
 =============================================== */
/* DM（本文）
----------------------------------------------- */
ol.dm {
  margin: 0;
  padding: 0;
}
ol.dm > li {
  margin: 0 0 0.9375em;
  list-style: none;
}
ol.dm > li > .message,
ol.dm > li > .footer {
  display: flex;
}
ol.dm > li > .message {
  flex-direction: row-reverse;
  margin-bottom: 0.3125em;
  align-items: flex-end;
}
ol.dm > li > .message > .icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DFECF2;
  overflow: hidden;
}
ol.dm > li > .message > .balloon {
  padding: 0.5em 0.75em;
  font-size: 0.8125em;
  border-radius: 0.5em 0.5em 0 0.5em;
  background-color: #DFECF2;
  max-width: 70%;
  white-space: pre-wrap;
}
ol.dm > li > .message > .img {
  max-width: 70%;
  max-height: 50vh;
}
ol.dm > li > .message > .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50vh;
  cursor: pointer;
}
ol.dm > li > .message > .img .bt-close {
  display: none;
}
ol.dm > li > .message > .img.view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: initial;
  max-height: initial;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
ol.dm > li > .message > .img.view img {
  width: 100% !important;
  height: 100% !important;
  max-width: initial;
  max-height: initial;
  object-fit: contain;
}
ol.dm > li > .message > .img.view .bt-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
ol.dm > li > .message > .img.view .bt-close::before {
  position: absolute;
  top: 0.26em;
  left: 0.26em;
  font-size: 1.5625em;
  line-height: 1;
  color: #FFF;
  content: "×";
}
ol.dm > li > .footer {
  justify-content: flex-end;
  color: #707070;
}
ol.dm > li > .footer > .datetime {
  font-size: 0.8125em;
}
ol.dm > li > .footer > .state {
  font-size: 0.8125em;
}
ol.dm > li > .footer > .state.check {
  position: relative;
  width: 1.5em;
}
ol.dm > li > .footer > .state.check::after {
  position: absolute;
  top: calc(50% - .6em);
  left: 0.3195em;
  width: 0.84em;
  height: 0.6em;
  border-left: 0.2em solid #4393B8;
  border-bottom: 0.2em solid #4393B8;
  transform: rotate(-45deg);
  content: "";
}
ol.dm > li > .footer > .save {
  margin-left: 1em;
  font-size: 0.8125em;
}
ol.dm > li > .footer > .save > a {
  color: #707070;
  text-decoration: none;
}
ol.dm > li.other > .message {
  flex-direction: row;
}
ol.dm > li.other > .message > .balloon {
  border-radius: 0.5em 0.5em 0.5em 0;
  background-color: #E1E1E1;
}
ol.dm > li.other > .footer {
  justify-content: flex-start;
}
ol.dm > li.other > .footer > .datetime {
  margin-left: 50px;
}

/* ==============================================
 掲示板系
 =============================================== */
/* カテゴリーナビ
----------------------------------------------- */
ul.bbs-cat-nav {
  display: flex;
  margin: 0;
  padding: 0.3125em 10px 20px;
  overflow-x: scroll;
  cursor: ew-resize;
}
ul.bbs-cat-nav > li {
  margin: 0 10px;
  width: 3.25em;
  min-width: 3.25em;
}
ul.bbs-cat-nav > li > a {
  display: block;
  color: #101010;
}
ul.bbs-cat-nav > li > a > .img {
  position: relative;
  height: 3.25em;
  border-radius: 0.5em;
  background-color: #DFECF2;
  overflow: hidden;
}
ul.bbs-cat-nav > li > a > .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.bbs-cat-nav > li > a > .h {
  font-size: 0.625em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 掲示板一覧（TOP）
----------------------------------------------- */
ul.bbs-list {
  display: grid;
  gap: 0.9375em;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 576px) {
  ul.bbs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.bbs-list > li > a {
  position: relative;
  display: block;
  padding: 0.5em 0.8125em;
  border-radius: 0.875em;
  color: #101010;
  background-color: #E5ECB3;
  min-height: calc(5em + .5em * 2);
  overflow: hidden;
}
ul.bbs-list > li > a > .img {
  position: absolute;
  top: 0.5em;
  left: 0.8125em;
  width: 5em;
  height: 5em;
  border-radius: 1.0625em;
  background-color: #DFECF2;
  filter: drop-shadow(0.1875em 0.1875em 0.375em rgba(0, 0, 0, 0.16));
}
ul.bbs-list > li > a > .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.bbs-list > li > a > .text {
  padding-left: calc(5em + .8125em);
}
ul.bbs-list > li > a > .text > h2 {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #FFF;
}
ul.bbs-list > li > a > .text > p {
  margin-bottom: 0;
  padding-left: 2.1818em;
  font-size: 0.6875em;
}

/* 掲示板（スレッド）
----------------------------------------------- */
ol.bbs-thread .link {
  cursor: pointer;
}
ol.bbs-thread > li {
  display: grid;
  grid-template-columns: 4.0625em 1fr;
  grid-template-rows: max-content 1fr max-content max-content;
  column-gap: 0.3125em;
}
ol.bbs-thread > li > div {
  margin: 0.3125em 0;
}
ol.bbs-thread > li > div,
ol.bbs-thread > li > nav {
  grid-column: 2/3;
}
ol.bbs-thread > li > .icon-area {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/-1;
}
ol.bbs-thread > li > .icon-area > .icon {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: #DFECF2;
  overflow: hidden;
  z-index: 1;
}
ol.bbs-thread > li > .icon-area > .icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ol.bbs-thread > li > .data {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 0.8125em;
}
ol.bbs-thread > li > .data > .user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.bbs-thread > li > .data > .user > h2 {
  display: inline;
  margin: 0 0.5em 0 0;
  font-size: 0.8125em;
  font-weight: bold;
}
ol.bbs-thread > li > .data > .user > .userid {
  font-size: 0.6875em;
}
ol.bbs-thread > li > .data > .user,
ol.bbs-thread > li > .data > .datetime {
  align-self: end;
  line-height: 1;
}
ol.bbs-thread > li > .data > .datetime {
  font-size: 0.6875em;
}
ol.bbs-thread > li > .text {
  font-size: 0.6875em;
  white-space: pre-wrap;
}
ol.bbs-thread > li > .img {
  justify-self: center;
  width: 100%;
  max-width: 450px;
}
ol.bbs-thread > li > .img > ul.bbs-post-img-1, ol.bbs-thread > li > .img > ul.bbs-post-img-2, ol.bbs-thread > li > .img > ul.bbs-post-img-3, ol.bbs-thread > li > .img > ul.bbs-post-img-4 {
  padding-top: 25%;
}
ol.bbs-thread > li > nav {
  position: relative;
  margin-bottom: 1.5625em;
}
ol.bbs-thread > li > nav::before {
  position: absolute;
  left: 10%;
  bottom: -0.78125em;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #E1E1E1;
  content: "";
}
ol.bbs-thread > li.select > div,
ol.bbs-thread > li.select > nav {
  grid-column: 1/-1;
}
ol.bbs-thread > li.select > .icon-area {
  grid-column: 1/2;
  grid-row: 1/2;
}
ol.bbs-thread > li.select > .data {
  grid-column: 2/3;
  grid-template-rows: max-content;
}
ol.bbs-thread > li.select > .data > .user,
ol.bbs-thread > li.select > .data > .datetime {
  align-self: auto;
}
ol.bbs-thread > li.select > .data > .user > h2,
ol.bbs-thread > li.select > .data > .user > .userid {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.bbs-thread > li.select > .data > .user > h2 {
  margin-bottom: 0.3125em;
}
ol.bbs-thread > li.parent > .icon-area::before {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: calc(100% - 1.5625em);
  z-index: 0;
  background-color: #E1E1E1;
  content: "";
}
ol.bbs-thread > li.parent + li.select > .icon-area::after,
ol.bbs-thread > li.parent > ol.bbs-thread > li > .icon-area::after {
  position: absolute;
  top: calc((0.3125em * 2 + 1.5625em) * -1);
  left: calc(50% - 1px);
  width: 2px;
  height: calc(0.3125em * 2 + 1.5625em);
  z-index: 0;
  background-color: #E1E1E1;
  content: "";
}
ol.bbs-thread > li > ol.bbs-thread {
  grid-column: 1/-1;
}

/* 旧レイアウト：掲示板（ベース）
----------------------------------------------- */
ol.bbs-post {
  display: grid;
  grid-template-columns: 1fr;
}
ol.bbs-post .link {
  cursor: pointer;
}
ol.bbs-post > li {
  display: grid;
  grid-template-columns: 4.0625em 1fr;
  column-gap: 0.3125em;
}
ol.bbs-post > li.parent > aside {
  position: relative;
  z-index: 0;
}
ol.bbs-post > li.parent > aside::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #E1E1E1;
  content: "";
}
ol.bbs-post > li > aside {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4.0625em;
}
ol.bbs-post > li > aside > .icon {
  position: relative;
  border-radius: 50%;
  background-color: #DFECF2;
  overflow: hidden;
}
ol.bbs-post > li > aside > .icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ol.bbs-post > li > article {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 0.8125em;
  row-gap: 0.3125em;
}
ol.bbs-post > li > article > .user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.bbs-post > li > article > .user > h2 {
  display: inline;
  margin: 0 0.5em 0 0;
  font-size: 0.8125em;
  font-weight: bold;
}
ol.bbs-post > li > article > .user > .userid {
  font-size: 0.6875em;
}
ol.bbs-post > li > article > .user,
ol.bbs-post > li > article > .datetime {
  align-self: end;
  line-height: 1;
}
ol.bbs-post > li > article > .datetime,
ol.bbs-post > li > article > .text {
  font-size: 0.6875em;
}
ol.bbs-post > li > article > .text {
  white-space: pre-wrap;
}
ol.bbs-post > li > article > .text,
ol.bbs-post > li > article > .img,
ol.bbs-post > li > article > nav {
  grid-column: 1/-1;
}
ol.bbs-post > li > article > .img {
  justify-self: center;
  width: 100%;
  max-width: 450px;
}
ol.bbs-post > li > article > .img > ul.bbs-post-img-1, ol.bbs-post > li > article > .img > ul.bbs-post-img-2, ol.bbs-post > li > article > .img > ul.bbs-post-img-3, ol.bbs-post > li > article > .img > ul.bbs-post-img-4 {
  padding-top: 25%;
}
ol.bbs-post > li > article > nav {
  position: relative;
  margin-bottom: 1.5625em;
}
ol.bbs-post > li > article > nav::before {
  position: absolute;
  left: 10%;
  bottom: -0.78125em;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #E1E1E1;
  content: "";
}

/* 投稿画像 */
ul.bbs-post-img-1, ul.bbs-post-img-2, ul.bbs-post-img-3, ul.bbs-post-img-4 {
  position: relative;
  border-radius: 0.8125em;
  overflow: hidden;
}
ul.bbs-post-img-1 > li, ul.bbs-post-img-2 > li, ul.bbs-post-img-3 > li, ul.bbs-post-img-4 > li {
  position: absolute;
  cursor: pointer;
}
ul.bbs-post-img-1 > li > img, ul.bbs-post-img-2 > li > img, ul.bbs-post-img-3 > li > img, ul.bbs-post-img-4 > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.bbs-post-img-1 > li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.bbs-post-img-2 > li {
  top: 0;
  width: calc(50% - .5px);
  height: 100%;
}
ul.bbs-post-img-2 > li:nth-child(1) {
  left: 0;
}
ul.bbs-post-img-2 > li:nth-child(2) {
  right: 0;
}
ul.bbs-post-img-3 > li {
  width: calc(50% - .5px);
}
ul.bbs-post-img-3 > li:nth-child(1) {
  top: 0;
  left: 0;
  height: 100%;
}
ul.bbs-post-img-3 > li:nth-child(2) {
  top: 0;
  right: 0;
  height: calc(50% - .5px);
}
ul.bbs-post-img-3 > li:nth-child(3) {
  bottom: 0;
  right: 0;
  height: calc(50% - .5px);
}
ul.bbs-post-img-4 > li {
  width: calc(50% - .5px);
  height: calc(50% - .5px);
}
ul.bbs-post-img-4 > li:nth-child(1) {
  top: 0;
  left: 0;
}
ul.bbs-post-img-4 > li:nth-child(2) {
  top: 0;
  right: 0;
}
ul.bbs-post-img-4 > li:nth-child(3) {
  bottom: 0;
  left: 0;
}
ul.bbs-post-img-4 > li:nth-child(4) {
  bottom: 0;
  right: 0;
}

/* 投稿内ナビ */
ul.bbs-post-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1em;
  font-size: 0.625em;
  font-weight: bold;
}
ul.bbs-post-nav > li {
  position: relative;
  margin-left: 1em;
  padding-left: 1.75em;
  line-height: 2;
}
ul.bbs-post-nav > li::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-color: #DFECF2;
}
ul.bbs-post-nav > li.comment, ul.bbs-post-nav > li.like, ul.bbs-post-nav > li.bookmark, ul.bbs-post-nav > li.dl {
  cursor: pointer;
}

/* ==============================================
 交換エール系
 =============================================== */
/* 交換一覧
----------------------------------------------- */
ol.trade-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125em;
}
@media only screen and (min-width: 900px) {
  ol.trade-post {
    grid-template-columns: repeat(3, 1fr);
  }
}
ol.trade-post > li {
  border-radius: 0.8125em;
  overflow: hidden;
}
ol.trade-post > li.wanted .area > .label {
  color: #8FA115;
  border-color: #8FA115;
  background-color: #E5ECB3;
}
ol.trade-post > li.negotiating .area > .label {
  color: #B0F1FE;
  border-color: #B0F1FE;
  background-color: #0A7185;
}
ol.trade-post > li.closed .area > .label {
  color: #B70000;
  border-color: #B70000;
  background-color: #FF9C9C;
}
ol.trade-post > li a {
  display: block;
}
ol.trade-post > li .area {
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
ol.trade-post > li .area > .label,
ol.trade-post > li .area > .text,
ol.trade-post > li .area > img {
  position: absolute;
}
ol.trade-post > li .area > .label,
ol.trade-post > li .area > .text {
  left: 0;
  z-index: 1;
}
ol.trade-post > li .area > .label {
  top: 0;
  width: 5.3846em;
  padding: 0.3846em;
  font-size: 0.8125em;
  line-height: 1;
  text-align: center;
  border-width: 0.1538em;
  border-style: solid;
  border-radius: 1em;
}
ol.trade-post > li .area > .text {
  bottom: 0;
  padding: 0 1em;
  width: 100%;
  color: #101010;
  font-size: 0.6875em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
}
ol.trade-post > li .area > .text > .offer,
ol.trade-post > li .area > .text > .want {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.trade-post > li .area > .text > .offer::before {
  content: "▼";
}
ol.trade-post > li .area > .text > .want::before {
  content: "△";
}
ol.trade-post > li .area > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================================
 エディター系
 =============================================== */
/* エディター投稿画像リスト
----------------------------------------------- */
ul.editor-img-list {
  margin-top: 2px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 4em);
  gap: 1px;
}
ul.editor-img-list > li {
  width: 4em;
  height: 4em;
}
ul.editor-img-list > li label {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
ul.editor-img-list > li label > div.del {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  cursor: pointer;
}
ul.editor-img-list > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em 0 0.5em 0.5em;
}

/* エディターナビ
----------------------------------------------- */
ul.editor-nav {
  display: flex;
  overflow: hidden;
}
ul.editor-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.375em;
  height: 2.375em;
  cursor: pointer;
}
ul.editor-nav > li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
ul.editor-nav > li img {
  width: 1.5625em;
}
ul.editor-nav > li.post {
  margin-left: auto;
}

/* ==============================================
 テーブル
 =============================================== */
/* 横縞
----------------------------------------------- */
table.horizon {
  border-collapse: collapse;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
}
table.horizon > tr,
table.horizon > tbody > tr {
  border-bottom: 1px solid #101010;
}
table.horizon > tr:last-child,
table.horizon > tbody > tr:last-child {
  border-bottom: none;
}

/* グレード別機能
----------------------------------------------- */
table.grade {
  width: max-content;
  border-collapse: collapse;
  font-size: 0.8125em;
}
table.grade > thead > tr > th {
  width: 7em;
  font-weight: normal;
}
table.grade > thead > tr > th:first-child {
  width: 10em;
}
table.grade > tbody > tr {
  border-bottom: 1px solid #CCCCCC;
}
table.grade > tbody > tr > th {
  padding: 0.5em 0 0.25em;
  font-weight: bold;
  text-align: left;
}
table.grade > tbody > tr > td {
  padding: 0.5em 0.5em 0.25em;
  text-align: center;
}
table.grade > tbody > tr > td > strong {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  background-color: #FCF098;
}

/* ==============================================
 フォーム
 =============================================== */
/* テキストエリア
----------------------------------------------- */
textarea {
  padding: 0 0.5em;
  width: 100%;
  height: 6em;
  font-size: 16px;
  color: #101010;
  background-color: #F3F3E0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  resize: none;
}
textarea::placeholder {
  color: #CCCCCC;
}
textarea:focus {
  outline: none;
  border-bottom-color: #4393B8;
}
textarea:disabled {
  border: none;
  color: #999999;
  background-color: #E1E1E1;
}
textarea.err {
  background-color: #FF9C9C;
}

/* セレクトボックス
----------------------------------------------- */
select,
input[type=date],
input[type=time] {
  padding: 0 0.5em;
  height: 30px;
  line-height: 26px;
  color: #101010;
  background-color: #F3F3E0;
  border: 2px solid transparent;
  transition: 0.3s;
}
select:focus,
input[type=date]:focus,
input[type=time]:focus {
  outline: none;
  border-color: #4393B8;
}
select:disabled,
input[type=date]:disabled,
input[type=time]:disabled {
  border: none;
  color: #999999;
  background-color: #E1E1E1;
}
select.err,
input[type=date].err,
input[type=time].err {
  background-color: #FF9C9C;
}

select {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* テキストボックス
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
  padding: 0 0.5em;
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #101010;
  background-color: #F3F3E0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder {
  color: #CCCCCC;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus {
  outline: none;
  border-bottom-color: #4393B8;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled {
  border: none;
  color: #999999;
  background-color: #E1E1E1;
}
input[type=text].err,
input[type=email].err,
input[type=password].err,
input[type=tel].err,
input[type=number].err {
  background-color: #FF9C9C;
}
input[type=text].help,
input[type=email].help,
input[type=password].help,
input[type=tel].help,
input[type=number].help {
  width: calc(100% - 30px - .5em);
}

/* チェックボックス・ラジオボタン
----------------------------------------------- */
input[type=radio],
input[type=checkbox]:not(.switch):not(.search) {
  position: absolute;
  opacity: 0;
  appearance: none;
}
input[type=radio] + label,
input[type=checkbox]:not(.switch):not(.search) + label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: calc(1.875em + .5em);
  min-height: 1.875em;
  cursor: pointer;
}
input[type=radio] + label::before,
input[type=checkbox]:not(.switch):not(.search) + label::before {
  display: block;
  position: absolute;
  top: calc(50% - .9375em);
  left: 0;
  width: 1.875em;
  height: 1.875em;
  background-color: #F3F3E0;
  transition: 0.3s;
  content: "";
}
input[type=radio] + label::after,
input[type=checkbox]:not(.switch):not(.search) + label::after {
  display: none;
}
input[type=radio]:focus + label::before,
input[type=checkbox]:not(.switch):not(.search):focus + label::before {
  border: 2px solid #4393B8;
}
input[type=radio]:checked + label::before,
input[type=checkbox]:not(.switch):not(.search):checked + label::before {
  background-color: #4393B8;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:not(.switch):not(.search):checked + label::after {
  display: block;
  position: absolute;
  content: "";
}
input[type=radio]:checked:focus + label::before,
input[type=checkbox]:not(.switch):not(.search):checked:focus + label::before {
  background-color: #9ACCE3;
}
input[type=radio]:disabled + label,
input[type=checkbox]:not(.switch):not(.search):disabled + label {
  color: #E1E1E1;
  cursor: default;
}
input[type=radio]:disabled + label::before,
input[type=checkbox]:not(.switch):not(.search):disabled + label::before {
  background-color: #E1E1E1;
}
input[type=radio].err + label::before,
input[type=checkbox]:not(.switch):not(.search).err + label::before {
  background-color: #FF9C9C;
}

input[type=checkbox]:not(.switch):not(.search) + label::before {
  border-radius: 0.25em;
}
input[type=checkbox]:not(.switch):not(.search):checked + label::after {
  top: calc(50% - .5em);
  left: 0.4em;
  width: 1.0625em;
  height: 0.75em;
  border-left: 0.3125em solid #FFF;
  border-bottom: 0.3125em solid #FFF;
  transform: rotate(-45deg);
}
input[type=checkbox]:not(.switch):not(.search):disabled:checked + label::after {
  border-left-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}
input[type=checkbox]:not(.switch):not(.search).add + label {
  padding-right: 1em;
  padding-left: calc((1.875em * .8) + 1em);
  border-radius: calc(1.875em / 2);
  border: 2px dotted #9ACCE3;
  transition: 0.3s;
}
input[type=checkbox]:not(.switch):not(.search).add + label::before {
  left: 0.5em;
  font-size: 0.8em;
  border-radius: 50%;
  background-color: #9ACCE3;
}
input[type=checkbox]:not(.switch):not(.search).add:focus + label {
  border-style: solid;
  border-color: #4393B8;
}
input[type=checkbox]:not(.switch):not(.search).add:focus + label::before {
  border: none;
}
input[type=checkbox]:not(.switch):not(.search).add:checked + label {
  color: #FFF;
  background-color: #4393B8;
  border-color: #4393B8;
}
input[type=checkbox]:not(.switch):not(.search).add:checked + label::before {
  background-color: #FFF;
}
input[type=checkbox]:not(.switch):not(.search).add:checked + label::after {
  top: calc(50% - (.5em * 0.8));
  left: calc(.4em + (.4em * 0.8));
  width: calc(1.0625em * 0.8);
  height: calc(.75em * 0.8);
  border-left-width: calc(0.3125em * 0.8);
  border-bottom-width: calc(0.3125em * 0.8);
  border-left-color: #4393B8;
  border-bottom-color: #4393B8;
}
input[type=checkbox]:not(.switch):not(.search).add:checked:focus + label {
  border-color: #9ACCE3;
}

input[type=radio] + label::before {
  border-radius: 50%;
}
input[type=radio]:checked + label::after {
  top: calc(50% - .4375em);
  left: calc(1.875em / 2 - .4375em);
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background-color: #FFF;
}
input[type=radio]:disabled:checked + label::after {
  background-color: #CCCCCC;
}

/* チェックボックス・スイッチ
----------------------------------------------- */
input[type=checkbox].switch {
  position: absolute;
  opacity: 0;
  appearance: none;
}
input[type=checkbox].switch + label {
  position: relative;
  display: inline-block;
  width: 4.25em;
  height: 1.5em;
  border-radius: 0.625em;
  border: 2px solid #999999;
  background-color: #999999;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
input[type=checkbox].switch + label::before {
  display: block;
  position: absolute;
  top: calc(50% - (1.125em / 2));
  left: calc(.5625em - 2px);
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
  transition: 0.3s;
}
input[type=checkbox].switch + label::after {
  display: grid;
  grid-template-columns: 1fr 1.5em 1fr;
  position: absolute;
  top: -2px;
  left: calc(-2em - 2px);
  width: calc(150% + 4px);
  height: calc(100% + 4px);
  color: #FFF;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='str' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 24'%3E%3Cg%3E%3Cpath fill='%23FFF' d='M20.2,12c0,2.7-1.6,4.3-3.9,4.3c-2.3,0-3.7-1.7-3.7-4.1c0-2.5,1.6-4.2,3.8-4.2C18.9,7.9,20.2,9.7,20.2,12zM14.2,12.2c0,1.6,0.8,3,2.2,3c1.4,0,2.2-1.3,2.2-3c0-1.5-0.8-3-2.2-3C15,9.1,14.2,10.5,14.2,12.2z'/%3E%3Cpath fill='%23FFF' d='M21.5,16.2V8.1h1.7l2.1,3.5c0.5,0.9,1,1.8,1.4,2.7h0c-0.1-1.1-0.1-2.1-0.1-3.4V8.1h1.4v8.1h-1.5l-2.1-3.6c-0.5-0.9-1.1-1.9-1.5-2.8l0,0c0.1,1,0.1,2.1,0.1,3.4v2.9H21.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFF' d='M77.2,12c0,2.7-1.6,4.3-3.9,4.3c-2.3,0-3.7-1.7-3.7-4.1c0-2.5,1.6-4.2,3.8-4.2C75.8,7.9,77.2,9.7,77.2,12zM71.2,12.2c0,1.6,0.8,3,2.2,3c1.4,0,2.2-1.3,2.2-3c0-1.5-0.8-3-2.2-3C71.9,9.1,71.2,10.5,71.2,12.2z'/%3E%3Cpath fill='%23FFF' d='M78.5,8.1h4.7v1.2h-3.2v2.2h3v1.2h-3v3.4h-1.5V8.1z'/%3E%3Cpath fill='%23FFF' d='M84.6,8.1h4.7v1.2h-3.2v2.2h3v1.2h-3v3.4h-1.5V8.1z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  transition: 0.3s;
}
input[type=checkbox].switch:focus + label {
  border: 2px solid #4393B8;
}
input[type=checkbox].switch:checked + label {
  background-color: #4393B8;
  border-color: #4393B8;
}
input[type=checkbox].switch:checked + label::before {
  left: calc(2.5625em - 2px);
}
input[type=checkbox].switch:checked + label::after {
  left: -2px;
}
input[type=checkbox].switch:checked:focus + label {
  border-color: #9ACCE3;
}
input[type=checkbox].switch:disabled + label {
  background-color: #999999;
  border-color: #999999;
  cursor: default;
}
input[type=checkbox].switch:disabled + label::before {
  background-color: #E1E1E1;
}
input[type=checkbox].switch:disabled + label::after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='str' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 24'%3E%3Cg%3E%3Cpath fill='%23E1E1E1' d='M20.2,12c0,2.7-1.6,4.3-3.9,4.3c-2.3,0-3.7-1.7-3.7-4.1c0-2.5,1.6-4.2,3.8-4.2C18.9,7.9,20.2,9.7,20.2,12zM14.2,12.2c0,1.6,0.8,3,2.2,3c1.4,0,2.2-1.3,2.2-3c0-1.5-0.8-3-2.2-3C15,9.1,14.2,10.5,14.2,12.2z'/%3E%3Cpath fill='%23E1E1E1' d='M21.5,16.2V8.1h1.7l2.1,3.5c0.5,0.9,1,1.8,1.4,2.7h0c-0.1-1.1-0.1-2.1-0.1-3.4V8.1h1.4v8.1h-1.5l-2.1-3.6c-0.5-0.9-1.1-1.9-1.5-2.8l0,0c0.1,1,0.1,2.1,0.1,3.4v2.9H21.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23E1E1E1' d='M77.2,12c0,2.7-1.6,4.3-3.9,4.3c-2.3,0-3.7-1.7-3.7-4.1c0-2.5,1.6-4.2,3.8-4.2C75.8,7.9,77.2,9.7,77.2,12zM71.2,12.2c0,1.6,0.8,3,2.2,3c1.4,0,2.2-1.3,2.2-3c0-1.5-0.8-3-2.2-3C71.9,9.1,71.2,10.5,71.2,12.2z'/%3E%3Cpath fill='%23E1E1E1' d='M78.5,8.1h4.7v1.2h-3.2v2.2h3v1.2h-3v3.4h-1.5V8.1z'/%3E%3Cpath fill='%23E1E1E1' d='M84.6,8.1h4.7v1.2h-3.2v2.2h3v1.2h-3v3.4h-1.5V8.1z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ファイルアップロード
----------------------------------------------- */
input[type=file] {
  position: absolute;
  opacity: 0;
  appearance: none;
}
input[type=file] + label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.25em;
  font-size: 0.8125em;
  min-width: 100px;
  height: 36px;
  border-radius: 5px;
  color: #FFF;
  background-color: #C8D85B;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}
input[type=file]:focus + label {
  border-color: #4393B8;
}
input[type=file].none {
  display: none;
}

/* 検索ボックス
----------------------------------------------- */
div.search-box {
  position: relative;
}
div.search-box input[type=text].search {
  padding-right: 2.25em;
  width: 100%;
  height: 1.75em;
  border-radius: 0.875em;
  border: 2px solid #DFECF2;
  background-color: transparent;
}
div.search-box input[type=text].search:focus {
  border-color: #4393B8;
}
div.search-box label {
  position: absolute;
  top: calc(50% - .75em);
  left: 0.35em;
  padding: calc(.25em - 1px);
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1;
  border-radius: 0.75em;
  border: 1px solid #101010;
}
div.search-box > .bt {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2em;
  height: calc(1.75em - 4px);
  background-color: #C8D85B;
  border-radius: 0 0.75em 0.75em 0;
  cursor: pointer;
}

/* その他
----------------------------------------------- */
/* ポイント表示 */
label span.point {
  display: inline-block;
  margin-left: 1em;
  width: 4em;
  text-align: right;
}

/* ==============================================
 ボタン
 =============================================== */
/* 汎用ボタン
----------------------------------------------- */
button.default {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.25em;
  font-size: 0.8125em;
  min-width: 100px;
  height: 36px;
  border-radius: 5px;
  color: #FFF;
  background-color: #C8D85B;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
button.default:focus {
  border-color: #4393B8;
}
button.default.cancel {
  background-color: #DD9DBF;
}
button.default.input {
  height: 30px;
}

/* ヘルプボタン
----------------------------------------------- */
button.help {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #CCCCCC;
  border-radius: 5px;
  border: 1px solid #4393B8;
  cursor: pointer;
}

/* アイコン付きボタン
----------------------------------------------- */
a.bt-icon {
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 1em;
  line-height: 2.75;
  color: #101010;
  height: 2.75em;
  background-color: #F1F1F1;
  border-radius: 0.5625em;
  overflow: hidden;
}
a.bt-icon > .icon {
  position: absolute;
  top: 0.875em;
  left: 0.5em;
  width: 1em;
  height: 1em;
  background-color: #CCCCCC;
}

/* ==============================================
 部品
 =============================================== */
/* プログレスバー
----------------------------------------------- */
div.progress {
  position: relative;
  z-index: 0;
  height: 15px;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
div.progress > div.bar {
  position: relative;
  background-color: #0DCAF0;
  height: 100%;
}
div.progress > div.bar::after {
  position: absolute;
  right: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 13px solid #0DCAF0;
  border-right: 13px solid transparent;
  content: "";
}
div.progress > div.text {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  color: #FFF;
  font-size: 0.6875em;
  line-height: 13px;
  z-index: 1;
}

/* ポイント表示
----------------------------------------------- */
div.pointdisplay {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
}
div.pointdisplay > .main,
div.pointdisplay > .sub {
  padding: 0.5em;
  text-align: center;
}
div.pointdisplay > .main button,
div.pointdisplay > .sub button {
  margin: 10px auto;
}
div.pointdisplay > .main > .title {
  font-size: 0.8125em;
}
div.pointdisplay > .main > .point {
  font-weight: bold;
}
div.pointdisplay > .sub {
  background-color: #F1F1F1;
}
div.pointdisplay > .sub > .title,
div.pointdisplay > .sub > .point {
  font-size: 0.8125em;
}
@media only screen and (min-width: 768px) {
  div.pointdisplay > .main,
div.pointdisplay > .sub {
    display: grid;
    grid-template-columns: 1fr 20% 1fr;
    align-items: center;
  }
  div.pointdisplay > .main .title,
div.pointdisplay > .sub .title {
    text-align: right;
  }
  div.pointdisplay > .main .button,
div.pointdisplay > .sub .button {
    grid-column: 1/4;
  }
}

/* ポイント表記
----------------------------------------------- */
span.points::after {
  margin-left: 0.25em;
  font-size: 0.65em;
  content: "P";
}

/* 決済
----------------------------------------------- */
div.payment > div.selector > select {
  width: 100%;
}
div.payment > div.selected {
  padding: 1em;
  background-color: #E5ECB3;
}

/* ==============================================
 エリア
 =============================================== */
/* 説明セクション
----------------------------------------------- */
section.note {
  padding: 1em;
  max-height: 25vh;
  overflow-y: auto;
  border: 1px solid #E1E1E1;
}

/* フレーム
----------------------------------------------- */
.frame {
  padding: 1em;
  border: 1px solid #E1E1E1;
}
.frame > *:last-of-type {
  margin-bottom: 0 !important;
}
.frame.true {
  background-color: #DFECF2;
  border-color: #4393B8;
}
.frame.check {
  background-color: #FCF098;
  border-color: #BEA90E;
}

/* 単語入力エリア
----------------------------------------------- */
.wordsinput {
  display: grid;
  grid-template-columns: 1fr 100px;
  column-gap: 1em;
  row-gap: 0.5em;
}
.wordsinput ul.wordslist,
.wordsinput p.att {
  grid-column: span 2;
}
.wordsinput p.att {
  margin: 0;
}

/* 横スクロールエリア
----------------------------------------------- */
section.scroll-y {
  width: 100%;
  overflow-y: auto;
}

/* エディター
----------------------------------------------- */
div.editor {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  height: 40vh;
}
div.editor > textarea {
  height: 100%;
}

/* ==============================================
 汎用書式
 =============================================== */
/* logo有り書式
----------------------------------------------- */
.format-ota-aile > header,
.format-ota-aile > div:not([class]) > div:not([class]) > header {
  margin: 0 0 1.5625em;
}
.format-ota-aile > header > img,
.format-ota-aile > div:not([class]) > div:not([class]) > header > img {
  margin: 0 auto;
  width: 126px;
}
.format-ota-aile > main,
.format-ota-aile > div:not([class]) > div:not([class]) > main {
  margin: 0 0 1.5625em;
}
.format-ota-aile > footer,
.format-ota-aile > div:not([class]) > div:not([class]) > footer {
  display: flex;
  justify-content: center;
}
.format-ota-aile > footer > button,
.format-ota-aile > div:not([class]) > div:not([class]) > footer > button {
  margin-right: 1em;
}
.format-ota-aile > footer > button:last-child,
.format-ota-aile > div:not([class]) > div:not([class]) > footer > button:last-child {
  margin-right: 0;
}
.format-ota-aile > div.err-label-area ul.err-label,
.format-ota-aile > div:not([class]) > div:not([class]) > div.err-label-area ul.err-label {
  top: -1.5em;
}

/* ==============================================
 フッター
 =============================================== */
/* メニューボタン
----------------------------------------------- */
footer.nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 55px;
  background-color: #FFF;
  z-index: 20;
}
footer.nav nav.footer {
  height: 100%;
}
footer.nav nav.footer > ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
  height: 100%;
}
footer.nav nav.footer > ul > li {
  list-style: none;
  width: 25%;
}
footer.nav nav.footer > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
footer.nav nav.footer > ul > li > a > .icon {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #DFECF2;
}
footer.nav nav.footer > ul > li.notice > a > .icon::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #FF0000;
  content: "";
}

/* ==============================================
 モーダルウィンドウ
 =============================================== */
/* ベースエリア
----------------------------------------------- */
div.windowbase {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
div.windowbase > article {
  width: 90%;
  max-width: 400px;
  max-height: 100%;
  overflow-y: auto;
  padding: 1em;
  background-color: #FFF;
}
div.windowbase > article h3 {
  font-size: 1em;
}
div.windowbase > article > main {
  margin: 0 0 1.5625em;
  max-height: calc(100vh - (1em + 88px + 1.5625em + 1.5625em + 36px + 1em));
  overflow-y: auto;
}

/* ==============================================
 通知
 =============================================== */
/* ベースエリア
----------------------------------------------- */
section.notice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 200;
}
section.notice.open {
  display: block;
}
section.notice.close {
  display: block;
}

/* 表示
----------------------------------------------- */
section.notice div.notice {
  position: relative;
  top: -100%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 900px;
  height: 60px;
  color: #FFF;
  background-color: #4393B8;
}
section.notice div.notice h2,
section.notice div.notice .body {
  font-size: 0.8125em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.notice div.notice h2 {
  font-weight: bold;
}
section.notice div.notice.icon {
  display: grid;
  grid-template-columns: 1fr 40px;
}
section.notice div.notice.icon h2,
section.notice div.notice.icon .body {
  grid-column: 1/2;
}
section.notice div.notice.icon .icon {
  grid-column: 2/3;
  grid-row: 1/3;
  border-radius: 50%;
  background-color: #DFECF2;
  overflow: hidden;
}
section.notice div.notice.icon .icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.notice.open div.notice {
  top: 0;
  animation: noticeIn 0.3s both;
}
section.notice.close div.notice {
  animation: noticeOut 0.3s both;
}

@keyframes noticeIn {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes noticeOut {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
/* ==============================================
 ログイン関連
 =============================================== */
/* 見出し
----------------------------------------------- */
#html.login h1 {
  margin: 1.15em 0;
  text-align: center;
  font-size: 1.625em;
  color: #DD9DBF;
}

/* ==============================================
 登録関連
 =============================================== */
/* ヘッダー
----------------------------------------------- */
#html.base-entry > header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  background-color: #DFECF2;
}
#html.base-entry > header h1 {
  margin: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
}
#html.base-entry > header ul.status {
  display: flex;
  overflow: hidden;
  width: 100%;
}
#html.base-entry > header ul.status > li {
  position: relative;
  margin-right: 2.5em;
  font-weight: bold;
  color: #CCCCCC;
  white-space: nowrap;
  flex: 0 0 1;
}
#html.base-entry > header ul.status > li.now {
  color: #101010;
  border-bottom: 2px solid #FF0000;
}
#html.base-entry > header ul.status > li.hidden {
  display: none;
}
#html.base-entry > header ul.status > li::after {
  position: absolute;
  right: -1.5em;
  color: #CCCCCC;
  content: "/";
}
#html.base-entry > header ul.status > li:last-child::after {
  display: none;
}
#html.base-entry > header.status {
  justify-content: flex-start;
}
#html.base-entry > header.status h1 {
  border-bottom: 2px solid #FF0000;
}

/* 見出し
----------------------------------------------- */
#html.base-entry h1 {
  margin: 0 0 0.3125em;
  font-size: 1em;
  font-weight: normal;
}

#html.base-entry h2 {
  margin: 0 0 1.5625em;
  font-weight: bold;
  font-size: 1em;
}
#html.base-entry h2 button {
  margin-left: 0.5em;
}
#html.base-entry h2.label {
  margin: 0 0 0.3125em;
  font-weight: normal;
}

/* 登録フォーム
----------------------------------------------- */
dl.form dt.family-name, dl.form dt.family-ruby, dl.form dd.family-name, dl.form dd.family-ruby {
  grid-column: 1/3;
}
dl.form dt.given-name, dl.form dt.given-ruby, dl.form dd.given-name, dl.form dd.given-ruby {
  grid-column: 3/5;
}
dl.form dt.family-name {
  grid-row: 1/2;
}
dl.form dt.family-ruby {
  grid-row: 3/4;
}
dl.form dt.given-name {
  grid-row: 1/2;
}
dl.form dt.given-ruby {
  grid-row: 3/4;
}
dl.form dd.family-name {
  grid-row: 2/3;
}
dl.form dd.family-ruby {
  grid-row: 4/5;
}
dl.form dd.given-name {
  grid-row: 2/3;
}
dl.form dd.given-ruby {
  grid-row: 4/5;
}

/* ウェルカムポイント
----------------------------------------------- */
#html.base-entry dl.welcomepoint {
  display: grid;
  grid-template-columns: 4em 1fr;
  column-gap: 1em;
  width: max-content;
}
#html.base-entry dl.welcomepoint dd {
  text-align: right;
}

/* 選択内容
----------------------------------------------- */
#html.base-entry section.choice > p {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
}

/* ==============================================
 マイページ
 =============================================== */
/* ヘッダー
----------------------------------------------- */
#html.base-mypage > header #header {
  position: relative;
  display: grid;
  grid-template-columns: 125px 1fr 50px;
  grid-template-rows: 1fr 62.5px;
  align-items: center;
  justify-items: center;
}
#html.base-mypage > header #header div.img {
  position: relative;
  grid-column: span 3;
  padding-top: 50%;
  width: 100%;
  background-color: #DFECF2;
}
#html.base-mypage > header #header div.icon {
  grid-column: 1/2;
  grid-row: 2/3;
  position: relative;
  left: 0;
  top: -50%;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid #FFF;
  background-color: #DFECF2;
  overflow: hidden;
}
#html.base-mypage > header #header div.img img,
#html.base-mypage > header #header div.icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#html.base-mypage > header #header div.status {
  grid-column: 2/3;
  width: 100%;
}
#html.base-mypage > header #header div.status div.progress:first-child {
  margin-bottom: 10px;
}
#html.base-mypage > header #main {
  padding: 0 20px;
}
#html.base-mypage > header #main > h1 {
  margin-bottom: 0;
  font-size: 1.625em;
}
#html.base-mypage > header #main div.message {
  color: #0DCAF0;
}

/* コンテンツ
----------------------------------------------- */
#html.base-mypage section.contents h2 {
  font-size: 1em;
  font-weight: bold;
}
#html.base-mypage section.contents h2 button {
  margin-left: 2em;
}
#html.base-mypage section.contents div.frame {
  height: 5em;
  padding: 0.5em;
  overflow-y: auto;
}
#html.base-mypage section.contents div.button {
  display: flex;
  justify-content: flex-end;
}

/* ボタンセレクター
----------------------------------------------- */
#html.base-mypage section.bt-selector h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  min-width: max-content;
  font-weight: normal;
  text-align: center;
}
#html.base-mypage section.bt-selector h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101010;
  content: "";
}
#html.base-mypage section.bt-selector h2 > span {
  position: relative;
  display: inline-block;
  width: 10em;
  min-width: max-content;
  background-color: #FFF;
}

/* 横縞テーブル
----------------------------------------------- */
#html.base-mypage table.horizon > tr > td,
#html.base-mypage table.horizon > tbody > tr > td {
  padding: 0 0 0 1em;
  text-align: center;
}
#html.base-mypage table.horizon > tr > th,
#html.base-mypage table.horizon > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}

/* ヘッダー画像プレビュー
----------------------------------------------- */
#html.base-mypage #imgedit.header {
  position: relative;
  padding-top: 50%;
  background-color: #DFECF2;
}

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