@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ プロジェクト用スタイルシート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ 各種変数定義
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ functions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ mixin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ vendor

vendor.scss v1.0 | @ajlkn | MIT licensed
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ breakpoints

v1.0 | @ajlkn | MIT licensed
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ html-grid

html-grid.scss v1.0 | @ajlkn | MIT licensed
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ Reset
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
@import url(modules/fontawesome-all.min.css);
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/ }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ Basic
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-ms-viewport {
  width: device-width; }
body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }
html {
  box-sizing: border-box; }

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

body {
  background: #ffffff;
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*スマホ長押し時の画像保存を止める*/
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

.body-ui {
  overflow-x: hidden;
  overflow-y: auto; }

.body-ui::-webkit-scrollbar {
  width: 7px; }

.body-ui::-webkit-scrollbar-thumb {
  background-color: #454545;
  -webkit-border-radius: 1ex; }

.body-ui::-webkit-scrollbar-track {
  background-color: #ccc; }

.body-mng {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  overflow: hidden; }

body-mng::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ typography
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Type */
body, input, select, textarea {
  color: #2e3538;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.65; }
  @media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 12pt; } }
  @media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 11pt; } }
  @media screen and (max-width: 360px) {
    body, input, select, textarea {
      font-size: 10pt; } }

td {
  color: #333333; }

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  /*border-bottom: dotted 1px;*/
  color: #119dc7;
  text-decoration: none;
  outline: none;
  display: block; }
  a:hover {
    border-bottom-color: #119dc7;
    /*color: _palette(accent) !important;*/
    color: #119dc7; }
    a:hover strong {
      color: inherit; }

strong, b {
  color: #3d4449;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  /*margin: 0 0 _size(element-margin) 0;*/ }

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 4em;
  margin: 0 0 0.5em 0;
  line-height: 1.3; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 3.5em; } }
@media screen and (max-width: 980px) {
  h1 {
    font-size: 3.25em; } }
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
    line-height: 1.4; }

  h2 {
    font-size: 1.5em; } }
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(210, 215, 217, 0.75);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }

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

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ 各種コンポネント

   ボタン、テーブル、IMGなどの基礎的な要素に関する定義
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }

/* Box */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #119dc7;
  /*color: _palette(accent) !important;*/
  color: #119dc7;
  cursor: pointer;
  display: inline-block;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  letter-spacing: 0.075em;
  line-height: 2.5em;
  padding: 0 1.0em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  margin: 2px; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(17, 157, 199, 0.05); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(17, 157, 199, 0.15);
    margin: 3px 1px 1px 3px; }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type="submit"].reverse:active,
  input[type="reset"].reverse:active,
  input[type="button"].reverse:active,
  button.reverse:active,
  .button.reverse:active {
    margin: 3px 1px 1px 3px; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.9em;
    height: 2em;
    line-height: 2.1em; }
  input[type="submit"].x-small,
  input[type="reset"].x-small,
  input[type="button"].x-small,
  button.x-small,
  .button.x-small {
    font-size: 0.9em;
    height: 2em;
    line-height: 2.1em;
    padding: 0 0.3em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #119dc7;
    box-shadow: none;
    color: #ffffff !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #29c1ef; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #74abbb; }
    input[type="submit"].primary.yellow,
    input[type="reset"].primary.yellow,
    input[type="button"].primary.yellow,
    button.primary.yellow,
    .button.primary.yellow {
      background-color: #9d8c5b; }
      input[type="submit"].primary.yellow:hover,
      input[type="reset"].primary.yellow:hover,
      input[type="button"].primary.yellow:hover,
      button.primary.yellow:hover,
      .button.primary.yellow:hover {
        background-color: #d3ae44; }
      input[type="submit"].primary.yellow:active,
      input[type="reset"].primary.yellow:active,
      input[type="button"].primary.yellow:active,
      button.primary.yellow:active,
      .button.primary.yellow:active {
        background-color: #aaaa88; }
    input[type="submit"].primary.gray,
    input[type="reset"].primary.gray,
    input[type="button"].primary.gray,
    button.primary.gray,
    .button.primary.gray {
      background-color: #666666; }
      input[type="submit"].primary.gray:hover,
      input[type="reset"].primary.gray:hover,
      input[type="button"].primary.gray:hover,
      button.primary.gray:hover,
      .button.primary.gray:hover {
        background-color: #ffc107; }
      input[type="submit"].primary.gray:active,
      input[type="reset"].primary.gray:active,
      input[type="button"].primary.gray:active,
      button.primary.gray:active,
      .button.primary.gray:active {
        background-color: #d1aa33; }
    input[type="submit"].primary.red,
    input[type="reset"].primary.red,
    input[type="button"].primary.red,
    button.primary.red,
    .button.primary.red {
      background-color: #e12d6a; }
      input[type="submit"].primary.red:hover,
      input[type="reset"].primary.red:hover,
      input[type="button"].primary.red:hover,
      button.primary.red:hover,
      .button.primary.red:hover {
        background-color: #ff6398; }
      input[type="submit"].primary.red:active,
      input[type="reset"].primary.red:active,
      input[type="button"].primary.red:active,
      button.primary.red:active,
      .button.primary.red:active {
        background-color: #d37394; }
  input[type="submit"].wrap,
  input[type="reset"].wrap,
  input[type="button"].wrap,
  button.wrap,
  .button.wrap {
    height: unset;
    line-height: 1.5em;
    padding: 1em 1.0em;
    white-space: pre-wrap; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

/* Contact */
ul.contact {
  list-style: none;
  padding: 0; }
  ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative; }
    ul.contact li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400; }
    ul.contact li:before {
      color: #119dc7;
      display: inline-block;
      font-size: 1.5em;
      height: 1.125em;
      left: 0;
      line-height: 1.125em;
      position: absolute;
      text-align: center;
      top: 1em;
      width: 1.5em; }
    ul.contact li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
      ul.contact li:first-child:before {
        top: 0; }
    ul.contact li a {
      color: inherit; }

/* Features */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -3em;
  width: calc(100% + 3em); }
  .features article {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em); }
    .features article:nth-child(2n - 1) {
      margin-right: 1.5em; }
    .features article:nth-child(2n) {
      margin-left: 1.5em; }
    .features article:nth-last-child(1), .features article:nth-last-child(2) {
      margin-bottom: 0; }
    .features article .icon {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block;
      height: 10em;
      line-height: 10em;
      margin: 0 2em 0 0;
      text-align: center;
      width: 10em; }
      .features article .icon:before {
        color: #119dc7;
        font-size: 2.75rem;
        position: relative;
        top: 0.05em; }
      .features article .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0.25rem;
        border: solid 2px rgba(210, 215, 217, 0.75);
        content: '';
        display: block;
        height: 7em;
        left: 50%;
        margin: -3.5em 0 0 -3.5em;
        position: absolute;
        top: 50%;
        width: 7em; }
    .features article .content {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      .features article .content > :last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .features {
      margin: 0 0 2em 0;
      width: 100%; }
      .features article {
        margin: 0 0 3em 0;
        width: 100%; }
        .features article:nth-child(2n - 1) {
          margin-right: 0; }
        .features article:nth-child(2n) {
          margin-left: 0; }
        .features article:nth-last-child(1), .features article:nth-last-child(2) {
          margin-bottom: 3em; }
        .features article:last-child {
          margin-bottom: 0; }
        .features article .icon {
          height: 8em;
          line-height: 8em;
          width: 8em; }
          .features article .icon:before {
            font-size: 2.25rem; }
          .features article .icon:after {
            height: 6em;
            margin: -3em 0 0 -3em;
            width: 6em; } }
  @media screen and (max-width: 480px) {
    .features article {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
      .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em; }
        .features article .icon:before {
          font-size: 1.5rem; }
        .features article .icon:after {
          height: 4em;
          margin: -2em 0 0 -2em;
          width: 4em; } }
  @media screen and (max-width: 480px) {
    .features article .icon:before {
      font-size: 1.25rem; } }

/* Form */
form {
  /*margin: 0 0 _size(element-margin) 0;*/
  margin: 0 0 0 0; }

label {
  color: #3d4449;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0.5em 0 0.5em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(210, 215, 217, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  text-decoration: none;
  width: 100%;
  padding: 0 0.75em; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    select,
    textarea {
      padding: 0 0.4em; } }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  input[type="date"]:invalid,
  input[type="time"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  select:focus,
  textarea:focus {
    border-color: #119dc7;
    box-shadow: 0 0 0 1px #119dc7; }
  input[type="text"].disabled, input[type="text"]:disabled,
  input[type="password"].disabled,
  input[type="password"]:disabled,
  input[type="email"].disabled,
  input[type="email"]:disabled,
  input[type="tel"].disabled,
  input[type="tel"]:disabled,
  input[type="search"].disabled,
  input[type="search"]:disabled,
  input[type="url"].disabled,
  input[type="url"]:disabled,
  input[type="date"].disabled,
  input[type="date"]:disabled,
  input[type="time"].disabled,
  input[type="time"]:disabled,
  select.disabled,
  select:disabled,
  textarea.disabled,
  textarea:disabled {
    background: #f5f6f7;
    pointer-events: none !important; }

input[type="time"] {
  padding: 0.60em 0.75em; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  height: 2.75em;
  padding-right: 1.75em;
  /*_size(element-height)*/
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }
  @media screen and (max-width: 768px) {
    select {
      padding-right: 2em; } }
  select option {
    color: #3d4449;
    background: #ffffff; }
    select option:disabled {
      color: #eaeaea;
      font-style: italic; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"],
select {
  height: 2.75em;
  ime-mode: inactive;
  /* Edge/Explorer/Firefoxなど、Chromeは非対応なので「input type='tel'」を利用 */ }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  opacity: 0;
  z-index: -1;
  width: 0;
  margin: 0; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #2e3538;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
    white-space: nowrap; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: #ffffff;
      border-radius: 0.375em;
      border: solid 1px rgba(210, 215, 217, 0.75);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #3d4449;
    border-color: #3d4449;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #119dc7;
    box-shadow: 0 0 0 1px #119dc7; }
  input[type="checkbox"].disabled, input[type="checkbox"]:disabled,
  input[type="radio"].disabled,
  input[type="radio"]:disabled {
    pointer-events: none;
    opacity: 0.25; }

input[type="checkbox"] + label:before {
  border-radius: 0.375em; }

input[type="radio"] {
  pointer-events: none; }
  input[type="radio"] + label:before {
    border-radius: 100%; }

::-webkit-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 0.5; }

:-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 0.5; }

::-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 0.5; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon {
      color: inherit; }
      ul.icons li .icon:before {
        font-size: 1.25em; }
    ul.icons li .logo {
      height: 38px;
      margin-top: 8px; }
      @media screen and (max-width: 1680px) {
        ul.icons li .logo {
          margin-top: 6px; } }
      @media screen and (max-width: 1280px) {
        ul.icons li .logo {
          margin-top: 2px; } }
      @media screen and (max-width: 980px) {
        ul.icons li .logo {
          margin-top: 2px; } }
      @media screen and (max-width: 768px) {
        ul.icons li .logo {
          margin-top: 17px; } }
      @media screen and (max-width: 480px) {
        ul.icons li .logo {
          margin-top: 17px; } }
      @media screen and (max-width: 360px) {
        ul.icons li .logo {
          margin-top: 14px; } }

/* Image */
.image, .photo {
  border: 0;
  display: inline-block;
  position: relative; }
  .image img, .photo img {
    display: block; }
  .image.left, .image.right, .photo.left, .photo.right {
    max-width: 40%; }
    .image.left img, .image.right img, .photo.left img, .photo.right img {
      width: 100%; }
  .image.left, .photo.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right, .photo.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit, .photo.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img, .photo.fit img {
      width: 100%; }
  .image.main, .photo.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%; }
    .image.main img, .photo.main img {
      width: 100%; }

a.image {
  overflow: hidden; }
  a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease; }
  a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075); }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  /*list-style: disc;*/
  list-style: none;
  margin: 0 0 2em 0;
  /*padding-left: 1em;*/ }
  ul li {
    /*padding-left: 0.5em;*/ }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(210, 215, 217, 0.75);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0; }
  dl dd {
    margin-left: 2em; }

/* Mini Posts */
.mini-posts article {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin-top: 2em;
  padding-top: 2em; }
  .mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0; }
    .mini-posts article .image img {
      display: block;
      width: 100%; }
  .mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0;
  text-align: center; }
  ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle; }
    ul.pagination li > .page {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      border-bottom: 0;
      border-radius: 0.375em;
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600;
      height: 2em;
      line-height: 2em;
      margin: 0 0.125em;
      min-width: 2em;
      padding: 0 0.5em;
      text-align: center; }
      ul.pagination li > .page.active {
        background-color: #119dc7;
        color: #ffffff !important; }
        ul.pagination li > .page.active:hover {
          background-color: #12a8d5; }
        ul.pagination li > .page.active:active {
          background-color: #1092b9; }
    ul.pagination li:first-child {
      padding-right: 0.75em; }
    ul.pagination li:last-child {
      padding-left: 0.75em; }
  @media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
      display: none; }
    ul.pagination li:first-child {
      padding-right: 0; } }

/* Pagination 2 */
.list-pager {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .list-pager a:hover {
    border-bottom-color: #bbb;
    color: unset; }

/* Posts */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em); }
  .posts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(33.3333333333% - 6em); }
    .posts article:before {
      background: rgba(210, 215, 217, 0.75);
      content: '';
      display: block;
      height: calc(100% + 6em);
      left: -3em;
      position: absolute;
      top: 0;
      width: 1px; }
    .posts article:after {
      background: rgba(210, 215, 217, 0.75);
      bottom: -3em;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      width: calc(100% + 6em); }
    .posts article > :last-child {
      margin-bottom: 0; }
    .posts article .image {
      display: block;
      margin: 0 0 2em 0; }
      .posts article .image img {
        display: block;
        width: 100%; }
  @media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
      display: none; }
    .posts article:nth-child(3n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
        display: none; } }
  @media screen and (max-width: 1680px) {
    .posts article {
      width: calc(50% - 6em); }
      .posts article:nth-last-child(3) {
        margin-bottom: 6em; } }
  @media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
      display: none; }
    .posts article:nth-child(2n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
        display: none; } }
  @media screen and (max-width: 768px) {
    .posts {
      margin: 0 0 2em -4.5em;
      width: calc(100% + 4.5em); }
      .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em); }
        .posts article:before {
          height: calc(100% + 4.5em);
          left: -2.25em; }
        .posts article:after {
          bottom: -2.25em;
          width: calc(100% + 4.5em); }
        .posts article:nth-last-child(3) {
          margin-bottom: 4.5em; } }
  @media screen and (max-width: 480px) {
    .posts {
      margin: 0 0 2em 0;
      width: 100%; }
      .posts article {
        margin: 0 0 4.5em 0;
        width: 100%; }
        .posts article:before {
          display: none; }
        .posts article:after {
          width: 100%; }
        .posts article:last-child {
          margin-bottom: 0; }
          .posts article:last-child:after {
            display: none; } }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.3333333333%; }
  .row > .off-1 {
    margin-left: 8.3333333333%; }
  .row > .col-2 {
    width: 16.6666666667%; }
  .row > .off-2 {
    margin-left: 16.6666666667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.3333333333%; }
  .row > .off-4 {
    margin-left: 33.3333333333%; }
  .row > .col-5 {
    width: 41.6666666667%; }
  .row > .off-5 {
    margin-left: 41.6666666667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.3333333333%; }
  .row > .off-7 {
    margin-left: 58.3333333333%; }
  .row > .col-8 {
    width: 66.6666666667%; }
  .row > .off-8 {
    margin-left: 66.6666666667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.3333333333%; }
  .row > .off-10 {
    margin-left: 83.3333333333%; }
  .row > .col-11 {
    width: 91.6666666667%; }
  .row > .off-11 {
    margin-left: 91.6666666667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em; }
  .row {
    margin-top: 0;
    margin-left: -1.5em; }
    .row > * {
      padding: 0 0 0 1.5em; }
    .row.gtr-uniform {
      margin-top: -1.5em; }
      .row.gtr-uniform > * {
        padding-top: 1.5em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-200 > * {
      padding: 0 0 0 3em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.3333333333%; }
      .row > .off-1-xlarge {
        margin-left: 8.3333333333%; }
      .row > .col-2-xlarge {
        width: 16.6666666667%; }
      .row > .off-2-xlarge {
        margin-left: 16.6666666667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.3333333333%; }
      .row > .off-4-xlarge {
        margin-left: 33.3333333333%; }
      .row > .col-5-xlarge {
        width: 41.6666666667%; }
      .row > .off-5-xlarge {
        margin-left: 41.6666666667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.3333333333%; }
      .row > .off-7-xlarge {
        margin-left: 58.3333333333%; }
      .row > .col-8-xlarge {
        width: 66.6666666667%; }
      .row > .off-8-xlarge {
        margin-left: 66.6666666667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.3333333333%; }
      .row > .off-10-xlarge {
        margin-left: 83.3333333333%; }
      .row > .col-11-xlarge {
        width: 91.6666666667%; }
      .row > .off-11-xlarge {
        margin-left: 91.6666666667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.3333333333%; }
      .row > .off-1-large {
        margin-left: 8.3333333333%; }
      .row > .col-2-large {
        width: 16.6666666667%; }
      .row > .off-2-large {
        margin-left: 16.6666666667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.3333333333%; }
      .row > .off-4-large {
        margin-left: 33.3333333333%; }
      .row > .col-5-large {
        width: 41.6666666667%; }
      .row > .off-5-large {
        margin-left: 41.6666666667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.3333333333%; }
      .row > .off-7-large {
        margin-left: 58.3333333333%; }
      .row > .col-8-large {
        width: 66.6666666667%; }
      .row > .off-8-large {
        margin-left: 66.6666666667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.3333333333%; }
      .row > .off-10-large {
        margin-left: 83.3333333333%; }
      .row > .col-11-large {
        width: 91.6666666667%; }
      .row > .off-11-large {
        margin-left: 91.6666666667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.3333333333%; }
      .row > .off-1-medium {
        margin-left: 8.3333333333%; }
      .row > .col-2-medium {
        width: 16.6666666667%; }
      .row > .off-2-medium {
        margin-left: 16.6666666667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.3333333333%; }
      .row > .off-4-medium {
        margin-left: 33.3333333333%; }
      .row > .col-5-medium {
        width: 41.6666666667%; }
      .row > .off-5-medium {
        margin-left: 41.6666666667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.3333333333%; }
      .row > .off-7-medium {
        margin-left: 58.3333333333%; }
      .row > .col-8-medium {
        width: 66.6666666667%; }
      .row > .off-8-medium {
        margin-left: 66.6666666667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.3333333333%; }
      .row > .off-10-medium {
        margin-left: 83.3333333333%; }
      .row > .col-11-medium {
        width: 91.6666666667%; }
      .row > .off-11-medium {
        margin-left: 91.6666666667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 768px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.3333333333%; }
      .row > .off-1-small {
        margin-left: 8.3333333333%; }
      .row > .col-2-small {
        width: 16.6666666667%; }
      .row > .off-2-small {
        margin-left: 16.6666666667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.3333333333%; }
      .row > .off-4-small {
        margin-left: 33.3333333333%; }
      .row > .col-5-small {
        width: 41.6666666667%; }
      .row > .off-5-small {
        margin-left: 41.6666666667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.3333333333%; }
      .row > .off-7-small {
        margin-left: 58.3333333333%; }
      .row > .col-8-small {
        width: 66.6666666667%; }
      .row > .off-8-small {
        margin-left: 66.6666666667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.3333333333%; }
      .row > .off-10-small {
        margin-left: 83.3333333333%; }
      .row > .col-11-small {
        width: 91.6666666667%; }
      .row > .off-11-small {
        margin-left: 91.6666666667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.3333333333%; }
      .row > .off-1-xsmall {
        margin-left: 8.3333333333%; }
      .row > .col-2-xsmall {
        width: 16.6666666667%; }
      .row > .off-2-xsmall {
        margin-left: 16.6666666667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.3333333333%; }
      .row > .off-4-xsmall {
        margin-left: 33.3333333333%; }
      .row > .col-5-xsmall {
        width: 41.6666666667%; }
      .row > .off-5-xsmall {
        margin-left: 41.6666666667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.3333333333%; }
      .row > .off-7-xsmall {
        margin-left: 58.3333333333%; }
      .row > .col-8-xsmall {
        width: 66.6666666667%; }
      .row > .off-8-xsmall {
        margin-left: 66.6666666667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.3333333333%; }
      .row > .off-10-xsmall {
        margin-left: 83.3333333333%; }
      .row > .col-11-xsmall {
        width: 91.6666666667%; }
      .row > .off-11-xsmall {
        margin-left: 91.6666666667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase; }
header.major > :last-child {
  border-bottom: solid 3px #119dc7;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0; }
header.main > :last-child {
  margin: 0 0 1em 0; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  /*margin: 0 0 _size(element-margin) 0;*/
  margin: 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
    table tbody tr:hover {
      background-color: #eef1df; }
  table td {
    padding: 0.5em 0.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: center;
    font-size: 0.95em; }
    table td .multi-record {
      display: flex;
      flex-direction: column; }
      table td .multi-record span {
        font-size: 0.9em;
        line-height: 1.3em;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    table td.image {
      padding: 0 0.2em;
      display: table-cell;
      text-align: -webkit-center; }
      table td.image img {
        width: 50px;
        height: 50px;
        object-fit: cover; }
    table td.img-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px; }
      table td.img-icon a {
        height: 25px; }
      table td.img-icon img {
        height: 25px;
        object-fit: cover;
        border: 1px solid #dbdbdb; }
    table td.compact-height {
      line-height: 1.25em; }
    table td .small-tag {
      font-size: 12px;
      line-height: 12px; }
  table th {
    color: #3d4449;
    background-color: #e5e5e5;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0.5em 0.2em;
    text-align: center;
    white-space: nowrap; }
    table th span {
      font-size: 0.8em;
      line-height: 0.8em;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #686868;
      padding-top: 3px; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

.link {
  color: #119dc7;
  text-decoration: underline;
  cursor: pointer; }
  .link:hover {
    color: #ffa000; }

.breadcrumbs {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px; }
  .breadcrumbs a {
    display: contents;
    color: #666666;
    cursor: pointer; }
    .breadcrumbs a:hover {
      color: #119dc7; }

.help-tip {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: -1px;
  cursor: pointer; }
  .help-tip:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f059"; }
  .help-tip:hover {
    color: #ffa000; }

.must {
  color: #d5688d;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1px; }

.must-large {
  color: #ffffff;
  background-color: #d5688d;
  width: 47px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 2px;
  margin: -1px 0 1px 10px;
  border-radius: 4px; }
  .must-large:before {
    font-family: 'Material Icons';
    content: '\f88d';
    font-size: 14px;
    padding-right: 2px; }

.select-plus-text {
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .select-plus-text label {
    white-space: nowrap; }

.etc-option {
  display: none !important; }

.common-close-icon {
  color: #ffffff;
  background-color: #a5a5a5;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  animation: rotate_0 0.65s forwards;
  cursor: pointer; }
  .common-close-icon:before {
    font-family: 'Material Icons';
    content: '\e5cd';
    font-size: 22px; }
  .common-close-icon:hover {
    animation: rotate_90 0.65s forwards; }
  .common-close-icon:active {
    width: 28px;
    height: 28px;
    right: 9px;
    top: 9px; }

.block-checkbox {
  display: flex;
  align-items: center;
  border: 1px solid #a3a3a3;
  background-color: #a3a3a3;
  width: fit-content;
  height: 36px;
  user-select: none;
  position: relative;
  cursor: pointer; }
  .block-checkbox:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 34px;
    background-color: #ffffff; }
  .block-checkbox:hover {
    opacity: 0.8; }
  .block-checkbox:has(input[type="checkbox"]:checked) {
    background-color: #119dc7;
    border: 1px solid #119dc7; }
  .block-checkbox label {
    position: unset !important;
    padding: 11px 10px 11px 40px !important;
    margin: 0;
    font-size: 16px !important;
    color: #ffffff !important; }
    .block-checkbox label:before {
      position: absolute !important;
      top: -1px !important;
      width: 30px !important;
      height: 34px !important;
      border: none !important;
      border-radius: unset !important;
      box-shadow: none !important;
      background: transparent !important; }
  .block-checkbox input[type="checkbox"]:checked + label:before {
    background: transparent;
    color: #119dc7;
    font-size: 18px; }
  .block-checkbox.green:has(input[type="checkbox"]:checked) {
    background-color: #60af03;
    border: 1px solid #60af03; }
  .block-checkbox.green input[type="checkbox"]:checked + label:before {
    color: #60af03; }
  .block-checkbox.red:has(input[type="checkbox"]:checked) {
    background-color: #f73122;
    border: 1px solid #f73122; }
  .block-checkbox.red input[type="checkbox"]:checked + label:before {
    color: #f73122; }
  .block-checkbox.black:has(input[type="checkbox"]:checked) {
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d; }
  .block-checkbox.black input[type="checkbox"]:checked + label:before {
    color: #2d2d2d; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ Utility

   コンポネント(component)以外の再利用可能な最小単位モジュール
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.no-record {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #cbcbcb;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  height: 300px; }
  .no-record .symbol {
    background-image: url(images/search_document.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-bottom: 22px; }
  @media screen and (max-width: 980px) {
    .no-record {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .no-record {
      height: 250px; } }
  .no-record.big {
    height: 600px; }
    @media screen and (max-width: 980px) {
      .no-record.big {
        height: 600px; } }
    @media screen and (max-width: 768px) {
      .no-record.big {
        height: 600px; } }
  .no-record .message {
    width: fit-content;
    font-size: 1.5em;
    text-align: left; }
    @media screen and (max-width: 980px) {
      .no-record .message {
        font-size: 1.4em; } }
    @media screen and (max-width: 768px) {
      .no-record .message {
        font-size: 1.3em; } }
  .no-record span {
    font-size: 80px; }

.help-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: help; }
  .help-text .icon {
    font-size: 21px;
    color: #037acf;
    padding: 0 0 2px 5px !important; }

/*-------------------------------------------------------------------------------------------------
▼統合検索補助ツール
-------------------------------------------------------------------------------------------------*/
.search-helper {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #fbfbfb;
  border: 6px solid #e7e7e7;
  box-shadow: 3px 3px 2px -2px #000000cf;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  min-width: 300px; }
  @media screen and (max-width: 768px) {
    .search-helper {
      position: relative;
      width: 100% !important;
      left: unset !important;
      top: unset !important;
      min-width: unset;
      margin-top: 10px; } }
  .search-helper .no-search-history {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adadad;
    pointer-events: none; }
    .search-helper .no-search-history .ico {
      font-size: 40px; }
    .search-helper .no-search-history .txt {
      font-size: 14px;
      margin-top: 7px; }

.search-helper::-webkit-scrollbar {
  width: 7px; }

.search-helper::-webkit-scrollbar-thumb {
  background-color: #0c6883;
  -webkit-border-radius: 1ex; }

.search-helper::-webkit-scrollbar-track {
  background-color: #ccc; }

/*-------------------------------------------------------------------------------------------------
▼情報変更POPUP
-------------------------------------------------------------------------------------------------*/
.edit-popup {
  width: 100%;
  max-height: 100%;
  padding: 5px; }
  .edit-popup .detail-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #dfdfdf;
    padding: 7px 10px;
    border-radius: 2px; }
    .edit-popup .detail-area .item {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 0 0.3em; }
      .edit-popup .detail-area .item .tag {
        display: flex;
        align-items: center;
        font-size: 0.9em;
        line-height: 1.4em;
        white-space: nowrap;
        margin-top: 0.3em; }
      .edit-popup .detail-area .item .field {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
      .edit-popup .detail-area .item .multi {
        display: flex;
        flex-wrap: nowrap; }
      .edit-popup .detail-area .item .field select, .edit-popup .detail-area .item .field a, .edit-popup .detail-area .item .field input[type='text'], .edit-popup .detail-area .item .field input[type='date'], .edit-popup .detail-area .item .field input[type='time'], .edit-popup .detail-area .item .multi select, .edit-popup .detail-area .item .multi a, .edit-popup .detail-area .item .multi input[type='text'], .edit-popup .detail-area .item .multi input[type='date'], .edit-popup .detail-area .item .multi input[type='time'] {
        height: 2.0em;
        font-size: 14px;
        padding: 0 5px; }
      .edit-popup .detail-area .item .field .select2-selection--single, .edit-popup .detail-area .item .multi .select2-selection--single {
        height: 2.0em;
        font-size: 14px; }
    .edit-popup .detail-area .must {
      color: #e56b6b;
      margin-left: 8px;
      font-size: 1em; }
  .edit-popup .button-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0;
    position: sticky;
    bottom: 15px;
    background-color: #ffffffab; }
    .edit-popup .button-area .info {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #084355;
      margin: 25px 0px -20px;
      padding: 10px; }
      .edit-popup .button-area .info .tag {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #ffffff; }
      .edit-popup .button-area .info .strong {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        color: #00e2ff;
        margin: 0 20px; }
    .edit-popup .button-area .btn {
      margin: 3px 10px; }
      @media screen and (max-width: 768px) {
        .edit-popup .button-area .btn {
          margin: 2px 4px; } }

/*-------------------------------------------------------------------------------------------------
▼POPUPウィンドウ
-------------------------------------------------------------------------------------------------*/
.popup-winow {
  width: 100%;
  min-height: 450px;
  max-height: 100%;
  padding: 5px; }
  .popup-winow .search-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #dfdfdf;
    padding: 7px 10px;
    border-radius: 2px; }
    .popup-winow .search-area .item {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 0 0.3em; }
      .popup-winow .search-area .item .tag {
        font-size: 0.7em;
        line-height: 1.4em;
        white-space: nowrap;
        margin-top: 0.3em; }
      .popup-winow .search-area .item .condition {
        display: flex;
        align-items: center;
        flex-wrap: nowrap; }
        .popup-winow .search-area .item .condition a, .popup-winow .search-area .item .condition input[type='text'], .popup-winow .search-area .item .condition input[type='date'] {
          height: 1.75em;
          font-size: 14px;
          padding: 0 5px; }
        .popup-winow .search-area .item .condition select {
          height: 1.75em;
          font-size: 14px;
          padding: 0 28px 0 7px; }
        .popup-winow .search-area .item .condition .select2-selection--single {
          height: 1.75em;
          font-size: 14px; }
        .popup-winow .search-area .item .condition .clear {
          display: flex;
          align-items: center;
          box-shadow: inset 0 0 0 1px #c9c9c9;
          color: #b3b3b3 !important;
          background-color: #f4f4f4;
          letter-spacing: -2px;
          padding: 0 9px; }
  .popup-winow .list-area {
    width: 100%;
    margin: 5px 0; }
    .popup-winow .list-area .table-wrap {
      overflow-x: auto;
      scrollbar-width: thin;
      scrollbar-color: #17585d #ccc;
      margin-top: unset; }
      .popup-winow .list-area .table-wrap table tr th {
        font-size: 0.8em;
        padding: 0.3em 0.2em; }
      .popup-winow .list-area .table-wrap table tr td {
        font-size: 0.85em;
        padding: 0.2em 0.2em; }
        .popup-winow .list-area .table-wrap table tr td .multi-record span {
          font-size: 0.85em; }
        .popup-winow .list-area .table-wrap table tr td img {
          width: 40px;
          height: 36px; }
    .popup-winow .list-area .table-wrap::-webkit-scrollbar {
      height: 7px; }
    .popup-winow .list-area .table-wrap::-webkit-scrollbar-track {
      background-color: #ccc; }
    .popup-winow .list-area .table-wrap::-webkit-scrollbar-thumb {
      background-color: #db8403; }
  .popup-winow .contents-area {
    display: flex;
    flex-direction: column;
    padding: 10px; }
    .popup-winow .contents-area .one-item {
      display: flex;
      margin-bottom: 5px;
      align-items: center; }
      .popup-winow .contents-area .one-item .tag {
        width: 120px; }
        @media screen and (max-width: 480px) {
          .popup-winow .contents-area .one-item .tag {
            width: 100px; } }
      .popup-winow .contents-area .one-item .contents {
        width: calc(100% - 120px); }
        @media screen and (max-width: 480px) {
          .popup-winow .contents-area .one-item .contents {
            width: calc(100% - 100px); } }
        .popup-winow .contents-area .one-item .contents input[type='text'], .popup-winow .contents-area .one-item .contents input[type='date'] {
          width: 100%;
          height: 2em;
          font-size: 16px;
          padding: 5px 10px; }
        .popup-winow .contents-area .one-item .contents select {
          height: 2em;
          font-size: 16px;
          padding: 0 28px 0 7px; }
        .popup-winow .contents-area .one-item .contents textarea {
          font-size: 16px;
          padding: 5px 10px; }
        .popup-winow .contents-area .one-item .contents.info {
          display: flex;
          align-items: center; }
          .popup-winow .contents-area .one-item .contents.info img {
            height: 20px;
            border: 1px solid #eaeaea;
            margin: 0 10px 0 5px; }
    .popup-winow .contents-area .command {
      display: flex;
      justify-content: center; }
      .popup-winow .contents-area .command .button {
        height: 2.0em;
        line-height: 2.0em;
        margin: 0 5px; }
  .popup-winow .popup-block-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px; }

/*-------------------------------------------------------------------------------------------------
▼ファイルアップロードブロック
-------------------------------------------------------------------------------------------------*/
.file-uploader {
  display: flex;
  flex-wrap: wrap;
  /*タグなしバージョン*/ }
  .file-uploader .file-selecter {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ededed;
    align-items: center;
    max-width: 100%; }
    .file-uploader .file-selecter label {
      display: flex;
      align-items: center;
      color: #555555;
      font-weight: normal;
      background-color: #f5f5f5;
      border: 1px solid #d9d9d9;
      margin: 0px 10px 0px 0px;
      padding: 2px 15px;
      border-radius: 5px;
      white-space: nowrap;
      cursor: pointer; }
      .file-uploader .file-selecter label .ico {
        font-size: 20px;
        padding: 0 0 2px 0; }
      .file-uploader .file-selecter label:hover {
        color: #ffffff;
        background-color: #494949;
        border: 1px solid #494949; }
    .file-uploader .file-selecter input[type="file"] {
      display: none; }
    .file-uploader .file-selecter p {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      overflow: hidden;
      padding: 10px 0; }
  .file-uploader .image-viewer {
    width: 100%; }
    .file-uploader .image-viewer .photos {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .file-uploader .image-viewer .photos .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31.3%;
        margin: 1%;
        position: relative;
        border: 1px dashed #eaeaea; }
        @media screen and (max-width: 980px) {
          .file-uploader .image-viewer .photos .photo {
            width: 48%;
            margin: 1%; } }
        @media screen and (max-width: 768px) {
          .file-uploader .image-viewer .photos .photo {
            width: 98%;
            margin: 1%;
            max-width: 300px; } }
        .file-uploader .image-viewer .photos .photo:first-child .controls .left {
          opacity: 0.3;
          pointer-events: none;
          cursor: default; }
        .file-uploader .image-viewer .photos .photo:last-child .controls .right {
          opacity: 0.3;
          pointer-events: none;
          cursor: default; }
        .file-uploader .image-viewer .photos .photo img {
          max-width: 100%;
          max-height: 500px; }
        .file-uploader .image-viewer .photos .photo .controls {
          display: flex;
          position: absolute;
          top: 5px;
          right: 5px;
          z-index: 1; }
          .file-uploader .image-viewer .photos .photo .controls .control {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #ffffff;
            background-color: #0e0e0e3d;
            padding: 4px;
            margin-left: 10px;
            cursor: pointer; }
            .file-uploader .image-viewer .photos .photo .controls .control:hover {
              color: #e8ff00;
              background-color: #000000; }
        .file-uploader .image-viewer .photos .photo .description {
          position: absolute;
          top: 50%;
          left: 50%;
          bottom: 25%;
          transform: translate(-50%, -50%);
          display: flex;
          align-items: center;
          justify-content: center; }
          .file-uploader .image-viewer .photos .photo .description .msg {
            font-size: 20px;
            color: #ffffff;
            padding: 10px;
            background-color: #0e0e0e3d; }
  .file-uploader.no-tag .file-selecter {
    padding: 0;
    border: unset; }
    .file-uploader.no-tag .file-selecter label {
      border: unset;
      background-color: unset;
      padding: 0; }
      .file-uploader.no-tag .file-selecter label .ico {
        font-size: 38px;
        margin: 0; }
      .file-uploader.no-tag .file-selecter label:hover {
        color: #bf824c;
        background-color: unset;
        border: unset; }
  .file-uploader.no-tag .image-viewer .photos .photo {
    width: 150px;
    height: 150px; }
    .file-uploader.no-tag .image-viewer .photos .photo img {
      height: 100%;
      object-fit: cover; }
  .file-uploader.free-size-image .image-viewer .photos .photo {
    width: unset;
    height: unset;
    max-width: 500px;
    max-height: 500px; }
    @media screen and (max-width: 480px) {
      .file-uploader.free-size-image .image-viewer .photos .photo {
        max-width: 100%; } }
    .file-uploader.free-size-image .image-viewer .photos .photo img {
      height: unset;
      object-fit: contain; }
  .file-uploader.large-size-image .image-viewer .photos .photo {
    width: 290px;
    height: 290px; }
    .file-uploader.large-size-image .image-viewer .photos .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .file-uploader.file-size-image .image-viewer .photos .photo {
    width: 23%;
    height: 160px;
    max-width: unset;
    background-color: #f7f7f7; }
    @media screen and (max-width: 1680px) {
      .file-uploader.file-size-image .image-viewer .photos .photo {
        width: 31.3%; } }
    @media screen and (max-width: 980px) {
      .file-uploader.file-size-image .image-viewer .photos .photo {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      .file-uploader.file-size-image .image-viewer .photos .photo {
        width: 98%; } }
    .file-uploader.file-size-image .image-viewer .photos .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*-------------------------------------------------------------------------------------------------
▼ファイル一覧
-------------------------------------------------------------------------------------------------*/
.files {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  max-width: 100%; }
  .files .file {
    width: 270px;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 8px 3px 30px;
    border: 1px solid #d9d9d9;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    margin: 0 10px 7px  0;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff; }
    @media screen and (max-width: 768px) {
      .files .file {
        width: 100%; } }
    .files .file:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      top: 50%;
      left: 15px;
      content: '\f0c6';
      color: #6d6d6d;
      font-weight: bold;
      transform: translate(-50%, -50%); }
    .files .file .file-del {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .files .file .file-del:hover {
        color: #ff8040; }

/*-------------------------------------------------------------------------------------------------
▼画像一覧
-------------------------------------------------------------------------------------------------*/
.image-thumbnail-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .image-thumbnail-list .image, .image-thumbnail-list .photo {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #dbd6c1;
    position: relative;
    width: 24.5%;
    height: 240px;
    margin: 5px 0.25%; }
    @media screen and (max-width: 980px) {
      .image-thumbnail-list .image, .image-thumbnail-list .photo {
        width: 32.8%;
        height: 220px;
        margin: 5px 0.26%; } }
    @media screen and (max-width: 768px) {
      .image-thumbnail-list .image, .image-thumbnail-list .photo {
        width: 49.0%;
        height: 200px;
        margin: 5px 0.50%; } }
    @media screen and (max-width: 480px) {
      .image-thumbnail-list .image, .image-thumbnail-list .photo {
        width: 100.0%;
        height: 200px;
        margin: 5px 0%; } }
    .image-thumbnail-list .image.small, .image-thumbnail-list .photo.small {
      width: 23.802%;
      height: 150px;
      margin: 5px 0.60%; }
      @media screen and (max-width: 980px) {
        .image-thumbnail-list .image.small, .image-thumbnail-list .photo.small {
          width: 32.1%;
          height: 140px;
          margin: 5px 0.60%; } }
      @media screen and (max-width: 768px) {
        .image-thumbnail-list .image.small, .image-thumbnail-list .photo.small {
          width: 32.1%;
          height: 140px;
          margin: 5px 0.60%; } }
      @media screen and (max-width: 360px) {
        .image-thumbnail-list .image.small, .image-thumbnail-list .photo.small {
          width: 48.8%;
          height: 140px;
          margin: 5px 0.60%; } }
    .image-thumbnail-list .image.large, .image-thumbnail-list .photo.large {
      width: 32.1%;
      height: 240px;
      margin: 5px 0.60%; }
      @media screen and (max-width: 1280px) {
        .image-thumbnail-list .image.large, .image-thumbnail-list .photo.large {
          width: 32.1%;
          height: 180px;
          margin: 5px 0.60%; } }
      @media screen and (max-width: 980px) {
        .image-thumbnail-list .image.large, .image-thumbnail-list .photo.large {
          width: 32.1%;
          height: 180px;
          margin: 5px 0.60%; } }
      @media screen and (max-width: 768px) {
        .image-thumbnail-list .image.large, .image-thumbnail-list .photo.large {
          width: 48.8%;
          height: 180px;
          margin: 5px 0.60%; } }
      @media screen and (max-width: 360px) {
        .image-thumbnail-list .image.large, .image-thumbnail-list .photo.large {
          width: 98.8%;
          height: 180px;
          margin: 5px 0.60%; } }
    .image-thumbnail-list .image:hover, .image-thumbnail-list .photo:hover {
      opacity: 1;
      /*
      .title, .tags {
          transition: opacity 0.3s 0.5s ease-in;
          opacity: 0;
      }
      */ }
      .image-thumbnail-list .image:hover img, .image-thumbnail-list .photo:hover img {
        transform: scale(1.05, 1.05);
        transition: 1s all; }
    .image-thumbnail-list .image.keep-tag:hover .title, .image-thumbnail-list .image.keep-tag:hover .tags, .image-thumbnail-list .photo.keep-tag:hover .title, .image-thumbnail-list .photo.keep-tag:hover .tags {
      transition: unset;
      opacity: 1; }
    .image-thumbnail-list .image img, .image-thumbnail-list .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .image-thumbnail-list .image .title, .image-thumbnail-list .photo .title {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #0000007d;
      padding: 5px 10px;
      pointer-events: none;
      display: flex;
      flex-direction: column; }
      .image-thumbnail-list .image .title .txt, .image-thumbnail-list .image .title .price, .image-thumbnail-list .photo .title .txt, .image-thumbnail-list .photo .title .price {
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media screen and (max-width: 980px) {
          .image-thumbnail-list .image .title .txt, .image-thumbnail-list .image .title .price, .image-thumbnail-list .photo .title .txt, .image-thumbnail-list .photo .title .price {
            font-size: 14px;
            line-height: 16px; } }
        @media screen and (max-width: 360px) {
          .image-thumbnail-list .image .title .txt, .image-thumbnail-list .image .title .price, .image-thumbnail-list .photo .title .txt, .image-thumbnail-list .photo .title .price {
            font-size: 13px;
            line-height: 15px; } }
      .image-thumbnail-list .image .title .price, .image-thumbnail-list .photo .title .price {
        color: #ffffb4; }
    .image-thumbnail-list .image .tags, .image-thumbnail-list .photo .tags {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      padding: 0 14px;
      display: flex; }
      .image-thumbnail-list .image .tags .tag, .image-thumbnail-list .photo .tags .tag {
        padding: 4px 6px 2px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        background-color: #00000066; }
        .image-thumbnail-list .image .tags .tag.yellow, .image-thumbnail-list .photo .tags .tag.yellow {
          color: #ffffff;
          background-color: #ffc107c9; }
        .image-thumbnail-list .image .tags .tag.blue, .image-thumbnail-list .photo .tags .tag.blue {
          color: #ffffff;
          background-color: #03a9f49e; }
        .image-thumbnail-list .image .tags .tag.red, .image-thumbnail-list .photo .tags .tag.red {
          color: #ffffff;
          background-color: #F44336; }
        .image-thumbnail-list .image .tags .tag.small, .image-thumbnail-list .photo .tags .tag.small {
          font-size: 11px;
          padding: 3px 4px 1px; }
    .image-thumbnail-list .image .center-obj, .image-thumbnail-list .photo .center-obj {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .image-thumbnail-list .image .del, .image-thumbnail-list .image .edit, .image-thumbnail-list .photo .del, .image-thumbnail-list .photo .edit {
      position: absolute !important;
      right: 8px;
      top: 8px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background-color: #a5a5a569;
      border: 1px solid #ffffff;
      border-radius: 16px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .image-thumbnail-list .image .del:hover, .image-thumbnail-list .image .edit:hover, .image-thumbnail-list .photo .del:hover, .image-thumbnail-list .photo .edit:hover {
        background-color: #ffa5a5;
        transition: 1s all; }
      .image-thumbnail-list .image .del:active, .image-thumbnail-list .image .edit:active, .image-thumbnail-list .photo .del:active, .image-thumbnail-list .photo .edit:active {
        width: 28px;
        height: 28px;
        right: 9px;
        top: 9px; }
    .image-thumbnail-list .image .user, .image-thumbnail-list .photo .user {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute !important;
      right: 8px;
      bottom: 8px; }
      .image-thumbnail-list .image .user img, .image-thumbnail-list .photo .user img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
        transform: scale(1);
        transition: unset; }
      .image-thumbnail-list .image .user .name, .image-thumbnail-list .photo .user .name {
        font-size: 11px;
        line-height: 11px;
        color: #ffffff;
        background-color: #ffc107d9;
        padding: 1px 4px;
        margin-top: 5px; }
    .image-thumbnail-list .image .access, .image-thumbnail-list .photo .access {
      position: absolute !important;
      right: 45px;
      top: 9px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      width: 30px;
      height: 30px;
      font-size: 30px;
      background-color: #2d2d2d1f;
      border-radius: 5px;
      cursor: pointer; }
      .image-thumbnail-list .image .access:hover, .image-thumbnail-list .photo .access:hover {
        color: #ffff00;
        transition: 1s all; }

/*-------------------------------------------------------------------------------------------------
▼提供サービスタグ
-------------------------------------------------------------------------------------------------*/
.service-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  .service-tags .service-tag {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 10px 10px 0; }
    .service-tags .service-tag .category {
      padding: 0 10px 0 15px;
      color: #ffffff;
      background-color: #4f4e4e;
      border-radius: 15px 0 0 15px;
      font-size: 14px;
      line-height: 14px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .service-tags .service-tag .category {
          font-size: 12px;
          line-height: 12px;
          padding: 0 8px 0 10px; } }
    .service-tags .service-tag .service {
      padding: 8px 20px;
      color: #756e59;
      background-color: #ebe9e0;
      border-radius: 0 18px 18px 0;
      font-size: 16px;
      line-height: 16px;
      border-top: 1px solid #c1bcab;
      border-bottom: 1px solid #c1bcab;
      border-right: 1px solid #c1bcab; }
      @media screen and (max-width: 768px) {
        .service-tags .service-tag .service {
          font-size: 14px;
          line-height: 14px;
          padding: 8px 10px; } }
    .service-tags .service-tag:before {
      position: absolute;
      top: 4px;
      left: 5px; }

/*-------------------------------------------------------------------------------------------------
▼ボタンのSticky
-------------------------------------------------------------------------------------------------*/
.command.sticky, .action.sticky {
  position: sticky;
  bottom: 0;
  background-color: #ffffffd4;
  z-index: 1; }

/*-------------------------------------------------------------------------------------------------
▼自作セレクトボックス
-------------------------------------------------------------------------------------------------*/
.multiline-select-box {
  width: 100%; }
  .multiline-select-box .selected-item {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #a7a7a7;
    border-radius: 5px;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative; }
    .multiline-select-box .selected-item:hover {
      border: 2px solid #666666; }
    .multiline-select-box .selected-item:focus, .multiline-select-box .selected-item:active {
      border: 2px solid #119dc7; }
    .multiline-select-box .selected-item:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      top: 50%;
      right: 4px;
      content: '\f078';
      color: #b9b9b9;
      font-weight: bold;
      transform: translate(-50%, -50%); }
  .multiline-select-box .select-box {
    width: 250px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    position: absolute;
    z-index: 1; }
    .multiline-select-box .select-box li {
      cursor: default;
      box-sizing: border-box;
      padding: 5px 10px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #eaeaea; }
      .multiline-select-box .select-box li:hover {
        background-color: #f7f7f7 !important; }
  .multiline-select-box .main {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    color: #2e3538;
    word-break: break-all; }
    .multiline-select-box .main .strong {
      font-weight: bold; }
  .multiline-select-box .sub {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    color: #a3a3a3;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

/*-------------------------------------------------------------------------------------------------
▼各種マーク
-------------------------------------------------------------------------------------------------*/
.mark-verify {
  padding: 2px 6px 4px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: linear-gradient(to bottom, #858585de, #161616de);
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .mark-verify {
      padding: 4px 6px 4px; } }
  .mark-verify:before {
    margin-right: 5px;
    color: #9eff2e; }
  .mark-verify.submitted {
    color: #ffffff;
    background: linear-gradient(to bottom, #f44336d9, #b72d23);
    border: 1px solid #ffffff; }
    .mark-verify.submitted:before {
      margin-right: 5px;
      color: #ffeb3b; }

/*-------------------------------------------------------------------------------------------------
▼言語切り替えスイッチ
-------------------------------------------------------------------------------------------------*/
.language-switch-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff; }

.language-switch {
  display: flex;
  -webkit-tap-highlight-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 36px;
  overflow: hidden;
  margin-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*スマホ長押し時の画像保存を止める*/
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none; }
  @media screen and (max-width: 768px) {
    .language-switch.pc {
      display: none; } }
  .language-switch.sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .language-switch.sp {
        display: flex;
        width: 140px;
        margin: 20px 0 20px; } }
  .language-switch.r {
    border-radius: 100px; }
    .language-switch.r .layer {
      border-radius: 100px; }
  .language-switch .checkbox {
    -moz-appearance: initial;
    -webkit-appearance: initial;
    -ms-appearance: initial;
    appearance: initial;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
  .language-switch .knobs,
  .language-switch .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .language-switch .knobs {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .language-switch .knobs:before {
      content: "JP";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 60px;
      height: 28px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-align: right;
      line-height: 1;
      padding: 9px 10px;
      background-color: #03a9f4;
      border-radius: 16px;
      transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
      background-image: url(images/japan_ico.png);
      background-size: 20px auto;
      background-repeat: no-repeat;
      background-position: 12px center; }
      @media screen and (max-width: 768px) {
        .language-switch .knobs:before {
          width: 70px;
          padding: 9px 14px;
          background-position: 15px center; } }
    .language-switch .knobs .back {
      width: 100%;
      display: flex; }
      .language-switch .knobs .back .jp, .language-switch .knobs .back .kr {
        width: 50%;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 4px; }
  .language-switch .layer {
    width: 100%;
    /*background-color: #ebf7fc;*/
    background-color: #f1f1f1;
    transition: 0.3s ease all;
    z-index: 1; }
  .language-switch .checkbox:active + .knobs:before {
    width: 60px;
    border-radius: 100px;
    left: 14px; }
    @media screen and (max-width: 768px) {
      .language-switch .checkbox:active + .knobs:before {
        width: 70px; } }
  .language-switch .checkbox:checked:active + .knobs:before {
    margin-left: -10px; }
  .language-switch .checkbox:checked + .knobs:before {
    content: "KR";
    left: 56px;
    background-color: #f44336;
    text-align: left;
    background-image: url(images/korea_ico.png);
    background-position: 30px center; }
    @media screen and (max-width: 768px) {
      .language-switch .checkbox:checked + .knobs:before {
        left: 66px;
        background-position: 37px center; } }
  .language-switch .checkbox:checked ~ .layer {
    /*background-color: #fcebeb;*/
    background-color: #f1f1f1; }

/*-------------------------------------------------------------------------------------------------
▼よくある質問
-------------------------------------------------------------------------------------------------*/
.q-and-a {
  width: 650px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  user-select: text; }
  .q-and-a .q-and-a-one {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    word-break: break-all; }
    .q-and-a .q-and-a-one:first-child {
      border-top: 1px solid #efefef; }
    .q-and-a .q-and-a-one .question, .q-and-a .q-and-a-one .answer {
      background-size: 70px 70px;
      background-repeat: no-repeat;
      background-position: -10px -9px; }
    .q-and-a .q-and-a-one .question {
      background-image: url(images/question.svg);
      position: relative;
      padding: 13px 30px 13px 50px;
      cursor: pointer; }
      .q-and-a .q-and-a-one .question:after {
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        position: absolute;
        top: 50%;
        right: -8px;
        height: 28px;
        padding: 5px;
        content: '\f078';
        color: #a9a9a9;
        border-radius: 10px 10px 0 0;
        transform: translate(-50%, -50%); }
      .q-and-a .q-and-a-one .question:hover {
        color: #bf9651; }
      .q-and-a .q-and-a-one .question.active:after {
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        position: absolute;
        top: 50%;
        right: -8px;
        height: 28px;
        padding: 5px;
        content: '\f077';
        color: #a9a9a9;
        border-radius: 10px 10px 0 0;
        transform: translate(-50%, -50%); }
    .q-and-a .q-and-a-one .answer {
      background-image: url(images/answer.svg);
      padding: 13px 10px 13px 50px;
      display: none; }

/*-------------------------------------------------------------------------------------------------
▼メッセージカウントマーク
-------------------------------------------------------------------------------------------------*/
.in-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fb1f6a;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1px;
  border-radius: 10px;
  height: 20px;
  max-width: 30px;
  min-width: 20px;
  padding: 0 4px;
  top: 0px;
  right: 0px;
  z-index: 1; }

.message-in-mark {
  display: none;
  top: 7px;
  right: 7px; }

/*-------------------------------------------------------------------------------------------------
▼リボンを表示
-------------------------------------------------------------------------------------------------*/
.ribbons {
  display: flex;
  position: absolute;
  top: -6px;
  left: 10px; }
  .ribbons .ribbon {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;
    padding: 10px 0 4px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 32px;
    /*height: 78px;*/
    color: white;
    font-size: 15px;
    line-height: 15px;
    background: #ff005e;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .ribbons .ribbon::before {
      position: absolute;
      content: '';
      top: 0;
      right: -5px;
      border: none;
      border-bottom: solid 6px #584848;
      border-right: solid 5px transparent; }
    .ribbons .ribbon::after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      height: 0;
      width: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 13px solid #ff005e; }

/*-------------------------------------------------------------------------------------------------
▼タップコンテンツ
-------------------------------------------------------------------------------------------------*/
.tab-control {
  width: 100%;
  display: flex;
  overflow-x: auto;
  border-bottom: 3px solid #666666; }
  .tab-control .tab {
    padding: 5px 20px;
    margin-right: 10px;
    background-color: #f0f0f0;
    white-space: nowrap;
    border-radius: 0 6px 0 0;
    cursor: pointer; }
    .tab-control .tab:last-child {
      margin-right: unset; }
    .tab-control .tab:hover {
      background-color: #ffc107;
      color: #ffffff; }
    .tab-control .tab.curr-tab {
      background-color: #666666;
      color: #ffffff;
      cursor: default;
      pointer-events: none; }

.tab-control::-webkit-scrollbar {
  display: none; }

.tab-contents {
  display: block; }
  .tab-contents .content {
    display: none; }
    .tab-contents .content.curr-tab-content {
      display: block; }

/*-------------------------------------------------------------------------------------------------
▼ブロック表示・非表示のトーグル処理
-------------------------------------------------------------------------------------------------*/
.block-opener {
  display: flex;
  align-items: center;
  padding-right: 35px;
  position: relative;
  cursor: pointer; }
  .block-opener:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    top: 50%;
    right: -8px;
    height: 28px;
    padding: 5px;
    content: '\f078';
    color: #a9a9a9;
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, -50%); }
  .block-opener:hover {
    color: #ff9800; }
    .block-opener:hover:after {
      color: #ff9800; }
  .block-opener.active:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    top: 50%;
    right: -8px;
    height: 28px;
    padding: 5px;
    content: '\f077';
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, -50%); }

/*-------------------------------------------------------------------------------------------------
▼ブロックメッセージ
-------------------------------------------------------------------------------------------------*/
.block-message {
  width: 100%;
  display: block;
  padding: 7px 15px;
  border: 3px solid #e3e2c9;
  background-color: #fffee6;
  border-radius: 5px;
  color: #474747;
  font-size: 16px;
  line-height: 24px; }
  .block-message a {
    display: contents; }
  .block-message.small {
    border: 2px solid #e3e2c9;
    font-size: 14px;
    line-height: 20px; }

.warning-message {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background-color: #fffee6;
  border-radius: 5px;
  color: #474747;
  border: 2px solid #E4007F; }
  .warning-message .title {
    color: #e4007f !important;
    font-size: 22px !important;
    font-weight: bold; }
  .warning-message .contents {
    white-space: pre-line;
    word-break: break-all; }

/*-------------------------------------------------------------------------------------------------
▼検索履歴
-------------------------------------------------------------------------------------------------*/
.search-history {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 10px; }
  .search-history .history-one {
    margin: 3px;
    padding: 0;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer; }
    .search-history .history-one:hover {
      background-color: #f3f3f3; }
      .search-history .history-one:hover .txt {
        color: #409fff; }
    .search-history .history-one .txt {
      font-size: 14px;
      line-height: 14px;
      padding: 9px 15px 9px 15px;
      border-right: 1px solid #eaeaea; }
    .search-history .history-one .del {
      padding: 8px 15px 8px 15px;
      color: #a6a6a6; }
      .search-history .history-one .del:hover {
        color: #ff0080; }

.wait {
  background-image: url("images/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  object-fit: contain;
  width: 60px;
  height: 60px;
  position: fixed;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  display: none;
  z-index: 2001; }

.list-search {
  width: 100%;
  margin-bottom: 1em; }
  .list-search > form {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .list-search > form .default {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .list-search > form .default .expand {
        display: flex;
        color: #119dc7;
        font-size: 1.1em;
        white-space: nowrap;
        cursor: pointer; }
        .list-search > form .default .expand span {
          margin-left: 8px; }
      .list-search > form .default .search {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-left: 15px; }
        .list-search > form .default .search select {
          height: 1.9em;
          margin-right: 0.3em; }
        .list-search > form .default .search.no-margin-check label {
          padding-left: 0px;
          padding-right: 25px; }
    .list-search > form .options {
      display: none;
      flex-wrap: wrap;
      width: 100%;
      border: 3px solid #dfdfdf;
      margin-top: 0.5em;
      padding: 15px;
      border-radius: 5px; }
      .list-search > form .options .search-one {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 0.3em; }
        .list-search > form .options .search-one .tag {
          font-size: 0.9em;
          white-space: nowrap; }
        .list-search > form .options .search-one .condition {
          display: flex;
          align-items: center;
          flex-wrap: nowrap; }
          .list-search > form .options .search-one .condition input[type='text'],
          .list-search > form .options .search-one .condition input[type='date'],
          .list-search > form .options .search-one .condition select, .list-search > form .options .search-one .condition a {
            height: 2em; }
          .list-search > form .options .search-one .condition .clear {
            box-shadow: inset 0 0 0 1px #c9c9c9;
            color: #b3b3b3 !important;
            background-color: #f4f4f4;
            letter-spacing: -2px; }
            .list-search > form .options .search-one .condition .clear:hover {
              background-color: #e4e4e4; }
            .list-search > form .options .search-one .condition .clear:active {
              background-color: #d7d7d7; }

.list-control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0; }
  .list-control .info {
    display: flex;
    align-items: center; }
    .list-control .info .txt {
      font-size: 1.2em;
      font-weight: bold;
      padding: 0 5px 0 0;
      color: #119dc7; }
    .list-control .info .tag {
      font-size: 0.8em; }
  .list-control .command {
    display: flex; }

.file-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }
  .file-list .one-file {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    position: relative;
    width: 24.5%;
    height: 130px;
    margin: 5px 0.25%; }
    @media screen and (max-width: 980px) {
      .file-list .one-file {
        width: 32.8%;
        margin: 5px 0.26%; } }
    @media screen and (max-width: 768px) {
      .file-list .one-file {
        width: 49.0%;
        margin: 5px 0.50%; } }
    @media screen and (max-width: 480px) {
      .file-list .one-file {
        width: 100.0%;
        margin: 5px 0%; } }
    .file-list .one-file:hover {
      opacity: 0.8; }

.file-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px; }
  .file-thumbnail .symbol {
    margin-bottom: 10px; }
    .file-thumbnail .symbol:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 50px;
      font-weight: bold;
      line-height: 40px;
      content: '\f15b';
      color: #a6b19a; }
    .file-thumbnail .symbol.png:before, .file-thumbnail .symbol.jpg:before, .file-thumbnail .symbol.gif:before, .file-thumbnail .symbol.webp:before, .file-thumbnail .symbol.svg:before {
      content: '\f1c5';
      color: #f36092; }
    .file-thumbnail .symbol.pdf:before {
      content: '\f1c1';
      color: #f44336; }
    .file-thumbnail .symbol.zip:before {
      content: '\f1c6';
      color: #934f9f; }
    .file-thumbnail .symbol.docx:before, .file-thumbnail .symbol.doc:before {
      content: '\f1c2';
      color: #2196F3; }
    .file-thumbnail .symbol.xlsx:before, .file-thumbnail .symbol.xls:before {
      content: '\f1c3';
      color: #4caf50; }
    .file-thumbnail .symbol.pptx:before, .file-thumbnail .symbol.ppt:before {
      content: '\f1c4';
      color: #ff9800; }
    .file-thumbnail .symbol.csv:before {
      content: '\f6dd';
      color: #a2b789; }
  .file-thumbnail .name {
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

.html-div {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px;
  border: 4px solid #f1f1f1; }

.html-div::-webkit-scrollbar {
  width: 4px; }

.html-div::-webkit-scrollbar-thumb {
  background-color: #0c6883;
  -webkit-border-radius: 1ex; }

.html-div::-webkit-scrollbar-track {
  background-color: #ccc; }

.message-not-read {
  color: #e91e63;
  font-size: 14px;
  line-height: 1px;
  border: 1px solid #e91e63;
  padding: 1px 10px; }

.message-already-read {
  color: #afafaf;
  font-size: 14px;
  line-height: 1px; }

.news-normal {
  color: #ffffff;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px;
  background-color: #808080; }

.news-emergency {
  color: #ffffff;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px;
  background-color: #e30000; }

.news-event {
  color: #ffffff;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px;
  background-color: #009b00; }

.news-etc {
  color: #ffffff;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px;
  background-color: #714875; }

.mailmaga-yet {
  color: #ffffff;
  background-color: #ff9800;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px; }

.mailmaga-start {
  color: #ffffff;
  background-color: #2196F3;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px; }

.mailmaga-run {
  color: #ffffff;
  background-color: #ff0057;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px; }

.mailmaga-end {
  color: #ffffff;
  background-color: #4caf50;
  font-size: 14px;
  line-height: 1px;
  padding: 1px 10px; }

.twit-heart {
  width: 20px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ COMMON

   単位や選択肢などの定義
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.status-normal {
  color: #03a9f4; }

.status-stop {
  color: #e7086f; }

.status-ready {
  color: #ff9800; }

.verify-status-notyet {
  color: #b3b3b3; }

.verify-status-request {
  color: #ff1d6a; }

.verify-status-verified {
  color: #03a9f4; }

.verify-status-rejected {
  color: #ad70b7; }

.verify-status-rerequest {
  color: #ff1d6a; }

.max-w-100 {
  max-width: 100px !important; }

.max-w-120 {
  max-width: 120px !important; }

.max-w-150 {
  max-width: 150px !important; }

.max-w-200 {
  max-width: 200px !important; }

.max-w-250 {
  max-width: 250px !important; }

.max-w-300 {
  max-width: 300px !important; }

.max-w-350 {
  max-width: 350px !important; }

.max-w-400 {
  max-width: 400px !important; }

.max-w-450 {
  max-width: 450px !important; }

.max-w-500 {
  max-width: 500px !important; }

.max-w-100-per {
  max-width: 100% !important; }

.min-w-30 {
  min-width: 30px !important; }

.min-w-40 {
  min-width: 40px !important; }

.min-w-60 {
  min-width: 60px !important; }

.min-w-100 {
  min-width: 100px !important; }

.min-w-120 {
  min-width: 120px !important; }

.min-w-150 {
  min-width: 150px !important; }

.min-w-200 {
  min-width: 200px !important; }

.min-w-300 {
  min-width: 300px !important; }

.min-w-400 {
  min-width: 400px !important; }

.min-w-500 {
  min-width: 500px !important; }

.max-h-300 {
  max-height: 300px; }

.w-100-per {
  width: 100% !important; }

.w-50-per {
  width: 50% !important; }
  @media screen and (max-width: 480px) {
    .w-50-per {
      width: 100% !important; } }

.w-49-per {
  width: 49% !important; }
  @media screen and (max-width: 480px) {
    .w-49-per {
      width: 100% !important; } }

.w-33-per {
  width: 33% !important; }
  @media screen and (max-width: 768px) {
    .w-33-per {
      width: 50% !important; } }
  @media screen and (max-width: 480px) {
    .w-33-per {
      width: 100% !important; } }

.w-25-per {
  width: 25% !important; }
  @media screen and (max-width: 980px) {
    .w-25-per {
      width: 33% !important; } }
  @media screen and (max-width: 768px) {
    .w-25-per {
      width: 50% !important; } }
  @media screen and (max-width: 480px) {
    .w-25-per {
      /*width: 100% !important;*/
      width: auto !important; } }

.w-20-per {
  width: 20% !important; }
  @media screen and (max-width: 768px) {
    .w-20-per {
      width: 33% !important; } }
  @media screen and (max-width: 480px) {
    .w-20-per {
      width: 50% !important; } }

.w-50 {
  width: 50px !important;
  max-width: 100%; }

.w-60 {
  width: 60px !important;
  max-width: 100%; }

.w-70 {
  width: 70px !important;
  max-width: 100%; }

.w-80 {
  width: 80px !important;
  max-width: 100%; }

.w-90 {
  width: 90px !important;
  max-width: 100%; }

.w-100 {
  width: 100px !important;
  max-width: 100%; }

.w-110 {
  width: 110px !important;
  max-width: 100%; }

.w-120 {
  width: 120px !important;
  max-width: 100%; }

.w-130 {
  width: 130px !important;
  max-width: 100%; }

.w-150 {
  width: 150px !important;
  max-width: 100%; }

.w-180 {
  width: 180px !important;
  max-width: 100%; }

.w-200 {
  width: 200px !important;
  max-width: 100%; }

.w-220 {
  width: 220px !important;
  max-width: 100%; }

.w-250 {
  width: 250px !important;
  max-width: 100%; }

.w-300 {
  width: 300px !important;
  max-width: 100%; }

.w-350 {
  width: 350px !important;
  max-width: 100%; }

.w-400 {
  width: 400px !important;
  max-width: 100%; }

.v-hidden {
  display: none; }

.a-l {
  text-align: left !important;
  justify-content: flex-start !important; }

.a-c {
  text-align: center !important;
  justify-content: center !important; }

.a-r {
  text-align: right !important;
  justify-content: flex-end !important; }

.f-b {
  font-weight: bold; }

.white {
  color: #ffffff; }

.red {
  color: #ff0000; }

.green {
  color: #05a700; }

.blue {
  color: #0063ed; }

.yellow {
  color: #ffc107; }

.dark-yellow {
  color: #a78624; }

.purple {
  color: #800080; }

.black {
  color: #2e3538 !important; }

.bc-green {
  background-color: #41893f; }

.bc-blue {
  background-color: #0a4ba5; }

.inactive input[type="text"], .inactive select, .inactive textarea {
  background: #f5f5f5 !important;
  pointer-events: none; }
.inactive .tag, .inactive .comment, .inactive .warn {
  color: #ababab !important; }
.inactive .btn {
  background-color: #d5d5d5 !important;
  pointer-events: none; }

.clickable {
  cursor: pointer; }
  .clickable:hover {
    opacity: 0.8; }

.invalid {
  cursor: no-drop; }

.pre-line {
  white-space: pre-line;
  word-break: break-all; }

.input-alert {
  color: #ff0000;
  position: absolute;
  right: 0;
  top: -10px;
  color: #ffffff;
  background-color: #ff0000;
  padding: 1px 5px; }

@media screen and (min-width: 769px) {
  .no-pc {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important; } }

.no-display {
  display: none; }

.margin-10 {
  width: 100%;
  margin-top: 10px; }

.margin-20 {
  width: 100%;
  margin-top: 20px; }

.margin-30 {
  width: 100%;
  margin-top: 30px; }

.margin-40 {
  width: 100%;
  margin-top: 40px; }

.margin-50 {
  width: 100%;
  margin-top: 50px; }

.margin-80 {
  width: 100%;
  margin-top: 80px; }

.margin-100 {
  width: 100%;
  margin-top: 100px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-r-10 {
  margin-right: 10px; }

.margin-r-10-b-5 {
  margin-right: 10px;
  margin-bottom: 5px; }

.no-padding {
  padding: unset !important; }

.no-margin {
  margin: unset !important; }

.line-red {
  border: 2px solid #ff0000; }

.block-flex-x-center {
  display: flex;
  justify-content: center; }

.block-flex-y-center {
  display: flex;
  align-items: center; }

.block-flex-xy-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.movable {
  cursor: move; }

.unusable {
  pointer-events: none;
  cursor: default;
  opacity: 0.3; }

.uneditable {
  pointer-events: none;
  cursor: default;
  background-color: #eff2f3 !important; }

.space-between {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: center; }

.wrap-txt {
  white-space: wrap; }

.impact {
  font-size: 130%;
  font-weight: bold; }

.select-text {
  user-select: text;
  word-break: break-all; }

.ellipsis-txt {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
  .ellipsis-txt.line-2 {
    -webkit-line-clamp: 2; }
  .ellipsis-txt.line-3 {
    -webkit-line-clamp: 3; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ iziModalダイアルログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.izi-select-dlg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 20px solid #e7e7e7; }
  .izi-select-dlg .izi-close {
    background-color: #a5a5a5;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 16px;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute !important;
    right: 8px;
    top: 8px;
    transform: rotate(0deg);
    animation: rotate_0 0.65s forwards; }
    .izi-select-dlg .izi-close:hover {
      animation: rotate_90 0.65s forwards; }
    .izi-select-dlg .izi-close:active {
      width: 28px;
      height: 28px;
      right: 9px;
      top: 9px; }
  .izi-select-dlg .izi-title {
    width: 100%;
    color: #414141;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    text-align: center; }
  .izi-select-dlg .izi-contents {
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    margin-top: 20px;
    text-align: left;
    white-space: pre-line;
    word-break: break-all; }
  .izi-select-dlg .izi-warn {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px dashed #d0005b42;
    border-bottom: 1px dashed #d0005b42; }
    .izi-select-dlg .izi-warn .izi-warn-mark {
      position: relative;
      margin-right: 10px;
      height: 16px; }
      .izi-select-dlg .izi-warn .izi-warn-mark:before {
        font-family: 'Material Icons';
        content: '\e85a';
        font-size: 23px;
        line-height: 21px;
        color: #d0005b; }
    .izi-select-dlg .izi-warn .izi-warn-txt {
      color: #d0005b;
      font-size: 16px;
      text-align: left;
      white-space: pre-line; }
  .izi-select-dlg .izi-control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px; }
    .izi-select-dlg .izi-control .izi-btn {
      display: flex;
      padding: 5px 20px;
      color: #ffffff;
      background-color: #2f2f2f;
      margin: 0 3%;
      border-radius: 20px;
      cursor: pointer;
      white-space: nowrap; }
      .izi-select-dlg .izi-control .izi-btn:hover {
        background-color: #ff6666; }
      .izi-select-dlg .izi-control .izi-btn:active {
        padding: 4px 19px;
        margin: 1px calc(3% + 1px); }
    .izi-select-dlg .izi-control .izi-cancel {
      color: #ffffff;
      background-color: #797979; }

.timeout {
  border: 20px solid #ffc107;
  background-color: #ffc10747; }
  .timeout .izi-close {
    background-color: #ffc107; }
  .timeout .izi-contents {
    font-size: 22px;
    line-height: 26px;
    color: #d7a81c;
    margin-bottom: 20px; }

@keyframes rotate_90 {
  0% {
    transform: rotate(0deg);
    background-color: #666666; }
  100% {
    transform: rotate(90deg);
    background-color: #ff6666; } }
@keyframes rotate_0 {
  0% {
    transform: rotate(0deg) scale(0.5); }
  100% {
    transform: rotate(-90deg) scale(1); } }
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ コンテンツ・マップ共通ロジック
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スマホで指長押しで画像選択を防止 */
.no-drop {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none; }

.trim-txt {
  text-box: trim-both cap alphabetic !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ コンテンツ・マップ共通ロジック
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tags {
  width: 100%;
  display: flex; }
  .tags .tag {
    padding: 3px 8px;
    color: #ffffff;
    background-color: #666666;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap; }
  .tags .prelease {
    background-color: #6bc06e; }
  .tags .r18 {
    background-color: #e91e63; }

/* --------------------------------------------------------------- */
/* 作品                                                            */
/* --------------------------------------------------------------- */
.artworks {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 14px;
  /*コントロールボタン*/ }
  @media screen and (max-width: 500px) {
    .artworks {
      padding: unset; } }
  .artworks .artwork {
    width: calc(50% - 20px);
    margin: 10px 10px 30px;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 500px) {
      .artworks .artwork {
        width: calc(100% - 20px); } }
    .artworks .artwork .main {
      display: flex;
      flex-direction: column;
      border: 1px solid #e9e9e9ed;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 10px #9b9b9b40;
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .artworks .artwork .main {
          padding: unset; } }
      .artworks .artwork .main .tags {
        position: absolute;
        left: 14px;
        top: 14px; }
        @media screen and (max-width: 500px) {
          .artworks .artwork .main .tags {
            left: 10px; } }
      .artworks .artwork .main .artwork-img {
        width: 100%;
        position: relative; }
        .artworks .artwork .main .artwork-img img {
          width: 100%; }
        .artworks .artwork .main .artwork-img .info {
          position: absolute;
          bottom: 14px;
          right: 9px;
          padding: 2px 10px;
          color: #ffffff;
          background-color: #595959d9;
          border: 1px solid #ffffff8c;
          display: flex;
          align-items: center; }
          .artworks .artwork .main .artwork-img .info .number {
            font-size: 16px;
            line-height: 16px;
            font-weight: bold;
            padding-right: 5px; }
          .artworks .artwork .main .artwork-img .info .tag {
            font-size: 12px;
            line-height: 12px; }
        .artworks .artwork .main .artwork-img .page-view {
          display: flex;
          align-items: center;
          position: absolute;
          left: 10px;
          bottom: 16px; }
          .artworks .artwork .main .artwork-img .page-view .tag {
            font-size: 12px;
            line-height: 12px;
            color: #d7c284; }
          .artworks .artwork .main .artwork-img .page-view .count {
            margin-left: 8px;
            font-size: 18px;
            line-height: 18px;
            font-weight: bold;
            color: #ffd639; }
      .artworks .artwork .main .detail {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding: 15px 20px; }
        .artworks .artwork .main .detail .artwork-title {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          word-break: break-all;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .artworks .artwork .main .detail .explain {
          margin-top: 5px;
          font-weight: normal;
          word-break: break-all;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
      .artworks .artwork .main:hover {
        background-color: #f7f7f7;
        border: 1px solid #cfcfcf; }
      .artworks .artwork .main:active {
        transform: scale(0.97);
        box-shadow: unset;
        border: 1px solid #f1f1f1; }
    .artworks .artwork .sub {
      display: flex;
      justify-content: center;
      margin-top: 10px; }
      .artworks .artwork .sub .artwork-access {
        padding: 3px 10px;
        font-weight: bold;
        border: 1px solid #ffffff;
        cursor: pointer; }
        .artworks .artwork .sub .artwork-access:hover {
          color: #e91e63;
          border: 1px dashed #e91e63; }
    .artworks .artwork .controls {
      position: absolute;
      right: 5px;
      top: 5px;
      display: flex;
      flex-direction: column; }
  .artworks.editing {
    padding: unset; }
    .artworks.editing .artwork {
      width: calc(33% - 8px);
      margin: 10px 5px 30px; }
      @media screen and (max-width: 1100px) {
        .artworks.editing .artwork {
          width: calc(48% - 1px); } }
      @media screen and (max-width: 500px) {
        .artworks.editing .artwork {
          width: unset; } }
  .artworks .edit, .artworks .move, .artworks .assign, .artworks .unassign {
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 3px 0px #0000005e;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer; }
    .artworks .edit:before, .artworks .move:before, .artworks .assign:before, .artworks .unassign:before {
      font-family: 'Material Icons';
      font-size: 25px; }
    .artworks .edit:active, .artworks .move:active, .artworks .assign:active, .artworks .unassign:active {
      margin: 6px 4px 4px 6px; }
  .artworks .edit {
    background-color: #119dc7bd; }
    .artworks .edit:before {
      content: '\e3c9'; }
    .artworks .edit:hover {
      background-color: #ffc107; }
  .artworks .move {
    background-color: #4d4d4d80; }
    .artworks .move:before {
      content: '\eb51'; }
    .artworks .move:hover {
      background-color: #ffc107; }
  .artworks .assign {
    background-color: #a9a92a99; }
    .artworks .assign:before {
      content: '\e178'; }
    .artworks .assign:hover {
      background-color: #ffc107; }
  .artworks .unassign {
    background-color: #a9a92a99; }
    .artworks .unassign:before {
      content: '\e16f'; }
    .artworks .unassign:hover {
      background-color: #ffc107; }
  .artworks .artwork-list-item {
    width: 100%;
    display: flex;
    height: 120px;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 3px #00000070;
    border-radius: 5px;
    margin-bottom: 10px; }
    .artworks .artwork-list-item .image {
      width: 180px;
      height: 100%;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 800px) {
        .artworks .artwork-list-item .image {
          width: 140px; } }
      @media screen and (max-width: 500px) {
        .artworks .artwork-list-item .image {
          width: 100px; } }
      .artworks .artwork-list-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px 0 0 5px; }
      .artworks .artwork-list-item .image .info {
        position: absolute;
        bottom: 4px;
        right: 4px;
        padding: 1px 5px;
        color: #ffffff;
        background-color: #595959d9;
        border: 1px solid #ffffff8c;
        display: flex;
        align-items: center; }
        .artworks .artwork-list-item .image .info .number {
          font-size: 14px;
          line-height: 14px;
          font-weight: bold;
          padding-right: 3px; }
        .artworks .artwork-list-item .image .info .tag {
          font-size: 10px;
          line-height: 10px; }
      .artworks .artwork-list-item .image:hover {
        opacity: 0.8; }
    .artworks .artwork-list-item .contents {
      width: calc(100% - 180px - 90px);
      padding: 8px 10px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 800px) {
        .artworks .artwork-list-item .contents {
          width: calc(100% - 140px - 90px); } }
      @media screen and (max-width: 500px) {
        .artworks .artwork-list-item .contents {
          width: calc(100% - 100px - 90px); } }
      .artworks .artwork-list-item .contents .detail {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .artworks .artwork-list-item .contents .detail .artwork-title {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          word-break: break-all;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .artworks .artwork-list-item .contents .detail .explain {
          margin-top: 3px;
          font-weight: normal;
          word-break: break-all;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          font-size: 14px;
          line-height: 20px; }
      .artworks .artwork-list-item .contents .page-view {
        display: flex;
        align-items: center;
        margin-top: 5px; }
        .artworks .artwork-list-item .contents .page-view .tag {
          font-size: 12px;
          line-height: 12px;
          color: #93896c; }
        .artworks .artwork-list-item .contents .page-view .count {
          margin-left: 8px;
          font-size: 18px;
          line-height: 18px;
          font-weight: bold;
          color: #d7a65d; }
      .artworks .artwork-list-item .contents .tags {
        margin-bottom: 5px; }
        .artworks .artwork-list-item .contents .tags .tag {
          font-size: 12px;
          line-height: 12px;
          padding: 3px 8px; }
    .artworks .artwork-list-item .controls {
      width: 90px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      align-items: flex-end;
      padding: 10px 10px 20px 0; }
    .artworks .artwork-list-item.no-move .contents {
      width: calc(100% - 80px - 50px); }
    .artworks .artwork-list-item.no-move .controls {
      width: 50px; }

/* --------------------------------------------------------------- */
/* 作品表示POPUP                                                   */
/* --------------------------------------------------------------- */
.artwork-viewer {
  display: none;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /*z-index: 7;*/
  z-index: 201;
  max-width: 1200px;
  max-height: 900px;
  box-shadow: 0px 0px 10px 0px #000000; }
  .artwork-viewer .artwork-details {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: calc(100% - 30px);
    /*小説モード*/ }
    @media screen and (max-width: 800px) {
      .artwork-viewer .artwork-details {
        overflow-y: auto;
        align-content: flex-start; } }
    .artwork-viewer .artwork-details .counter-bar {
      position: absolute;
      padding: 4px 16px;
      font-size: 19px;
      line-height: 17px;
      color: #4f7127;
      background-color: #f7ffa2c7;
      border-radius: 4px;
      pointer-events: none; }
      .artwork-viewer .artwork-details .counter-bar:before {
        font-family: "Font Awesome 5 Free";
        content: "\f302";
        font-weight: 900;
        font-size: 16px;
        padding-right: 5px; }
    .artwork-viewer .artwork-details .image-side {
      width: 55%;
      height: 100%;
      padding: 0 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 800px) {
        .artwork-viewer .artwork-details .image-side {
          width: 100%;
          height: unset;
          padding: 0; } }
      .artwork-viewer .artwork-details .image-side .img-wrap {
        max-width: 100%;
        max-height: calc(100% - 50px); }
        .artwork-viewer .artwork-details .image-side .img-wrap img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .artwork-viewer .artwork-details .image-side .view-command {
        height: 30px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        border: 1px solid #717171;
        border-radius: 5px;
        margin-top: 20px;
        position: relative;
        cursor: pointer; }
        .artwork-viewer .artwork-details .image-side .view-command:hover {
          color: #ffffff;
          background-color: #4b4b4b;
          border: 1px solid #4b4b4b; }
        .artwork-viewer .artwork-details .image-side .view-command:has(.counter-bar:hover) {
          color: unset;
          background-color: unset;
          border: 1px solid #717171; }
        .artwork-viewer .artwork-details .image-side .view-command .counter-bar {
          top: -60px;
          left: 50%;
          transform: translateX(-50%); }
    .artwork-viewer .artwork-details .contents {
      display: flex;
      flex-direction: column;
      text-align: left;
      width: 45%;
      max-height: 100%;
      overflow-y: auto;
      padding: 0 20px 0 0; }
      @media screen and (max-width: 800px) {
        .artwork-viewer .artwork-details .contents {
          width: 100%;
          margin-left: unset;
          overflow-y: unset;
          padding: 30px 10px 20px 10px; } }
      .artwork-viewer .artwork-details .contents .summary {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .artwork-viewer .artwork-details .contents .summary .digest {
          display: flex;
          flex-direction: column; }
          .artwork-viewer .artwork-details .contents .summary .digest .title {
            font-size: 22px;
            line-height: 28px;
            font-weight: bold; }
          .artwork-viewer .artwork-details .contents .summary .digest .tags {
            margin-top: 12px; }
        .artwork-viewer .artwork-details .contents .summary .controls {
          display: flex;
          margin-left: 10px; }
      .artwork-viewer .artwork-details .contents .explain {
        white-space: pre-line;
        word-wrap: break-word;
        margin-top: 12px;
        line-height: 28px; }
      .artwork-viewer .artwork-details .contents .links {
        width: 100%;
        padding: 10px 0 15px;
        background-color: #ffffff; }
        .artwork-viewer .artwork-details .contents .links .link {
          width: 100%;
          padding: 5px 0;
          border: 2px solid #d7d7d7;
          border-radius: 4px;
          text-align: center;
          color: #454545;
          text-decoration: none;
          cursor: default; }
          .artwork-viewer .artwork-details .contents .links .link .txt {
            color: #cfcfcf;
            font-size: 16px;
            font-weight: bold;
            line-height: 1px; }
          .artwork-viewer .artwork-details .contents .links .link .tip {
            top: unset; }
          .artwork-viewer .artwork-details .contents .links .link.active {
            border: 2px solid #af8f30;
            cursor: pointer; }
            .artwork-viewer .artwork-details .contents .links .link.active .txt {
              color: #af8f30; }
            .artwork-viewer .artwork-details .contents .links .link.active:hover {
              background-color: #fef8da; }
    .artwork-viewer .artwork-details .contents::-webkit-scrollbar {
      width: 3px; }
    .artwork-viewer .artwork-details .contents::-webkit-scrollbar-track {
      background-color: #cccccc; }
    .artwork-viewer .artwork-details .contents::-webkit-scrollbar-thumb {
      background-color: #3d6d3f; }
    .artwork-viewer .artwork-details .command {
      width: 70px;
      height: 70px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      .artwork-viewer .artwork-details .command.mybinder {
        background-image: url(../css/images/btn_mybinder.png); }
      .artwork-viewer .artwork-details .command.mybinder-on {
        background-image: url(../css/images/btn_mybinder_ok.png); }
      .artwork-viewer .artwork-details .command:hover {
        opacity: 0.8; }
      .artwork-viewer .artwork-details .command:active {
        width: 68px;
        height: 68px;
        margin: 1px; }
    .artwork-viewer .artwork-details .novel-wrap {
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow-x: auto;
      overflow-y: hidden;
      /*scroll-behavior: smooth;*/
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-start; }
      .artwork-viewer .artwork-details .novel-wrap .novel-contents {
        width: fit-content;
        height: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-start; }
        .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-end;
          height: 100%; }
          .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary .digest {
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            height: calc(100% - 85px); }
            .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary .digest .title {
              font-size: 22px;
              font-weight: bold;
              line-height: 28px;
              writing-mode: tb;
              text-align: start; }
            .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary .digest .tags {
              margin-right: 12px;
              flex-direction: column;
              align-items: flex-end; }
              .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary .digest .tags .tag {
                writing-mode: tb;
                margin-right: unset;
                margin-bottom: 10px;
                padding: 8px 3px; }
          .artwork-viewer .artwork-details .novel-wrap .novel-contents .summary .controls {
            display: flex;
            margin-top: 15px;
            height: 70px; }
        .artwork-viewer .artwork-details .novel-wrap .novel-contents .img-wrap {
          max-width: 500px;
          height: 100%;
          margin-right: 20px;
          position: relative; }
          .artwork-viewer .artwork-details .novel-wrap .novel-contents .img-wrap img {
            max-width: 500px;
            max-height: 100%;
            object-fit: contain; }
          .artwork-viewer .artwork-details .novel-wrap .novel-contents .img-wrap .counter-bar {
            top: 10px;
            right: 10px; }
        .artwork-viewer .artwork-details .novel-wrap .novel-contents .explain {
          height: 100%;
          display: flex;
          flex-direction: column;
          writing-mode: tb;
          white-space: pre-line;
          word-wrap: break-word;
          margin: 0 20px;
          line-height: 28px;
          text-align: start; }
        .artwork-viewer .artwork-details .novel-wrap .novel-contents .links {
          padding: 0 10px;
          background-color: #ffffff; }
          .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link {
            padding: 20px 10px;
            border: 2px solid #d7d7d7;
            border-radius: 4px;
            cursor: default;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 230px;
            max-height: 100%;
            min-width: 38px;
            text-decoration: none; }
            .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link .txt {
              color: #cfcfcf;
              font-size: 16px;
              font-weight: bold;
              line-height: 1px;
              writing-mode: tb; }
            .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link .tip {
              top: unset;
              margin-left: unset;
              margin-top: 10px; }
            .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link.active {
              border: 2px solid #af8f30;
              cursor: pointer; }
              .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link.active .txt {
                color: #af8f30; }
              .artwork-viewer .artwork-details .novel-wrap .novel-contents .links .link.active:hover {
                background-color: #fef8da; }
    .artwork-viewer .artwork-details .novel-wrap::-webkit-scrollbar {
      height: 7px; }
    .artwork-viewer .artwork-details .novel-wrap::-webkit-scrollbar-track {
      background-color: #cccccc; }
    .artwork-viewer .artwork-details .novel-wrap::-webkit-scrollbar-thumb {
      background-color: #3d6d3f; }
  .artwork-viewer .artwork-details::-webkit-scrollbar {
    width: 3px; }
  .artwork-viewer .artwork-details::-webkit-scrollbar-track {
    background-color: #cccccc; }
  .artwork-viewer .artwork-details::-webkit-scrollbar-thumb {
    background-color: #3d6d3f; }
  .artwork-viewer .artwork-swiper {
    display: none;
    height: calc(100% - 30px); }
    .artwork-viewer .artwork-swiper .slider {
      height: 100%; }
      .artwork-viewer .artwork-swiper .slider .swiper.main-slider {
        height: calc(100% - 60px);
        position: relative; }
        @media screen and (max-width: 500px) {
          .artwork-viewer .artwork-swiper .slider .swiper.main-slider {
            height: calc(100% - 50px); } }
        .artwork-viewer .artwork-swiper .slider .swiper.main-slider .swiper-pagination-bullet {
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          font-size: 12px;
          color: #ffffff9e;
          opacity: 1;
          background-color: rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px #ffffff96; }
        .artwork-viewer .artwork-swiper .slider .swiper.main-slider .swiper-pagination-bullet-active {
          color: #fff;
          background-color: #007aff; }
        .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls {
          position: absolute;
          right: 20px;
          bottom: 20px;
          display: flex;
          flex-direction: column;
          align-items: center;
          z-index: 2; }
          @media screen and (max-width: 800px) {
            .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls {
              left: 50%;
              right: unset;
              transform: translateX(-50%);
              bottom: 10px;
              flex-direction: row; } }
          .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control {
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background-color: #00000080;
            border-radius: 50%;
            margin: 7px 0 0 0;
            cursor: pointer; }
            @media screen and (max-width: 800px) {
              .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control {
                margin: 0 4px; } }
            .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control.large {
              width: 30px;
              height: 30px; }
            .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control.disabled {
              background-color: #00000030;
              pointer-events: none; }
            .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control .material-icons {
              font-size: 20px; }
            .artwork-viewer .artwork-swiper .slider .swiper.main-slider .controls .control:hover {
              background-color: #000000cc; }
      .artwork-viewer .artwork-swiper .slider .swiper.sub-slider {
        height: 60px;
        padding: 5px 0; }
        @media screen and (max-width: 500px) {
          .artwork-viewer .artwork-swiper .slider .swiper.sub-slider {
            height: 50px; } }
        .artwork-viewer .artwork-swiper .slider .swiper.sub-slider .swiper-wrapper .swiper-slide {
          width: 60px;
          height: 100%; }
          @media screen and (max-width: 500px) {
            .artwork-viewer .artwork-swiper .slider .swiper.sub-slider .swiper-wrapper .swiper-slide {
              width: 50px; } }
          .artwork-viewer .artwork-swiper .slider .swiper.sub-slider .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .artwork-viewer .artwork-swiper .slider .swiper.sub-slider .swiper-wrapper .swiper-slide-active img {
          box-shadow: 0 0 0px 3px #E91E63; }
      @media screen and (max-width: 800px) {
        .artwork-viewer .artwork-swiper .slider .swiper .swiper-button-next, .artwork-viewer .artwork-swiper .slider .swiper .swiper-button-prev {
          display: none; } }

/* --------------------------------------------------------------- */
/* 作品編集POPUP                                                   */
/* --------------------------------------------------------------- */
.artwork-editor {
  display: none;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 201;
  max-width: 1310px;
  max-height: 1000px;
  box-shadow: 0px 0px 10px 0px #000000; }
  .artwork-editor .artwork-editor-contents {
    height: calc(100% - 30px);
    padding: 0 20px;
    overflow-y: auto; }
    @media screen and (max-width: 800px) {
      .artwork-editor .artwork-editor-contents {
        padding: 0 10px; } }
  .artwork-editor .artwork-editor-contents::-webkit-scrollbar {
    width: 3px; }
  .artwork-editor .artwork-editor-contents::-webkit-scrollbar-track {
    background-color: #cccccc; }
  .artwork-editor .artwork-editor-contents::-webkit-scrollbar-thumb {
    background-color: #3d6d3f; }

/* --------------------------------------------------------------- */
/* 作品割り当てPOPUP                                               */
/* --------------------------------------------------------------- */
.artwork-assign {
  display: none;
  flex-direction: column;
  width: 96%;
  height: fit-content;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 201;
  max-width: 550px;
  max-height: 75%;
  box-shadow: 0px 0px 10px 0px #000000;
  overflow: hidden; }
  .artwork-assign .artwork-assign-contents {
    padding: 0 20px;
    overflow-y: auto;
    /*height: calc(100% - 30px);*/
    /*flex-grow: 1;*/
    height: auto;
    min-height: 0; }
    @media screen and (max-width: 800px) {
      .artwork-assign .artwork-assign-contents {
        padding: 0 10px; } }
    .artwork-assign .artwork-assign-contents .title {
      font-size: 1.2em;
      font-weight: bold; }
    .artwork-assign .artwork-assign-contents .explain {
      font-size: 14px; }
    .artwork-assign .artwork-assign-contents .assign-items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .artwork-assign .artwork-assign-contents .assign-items .assign-item {
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #d7d7d7;
        border-radius: 4px;
        margin-bottom: 5px;
        padding: 0 10px;
        overflow: hidden; }
        .artwork-assign .artwork-assign-contents .assign-items .assign-item .image {
          width: 80px;
          height: 50px;
          margin-right: 10px; }
          .artwork-assign .artwork-assign-contents .assign-items .assign-item .image img {
            width: 80px;
            height: 100%;
            object-fit: cover; }
        .artwork-assign .artwork-assign-contents .assign-items .assign-item .contents {
          display: flex;
          flex-direction: column; }
          .artwork-assign .artwork-assign-contents .assign-items .assign-item .contents .main-title, .artwork-assign .artwork-assign-contents .assign-items .assign-item .contents .sub-title {
            font-size: 14px;
            line-height: 17px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; }
          .artwork-assign .artwork-assign-contents .assign-items .assign-item .contents .main-title {
            color: #aaaa00; }
          .artwork-assign .artwork-assign-contents .assign-items .assign-item .contents .sub-title {
            margin-top: 4px; }
        .artwork-assign .artwork-assign-contents .assign-items .assign-item .select {
          padding: 5px 10px 5px 5px; }
  .artwork-assign .artwork-assign-contents::-webkit-scrollbar {
    width: 3px; }
  .artwork-assign .artwork-assign-contents::-webkit-scrollbar-track {
    background-color: #cccccc; }
  .artwork-assign .artwork-assign-contents::-webkit-scrollbar-thumb {
    background-color: #3d6d3f; }

.artwork-viewer .caption, .artwork-editor .caption, .artwork-assign .caption, .posca-viewer .caption, .circle-list-viewer .caption {
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background-color: #4d5d4e;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 0; }
  .artwork-viewer .caption .close, .artwork-editor .caption .close, .artwork-assign .caption .close, .posca-viewer .caption .close, .circle-list-viewer .caption .close {
    font-size: 22px;
    line-height: 21px;
    color: #ffffff;
    position: absolute;
    right: 7px;
    cursor: pointer; }
    .artwork-viewer .caption .close:before, .artwork-editor .caption .close:before, .artwork-assign .caption .close:before, .posca-viewer .caption .close:before, .circle-list-viewer .caption .close:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f057"; }
    .artwork-viewer .caption .close:hover:before, .artwork-editor .caption .close:hover:before, .artwork-assign .caption .close:hover:before, .posca-viewer .caption .close:hover:before, .circle-list-viewer .caption .close:hover:before {
      font-weight: 400; }
  .artwork-viewer .caption .prev, .artwork-editor .caption .prev, .artwork-assign .caption .prev, .posca-viewer .caption .prev, .circle-list-viewer .caption .prev {
    display: none;
    font-size: 22px;
    line-height: 21px;
    color: #ffffff;
    position: absolute;
    left: 7px;
    cursor: pointer; }
    .artwork-viewer .caption .prev:before, .artwork-editor .caption .prev:before, .artwork-assign .caption .prev:before, .posca-viewer .caption .prev:before, .circle-list-viewer .caption .prev:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f3e5"; }
    .artwork-viewer .caption .prev:hover, .artwork-editor .caption .prev:hover, .artwork-assign .caption .prev:hover, .posca-viewer .caption .prev:hover, .circle-list-viewer .caption .prev:hover {
      color: #ffff00; }

/*-------------------------------------------------------------------------------------------------
▼メンテナンス表示
-------------------------------------------------------------------------------------------------*/
.maintenance {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  .maintenance .maintenance-message {
    display: flex;
    flex-direction: column;
    width: 600px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .maintenance .maintenance-message {
        width: 100%; } }
    .maintenance .maintenance-message .title {
      color: #ffffff;
      background-color: #666666;
      padding: 10px;
      font-size: 24px;
      font-weight: bold; }
    .maintenance .maintenance-message .contents {
      padding: 20px;
      border: 1px solid #aaaaaa;
      font-size: 20px;
      text-align: left; }
  .maintenance .maintenance-image {
    margin-top: 20px; }
    .maintenance .maintenance-image img {
      max-width: 100%; }

/*-------------------------------------------------------------------------------------------------
▼サークルタグ
-------------------------------------------------------------------------------------------------*/
.circle-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  max-width: 100%; }
  .circle-tags .circle-tag {
    font-size: 11px;
    line-height: 11px;
    padding: 4px 10px;
    color: #ffffff;
    background-color: #a19090;
    border-radius: 4px;
    margin: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
    .circle-tags .circle-tag:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f02b';
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      color: #f7f4de;
      margin-right: 2px; }
    .circle-tags .circle-tag:hover {
      background-color: #ff9800; }
    .circle-tags .circle-tag.compact {
      padding: 4px 5px;
      margin: 2px; }
      .circle-tags .circle-tag.compact:before {
        margin-right: 0; }

/*-------------------------------------------------------------------------------------------------
▼表示切替ボタン
-------------------------------------------------------------------------------------------------*/
.view-style-block, .view-style-list, .view-order-normal, .view-order-update {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  color: #656565;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer; }
  .view-style-block.no-margin, .view-style-list.no-margin, .view-order-normal.no-margin, .view-order-update.no-margin {
    margin-right: 2px; }
  .view-style-block:hover, .view-style-list:hover, .view-order-normal:hover, .view-order-update:hover {
    color: #ffffff;
    background-color: #c7bc34;
    border: 1px solid #c7bc34; }
  .view-style-block.selected, .view-style-list.selected, .view-order-normal.selected, .view-order-update.selected {
    color: #ffffff;
    background-color: #696969;
    border: 1px solid #696969;
    cursor: default; }
  .view-style-block:before, .view-style-list:before, .view-order-normal:before, .view-order-update:before {
    font-family: 'Material Icons';
    font-size: 24px; }

.view-style-block::before {
  content: "\e9b0"; }

.view-style-list::before {
  content: "\e8ef"; }

.view-order-normal::before {
  content: "\e242"; }

.view-order-update::before {
  content: "\e192"; }

/*-------------------------------------------------------------------------------------------------
▼ひとこと拍手
-------------------------------------------------------------------------------------------------*/
.clap-btn {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 7px;
  color: #333;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  cursor: pointer; }
  .clap-btn:hover {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e0e0e0 100%); }
  .clap-btn.active {
    background-image: url(../css/images/processing.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
    background-color: #f7f7f7;
    pointer-events: none; }

.clap-image-btn {
  max-width: 300px;
  max-height: 300px;
  cursor: pointer; }
  .clap-image-btn:hover {
    opacity: 0.8; }
  .clap-image-btn:active {
    border: 2px solid transparent; }

.balloon {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #e91e63;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-left: 10px; }
  .balloon:before, .balloon:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .balloon:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #dbdbdb;
    border-width: 5px;
    top: 50%;
    margin-top: -5px; }
  .balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 4px;
    top: 50%;
    margin-top: -4px; }

/* --------------------------------------------------------------- */
/* 拍手メッセージボックス                                          */
/* --------------------------------------------------------------- */
.clap-message-frame {
  display: none;
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 10px;
  z-index: 7; }
  .clap-message-frame .clap-message-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0 5px 10px #000000ad;
    font-size: 14px;
    text-align: center; }
    .clap-message-frame .clap-message-box:before, .clap-message-frame .clap-message-box:after {
      bottom: calc(100% - 1px);
      left: 35px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .clap-message-frame .clap-message-box:before {
      border-color: rgba(221, 221, 221, 0);
      border-bottom-color: #dddddd;
      border-width: 11px;
      margin-left: -11px; }
    .clap-message-frame .clap-message-box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #f8f8f8;
      border-width: 10px;
      margin-left: -10px; }
    .clap-message-frame .clap-message-box .phrases {
      width: 100%;
      margin: 6px 0; }
      .clap-message-frame .clap-message-box .phrases select {
        max-width: 100%;
        height: 30px;
        border-radius: 5px; }
        .clap-message-frame .clap-message-box .phrases select:focus {
          border-color: #66afe9;
          outline: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .clap-message-frame .clap-message-box .clap-message-block {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .clap-message-frame .clap-message-box .clap-message-block .message {
        width: 100%; }
        .clap-message-frame .clap-message-box .clap-message-block .message textarea {
          width: 100%;
          height: 100px;
          padding: 6px 12px;
          color: #555;
          border-radius: 5px; }
          .clap-message-frame .clap-message-box .clap-message-block .message textarea:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .clap-message-frame .clap-message-box .command {
      margin-top: 3px;
      width: 100%; }
      .clap-message-frame .clap-message-box .command .btn {
        color: #ffffff;
        border-color: #2b669a;
        padding: 6px 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #2b669a;
        margin: 0;
        cursor: pointer; }
        .clap-message-frame .clap-message-box .command .btn:hover {
          background-color: #2d6ca2;
          background-position: 0 -15px; }
        .clap-message-frame .clap-message-box .command .btn:active {
          padding: 5px 11px;
          margin: 1px; }
    .clap-message-frame .clap-message-box .common-close-icon {
      right: -10px;
      top: -10px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ ヘッダ・フッダ（UI、管理画面）
---------------------------------------------------------------------------------------------------
#global-header                      //SP用
    .header-inner {                 //PC用
        .header-navutility {        //共通
            .header-logo {
            }
            .item-pc-search {
            }
            .navutility {
                .menu {}
                .favorite {}
                ...
            }
        }
        .header-navglobal-cover {
            .header-navglobal {
                .list {
                    .item-pc {

                    }
                    .item-sp {}
                }
            }
        }

        //利用は[item-sp]中
        .header-megamenu-container {
            .header-megamenu-inner {
            }
        }
    }
}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#global-header {
  position: relative;
  z-index: 3; }
  #global-header:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 100%;
    /* header-navglobal より 0.1s 遅くする */ }
    @media screen and (max-width: 768px) {
      #global-header:after {
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        transition: all .6s ease; } }
  @media screen and (max-width: 768px) {
    #global-header {
      display: block;
      width: 100%;
      height: 55px; }
      #global-header.active:after {
        left: 0; }
      #global-header.active .header-inner .header-navutility .navutility .menu .icon .b1 {
        animation: active-menu-bar01 0.65s forwards; }
      #global-header.active .header-inner .header-navutility .navutility .menu .icon .b2 {
        animation: active-menu-bar02 0.65s forwards; }
      #global-header.active .header-inner .header-navutility .navutility .menu .icon .b3 {
        animation: active-menu-bar03 0.65s forwards; }
      #global-header.active .header-inner .header-navutility .navutility .menu .close {
        display: block !important; }
      #global-header.active .header-inner .header-navutility .navutility .menu .open {
        display: none !important; }
      #global-header.active .header-inner .header-navglobal-cover .header-navglobal {
        pointer-events: all;
        opacity: 1;
        width: 90%;
        height: 100%;
        max-width: 500px; } }
  @media screen and (min-width: 769px) {
    #global-header {
      z-index: 200;
      width: 100%; }
      #global-header.fixed .header-inner {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0; }
        #global-header.fixed .header-inner .header-navglobal-cover {
          pointer-events: auto;
          height: 50px;
          opacity: 1; }
        #global-header.fixed .header-inner:hover .header-navglobal-cover {
          pointer-events: auto;
          height: 50px;
          opacity: 1;
          transition: all .5s ease-in !important; }
      #global-header.fixed .hide-navglobal-cover {
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
        #global-header.fixed .hide-navglobal-cover .header-navglobal-cover {
          pointer-events: none;
          height: 0;
          opacity: 0;
          transition: all .5s ease-out !important; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner > * {
      position: relative;
      z-index: 2; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 30px 0;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 1px 1px #5353532b;
      box-shadow: 0px 1px 1px #5353532b; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navutility {
      position: fixed;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*overflow: hidden;*/
      top: 0;
      left: 0;
      z-index: 20;
      width: 100%;
      height: 55px;
      background-color: #ffffff;
      border-bottom: 1px solid #e4e4e4; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navutility {
      height: 45px;
      width: 100%;
      max-width: 1280px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navutility .header-logo {
      /*text-align: center;*/
      /*max-width: calc(100% - 240px);*/
      height: 70%;
      display: flex;
      align-items: center;
      align-content: center;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: nowrap;
      overflow: hidden; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navutility .header-logo {
      display: flex;
      align-items: center;
      height: 100%; }
      #global-header .header-inner .header-navutility .header-logo a {
        display: inline-block;
        height: 100%; }
        #global-header .header-inner .header-navutility .header-logo a:hover {
          opacity: .7; }
        #global-header .header-inner .header-navutility .header-logo a picture {
          display: flex;
          align-items: center;
          height: 100%; }
          #global-header .header-inner .header-navutility .header-logo a picture img {
            width: auto;
            /*height: 100%;*/
            height: 53px;
            margin-top: -3px; } }
  #global-header .header-inner .header-navutility .header-logo a {
    height: 100%; }
    @media screen and (max-width: 768px) {
      #global-header .header-inner .header-navutility .header-logo a img {
        /*margin: 10px 10px 10px 15px;*/
        width: auto;
        height: 100%;
        object-fit: contain;
        padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navutility .item-pc-search {
      display: none; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navutility .item-pc-search {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 600px;
      padding: 0 10px 0 20px; }
      #global-header .header-inner .header-navutility .item-pc-search form {
        display: contents;
        position: relative; }
      #global-header .header-inner .header-navutility .item-pc-search .search-box {
        width: 100%; }
        #global-header .header-inner .header-navutility .item-pc-search .search-box input {
          font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
          width: 100%;
          height: 34px;
          border: 1px solid #e8e8e8;
          border-radius: 5px;
          background-color: #fbfbfb;
          font-size: 18px;
          padding: 0 12px; }
          #global-header .header-inner .header-navutility .item-pc-search .search-box input:focus {
            border-color: #545454;
            box-shadow: 0 0 0 1px #545454; }
        #global-header .header-inner .header-navutility .item-pc-search .search-box input::placeholder {
          font-size: 14px;
          color: #cccccc; }
      #global-header .header-inner .header-navutility .item-pc-search .search-btn {
        margin-left: 5px;
        padding: 5px 20px;
        background-color: #353535;
        color: #ffffff;
        border-radius: 7px;
        width: 80px;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; }
        #global-header .header-inner .header-navutility .item-pc-search .search-btn:hover {
          opacity: 0.7; }
        #global-header .header-inner .header-navutility .item-pc-search .search-btn:active {
          margin: 1px -1px -1px 6px; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navutility .navutility {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      flex-wrap: nowrap; }
      #global-header .header-inner .header-navutility .navutility .message,
      #global-header .header-inner .header-navutility .navutility .member,
      #global-header .header-inner .header-navutility .navutility .login {
        height: 55px;
        width: 60px; }
        #global-header .header-inner .header-navutility .navutility .message a,
        #global-header .header-inner .header-navutility .navutility .member a,
        #global-header .header-inner .header-navutility .navutility .login a {
          padding: 9px 0;
          height: 100%;
          text-align: center;
          font-weight: bold;
          color: #ffffff; }
          #global-header .header-inner .header-navutility .navutility .message a .icon,
          #global-header .header-inner .header-navutility .navutility .member a .icon,
          #global-header .header-inner .header-navutility .navutility .login a .icon {
            margin: 0 5px;
            font-size: 25px; }
          #global-header .header-inner .header-navutility .navutility .message a .text,
          #global-header .header-inner .header-navutility .navutility .member a .text,
          #global-header .header-inner .header-navutility .navutility .login a .text {
            text-align: left;
            line-height: 1px; }
            #global-header .header-inner .header-navutility .navutility .message a .text > span,
            #global-header .header-inner .header-navutility .navutility .member a .text > span,
            #global-header .header-inner .header-navutility .navutility .login a .text > span {
              display: block; }
            #global-header .header-inner .header-navutility .navutility .message a .text .l,
            #global-header .header-inner .header-navutility .navutility .member a .text .l,
            #global-header .header-inner .header-navutility .navutility .login a .text .l {
              display: block;
              font-size: 11px;
              text-align: center; }
            #global-header .header-inner .header-navutility .navutility .message a .text .s,
            #global-header .header-inner .header-navutility .navutility .member a .text .s,
            #global-header .header-inner .header-navutility .navutility .login a .text .s {
              font-size: 9px;
              line-height: 1.2;
              display: none; } }
          @media screen and (max-width: 768px) and (min-width: 481px) {
            #global-header .header-inner .header-navutility .navutility .message a .text .s,
            #global-header .header-inner .header-navutility .navutility .member a .text .s,
            #global-header .header-inner .header-navutility .navutility .login a .text .s {
              display: block; }
              #global-header .header-inner .header-navutility .navutility .message a .text .s br,
              #global-header .header-inner .header-navutility .navutility .member a .text .s br,
              #global-header .header-inner .header-navutility .navutility .login a .text .s br {
                display: none; } }
  @media screen and (max-width: 768px) {
      #global-header .header-inner .header-navutility .navutility .message {
        display: inline-block;
        position: relative;
        /*right: 60px;*/ }
        #global-header .header-inner .header-navutility .navutility .message a {
          background-color: #78a208; }
        #global-header .header-inner .header-navutility .navutility .message .message-in-mark {
          top: 7px;
          left: unset;
          right: 7px; }
      #global-header .header-inner .header-navutility .navutility .login {
        /*position: absolute;
        right: 120px;*/ }
        #global-header .header-inner .header-navutility .navutility .login a {
          background-color: #677b85; }
      #global-header .header-inner .header-navutility .navutility .member {
        /*position: absolute;
        right: 180px;*/ }
        #global-header .header-inner .header-navutility .navutility .member a {
          background-color: #ffa000; }
      #global-header .header-inner .header-navutility .navutility .menu {
        background-color: #454044;
        pointer-events: all;
        cursor: pointer;
        display: inline-block;
        width: 60px;
        height: 55px;
        text-align: center;
        /*position: absolute;
        right: 0;*/
        /*
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        transition: all 0.45s;
        */ }
        #global-header .header-inner .header-navutility .navutility .menu .icon {
          width: 100%;
          padding: 13px 18px 11px 18px; }
          #global-header .header-inner .header-navutility .navutility .menu .icon > div {
            height: 2px;
            background-color: #ffffff; }
            #global-header .header-inner .header-navutility .navutility .menu .icon > div:nth-child(n+2) {
              margin-top: 5px; }
          #global-header .header-inner .header-navutility .navutility .menu .icon .b1 {
            animation: menu-bar01 0.65s forwards; }
          #global-header .header-inner .header-navutility .navutility .menu .icon .b3 {
            animation: menu-bar02 0.65s forwards; }
        #global-header .header-inner .header-navutility .navutility .menu .close {
          display: none; }
        #global-header .header-inner .header-navutility .navutility .menu .text {
          color: #ffffff;
          font-size: 11px;
          line-height: 1px;
          font-weight: bold; }
      #global-header .header-inner .header-navutility .navutility .favorite {
        display: none; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navutility .navutility {
      display: flex;
      flex-direction: row-reverse;
      margin-left: 20px; }
      #global-header .header-inner .header-navutility .navutility .favorite,
      #global-header .header-inner .header-navutility .navutility .message,
      #global-header .header-inner .header-navutility .navutility .member,
      #global-header .header-inner .header-navutility .navutility .login {
        width: 70px;
        float: right;
        margin-left: 10px; }
        #global-header .header-inner .header-navutility .navutility .favorite a,
        #global-header .header-inner .header-navutility .navutility .message a,
        #global-header .header-inner .header-navutility .navutility .member a,
        #global-header .header-inner .header-navutility .navutility .login a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 4px;
          height: 45px;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          color: #2e3538; }
          #global-header .header-inner .header-navutility .navutility .favorite a:hover,
          #global-header .header-inner .header-navutility .navutility .message a:hover,
          #global-header .header-inner .header-navutility .navutility .member a:hover,
          #global-header .header-inner .header-navutility .navutility .login a:hover {
            opacity: .6; }
          #global-header .header-inner .header-navutility .navutility .favorite a .icon,
          #global-header .header-inner .header-navutility .navutility .message a .icon,
          #global-header .header-inner .header-navutility .navutility .member a .icon,
          #global-header .header-inner .header-navutility .navutility .login a .icon {
            margin-right: .1em;
            font-size: 30px; }
          #global-header .header-inner .header-navutility .navutility .favorite a .text,
          #global-header .header-inner .header-navutility .navutility .message a .text,
          #global-header .header-inner .header-navutility .navutility .member a .text,
          #global-header .header-inner .header-navutility .navutility .login a .text {
            padding: .18rem 0;
            text-align: left; }
            #global-header .header-inner .header-navutility .navutility .favorite a .text .l,
            #global-header .header-inner .header-navutility .navutility .message a .text .l,
            #global-header .header-inner .header-navutility .navutility .member a .text .l,
            #global-header .header-inner .header-navutility .navutility .login a .text .l {
              display: block;
              font-size: 12px;
              font-weight: normal; }
            #global-header .header-inner .header-navutility .navutility .favorite a .text .s,
            #global-header .header-inner .header-navutility .navutility .message a .text .s,
            #global-header .header-inner .header-navutility .navutility .member a .text .s,
            #global-header .header-inner .header-navutility .navutility .login a .text .s {
              display: none; }
      #global-header .header-inner .header-navutility .navutility .favorite {
        position: relative; }
        #global-header .header-inner .header-navutility .navutility .favorite a {
          color: #73521e;
          background-color: #fffcec;
          border: 1px solid #d7c9b2; }
        #global-header .header-inner .header-navutility .navutility .favorite .favorite-mark p {
          position: absolute;
          background-color: #eba403;
          color: #ffffff;
          font-size: 14px;
          font-weight: normal;
          border-radius: 10px;
          height: 20px;
          max-width: 30px;
          min-width: 20px;
          left: -3px;
          top: -3px; }
        #global-header .header-inner .header-navutility .navutility .favorite .favorite-mark .disabled {
          display: none; }
      #global-header .header-inner .header-navutility .navutility .message {
        position: relative; }
        #global-header .header-inner .header-navutility .navutility .message a {
          /*background-color: #78a208;*/ }
        #global-header .header-inner .header-navutility .navutility .message .message-in-mark {
          left: 13px;
          right: unset;
          top: -9px; }
      #global-header .header-inner .header-navutility .navutility .member a {
        /*background-color: #ffa000;*/ }
      #global-header .header-inner .header-navutility .navutility .login a {
        /*background-color: #ff6666;*/ }
      #global-header .header-inner .header-navutility .navutility .menu {
        display: none; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navglobal-cover {
      display: block;
      background: #ffffff;
      padding-top: 10px;
      width: 100%;
      height: 50px;
      margin: 0 auto;
      transition: all 0.2s;
      max-width: 1280px;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navglobal-cover .header-navglobal {
      position: fixed;
      top: 55px;
      right: 0;
      height: 100%;
      overflow-y: scroll;
      pointer-events: none;
      opacity: 1;
      width: 0;
      background-color: #ffffff;
      /* アニメ適用 */
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .infos {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #ffffff;
        margin-top: 20px;
        padding: 0 10px; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member {
          display: flex;
          flex-direction: column;
          align-items: center;
          /*
          img {
              width: 80px;
              height: 80px;
              object-fit: cover;
              border-radius: 50%;
              cursor: pointer;
          }
          */ }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member .photo {
            width: 80px;
            height: 80px;
            overflow: hidden; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member .photo img {
              width: 80px;
              height: 80px;
              object-fit: cover;
              border-radius: 50%;
              cursor: pointer;
              margin-bottom: 5px; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member .photo.walker img {
              border-radius: unset !important;
              object-fit: unset !important;
              width: 320px;
              height: 320px; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member .name {
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 5px; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .infos .member .name .txt {
              font-size: 14px;
              white-space: nowrap;
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-text-overflow: ellipsis;
              -o-text-overflow: ellipsis; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start;
        background-color: #ffffff;
        padding-bottom: 100px;
        min-height: 100%; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item {
          width: 100%;
          border-bottom: 1px solid #e8e8e8;
          background-color: #ffffff; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item > a {
            position: relative;
            padding: 1em 0 1em 7.5%;
            font-size: 14px; } }
        @media screen and (max-width: 768px) and (max-width: 335px) {
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item > a {
            font-size: 12px; } }
  @media screen and (max-width: 768px) {
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item > a:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              right: 7.5%;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              width: .4em;
              height: .4em;
              -webkit-transform: translate(0, -50%) rotate(45deg);
              -ms-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg); }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp {
          width: 100%;
          background-color: #ffffff;
          border-bottom: 1px solid #e8e8e8; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp > a {
            display: flex;
            align-items: center;
            position: relative;
            padding: 1em 0 1em 18px;
            font-size: 14px;
            white-space: nowrap; } }
        @media screen and (max-width: 768px) and (max-width: 335px) {
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp > a {
            font-size: 12px; } }
  @media screen and (max-width: 768px) {
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp > a .ico {
              font-size: 22px;
              color: #525252;
              padding-right: 4px; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp ul {
            margin: 0;
            display: none; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp.opener {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            position: relative; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp.opener:before {
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
              -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
              -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
              transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
              color: #9fa3a6;
              content: '\f078';
              position: absolute;
              right: 15px;
              top: 17px;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              text-transform: none !important;
              box-sizing: inherit; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp.active:before {
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp .form {
            display: flex;
            flex-wrap: wrap;
            padding: 1em 1em 1em 7.5%;
            position: relative; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp .form .search-box {
              width: auto;
              display: flex; }
              #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp .form .search-box input {
                font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
                width: 100%;
                height: 34px;
                border: 1px solid #e8e8e8;
                background-color: #fbfbfb;
                font-size: 18px;
                padding: 0 12px; }
              #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp .form .search-box input::placeholder {
                font-size: 14px;
                color: #cccccc; }
              #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp .form .search-box .search-btn {
                margin-left: 5px;
                padding: 5px 20px;
                background-color: #353535;
                color: #ffffff;
                border-radius: 7px;
                width: 80px;
                text-align: center;
                cursor: pointer;
                white-space: nowrap; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub {
          width: 100%;
          background-color: #f3f3f3;
          border-bottom: 1px solid #e8e8e8; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub:last-child {
            border-bottom: unset; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub > a {
            display: flex;
            align-items: center;
            position: relative;
            padding: 1em 0 1em 40px;
            font-size: 14px;
            color: #27628c;
            white-space: nowrap;
            overflow: hidden; } }
        @media screen and (max-width: 768px) and (max-width: 335px) {
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub > a {
            font-size: 12px; } }
  @media screen and (max-width: 768px) {
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub > a .tip {
              font-size: 10px;
              line-height: 10px;
              color: #27628c;
              position: absolute;
              left: 67px;
              top: 35px; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub > a .ico {
              font-size: 22px;
              color: #27628c;
              padding-right: 4px; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a:hover, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a:hover {
          color: #119dc7;
          background-color: #8787870a; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a.selected, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a.selected {
          color: #ffffff;
          background-color: #717171; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a.selected p, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a.selected p {
            color: #ffffff; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a.selected .tip, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a.selected .tip {
            color: #ffffff; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a.selected:hover, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a.selected:hover {
            color: #ffff00; }
            #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp a.selected:hover p, #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub a.selected:hover p {
              color: #ffff00; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc {
          display: none; } }
  @media screen and (min-width: 769px) {
    #global-header .header-inner .header-navglobal-cover .header-navglobal .infos {
      display: none; }
    #global-header .header-inner .header-navglobal-cover .header-navglobal .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      align-items: center;
      margin: 0 auto;
      width: 100%; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item {
        position: relative;
        width: 14%; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(50%, #cfd0d1), to(#f7f8f9));
          background: -webkit-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
          background: -o-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
          background: linear-gradient(to bottom, #f7f8f9, #cfd0d1 50%, #f7f8f9); }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item > a {
          padding: 23px 0;
          text-align: center;
          font-size: 14px;
          line-height: 1;
          letter-spacing: -.05em;
          white-space: nowrap;
          -webkit-transition: color .25s ease;
          -o-transition: color .25s ease;
          transition: color .25s ease; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item > a:hover {
            color: #ffa000; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc {
        position: relative;
        width: 15%;
        min-width: 150px; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(50%, #cfd0d1), to(#f7f8f9));
          background: -webkit-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
          background: -o-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
          background: linear-gradient(to bottom, #f7f8f9, #cfd0d1 50%, #f7f8f9); }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc:after {
          content: '';
          position: absolute;
          opacity: 0;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-right: solid 8px transparent;
          border-bottom: solid 8px #6690a3;
          border-left: solid 8px transparent;
          -webkit-transition: opacity .2s ease;
          -o-transition: opacity .2s ease;
          transition: opacity .2s ease; }
        #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc > a {
          padding: 13px 5px;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          color: #2e3538;
          line-height: 1;
          letter-spacing: -.05em;
          white-space: nowrap;
          -webkit-transition: color .25s ease;
          -o-transition: color .25s ease;
          transition: color .25s ease;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          -o-text-overflow: ellipsis; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc > a:hover {
            color: #ffa000; }
          #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-pc > a.selected {
            font-weight: bold;
            color: #1f7f9b; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp {
        display: none; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list .item-sp-sub {
        display: none; }
      #global-header .header-inner .header-navglobal-cover .header-navglobal .list .is-active::after {
        opacity: 1; } }
  @media screen and (max-width: 768px) {
    #global-header .header-inner .header-navglobal-cover .header-navglobal::-webkit-scrollbar {
      display: none; } }
  #global-header .header-inner .header-megamenu-container {
    display: none; }
    @media screen and (min-width: 769px) {
      #global-header .header-inner .header-megamenu-container {
        display: block;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        position: fixed;
        left: 0;
        width: 100vw;
        visibility: hidden;
        opacity: 0;
        background-color: #6690a3; }
        #global-header .header-inner .header-megamenu-container .header-megamenu-inner {
          width: 100%;
          max-width: 1200px;
          margin-right: auto;
          margin-left: auto;
          padding-top: 25px;
          padding-bottom: 25px; }
        #global-header .header-inner .header-megamenu-container .header-megamenu-service {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: center;
          -ms-flex-pack: justify;
          justify-content: center;
          margin-left: -30px; }
          #global-header .header-inner .header-megamenu-container .header-megamenu-service > li {
            padding-left: 30px;
            width: 25%; }
            #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a {
              display: flex;
              flex-wrap: nowrap;
              justify-content: center;
              align-items: center;
              height: 46px;
              line-height: 46px;
              border-radius: 23px;
              text-align: center;
              background-color: #ffffff;
              position: relative;
              -webkit-transition: color .2s ease;
              -o-transition: color .2s ease;
              transition: color .2s ease;
              padding-right: 8px; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a .ico {
                color: #ffa000;
                padding-right: 10px;
                cursor: pointer; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a .txt {
                line-height: 1px;
                cursor: pointer; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a:hover {
                color: #ff9800; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a::before {
                content: '';
                display: block;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
                width: 6px;
                height: 6px;
                border-top: solid 1px #ff9800;
                border-right: solid 1px #ff9800; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-service > li a img {
                margin-right: 10px;
                vertical-align: middle;
                margin-bottom: 2px;
                width: 25px; }
        #global-header .header-inner .header-megamenu-container .header-megamenu-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-left: -20px; }
          #global-header .header-inner .header-megamenu-container .header-megamenu-item__col {
            padding-left: 20px;
            width: 25%; }
          #global-header .header-inner .header-megamenu-container .header-megamenu-item__group {
            position: relative;
            overflow: hidden; }
            #global-header .header-inner .header-megamenu-container .header-megamenu-item__group a {
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 3;
              color: #ffffff;
              font-weight: bold;
              font-size: 20px;
              text-align: center; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-item__group a > span {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
            #global-header .header-inner .header-megamenu-container .header-megamenu-item__group::before {
              content: '';
              position: absolute;
              z-index: 2;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -webkit-transition: background-color .2s ease;
              -o-transition: background-color .2s ease;
              transition: background-color .2s ease;
              background-color: rgba(0, 0, 0, 0.3); }
            #global-header .header-inner .header-megamenu-container .header-megamenu-item__group::after {
              content: '';
              position: absolute;
              z-index: 2;
              top: 50%;
              right: 15px;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              width: 15px;
              height: 15px;
              border-top: 2px solid #ffffff;
              border-right: 2px solid #ffffff; }
            #global-header .header-inner .header-megamenu-container .header-megamenu-item__group:hover::before {
              background-color: rgba(0, 0, 0, 0.2); }
          #global-header .header-inner .header-megamenu-container .header-megamenu-item__item {
            min-height: 200px; }
            #global-header .header-inner .header-megamenu-container .header-megamenu-item__item > ul {
              margin-top: 8px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-left: -15px;
              color: #ffffff; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-item__item > ul > li {
                width: 50%;
                padding-left: 15px;
                padding-bottom: 3px; }
                #global-header .header-inner .header-megamenu-container .header-megamenu-item__item > ul > li a {
                  color: #ffffff;
                  font-size: 14px;
                  line-height: 1.4;
                  padding-left: 15px;
                  position: relative; }
                  #global-header .header-inner .header-megamenu-container .header-megamenu-item__item > ul > li a .material-icons {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    vertical-align: middle;
                    font-size: 14px; }
                  #global-header .header-inner .header-megamenu-container .header-megamenu-item__item > ul > li a:hover {
                    text-decoration: underline; }
        #global-header .header-inner .header-megamenu-container .header-megamenu-brand {
          color: #ffffff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin: 0; }
          #global-header .header-inner .header-megamenu-container .header-megamenu-brand dt {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            margin-bottom: 5px;
            padding-left: 15px; }
          #global-header .header-inner .header-megamenu-container .header-megamenu-brand dd {
            width: 25%;
            padding: 3px 0 5px 15px; }
            #global-header .header-inner .header-megamenu-container .header-megamenu-brand dd a {
              color: #ffffff;
              font-size: 14px; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-brand dd a .material-icons {
                vertical-align: middle;
                margin-right: 5px;
                margin-bottom: 2px;
                font-size: 14px; }
              #global-header .header-inner .header-megamenu-container .header-megamenu-brand dd a:hover {
                text-decoration: underline; } }
  #global-header .header-inner .is-active > a + .header-megamenu-container {
    visibility: visible;
    opacity: 1; }
  #global-header .header-logo {
    float: left; }

#global-footer {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 40px auto 0;
  top: 115px;
  border-top: 1px solid #ebebeb; }
  @media screen and (max-width: 768px) {
    #global-footer {
      top: 0; } }
  #global-footer .footer-contents {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 10px 0; }
    @media screen and (max-width: 768px) {
      #global-footer .footer-contents {
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      #global-footer .footer-contents {
        margin-bottom: 10px; } }
    #global-footer .footer-contents .logo {
      width: 20%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #global-footer .footer-contents .logo {
          width: 25%; } }
      #global-footer .footer-contents .logo img {
        width: 100%;
        object-fit: contain;
        max-width: 150px; }
    #global-footer .footer-contents .information {
      width: 45%;
      display: flex;
      flex-direction: column;
      position: relative;
      padding: 0 10px; }
      @media screen and (max-width: 768px) {
        #global-footer .footer-contents .information {
          width: 75%;
          padding: 0 0 0 20px; } }
      #global-footer .footer-contents .information .main {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold; }
      #global-footer .footer-contents .information .sub {
        font-size: 12px; }
      #global-footer .footer-contents .information .contents {
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px; }
      #global-footer .footer-contents .information .app {
        width: 100%;
        display: flex;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          #global-footer .footer-contents .information .app {
            display: none; } }
        #global-footer .footer-contents .information .app a {
          margin-right: 10px;
          cursor: pointer; }
          #global-footer .footer-contents .information .app a img {
            height: 40px; }
          #global-footer .footer-contents .information .app a:hover {
            opacity: 0.8; }
          #global-footer .footer-contents .information .app a:last-child {
            margin-right: 0; }
    #global-footer .footer-contents .app-info {
      display: none;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #global-footer .footer-contents .app-info {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 20px; }
          #global-footer .footer-contents .app-info a {
            margin-right: 10px;
            cursor: pointer; }
            #global-footer .footer-contents .app-info a img {
              height: 40px; } }
      @media screen and (max-width: 768px) and (max-width: 480px) {
        #global-footer .footer-contents .app-info a img {
          height: 36px; } }
      @media screen and (max-width: 768px) {
            #global-footer .footer-contents .app-info a:hover {
              opacity: 0.8; }
            #global-footer .footer-contents .app-info a:last-child {
              margin-right: 0; }
          #global-footer .footer-contents .app-info .other-link {
            display: none; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #global-footer .footer-contents .app-info .other-link {
        display: flex;
        margin-left: 10px; } }
    @media screen and (max-width: 768px) and (max-width: 480px) {
      #global-footer .footer-contents .app-info .other-link {
        margin-left: 0; } }
      @media screen and (max-width: 768px) {
            #global-footer .footer-contents .app-info .other-link a {
              margin-right: 10px; } }
      @media screen and (max-width: 768px) and (max-width: 480px) {
        #global-footer .footer-contents .app-info .other-link a {
          margin-right: 8px; } }
      @media screen and (max-width: 768px) {
              #global-footer .footer-contents .app-info .other-link a:last-child {
                margin-right: 0; }
              #global-footer .footer-contents .app-info .other-link a:hover {
                opacity: 0.8; }
              #global-footer .footer-contents .app-info .other-link a img {
                height: 24px; } }
    #global-footer .footer-contents .menu-summary {
      width: 35%;
      display: flex;
      justify-content: space-around;
      padding: 0 10px; }
      @media screen and (max-width: 768px) {
        #global-footer .footer-contents .menu-summary {
          display: none; } }
      #global-footer .footer-contents .menu-summary .one-block {
        display: flex;
        flex-direction: column; }
        #global-footer .footer-contents .menu-summary .one-block .title {
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 4px; }
        #global-footer .footer-contents .menu-summary .one-block .item {
          font-size: 12px;
          line-height: 18px;
          cursor: pointer; }
          #global-footer .footer-contents .menu-summary .one-block .item:hover {
            color: #119dc7;
            text-decoration: underline; }
  #global-footer .site-base-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 25px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #global-footer .site-base-menu {
        display: none; } }
    #global-footer .site-base-menu .base-meun {
      display: flex;
      align-items: center;
      margin: 0 20px;
      font-size: 12px;
      line-height: 12px;
      cursor: pointer;
      white-space: nowrap; }
      @media screen and (max-width: 900px) {
        #global-footer .site-base-menu .base-meun {
          margin: 0 11px; } }
      #global-footer .site-base-menu .base-meun a {
        margin-right: 8px; }
        #global-footer .site-base-menu .base-meun a:last-child {
          margin-right: 0; }
        #global-footer .site-base-menu .base-meun a:hover {
          opacity: 0.8; }
        #global-footer .site-base-menu .base-meun a img {
          height: 20px; }
      #global-footer .site-base-menu .base-meun:hover {
        color: #119dc7;
        text-decoration: underline; }
  #global-footer .copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    height: 40px;
    padding: 0 10px;
    background-color: #222222; }
    @media screen and (max-width: 480px) {
      #global-footer .copyright span {
        display: none; } }
    @media screen and (max-width: 360px) {
      #global-footer .copyright {
        font-size: 10px; } }

/* Wrapper */
#wrapper {
  width: 100%;
  position: relative;
  top: 115px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    #wrapper {
      top: 0; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ 管理画面用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* global-header-mng */
#global-header-mng {
  width: 100%;
  height: 30px;
  color: #ffffff;
  background-color: #333333e3;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 16px;
  white-space: nowrap; }

#global-footer-mng {
  position: relative;
  width: 100%;
  height: 30px;
  color: #ffffff;
  background-color: #6c6c6c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  /*margin-top: 40px;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }
  #global-footer-mng .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px; }
    @media screen and (max-width: 480px) {
      #global-footer-mng .copyright span {
        display: none; } }
    @media screen and (max-width: 360px) {
      #global-footer-mng .copyright {
        font-size: 10px; } }

/* Wrapper-mng */
#wrapper-mng {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /*@include vendor('flex-direction', 'row-reverse');*/
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 100vh;
  margin-top: 30px; }
  #wrapper-mng .wait {
    background-image: url("images/loading.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    display: none;
    z-index: 1; }

/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: solid 5px #119dc7;
  position: relative;
  padding: 32px 0 0 0; }
  @media screen and (max-width: 1680px) {
    #header {
      padding: 22px 0 0 50px; } }
  @media screen and (max-width: 1280px) {
    #header {
      padding: 20px 0 0 25px; } }
  @media screen and (max-width: 980px) {
    #header {
      padding: 20px 0 0 50px; } }
  @media screen and (max-width: 768px) {
    #header {
      padding: 13px 0 5px 90px;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: row-reverse; } }
  @media screen and (max-width: 480px) {
    #header {
      padding: 13px 0 5px 90px; } }
  @media screen and (max-width: 360px) {
    #header {
      padding: 11px 0 5px 80px; } }
  #header > * {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #header > * {
        -moz-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  #header .title {
    border-bottom: 0;
    color: #666666;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
    font-size: 2em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #header .title {
        font-size: 1.75em;
        line-height: 1.0em;
        margin: 0;
        width: 100%; } }
  #header .top-searcher {
    display: flex;
    justify-content: flex-end;
    padding: 7px 0 0 0; }
    @media screen and (max-width: 768px) {
      #header .top-searcher {
        padding: 3px 0 0 0; } }
    #header .top-searcher input[type='text'] {
      height: 2.1em;
      margin-right: 5px;
      max-width: 350px; }
  #header .icons {
    text-align: right; }
    @media screen and (max-width: 768px) {
      #header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: 0;
        top: 0; } }

/* Footer */
#footer .copyright {
  color: #9fa3a6;
  font-size: 0.9em; }
  #footer .copyright a {
    color: inherit; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ サイドバー（Sidebar、管理画面用）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
  #search form:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #2e3538;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em; }
  #search form input[type="text"] {
    padding-right: 2.75em; }

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 18em;
  height: 100%;
  left: 0;
  position: fixed; }
  #sidebar h2 {
    font-size: 1.3888888889em; }
  #sidebar > .inner {
    padding: 2.2222222222em 2.2222222222em 2.4444444444em 2.2222222222em ;
    position: relative;
    width: 18em;
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
        /*
        > * {
            border-bottom: solid 2px _palette(border);
            margin: 0 0 (_size(element-margin) * 1.75) 0;
            padding: 0 0 (_size(element-margin) * 1.75) 0;

            > :last-child {
                margin-bottom: 0;
            }

            &:last-child {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }
        }
        */ }
    #sidebar > .inner > .alt {
      background-color: #eff1f2;
      border-bottom: 0;
      margin: -2.2222222222em 0 4.4444444444em -2.2222222222em;
      padding: 2.2222222222em;
      width: calc(100% + 4.4444444444em); }
    #sidebar > .inner .logo {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      position: relative;
      cursor: pointer; }
      #sidebar > .inner .logo .ico1 {
        display: flex;
        width: 153px;
        height: 100px;
        align-items: center; }
        #sidebar > .inner .logo .ico1 img {
          width: 100%; }
      #sidebar > .inner .logo:hover .ico1 {
        opacity: 0.8; }
    #sidebar > .inner .user {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #f3f3eb;
      border: 3px solid #ffffff;
      border-radius: 7px;
      box-shadow: 0 0 0px 1px #d3d3d3;
      padding: 8px; }
      #sidebar > .inner .user .tag {
        font-size: 10px;
        line-height: 10px;
        margin-top: 2px;
        color: #9f9f9f; }
      #sidebar > .inner .user .name {
        font-size: 18px;
        line-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 980px) {
          #sidebar > .inner .user .name {
            font-size: 16px;
            line-height: 16px; } }
  #sidebar > .inner::-webkit-scrollbar {
    display: none;
    width: 2px; }
  #sidebar > .inner::-webkit-scrollbar-track {
    background-color: #ccc; }
  #sidebar > .inner::-webkit-scrollbar-thumb {
    background-color: #17585d; }
  #sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 7.5em;
    left: 18em;
    line-height: 7.5em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 0;
    width: 6em;
    z-index: 1000; }
    #sidebar .toggle:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    #sidebar .toggle:before {
      content: '\f0c9';
      font-size: 2rem;
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      text-indent: 0;
      top: 0;
      width: inherit; }
  #sidebar.inactive {
    margin-left: -18em; }
  @media screen and (max-width: 1680px) {
    #sidebar {
      width: 18em; }
      #sidebar > .inner {
        padding: 1.6666666667em 1.6666666667em 1.3333333333em 1.6666666667em ;
        width: 18em; }
        #sidebar > .inner > .alt {
          margin: -1.6666666667em 0 3.3333333333em -1.6666666667em;
          padding: 1.6666666667em;
          width: calc(100% + 3.3333333333em); }
      #sidebar .toggle {
        height: 6.25em;
        left: 18em;
        line-height: 6.25em;
        text-indent: 5em;
        width: 5em; }
        #sidebar .toggle:before {
          font-size: 1.5rem; }
      #sidebar.inactive {
        margin-left: -18em; } }
  @media screen and (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 1000;
      top: 30px; }
      #sidebar.inactive {
        box-shadow: none; }
      #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0; }
        #sidebar > .inner:after {
          content: '';
          display: block;
          height: 4em;
          width: 100%; }
      #sidebar .toggle {
        text-indent: 6em;
        width: 6em; }
        #sidebar .toggle:before {
          font-size: 1.5rem;
          margin-left: -0.4375em; }
      body.is-preload #sidebar {
        display: none; } }
  @media screen and (max-width: 768px) {
    #sidebar .toggle {
      text-indent: 7.25em;
      width: 7.25em; }
      #sidebar .toggle:before {
        color: #2e3538;
        margin-left: -0.0625em;
        margin-top: -0.25em;
        font-size: 1.1rem;
        z-index: 1; }
      #sidebar .toggle:after {
        background: rgba(129, 145, 152, 0.75);
        border-radius: 0.375em;
        content: '';
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 5em; } }

/* Menu */
#menu {
  background-color: #f5f6f7;
  position: relative; }
  #menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    /*text-transform: uppercase;*/ }
    #menu ul .selected {
      color: #ffffff;
      background-color: #666666; }
      #menu ul .selected:hover {
        color: #ffff00;
        background-color: #666666; }
    #menu ul .relative {
      color: #00a1ff;
      background-color: #e7f4fb; }
      #menu ul .relative:hover {
        color: #00a1ff;
        background-color: #c6ebff; }
    #menu ul .disabled {
      color: #bcbcbc;
      pointer-events: none; }
    #menu ul a, #menu ul span {
      border-bottom: 0;
      color: inherit;
      cursor: pointer;
      padding: 9px 0 9px 5px;
      display: flex;
      align-items: center; }
      #menu ul a .ico, #menu ul span .ico {
        font-size: 22px;
        padding: 0 4px 0 0;
        margin: 0; }
      #menu ul a .txt, #menu ul span .txt {
        line-height: 1.3;
        font-size: 14px;
        padding: 0;
        margin: 0; }
        #menu ul a .txt::before, #menu ul a .txt::after, #menu ul span .txt::before, #menu ul span .txt::after {
          content: '';
          display: block;
          height: 0;
          width: 0; }
        #menu ul a .txt::before, #menu ul span .txt::before {
          margin-bottom: calc(-0em + 0px); }
        #menu ul a .txt::after, #menu ul span .txt::after {
          margin-top: calc(-0.1642857143em + 0px); }
      #menu ul a:hover, #menu ul span:hover {
        color: #119dc7;
        background-color: #8787870a; }
      #menu ul a.opener, #menu ul span.opener {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        position: relative; }
        #menu ul a.opener:before, #menu ul span.opener:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          text-transform: none !important;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        #menu ul a.opener:before, #menu ul span.opener:before {
          -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
          -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
          color: #9fa3a6;
          content: '\f078';
          position: absolute;
          right: 5px;
          top: calc(50% - 5px); }
        #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
          color: #119dc7; }
        #menu ul a.opener.active:before, #menu ul span.opener.active:before {
          -moz-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  #menu > ul > li {
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0; }
    #menu > ul > li > ul {
      color: #005981;
      display: none;
      margin: 0.5em 0 1.5em 0;
      padding-left: 1em; }
      #menu > ul > li > ul a, #menu > ul > li > ul span {
        font-size: 0.8em; }
      #menu > ul > li > ul > li {
        margin: 0.125em 0 0 0;
        padding: 0.125em 0 0 0; }
    #menu > ul > li:first-child {
      border-top: 0; }

.menu_aditional_info {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #3b3b3b;
  border-radius: 7px; }
  .menu_aditional_info .description {
    width: 100%;
    text-align: left; }
  .menu_aditional_info .contact {
    margin-top: 10px;
    text-align: center; }
    .menu_aditional_info .contact .title {
      color: #aaaaaa; }
    .menu_aditional_info .contact .contents {
      color: #ffeb3b; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ Banner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Banner */
/*
#banner {
    @include padding(6em, 0);
    @include vendor('display', 'flex');

    h1 {
        margin-top: -0.125em;
    }

    .content {
        @include vendor('flex-grow', '1');
        @include vendor('flex-shrink', '1');
        width: 50%;
    }

    .image {
        @include vendor('flex-grow', '0');
        @include vendor('flex-shrink', '0');
        display: block;
        margin: 0 0 _size(element-margin) (_size(element-margin) * 2);
        width: 50%;

        img {
            height: 100%;
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            -moz-object-position: center;
            -webkit-object-position: center;
            -ms-object-position: center;
            object-position: center;
            width: 100%;
        }
    }

    @include orientation(portrait) {
        @include vendor('flex-direction', 'column-reverse');

        h1 {
            br {
                display: none;
            }
        }

        .content {
            @include vendor('flex-grow', '0');
            @include vendor('flex-shrink', '0');
            width: 100%;
        }

        .image {
            @include vendor('flex-grow', '0');
            @include vendor('flex-shrink', '0');
            margin: 0 0 (_size(element-margin) * 2) 0;
            height: 25em;
            max-height: 50vh;
            min-height: 18em;
            width: 100%;
        }

        @include breakpoint('<=xsmall') {
            .image {
                max-height: 35vh;
            }
        }
    }
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ フォーム関連
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------------------------------------------------------------------------------
▼ FORM
-------------------------------------------------------------------------------------------------*/
.form {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 980px) {
    .form {
      padding: 25px 0; } }
  @media screen and (max-width: 768px) {
    .form {
      padding: 20px 0; } }
  .form .group-title {
    width: 100%;
    margin: 1.8em 0 0.5em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .form .group-title .title {
      line-height: 1.3;
      font-size: 1.2em;
      font-weight: bold;
      color: #404040;
      /*white-space: nowrap;*/ }
  .form .input-block {
    width: 100%;
    padding: 15px 1px; }
    .form .input-block .tag {
      font-size: 0.95em;
      display: flex;
      align-items: center; }
      .form .input-block .tag a {
        display: contents; }
      .form .input-block .tag .controls {
        margin-left: 20px; }
        .form .input-block .tag .controls .control {
          color: #ffffff;
          background-color: #119dc7;
          border-radius: 3px;
          padding: 5px 15px 3px;
          font-size: 13px;
          line-height: 13px;
          cursor: pointer; }
          .form .input-block .tag .controls .control:before {
            color: #fff9c3;
            margin-right: 8px; }
          .form .input-block .tag .controls .control:hover {
            background-color: #29c1ef; }
          .form .input-block .tag .controls .control:active {
            background-color: #74abbb;
            margin: 1px -1px -1px 1px; }
      .form .input-block .tag .span {
        display: contents; }
      .form .input-block .tag.big {
        font-size: 1.2em;
        font-weight: bold;
        color: #7b7b7b; }
    .form .input-block .input, .form .input-block .input-multi-line {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      color: #636363;
      font-weight: normal;
      position: relative; }
      .form .input-block .input span, .form .input-block .input-multi-line span {
        margin: 0 5px; }
        .form .input-block .input span.link, .form .input-block .input-multi-line span.link {
          color: unset;
          text-decoration: none; }
          .form .input-block .input span.link:hover, .form .input-block .input-multi-line span.link:hover {
            color: #ff8000; }
      .form .input-block .input .error-msg, .form .input-block .input-multi-line .error-msg {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        color: #ffeb3b;
        background-color: #434343;
        padding: 4px 15px;
        position: absolute;
        bottom: -21px; }
      .form .input-block .input .problem, .form .input-block .input-multi-line .problem {
        box-shadow: 0px 0px 1px 1px #000000 inset; }
      .form .input-block .input .disabled, .form .input-block .input-multi-line .disabled {
        pointer-events: none !important;
        opacity: 0.35; }
    .form .input-block .input-multi-line {
      flex-wrap: wrap; }
    .form .input-block .comment {
      width: 100%;
      font-size: 12px;
      color: #999999; }
      .form .input-block .comment.warn {
        color: #f90000; }
    .form .input-block .password-eye {
      position: relative;
      width: 100%; }
      .form .input-block .password-eye .fa-eye, .form .input-block .password-eye .fa-eye-slash {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer; }
    .form .input-block a {
      display: inline-block;
      text-decoration: underline; }
  .form .multi-block {
    display: flex; }
    @media screen and (max-width: 768px) {
      .form .multi-block {
        flex-wrap: wrap; } }
    .form .multi-block.wrap {
      flex-wrap: wrap; }
  .form .command {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px; }
    .form .command a {
      margin: 5px 8px; }
      @media screen and (max-width: 768px) {
        .form .command a {
          margin: 5px 4px; } }
      .form .command a:active {
        margin: 6px 7px 4px 9px; }
        @media screen and (max-width: 768px) {
          .form .command a:active {
            margin: 6px 3px 4px 5px; } }
  .form .description {
    width: 100%;
    text-align: justify; }
    .form .description .main {
      font-size: 18px;
      color: #444444; }
    .form .description .sub {
      font-size: 14px;
      color: #cf8585;
      margin-top: 10px; }
    .form .description a {
      display: inline-block;
      text-decoration: underline; }

/*-------------------------------------------------------------------------------------------------
▼ (管理)アクティブ詳細
-------------------------------------------------------------------------------------------------*/
/* active-detail */
.active-detail-opener {
  cursor: pointer; }

#active-detail {
  display: none;
  width: 50%;
  height: calc(100% - 30px);
  position: fixed;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175); }
  @media screen and (max-width: 1680px) {
    #active-detail {
      width: 60%; } }
  @media screen and (max-width: 1280px) {
    #active-detail {
      width: 70%; } }
  @media screen and (max-width: 980px) {
    #active-detail {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    #active-detail {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #active-detail {
      width: 92%; } }
  #active-detail .active-detail-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 0 40px; }
    @media screen and (max-width: 1280px) {
      #active-detail .active-detail-wrapper {
        padding: 20px 15px 0 40px; } }
    @media screen and (max-width: 980px) {
      #active-detail .active-detail-wrapper {
        padding: 20px 10px 0 30px; } }
    @media screen and (max-width: 768px) {
      #active-detail .active-detail-wrapper {
        padding: 70px 5px 0 15px; } }
    #active-detail .active-detail-wrapper .active-detail-contents {
      width: 100%;
      position: relative; }
      #active-detail .active-detail-wrapper .active-detail-contents .closer {
        position: fixed;
        top: 50px;
        right: 20px;
        font-size: 2em;
        color: #c9c9c9;
        cursor: pointer;
        z-index: 1; }
  #active-detail .active-detail-wrapper::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    width: 7px; }
  #active-detail .active-detail-wrapper::-webkit-scrollbar-track {
    background-color: #ccc; }
  #active-detail .active-detail-wrapper::-webkit-scrollbar-thumb {
    background-color: #8d004e; }
  #active-detail .active-detail-wait {
    background-image: url("images/loading.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    display: none;
    z-index: 1; }

.full-window {
  width: 70% !important; }
  @media screen and (max-width: 1680px) {
    .full-window {
      width: 74% !important; } }
  @media screen and (max-width: 1280px) {
    .full-window {
      width: 87% !important; } }
  @media screen and (max-width: 980px) {
    .full-window {
      width: 94% !important; } }
  @media screen and (max-width: 768px) {
    .full-window {
      width: 95% !important; } }
  @media screen and (max-width: 480px) {
    .full-window {
      width: 95% !important; } }

/* 詳細 */
.detail {
  /*共通ボタン*/
  /* 詳細ページテーブル */
  /* アクティブ詳細のスクロール可能なテーブル */
  /*ボタンコントロール領域*/
  /* 下部固定の表示 */ }
  .detail .tabs {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .detail .tabs .tab {
      width: 200px;
      padding: 2px 10px;
      text-align: center;
      border: 1px solid #d9d9d9;
      background-color: #ebebeb;
      border-radius: 5px;
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .detail .tabs .tab {
          margin: 0 2px; } }
      .detail .tabs .tab:hover {
        color: #ffffff;
        background-color: #f27474;
        border: 1px solid #c76363; }
    .detail .tabs .active {
      color: #ffffff;
      background-color: #727040;
      border: 1px solid #6e6d4c;
      cursor: default; }
      .detail .tabs .active:hover {
        background-color: #727040;
        border: 1px solid #6e6d4c; }
  .detail .tabs::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }
  .detail .btn {
    height: 2.0em;
    line-height: 2.0em;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #119dc7;
    box-shadow: none;
    color: #ffffff !important;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer; }
    .detail .btn span {
      font-size: 18px;
      margin-right: 10px; }
  .detail .disabled {
    pointer-events: none !important;
    opacity: 0.35; }
  .detail table {
    width: 100%; }
    .detail table tr:nth-child(2n + 1) {
      background-color: unset; }
    .detail table tr:hover {
      background-color: #fefff7; }
    .detail table tr th {
      display: inline-flex;
      align-items: center;
      width: 30%;
      background-color: unset;
      font-size: 1em; }
      @media screen and (max-width: 980px) {
        .detail table tr th {
          width: 100%;
          padding: 0.5em 0.5em 0; } }
    .detail table tr td {
      display: inline-block;
      width: 70%;
      text-align: left;
      white-space: normal; }
      @media screen and (max-width: 980px) {
        .detail table tr td {
          width: 100%; } }
      .detail table tr td .comment {
        display: inline-block;
        font-size: 0.8em;
        color: #5a5a5a;
        margin: 0; }
        .detail table tr td .comment span {
          color: #d75151; }
  .detail .table-wrap {
    overflow-x: auto;
    margin-top: 1em;
    scrollbar-width: thin;
    scrollbar-color: #17585d #ccc; }
    .detail .table-wrap table tr {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left: 0;
      border-right: 0; }
      .detail .table-wrap table tr th {
        display: table-cell;
        width: auto;
        color: #3d4449;
        background-color: #e5e5e5;
        font-size: 0.9em;
        font-weight: 600;
        line-height: 1em;
        padding: 0.5em 0.5em;
        text-align: left;
        white-space: nowrap; }
      .detail .table-wrap table tr td {
        display: table-cell;
        width: auto;
        padding: 0.5em 0.5em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left; }
        .detail .table-wrap table tr td input[type="text"],
        .detail .table-wrap table tr td input[type="password"],
        .detail .table-wrap table tr td input[type="email"],
        .detail .table-wrap table tr td input[type="tel"],
        .detail .table-wrap table tr td input[type="search"],
        .detail .table-wrap table tr td input[type="url"] {
          padding: 0 0.25em; }
        .detail .table-wrap table tr td .group-input {
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-around; }
          .detail .table-wrap table tr td .group-input input[type="text"] {
            margin: 0 1px; }
        .detail .table-wrap table tr td .pre-line {
          white-space: pre-line; }
          @media screen and (max-width: 768px) {
            .detail .table-wrap table tr td .pre-line {
              white-space: unset; } }
        .detail .table-wrap table tr td .multi-item {
          display: flex;
          flex-wrap: nowrap; }
          @media screen and (max-width: 980px) {
            .detail .table-wrap table tr td .multi-item {
              flex-wrap: nowrap; } }
          .detail .table-wrap table tr td .multi-item .unit {
            margin-right: 10px; }
            .detail .table-wrap table tr td .multi-item .unit .tip {
              color: #367fab;
              font-size: 12px;
              line-height: 12px;
              white-space: nowrap; }
        .detail .table-wrap table tr td .nowrap {
          flex-wrap: nowrap; }
        .detail .table-wrap table tr td .btn {
          width: 50px;
          margin: 0 1px; }
        .detail .table-wrap table tr td .icon-btn {
          color: #119dc7;
          font-size: 20px;
          margin-right: 18px;
          cursor: pointer; }
          .detail .table-wrap table tr td .icon-btn:last-child {
            margin-right: 0px; }
          .detail .table-wrap table tr td .icon-btn:hover {
            color: #29c1ef; }
          .detail .table-wrap table tr td .icon-btn:active {
            color: #74abbb; }
        .detail .table-wrap table tr td .icon-btn-dumy {
          color: transparent;
          font-size: 20px;
          margin-right: 18px;
          cursor: default; }
  .detail .table-wrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    height: 3px; }
  .detail .table-wrap::-webkit-scrollbar-track {
    background-color: #ccc; }
  .detail .table-wrap::-webkit-scrollbar-thumb {
    background-color: #a19c00; }
  .detail .group-title {
    width: 100%;
    margin: 2.8em 0 0.5em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .detail .group-title.first {
      margin: 1.0em 0 0.5em 0; }
    .detail .group-title .title {
      line-height: 1.3;
      font-size: 1.2em;
      font-weight: bold;
      color: #404040;
      white-space: nowrap; }
      .detail .group-title .title::before, .detail .group-title .title::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      .detail .group-title .title::before {
        margin-bottom: calc(-0em + 0px); }
      .detail .group-title .title::after {
        margin-top: calc(-0.1642857143em + 0px); }
      .detail .group-title .title.big {
        font-size: 1.8em; }
    .detail .group-title .control {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-left: 20px;
      flex-wrap: wrap; }
      .detail .group-title .control .btn {
        height: 1.8em;
        line-height: 1.8em;
        margin: 0 2px; }
      .detail .group-title .control .mark {
        margin-left: 10px; }
  .detail .group-title-sub {
    margin: 1.4em 0 0.5em 0; }
    .detail .group-title-sub .title {
      font-size: 1.1em;
      line-height: 1.4em;
      color: #956d56;
      font-weight: bold;
      display: flex;
      align-items: center; }
  .detail .sub-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 5px 0; }
    .detail .sub-title .title {
      line-height: 1.3;
      font-size: 1.0em;
      font-weight: bold;
      color: #717171;
      white-space: nowrap;
      margin: 0; }
      .detail .sub-title .title::before, .detail .sub-title .title::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      .detail .sub-title .title::before {
        margin-bottom: calc(-0em + 0px); }
      .detail .sub-title .title::after {
        margin-top: calc(-0.1642857143em + 0px); }
    .detail .sub-title:first-child {
      margin: 5px 0 5px 0; }
  .detail .summary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 10px; }
    .detail .summary .photo {
      width: 112px;
      height: 112px; }
      @media screen and (max-width: 480px) {
        .detail .summary .photo {
          width: 100%;
          height: 150px; } }
      .detail .summary .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px; }
    .detail .summary .detail {
      width: calc(100% - 112px);
      height: auto;
      padding-left: 25px;
      user-select: text; }
      @media screen and (max-width: 768px) {
        .detail .summary .detail {
          padding-left: 10px; } }
      @media screen and (max-width: 480px) {
        .detail .summary .detail {
          width: 100%;
          padding-left: 0; } }
  .detail .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .detail .items .one-item {
      display: flex;
      flex-direction: column;
      /*justify-content: flex-end;*/
      justify-content: flex-start;
      padding: 5px 5px 5px 0; }
      .detail .items .one-item .tag {
        display: flex;
        align-items: center;
        font-size: 0.90em;
        line-height: 1.10em;
        /*color: #666666;*/
        color: #806234; }
        .detail .items .one-item .tag p {
          color: #ffffff;
          background-color: #119dc7;
          padding: 2px 15px 1px;
          font-size: 12px;
          line-height: 12px;
          font-weight: normal;
          border-radius: 7px;
          margin: 0 0 3px 5px;
          cursor: pointer; }
          .detail .items .one-item .tag p:hover {
            background-color: #e3a508; }
          .detail .items .one-item .tag p:active {
            background-color: #997e3b; }
      .detail .items .one-item .value {
        margin: 3px 0; }
        .detail .items .one-item .value.strong {
          font-weight: bold;
          font-size: 18px; }
        .detail .items .one-item .value .fix-val {
          color: #333333;
          font-size: 1.1em;
          line-height: 1.1em;
          font-weight: normal;
          margin: 0.2em 0 0.2em 0; }
      .detail .items .one-item .multi {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
        .detail .items .one-item .multi .tag {
          color: #999999;
          font-size: 0.8em;
          line-height: 0.8em;
          font-weight: normal;
          margin-left: 5px; }
    .detail .items .comment {
      width: 100%;
      font-size: 0.8em;
      color: #a9a9a9;
      margin: 0; }
      .detail .items .comment .warn {
        color: #af2323; }
    .detail .items .summary {
      width: 100%;
      background-color: #eeeeee;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 10px;
      margin-top: 5px; }
      .detail .items .summary .one-value {
        display: flex;
        flex-direction: column;
        margin: 0 20px; }
        .detail .items .summary .one-value .tag {
          font-size: 0.85em; }
        .detail .items .summary .one-value .value {
          color: #666666;
          font-size: 1em; }
    .detail .items .items-sub-title {
      width: 100%;
      color: #d7623d;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 10px; }
  .detail .group {
    padding: 10px;
    border: 2px solid #c9afaf;
    margin: 20px 0; }
  .detail .additional-edit {
    width: 100%;
    padding: 10px;
    background-color: #f4f7eb;
    display: none;
    flex-direction: column;
    margin-top: 10px; }
    .detail .additional-edit .additional-detail {
      width: 100%; }
    .detail .additional-edit .command {
      display: flex;
      justify-content: flex-start;
      margin-top: 10px; }
  .detail .action {
    width: 100%;
    margin: 20px 0;
    padding: 10px 0; }
  .detail .fixed-action {
    width: 100%;
    margin: 50px 0 0;
    padding: 10px;
    background-color: #efeee6;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #c3c1b4;
    border-left: 1px solid #c3c1b4;
    border-right: 1px solid #c3c1b4;
    border-bottom: 1px solid #c3c1b4;
    z-index: 1;
    /*表示位置調整用ボタン*/ }
    @media screen and (max-width: 768px) {
      .detail .fixed-action {
        padding: 10px; } }
    @media screen and (max-width: 480px) {
      .detail .fixed-action {
        padding: 10px 5px 10px 5px; } }
    .detail .fixed-action .pos-sticky-control {
      position: absolute;
      right: -1px;
      top: -35px;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff7702;
      background-color: #efeee6;
      font-size: 20px;
      cursor: pointer;
      border-left: 1px solid #c3c1b4;
      border-top: 1px solid #c3c1b4;
      border-right: 1px solid #c3c1b4; }
    .detail .fixed-action .contents {
      width: 100%; }
      .detail .fixed-action .contents .group-summary {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 0 20px 0; }
        .detail .fixed-action .contents .group-summary .one-value {
          display: flex;
          flex-direction: column;
          margin: 0 20px; }
          .detail .fixed-action .contents .group-summary .one-value .tag {
            font-size: 0.85em; }
          .detail .fixed-action .contents .group-summary .one-value .value {
            color: #666666;
            font-size: 1.1em;
            font-weight: bold; }
    .detail .fixed-action .control {
      width: 100%; }
  .detail .inside {
    border-top: 1px solid #efeee6;
    border-left: 1px solid #efeee6;
    border-right: 1px solid #efeee6; }
    .detail .inside .pos-sticky-control {
      color: #8b8681;
      border-left: 1px solid #efeee6;
      border-top: 1px solid #efeee6;
      border-right: 1px solid #efeee6; }
  .detail .select2-selection--single {
    height: 2.75em; }
  .detail .preview {
    max-width: 1010px;
    padding: 30px;
    border: 2px solid #b7c39b; }
    @media screen and (max-width: 768px) {
      .detail .preview {
        padding: 15px; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ MAIN DIV（UI、管理画面）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }
  main.center {
    display: flex; }
  main.foot-deco, main.foot-deco2 {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto; }
    @media screen and (max-width: 768px) {
      main.foot-deco, main.foot-deco2 {
        background-size: 200%; } }
  main.foot-deco {
    background-image: url(images/shape_background.svg); }
  main.foot-deco2 {
    background-image: url(images/circle_background.svg); }
  main > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 1600px;
    min-height: calc(100% - 30px);
    overflow-x: hidden; }
    main > .inner > section {
      /*@include padding(3em, 0);*/
      padding: 2em 0 2em 0;
      border-top: solid 2px rgba(210, 215, 217, 0.75);
            /*
            > .list-search {
                width: 100%;
                margin-bottom: 1em;

                > form {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;

                    .default {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;

                        .expand {
                            display: flex;
                            color: _palette(accent);
                            font-size: 1.1em;
                            white-space: nowrap;
                            cursor: pointer;

                            span {
                                margin-left: 8px;
                            }
                        }

                        .search {
                            display: flex;
                            flex-wrap: nowrap;
                            align-items: center;
                            margin-left: 15px;

                            select {
                                height: 1.9em;
                                margin-right: 0.3em;
                            }
                        }
                    }

                    .options {
                        //display: flex;
                        display: none;
                        flex-wrap: wrap;
                        width: 100%;
                        border: 3px solid #dfdfdf;
                        margin-top: 0.5em;
                        padding: 15px;
                        border-radius: 5px;

                        .search-one {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-around;
                            padding: 0 0.3em;

                            .tag {
                                font-size: 0.9em;
                                white-space: nowrap;
                            }
                            .condition {
                                display: flex;
                                align-items: center;
                                flex-wrap: nowrap;

                                input[type='text'],
                                input[type='date'],
                                select, a {
                                    height: 2em;
                                }

                                .clear {
                                    box-shadow: inset 0 0 0 1px #c9c9c9;
                                    color: #b3b3b3 !important;
                                    background-color: #f4f4f4;
                                    letter-spacing: -2px;

                                    &:hover {
                                        background-color: #e4e4e4;
                                    }
                                    &:active {
                                        background-color: #d7d7d7;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            > .list-control {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 5px 0;

                .info {
                    display: flex;
                    align-items: center;

                    .txt {
                        font-size: 1.2em;
                        font-weight: bold;
                        padding: 0 5px 0 0;
                        color: _palette(accent);
                    }
                    .tag {
                        font-size: 0.8em;
                    }
                }
                .command {
                }
            }

            > .top-message {
                width: 100%;
                padding: 10px;

                .message {
                    width: 100%;
                    padding: 15px 20px;
                    margin-bottom: 20px;
                    color: #ffffff;
                    background-color: #c55864;
                    border: 3px solid #ffffff;
                    box-shadow: 0 0 0 1px #c55864;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;

                    .ico {
                        font-size: 2.0em;
                        padding-right: 10px;
                    }
                    .txt {
                        font-size: 1.1em;
                    }
                }
            }

            > .top-dash-board {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;

                .dash-board {
                    display: inline-block;
                    width: 47.5%;
                    min-height: 200px;
                    margin-bottom: 20px;
                    padding: 20px;
                    border-radius: 10px;
                    position: relative;

                    @include breakpoint('<=small') {
                        width: 100%;
                        padding: 15px 10px;
                    }

                    .block-title {
                        width: 50%;
                        min-width: 180px;
                        max-width: 250px;
                        display: flex;
                        color: #ffffff;
                        background-color: _palette(accent-back); //#8d7263;
                        border-radius: 0 20px 0 0;
                        padding: 8px 5px 8px 20px;
                        font-size: 18px;
                        font-weight: bold;
                        white-space: nowrap;

                        .ico {
                            padding-right: 10px;
                            padding-top: 2px;
                        }
                        .txt {

                        }
                    }

                    .block-contents {
                        min-height: 100px;
                        border: 1px solid _palette(accent-back); //#8d7263;
                        padding: 10px;
                        background-color: _palette(accent-thin-back); //#fffcfa;

                        .info-item {
                            width: 100%;
                            display: flex;
                            justify-content: space-between;
                            padding: 5px 0;
                            border-bottom: 1px solid _palette(accent-thin-line);    //#d5c7c0

                            @include breakpoint('<=medium') {
                                padding: 5px 5px;
                            }

                            &:last-child {
                                border-bottom: unset;
                            }

                            .title {
                                padding: 8px 0 8px 10px;
                                white-space: nowrap;
                                line-height: 18px;
                                color: _palette(accent-dark-text);  //#996d52

                                @include breakpoint('<=small') {
                                    padding: 8px 0 8px 0;
                                }
                            }

                            .value {
                                padding: 8px 10px 8px 0;
                                line-height: 18px;
                                font-size: 18px;
                                font-weight: bold;
                                color: _palette(accent-dark-text);    //#72635a;
                                text-align: right;

                                @include breakpoint('<=small') {
                                    padding: 8px 0 8px 0;
                                    font-size: 15px;
                                }
                            }
                        }
                    }

                    .optional-info {
                        position: absolute;
                        right: 40px;
                        top: 20px;
                        width: 30px;
                        height: 30px;
                        cursor: pointer;

                        @include breakpoint('<=medium') {
                            right: 30px;
                        }
                        @include breakpoint('<=small') {
                            right: 20px;
                        }

                        .ico {
                            font-size: 35px;
                            color: _palette(accent-thin-line);

                            &:hover {
                                color: _palette(button-primary-hover);
                            }
                        }
                    }
                }
            }
            */ }
      main > .inner > section:first-of-type {
        border-top: 0 !important; }
      main > .inner > section > .table-wrap {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #17585d #ccc; }
      main > .inner > section > .table-wrap::-webkit-scrollbar {
        height: 7px; }
      main > .inner > section > .table-wrap::-webkit-scrollbar-track {
        background-color: #ccc; }
      main > .inner > section > .table-wrap::-webkit-scrollbar-thumb {
        background-color: #db8403; }
  @media screen and (max-width: 1680px) {
    main > .inner {
      /*@include padding(0, 3em);*/
      padding: 0 1.5em 0.1em 1.5em ; }
      main > .inner > section {
        /*@include padding(3em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 1280px) {
    main > .inner {
      padding: 0 3em 0.1em 3em ; }
      main > .inner > section {
        /*@include padding(2em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 980px) {
    main > .inner {
      padding: 0 1.5em 0.1em 1.5em ; }
      main > .inner > section {
        /*@include padding(2em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 768px) {
    main > .inner {
      padding: 0 0.5em 0.1em 0.5em ; }
      main > .inner > section {
        /*@include padding(1.5em, 0);*/
        padding: 1.5em 0 2em 0; } }

/*
#main::-webkit-scrollbar {
    width: 7px;
}
#main::-webkit-scrollbar-track{
   background-color: #ccc;
}
#main::-webkit-scrollbar-thumb{
   background-color: #17585d;
}
*/
/* main-mng */
#main-mng {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
  height: calc(100% - 30px);
  position: fixed;
  overflow: hidden auto; }
  #main-mng > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 1600px;
    min-height: calc(100% - 30px);
    overflow-x: hidden; }
    #main-mng > .inner > section {
      /*@include padding(3em, 0);*/
      padding: 2em 0 2em 0;
      border-top: solid 2px rgba(210, 215, 217, 0.75); }
      #main-mng > .inner > section:first-of-type {
        border-top: 0 !important; }
      #main-mng > .inner > section > .table-wrap {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #17585d #ccc; }
      #main-mng > .inner > section > .table-wrap::-webkit-scrollbar {
        height: 7px; }
      #main-mng > .inner > section > .table-wrap::-webkit-scrollbar-track {
        background-color: #ccc; }
      #main-mng > .inner > section > .table-wrap::-webkit-scrollbar-thumb {
        background-color: #db8403; }
      #main-mng > .inner > section > .list-search {
        width: 100%;
        margin-bottom: 1em; }
        #main-mng > .inner > section > .list-search > form {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          #main-mng > .inner > section > .list-search > form .default {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #main-mng > .inner > section > .list-search > form .default .expand {
              display: flex;
              color: #119dc7;
              font-size: 1.1em;
              white-space: nowrap;
              cursor: pointer; }
              #main-mng > .inner > section > .list-search > form .default .expand span {
                margin-left: 8px; }
            #main-mng > .inner > section > .list-search > form .default .search {
              display: flex;
              flex-wrap: nowrap;
              align-items: center;
              margin-left: 15px; }
              #main-mng > .inner > section > .list-search > form .default .search select {
                height: 1.9em;
                margin-right: 0.3em; }
          #main-mng > .inner > section > .list-search > form .options {
            display: none;
            flex-wrap: wrap;
            width: 100%;
            border: 3px solid #dfdfdf;
            margin-top: 0.5em;
            padding: 15px;
            border-radius: 5px; }
            #main-mng > .inner > section > .list-search > form .options .search-one {
              display: flex;
              flex-direction: column;
              justify-content: space-around;
              padding: 0 0.3em; }
              #main-mng > .inner > section > .list-search > form .options .search-one .tag {
                font-size: 0.9em;
                white-space: nowrap; }
              #main-mng > .inner > section > .list-search > form .options .search-one .condition {
                display: flex;
                align-items: center;
                flex-wrap: nowrap; }
                #main-mng > .inner > section > .list-search > form .options .search-one .condition input[type='text'],
                #main-mng > .inner > section > .list-search > form .options .search-one .condition input[type='date'],
                #main-mng > .inner > section > .list-search > form .options .search-one .condition select, #main-mng > .inner > section > .list-search > form .options .search-one .condition a {
                  height: 2em; }
                #main-mng > .inner > section > .list-search > form .options .search-one .condition .clear {
                  box-shadow: inset 0 0 0 1px #c9c9c9;
                  color: #b3b3b3 !important;
                  background-color: #f4f4f4;
                  letter-spacing: -2px; }
                  #main-mng > .inner > section > .list-search > form .options .search-one .condition .clear:hover {
                    background-color: #e4e4e4; }
                  #main-mng > .inner > section > .list-search > form .options .search-one .condition .clear:active {
                    background-color: #d7d7d7; }
      #main-mng > .inner > section > .list-control {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0; }
        #main-mng > .inner > section > .list-control .info {
          display: flex;
          align-items: center; }
          #main-mng > .inner > section > .list-control .info .txt {
            font-size: 1.2em;
            font-weight: bold;
            padding: 0 5px 0 0;
            color: #119dc7; }
          #main-mng > .inner > section > .list-control .info .tag {
            font-size: 0.8em; }
        #main-mng > .inner > section > .list-control .command {
          display: flex; }
      #main-mng > .inner > section > .top-message {
        width: 100%;
        padding: 10px; }
        #main-mng > .inner > section > .top-message .message {
          width: 100%;
          padding: 15px 20px;
          margin-bottom: 20px;
          color: #ffffff;
          background-color: #c55864;
          border: 3px solid #ffffff;
          box-shadow: 0 0 0 1px #c55864;
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
          #main-mng > .inner > section > .top-message .message .ico {
            font-size: 2.0em;
            padding-right: 10px; }
          #main-mng > .inner > section > .top-message .message .txt {
            font-size: 1.1em; }
      #main-mng > .inner > section > .top-dash-board {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        #main-mng > .inner > section > .top-dash-board .dash-board {
          display: inline-block;
          width: 47.5%;
          min-height: 200px;
          margin-bottom: 20px;
          padding: 20px;
          border-radius: 10px;
          position: relative; }
          @media screen and (max-width: 768px) {
            #main-mng > .inner > section > .top-dash-board .dash-board {
              width: 100%;
              padding: 15px 10px; } }
          #main-mng > .inner > section > .top-dash-board .dash-board .block-title {
            width: 75%;
            min-width: 180px;
            max-width: 250px;
            display: flex;
            color: #ffffff;
            background-color: #2895b7;
            border-radius: 0 10px 0 0;
            padding: 8px 5px 8px 20px;
            font-size: 18px;
            font-weight: bold;
            white-space: nowrap;
            margin: 0; }
            #main-mng > .inner > section > .top-dash-board .dash-board .block-title .ico {
              padding-right: 10px;
              padding-top: 2px; }
          #main-mng > .inner > section > .top-dash-board .dash-board .block-contents {
            min-height: 100px;
            border: 1px solid #2895b7;
            padding: 10px;
            background-color: #fbfeff; }
            #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item {
              width: 100%;
              display: flex;
              justify-content: space-between;
              padding: 5px 0;
              border-bottom: 1px solid #acd9e7; }
              @media screen and (max-width: 980px) {
                #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item {
                  padding: 5px 5px; } }
              #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item:last-child {
                border-bottom: unset; }
              #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item .title {
                padding: 8px 0 8px 10px;
                white-space: nowrap;
                line-height: 18px;
                color: #1b647b; }
                @media screen and (max-width: 768px) {
                  #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item .title {
                    padding: 8px 0 8px 0; } }
              #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item .value {
                padding: 8px 10px 8px 0;
                line-height: 18px;
                font-size: 18px;
                font-weight: bold;
                color: #1b647b;
                text-align: right; }
                @media screen and (max-width: 768px) {
                  #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item .value {
                    padding: 8px 0 8px 0;
                    font-size: 15px; } }
                #main-mng > .inner > section > .top-dash-board .dash-board .block-contents .info-item .value.point {
                  font-size: 26px;
                  color: #e91e63; }
          #main-mng > .inner > section > .top-dash-board .dash-board .optional-info {
            position: absolute;
            right: 40px;
            top: 20px;
            width: 30px;
            height: 30px;
            cursor: pointer; }
            @media screen and (max-width: 980px) {
              #main-mng > .inner > section > .top-dash-board .dash-board .optional-info {
                right: 30px; } }
            @media screen and (max-width: 768px) {
              #main-mng > .inner > section > .top-dash-board .dash-board .optional-info {
                right: 20px; } }
            #main-mng > .inner > section > .top-dash-board .dash-board .optional-info .ico {
              font-size: 35px;
              color: #acd9e7; }
              #main-mng > .inner > section > .top-dash-board .dash-board .optional-info .ico:hover {
                color: #29c1ef; }
      #main-mng > .inner > section > .additional {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 5px; }
  @media screen and (max-width: 1680px) {
    #main-mng > .inner {
      /*@include padding(0, 3em);*/
      padding: 0 1.5em 0.1em 1.5em ; }
      #main-mng > .inner > section {
        /*@include padding(3em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 1280px) {
    #main-mng > .inner {
      padding: 0 3em 0.1em 3em ; }
      #main-mng > .inner > section {
        /*@include padding(2em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 980px) {
    #main-mng > .inner {
      padding: 0 1.5em 0.1em 1.5em ; }
      #main-mng > .inner > section {
        /*@include padding(2em, 0);*/
        padding: 2em 0 2em 0; } }
  @media screen and (max-width: 768px) {
    #main-mng > .inner {
      padding: 0 0.5em 0.1em 0.5em ; }
      #main-mng > .inner > section {
        /*@include padding(1.5em, 0);*/
        padding: 1.5em 0 2em 0; } }

#main-mng::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  width: 7px; }

#main-mng::-webkit-scrollbar-track {
  background-color: #ccc; }

#main-mng::-webkit-scrollbar-thumb {
  background-color: #17585d; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ UI用各パーツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------------------------------------------------------------------------------
▼ ページタイトル
-------------------------------------------------------------------------------------------------*/
.page-title {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  font-size: 26px;
  line-height: 26px;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .page-title {
      height: 45px;
      font-size: 18px;
      line-height: 18px; } }

.page-banner {
  width: 100%;
  display: block;
  position: relative; }
  .page-banner img {
    width: 100%;
    object-fit: contain; }
  .page-banner.top {
    background-image: url(images/top_background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center; }
    .page-banner.top img {
      max-width: 800px; }
  .page-banner .option-info {
    width: 100%;
    position: absolute;
    bottom: -23px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #a19584; }

/*-------------------------------------------------------------------------------------------------
▼ ブロックタイトル
-------------------------------------------------------------------------------------------------*/
.block-title {
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 20px;
  color: #323232; }
  .block-title.first {
    margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .block-title {
      font-size: 26px;
      line-height: 26px;
      margin-top: 40px; } }

.block-title-with-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0 5px; }
  .block-title-with-option .title {
    display: flex;
    align-items: center; }
    .block-title-with-option .title .special {
      font-size: 22px;
      font-weight: bold;
      color: #d78b1b;
      margin-right: 10px; }
    .block-title-with-option .title .main {
      font-size: 22px;
      font-weight: bold;
      color: #323232; }
    .block-title-with-option .title .sub {
      font-size: 14px;
      white-space: nowrap; }
  .block-title-with-option .more {
    font-size: 14px;
    font-weight: normal;
    color: #119dc7;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 0; }
    .block-title-with-option .more:before {
      font-weight: bold;
      padding-right: 7px; }
    .block-title-with-option .more:hover {
      color: #ffa000; }
  .block-title-with-option .favorite {
    width: 24px;
    height: 30px;
    margin: 0 7px;
    cursor: pointer; }
    .block-title-with-option .favorite:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f004';
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      font-weight: normal;
      color: #4b4b4b; }
    .block-title-with-option .favorite:hover:before {
      color: #ffc107; }
    .block-title-with-option .favorite:active {
      margin: 1px 6px -1px 8px; }
    .block-title-with-option .favorite.favorited:before {
      font-weight: bold;
      color: #e91e63; }
    .block-title-with-option .favorite.favorited:hover:before {
      color: #ff94b8; }
  .block-title-with-option.first {
    margin-top: unset; }

/*-------------------------------------------------------------------------------------------------
▼ 共通ページ枠
-------------------------------------------------------------------------------------------------*/
.common-page {
  width: 100%;
  padding: 20px 10px 80px;
  display: flex; }
  @media screen and (max-width: 980px) {
    .common-page {
      padding: 15px 15px 65px; } }
  @media screen and (max-width: 768px) {
    .common-page {
      padding: 10px 10px 50px; } }
  .common-page .common-contents {
    width: 100%;
    padding: 0; }
    @media screen and (max-width: 980px) {
      .common-page .common-contents {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .common-page .common-contents {
        padding: 0; } }

/*-------------------------------------------------------------------------------------------------
▼ マイページ
-------------------------------------------------------------------------------------------------*/
.my-page {
  width: 100%;
  padding: 20px 20px 80px;
  display: flex; }
  @media screen and (max-width: 980px) {
    .my-page {
      padding: 15px 15px 60px; } }
  @media screen and (max-width: 768px) {
    .my-page {
      padding: 10px 10px 50px; } }
  .my-page .my-menu {
    width: 230px;
    height: fit-content;
    /*min-height: 100%;*/
    position: sticky;
    top: 100px; }
    @media screen and (max-width: 980px) {
      .my-page .my-menu {
        width: 200px; } }
    @media screen and (max-width: 768px) {
      .my-page .my-menu {
        display: none; } }
    .my-page .my-menu .profile {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .my-page .my-menu .profile .photo {
        width: 100px;
        height: 100px;
        overflow: hidden; }
        .my-page .my-menu .profile .photo img {
          width: 100px;
          height: 100px;
          object-fit: cover;
          border-radius: 50%;
          cursor: pointer;
          margin-bottom: 5px; }
          @media screen and (max-width: 980px) {
            .my-page .my-menu .profile .photo img {
              width: 90px;
              height: 90px; } }
        .my-page .my-menu .profile .photo.walker {
          width: 80px;
          height: 80px; }
          .my-page .my-menu .profile .photo.walker img {
            border-radius: unset !important;
            object-fit: unset !important;
            width: 320px;
            height: 320px; }
      .my-page .my-menu .profile .name {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px; }
        .my-page .my-menu .profile .name .mark {
          margin-right: 5px;
          font-size: 10px;
          line-height: 10px;
          padding: 3px 5px 2px;
          border-radius: 3px; }
          .my-page .my-menu .profile .name .mark.smastar {
            border: 1px solid #e4007f;
            color: #ffffff;
            background-color: #e4007f; }
        .my-page .my-menu .profile .name .txt {
          font-size: 14px;
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          -o-text-overflow: ellipsis; }
        .my-page .my-menu .profile .name .smastar-mark {
          width: auto;
          height: 28px;
          border-radius: unset;
          margin-left: 5px;
          cursor: default; }
    .my-page .my-menu .menu-items {
      width: 100%;
      padding: 20px 0; }
      .my-page .my-menu .menu-items .item {
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        padding: 23px 10px 23px 12px;
        border-bottom: 1px solid #e3e3e3;
        white-space: nowrap;
        cursor: pointer; }
        @media screen and (max-width: 980px) {
          .my-page .my-menu .menu-items .item {
            padding: 20px 10px 20px 10px; } }
        .my-page .my-menu .menu-items .item .ico {
          font-size: 22px;
          padding: 0px 5px 3px 0px; }
          @media screen and (max-width: 980px) {
            .my-page .my-menu .menu-items .item .ico {
              font-size: 20px; } }
        .my-page .my-menu .menu-items .item .txt {
          font-size: 15px;
          line-height: 15px;
          white-space: pre-line; }
          @media screen and (max-width: 980px) {
            .my-page .my-menu .menu-items .item .txt {
              font-size: 13px;
              line-height: 13px; } }
        .my-page .my-menu .menu-items .item:last-child {
          border-bottom: unset; }
        .my-page .my-menu .menu-items .item:hover {
          background-color: #66666617; }
        .my-page .my-menu .menu-items .item.selected {
          color: #ffffff;
          background-color: #666666; }
          .my-page .my-menu .menu-items .item.selected:hover {
            color: #ffff00; }
        .my-page .my-menu .menu-items .item .message-in-mark {
          display: none;
          position: unset;
          margin-left: 10px; }
      .my-page .my-menu .menu-items .separator {
        width: 100%;
        margin-top: 30px;
        padding-left: 20px; }
        .my-page .my-menu .menu-items .separator .tag {
          color: #ffffff;
          background-color: #859fab;
          font-size: 12px;
          line-height: 12px;
          padding: 0 18px; }
  .my-page .my-contents {
    width: calc(100% - 230px);
    min-height: 100%;
    padding: 0 30px; }
    @media screen and (max-width: 980px) {
      .my-page .my-contents {
        width: calc(100% - 200px);
        padding: 0 20px; } }
    @media screen and (max-width: 768px) {
      .my-page .my-contents {
        width: 100%;
        padding: 0; } }
    .my-page .my-contents .list-control {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 10px 0;
      padding: 0 1px; }
      .my-page .my-contents .list-control .infors {
        color: #444444; }
        .my-page .my-contents .list-control .infors .point {
          font-size: 18px;
          font-weight: bold;
          padding: 0 10px; }
      .my-page .my-contents .list-control .controls {
        display: flex;
        flex-wrap: nowrap; }
        .my-page .my-contents .list-control .controls .button {
          height: 2.0em;
          line-height: 2.0em; }
    .my-page .my-contents .border-block {
      border: 3px solid #eaeaea;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px; }
      @media screen and (max-width: 980px) {
        .my-page .my-contents .border-block {
          padding: 15px;
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .my-page .my-contents .border-block {
          padding: 10px;
          border-radius: 8px; } }
    .my-page .my-contents .mypage-command {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .my-page .my-contents .mypage-command .one-command {
        width: 50%;
        padding: 10px 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center; }
        @media screen and (max-width: 1280px) {
          .my-page .my-contents .mypage-command .one-command {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .my-page .my-contents .mypage-command .one-command {
            flex-wrap: wrap; } }
        .my-page .my-contents .mypage-command .one-command .contents {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          width: calc(100% - 140px); }
          @media screen and (max-width: 480px) {
            .my-page .my-contents .mypage-command .one-command .contents {
              width: 100%; } }
          .my-page .my-contents .mypage-command .one-command .contents .ico {
            width: 40px;
            color: #77838b;
            font-size: 30px;
            padding-bottom: 1px; }
          .my-page .my-contents .mypage-command .one-command .contents .description {
            width: calc(100% - 40px);
            display: flex;
            align-items: center;
            white-space: nowrap; }
        .my-page .my-contents .mypage-command .one-command .command {
          width: 130px;
          padding: 3px 10px;
          margin-left: 10px;
          text-align: center;
          color: #6d6d6d;
          border: 1px solid #bbbbbb;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          @media screen and (max-width: 480px) {
            .my-page .my-contents .mypage-command .one-command .command {
              margin-left: unset;
              margin-top: 10px; } }
          .my-page .my-contents .mypage-command .one-command .command:hover {
            color: #ffffff;
            background-color: #575757; }
          .my-page .my-contents .mypage-command .one-command .command:active {
            margin: 1px -1px -1px 11px; }
            @media screen and (max-width: 480px) {
              .my-page .my-contents .mypage-command .one-command .command:active {
                margin: 11px -1px -1px 1px; } }
          .my-page .my-contents .mypage-command .one-command .command.disabled {
            border: 1px solid #e1e1e1;
            color: #d7d7d7;
            pointer-events: none; }
            .my-page .my-contents .mypage-command .one-command .command.disabled span {
              pointer-events: auto; }
            .my-page .my-contents .mypage-command .one-command .command.disabled:hover {
              color: #d7d7d7;
              background-color: unset; }
        .my-page .my-contents .mypage-command .one-command.full {
          width: 100%; }
    .my-page .my-contents .dash-board {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      padding-top: 24px;
      margin-bottom: 20px; }
      .my-page .my-contents .dash-board .board-wrap {
        width: 100%;
        border: 3px solid #85a2ab;
        padding: 20px;
        border-radius: 10px; }
        .my-page .my-contents .dash-board .board-wrap:before {
          font-family: 'Font Awesome 5 Free';
          font-size: 12px;
          line-height: 15px;
          position: absolute;
          top: 0;
          left: 25px;
          height: 24px;
          padding: 5px 30px;
          content: '\f0a4  DASHBOARD';
          color: #fff;
          border-radius: 10px 10px 0 0;
          background: #85a2ab; }
        .my-page .my-contents .dash-board .board-wrap .group-title {
          width: 100%;
          margin-top: 40px;
          padding: 10px 30px 8px;
          color: #bda66a;
          display: flex; }
          .my-page .my-contents .dash-board .board-wrap .group-title .txt {
            font-size: 20px;
            line-height: 20px;
            font-weight: bold; }
          .my-page .my-contents .dash-board .board-wrap .group-title.first {
            margin-top: unset; }
        .my-page .my-contents .dash-board .board-wrap .one-info-100, .my-page .my-contents .dash-board .board-wrap .one-info-50 {
          padding: 10px 30px;
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            .my-page .my-contents .dash-board .board-wrap .one-info-100, .my-page .my-contents .dash-board .board-wrap .one-info-50 {
              padding: 10px 10px; } }
          @media screen and (max-width: 480px) {
            .my-page .my-contents .dash-board .board-wrap .one-info-100, .my-page .my-contents .dash-board .board-wrap .one-info-50 {
              padding: 10px 0; } }
          .my-page .my-contents .dash-board .board-wrap .one-info-100 .info-title, .my-page .my-contents .dash-board .board-wrap .one-info-50 .info-title {
            white-space: nowrap;
            line-height: initial;
            font-weight: bold; }
            .my-page .my-contents .dash-board .board-wrap .one-info-100 .info-title span, .my-page .my-contents .dash-board .board-wrap .one-info-50 .info-title span {
              padding-right: 7px; }
          .my-page .my-contents .dash-board .board-wrap .one-info-100 .info-contents, .my-page .my-contents .dash-board .board-wrap .one-info-50 .info-contents {
            padding-left: 20px; }
            .my-page .my-contents .dash-board .board-wrap .one-info-100 .info-contents.linked, .my-page .my-contents .dash-board .board-wrap .one-info-50 .info-contents.linked {
              cursor: pointer;
              color: #2196f3; }
              .my-page .my-contents .dash-board .board-wrap .one-info-100 .info-contents.linked:hover, .my-page .my-contents .dash-board .board-wrap .one-info-50 .info-contents.linked:hover {
                color: #ff9800; }
        .my-page .my-contents .dash-board .board-wrap .one-info-50 {
          width: 50%;
          flex-wrap: nowrap; }
          @media screen and (max-width: 980px) {
            .my-page .my-contents .dash-board .board-wrap .one-info-50 {
              width: 100%; } }
        .my-page .my-contents .dash-board .board-wrap .one-info-100 {
          flex-wrap: wrap; }
    .my-page .my-contents .table-wrap {
      overflow-x: auto;
      scrollbar-width: thin;
      scrollbar-color: #17585d #ccc; }
      .my-page .my-contents .table-wrap table td {
        line-height: 18px;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
        .my-page .my-contents .table-wrap table td img {
          width: 60px;
          height: 51px;
          object-fit: cover; }
        .my-page .my-contents .table-wrap table td .button {
          height: 2.0em;
          line-height: 2.0em; }
    .my-page .my-contents .additional {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 5px; }
    .my-page .my-contents .image-thumbnail-list .edit-btn {
      position: absolute;
      top: 10px;
      right: 10px; }

/*-------------------------------------------------------------------------------------------------
▼カテゴリー・サービス一覧
-------------------------------------------------------------------------------------------------*/
.category-service-control {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 115px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px 0 10px;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .category-service-control {
      top: 55px;
      padding: 10px 0 10px; } }
  .category-service-control .genre {
    padding: 0 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #7d7d7d; }
    @media screen and (max-width: 480px) {
      .category-service-control .genre {
        padding: 0 10px; } }
  .category-service-control .breadcrumbs {
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .category-service-control .breadcrumbs {
        padding: 0 10px; } }
  .category-service-control .control-contents {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .category-service-control .control-contents {
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      .category-service-control .control-contents {
        padding: 0 10px; } }
    .category-service-control .control-contents .title {
      font-size: 26px;
      line-height: 26px;
      font-weight: bold;
      color: #917f7f;
      position: relative;
      min-width: 300px; }
      @media screen and (max-width: 768px) {
        .category-service-control .control-contents .title {
          font-size: 22px;
          line-height: 22px; } }
      .category-service-control .control-contents .title span {
        color: #db6969; }
    .category-service-control .control-contents .control {
      margin-left: 10px;
      display: flex;
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .category-service-control .control-contents .control {
          width: 100%;
          margin-top: 10px;
          margin-left: unset; } }
      .category-service-control .control-contents .control select, .category-service-control .control-contents .control .select2 {
        height: 2.0em;
        width: unset;
        margin-left: 10px;
        max-width: 300px;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .category-service-control .control-contents .control select, .category-service-control .control-contents .control .select2 {
            margin-left: 1px; } }
        @media screen and (max-width: 480px) {
          .category-service-control .control-contents .control select, .category-service-control .control-contents .control .select2 {
            max-width: 120px; } }
        @media screen and (max-width: 360px) {
          .category-service-control .control-contents .control select, .category-service-control .control-contents .control .select2 {
            max-width: 100px; } }
      .category-service-control .control-contents .control .btn {
        height: 2.0em;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #dddddd;
        border-radius: 6px;
        cursor: pointer;
        white-space: nowrap;
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .category-service-control .control-contents .control .btn {
            margin-left: 1px; } }
        .category-service-control .control-contents .control .btn.active {
          color: #ffffff;
          background-color: #666666;
          border: 1px solid #666666; }
      .category-service-control .control-contents .control .btn:hover, .category-service-control .control-contents .control select:hover {
        border: 1px solid #666666; }
      .category-service-control .control-contents .control .btn:focus, .category-service-control .control-contents .control select:focus {
        box-shadow: 0 0 0 1px #666666;
        border-color: #666666; }
    .category-service-control .control-contents .condition-box {
      width: calc(100% - 40px);
      max-width: 1000px;
      height: calc(100vh - 130px);
      max-height: 600px;
      padding: 20px;
      border: 7px solid #d9d9d9;
      background-color: #ffffff;
      position: absolute;
      right: 20px;
      top: calc(2.0em + 5px);
      display: none;
      flex-wrap: wrap;
      overflow-y: auto;
      box-shadow: 2px 2px 5px -2px #737373;
      border-radius: 10px 0 0 10px;
      z-index: 1; }
      .category-service-control .control-contents .condition-box.active {
        display: flex; }
      @media screen and (max-width: 980px) {
        .category-service-control .control-contents .condition-box {
          width: calc(100% - 40px);
          padding: 20px 15px; } }
      @media screen and (max-width: 768px) {
        .category-service-control .control-contents .condition-box {
          width: calc(100% - 20px);
          height: calc(100svh - 180px);
          top: calc(2.0em + 40px);
          right: 10px;
          padding: 20px 15px; } }
    .category-service-control .control-contents .condition-box::-webkit-scrollbar {
      width: 7px; }
    .category-service-control .control-contents .condition-box::-webkit-scrollbar-track {
      background-color: #ccc; }
    .category-service-control .control-contents .condition-box::-webkit-scrollbar-thumb {
      background-color: #db8403; }
    .category-service-control .control-contents .category-list .all-event-line {
      width: 100%;
      margin: 20px 0 10px;
      display: flex; }
      .category-service-control .control-contents .category-list .all-event-line .all-event {
        padding: 7px 20px 5px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #004565;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        cursor: pointer; }
        .category-service-control .control-contents .category-list .all-event-line .all-event:hover {
          color: #ffffff;
          background-color: #666666; }
        .category-service-control .control-contents .category-list .all-event-line .all-event.selected {
          color: #ffffff;
          background-color: #607d8b; }
      .category-service-control .control-contents .category-list .all-event-line.first {
        margin: 0 0 5px; }
    .category-service-control .control-contents .category-list .year-month-line {
      width: 100%;
      margin-bottom: 10px;
      display: flex; }
      .category-service-control .control-contents .category-list .year-month-line .year-month {
        padding: 6px 20px 4px;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        cursor: pointer; }
        .category-service-control .control-contents .category-list .year-month-line .year-month:hover {
          color: #ffffff;
          background-color: #666666; }
        .category-service-control .control-contents .category-list .year-month-line .year-month.selected {
          color: #ffffff;
          background-color: #607d8b; }
    .category-service-control .control-contents .category-list .service {
      padding: 5px 15px 4px;
      border: 1px solid #c1c1c1;
      margin: 0 10px 10px 0;
      border-radius: 12px;
      font-size: 14px;
      line-height: 14px;
      min-width: 70px;
      text-align: left;
      cursor: pointer; }
      .category-service-control .control-contents .category-list .service:hover {
        color: #ffffff;
        background-color: #666666; }
      .category-service-control .control-contents .category-list .service.selected {
        color: #ffffff;
        background-color: #607d8b; }
    .category-service-control .control-contents .category-list.event {
      height: unset;
      justify-content: space-between;
      max-width: 360px; }
      .category-service-control .control-contents .category-list.event .all-event-line {
        margin: 10px 0; }
      .category-service-control .control-contents .category-list.event .year-month-line {
        width: 48%; }
        .category-service-control .control-contents .category-list.event .year-month-line .year-month {
          width: 100%;
          padding: 6px 5px 4px;
          text-align: center;
          white-space: nowrap; }
    .category-service-control .control-contents .option-list {
      width: 400px;
      height: unset;
      display: none;
      flex-wrap: wrap;
      padding: 25px 20px; }
      @media screen and (max-width: 480px) {
        .category-service-control .control-contents .option-list {
          width: calc(100% - 20px);
          height: unset; } }
      .category-service-control .control-contents .option-list .one-option {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center; }
        .category-service-control .control-contents .option-list .one-option .option-title {
          width: 60px; }
        .category-service-control .control-contents .option-list .one-option .option-contents {
          width: calc(100% - 60px); }
          .category-service-control .control-contents .option-list .one-option .option-contents input[type='text'], .category-service-control .control-contents .option-list .one-option .option-contents select {
            height: 2.0em; }
      .category-service-control .control-contents .option-list .command {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px; }
        .category-service-control .control-contents .option-list .command .btn {
          padding: 10px 30px 8px;
          color: #ffffff;
          background-color: #666666;
          border-radius: 10px;
          font-size: 16px;
          line-height: 14px;
          cursor: pointer; }
          .category-service-control .control-contents .option-list .command .btn:hover {
            background-color: #ff9800; }
          .category-service-control .control-contents .option-list .command .btn:active {
            margin: 1px -1px -1px 1px; }
  .category-service-control .selected-condition {
    width: 100%;
    margin-top: 5px;
    padding: 0 20px; }
    .category-service-control .selected-condition .conditions {
      padding: 4px 0;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -5px; }
      .category-service-control .selected-condition .conditions .one {
        padding: 5px 35px 4px 15px;
        color: #393939;
        background-color: #ebebeb;
        border-radius: 11px;
        font-size: 12px;
        line-height: 12px;
        position: relative;
        margin-left: 10px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        max-width: 200px; }
        .category-service-control .selected-condition .conditions .one:before {
          content: 'x';
          position: absolute;
          right: 12px;
          top: calc(50% - 8px);
          width: 16px;
          height: 16px;
          color: #ffffff;
          background-color: #444444;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          font-size: 10px;
          line-height: 10px; }
        .category-service-control .selected-condition .conditions .one:hover {
          background-color: #d7d7d7; }
  .category-service-control .tabs {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd; }
    .category-service-control .tabs .tab {
      display: flex;
      justify-content: center;
      width: 120px;
      padding: 3px;
      background-color: #eaeaea;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      border-radius: 0 10px 0 0;
      margin: 0 3px;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        .category-service-control .tabs .tab {
          width: 90px; } }
      .category-service-control .tabs .tab:hover {
        color: #ffffff;
        background-color: #ffbf00;
        border-top: 1px solid #ffbf00;
        border-left: 1px solid #ffbf00;
        border-right: 1px solid #ffbf00; }
      .category-service-control .tabs .tab.selected {
        background-color: #ffffff;
        margin-bottom: -2px;
        cursor: default;
        pointer-events: none; }
        .category-service-control .tabs .tab.selected:hover {
          color: unset;
          background-color: #ffffff;
          border-top: 1px solid #dddddd;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd; }
  .category-service-control .fix-control {
    display: none;
    position: absolute;
    right: 9px;
    bottom: 10px;
    width: 40px;
    height: 28px;
    background-color: #c9c7af;
    border-radius: 4px 4px 0 0;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .category-service-control .fix-control {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .category-service-control .fix-control:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f0dc';
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      color: #ffffff; }
    .category-service-control .fix-control.on {
      background-color: #939180; }
      .category-service-control .fix-control.on:before {
        content: '\f08d'; }

.category-service {
  width: 100%;
  display: flex;
  padding: 0 10px; }
  @media screen and (max-width: 980px) {
    .category-service {
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    .category-service {
      padding: 0; } }
  .category-service .categories {
    display: flex;
    flex-direction: column;
    position: sticky;
    height: fit-content;
    top: 180px;
    width: 200px;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
    scrollbar-width: none; }
    @media screen and (max-width: 980px) {
      .category-service .categories {
        display: none; } }
    .category-service .categories .category-section {
      padding-top: 25px;
      margin-top: 15px;
      border-top: 1px solid #ebebeb; }
      .category-service .categories .category-section:first-child {
        padding-top: unset;
        margin-top: unset;
        border-top: unset; }
    .category-service .categories .year-month {
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      margin: 20px 0 9px;
      border-bottom: 1px dashed #eaeaea;
      cursor: pointer; }
      .category-service .categories .year-month:hover {
        color: #119dc7; }
      .category-service .categories .year-month.first {
        margin-top: 3px; }
      .category-service .categories .year-month.no-border {
        border-bottom: unset; }
      .category-service .categories .year-month.selected {
        color: #ff9800;
        font-weight: bold; }
    .category-service .categories .service {
      width: 100%;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 10px;
      padding-bottom: 7px;
      border-bottom: 1px dashed #eaeaea;
      cursor: pointer; }
      .category-service .categories .service:hover {
        color: #119dc7; }
      .category-service .categories .service.selected {
        color: #ff9800;
        font-weight: bold; }
    .category-service .categories.event {
      width: 130px; }
      .category-service .categories.event .year-month {
        border-bottom: unset; }
  .category-service .contents {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 1px 1px 1px 20px; }
    @media screen and (max-width: 980px) {
      .category-service .contents {
        width: 100%;
        padding-left: unset; } }
    .category-service .contents.event {
      width: calc(100% - 130px); }
      @media screen and (max-width: 980px) {
        .category-service .contents.event {
          width: 100%;
          padding-left: unset; } }
    .category-service .contents .section-title {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .category-service .contents .section-title .txt {
        font-size: 22px;
        font-weight: bold; }
      .category-service .contents .section-title .counter {
        display: flex;
        align-items: center; }
        .category-service .contents .section-title .counter .main {
          margin: 0 10px;
          font-size: 22px;
          font-weight: bold;
          color: #ff9800; }
        .category-service .contents .section-title .counter .sub {
          font-size: 14px; }
    .category-service .contents .services {
      display: flex;
      flex-wrap: wrap; }
      .category-service .contents .services.event {
        align-items: flex-start; }
        .category-service .contents .services.event .year-month {
          width: 100%;
          margin: 30px 0 10px;
          font-size: 30px;
          font-weight: bold;
          text-align: center; }
          .category-service .contents .services.event .year-month span {
            font-size: 40px;
            color: #e1165b;
            padding-left: 10px; }
          .category-service .contents .services.event .year-month:first-child {
            margin: 0 0 10px; }
      .category-service .contents .services .event-item {
        width: 24.0%;
        margin: 5px 0.5% 40px; }
        @media screen and (max-width: 980px) {
          .category-service .contents .services .event-item {
            width: 32.3%;
            margin: 5px 0.5% 30px; } }
        @media screen and (max-width: 768px) {
          .category-service .contents .services .event-item {
            width: 49.0%;
            margin: 5px 0.5% 30px; } }
        @media screen and (max-width: 480px) {
          .category-service .contents .services .event-item {
            width: 100.0%;
            margin: 5px 0% 25px; } }

/*-------------------------------------------------------------------------------------------------
▼カテゴリー・サービス一覧（POPUP用）
-------------------------------------------------------------------------------------------------*/
.category-service-popup {
  width: 100%;
  display: flex;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .category-service-popup {
      padding: 10px;
      flex-wrap: wrap; } }
  .category-service-popup .category {
    display: flex;
    flex-direction: column;
    position: sticky;
    height: fit-content;
    top: 25px;
    width: 200px; }
    @media screen and (max-width: 768px) {
      .category-service-popup .category {
        display: none; } }
    .category-service-popup .category .cate-item {
      width: 100%;
      height: 40px;
      padding: 0 10px;
      background-color: #f7f7f7;
      margin-bottom: 3px;
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 16px;
      cursor: pointer; }
      .category-service-popup .category .cate-item.selected {
        color: #ffffff;
        background-color: #6b6b6b; }
      .category-service-popup .category .cate-item:hover {
        opacity: 0.8; }
  .category-service-popup .services {
    padding-left: 20px;
    width: calc(100% - 200px);
    display: none;
    flex-wrap: wrap;
    align-content: flex-start; }
    @media screen and (max-width: 768px) {
      .category-service-popup .services {
        width: 100%;
        display: flex;
        padding-left: unset;
        margin-top: 50px; }
        .category-service-popup .services.first {
          margin-top: 0; } }
    .category-service-popup .services.active {
      display: flex; }
    .category-service-popup .services .pos {
      margin-top: -25px;
      padding-top: 25px; }
    .category-service-popup .services .main-cate {
      display: block;
      width: 100%;
      color: #ffffff;
      background-color: #5f7166;
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      padding: 10px 20px;
      position: relative;
      overflow: hidden; }
      .category-service-popup .services .main-cate:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: #fff #fff #8da597 #8da597;
        display: block;
        width: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2); }
    .category-service-popup .services .sub-cate {
      width: 100%;
      color: #71665f;
      font-size: 18px;
      font-weight: bold;
      margin: 30px 0 5px; }
      .category-service-popup .services .sub-cate.first {
        margin: 10px 0 5px; }
    .category-service-popup .services .service {
      width: 33%;
      display: flex; }
      @media screen and (max-width: 980px) {
        .category-service-popup .services .service {
          width: 50%; } }
      @media screen and (max-width: 360px) {
        .category-service-popup .services .service {
          width: 100%; } }
      .category-service-popup .services .service label {
        white-space: nowrap; }

/*-------------------------------------------------------------------------------------------------
▼カテゴリー・サービス一覧２（POPUP用）
-------------------------------------------------------------------------------------------------*/
.category-service-popup2 {
  width: 100%;
  display: flex;
  padding: 10px; }
  .category-service-popup2 .accordion-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    height: fit-content;
    top: 25px; }
    .category-service-popup2 .accordion-category .accordion-main-cate, .category-service-popup2 .accordion-category .accordion-sub-cate, .category-service-popup2 .accordion-category .accordion-service {
      width: 100%;
      height: 40px;
      align-items: center;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 3px;
      cursor: pointer; }
    .category-service-popup2 .accordion-category .accordion-main-cate:before, .category-service-popup2 .accordion-category .accordion-sub-cate:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      position: absolute;
      right: 10px; }
    .category-service-popup2 .accordion-category .accordion-main-cate:hover, .category-service-popup2 .accordion-category .accordion-sub-cate:hover {
      opacity: 0.8; }
    .category-service-popup2 .accordion-category .accordion-main-cate {
      display: flex;
      padding: 0 10px;
      background-color: #ebebeb; }
      .category-service-popup2 .accordion-category .accordion-main-cate:before {
        content: '\f078';
        color: #838383; }
    .category-service-popup2 .accordion-category .accordion-sub-cate {
      display: none;
      padding: 0 10px 0 50px;
      background-color: #f7f7f7; }
      .category-service-popup2 .accordion-category .accordion-sub-cate:before {
        content: '\f078';
        color: #a1a1a1; }
    .category-service-popup2 .accordion-category .accordion-service {
      display: none;
      padding: 0 10px 0 90px;
      background-color: #fffcf4; }
      .category-service-popup2 .accordion-category .accordion-service:hover {
        color: #ffffff;
        background-color: #958a6d; }

/*-------------------------------------------------------------------------------------------------
▼画像付きアイテムの横スクロール一覧
-------------------------------------------------------------------------------------------------*/
.image-item-scroll-list {
  width: 100%;
  position: relative; }
  .image-item-scroll-list .scroll-wrap {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .image-item-scroll-list .scroll-wrap .service-item {
      margin: 5px 0.5% 5px 0;
      overflow: unset;
      width: unset; }
      @media screen and (max-width: 980px) {
        .image-item-scroll-list .scroll-wrap .service-item {
          width: unset;
          margin: unset; } }
      @media screen and (max-width: 768px) {
        .image-item-scroll-list .scroll-wrap .service-item {
          width: unset;
          margin: unset; } }
      @media screen and (max-width: 480px) {
        .image-item-scroll-list .scroll-wrap .service-item {
          width: unset;
          margin: unset; } }
      .image-item-scroll-list .scroll-wrap .service-item .image {
        width: 250px;
        height: 180px;
        border-radius: 10px 10px 0 0; }
      .image-item-scroll-list .scroll-wrap .service-item .contents {
        width: 250px; }
      .image-item-scroll-list .scroll-wrap .service-item .ranking {
        top: 130px; }
      .image-item-scroll-list .scroll-wrap .service-item.ranking-item .contents {
        margin-top: 20px; }
  .image-item-scroll-list .scroller-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #ffffffed;
    border: 1px solid #f1f1f1;
    top: calc(50% - 60px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #c1c1c1;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .image-item-scroll-list .scroller-arrow {
        display: none; } }
    .image-item-scroll-list .scroller-arrow.arrow-left {
      display: none;
      left: -18px;
      right: unset; }
    .image-item-scroll-list .scroller-arrow.arrow-right {
      left: unset;
      right: -18px; }
    .image-item-scroll-list .scroller-arrow:hover {
      color: #ffffff;
      background-color: #ffecb4;
      border: 1px solid #ffecb4; }
    .image-item-scroll-list .scroller-arrow:active {
      margin: 1px -1px -1px 1px; }

/*-------------------------------------------------------------------------------------------------
▼画像付きアイテム一覧
-------------------------------------------------------------------------------------------------*/
.image-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

/*-------------------------------------------------------------------------------------------------
▼サービスアイテム（「image-item-list」、「image-item-scroll-list」の中のコンテンツ）
-------------------------------------------------------------------------------------------------*/
.event-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #7b7b7b;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 280px; }
  @media screen and (max-width: 980px) {
    .event-item {
      width: 270px; } }
  @media screen and (max-width: 768px) {
    .event-item {
      width: 260px; } }
  @media screen and (max-width: 480px) {
    .event-item {
      width: 250px; } }
  .event-item:hover {
    opacity: 1;
    border: 1px solid #444444;
    box-shadow: 2px 2px 5px #00000040; }
    .event-item:hover .image img {
      transform: scale(1.04, 1.04);
      transition: 1s all; }
  .event-item:has(.entry-btn:hover) {
    border: 1px solid #e91e63; }
  .event-item .image {
    width: 100%;
    overflow: hidden; }
    .event-item .image img {
      width: 100%;
      height: 100%;
      max-height: 270px;
      min-height: 110px;
      object-fit: contain; }
  .event-item .contents {
    width: 100%;
    padding: 25px 10px 10px;
    display: flex;
    flex-direction: column;
    position: relative; }
    .event-item .contents .secret {
      position: absolute;
      left: 10px;
      top: 8px;
      font-size: 11px;
      line-height: 11px;
      padding: 2px 13px;
      color: #ffffff;
      background-color: #e61673; }
    .event-item .contents .title {
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
      color: #333333; }
    .event-item .contents .closing {
      display: flex;
      align-items: center;
      font-weight: bold;
      margin-top: 10px; }
      .event-item .contents .closing .ico {
        font-size: 11px;
        line-height: 9px;
        padding: 5px;
        color: #ffffff;
        background-color: #e12e2e;
        border-radius: 5px;
        margin-right: 10px; }
      .event-item .contents .closing .txt {
        color: #e12e2e;
        font-size: 16px;
        line-height: 16px; }
    .event-item .contents .event-started {
      width: 100%;
      color: #ffffff;
      background-color: #e61673;
      font-size: 27px;
      line-height: 27px;
      font-weight: bold;
      border-radius: 6px;
      text-align: center;
      padding: 15px 0;
      margin: 20px 0 10px; }
    .event-item .contents .term {
      display: flex;
      align-items: flex-start;
      margin-top: 10px; }
      .event-item .contents .term .ico {
        font-size: 11px;
        line-height: 9px;
        padding: 5px;
        color: #ffffff;
        background-color: #696969;
        border-radius: 5px;
        margin-right: 10px;
        white-space: nowrap; }
      .event-item .contents .term .from-to {
        color: #444444; }
        .event-item .contents .term .from-to .from {
          font-size: 16px;
          line-height: 1.3;
          font-weight: bold; }
        .event-item .contents .term .from-to .to {
          font-size: 12px;
          line-height: 16px;
          text-align: right; }
    .event-item .contents .circle-tags {
      margin-top: 15px; }
    .event-item .contents .enterance {
      width: 100%;
      margin-top: 15px; }
      .event-item .contents .enterance .enter-btn {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #666666;
        border: 1px solid #aaaaaa;
        border-radius: 5px;
        cursor: pointer; }
        .event-item .contents .enterance .enter-btn .ico {
          font-size: 13px;
          margin-right: 10px; }
        .event-item .contents .enterance .enter-btn .txt {
          font-size: 15px;
          line-height: 15px; }
        .event-item .contents .enterance .enter-btn:hover {
          color: #ffffff;
          background-color: #e91e63;
          border: 1px solid #e91e63; }
  .event-item .entry {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-color: #393939;
    font-size: 14px; }
    .event-item .entry .entry-btn {
      width: 50%;
      padding: 7px 0;
      cursor: pointer; }
      .event-item .entry .entry-btn:hover {
        background-color: #e91e63; }
      .event-item .entry .entry-btn.disabled {
        cursor: default;
        background-color: #919191; }
        .event-item .entry .entry-btn.disabled:hover {
          background-color: #919191; }
    .event-item .entry .count {
      width: 50%;
      padding: 7px 0; }
  .event-item .mybinder {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffffcc;
    box-shadow: 0 0 4px 0 #000000;
    cursor: pointer; }
    .event-item .mybinder:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f07b';
      font-size: 18px;
      line-height: 18px;
      font-weight: normal;
      color: #999999; }
    .event-item .mybinder:hover:before {
      color: #ff9800; }
    .event-item .mybinder.on:before {
      content: '\f07c';
      font-weight: bold;
      color: #e91e63; }
    .event-item .mybinder.on:hover:before {
      color: #ff9800; }
    .event-item .mybinder:active {
      margin: 1px -1px -1px 1px; }
  .event-item .del {
    right: 5px;
    top: 5px; }
    .event-item .del:active {
      right: 6px;
      top: 6px; }

/*-------------------------------------------------------------------------------------------------
▼サービスアイテム（「image-item-list」、「image-item-scroll-list」の中のコンテンツ）
-------------------------------------------------------------------------------------------------*/
.service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 24.0%;
  margin: 5px 0.5% 30px; }
  @media screen and (max-width: 980px) {
    .service-item {
      width: 32.3%;
      margin: 5px 0.5% 30px; } }
  @media screen and (max-width: 768px) {
    .service-item {
      width: 49.0%;
      margin: 5px 0.5% 30px; } }
  @media screen and (max-width: 480px) {
    .service-item {
      width: 100.0%;
      margin: 5px 0% 30px; } }
  .service-item:hover {
    opacity: 1;
    border: 1px solid #444444;
    box-shadow: 2px 2px 5px #00000040; }
    .service-item:hover .image img {
      transform: scale(1.03, 1.03);
      transition: 1s all; }
  .service-item:has(.enter-btn:hover) {
    border: 1px solid #e91e63; }
  .service-item .mybinder {
    height: 18px;
    cursor: pointer; }
    .service-item .mybinder:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f07b';
      font-size: 18px;
      line-height: 18px;
      font-weight: normal;
      color: #c7c7c7; }
    .service-item .mybinder:hover:before {
      color: #ff9800; }
    .service-item .mybinder.on:before {
      content: '\f07c';
      font-weight: bold;
      color: #e91e63; }
    .service-item .mybinder.on:hover:before {
      color: #ff9800; }
    .service-item .mybinder:active {
      margin: 1px -1px -1px 1px; }
  .service-item .external-link {
    height: 18px;
    margin-left: 10px;
    cursor: pointer; }
    .service-item .external-link:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f0c1';
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      color: #5ea5c5; }
    .service-item .external-link:hover:before {
      color: #03a9f4; }
    .service-item .external-link:active {
      margin: 1px -1px -1px 11px; }
  .service-item .image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .service-item .image {
        height: 210px; } }
    .service-item .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .service-item .image .cnt {
      display: flex;
      align-items: center;
      position: absolute;
      bottom: 10px;
      right: 5px;
      font-size: 14px;
      line-height: 14px;
      padding: 3px 8px;
      color: #ffffff;
      background-color: #35a7c9c2;
      border-radius: 2px;
      text-box: trim-both cap alphabetic !important;
      cursor: pointer; }
      .service-item .image .cnt:before {
        content: '作品';
        font-size: 11px;
        line-height: 11px;
        font-weight: normal;
        padding-right: 5px; }
      .service-item .image .cnt:hover {
        background-color: #18bff1; }
  .service-item .contents {
    width: 100%;
    height: calc(100% - 180px);
    padding: 5px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 768px) {
      .service-item .contents {
        height: calc(100% - 210px); } }
    .service-item .contents .top-block, .service-item .contents .bottom-block {
      width: 100%; }
    .service-item .contents .bottom-block {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .service-item .contents .txt, .service-item .contents .circle, .service-item .contents .category, .service-item .contents .title {
      color: #2e3538;
      font-size: 14px;
      line-height: 18px; }
    .service-item .contents .title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      margin-top: 5px;
      font-weight: bold; }
    .service-item .contents .txt {
      height: 36px;
      margin-top: 5px;
      word-break: break-all;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .service-item .contents .left-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .service-item .contents .left-block .user {
        display: flex;
        align-items: center; }
        .service-item .contents .left-block .user .avatar-img {
          width: 26px;
          height: 26px;
          margin-right: 5px; }
          .service-item .contents .left-block .user .avatar-img img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
            border-radius: 50%; }
            .service-item .contents .left-block .user .avatar-img img.walker {
              width: 120px !important;
              height: 120px !important;
              border-radius: unset; }
        .service-item .contents .left-block .user .name {
          font-size: 14px;
          line-height: 14px;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          margin-top: 3px; }
    .service-item .contents .right-block {
      display: flex;
      align-items: center; }
    .service-item .contents .category, .service-item .contents .circle {
      margin-top: 5px;
      display: flex;
      width: fit-content;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      font-weight: normal; }
      .service-item .contents .category:before, .service-item .contents .circle:before {
        padding-right: 7px;
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        line-height: 18px;
        font-weight: bold; }
    .service-item .contents .category {
      color: #9d7c5a; }
      .service-item .contents .category:before {
        content: '\f073';
        padding-left: 1px; }
    .service-item .contents .circle {
      color: #0f8bc3; }
      .service-item .contents .circle:before {
        content: '\f3c5';
        padding-left: 2px; }
  .service-item .commands {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 10px; }
    .service-item .commands .full-btn {
      width: 100%;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #666666;
      border: 1px solid #aaaaaa;
      border-radius: 5px;
      cursor: pointer; }
      .service-item .commands .full-btn .ico {
        font-size: 18px;
        margin-right: 10px; }
      .service-item .commands .full-btn .caption {
        font-size: 15px;
        line-height: 15px; }
      .service-item .commands .full-btn:hover {
        color: #ffffff;
        background-color: #e91e63;
        border: 1px solid #e91e63; }
  .service-item .enterance {
    width: 100%; }
    .service-item .enterance .enter-btn {
      width: 100%;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      background-color: #393939;
      cursor: pointer; }
      .service-item .enterance .enter-btn.event-started {
        background-color: #b14d6f; }
      .service-item .enterance .enter-btn .ico {
        font-size: 13px;
        margin-right: 10px; }
      .service-item .enterance .enter-btn .txt {
        font-size: 15px;
        line-height: 15px; }
      .service-item .enterance .enter-btn:hover {
        color: #ffffff;
        background-color: #e91e63; }
  .service-item .external-link-pop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 22px 10px;
    background-color: #6f654d;
    position: absolute;
    bottom: 0;
    left: -100%; }
    .service-item .external-link-pop .one-link {
      padding: 6px 10px;
      color: #5b5237;
      background-color: #ffffff;
      font-size: 12px;
      line-height: 12px;
      margin: 3px 2px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer; }
      .service-item .external-link-pop .one-link:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f0c1';
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        color: #938251;
        padding-right: 5px; }
      .service-item .external-link-pop .one-link:hover {
        background-color: #ffeb3b; }
  .service-item.artwork .image {
    height: 260px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .service-item.artwork .image {
        height: 300px; } }
    .service-item.artwork .image img {
      object-fit: contain; }
    .service-item.artwork .image .cnt {
      color: #ffffff;
      background-color: #c935358c;
      cursor: default; }
      .service-item.artwork .image .cnt:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f302';
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        padding-right: 5px; }
  .service-item.artwork .contents {
    height: calc(100% - 260px); }
    @media screen and (max-width: 768px) {
      .service-item.artwork .contents {
        height: calc(100% - 300px); } }
  .service-item.artwork.mybinder .contents {
    height: calc(100% - 310px); }
    @media screen and (max-width: 768px) {
      .service-item.artwork.mybinder .contents {
        height: calc(100% - 355px); } }
  .service-item .del {
    right: 5px;
    top: 5px; }
    .service-item .del:active {
      right: 6px;
      top: 6px; }

/*-------------------------------------------------------------------------------------------------
▼ カスタムセレクター
-------------------------------------------------------------------------------------------------*/
.custom-selectors {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px; }
  .custom-selectors .custom-selector {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 13px;
    user-select: text; }
    .custom-selectors .custom-selector .contents {
      width: calc(100% - 70px);
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start; }
      @media screen and (max-width: 768px) {
        .custom-selectors .custom-selector .contents {
          flex-wrap: wrap; } }
      .custom-selectors .custom-selector .contents .name, .custom-selectors .custom-selector .contents .list {
        display: block;
        width: 50%;
        padding-right: 5px; }
        .custom-selectors .custom-selector .contents .name textarea, .custom-selectors .custom-selector .contents .list textarea {
          resize: none; }
        @media screen and (max-width: 768px) {
          .custom-selectors .custom-selector .contents .name, .custom-selectors .custom-selector .contents .list {
            width: 100%; } }
    .custom-selectors .custom-selector .controls {
      width: 70px;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      .custom-selectors .custom-selector .controls .grab, .custom-selectors .custom-selector .controls .close {
        padding: 0 1px;
        color: #a6a7a7;
        cursor: pointer; }
        .custom-selectors .custom-selector .controls .grab:before, .custom-selectors .custom-selector .controls .close:before {
          font-family: 'Material Icons';
          font-size: 30px;
          line-height: 30px; }
        .custom-selectors .custom-selector .controls .grab:hover, .custom-selectors .custom-selector .controls .close:hover {
          color: #d36158; }
      .custom-selectors .custom-selector .controls .grab:before {
        content: '\eb51'; }
      .custom-selectors .custom-selector .controls .close:before {
        content: '\e5c9'; }
  .custom-selectors .selector-chosen {
    background-color: #ffdddd;
    border: 1px dashed #666; }
  .custom-selectors .selector-drag {
    opacity: 0.2; }

/*-------------------------------------------------------------------------------------------------
▼ Sortableアイテム
-------------------------------------------------------------------------------------------------*/
.sortable-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px; }
  .sortable-items .sortable-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 13px;
    user-select: text; }
    .sortable-items .sortable-item .order-no {
      width: 40px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #eaeaea;
      border-radius: 4px;
      margin: 4px 10px 4px 0; }
      @media screen and (max-width: 980px) {
        .sortable-items .sortable-item .order-no {
          margin-right: 5px; } }
    .sortable-items .sortable-item .id {
      width: 50px;
      margin-right: 10px; }
      @media screen and (max-width: 980px) {
        .sortable-items .sortable-item .id {
          margin-right: 5px; } }
    .sortable-items .sortable-item .image {
      width: 35px;
      height: 38px;
      margin-right: 5px;
      cursor: pointer; }
      .sortable-items .sortable-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .sortable-items .sortable-item .image:hover {
        opacity: 0.8; }
    .sortable-items .sortable-item .contents-group {
      display: flex;
      align-items: center;
      width: calc(100% - 50px - 60px - 40px - 116px); }
      @media screen and (max-width: 980px) {
        .sortable-items .sortable-item .contents-group {
          flex-wrap: wrap;
          width: calc(100% - 45px - 55px - 40px - 32px); } }
      .sortable-items .sortable-item .contents-group .title, .sortable-items .sortable-item .contents-group .tag {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: break-spaces; }
      .sortable-items .sortable-item .contents-group .title {
        width: 40%;
        font-weight: bold; }
        @media screen and (max-width: 980px) {
          .sortable-items .sortable-item .contents-group .title {
            width: 100%; } }
      .sortable-items .sortable-item .contents-group .tag {
        width: 60%; }
        @media screen and (max-width: 980px) {
          .sortable-items .sortable-item .contents-group .tag {
            width: 100%; } }
    .sortable-items .sortable-item .btn-group {
      margin: 0 10px;
      display: flex; }
      @media screen and (max-width: 980px) {
        .sortable-items .sortable-item .btn-group {
          display: none; } }
    .sortable-items .sortable-item .move-top, .sortable-items .sortable-item .move-bottom, .sortable-items .sortable-item .grab {
      width: 30px;
      height: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px;
      color: #d1d1d1;
      border: 1px solid #c7c7c7;
      border-radius: 5px;
      margin: 0 1px;
      cursor: pointer; }
      .sortable-items .sortable-item .move-top:hover, .sortable-items .sortable-item .move-bottom:hover, .sortable-items .sortable-item .grab:hover {
        background-color: #ffffd5; }
    .sortable-items .sortable-item .move-top:before {
      font-family: 'Material Icons';
      content: '\f1e0';
      font-size: 21px;
      line-height: 21px; }
    .sortable-items .sortable-item .move-bottom:before {
      font-family: 'Material Icons';
      content: '\f1e3';
      font-size: 21px;
      line-height: 21px; }
    .sortable-items .sortable-item .grab:before {
      font-family: 'Material Icons';
      content: '\eb51';
      font-size: 21px;
      line-height: 21px; }
    .sortable-items .sortable-item .no {
      display: none;
      position: absolute;
      content: counter(item-counter);
      left: -1px;
      top: -14px;
      font-size: 12px;
      line-height: 12px;
      padding: 1px 5px;
      color: #ffffff;
      background-color: #8f7e7e;
      border-radius: 3px 3px 0 0; }
      .sortable-items .sortable-item .no.active {
        display: block; }
    .sortable-items .sortable-item:nth-child(5n) {
      margin-bottom: 15px;
      border-bottom: 1px solid #7f7f7f; }
    .sortable-items .sortable-item:first-child .move-top {
      pointer-events: none;
      color: #efefef;
      border: 1px solid #efefef; }
    .sortable-items .sortable-item:last-child .move-bottom {
      pointer-events: none;
      color: #efefef;
      border: 1px solid #efefef; }
  .sortable-items .sortable-chosen {
    background-color: #ffdddd;
    border: 1px dashed #666; }
  .sortable-items .sortable-drag {
    opacity: 0.2; }

/*-------------------------------------------------------------------------------------------------
▼ リンクボタン
-------------------------------------------------------------------------------------------------*/
.external-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px; }
  .external-links .external-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 13px;
    user-select: text; }
    .external-links .external-link .contents {
      width: calc(100% - 70px);
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      padding-right: 10px; }
      @media screen and (max-width: 980px) {
        .external-links .external-link .contents {
          flex-wrap: wrap; } }
      .external-links .external-link .contents .title, .external-links .external-link .contents .url {
        display: block;
        width: calc((100% - 124px - 200px) / 2);
        padding-right: 5px;
        margin: 1px 0; }
        .external-links .external-link .contents .title textarea, .external-links .external-link .contents .url textarea {
          resize: none; }
        @media screen and (max-width: 980px) {
          .external-links .external-link .contents .title, .external-links .external-link .contents .url {
            width: 100%; } }
      .external-links .external-link .contents .type {
        width: 200px;
        margin: 1px 0; }
      .external-links .external-link .contents .pre-open {
        margin: 1px 10px 1px 0; }
    .external-links .external-link .controls {
      width: 70px;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      .external-links .external-link .controls .grab, .external-links .external-link .controls .close {
        padding: 0 1px;
        color: #a6a7a7;
        cursor: pointer; }
        .external-links .external-link .controls .grab:before, .external-links .external-link .controls .close:before {
          font-family: 'Material Icons';
          font-size: 30px;
          line-height: 30px; }
        .external-links .external-link .controls .grab:hover, .external-links .external-link .controls .close:hover {
          color: #d36158; }
      .external-links .external-link .controls .grab:before {
        content: '\eb51'; }
      .external-links .external-link .controls .close:before {
        content: '\e5c9'; }
  .external-links .link-chosen {
    background-color: #ffdddd;
    border: 1px dashed #666; }
  .external-links .link-drag {
    opacity: 0.2; }

/*-------------------------------------------------------------------------------------------------
▼ メール配信一覧
-------------------------------------------------------------------------------------------------*/
.mailmaga-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0 30px; }
  .mailmaga-list .mailmaga-one {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
    padding: 5px 10px;
    border: 1px solid #ccc; }
    .mailmaga-list .mailmaga-one .status {
      width: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background-color: #666666;
      margin-right: 10px;
      font-size: 13px;
      line-height: 13px;
      padding: 6px 0; }
      .mailmaga-list .mailmaga-one .status.temporary {
        background-color: #32cd32; }
      .mailmaga-list .mailmaga-one .status.start {
        background-color: #03a9f4; }
      .mailmaga-list .mailmaga-one .status.sending {
        background-color: #ff9800; }
      .mailmaga-list .mailmaga-one .status.error {
        background-color: #e91e63; }
    .mailmaga-list .mailmaga-one .contents {
      width: calc(100% - 90px - 150px);
      display: flex; }
      @media screen and (max-width: 980px) {
        .mailmaga-list .mailmaga-one .contents {
          flex-wrap: wrap; } }
      @media screen and (max-width: 768px) {
        .mailmaga-list .mailmaga-one .contents {
          width: calc(100% - 90px - 80px); } }
      .mailmaga-list .mailmaga-one .contents .send-time {
        width: 160px;
        line-height: 18px;
        color: #6d1d1d; }
        @media screen and (max-width: 980px) {
          .mailmaga-list .mailmaga-one .contents .send-time {
            width: 100%; } }
      .mailmaga-list .mailmaga-one .contents .title {
        width: calc(100% - 160px);
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: break-spaces; }
        @media screen and (max-width: 980px) {
          .mailmaga-list .mailmaga-one .contents .title {
            width: 100%; } }
    .mailmaga-list .mailmaga-one .commands {
      width: 150px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        .mailmaga-list .mailmaga-one .commands {
          width: 80px;
          flex-wrap: wrap; } }
      .mailmaga-list .mailmaga-one .commands .controls {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 5px; }
        @media screen and (max-width: 768px) {
          .mailmaga-list .mailmaga-one .commands .controls {
            height: 30px; } }
        .mailmaga-list .mailmaga-one .commands .controls .control {
          margin: 0 3px;
          cursor: pointer; }
          .mailmaga-list .mailmaga-one .commands .controls .control.del:before, .mailmaga-list .mailmaga-one .commands .controls .control.copy:before {
            font-family: 'Material Icons'; }
          .mailmaga-list .mailmaga-one .commands .controls .control.del {
            font-size: 30px;
            line-height: 30px;
            margin-top: 6px;
            color: #993232; }
            .mailmaga-list .mailmaga-one .commands .controls .control.del:before {
              content: '\e872'; }
            .mailmaga-list .mailmaga-one .commands .controls .control.del:hover {
              color: #e13131; }
          .mailmaga-list .mailmaga-one .commands .controls .control.copy {
            font-size: 25px;
            line-height: 25px;
            margin-top: 4px;
            color: #7d7716; }
            .mailmaga-list .mailmaga-one .commands .controls .control.copy:before {
              content: '\e173'; }
            .mailmaga-list .mailmaga-one .commands .controls .control.copy:hover {
              color: #b5ac16; }

/*-------------------------------------------------------------------------------------------------
▼拍手メッセージ
-------------------------------------------------------------------------------------------------*/
.clap-messages {
  display: flex;
  flex-direction: column; }
  .clap-messages .clap-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    margin-bottom: 6px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 0 3px 3px 3px;
    font-size: 14px;
    position: relative; }
    .clap-messages .clap-message .summaries {
      display: inline-block;
      font-size: 12px;
      margin-bottom: 5px;
      width: calc(100% - 15px); }
      .clap-messages .clap-message .summaries .del {
        color: #b97272;
        margin-right: 5px;
        cursor: pointer; }
        .clap-messages .clap-message .summaries .del:hover {
          color: #ff8040; }
      .clap-messages .clap-message .summaries .event {
        color: #cda443;
        margin-right: 5px; }
      .clap-messages .clap-message .summaries .date {
        color: #838383;
        margin-right: 5px; }
      .clap-messages .clap-message .summaries .circle {
        color: #36adda;
        margin-right: 5px; }
      .clap-messages .clap-message .summaries .sender {
        color: #bbbbbb; }
    .clap-messages .clap-message .phrases {
      width: 100%;
      font-weight: bold; }
    .clap-messages .clap-message .message {
      width: 100%; }
    .clap-messages .clap-message .reply {
      width: 100%;
      display: flex;
      align-items: center;
      margin-top: 10px; }
      .clap-messages .clap-message .reply .thanks {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-image: url(images/thanks.png);
        background-size: contain; }
      .clap-messages .clap-message .reply .reply-contents {
        width: calc(100% - 60px);
        display: flex;
        flex-direction: column; }
        .clap-messages .clap-message .reply .reply-contents .reply-header {
          font-weight: bold; }
        .clap-messages .clap-message .reply .reply-contents .reply-text {
          width: 100%; }
    .clap-messages .clap-message .controls {
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      .clap-messages .clap-message .controls .commands {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center; }
        .clap-messages .clap-message .controls .commands .tip {
          margin-right: 10px;
          line-height: 14px; }
        .clap-messages .clap-message .controls .commands .buttons {
          display: flex; }
      .clap-messages .clap-message .controls textarea {
        width: 100%; }
    .clap-messages .clap-message .message-checker {
      position: absolute;
      right: -11px;
      top: 0; }
    .clap-messages .clap-message.paper-generated {
      margin-top: 15px; }
      .clap-messages .clap-message.paper-generated:before {
        content: "作成済み";
        position: absolute;
        top: -15px;
        left: -1px;
        display: block;
        background-color: #a7516e;
        color: #ffffff;
        font-size: 10px;
        line-height: 10px;
        padding: 3px 10px 2px; }

/* --------------------------------------------------------------- */
/* ポスカ色紙プレビューPOPUP                                       */
/* --------------------------------------------------------------- */
.posca-viewer {
  display: none;
  flex-direction: column;
  width: 96%;
  height: fit-content;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 201;
  max-width: 600px;
  max-height: 90%;
  box-shadow: 0px 0px 10px 0px #000000;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .posca-viewer {
      width: 80%;
      max-height: 95%; } }
  .posca-viewer .posca-viewer-contents {
    /*height: calc(100% - 30px);*/
    /*flex-grow: 1;*/
    height: auto;
    min-height: 0;
    padding: 20px;
    overflow-y: auto; }
    @media screen and (max-width: 800px) {
      .posca-viewer .posca-viewer-contents {
        padding: 10px; } }
    .posca-viewer .posca-viewer-contents .preview-area {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .posca-viewer .posca-viewer-contents .preview-area .preview {
        width: 100%;
        background-color: #eaeaea;
        border: 1px solid #000000;
        overflow: hidden; }
      .posca-viewer .posca-viewer-contents .preview-area .posca-select {
        width: 100%;
        height: 70px;
        display: flex;
        overflow: hidden;
        margin-top: 5px;
        padding-bottom: 3px; }
        .posca-viewer .posca-viewer-contents .preview-area .posca-select .posca {
          width: fit-content;
          height: 60px;
          border: 1px solid #d5d5d5;
          margin: 2px;
          cursor: pointer; }
          .posca-viewer .posca-viewer-contents .preview-area .posca-select .posca img {
            width: 60px;
            height: 100%;
            object-fit: contain; }
          .posca-viewer .posca-viewer-contents .preview-area .posca-select .posca.selected {
            border: 3px solid #FF9800;
            margin: 2px 1px; }
    .posca-viewer .posca-viewer-contents .controls {
      display: flex;
      justify-content: center;
      margin-top: 10px; }
  .posca-viewer .posca-viewer-contents::-webkit-scrollbar {
    width: 3px; }
  .posca-viewer .posca-viewer-contents::-webkit-scrollbar-track {
    background-color: #cccccc; }
  .posca-viewer .posca-viewer-contents::-webkit-scrollbar-thumb {
    background-color: #3d6d3f; }

/*-------------------------------------------------------------------------------------------------
▼ お知らせ用の枠
-------------------------------------------------------------------------------------------------*/
.inform {
  width: 100%;
  min-height: calc(100% - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 50px 80px;
  /*
      &:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          background-image: url(images/wave_gray2.svg);
          background-repeat: no-repeat;
          width: 100%;
          height: 30%;
          transform: rotate(180deg);
          opacity: 1;
          z-index: -1;
  
          @include breakpoint('<=small') {
              left: -50%;
              width: 150%;
              height: 20%;
          }
      }
  */ }
  @media screen and (max-width: 768px) {
    .inform {
      min-height: calc(100% - 45px);
      padding: 10% 5% 15%; } }
  .inform .nopage {
    padding: 50px;
    background-color: #7c898f;
    border: 10px solid #373b3d;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      .inform .nopage {
        padding: 10% 5%; } }
    .inform .nopage .message {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 1.8em;
      text-align: center; }
      .inform .nopage .message .ico {
        color: #ffbf00;
        font-size: 50px; }
        @media screen and (max-width: 768px) {
          .inform .nopage .message .ico {
            font-size: 40px; } }
      .inform .nopage .message .txt {
        color: #ffffff;
        font-size: 30px; }
        @media screen and (max-width: 768px) {
          .inform .nopage .message .txt {
            font-size: 20px; } }

/*-------------------------------------------------------------------------------------------------
▼ ガイド
-------------------------------------------------------------------------------------------------*/
.guide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px; }
  .guide .message {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    background-color: #e7e2d370;
    overflow: hidden;
    border-radius: 7px 0 7px 7px; }
    .guide .message a {
      display: inline-block; }
    @media screen and (max-width: 768px) {
      .guide .message {
        padding: 20px 20px; } }
    .guide .message:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      border-width: 0 16px 16px 0;
      border-style: solid;
      border-color: #fff #fff #c9c3b0 #c9c3b0;
      display: block;
      width: 0;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2); }
    .guide .message .title {
      width: 100%;
      font-size: 1.75em;
      line-height: 1.15em;
      font-weight: bold;
      color: #8b886f;
      display: flex;
      align-items: center; }
      .guide .message .title .ico {
        font-size: 40px;
        padding: 0 10px 4px 0; }
    .guide .message .sub-title {
      width: 100%;
      font-size: 22px;
      font-weight: bold;
      color: #8f7676;
      margin-top: 20px; }
      .guide .message .sub-title span {
        color: #E4007F; }
    .guide .message .sub-title2 {
      width: 100%;
      font-size: 26px;
      line-height: 32px;
      font-weight: bold;
      color: #474747;
      margin-top: 20px; }
      .guide .message .sub-title2 span {
        color: #E4007F; }
    .guide .message .contents {
      width: 100%;
      margin-top: 10px;
      color: #3b3b3b;
      font-size: 1.0em;
      line-height: 1.4em;
      white-space: pre-line; }
      .guide .message .contents .warn {
        color: #E4007F;
        text-decoration: underline; }
    .guide .message .alert {
      width: 100%;
      margin-top: 10px;
      color: #b16a6a;
      font-size: 1.0em;
      line-height: 1.4em; }
      .guide .message .alert b {
        color: #b16a6a; }
    .guide .message .control {
      width: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: center; }
      .guide .message .control .button {
        margin: 0 10px; }
    .guide .message .line {
      width: 100%;
      height: 0;
      border-bottom: 2px dashed #bbbbbb;
      margin: 20px 0; }
    .guide .message.warn {
      background-color: #e5cccc70; }
      .guide .message.warn:before {
        border-color: #fff #fff #ddbbbb #ddbbbb; }
      .guide .message.warn .title {
        color: #a74942; }
      .guide .message.warn .contents {
        color: #652121; }
      .guide .message.warn .control .button {
        color: #ffffff;
        background: #673131;
        box-shadow: none; }
        .guide .message.warn .control .button:hover {
          opacity: 0.8; }
    .guide .message.white {
      background-color: #ffffff; }
      .guide .message.white:before {
        display: none; }
      .guide .message.white .title {
        color: #636363; }
      .guide .message.white .contents {
        color: #373737; }
      .guide .message.white.border {
        border: 3px solid #eaeaea; }

/*-------------------------------------------------------------------------------------------------
▼ アクセントボード
-------------------------------------------------------------------------------------------------*/
.accent-board {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 24px; }
  .accent-board .board-wrap .bd-title {
    padding: 10px 20px 7px 27px;
    text-align: left;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    background: #119dc7;
    font-size: 20px;
    line-height: 20px; }
  .accent-board .board-wrap .bd-message {
    padding: 15px  25px;
    text-align: left;
    color: #474747;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    font-size: 18px;
    line-height: 20px;
    border-left: 3px solid #119dc7;
    border-right: 3px solid #119dc7;
    border-bottom: 3px solid #119dc7; }
    .accent-board .board-wrap .bd-message .control {
      width: 100%;
      display: flex;
      justify-content: center; }
      .accent-board .board-wrap .bd-message .control .button {
        margin: 0 10px; }

/*-------------------------------------------------------------------------------------------------
▼ テーブル型式ボード
-------------------------------------------------------------------------------------------------*/
.table-board {
  width: 100%;
  border: 5px solid #f1f1f1;
  border-radius: 15px;
  padding: 7px;
  box-shadow: 0px 0px 0px 1px #3d3d3d2e; }
  .table-board .one-item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 30px; }
    @media screen and (max-width: 980px) {
      .table-board .one-item {
        padding: 10px 20px; } }
    @media screen and (max-width: 768px) {
      .table-board .one-item {
        padding: 10px 10px; } }
    .table-board .one-item .subject {
      width: 35%; }
    .table-board .one-item .detail {
      width: 65%; }
    .table-board .one-item span {
      font-weight: bold; }
    .table-board .one-item:last-child {
      border-bottom: unset; }
    .table-board .one-item:nth-child(even) {
      background-color: #f8f8f8; }

/*-------------------------------------------------------------------------------------------------
▼ regist-select
-------------------------------------------------------------------------------------------------*/
.regist-select {
  width: 100%;
  display: flex;
  justify-content: center; }
  .regist-select .regist-select-area {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    background-color: #fbfbfb; }
    .regist-select .regist-select-area .title-area {
      width: 100%;
      color: #303030;
      background-color: #f1f1f1;
      font-size: 24px;
      font-weight: bold;
      padding: 20px 5px;
      text-align: center; }
      @media screen and (max-width: 980px) {
        .regist-select .regist-select-area .title-area {
          font-size: 22px; } }
      @media screen and (max-width: 768px) {
        .regist-select .regist-select-area .title-area {
          font-size: 18px; } }
    .regist-select .regist-select-area .contents-area {
      width: 100%;
      max-width: 1000px;
      padding: 20px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      @media screen and (max-width: 980px) {
        .regist-select .regist-select-area .contents-area {
          padding: 15px; } }
      @media screen and (max-width: 768px) {
        .regist-select .regist-select-area .contents-area {
          width: 100%;
          padding: 10px; } }
      .regist-select .regist-select-area .contents-area .area-block {
        margin: 20px;
        padding: 20px 20px;
        width: calc(50% - 40px);
        border: 3px solid #545454;
        border-radius: 5px; }
        @media screen and (max-width: 980px) {
          .regist-select .regist-select-area .contents-area .area-block {
            width: 100%;
            margin: 20px 10px;
            padding: 20px 10px; } }
        .regist-select .regist-select-area .contents-area .area-block .item {
          height: 65px;
          color: #ffffff;
          background-color: #bb4242;
          border: 2px solid #bb4242;
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          cursor: pointer; }
          .regist-select .regist-select-area .contents-area .area-block .item:hover {
            color: #ffffff;
            background-color: #e75555;
            border: 2px solid #bb4242; }
          .regist-select .regist-select-area .contents-area .area-block .item img {
            width: 38px;
            height: auto;
            object-fit: contain; }
          .regist-select .regist-select-area .contents-area .area-block .item .ico {
            font-size: 30px;
            padding-bottom: 2px; }
          .regist-select .regist-select-area .contents-area .area-block .item .txt {
            font-weight: bold;
            font-size: 22px;
            line-height: 22px;
            padding-left: 20px; }
            @media screen and (max-width: 980px) {
              .regist-select .regist-select-area .contents-area .area-block .item .txt {
                font-size: 18px;
                line-height: 18px;
                padding-left: 5px; } }
          .regist-select .regist-select-area .contents-area .area-block .item .option {
            position: absolute;
            font-size: 12px;
            color: #ffffff;
            text-align: center;
            bottom: 4px; }
          .regist-select .regist-select-area .contents-area .area-block .item:last-child {
            margin-bottom: 0; }
        .regist-select .regist-select-area .contents-area .area-block .item-line {
          background-color: #22b754;
          border: 2px solid #22b754; }
          .regist-select .regist-select-area .contents-area .area-block .item-line:hover {
            background-color: #219147;
            border: 2px solid #22b754; }
        .regist-select .regist-select-area .contents-area .area-block .item-google {
          color: #4c4c4c;
          background-color: #ffffff;
          border: 2px solid #7e7e7e; }
          .regist-select .regist-select-area .contents-area .area-block .item-google:hover {
            color: #4c4c4c;
            background-color: #fffbd5;
            border: 2px solid #646464; }
        .regist-select .regist-select-area .contents-area .area-block .item-apple {
          color: #ffffff;
          background-color: #000000;
          border: unset;
          margin-bottom: 5px; }
          .regist-select .regist-select-area .contents-area .area-block .item-apple:hover {
            color: #ffffff;
            background-color: #7e7e7e;
            border: 2px solid #646464; }

.regist {
  padding: 30px 30px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .regist {
      padding: 20px 10px; } }
  .regist .regist-form {
    max-width: 1000px;
    padding: 40px;
    border: 3px solid #6a7b0c5e;
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .regist .regist-form {
        padding: 20px; } }

/*-------------------------------------------------------------------------------------------------
▼ ログインフォーム
-------------------------------------------------------------------------------------------------*/
.login-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 30px 0; }
  .login-form .login {
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #5e686c;
    width: 450px;
    height: fit-content;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .login-form .login {
        width: 420px;
        border-radius: 15px; } }
    @media screen and (max-width: 768px) {
      .login-form .login {
        width: 400px;
        border-radius: 10px; } }
    @media screen and (max-width: 480px) {
      .login-form .login {
        width: 92%;
        border-radius: 10px; } }
    .login-form .login .symbol {
      width: 100%;
      font-size: 6em;
      text-align: center; }
    .login-form .login .symbol-txt {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login-form .login .symbol-txt .symbol {
        width: auto;
        font-size: 4em; }
      .login-form .login .symbol-txt .txt {
        margin-left: 10px;
        font-size: 2em; }
    .login-form .login .option {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #d5d9b7; }
      .login-form .login .option a {
        margin: 5px 10px; }
    .login-form .login .extra-login {
      width: 100%;
      display: inline-block;
      padding: 20px 30px 0;
      margin-top: 20px;
      border-top: 1px solid #d5d9b7; }
      .login-form .login .extra-login .item {
        height: 50px;
        color: #ffffff;
        background-color: #bb4242;
        border: 2px solid #bb4242;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer; }
        .login-form .login .extra-login .item:hover {
          color: #ffffff;
          background-color: #e75555;
          border: 2px solid #bb4242; }
        .login-form .login .extra-login .item img {
          width: 38px;
          height: auto;
          object-fit: contain; }
        .login-form .login .extra-login .item .txt {
          font-weight: bold;
          font-size: 22px;
          line-height: 22px;
          padding-left: 20px; }
          @media screen and (max-width: 768px) {
            .login-form .login .extra-login .item .txt {
              font-size: 16px;
              line-height: 16px;
              padding-left: 5px; } }
        .login-form .login .extra-login .item:last-child {
          margin-bottom: 0; }
      .login-form .login .extra-login .item-line {
        background-color: #22b754;
        border: 2px solid #22b754; }
        .login-form .login .extra-login .item-line:hover {
          background-color: #219147;
          border: 2px solid #22b754; }
      .login-form .login .extra-login .item-google {
        color: #4c4c4c;
        background-color: #ffffff;
        border: 2px solid #7e7e7e; }
        .login-form .login .extra-login .item-google:hover {
          color: #4c4c4c;
          background-color: #fffbd5;
          border: 2px solid #646464; }
      .login-form .login .extra-login .item-apple {
        color: #ffffff;
        background-color: #000000;
        border: none; }
        .login-form .login .extra-login .item-apple:hover {
          color: #ffffff;
          background-color: #7e7e7e;
          border: 2px solid #646464; }

.manage-login-form {
  min-height: 100%; }
  .manage-login-form .login {
    background-color: #ebeddd;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #5e686c;
    box-shadow: 0 0 3px 0px #333333;
    width: 450px;
    height: fit-content;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .manage-login-form .login {
        width: 420px;
        border-radius: 15px; } }
    @media screen and (max-width: 768px) {
      .manage-login-form .login {
        width: 400px;
        border-radius: 10px; } }
    @media screen and (max-width: 480px) {
      .manage-login-form .login {
        width: 92%;
        border-radius: 10px; } }
    .manage-login-form .login .symbol {
      width: 100%;
      font-size: 6em;
      text-align: center; }

/*-------------------------------------------------------------------------------------------------
▼ ドキュメント表示
-------------------------------------------------------------------------------------------------*/
.document-reader {
  display: block;
  user-select: text; }
  .document-reader img {
    max-width: 80%;
    /*box-shadow: 1px 1px 5px 0px #00000087;
    margin: 0 10px 10px 0;*/ }
    @media screen and (max-width: 768px) {
      .document-reader img {
        max-width: 100%; } }
  .document-reader .link-target {
    padding-top: 100px;
    margin-top: -100px; }
    @media screen and (max-width: 768px) {
      .document-reader .link-target {
        padding-top: 70px;
        margin-top: -70px; } }
  .document-reader table tr {
    display: table-row; }
    .document-reader table tr th {
      display: table-cell;
      width: unset;
      padding: 1em;
      text-align: left; }
    .document-reader table tr td {
      display: table-cell;
      width: unset;
      padding: 1em;
      text-align: left; }
  .document-reader a {
    display: inline-block; }

/*-------------------------------------------------------------------------------------------------
▼ ドキュメント
-------------------------------------------------------------------------------------------------*/
.document {
  font-size: 15px;
  padding: 30px;
  margin: 20px auto;
  max-width: 1000px;
  color: #353535; }
  @media screen and (max-width: 768px) {
    .document {
      padding: 15px 0; } }
  .document .document-title {
    font-size: 24px;
    text-align: center;
    margin: 0 0 1.5em 0; }
    @media screen and (max-width: 768px) {
      .document .document-title {
        font-size: 22px; } }
  .document .date {
    font-size: 14px;
    text-align: center; }
  .document .contents {
    width: 100%; }
    .document .contents .section-title {
      font-size: 18px;
      font-weight: bold;
      margin-top: 50px;
      margin-bottom: 10px; }
    .document .contents .section {
      display: flex;
      margin-bottom: 10px; }
      .document .contents .section .line {
        width: 100%;
        display: flex; }
      .document .contents .section .number {
        width: 38px; }
      .document .contents .section .txt {
        width: calc(100% - 38px);
        display: flex;
        flex-wrap: wrap; }
      .document .contents .section .number2 {
        width: 24px; }
      .document .contents .section .txt2 {
        width: calc(100% - 24px);
        display: flex;
        flex-wrap: wrap; }

/*-------------------------------------------------------------------------------------------------
▼固定ヘッダ（コンテンツ用）
-------------------------------------------------------------------------------------------------*/
.fixed-contents-header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 115px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px 0 10px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .fixed-contents-header {
      top: 55px;
      padding: 10px 0 10px; } }
  .fixed-contents-header .breadcrumbs {
    padding: 0 20px; }
  .fixed-contents-header .control-contents {
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .fixed-contents-header .control-contents {
        flex-wrap: wrap;
        padding: 0 10px; } }
    .fixed-contents-header .control-contents .title {
      font-size: 26px;
      line-height: 29px;
      font-weight: bold;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
    .fixed-contents-header .control-contents .control {
      margin-left: 10px;
      display: flex;
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .fixed-contents-header .control-contents .control {
          width: 100%;
          margin-top: 10px;
          margin-left: unset; } }
      .fixed-contents-header .control-contents .control .btn {
        height: 2.0em;
        padding: 2px 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #dddddd;
        border-radius: 6px;
        cursor: pointer;
        white-space: nowrap;
        margin-left: 10px;
        position: relative;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .fixed-contents-header .control-contents .control .btn {
            margin-left: 5px; } }
        @media screen and (max-width: 480px) {
          .fixed-contents-header .control-contents .control .btn {
            padding: 2px 10px 0; } }
        .fixed-contents-header .control-contents .control .btn:hover {
          color: #ffffff;
          background-color: #666666; }
        .fixed-contents-header .control-contents .control .btn.left:before, .fixed-contents-header .control-contents .control .btn.right:before {
          font-family: 'Font Awesome 5 Free';
          font-size: 18px;
          line-height: 21px;
          position: absolute;
          height: 30px;
          padding: 5px 8px;
          top: 0px;
          font-weight: bold;
          color: #a9a9a9; }
        .fixed-contents-header .control-contents .control .btn.left:hover:before, .fixed-contents-header .control-contents .control .btn.right:hover:before {
          color: #ffffff; }
        .fixed-contents-header .control-contents .control .btn.left {
          padding-left: 40px; }
          .fixed-contents-header .control-contents .control .btn.left:before {
            left: 5px;
            content: '\f053'; }
        .fixed-contents-header .control-contents .control .btn.right {
          padding-right: 40px; }
          .fixed-contents-header .control-contents .control .btn.right:before {
            right: 5px;
            content: '\f054'; }
        .fixed-contents-header .control-contents .control .btn.disabled {
          pointer-events: none;
          color: #eaeaea;
          border: 1px solid #eaeaea; }
          .fixed-contents-header .control-contents .control .btn.disabled:before {
            color: #eaeaea; }

/*-------------------------------------------------------------------------------------------------
▼ 利用規約・プライバシーポリシー・特定商取引共通
-------------------------------------------------------------------------------------------------*/
.law-rule-privacy table tbody tr {
  border-left: solid 1px #d2d7d9bf;
  border-right: solid 1px #d2d7d9bf; }
  .law-rule-privacy table tbody tr th {
    white-space: pre;
    text-align: left;
    padding: 7px 10px;
    white-space: pre-line;
    width: 188px; }
    @media screen and (max-width: 768px) {
      .law-rule-privacy table tbody tr th {
        width: 110px; } }
  .law-rule-privacy table tbody tr td {
    white-space: normal;
    text-align: left;
    padding: 7px 10px; }
    .law-rule-privacy table tbody tr td a {
      display: inline-block; }

/*-------------------------------------------------------------------------------------------------
▼ 利用規約
-------------------------------------------------------------------------------------------------*/
.site-rule .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px; }
.site-rule .finish {
  width: 100%;
  text-align: right; }
.site-rule .item .block-title {
  font-size: 24px;
  font-weight: bold;
  margin: 80px 0 20px;
  text-align: left; }
.site-rule .item .privacypolicy-list {
  font-size: 16px; }
  .site-rule .item .privacypolicy-list .privacypolicy-list__item-no_padding {
    margin-bottom: 10px; }
    .site-rule .item .privacypolicy-list .privacypolicy-list__item-no_padding .child {
      padding-left: 20px; }
      .site-rule .item .privacypolicy-list .privacypolicy-list__item-no_padding .child li {
        font-size: 14px; }

/*-------------------------------------------------------------------------------------------------
▼ 支払い
-------------------------------------------------------------------------------------------------*/
.pay {
  width: 100%;
  /*確認ページ*/ }
  .pay .title {
    font-size: 24px;
    font-weight: bold; }
  .pay .subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 5px 0; }
    .pay .subtitle .tip {
      font-size: 12px;
      line-height: 12px;
      margin-left: 10px;
      color: #03a9f4;
      font-weight: normal;
      padding: 3px 10px;
      border: 1px solid #03a9f4;
      cursor: pointer;
      white-space: nowrap; }
      .pay .subtitle .tip:hover {
        color: #ff8000;
        border: 1px solid #ff8000; }
  .pay .price-item {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .pay .price-item .item-name {
      font-size: 18px; }
    .pay .price-item .price {
      font-size: 20px; }
  .pay .tip a {
    display: inline-block; }
  .pay .command {
    width: 100%;
    text-align: right;
    margin-top: unset;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end; }
    .pay .command .button {
      margin-left: 5px; }
      .pay .command .button:active {
        margin: 3px -1px 1px 6px; }
  .pay .estimate-summary {
    margin-bottom: 10px;
    border: 2px solid #676767;
    padding: 10px 20px;
    color: #444444; }
    @media screen and (max-width: 768px) {
      .pay .estimate-summary {
        padding: 10px; } }
    .pay .estimate-summary .estimate-contents {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #eaeaea; }
      .pay .estimate-summary .estimate-contents .one-item {
        width: 100%;
        display: flex;
        margin: 5px 0;
        padding: 5px 0;
        border-bottom: 1px dashed #eaeaea; }
        .pay .estimate-summary .estimate-contents .one-item:last-child {
          border-bottom: unset; }
        .pay .estimate-summary .estimate-contents .one-item .tag {
          width: 130px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .pay .estimate-summary .estimate-contents .one-item .tag {
              width: 80px; } }
        .pay .estimate-summary .estimate-contents .one-item .contents {
          width: calc(100% - 130px);
          word-break: break-all; }
          @media screen and (max-width: 768px) {
            .pay .estimate-summary .estimate-contents .one-item .contents {
              width: calc(100% - 80px); } }
    .pay .estimate-summary .price-block {
      width: 100%;
      display: flex;
      padding: 5px 10px; }
      .pay .estimate-summary .price-block .price-tag {
        width: calc(100% - 140px);
        text-align: right; }
      .pay .estimate-summary .price-block .price {
        width: 140px;
        text-align: right; }
      .pay .estimate-summary .price-block.strong {
        font-size: 20px;
        font-weight: bold;
        background-color: #efefef;
        padding: 10px 10px;
        color: #000000; }
  .pay .law-compact {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border: 1px solid #eaeaea;
    padding: 15px; }
    .pay .law-compact .one-item {
      display: flex; }
      .pay .law-compact .one-item .tag {
        width: 200px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .pay .law-compact .one-item .tag {
            width: 100px; } }
      .pay .law-compact .one-item .value {
        width: calc(100% - 200px); }
        @media screen and (max-width: 768px) {
          .pay .law-compact .one-item .value {
            width: calc(100% - 100px); } }
  .pay .pay-method {
    display: flex;
    flex-direction: column; }
    .pay .pay-method .one-method {
      width: 100%;
      margin: 5px 0;
      padding: 5px 0; }
      .pay .pay-method .one-method:last-child {
        border-bottom: unset; }
      .pay .pay-method .one-method label {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .pay .pay-method .one-method label .txt {
          font-size: 16px;
          line-height: 16px;
          font-weight: bold;
          margin-right: 20px; }
        .pay .pay-method .one-method label img {
          height: 30px; }
        .pay .pay-method .one-method label .tip {
          font-size: 16px;
          line-height: 16px;
          margin-left: 20px;
          border: 1px solid #5e819d;
          color: #5e819d;
          padding: 5px 15px; }
        .pay .pay-method .one-method label:before {
          top: -5px; }
    .pay .pay-method .pay-form {
      display: none;
      border: 1px solid #cdcdcd;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 5px; }
      .pay .pay-method .pay-form .input-block {
        padding: 10px 1px; }
        .pay .pay-method .pay-form .input-block input[type="text"], .pay .pay-method .pay-form .input-block input[type="password"] {
          font-size: 20px;
          font-weight: bold; }
  .pay .pay-method-info {
    border: 2px solid #676767;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .pay .pay-method-info {
        padding: 10px; } }
    .pay .pay-method-info .item {
      display: flex;
      align-items: center; }
      .pay .pay-method-info .item .tag {
        width: 130px; }
        @media screen and (max-width: 768px) {
          .pay .pay-method-info .item .tag {
            width: 120px; } }
        @media screen and (max-width: 480px) {
          .pay .pay-method-info .item .tag {
            width: 115px; } }
        @media screen and (max-width: 360px) {
          .pay .pay-method-info .item .tag {
            width: 100px; } }
      .pay .pay-method-info .item .val {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 20px;
        width: calc(100% - 130px); }
        @media screen and (max-width: 768px) {
          .pay .pay-method-info .item .val {
            font-size: 18px;
            width: calc(100% - 120px); } }
        @media screen and (max-width: 480px) {
          .pay .pay-method-info .item .val {
            font-size: 16px;
            width: calc(100% - 115px); } }
        @media screen and (max-width: 360px) {
          .pay .pay-method-info .item .val {
            font-size: 16px;
            width: calc(100% - 100px); } }
        .pay .pay-method-info .item .val img {
          height: 26px;
          margin-right: 10px; }

/*-------------------------------------------------------------------------------------------------
▼お知らせ、Ｑ＆Ａ、利用ガイド
-------------------------------------------------------------------------------------------------*/
.news, .qa, .user-guide {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0; }
  @media screen and (max-width: 980px) {
    .news, .qa, .user-guide {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .news, .qa, .user-guide {
      padding: 20px 0;
      flex-wrap: wrap; } }
  .news .categories, .qa .categories, .user-guide .categories {
    width: 150px; }
    @media screen and (min-width: 769px) {
      .news .categories, .qa .categories, .user-guide .categories {
        position: sticky;
        top: 120px; } }
    @media screen and (max-width: 768px) {
      .news .categories, .qa .categories, .user-guide .categories {
        width: 100%;
        display: flex;
        flex-wrap: wrap; } }
    .news .categories .category, .qa .categories .category, .user-guide .categories .category {
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        .news .categories .category, .qa .categories .category, .user-guide .categories .category {
          padding: 10px 10px 10px 20px;
          border-bottom: 1px solid #eaeaea; }
          .news .categories .category:first-child, .qa .categories .category:first-child, .user-guide .categories .category:first-child {
            border-top: 1px solid #eaeaea; } }
      @media screen and (max-width: 768px) {
        .news .categories .category, .qa .categories .category, .user-guide .categories .category {
          width: 31.9%;
          max-width: 150px;
          min-width: 110px;
          margin: 0 5px 5px 0;
          padding: 4px 0;
          text-align: center;
          border: 1px solid #eaeaea;
          border-radius: 5px; } }
      .news .categories .category:hover, .qa .categories .category:hover, .user-guide .categories .category:hover {
        color: #ffffff;
        background-color: #666666; }
      .news .categories .category.active, .qa .categories .category.active, .user-guide .categories .category.active {
        color: #ffffff;
        background-color: #666666;
        pointer-events: none; }
  .news .contents, .qa .contents, .user-guide .contents {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .news .contents, .qa .contents, .user-guide .contents {
        width: 100%;
        padding-left: unset;
        margin-top: 20px; } }
    .news .contents .list-header, .qa .contents .list-header, .user-guide .contents .list-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px; }
      .news .contents .list-header .list-title, .qa .contents .list-header .list-title, .user-guide .contents .list-header .list-title {
        font-size: 20px;
        font-weight: bold; }
      .news .contents .list-header .item-counter, .qa .contents .list-header .item-counter, .user-guide .contents .list-header .item-counter {
        display: flex;
        align-items: center; }
        .news .contents .list-header .item-counter .count, .qa .contents .list-header .item-counter .count, .user-guide .contents .list-header .item-counter .count {
          font-size: 18px;
          font-weight: bold; }
        .news .contents .list-header .item-counter .tag, .qa .contents .list-header .item-counter .tag, .user-guide .contents .list-header .item-counter .tag {
          margin-left: 8px; }
    .news .contents .item-list, .qa .contents .item-list, .user-guide .contents .item-list {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .news .contents .item-list .one-item, .qa .contents .item-list .one-item, .user-guide .contents .item-list .one-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .news .contents .item-list .one-item:first-child, .qa .contents .item-list .one-item:first-child, .user-guide .contents .item-list .one-item:first-child {
          border-top: 1px solid #eaeaea; }
        .news .contents .item-list .one-item .item-summary, .qa .contents .item-list .one-item .item-summary, .user-guide .contents .item-list .one-item .item-summary {
          width: 100%;
          display: flex;
          align-items: center;
          padding: 10px;
          border-bottom: 1px solid #eaeaea;
          cursor: pointer;
          position: relative; }
          @media screen and (max-width: 480px) {
            .news .contents .item-list .one-item .item-summary, .qa .contents .item-list .one-item .item-summary, .user-guide .contents .item-list .one-item .item-summary {
              flex-wrap: wrap; } }
          .news .contents .item-list .one-item .item-summary:after, .qa .contents .item-list .one-item .item-summary:after, .user-guide .contents .item-list .one-item .item-summary:after {
            font-family: 'Font Awesome 5 Free';
            font-size: 18px;
            font-weight: bold;
            line-height: 18px;
            position: absolute;
            top: 50%;
            right: -8px;
            height: 28px;
            padding: 5px;
            content: '\f078';
            color: #a9a9a9;
            border-radius: 10px 10px 0 0;
            transform: translate(-50%, -50%); }
          .news .contents .item-list .one-item .item-summary:hover, .qa .contents .item-list .one-item .item-summary:hover, .user-guide .contents .item-list .one-item .item-summary:hover {
            color: #bf9651; }
          .news .contents .item-list .one-item .item-summary.active:after, .qa .contents .item-list .one-item .item-summary.active:after, .user-guide .contents .item-list .one-item .item-summary.active:after {
            font-family: 'Font Awesome 5 Free';
            font-size: 18px;
            font-weight: bold;
            line-height: 18px;
            position: absolute;
            top: 50%;
            right: -8px;
            height: 28px;
            padding: 5px;
            content: '\f077';
            color: #a9a9a9;
            border-radius: 10px 10px 0 0;
            transform: translate(-50%, -50%); }
        .news .contents .item-list .one-item .detail, .qa .contents .item-list .one-item .detail, .user-guide .contents .item-list .one-item .detail {
          display: none;
          width: 100%;
          background-color: #f8f8f8;
          margin: 1px 0 20px;
          padding: 30px; }
          @media screen and (max-width: 768px) {
            .news .contents .item-list .one-item .detail, .qa .contents .item-list .one-item .detail, .user-guide .contents .item-list .one-item .detail {
              padding: 15px; } }

.news .contents .item-list .one-item .item-summary .date-kubun {
  width: 210px;
  display: flex; }
  @media screen and (max-width: 768px) {
    .news .contents .item-list .one-item .item-summary .date-kubun {
      width: 200px; } }
  @media screen and (max-width: 480px) {
    .news .contents .item-list .one-item .item-summary .date-kubun {
      width: 100%; } }
  .news .contents .item-list .one-item .item-summary .date-kubun .date {
    width: 120px;
    color: #908416; }
  .news .contents .item-list .one-item .item-summary .date-kubun .kubun {
    width: calc(100% - 120px); }
.news .contents .item-list .one-item .item-summary .title {
  width: calc(100% - 210px - 30px); }
  @media screen and (max-width: 768px) {
    .news .contents .item-list .one-item .item-summary .title {
      width: calc(100% - 200px - 30px); } }
  @media screen and (max-width: 480px) {
    .news .contents .item-list .one-item .item-summary .title {
      width: calc(100% - 30px); } }

.qa .categories, .user-guide .categories {
  width: 220px; }
  @media screen and (max-width: 768px) {
    .qa .categories, .user-guide .categories {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .qa .categories .category, .user-guide .categories .category {
      width: 48.3%;
      max-width: 200px; } }
.qa .contents, .user-guide .contents {
  width: calc(100% - 220px); }
  @media screen and (max-width: 768px) {
    .qa .contents, .user-guide .contents {
      width: 100%; } }
  .qa .contents .item-list .one-item .item-summary .title, .user-guide .contents .item-list .one-item .item-summary .title {
    width: calc(100% - 30px);
    background-image: url(images/question.svg);
    padding: 5px 0 5px 50px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: -15px -17px; }
  .qa .contents .item-list .one-item .detail, .user-guide .contents .item-list .one-item .detail {
    background-image: url(images/answer.svg);
    padding: 20px 20px 20px 60px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: -4px 0px; }

.user-guide {
  width: 100%; }
  .user-guide .contents .item-list .one-item .item-summary .title {
    background-image: url(images/guide_book.png);
    background-size: 43px 43px;
    background-position: -2px -4px; }
  .user-guide .contents .item-list .one-item .detail {
    background-image: unset;
    background-color: unset;
    border: 5px solid #efefef;
    border-radius: 0 0 20px 0;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .user-guide .contents .item-list .one-item .detail {
        padding: 15px;
        border-radius: 0 0 10px 0; } }

/*-------------------------------------------------------------------------------------------------
▼サイトマップ
-------------------------------------------------------------------------------------------------*/
.sitemap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 14px;
  line-height: 14px; }
  .sitemap a {
    color: unset;
    cursor: pointer; }
    .sitemap a:hover {
      color: #119dc7; }
  @media screen and (max-width: 980px) {
    .sitemap {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .sitemap {
      padding: 20px 0;
      flex-wrap: wrap; } }
  .sitemap .full-block {
    width: 100%; }
  .sitemap .half-block {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .sitemap .half-block {
        width: 100%; } }
  .sitemap .item {
    width: 300px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #eaeaea;
    margin: 20px 0 15px;
    position: relative; }
    .sitemap .item:before {
      content: '';
      position: absolute;
      left: -1px;
      top: -1px;
      width: 6px;
      height: calc(100% + 2px);
      background-color: #c3c3c3; }
    .sitemap .item:after {
      content: '\f0a9';
      font-family: 'Font Awesome 5 Free';
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 9px;
      right: 10px;
      color: #272727; }
    .sitemap .item.top {
      width: 120px;
      margin-top: 0px;
      margin-bottom: 20px;
      border: unset;
      padding: 10px 10px 10px 0;
      font-size: 16px;
      font-weight: bold; }
      .sitemap .item.top:before {
        content: unset; }
      .sitemap .item.top:after {
        right: unset;
        margin-left: 10px; }
    .sitemap .item:hover {
      background-color: #f9f9f9; }
      .sitemap .item:hover:after {
        color: #119dc7; }
    .sitemap .item.pink:before {
      background-color: #f200f2; }
    .sitemap .item.green:before {
      background-color: #00aa00; }
    .sitemap .item.orange:before {
      background-color: #ff8000; }
    .sitemap .item.yellow:before {
      background-color: #fbfb00; }
    .sitemap .item.blue:before {
      background-color: #53a9ff; }
    .sitemap .item.olive:before {
      background-color: #a88600; }
  .sitemap .cate-block-1 {
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sitemap .cate-block-2 {
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .sitemap .cate-block-3 {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap; }
  .sitemap .depth-1 {
    width: 140px;
    text-align: center;
    padding: 5px 1px;
    border: 1px solid #aaaaaa; }
    .sitemap .depth-1:hover {
      background-color: #f9f9f9; }
    .sitemap .depth-1.green {
      border: 1px solid #00aa00; }
    .sitemap .depth-1.orange {
      border: 1px solid #ff8000; }
  .sitemap .depth-2 {
    width: fit-content;
    text-decoration: underline;
    margin-left: 22px;
    position: relative; }
    .sitemap .depth-2:before {
      content: '●';
      position: absolute;
      left: -18px; }
    .sitemap .depth-2.green {
      color: #00aa00; }
  .sitemap .depth-3 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 18px;
    position: relative; }
    .sitemap .depth-3:before {
      content: '＞';
      position: absolute;
      left: -15px; }
    .sitemap .depth-3.green:before {
      color: #00aa00; }
    .sitemap .depth-3.orange:before {
      color: #ff8000; }

/*-------------------------------------------------------------------------------------------------
▼会社案内
-------------------------------------------------------------------------------------------------*/
.company {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .company {
      width: 100%;
      padding: 20px 20px;
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    .company {
      padding: 20px 10px; } }
  .company .company-title {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .company .company-title {
        font-size: 30px; } }
  .company .company-infos {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .company .company-infos .info-block {
      width: 50%;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .company .company-infos .info-block {
          width: 100%; } }
      .company .company-infos .info-block .info-one {
        display: flex;
        width: 100%;
        margin-bottom: 20px; }
        .company .company-infos .info-block .info-one .tag {
          width: 100px;
          font-weight: bold; }
        .company .company-infos .info-block .info-one .val {
          width: calc(100% - 100px); }
  .company .link-company {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .company .link-company .link {
      padding: 15px 30px;
      font-size: 18px;
      border: 1px solid #d8d8d8;
      border-radius: 5px;
      cursor: pointer;
      color: unset;
      text-decoration: unset; }
      .company .link-company .link:hover {
        color: #ffffff;
        background-color: #666666; }

/*-------------------------------------------------------------------------------------------------
▼サイト検索
-------------------------------------------------------------------------------------------------*/
.site-search {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 0; }
  @media screen and (max-width: 980px) {
    .site-search {
      width: 100%;
      padding: 20px 20px; } }
  @media screen and (max-width: 768px) {
    .site-search {
      padding: 20px 0px;
      flex-wrap: wrap; } }
  .site-search .searcher {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .site-search .searcher input[type="text"] {
      height: 2.0em;
      font-size: 20px;
      background-color: #fbfbfb; }
    .site-search .searcher .btn {
      width: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 20px;
      margin-left: 5px;
      border-radius: 7px;
      color: #ffffff;
      background-color: #353535;
      white-space: nowrap;
      cursor: pointer; }
      .site-search .searcher .btn:hover {
        opacity: 0.7; }
      .site-search .searcher .btn:active {
        margin: 1px -1px -1px 6px; }
  .site-search .search-result {
    width: 100%; }
    .site-search .search-result .summary {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .site-search .search-result .summary .tag {
        font-size: 16px; }
      .site-search .search-result .summary .count {
        font-size: 22px;
        font-weight: bold;
        color: #11b8ff;
        padding: 0 10px; }
    .site-search .search-result .results {
      display: flex;
      flex-direction: column; }
      .site-search .search-result .results .one-record {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
        padding: 3px 0; }
        @media screen and (max-width: 768px) {
          .site-search .search-result .results .one-record {
            padding: 8px 0; } }
        .site-search .search-result .results .one-record:first-child {
          border-top: 1px solid #eaeaea; }
        .site-search .search-result .results .one-record:hover {
          background-color: #f8f8f8; }
        .site-search .search-result .results .one-record .kubun {
          width: 100px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            .site-search .search-result .results .one-record .kubun {
              display: none; } }
        .site-search .search-result .results .one-record .user {
          width: 110px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            .site-search .search-result .results .one-record .user {
              display: none; } }
          .site-search .search-result .results .one-record .user .photo {
            width: 60px;
            height: 60px; }
            .site-search .search-result .results .one-record .user .photo img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 5px; }
          .site-search .search-result .results .one-record .user .name {
            font-size: 14px;
            line-height: 14px; }
        .site-search .search-result .results .one-record .contents {
          width: calc(100% - 210px);
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .site-search .search-result .results .one-record .contents {
              width: 100%; } }
          .site-search .search-result .results .one-record .contents .values {
            width: calc(100% - 100px);
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .site-search .search-result .results .one-record .contents .values .kubun {
              display: none; }
              @media screen and (max-width: 768px) {
                .site-search .search-result .results .one-record .contents .values .kubun {
                  display: block;
                  width: 100%; } }
            .site-search .search-result .results .one-record .contents .values .service {
              color: #05a700;
              font-size: 14px; }
            .site-search .search-result .results .one-record .contents .values .title {
              line-height: 18px;
              margin: 5px 0;
              padding-right: 10px;
              word-break: break-all;
              text-overflow: ellipsis;
              -webkit-text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3; }
              @media screen and (max-width: 768px) {
                .site-search .search-result .results .one-record .contents .values .title {
                  -webkit-line-clamp: 2; } }
            .site-search .search-result .results .one-record .contents .values .user {
              display: none;
              align-items: center;
              justify-content: flex-start; }
              @media screen and (max-width: 768px) {
                .site-search .search-result .results .one-record .contents .values .user {
                  display: flex;
                  flex-direction: row;
                  width: 100%; } }
              .site-search .search-result .results .one-record .contents .values .user .photo {
                width: 20px;
                height: 20px; }
                .site-search .search-result .results .one-record .contents .values .user .photo img {
                  border-radius: 50%; }
              .site-search .search-result .results .one-record .contents .values .user .name {
                padding-left: 5px; }
          .site-search .search-result .results .one-record .contents .image {
            width: 100px;
            height: 80px; }
            .site-search .search-result .results .one-record .contents .image img {
              width: 100%;
              height: 100%;
              object-fit: cover; }

/*-------------------------------------------------------------------------------------------------
▼TOPページお知らせ
-------------------------------------------------------------------------------------------------*/
.top-news-list {
  width: 80%;
  max-width: 950px;
  margin: 25px auto 20px;
  display: flex;
  flex-direction: column;
  border: 2px solid #595959;
  border-radius: 4px;
  padding: 5px;
  position: relative; }
  .top-news-list:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: -26px;
    left: 16px;
    height: 24px;
    padding: 5px 30px;
    content: '\f0f3　NEWS';
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #595959; }
  @media screen and (max-width: 980px) {
    .top-news-list {
      width: 100%; } }
  .top-news-list .top-news {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px dashed #e3e3e3;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 480px) {
      .top-news-list .top-news {
        flex-wrap: wrap; } }
    .top-news-list .top-news:hover {
      background-color: #fafafa; }
    .top-news-list .top-news:last-child {
      border-bottom: unset; }
    .top-news-list .top-news .date-kubun {
      width: 210px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .top-news-list .top-news .date-kubun {
          width: 200px; } }
      @media screen and (max-width: 480px) {
        .top-news-list .top-news .date-kubun {
          width: 100%;
          margin-bottom: 5px; } }
      .top-news-list .top-news .date-kubun .date {
        width: 120px;
        color: #908416; }
      .top-news-list .top-news .date-kubun .kubun {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        padding: 4px 10px 2px; }
    .top-news-list .top-news .title {
      width: calc(100% - 210px);
      line-height: 18px; }
      @media screen and (max-width: 768px) {
        .top-news-list .top-news .title {
          width: calc(100% - 200px); } }
      @media screen and (max-width: 480px) {
        .top-news-list .top-news .title {
          width: 100%; } }

/*-------------------------------------------------------------------------------------------------
▼マルチバナー画像
-------------------------------------------------------------------------------------------------*/
.multi-banner {
  width: 100%;
  display: flex; }
  @media screen and (max-width: 980px) {
    .multi-banner {
      flex-wrap: wrap; } }
  .multi-banner.banner img {
    max-width: 100%; }
  .multi-banner.banner-4 .banner {
    flex-grow: 1;
    cursor: pointer;
    padding: 5px; }
    .multi-banner.banner-4 .banner img {
      display: block;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 980px) {
      .multi-banner.banner-4 .banner {
        width: 33%;
        flex-grow: 0;
        flex-shrink: 0; } }
    @media screen and (max-width: 480px) {
      .multi-banner.banner-4 .banner {
        width: 50%; } }
    .multi-banner.banner-4 .banner:hover {
      opacity: 0.8; }

/*-------------------------------------------------------------------------------------------------
▼メッセージ詳細
-------------------------------------------------------------------------------------------------*/
.message-detail {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 5px solid #ededed;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .message-detail {
      padding: 20px; } }
  .message-detail .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .message-detail .title .txt {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px; }
    .message-detail .title .new {
      font-size: 12px;
      line-height: 12px;
      padding: 4px 10px;
      color: #ffffff;
      background-color: #e91e63;
      white-space: nowrap;
      margin-left: 10px; }
  .message-detail .contents {
    white-space: pre-line;
    margin-top: 15px; }
  .message-detail .send-date {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 20px;
    color: #9f6a1c; }
  .message-detail .command-line {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px; }

/*-------------------------------------------------------------------------------------------------
▼シークレットイベント入口
-------------------------------------------------------------------------------------------------*/
.secret-gate {
  width: 100%;
  margin-top: 10px; }
  .secret-gate .secret-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto; }
    .secret-gate .secret-board .gate-title {
      font-size: 26px;
      line-height: 28px;
      font-weight: bold;
      margin-bottom: 15px;
      text-align: center; }
    .secret-gate .secret-board .gate-image {
      width: 100%;
      display: flex;
      justify-content: center; }
      .secret-gate .secret-board .gate-image img {
        width: auto;
        max-width: 100%; }
    .secret-gate .secret-board .gate-description {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      .secret-gate .secret-board .gate-description .description {
        width: 100%; }
      .secret-gate .secret-board .gate-description .description * {
        font-size: inherit;
        color: inherit; }
    .secret-gate .secret-board .control {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
      width: 100%;
      max-width: 450px;
      padding: 20px;
      border: 1px solid #b3ae7a;
      border-radius: 5px;
      background-color: #f1f1e7;
      position: sticky;
      bottom: 0;
      box-shadow: 1px 1px 2px 0px #000000b0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ AVATAR 編集 利用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.avatar-img {
  width: 80px;
  height: 80px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .avatar-img {
      width: 70px;
      height: 70px; } }
  .avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%; }
    .avatar-img img.walker {
      border-radius: unset !important;
      object-fit: unset !important;
      width: 320px;
      height: 320px; }
      @media screen and (max-width: 640px) {
        .avatar-img img.walker {
          width: 280px;
          height: 280px; } }
  .avatar-img.full {
    width: 200px;
    height: 250px; }
    .avatar-img.full img {
      border-radius: unset; }
  .avatar-img.thumb {
    width: 50px;
    height: 50px; }
    .avatar-img.thumb img {
      width: 200px !important;
      height: 200px !important; }

.avatar_edit {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .avatar_edit .item-tabs {
    width: 100%;
    height: 33px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 4px solid #666666;
    z-index: 1;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .avatar_edit .item-tabs .item-tab {
      padding: 4px 20px 0;
      color: #ffffff;
      background-color: #a9a9a9;
      margin-left: 5px;
      border-radius: 0 10px 0 0;
      font-size: 13px;
      cursor: pointer;
      white-space: nowrap; }
      .avatar_edit .item-tabs .item-tab:last-child {
        margin-right: 10px; }
      @media screen and (max-width: 800px) {
        .avatar_edit .item-tabs .item-tab {
          padding: 4px 10px 0; } }
      .avatar_edit .item-tabs .item-tab:hover {
        background-color: #ffc107; }
      .avatar_edit .item-tabs .item-tab.on {
        background-color: #666666;
        cursor: default; }
  .avatar_edit .item-tabs::-webkit-scrollbar {
    display: none; }
  .avatar_edit .air-boo-avatar, .avatar_edit .space-avatar {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    /* ▼コントロールエリア */
    /* ▼アクションエリア */
    /* ▼アイテムエリア */ }
    .avatar_edit .air-boo-avatar .control_area, .avatar_edit .space-avatar .control_area {
      display: inline-block;
      width: 100%;
      border: 1px solid #dddddd; }
      .avatar_edit .air-boo-avatar .control_area .avatar, .avatar_edit .space-avatar .control_area .avatar {
        display: inline-block;
        float: left;
        width: 200px;
        height: 250px;
        background-color: #ffffff;
        cursor: pointer; }
        @media screen and (max-width: 385px) {
          .avatar_edit .air-boo-avatar .control_area .avatar, .avatar_edit .space-avatar .control_area .avatar {
            width: 180px;
            height: 225px; } }
        @media screen and (max-width: 360px) {
          .avatar_edit .air-boo-avatar .control_area .avatar, .avatar_edit .space-avatar .control_area .avatar {
            width: 160px;
            height: 200px; } }
        @media screen and (max-width: 327px) {
          .avatar_edit .air-boo-avatar .control_area .avatar, .avatar_edit .space-avatar .control_area .avatar {
            width: 140px;
            height: 175px; } }
        .avatar_edit .air-boo-avatar .control_area .avatar img, .avatar_edit .space-avatar .control_area .avatar img {
          display: inline-block;
          width: 100%; }
      .avatar_edit .air-boo-avatar .control_area .info_area, .avatar_edit .space-avatar .control_area .info_area {
        display: inline-block;
        width: calc(100% - 200px - 1px);
        float: left;
        margin-left: 1px; }
        @media screen and (max-width: 385px) {
          .avatar_edit .air-boo-avatar .control_area .info_area, .avatar_edit .space-avatar .control_area .info_area {
            width: calc(100% - 180px - 1px); } }
        @media screen and (max-width: 360px) {
          .avatar_edit .air-boo-avatar .control_area .info_area, .avatar_edit .space-avatar .control_area .info_area {
            width: calc(100% - 160px - 1px); } }
        @media screen and (max-width: 327px) {
          .avatar_edit .air-boo-avatar .control_area .info_area, .avatar_edit .space-avatar .control_area .info_area {
            width: calc(100% - 140px - 1px); } }
        .avatar_edit .air-boo-avatar .control_area .info_area .info_title, .avatar_edit .space-avatar .control_area .info_area .info_title {
          width: 100%;
          background-color: #dddddd;
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          color: #482b2b;
          font-weight: bold; }
        .avatar_edit .air-boo-avatar .control_area .info_area .item_list, .avatar_edit .space-avatar .control_area .info_area .item_list {
          width: 100%;
          padding: 10px 20px;
          display: inline-block;
          text-align: center; }
          @media screen and (max-width: 855px) {
            .avatar_edit .air-boo-avatar .control_area .info_area .item_list, .avatar_edit .space-avatar .control_area .info_area .item_list {
              padding: 5px 5px 5px 10px; } }
          @media screen and (max-width: 443px) {
            .avatar_edit .air-boo-avatar .control_area .info_area .item_list, .avatar_edit .space-avatar .control_area .info_area .item_list {
              padding: 2px 0 2px 5px; } }
          .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
            width: 80px;
            height: 80px;
            margin: 5px;
            float: left;
            cursor: pointer; }
            @media screen and (max-width: 882px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                margin: 3px; } }
            @media screen and (max-width: 855px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                margin: 2px; } }
            @media screen and (max-width: 732px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 75px;
                height: 75px; } }
            @media screen and (max-width: 702px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 70px;
                height: 70px; } }
            @media screen and (max-width: 671px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 65px;
                height: 65px; } }
            @media screen and (max-width: 572px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 60px;
                height: 60px; } }
            @media screen and (max-width: 483px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 55px;
                height: 55px; } }
            @media screen and (max-width: 463px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 50px;
                height: 50px; } }
            @media screen and (max-width: 443px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                margin: 0 1px 1px 0; } }
            @media screen and (max-width: 360px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 45px;
                height: 45px; } }
            @media screen and (max-width: 327px) {
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item, .avatar_edit .space-avatar .control_area .info_area .item_list .item {
                width: 42px;
                height: 42px; } }
            .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item img, .avatar_edit .space-avatar .control_area .info_area .item_list .item img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 7px;
              border: 1px solid #bfbebe; }
              .avatar_edit .air-boo-avatar .control_area .info_area .item_list .item img:hover, .avatar_edit .space-avatar .control_area .info_area .item_list .item img:hover {
                border: 2px solid #f7dc10;
                opacity: 0.7; }
    .avatar_edit .air-boo-avatar .action_area, .avatar_edit .space-avatar .action_area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      padding: 7px 10px; }
      @media screen and (max-width: 500px) {
        .avatar_edit .air-boo-avatar .action_area, .avatar_edit .space-avatar .action_area {
          padding: 7px 5px; } }
      .avatar_edit .air-boo-avatar .action_area .btn, .avatar_edit .space-avatar .action_area .btn {
        display: flex;
        justify-content: center;
        font-size: 14px;
        float: left;
        padding: 5px 15px;
        border-radius: 15px;
        background-color: #276896;
        color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 10px; }
        @media screen and (max-width: 500px) {
          .avatar_edit .air-boo-avatar .action_area .btn, .avatar_edit .space-avatar .action_area .btn {
            padding: 5px 12px;
            margin-left: 5px; } }
        .avatar_edit .air-boo-avatar .action_area .btn:first-child, .avatar_edit .space-avatar .action_area .btn:first-child {
          margin-left: unset; }
        .avatar_edit .air-boo-avatar .action_area .btn .icon, .avatar_edit .space-avatar .action_area .btn .icon {
          display: inline-block;
          float: left;
          font-size: 20px;
          margin-right: 5px; }
        .avatar_edit .air-boo-avatar .action_area .btn .txt, .avatar_edit .space-avatar .action_area .btn .txt {
          display: inline-block;
          float: left; }
        .avatar_edit .air-boo-avatar .action_area .btn:hover, .avatar_edit .space-avatar .action_area .btn:hover {
          background-color: #4094eb; }
      .avatar_edit .air-boo-avatar .action_area .category-area, .avatar_edit .space-avatar .action_area .category-area {
        display: flex;
        align-items: center; }
        .avatar_edit .air-boo-avatar .action_area .category-area .advanced, .avatar_edit .space-avatar .action_area .category-area .advanced {
          display: flex;
          align-items: center;
          color: #505d31;
          font-weight: bold;
          width: fit-content;
          cursor: pointer; }
          .avatar_edit .air-boo-avatar .action_area .category-area .advanced input[type='checkbox'], .avatar_edit .space-avatar .action_area .category-area .advanced input[type='checkbox'] {
            width: 22px;
            height: 22px;
            margin-right: 3px;
            cursor: pointer; }
        .avatar_edit .air-boo-avatar .action_area .category-area .category_sel, .avatar_edit .space-avatar .action_area .category-area .category_sel {
          float: right;
          display: inline-block;
          margin-left: 10px; }
          @media screen and (max-width: 639px) {
            .avatar_edit .air-boo-avatar .action_area .category-area .category_sel, .avatar_edit .space-avatar .action_area .category-area .category_sel {
              display: none; } }
          .avatar_edit .air-boo-avatar .action_area .category-area .category_sel select, .avatar_edit .space-avatar .action_area .category-area .category_sel select {
            border-style: none;
            -moz-appearance: none;
            text-indent: 0.01px;
            -o-text-overflow: '';
            text-overflow: '';
            appearance: none;
            -webkit-appearance: none;
            min-width: 250px;
            height: 32px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 1px #aaaaaa;
            border-radius: 5px;
            padding: 0 40px 0 10px;
            position: relative;
            background: #ffffff; }
          .avatar_edit .air-boo-avatar .action_area .category-area .category_sel select::-ms-expand, .avatar_edit .space-avatar .action_area .category-area .category_sel select::-ms-expand {
            display: none; }
          .avatar_edit .air-boo-avatar .action_area .category-area .category_sel option, .avatar_edit .space-avatar .action_area .category-area .category_sel option {
            height: 40px; }
    .avatar_edit .air-boo-avatar .item_area, .avatar_edit .space-avatar .item_area {
      display: inline-block;
      width: 100%; }
      .avatar_edit .air-boo-avatar .item_area .category_area, .avatar_edit .space-avatar .item_area .category_area {
        overflow: hidden;
        height: 32px;
        margin-top: 5px; }
        @media screen and (min-width: 640px) {
          .avatar_edit .air-boo-avatar .item_area .category_area, .avatar_edit .space-avatar .item_area .category_area {
            display: none; } }
        .avatar_edit .air-boo-avatar .item_area .category_area .category_wrap, .avatar_edit .space-avatar .item_area .category_area .category_wrap {
          width: 100%;
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          padding-bottom: 6px; }
          .avatar_edit .air-boo-avatar .item_area .category_area .category_wrap li, .avatar_edit .space-avatar .item_area .category_area .category_wrap li {
            list-style-type: none; }
          .avatar_edit .air-boo-avatar .item_area .category_area .category_wrap .category, .avatar_edit .space-avatar .item_area .category_area .category_wrap .category {
            white-space: nowrap;
            display: inline-block;
            width: 140px !important;
            color: #393939;
            background-color: #e4e4e4;
            border: 1px solid #d8d7d7;
            margin: 0 4px 1px 0;
            cursor: pointer;
            list-style-type: none;
            height: 35px;
            line-height: 32px;
            font-size: 15px;
            border-radius: 0 8px 0 0;
            border: 1px solid #b3b3b3;
            overflow: hidden;
            text-align: center; }
          .avatar_edit .air-boo-avatar .item_area .category_area .category_wrap .active, .avatar_edit .space-avatar .item_area .category_area .category_wrap .active {
            color: #ffffff;
            background-color: #3d3d3d; }
      .avatar_edit .air-boo-avatar .item_area .item_list, .avatar_edit .space-avatar .item_area .item_list {
        display: inline-block;
        width: 100%;
        padding: 10px; }
        @media screen and (max-width: 565px) {
          .avatar_edit .air-boo-avatar .item_area .item_list, .avatar_edit .space-avatar .item_area .item_list {
            padding: 10px 5px 5px 5px; } }
        .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap, .avatar_edit .space-avatar .item_area .item_list .item_wrap {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around; }
          .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
            margin: 2px;
            width: 100px;
            height: 100px;
            display: inline-block;
            cursor: pointer;
            position: relative; }
            @media screen and (max-width: 800px) {
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
                width: 90px;
                height: 90px; } }
            @media screen and (max-width: 625px) {
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
                width: 80px;
                height: 80px; } }
            @media screen and (max-width: 565px) {
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
                width: 70px;
                height: 70px;
                margin: 1px; } }
            @media screen and (max-width: 420px) {
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
                width: 65px;
                height: 65px; } }
            @media screen and (max-width: 375px) {
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item {
                width: 60px;
                height: 60px; } }
            .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item img, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item img {
              width: 100%;
              height: 100%;
              border: 1px solid #dbdbdb;
              border-radius: 4px; }
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item img:hover, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item img:hover {
                border: 2px solid #f75656; }
            .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item .del, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item .del {
              position: absolute;
              right: -10px;
              top: -6px;
              width: 20px;
              height: 20px;
              margin-right: 5px;
              cursor: pointer;
              background-image: url(images/close.png);
              background-size: cover;
              opacity: 0.7; }
              .avatar_edit .air-boo-avatar .item_area .item_list .item_wrap .item .del:hover, .avatar_edit .space-avatar .item_area .item_list .item_wrap .item .del:hover {
                background-image: url(images/close_red.png); }
        .avatar_edit .air-boo-avatar .item_area .item_list .page, .avatar_edit .space-avatar .item_area .item_list .page {
          display: inline-block;
          width: 100%; }
  .avatar_edit .space-avatar {
    display: none; }
  .avatar_edit .original-avatar {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    text-align: left; }
    .avatar_edit .original-avatar .avatar-area {
      width: 50%;
      background-color: #fbfbfb;
      padding: 20px; }
      @media screen and (max-width: 800px) {
        .avatar_edit .original-avatar .avatar-area {
          width: 100%; } }
      .avatar_edit .original-avatar .avatar-area .avatar-regist .file {
        border: 2px solid #dddddd;
        border-radius: 5px;
        padding: 15px 10px; }
      .avatar_edit .original-avatar .avatar-area .avatar-regist .command {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px; }
      .avatar_edit .original-avatar .avatar-area .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        .avatar_edit .original-avatar .avatar-area .list .item {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: 20px;
          position: relative; }
          .avatar_edit .original-avatar .avatar-area .list .item .avatar {
            width: 80px;
            height: 80px;
            margin: 5px;
            overflow: hidden;
            border: 1px solid #c5c5c5;
            cursor: pointer; }
            .avatar_edit .original-avatar .avatar-area .list .item .avatar img {
              width: 320px;
              height: 320px;
              object-position: 0px 0px; }
            .avatar_edit .original-avatar .avatar-area .list .item .avatar:hover {
              box-shadow: 0 0 0px 4px #FFC107; }
          .avatar_edit .original-avatar .avatar-area .list .item .command {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 5px; }
          .avatar_edit .original-avatar .avatar-area .list .item .del {
            position: absolute;
            right: -5px;
            top: -5px;
            width: 28px;
            height: 28px; }
          .avatar_edit .original-avatar .avatar-area .list .item.active .avatar {
            box-shadow: 0 0 0px 4px #ff0268; }
          .avatar_edit .original-avatar .avatar-area .list .item.active .command .button {
            background-color: #a70101; }
    .avatar_edit .original-avatar .help {
      width: 50%;
      background-color: #f3f3f3;
      padding: 20px; }
      @media screen and (max-width: 800px) {
        .avatar_edit .original-avatar .help {
          width: 100%; } }
      .avatar_edit .original-avatar .help .sub-title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #83610a;
        margin-top: 10px; }
      .avatar_edit .original-avatar .help .txt {
        width: 100%;
        font-size: 14px;
        white-space: pre-line; }
      .avatar_edit .original-avatar .help .download {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 0; }
        .avatar_edit .original-avatar .help .download a {
          text-decoration: underline;
          color: #bf125e;
          font-size: 16px;
          font-weight: bold;
          padding: 10px; }
          .avatar_edit .original-avatar .help .download a:hover {
            background-color: #ffff004f; }
      .avatar_edit .original-avatar .help .picture {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 30px; }
        .avatar_edit .original-avatar .help .picture .one-item {
          display: flex;
          flex-direction: column;
          width: calc(50% - 10px);
          align-items: center;
          margin: 10px 0; }
          @media screen and (max-width: 500px) {
            .avatar_edit .original-avatar .help .picture .one-item {
              width: calc(100% - 10px); } }
          .avatar_edit .original-avatar .help .picture .one-item .txt {
            width: fit-content; }
          .avatar_edit .original-avatar .help .picture .one-item .img {
            max-width: 100%;
            background-image: url(images/trans_back.jpeg);
            margin: 5px;
            display: flex;
            justify-content: center; }
            .avatar_edit .original-avatar .help .picture .one-item .img img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
        .avatar_edit .original-avatar .help .picture .tip {
          font-size: 12px;
          color: #b33000;
          margin-top: 5px; }
    .avatar_edit .original-avatar .section-title {
      width: 100%;
      font-size: 20px;
      font-weight: bold;
      color: #656565;
      margin-top: 25px; }
      .avatar_edit .original-avatar .section-title:first-child {
        margin-top: 0; }
  .avatar_edit .saved-space-avatar {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 20px; }
    .avatar_edit .saved-space-avatar .control {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .avatar_edit .saved-space-avatar .control .btn {
        width: 100px;
        height: auto;
        margin: 0 15px;
        cursor: pointer;
        opacity: 0.5;
        border: 2px solid #ffffff;
        border-radius: 5px; }
        .avatar_edit .saved-space-avatar .control .btn:hover {
          opacity: 1; }
        .avatar_edit .saved-space-avatar .control .btn img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .avatar_edit .saved-space-avatar .control .btn.on {
          opacity: 1;
          border: 2px dashed #494949;
          cursor: default; }
    .avatar_edit .saved-space-avatar .section-title {
      width: 100%;
      font-size: 20px;
      font-weight: bold;
      color: #656565;
      text-align: left;
      margin-bottom: 10px; }
    .avatar_edit .saved-space-avatar .spaces {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .avatar_edit .saved-space-avatar .spaces .space {
        margin: 10px;
        position: relative;
        width: 132px;
        height: 165px;
        border: 1px solid #eaeaea; }
        .avatar_edit .saved-space-avatar .spaces .space:hover {
          border: 1px solid #ffdf00;
          background-color: #fffce2; }
        .avatar_edit .saved-space-avatar .spaces .space img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .avatar_edit .saved-space-avatar .spaces .space .del {
          position: absolute;
          right: -10px;
          top: -10px;
          width: 28px;
          height: 28px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ アイテム登録
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.item_regist {
  width: 100%;
  position: relative; }
  .item_regist .contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .item_regist .contents .item_regist_area {
      min-height: 400px;
      width: 100%;
      margin: 0; }
      @media screen and (min-width: 554px) {
        .item_regist .contents .item_regist_area {
          width: 100%;
          margin: 10px; } }
      @media screen and (min-width: 769px) {
        .item_regist .contents .item_regist_area {
          width: calc(50% - 15px);
          margin: 10px; } }
      .item_regist .contents .item_regist_area .item {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #dddddd;
        border-radius: 10px;
        background-color: #ffffff;
        padding: 10px; }
        .item_regist .contents .item_regist_area .item .field-name {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          width: 100%;
          font-size: 14px;
          padding: 5px 10px;
          white-space: nowrap;
          color: #ffffff;
          background-color: #434343;
          position: relative; }
          .item_regist .contents .item_regist_area .item .field-name label {
            margin-right: 10px;
            font-size: 16px; }
          .item_regist .contents .item_regist_area .item .field-name .warning {
            position: absolute;
            right: 10px;
            top: 6px;
            font-size: 12px;
            color: #ffffff;
            background-color: #c72c61;
            border-radius: 5px;
            padding: 2px 8px; }
        .item_regist .contents .item_regist_area .item .field-value {
          display: inline-block;
          width: 100%;
          padding: 5px; }
          .item_regist .contents .item_regist_area .item .field-value select {
            width: 100%;
            height: 30px;
            border: 1px solid #c7c7c7;
            border-radius: 7px;
            background-color: #f5f5f5;
            padding: 0 10px;
            font-size: 18px; }
            .item_regist .contents .item_regist_area .item .field-value select option {
              overflow: hidden; }
      .item_regist .contents .item_regist_area .action-area {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; }
    .item_regist .contents .help_area {
      min-height: 400px;
      width: 100%;
      padding: 10px;
      margin: 0;
      border: 1px solid #dddddd;
      border-radius: 10px; }
      @media screen and (min-width: 554px) {
        .item_regist .contents .help_area {
          width: 100%;
          margin: 10px; } }
      @media screen and (min-width: 769px) {
        .item_regist .contents .help_area {
          width: calc(50% - 15px);
          margin: 10px 10px 10px 0; } }
      .item_regist .contents .help_area .section {
        width: 100%;
        display: inline-block; }
        .item_regist .contents .help_area .section .sub-title {
          padding: 5px 10px;
          color: #ffffff;
          background-color: #434343;
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
          .item_regist .contents .help_area .section .sub-title label {
            font-size: 16px;
            margin-right: 10px; }
        .item_regist .contents .help_area .section .sub-contents {
          padding: 10px;
          font-size: 16px;
          display: flex;
          align-items: flex-start; }
          .item_regist .contents .help_area .section .sub-contents .ico {
            margin-right: 5px;
            color: #8bb98b; }
          .item_regist .contents .help_area .section .sub-contents .block {
            display: inline-block;
            line-height: 26px; }
            .item_regist .contents .help_area .section .sub-contents .block .hint {
              background-color: #f3f39d;
              border: 1px solid #dada9b;
              padding: 0 10px;
              margin: 0 7px;
              border-radius: 10px; }
            .item_regist .contents .help_area .section .sub-contents .block .img-list {
              display: flex;
              align-items: flex-start;
              justify-content: center;
              flex-wrap: nowrap; }
              .item_regist .contents .help_area .section .sub-contents .block .img-list .img-block {
                text-align: center;
                padding: 3px; }
                @media screen and (min-width: 554px) {
                  .item_regist .contents .help_area .section .sub-contents .block .img-list .img-block {
                    padding: 7px; } }
                @media screen and (min-width: 769px) {
                  .item_regist .contents .help_area .section .sub-contents .block .img-list .img-block {
                    padding: 10px; } }
                .item_regist .contents .help_area .section .sub-contents .block .img-list .img-block .img {
                  width: 100%; }
                  .item_regist .contents .help_area .section .sub-contents .block .img-list .img-block .img img {
                    width: 100%;
                    max-width: 300px;
                    border: 1px solid #8ea9b9; }
          .item_regist .contents .help_area .section .sub-contents .file-block {
            display: flex;
            justify-content: space-between;
            width: 100%; }
            .item_regist .contents .help_area .section .sub-contents .file-block a {
              color: #ffffff;
              background-color: #866837;
              padding: 0 10px;
              margin: 0 7px;
              cursor: pointer; }
              .item_regist .contents .help_area .section .sub-contents .file-block a:hover {
                background-color: #ffb132; }
      .item_regist .contents .help_area .section-between {
        width: 100%;
        height: 50px; }

/* --------------------------------------------------------------- */
/* 掲示板・トークの投稿先一覧 */
/* --------------------------------------------------------------- */
.bbs-list {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  background-color: #ffffff;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  .bbs-list-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;

    .search-block {
      display: flex;
      flex-wrap: wrap;
      align-items: center;

      .search-item {
        display: flex;
        align-items: center;
        padding: 5px;

        .caption {
          font-size: 14px;
          padding-right: 10px;
          white-space: nowrap;
        }

        .contents {
          input[type="text"], select {
            width: 100%;
            height: 28px;
            border: 1px solid #bdbdbd;
            border-radius: 3px;
            padding: 5px;
          }

          .search-word {
            font-size: 16px;
          }
        }
      }

      .btn {
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: #444444;
        margin-left: 5px;
        padding: 5px 15px;
        border-radius: 5px;
        white-space: nowrap;
        cursor: pointer;

        &:hover {
          opacity: 0.8;
        }
      }
      .btn-disabled {
        background-color: #c1c1c1;
        cursor: default;
        pointer-events: none;
      }
    }
    .sp-end {
      @media screen and (max-width:900px) {
        width: 100%;
        justify-content: flex-end;
      }
    }
  }
  */
  /*
  label {
    font-size: 24px;
    line-height: 18px;
    cursor: pointer;
  }
  input[type=checkbox] { display:none; }
  input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    color: #6b6b6b;
  }
  input[type=checkbox] + label:before { content: "\f096"; }
  input[type=checkbox]:checked + label:before { content: "\f046"; }
  */ }
  .bbs-list .bbs-list-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .bbs-list .bbs-list-items {
        justify-content: space-between; } }
    .bbs-list .bbs-list-items .one-item {
      display: flex;
      align-items: center;
      position: relative;
      background-color: #f1f1f1;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      padding: 10px 10px 10px 15px;
      margin: 0.5%;
      overflow: hidden;
      width: 32.33%; }
      @media screen and (max-width: 900px) {
        .bbs-list .bbs-list-items .one-item {
          width: 49%; } }
      @media screen and (max-width: 640px) {
        .bbs-list .bbs-list-items .one-item {
          width: 99%;
          padding: 5px 10px 5px 15px; } }
      .bbs-list .bbs-list-items .one-item .handle-area {
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 10px; }
        @media screen and (max-width: 640px) {
          .bbs-list .bbs-list-items .one-item .handle-area {
            width: calc(100% - 70px); } }
        .bbs-list .bbs-list-items .one-item .handle-area .name {
          font-size: 16px;
          white-space: nowrap;
          text-align: left;
          padding: 0 5px;
          overflow: hidden; }
        .bbs-list .bbs-list-items .one-item .handle-area .control-area {
          display: flex; }
          .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn {
            position: relative;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background-color: #444444;
            margin: 10px 5px;
            padding: 5px 18px;
            border-radius: 5px;
            white-space: nowrap;
            cursor: pointer; }
            .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn:hover {
              opacity: 0.8; }
            .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn .tip1 {
              display: none;
              position: absolute;
              right: -6px;
              top: -10px;
              font-size: 12px;
              line-height: 10px;
              color: #ffffff;
              background-color: #ff216c;
              padding: 1px 5px 1px 4px;
              border-radius: 3px;
              margin: 0;
              align-items: center; }
              .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn .tip1 .icon {
                font-size: 14px; }
              .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn .tip1 .txt {
                font-size: 12px; }
            .bbs-list .bbs-list-items .one-item .handle-area .control-area .btn .tip2 {
              display: none;
              position: absolute;
              right: -6px;
              top: -10px;
              font-size: 12px;
              line-height: 10px;
              color: #ffffff;
              background-color: #ff216c;
              padding: 4px 6px;
              border-radius: 50%;
              margin: 0; }
        .bbs-list .bbs-list-items .one-item .handle-area .options {
          width: 100%;
          display: flex;
          justify-content: flex-end;
          color: #8f8f8f;
          white-space: nowrap; }
          .bbs-list .bbs-list-items .one-item .handle-area .options .owner-account {
            color: #b57907;
            border: 1px dashed #cfcfcf;
            border-radius: 9px;
            padding: 0px 10px;
            cursor: pointer; }
      .bbs-list .bbs-list-items .one-item .check {
        position: absolute;
        left: 8px;
        top: 10px; }
    .bbs-list .bbs-list-items .me {
      background-color: #fff7d2;
      border: 1px solid #ffea85; }
    .bbs-list .bbs-list-items .paging-area {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
      /*スクロールバー全体*/
      /*スクロールバーの軌道*/
      /*スクロールバーの動く部分*/ }
      .bbs-list .bbs-list-items .paging-area .paging {
        display: flex;
        align-items: center;
        overflow-x: auto; }
        .bbs-list .bbs-list-items .paging-area .paging .pages {
          display: inline-flex; }
          .bbs-list .bbs-list-items .paging-area .paging .pages .page {
            width: 35px;
            height: 30px;
            color: #ffffff;
            background-color: #b9aa82;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px;
            border-radius: 4px;
            cursor: pointer; }
            @media screen and (max-width: 800px) {
              .bbs-list .bbs-list-items .paging-area .paging .pages .page {
                width: 33px;
                margin: 5px 3px; } }
            @media screen and (max-width: 500px) {
              .bbs-list .bbs-list-items .paging-area .paging .pages .page {
                width: 32px;
                margin: 5px 2px; } }
            @media screen and (max-width: 380px) {
              .bbs-list .bbs-list-items .paging-area .paging .pages .page {
                width: 30px;
                margin: 5px 1px; } }
            .bbs-list .bbs-list-items .paging-area .paging .pages .page:hover {
              background-color: #e3bd57; }
          .bbs-list .bbs-list-items .paging-area .paging .pages .curr-page {
            cursor: default;
            background-color: #ed5602; }
            .bbs-list .bbs-list-items .paging-area .paging .pages .curr-page:hover {
              background-color: #ed5602; }
      .bbs-list .bbs-list-items .paging-area .paging::-webkit-scrollbar {
        height: 4px; }
        @media screen and (max-width: 800px) {
          .bbs-list .bbs-list-items .paging-area .paging::-webkit-scrollbar {
            height: 2px; } }
      .bbs-list .bbs-list-items .paging-area .paging::-webkit-scrollbar-track {
        border-radius: 1px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
      .bbs-list .bbs-list-items .paging-area .paging::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.5);
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
  .bbs-list .folder-controler {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0; }
    .bbs-list .folder-controler .folder-contents {
      position: absolute;
      width: 350px;
      max-width: 100%;
      height: 90%;
      max-height: 400px;
      background-color: #f5f5f5;
      border: 1px solid #636363;
      box-shadow: 1px 1px 4px 0px #0000008a;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 5px; }
      .bbs-list .folder-controler .folder-contents .title {
        width: 100%;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: #466781;
        border-radius: 3px 3px 0 0;
        position: relative; }
        .bbs-list .folder-controler .folder-contents .title .close {
          font-size: 24px;
          line-height: 14px;
          color: #ffffff;
          cursor: pointer;
          position: absolute;
          right: 7px; }
          .bbs-list .folder-controler .folder-contents .title .close:before {
            font-family: FontAwesome;
            content: "\f057"; }
      .bbs-list .folder-controler .folder-contents .contents {
        width: 100%;
        height: calc(100% - 63px);
        padding: 10px 0;
        display: flex; }
        .bbs-list .folder-controler .folder-contents .contents .profile {
          width: 100px;
          padding-left: 10px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .bbs-list .folder-controler .folder-contents .contents .profile .photo {
            width: 80px;
            height: 80px;
            overflow: hidden; }
            .bbs-list .folder-controler .folder-contents .contents .profile .photo img {
              object-fit: contain;
              width: 100%;
              height: 100%;
              border-radius: 50%; }
              .bbs-list .folder-controler .folder-contents .contents .profile .photo img.walker {
                object-fit: unset;
                border-radius: unset;
                width: 320px;
                height: 320px; }
          .bbs-list .folder-controler .folder-contents .contents .profile .name {
            width: 100%;
            overflow: hidden;
            font-size: 12px;
            text-align: center; }
        .bbs-list .folder-controler .folder-contents .contents .list {
          overflow-y: auto;
          width: calc(100% - 100px);
          min-width: 70%; }
          .bbs-list .folder-controler .folder-contents .contents .list .line {
            width: calc(100% - 5px);
            height: 32px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e5e5e5;
            padding: 0 10px 0 0;
            margin-left: 5px;
            overflow: hidden; }
            .bbs-list .folder-controler .folder-contents .contents .list .line:last-child {
              border-bottom: unset; }
            .bbs-list .folder-controler .folder-contents .contents .list .line:hover {
              background-color: #fbfbfb; }
            .bbs-list .folder-controler .folder-contents .contents .list .line .curr {
              font-size: 20px;
              line-height: 17px; }
              .bbs-list .folder-controler .folder-contents .contents .list .line .curr:before {
                font-family: FontAwesome;
                content: "\f00c"; }
            .bbs-list .folder-controler .folder-contents .contents .list .line .list {
              width: 100%;
              display: flex;
              justify-content: flex-end;
              align-items: center;
              cursor: pointer; }
              .bbs-list .folder-controler .folder-contents .contents .list .line .list .name {
                font-size: 16px;
                line-height: 20px;
                margin-left: 7px;
                overflow-y: hidden;
                text-align: right; }
            .bbs-list .folder-controler .folder-contents .contents .list .line .editable {
              width: 100%;
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              .bbs-list .folder-controler .folder-contents .contents .list .line .editable .folder-input {
                width: calc(100% - 45px);
                border: 1px solid #bfbfbf;
                border-radius: 3px;
                padding: 3px 7px;
                font-size: 16px; }
              .bbs-list .folder-controler .folder-contents .contents .list .line .editable .del {
                font-size: 26px;
                line-height: 17px;
                margin-left: 5px;
                color: #e10404;
                cursor: pointer; }
                .bbs-list .folder-controler .folder-contents .contents .list .line .editable .del:before {
                  font-family: FontAwesome;
                  content: "\f057"; }
              .bbs-list .folder-controler .folder-contents .contents .list .line .editable .btn {
                color: #ffffff;
                background-color: #444444;
                height: 22px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                margin-left: 5px;
                padding: 1px 10px;
                border-radius: 5px;
                font-size: 12px;
                width: 45px; }
                .bbs-list .folder-controler .folder-contents .contents .list .line .editable .btn:hover {
                  opacity: 0.7; }
      .bbs-list .folder-controler .folder-contents .command {
        width: 100%;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #eeeeee;
        border-radius: 0 0 5px 5px; }
        .bbs-list .folder-controler .folder-contents .command .btn {
          color: #ffffff;
          background-color: #444444;
          height: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          margin: 0 10px;
          padding: 1px 20px;
          border-radius: 5px;
          font-size: 12px; }
          .bbs-list .folder-controler .folder-contents .command .btn:hover {
            opacity: 0.7; }
        .bbs-list .folder-controler .folder-contents .command .disabled {
          pointer-events: none;
          background-color: #999999;
          cursor: default; }
  .bbs-list .wait {
    display: none;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    pointer-events: none;
    z-index: 1; }
    .bbs-list .wait img {
      width: 60px;
      height: 60px; }

.chat {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  /*max-width: 1200px;*/
  background-color: rgba(60, 60, 60, 0.65);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
  /* 背景色透過調整バー */ }
  @media screen and (min-width: 640px) {
    .chat {
      /*スクロールバー全体*/
      /*スクロールバーの軌道*/
      /*スクロールバーの動く部分*/ }
      .chat ::-webkit-scrollbar {
        width: 2px; }
      .chat ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
      .chat ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.5);
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); } }
  .chat .setting-dialog::-webkit-scrollbar {
    width: 2px; }
  .chat .setting-dialog::-webkit-scrollbar-track {
    border-radius: 1px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
  .chat .setting-dialog::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.5);
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
  .chat .title-area {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative; }
    .chat .title-area .title {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 28px;
      background-color: #313131;
      padding: 0 20px;
      margin: 0;
      min-width: 150px;
      border-radius: 5px; }
      .chat .title-area .title .txt {
        font-size: 16px;
        color: #ffffff; }
      .chat .title-area .title .question {
        position: relative;
        margin-left: 10px;
        display: flex;
        align-items: center;
        padding-bottom: 2px; }
        .chat .title-area .title .question span {
          color: #aecf00;
          font-size: 20px; }
        .chat .title-area .title .question:hover .question-contents {
          display: block; }
        .chat .title-area .title .question .question-contents {
          position: absolute;
          bottom: -50px;
          left: -160px;
          display: none;
          width: fit-content;
          color: #000000;
          background-color: #CDDC39;
          border: 1px solid #a9b535;
          padding: 10px 20px;
          z-index: 1;
          white-space: nowrap;
          box-shadow: 2px 2px 3px 0px #000000; }
        .chat .title-area .title .question.talk span {
          color: #ffc4e2; }
        .chat .title-area .title .question.talk .question-contents {
          background-color: #ffcee7;
          border: 1px solid #dda0bf; }
    .chat .title-area .setting {
      position: absolute;
      left: 10px;
      top: 5px;
      font-size: 24px;
      color: #4eb3fb;
      cursor: pointer; }
      .chat .title-area .setting:hover {
        /*opacity: 0.7;*/
        color: #efff00; }
    .chat .title-area .setting-background {
      position: absolute;
      right: 50px;
      top: 6px;
      font-size: 24px;
      color: #4eb3fb;
      cursor: pointer; }
      .chat .title-area .setting-background:hover {
        /*opacity: 0.7;*/
        color: #efff00; }
    .chat .title-area .setting-on {
      color: #ffffff;
      background-color: #01a6ff;
      box-shadow: 0 0 0 3px #01a6ff; }
    .chat .title-area .apply-alert {
      position: absolute;
      left: 25px;
      top: 8px;
      font-size: 12px;
      font-weight: normal;
      color: #ffffff;
      background-color: #ff0000;
      border-radius: 50%;
      padding: 3px 5px;
      line-height: 12px;
      height: 17px; }
  .chat .title-private {
    background-color: #d70067; }
    .chat .title-private .setting {
      color: #ffffff; }
  .chat .summary_area {
    display: inline-block;
    float: left;
    width: 20%;
    height: calc(100% - 32px);
    /*background-color: #e4e4e4;*/
    padding: 5px;
    overflow-y: auto;
    text-align: center; }
    .chat .summary_area .summary .owner_area {
      text-align: center; }
      .chat .summary_area .summary .owner_area .owner_title {
        display: inline-block;
        width: 100%;
        background-color: #45a4c5;
        font-size: 12px;
        vertical-align: top;
        line-height: 22px;
        height: 20px;
        max-width: 150px;
        color: #ffffff;
        margin-bottom: 10px; }
      .chat .summary_area .summary .owner_area .owner {
        padding: 5px 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .chat .summary_area .summary .owner_area .owner .avatar {
          width: 50px;
          height: 50px;
          position: relative;
          overflow: hidden; }
          .chat .summary_area .summary .owner_area .owner .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%; }
            .chat .summary_area .summary .owner_area .owner .avatar img.walker {
              width: 200px;
              height: 200px;
              border-radius: unset;
              object-fit: default; }
          .chat .summary_area .summary .owner_area .owner .avatar .active {
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 7px;
            background-color: #00ff00;
            border: 2px solid #ffffff;
            right: calc((100% - 50px)/2);
            top: 0;
            margin: 0; }
          .chat .summary_area .summary .owner_area .owner .avatar .private {
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #ff008d;
            border: 2px solid #ffffff;
            right: calc((100% - 50px)/2 + 2px);
            top: 2px;
            margin: 0;
            -webkit-animation: private 1.2s linear infinite;
            animation: private 1.2s linear infinite; }
        .chat .summary_area .summary .owner_area .owner .name {
          display: inline-block;
          width: 100%;
          color: #4f5000;
          background-color: #f9f95d;
          border: 1px solid #cece00;
          font-size: 12px;
          border-radius: 8px;
          max-width: 150px;
          vertical-align: top;
          overflow: hidden;
          white-space: nowrap;
          margin-top: 5px; }
        .chat .summary_area .summary .owner_area .owner:hover {
          background-color: #82a6b942; }
          .chat .summary_area .summary .owner_area .owner:hover .name {
            background-color: #ff7c00;
            border: 1px solid #ff7c00;
            color: #ffffff; }
    .chat .summary_area .summary .user_area {
      margin-top: 20px; }
      .chat .summary_area .summary .user_area .user_title {
        display: inline-block;
        width: 100%;
        background-color: #789e4b;
        font-size: 12px;
        vertical-align: top;
        line-height: 22px;
        height: 20px;
        max-width: 150px;
        color: #ffffff;
        margin-bottom: 10px; }
      .chat .summary_area .summary .user_area .user-list {
        display: flex;
        flex-wrap: wrap; }
        .chat .summary_area .summary .user_area .user-list .user {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 8px 0;
          cursor: pointer; }
          .chat .summary_area .summary .user_area .user-list .user .avatar {
            position: relative;
            width: 50px;
            height: 50px;
            overflow: hidden; }
            .chat .summary_area .summary .user_area .user-list .user .avatar img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 50%; }
              .chat .summary_area .summary .user_area .user-list .user .avatar img.walker {
                width: 200px;
                height: 200px;
                border-radius: unset;
                object-fit: default; }
            .chat .summary_area .summary .user_area .user-list .user .avatar .no-avatar {
              width: 50px;
              height: 50px;
              color: #696969;
              background-color: #cecece;
              border-radius: 50%;
              display: inline-block;
              font-size: 14px;
              margin-bottom: 5px;
              line-height: 54px; }
            .chat .summary_area .summary .user_area .user-list .user .avatar .active {
              position: absolute;
              width: 15px;
              height: 15px;
              border-radius: 7px;
              background-color: #00ff00;
              border: 2px solid #ffffff;
              right: calc((100% - 50px)/2);
              top: 0;
              margin: 0; }
            .chat .summary_area .summary .user_area .user-list .user .avatar .private {
              position: absolute;
              width: 15px;
              height: 15px;
              border-radius: 50%;
              background-color: #ff008d;
              border: 2px solid #ffffff;
              right: calc((100% - 50px)/2);
              top: 0;
              margin: 0;
              -webkit-animation: private 1.2s linear infinite;
              animation: private 1.2s linear infinite; }
            .chat .summary_area .summary .user_area .user-list .user .avatar .not_read {
              position: absolute;
              border-radius: 50%;
              background-color: #f9136c;
              border: 2px solid #ffffff;
              left: calc((100% - 50px)/2);
              top: 0;
              height: 24px;
              margin: 0;
              padding: 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .chat .summary_area .summary .user_area .user-list .user .avatar .not_read .count {
                color: #ffffff;
                font-size: 14px;
                font-weight: bold; }
          .chat .summary_area .summary .user_area .user-list .user .name {
            display: inline-block;
            width: 100%;
            background-color: #f3f3f3;
            border: 1px solid #c1c1c1;
            font-size: 12px;
            border-radius: 8px;
            max-width: 150px;
            vertical-align: top;
            overflow: hidden;
            white-space: nowrap;
            margin-top: 5px; }
          .chat .summary_area .summary .user_area .user-list .user .me {
            background-color: #c5fd97;
            border: 1px solid #a1ea65; }
          .chat .summary_area .summary .user_area .user-list .user .selected {
            background-color: #0098e9;
            border: 1px solid #007abb;
            color: #ffffff; }
          .chat .summary_area .summary .user_area .user-list .user:hover {
            background-color: #82a6b942; }
            .chat .summary_area .summary .user_area .user-list .user:hover .name {
              background-color: #ff7c00;
              border: 1px solid #ff7c00;
              color: #ffffff; }
    .chat .summary_area .summary .control_area {
      width: 100%;
      margin-top: 50px;
      display: flex;
      justify-content: center; }
      .chat .summary_area .summary .control_area .btn {
        width: 60px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #aaaa33;
        background-color: #ffffff;
        border: 1px solid #bbbbbb;
        border-radius: 5px;
        cursor: pointer; }
        .chat .summary_area .summary .control_area .btn:hover {
          color: #ffffff;
          background-color: #bf2727;
          border: 1px solid #742a2a; }
        .chat .summary_area .summary .control_area .btn .ico {
          font-size: 40px;
          padding: 0 0 3px 0; }
        .chat .summary_area .summary .control_area .btn .txt {
          font-size: 16px;
          line-height: 12px;
          font-weight: bold; }
  .chat .chat_area {
    display: inline-block;
    float: left;
    width: 80%;
    height: calc(100% - 32px);
    /*background-color: #d8d8d8;*/
    padding: 5px; }
    .chat .chat_area .history_area {
      display: inline-block;
      width: 100%;
      height: calc(100% - 128px - 5px);
      /*background-color: #ffffff;*/
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px; }
      @media screen and (max-width: 420px) {
        .chat .chat_area .history_area {
          padding: 10px 5px; } }
      .chat .chat_area .history_area .history_inner {
        width: 100%; }
        .chat .chat_area .history_area .history_inner .history {
          min-height: 100px; }
          .chat .chat_area .history_area .history_inner .history .PostLeft {
            width: 100%;
            display: inline-block;
            margin-bottom: 10px; }
            .chat .chat_area .history_area .history_inner .history .PostLeft .avatar {
              float: left;
              width: 60px;
              height: 60px;
              overflow: hidden; }
              @media screen and (max-width: 420px) {
                .chat .chat_area .history_area .history_inner .history .PostLeft .avatar {
                  width: 50px;
                  height: 50px; } }
              .chat .chat_area .history_area .history_inner .history .PostLeft .avatar img {
                border-radius: 20%;
                width: 100%;
                height: 100%;
                cursor: pointer; }
                .chat .chat_area .history_area .history_inner .history .PostLeft .avatar img.walker {
                  width: 240px;
                  height: 240px;
                  border-radius: unset;
                  cursor: default; }
                  @media screen and (max-width: 420px) {
                    .chat .chat_area .history_area .history_inner .history .PostLeft .avatar img.walker {
                      width: 200px;
                      height: 200px; } }
              .chat .chat_area .history_area .history_inner .history .PostLeft .avatar .no-avatar {
                border-radius: 20%;
                width: 60px;
                height: 60px;
                color: #696969;
                background-color: #cecece;
                line-height: 60px;
                font-size: 14px;
                cursor: default; }
                @media screen and (max-width: 420px) {
                  .chat .chat_area .history_area .history_inner .history .PostLeft .avatar .no-avatar {
                    width: 50px;
                    height: 50px;
                    line-height: 53px;
                    font-size: 12px; } }
            .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea {
              float: left;
              padding: 10px;
              background-color: #dedede;
              border-radius: 10px;
              margin-left: 20px;
              position: relative;
              width: calc(100% - 80px);
              max-width: 350px;
              overflow-wrap: break-word;
              text-align: left; }
              @media screen and (max-width: 420px) {
                .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea {
                  margin-left: 10px;
                  width: calc(100% - 60px); } }
              .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .TextArea {
                font-size: 15px;
                color: #383838;
                white-space: pre-line;
                line-height: 23px;
                cursor: pointer; }
                @media screen and (max-width: 420px) {
                  .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .TextArea {
                    line-height: 18px; } }
                .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .TextArea a {
                  color: #ca602d; }
                  .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .TextArea a:hover {
                    background-color: #ffff00; }
              .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .WriterInfoArea {
                width: 100%;
                margin-top: 8px; }
                .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .WriterInfoArea .Info {
                  float: left;
                  font-size: 11px;
                  color: #184392;
                  width: 100%;
                  white-space: nowrap; }
                  .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .WriterInfoArea .Info .number {
                    font-weight: bold; }
              .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .Delete {
                position: absolute;
                right: 5px;
                bottom: 5px;
                width: 20px;
                height: 20px;
                margin-left: 5px;
                cursor: pointer;
                background-image: url(images/close.png);
                background-size: cover;
                opacity: 0.5; }
                .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea .Delete:hover {
                  background-image: url(images/close_red.png); }
            .chat .chat_area .history_area .history_inner .history .PostLeft #Me.PostBallonArea {
              background-color: #f3e49b; }
            .chat .chat_area .history_area .history_inner .history .PostLeft .PostBallonArea::before {
              content: '';
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              left: -15px;
              top: 15px;
              border-right: 15px solid #dedede;
              border-top: 15px solid transparent;
              border-bottom: 15px solid transparent; }
            .chat .chat_area .history_area .history_inner .history .PostLeft #Me.PostBallonArea::before {
              border-right: 15px solid #f3e49b; }
            .chat .chat_area .history_area .history_inner .history .PostLeft .DeletedWrite {
              float: left;
              color: #9e9637;
              border: 1px solid #dad6ab;
              padding: 2px 10px 2px 10px;
              background-color: #ffffee;
              border-radius: 0px 15px 15px 0px; }
            .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea {
              float: left;
              display: inline-block;
              width: calc(100% - 80px);
              max-width: 500px;
              padding-left: 10px;
              position: relative;
              text-align: left; }
              .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea img {
                margin: 0;
                max-width: 100%;
                max-height: 600px;
                cursor: pointer; }
              .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea .WriterInfoArea {
                width: 100%; }
                .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea .WriterInfoArea .Info {
                  float: left;
                  font-size: 11px;
                  color: #ffffff;
                  background-color: #0000005c;
                  padding: 0 5px;
                  width: 100%;
                  white-space: nowrap; }
                  .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea .WriterInfoArea .Info .number {
                    font-weight: bold; }
              .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea .Delete {
                position: absolute;
                left: 10px;
                top: 5px;
                width: 20px;
                height: 20px;
                margin-left: 5px;
                cursor: pointer;
                background-image: url(images/close_red.png);
                background-size: cover;
                opacity: 0.7; }
                .chat .chat_area .history_area .history_inner .history .PostLeft .ImgArea .Delete:hover {
                  opacity: 1; }
          .chat .chat_area .history_area .history_inner .history .PostRight {
            width: 100%;
            display: inline-block;
            margin-bottom: 10px; }
            .chat .chat_area .history_area .history_inner .history .PostRight .avatar {
              float: right;
              width: 60px;
              height: 60px;
              overflow: hidden; }
              @media screen and (max-width: 420px) {
                .chat .chat_area .history_area .history_inner .history .PostRight .avatar {
                  width: 50px;
                  height: 50px; } }
              .chat .chat_area .history_area .history_inner .history .PostRight .avatar img {
                border-radius: 20%;
                width: 100%;
                height: 100%;
                cursor: pointer; }
                .chat .chat_area .history_area .history_inner .history .PostRight .avatar img.walker {
                  width: 240px;
                  height: 240px;
                  border-radius: unset;
                  cursor: default; }
                  @media screen and (max-width: 420px) {
                    .chat .chat_area .history_area .history_inner .history .PostRight .avatar img.walker {
                      width: 200px;
                      height: 200px; } }
              .chat .chat_area .history_area .history_inner .history .PostRight .avatar .no-avatar {
                border-radius: 20%;
                width: 60px;
                height: 60px;
                color: #696969;
                background-color: #cecece;
                line-height: 60px;
                font-size: 14px;
                cursor: default; }
                @media screen and (max-width: 420px) {
                  .chat .chat_area .history_area .history_inner .history .PostRight .avatar .no-avatar {
                    width: 50px;
                    height: 50px;
                    line-height: 53px;
                    font-size: 12px; } }
            .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea {
              float: right;
              padding: 10px;
              background-color: #f3e49b;
              border-radius: 10px;
              margin-right: 20px;
              position: relative;
              width: calc(100% - 80px);
              max-width: 350px;
              overflow-wrap: break-word;
              text-align: left; }
              @media screen and (max-width: 420px) {
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea {
                  margin-right: 10px;
                  width: calc(100% - 60px); } }
              .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .TextArea {
                font-size: 15px;
                color: #191919;
                white-space: pre-line;
                line-height: 23px;
                cursor: pointer; }
                @media screen and (max-width: 420px) {
                  .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .TextArea {
                    line-height: 18px; } }
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .TextArea a {
                  color: #ca602d; }
                  .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .TextArea a:hover {
                    background-color: #ffff00; }
              .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea #ThreadFirst.TextArea {
                color: #ffffff;
                cursor: default; }
              .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea #ThreadOwner.TextArea {
                color: #383838; }
              .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .WriterInfoArea {
                width: 100%;
                margin-top: 8px; }
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .WriterInfoArea .Info {
                  float: left;
                  font-size: 11px;
                  color: #014b6f;
                  width: 100%;
                  white-space: nowrap; }
                  .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .WriterInfoArea .Info .number {
                    font-weight: bold; }
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .WriterInfoArea #ThreadFirst.Info {
                  color: #fff700; }
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .WriterInfoArea #ThreadOwner.Info {
                  color: #184392; }
              .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .Delete {
                position: absolute;
                right: 0;
                bottom: 5px;
                width: 20px;
                height: 20px;
                margin-right: 5px;
                cursor: pointer;
                background-image: url(images/close.png);
                background-size: cover;
                opacity: 0.5; }
                .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea .Delete:hover {
                  background-image: url(images/close_red.png); }
            .chat .chat_area .history_area .history_inner .history .PostRight #ThreadFirst.PostBallonArea {
              background-color: #f52773;
              cursor: auto; }
            .chat .chat_area .history_area .history_inner .history .PostRight #ThreadOwner.PostBallonArea {
              background-color: #f3c49b; }
            .chat .chat_area .history_area .history_inner .history .PostRight .PostBallonArea::before {
              content: '';
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              right: -15px;
              top: 15px;
              border-left: 15px solid #f3e49b;
              border-top: 15px solid transparent;
              border-bottom: 15px solid transparent; }
            .chat .chat_area .history_area .history_inner .history .PostRight #ThreadFirst.PostBallonArea::before {
              border-left: 15px solid #f52773; }
            .chat .chat_area .history_area .history_inner .history .PostRight #ThreadOwner.PostBallonArea::before {
              border-left: 15px solid #f3c49b; }
            .chat .chat_area .history_area .history_inner .history .PostRight .DeletedWrite {
              float: right;
              color: #9e9637;
              border: 1px solid #dad6ab;
              padding: 2px 10px 2px 10px;
              background-color: #ffffee;
              border-radius: 15px 0px 0px 15px; }
            .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea {
              float: right;
              display: inline-block;
              width: calc(100% - 80px);
              max-width: 500px;
              padding-right: 10px;
              position: relative;
              text-align: right; }
              .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea img {
                margin: 0;
                max-width: 100%;
                max-height: 600px;
                cursor: pointer; }
              .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .WriterInfoArea {
                width: 100%; }
                .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .WriterInfoArea .Info {
                  float: left;
                  font-size: 11px;
                  color: #ffffff;
                  background-color: #0000005c;
                  padding: 0 5px;
                  width: 100%;
                  white-space: nowrap; }
                  .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .WriterInfoArea .Info .number {
                    font-weight: bold; }
                .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .WriterInfoArea #ThreadFirst.Info {
                  color: #fff700; }
                .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .WriterInfoArea #ThreadOwner.Info {
                  color: #f9f100; }
              .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .Delete {
                position: absolute;
                right: 10px;
                top: 10px;
                width: 20px;
                height: 20px;
                margin-right: 5px;
                cursor: pointer;
                background-image: url(images/close_red.png);
                background-size: cover;
                opacity: 0.7; }
                .chat .chat_area .history_area .history_inner .history .PostRight .ImgArea .Delete:hover {
                  opacity: 1; }
      .chat .chat_area .history_area .inform_area {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px; }
        .chat .chat_area .history_area .inform_area .inform {
          padding: 10px;
          color: #23507e;
          background-color: #ffffff;
          border-radius: 10px; }
          @media screen and (min-width: 554px) {
            .chat .chat_area .history_area .inform_area .inform {
              padding: 15px; } }
          @media screen and (min-width: 769px) {
            .chat .chat_area .history_area .inform_area .inform {
              padding: 20px; } }
          .chat .chat_area .history_area .inform_area .inform .ico {
            font-size: 100px; }
          .chat .chat_area .history_area .inform_area .inform .txt {
            font-size: 20px; }
    .chat .chat_area .post_area {
      display: inline-block;
      width: 100%;
      height: 128px;
      background-color: #ced2bc;
      position: relative; }
      .chat .chat_area .post_area .title {
        width: 100%;
        height: 25px;
        color: #ffffff;
        background-color: #727272;
        vertical-align: top;
        padding: 5px;
        line-height: 13px; }
      .chat .chat_area .post_area .fixed_phrase {
        width: 100%;
        height: 33px;
        display: flex;
        align-items: center;
        padding: 3px 5px 0; }
        .chat .chat_area .post_area .fixed_phrase select {
          max-width: 100%;
          height: 27px;
          border: 1px solid #cdcdcd;
          /*border-radius: 5px;*/
          cursor: pointer; }
      .chat .chat_area .post_area .contents {
        width: calc(100% - 65px);
        height: 70px;
        float: left;
        padding: 0 5px 5px 5px; }
        .chat .chat_area .post_area .contents textarea {
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          appearance: none;
          -webkit-appearance: none;
          font-size: 16px;
          line-height: 22px;
          padding: 3px 5px; }
      .chat .chat_area .post_area .action {
        width: 60px;
        float: left;
        margin: 7px 5px 0 0;
        padding: 15px 7px;
        background-color: #313131;
        color: #ffffff;
        border-radius: 10px;
        text-align: center;
        cursor: pointer; }
        .chat .chat_area .post_area .action:hover {
          opacity: 0.7; }
      .chat .chat_area .post_area .action_disable {
        width: 60px;
        float: left;
        margin: 7px 5px 0 0;
        padding: 15px 7px;
        background-color: #f5f5f5;
        color: #d7d7d7;
        border: 1px solid #afafaf;
        border-radius: 10px;
        cursor: default; }
      .chat .chat_area .post_area .file_add {
        position: absolute;
        top: 0;
        right: 10px;
        color: #d1ff44;
        cursor: pointer; }
        .chat .chat_area .post_area .file_add:hover {
          opacity: 0.7; }
      .chat .chat_area .post_area .file-dialog {
        display: none;
        position: absolute;
        right: 0;
        bottom: 105px;
        background-color: #f1fdc1;
        border: 3px solid #91ad24;
        text-align: center; }
        .chat .chat_area .post_area .file-dialog .caption {
          display: block;
          width: 100%;
          color: #ffffff;
          background-color: #4f5f11;
          padding: 3px 10px;
          font-size: 16px;
          font-weight: bold; }
        .chat .chat_area .post_area .file-dialog .file-area {
          padding: 20px 10px; }
          .chat .chat_area .post_area .file-dialog .file-area .file-select {
            display: flex;
            justify-content: center;
            flex-wrap: nowrap;
            text-align: center;
            margin: 15px 0 10px;
            width: 100%; }
          .chat .chat_area .post_area .file-dialog .file-area .file-btn {
            display: inline-block;
            padding: 3px 10px;
            background-color: #313131;
            color: #ffffff;
            cursor: pointer;
            border-radius: 10px;
            width: 120px;
            margin-top: 10px; }
            .chat .chat_area .post_area .file-dialog .file-area .file-btn:hover {
              opacity: 0.7; }
        .chat .chat_area .post_area .file-dialog .file-close {
          position: absolute;
          right: 0;
          top: 5px;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          cursor: pointer;
          background-image: url(images/close.png);
          background-size: cover; }
          .chat .chat_area .post_area .file-dialog .file-close:hover {
            background-image: url(images/close_red.png); }
  .chat .control-background {
    width: 90%;
    height: 60px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5%;
    top: calc(50% - 60px);
    padding: 20px;
    background-color: #00000099;
    border: 3px solid #00bbff;
    box-shadow: 0 0 5px 0px #000000cc;
    border-radius: 10px; }
    @media screen and (min-width: 554px) {
      .chat .control-background {
        width: 70%;
        left: 15%; } }
    @media screen and (min-width: 769px) {
      .chat .control-background {
        width: 50%;
        left: 25%; } }
    .chat .control-background .input-range {
      cursor: pointer;
      background: linear-gradient(to right, #00000000, #000000);
      height: 10px;
      width: 100%;
      border-radius: 10px;
      border: solid 1px #8acdff; }

/* 掲示板の設定ダイアログ */
.setting-dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  background-color: #f1fdc1;
  border: 3px solid #91ad24;
  z-index: 100;
  width: 100%;
  max-width: 600px;
  /*min-height: 450px;*/
  max-height: calc(100% - 32px);
  overflow-y: scroll; }
  @media screen and (max-width: 650px) {
    .setting-dialog {
      width: 100%;
      max-width: none; } }
  .setting-dialog .caption {
    display: block;
    width: calc(100% - 6px);
    max-width: 594px;
    color: #ffffff;
    background-color: #4f5f11;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    z-index: 200;
    text-align: center; }
    @media screen and (max-width: 650px) {
      .setting-dialog .caption {
        max-width: none; } }
    .setting-dialog .caption .setting-close {
      left: 8px;
      top: 3px;
      width: 26px;
      height: 26px;
      border: unset;
      background-color: #4f5f11; }
  .setting-dialog .tab-area {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #91ad24;
    margin: 40px 0 0 0; }
    .setting-dialog .tab-area .tab {
      width: 80px;
      padding: 3px 0;
      color: #ffffff;
      background-color: #8dab18;
      border-radius: 0 10px 0 0;
      margin-left: 3px;
      cursor: pointer;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 370px) {
        .setting-dialog .tab-area .tab {
          width: 70px; } }
      .setting-dialog .tab-area .tab:hover {
        opacity: 0.7; }
      .setting-dialog .tab-area .tab:first-child {
        margin-left: 10px; }
      .setting-dialog .tab-area .tab .apply-alert {
        position: absolute;
        left: -3px;
        top: -5px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: #ff0000;
        border-radius: 50%;
        padding: 3px 5px;
        line-height: 12px;
        height: 17px; }
    .setting-dialog .tab-area .active {
      background-color: #c74329; }
      .setting-dialog .tab-area .active:hover {
        opacity: 1; }
  .setting-dialog .contents-area {
    padding: 10px 15px;
    text-align: left;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    min-height: 380px; }
    @media screen and (max-width: 370px) {
      .setting-dialog .contents-area {
        padding: 10px 10px; } }
    .setting-dialog .contents-area .setting-block {
      width: 100%;
      position: relative;
      padding: 10px 15px;
      margin: 20px 0 10px;
      border: solid 3px #8dab18;
      border-radius: 8px;
      color: #000000; }
      .setting-dialog .contents-area .setting-block:last-child {
        /*margin-top: 40px;*/ }
      .setting-dialog .contents-area .setting-block .chat-block-title {
        position: absolute;
        display: inline-block;
        top: -13px;
        left: 10px;
        padding: 0 10px;
        line-height: 1.3em;
        font-size: 1.3em;
        background: #f1fdc1;
        color: #647521;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden; }
      .setting-dialog .contents-area .setting-block .chat-block-contents {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method {
          background-color: #fdfdfd;
          border: 1px solid #aaaaaa;
          margin: 8px 0;
          padding: 10px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border-radius: 10px;
          cursor: pointer; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method:hover {
            opacity: 0.7; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .ico {
            font-size: 50px;
            color: #8bbd11; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt {
            margin-left: 20px;
            width: 100%; }
            @media screen and (max-width: 370px) {
              .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt {
                margin-left: 10px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .main {
              font-size: 18px;
              font-weight: bold;
              color: #505d31; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .main {
                  font-size: 16px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .sub {
              font-size: 14px; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .sub {
                  font-size: 12px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .tip {
              font-size: 14px;
              color: #cb0000; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-method .txt .tip {
                  font-size: 12px; } }
        .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line {
          background-color: #fdfdfd;
          border: 1px solid #aaaaaa;
          margin: 8px 0;
          padding: 10px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border-radius: 10px;
          cursor: pointer; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line:hover {
            opacity: 0.7; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .ico {
            font-size: 50px;
            color: #8bbd11; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt {
            margin-left: 20px;
            width: 100%; }
            @media screen and (max-width: 370px) {
              .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt {
                margin-left: 10px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt .main {
              font-size: 18px;
              font-weight: bold;
              color: #505d31; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt .main {
                  font-size: 16px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt .sub {
              font-size: 14px; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .txt .sub {
                  font-size: 12px; } }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .qrcode {
            margin-left: 10px;
            display: flex; }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line .qrcode img {
              width: 100px; }
        .setting-dialog .contents-area .setting-block .chat-block-contents .selected {
          padding: 8px;
          border: 3px solid #5d5d5d;
          background-color: #fffbab;
          cursor: default; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .selected:hover {
            opacity: 1; }
        .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help {
          background-color: #f4ffe1;
          border: 1px solid #aaaaaa;
          margin: 10px 0;
          padding: 10px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border-radius: 10px; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt {
            margin-left: 20px;
            width: 100%; }
            @media screen and (max-width: 370px) {
              .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt {
                margin-left: 10px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt .main {
              font-size: 18px;
              font-weight: bold;
              color: #505d31; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt .main {
                  font-size: 16px; } }
            .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt .sub {
              font-size: 14px; }
              @media screen and (max-width: 370px) {
                .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .txt .sub {
                  font-size: 12px; } }
          .setting-dialog .contents-area .setting-block .chat-block-contents .select-item-line-help .line img {
            width: 60px; }
        .setting-dialog .contents-area .setting-block .chat-block-contents .options {
          width: 100%;
          padding: 10px; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .options .check-one {
            display: flex;
            align-items: center;
            color: #505d31;
            font-size: 16px;
            font-weight: bold;
            width: fit-content;
            cursor: pointer; }
            .setting-dialog .contents-area .setting-block .chat-block-contents .options .check-one input[type='checkbox'] {
              width: 22px;
              height: 22px;
              margin-right: 7px;
              opacity: 1;
              appearance: auto; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .options .comment {
            margin-left: 33px; }
          .setting-dialog .contents-area .setting-block .chat-block-contents .options .disabled {
            color: #bcc78d;
            pointer-events: none; }
            .setting-dialog .contents-area .setting-block .chat-block-contents .options .disabled input[type='checkbox'] {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              background-color: #e6efc0;
              border: 1px solid #dae1ba; }
    .setting-dialog .contents-area .friend-block {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      background-color: #ffffff;
      border: 1px solid #d3d4d3;
      border-radius: 8px; }
      .setting-dialog .contents-area .friend-block .avatar {
        display: inline-block;
        width: 60px;
        height: 60px;
        overflow: hidden; }
        .setting-dialog .contents-area .friend-block .avatar img {
          width: 100%;
          height: 100%; }
          .setting-dialog .contents-area .friend-block .avatar img.walker {
            width: 240px;
            height: 240px; }
      .setting-dialog .contents-area .friend-block .contents {
        display: inline-block;
        width: calc(100% - 60px);
        background-color: #ffffff;
        padding: 2px 5px 2px 10px; }
        .setting-dialog .contents-area .friend-block .contents .name {
          width: 100%;
          font-weight: bold; }
        .setting-dialog .contents-area .friend-block .contents .date {
          width: 100%;
          font-size: 12px;
          color: #888888; }
        .setting-dialog .contents-area .friend-block .contents .comment {
          width: 100%; }
      .setting-dialog .contents-area .friend-block .actions {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 5px; }
        .setting-dialog .contents-area .friend-block .actions .btn {
          width: 120px;
          padding: 2px 0;
          margin: 0 10px;
          white-space: nowrap;
          background-color: #1469b9;
          color: #ffffff;
          border-radius: 10px;
          text-align: center;
          cursor: pointer; }
          .setting-dialog .contents-area .friend-block .actions .btn:hover {
            opacity: 0.7; }
        .setting-dialog .contents-area .friend-block .actions .deny {
          background-color: #f1348f; }
        .setting-dialog .contents-area .friend-block .actions .del {
          background-color: #751274; }
      .setting-dialog .contents-area .friend-block:last-child {
        margin-bottom: 0; }
    .setting-dialog .contents-area .no-data {
      display: inline-block;
      padding: 170px 30px; }
      .setting-dialog .contents-area .no-data .txt {
        color: #888888; }

/*プライベートマークアニメ*/
@-webkit-keyframes private {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%); }
  30% {
    -webkit-transform: scale(1.05, 1.05) translate(0%, 0%); }
  60% {
    -webkit-transform: scale(1.12, 1.12) translate(0%, 0%); }
  80% {
    -webkit-transform: scale(1.2, 1.2) translate(0%, 0%); }
  90% {
    -webkit-transform: scale(1.3, 1.3) translate(0%, 0%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%); } }
@keyframes private {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  30% {
    transform: scale(1.05, 1.05) translate(0%, 0%); }
  60% {
    transform: scale(1.12, 1.12) translate(0%, 0%); }
  80% {
    transform: scale(1.2, 1.2) translate(0%, 0%); }
  90% {
    transform: scale(1.3, 1.3) translate(0%, 0%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }
.chat-apply {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.94);
  z-index: 100;
  position: absolute;
  align-content: center;
  align-items: center;
  justify-content: center; }
  .chat-apply .apply-area {
    width: 95%;
    max-width: 500px;
    background-color: #f1fdc1;
    border: 3px solid #91ad24; }
    .chat-apply .apply-area .title {
      display: block;
      width: 100%;
      color: #ffffff;
      background-color: #4f5f11;
      font-size: 16px;
      font-weight: bold;
      padding: 3px 10px; }
    .chat-apply .apply-area .contents {
      padding: 20px 15px; }
      .chat-apply .apply-area .contents .text {
        width: 100%;
        text-align: left; }
      .chat-apply .apply-area .contents .apply-form {
        width: 100%;
        padding: 20px 5px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .chat-apply .apply-area .contents .apply-form .tag {
          width: 100%;
          text-align: left; }
        .chat-apply .apply-area .contents .apply-form textarea {
          width: 100%;
          border: 1px solid #b4d0b9;
          border-radius: 3px;
          height: 80px;
          margin-bottom: 10px;
          padding: 7px;
          appearance: none;
          -webkit-appearance: none;
          font-size: 16px; }
        .chat-apply .apply-area .contents .apply-form .btn {
          width: 150px;
          padding: 5px 10px;
          color: #ffffff;
          background-color: #718818;
          border-radius: 5px;
          text-align: center;
          cursor: pointer; }
          .chat-apply .apply-area .contents .apply-form .btn:hover {
            background-color: #93b11d; }

/* --------------------------------------------------------------- */
/* 富士フィルムネットプリント */
/* --------------------------------------------------------------- */
.netprint {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  /*max-width: 1200px;*/
  /*border: 1px dashed #aaaaaa;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*TOPページ*/
  /*プリント詳細*/ }
  .netprint .title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #313131;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 32px;
    position: relative; }
    .netprint .title .txt {
      font-size: 20px;
      transform: scale(1.5, 1);
      white-space: nowrap; }
  .netprint .section-title {
    width: 100%;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #876161; }
    .netprint .section-title .ico {
      font-size: 30px;
      padding: 0 8px 4px 0; }
    .netprint .section-title .txt {
      font-size: 24px;
      line-height: 30px; }
  .netprint .top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0 0; }
    .netprint .top .rule {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-end; }
      .netprint .top .rule .txt {
        font-size: 12px;
        color: #686868;
        cursor: pointer; }
        .netprint .top .rule .txt:hover {
          text-decoration: underline;
          background-color: #ffff004d; }
    .netprint .top .section {
      margin-bottom: 50px;
      width: 32%; }
      @media screen and (max-width: 1280px) {
        .netprint .top .section {
          width: 49%; } }
      @media screen and (max-width: 980px) {
        .netprint .top .section {
          width: 100%; } }
      .netprint .top .section .contents {
        width: 100%;
        height: 310px; }
        @media screen and (max-width: 1280px) {
          .netprint .top .section .contents {
            height: 310px; } }
        @media screen and (max-width: 980px) {
          .netprint .top .section .contents {
            height: unset; } }
        .netprint .top .section .contents .print-select-block {
          width: 100%; }
          @media screen and (min-width: 554px) {
            .netprint .top .section .contents .print-select-block {
              height: 100%;
              display: flex;
              flex-wrap: wrap;
              align-content: space-between; } }
          @media screen and (min-width: 769px) {
            .netprint .top .section .contents .print-select-block {
              height: 100%;
              display: flex;
              flex-wrap: wrap;
              align-content: space-between; } }
          .netprint .top .section .contents .print-select-block .one-print {
            width: 100%;
            max-width: 350px;
            display: flex;
            align-items: center;
            background-color: #eeeeee;
            border: 1px solid #cccccc;
            margin: 0 10px 10px 0;
            padding: 5px;
            cursor: pointer; }
            @media screen and (min-width: 554px) {
              .netprint .top .section .contents .print-select-block .one-print {
                height: 31%;
                padding: 0; } }
            @media screen and (min-width: 769px) {
              .netprint .top .section .contents .print-select-block .one-print {
                height: 31%;
                padding: 0; } }
            .netprint .top .section .contents .print-select-block .one-print img {
              width: 100%;
              height: 100%; }
              @media screen and (min-width: 554px) {
                .netprint .top .section .contents .print-select-block .one-print img {
                  height: auto; } }
              @media screen and (min-width: 769px) {
                .netprint .top .section .contents .print-select-block .one-print img {
                  height: auto; } }
            .netprint .top .section .contents .print-select-block .one-print:last-child {
              margin-bottom: 0px; }
            .netprint .top .section .contents .print-select-block .one-print:hover {
              background-color: #f9edb8; }
        .netprint .top .section .contents .oshirase-block {
          width: 100%;
          height: 300px;
          text-align: left;
          overflow-y: scroll;
          overflow-x: hidden;
          border: 1px solid #c7c7c7;
          padding: 10px;
          font-size: 14px; }
          @media screen and (min-width: 554px) {
            .netprint .top .section .contents .oshirase-block {
              height: 100%; } }
          @media screen and (min-width: 769px) {
            .netprint .top .section .contents .oshirase-block {
              height: 100%; } }
          .netprint .top .section .contents .oshirase-block .one-oshirase {
            width: 100%;
            margin-bottom: 40px; }
            .netprint .top .section .contents .oshirase-block .one-oshirase .oshirase-date {
              width: 120px;
              color: #525252;
              background-color: #e5e5e5;
              text-align: center;
              border-radius: 0 10px 0 0; }
            .netprint .top .section .contents .oshirase-block .one-oshirase .oshirase-title {
              width: 100%;
              color: #746543;
              background-color: #f5f5f5;
              padding: 8px; }
            .netprint .top .section .contents .oshirase-block .one-oshirase .oshirase-contents {
              width: 100%;
              white-space: pre-line;
              margin-top: 12px; }
            .netprint .top .section .contents .oshirase-block .one-oshirase:last-child {
              margin-bottom: 0px; }
        .netprint .top .section .contents .status-block {
          width: 100%; }
          .netprint .top .section .contents .status-block .one-status {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 5px; }
            .netprint .top .section .contents .status-block .one-status .caption {
              width: 150px;
              color: #ffffff;
              background-color: #686868;
              font-size: 14px;
              text-align: center; }
            .netprint .top .section .contents .status-block .one-status .value {
              width: calc(100% - 150px);
              text-align: left;
              padding-left: 20px;
              white-space: nowrap; }
      @media screen and (min-width: 554px) {
        .netprint .top .section .contents-status {
          height: auto; } }
      @media screen and (min-width: 769px) {
        .netprint .top .section .contents-status {
          height: auto; } }
    .netprint .top .section-list {
      width: 100%;
      margin-bottom: 30px; }
      .netprint .top .section-list .contents {
        width: 100%;
        text-align: center;
        /*スクロールバー全体*/
        /*スクロールバーの軌道*/
        /*スクロールバーの動く部分*/ }
        .netprint .top .section-list .contents .table-control {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 3px; }
          .netprint .top .section-list .contents .table-control .controls {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            white-space: nowrap; }
            .netprint .top .section-list .contents .table-control .controls .btn {
              font-size: 14px;
              line-height: 14px;
              color: #ffffff;
              background-color: #666666;
              padding: 5px 12px;
              border-radius: 4px;
              margin-right: 10px;
              cursor: pointer; }
              .netprint .top .section-list .contents .table-control .controls .btn:hover {
                background-color: #ff7c00; }
            .netprint .top .section-list .contents .table-control .controls .txt {
              font-size: 14px; }
            .netprint .top .section-list .contents .table-control .controls select {
              height: 26px;
              border: 1px solid #9d9d9d;
              border-radius: 5px;
              padding: 0px 10px;
              font-size: 18px;
              margin: 0 10px; }
            .netprint .top .section-list .contents .table-control .controls .disable {
              background-color: #cccccc;
              cursor: default;
              pointer-events: none; }
          .netprint .top .section-list .contents .table-control .summary {
            display: flex;
            flex-wrap: nowrap;
            align-items: center; }
            .netprint .top .section-list .contents .table-control .summary .txt {
              font-size: 12px; }
            .netprint .top .section-list .contents .table-control .summary .val {
              color: #0095ff;
              padding: 0 10px;
              font-size: 18px;
              font-weight: bold; }
        .netprint .top .section-list .contents .table-wrap {
          overflow-x: auto;
          overflow-y: none;
          margin-bottom: 15px; }
          .netprint .top .section-list .contents .table-wrap table {
            width: 100%;
            min-width: 800px;
            border-collapse: collapse; }
            .netprint .top .section-list .contents .table-wrap table tr {
              border-bottom: 1px solid #f1f1f1; }
              .netprint .top .section-list .contents .table-wrap table tr:first-child {
                border-top: 3px solid #898989;
                border-bottom: none; }
              .netprint .top .section-list .contents .table-wrap table tr:last-child {
                border-bottom: 3px solid #898989; }
              .netprint .top .section-list .contents .table-wrap table tr:hover {
                background-color: #ffffee; }
            .netprint .top .section-list .contents .table-wrap table th {
              height: 36px;
              padding: 5px;
              background-color: #eeeeee;
              white-space: nowrap; }
            .netprint .top .section-list .contents .table-wrap table td {
              padding: 5px 5px;
              white-space: nowrap;
              height: 38px; }
              .netprint .top .section-list .contents .table-wrap table td .soldout {
                color: #ff0000; }
              .netprint .top .section-list .contents .table-wrap table td .btn {
                font-size: 14px;
                line-height: 14px;
                color: #ffffff;
                background-color: #666666;
                padding: 10px;
                border-radius: 4px;
                cursor: pointer; }
                .netprint .top .section-list .contents .table-wrap table td .btn:hover {
                  background-color: #ff7c00; }
              .netprint .top .section-list .contents .table-wrap table td .error {
                background-color: #d16868; }
                .netprint .top .section-list .contents .table-wrap table td .error:hover {
                  background-color: #ff4040; }
              .netprint .top .section-list .contents .table-wrap table td .loading {
                background-color: #a12626;
                padding: 4px 10px;
                display: flex;
                align-items: center;
                justify-content: center; }
                .netprint .top .section-list .contents .table-wrap table td .loading .txt {
                  color: #ffffff; }
                .netprint .top .section-list .contents .table-wrap table td .loading img {
                  width: 21px;
                  height: 21px;
                  margin-left: 10px; }
              .netprint .top .section-list .contents .table-wrap table td .link {
                text-decoration: underline;
                white-space: break-spaces;
                /*
                max-width: 200px;
                overflow: hidden;
                text-overflow: ellipsis;
                */
                cursor: pointer; }
              .netprint .top .section-list .contents .table-wrap table td input[type="checkbox"] + label:before {
                left: -18px;
                top: -7px; }
            .netprint .top .section-list .contents .table-wrap table .error-line {
              color: #dd7575;
              background-color: #ff333308; }
            .netprint .top .section-list .contents .table-wrap table input[type="checkbox"] {
              width: 30px;
              height: 30px; }
              @media screen and (min-width: 769px) {
                .netprint .top .section-list .contents .table-wrap table input[type="checkbox"] {
                  width: 26px;
                  height: 26px; } }
        .netprint .top .section-list .contents .table-wrap::-webkit-scrollbar {
          height: 2px; }
          @media screen and (min-width: 769px) {
            .netprint .top .section-list .contents .table-wrap::-webkit-scrollbar {
              height: 10px; } }
        .netprint .top .section-list .contents .table-wrap::-webkit-scrollbar-track {
          border-radius: 1px;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
        .netprint .top .section-list .contents .table-wrap::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 50, 0.5);
          border-radius: 3px;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
      .netprint .top .section-list .no-record {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f3f3f3;
        margin-top: 10px;
        min-height: 200px;
        border-radius: 10px; }
        @media screen and (min-width: 554px) {
          .netprint .top .section-list .no-record {
            min-height: 250px; } }
        @media screen and (min-width: 769px) {
          .netprint .top .section-list .no-record {
            min-height: 300px; } }
        .netprint .top .section-list .no-record .ico {
          font-size: 70px;
          margin-bottom: 10px;
          color: #af9090; }
        .netprint .top .section-list .no-record .txt {
          font-size: 22px;
          color: #af9090; }
  .netprint .detail {
    width: 100%;
    padding: 10px 0 0 0; }
    .netprint .detail .contents {
      width: 100%; }
      .netprint .detail .contents .first-check {
        width: 100%;
        text-align: left;
        margin: 20px 0;
        padding: 10px;
        display: flex;
        color: #71720d;
        background-color: #efefe0; }
        .netprint .detail .contents .first-check .ico {
          font-size: 22px; }
        .netprint .detail .contents .first-check .txt {
          font-size: 18px;
          padding-left: 7px; }
        .netprint .detail .contents .first-check .link {
          color: #bb2b00;
          font-size: 18px;
          text-decoration: underline;
          cursor: pointer; }
          .netprint .detail .contents .first-check .link:hover {
            background-color: #ffff004d; }
      .netprint .detail .contents .description {
        width: 100%;
        font-size: 18px;
        text-align: left;
        margin: 20px 0; }
      .netprint .detail .contents .error-block {
        width: 100%;
        background-color: #ffe3e3;
        padding: 10px;
        margin-bottom: 20px;
        display: none; }
        .netprint .detail .contents .error-block .one {
          display: flex;
          align-items: center;
          padding: 2px 0; }
          .netprint .detail .contents .error-block .one .ico {
            color: #ff0000; }
          .netprint .detail .contents .error-block .one .txt {
            text-align: left;
            padding-left: 7px;
            font-size: 14px;
            line-height: 14px; }
      .netprint .detail .contents .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; }
        .netprint .detail .contents .items .one-item {
          position: relative;
          padding: 20px;
          margin: 10px 0 50px 0;
          border: solid 3px #e9e9e9;
          border-radius: 8px;
          text-align: left; }
          @media screen and (min-width: 769px) {
            .netprint .detail .contents .items .one-item {
              padding-right: 20px; } }
          .netprint .detail .contents .items .one-item .caption {
            position: absolute;
            display: inline-block;
            top: -13px;
            left: 10px;
            padding: 0 10px;
            line-height: 1;
            font-size: 1.3em;
            background: #ffffff;
            color: #b18f5e;
            font-weight: bold; }
          .netprint .detail .contents .items .one-item .field {
            font-size: 16px;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            .netprint .detail .contents .items .one-item .field .file {
              color: #3c3c3c;
              background-color: #f5f5f5;
              border: 1px solid #d9d9d9;
              margin: 0 10px 0  0;
              padding: 2px 15px;
              border-radius: 5px;
              white-space: nowrap;
              cursor: pointer; }
              .netprint .detail .contents .items .one-item .field .file:hover {
                color: #ffffff;
                background-color: #666666; }
              .netprint .detail .contents .items .one-item .field .file input[type="file"] {
                display: none; }
            .netprint .detail .contents .items .one-item .field p {
              font-size: 16px;
              font-weight: bold; }
            .netprint .detail .contents .items .one-item .field label {
              font-size: 16px;
              margin: 5px 0;
              padding-right: 20px;
              float: left;
              display: flex;
              align-items: center;
              white-space: nowrap;
              cursor: pointer; }
              .netprint .detail .contents .items .one-item .field label input[type="radio"] {
                width: 20px;
                height: 20px;
                margin: 0 5px 2px 0;
                cursor: pointer; }
            .netprint .detail .contents .items .one-item .field input[type="text"], .netprint .detail .contents .items .one-item .field input[type="password"], .netprint .detail .contents .items .one-item .field input[type="date"] {
              height: 28px;
              font-size: 18px;
              border: 1px solid #bdbdbd;
              border-radius: 3px; }
            .netprint .detail .contents .items .one-item .field input[type="checkbox"] {
              width: 22px;
              height: 22px;
              border: 1px solid #898989;
              border-radius: 3px;
              margin: 0 5px 2px 0; }
          .netprint .detail .contents .items .one-item .explain {
            font-size: 14px;
            color: #999999; }
          .netprint .detail .contents .items .one-item .netprint-inform {
            font-size: 14px;
            color: #a56161;
            margin-top: 4px; }
            .netprint .detail .contents .items .one-item .netprint-inform .link {
              color: #ff0000;
              cursor: pointer; }
              .netprint .detail .contents .items .one-item .netprint-inform .link:hover {
                background-color: #ffff004d;
                text-decoration: underline; }
  .netprint .view {
    width: 100%;
    padding: 20px 5px; }
    @media screen and (min-width: 554px) {
      .netprint .view {
        padding: 20px 10px; } }
    @media screen and (min-width: 769px) {
      .netprint .view {
        padding: 20px; } }
    .netprint .view .contents {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .netprint .view .contents .thumbnail-area {
        background-color: #eeeeee;
        width: 50%;
        padding: 10px; }
        @media screen and (max-width: 1280px) {
          .netprint .view .contents .thumbnail-area {
            width: 50%;
            padding: 10px; } }
        @media screen and (max-width: 980px) {
          .netprint .view .contents .thumbnail-area {
            width: 100%;
            padding: 10px; } }
        .netprint .view .contents .thumbnail-area .thumbnail {
          display: flex;
          justify-content: center;
          padding: 5px;
          background-color: #cccccc;
          cursor: pointer; }
          @media screen and (min-width: 554px) {
            .netprint .view .contents .thumbnail-area .thumbnail {
              padding: 10px; } }
          @media screen and (min-width: 769px) {
            .netprint .view .contents .thumbnail-area .thumbnail {
              padding: 10px; } }
          .netprint .view .contents .thumbnail-area .thumbnail img {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: contain; }
            @media screen and (min-width: 554px) {
              .netprint .view .contents .thumbnail-area .thumbnail img {
                height: 400px; } }
            @media screen and (min-width: 769px) {
              .netprint .view .contents .thumbnail-area .thumbnail img {
                height: 400px; } }
        .netprint .view .contents .thumbnail-area .pager {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          margin-top: 10px; }
          .netprint .view .contents .thumbnail-area .pager .explain {
            font-size: 16px;
            padding-right: 15px;
            white-space: nowrap; }
          .netprint .view .contents .thumbnail-area .pager .pages {
            display: flex; }
            .netprint .view .contents .thumbnail-area .pager .pages .btn {
              width: 40px;
              height: 30px;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #e7e7e7;
              border: 1px solid #919191;
              margin: 2px;
              cursor: pointer; }
              .netprint .view .contents .thumbnail-area .pager .pages .btn:hover {
                background-color: #d1d1d1; }
            .netprint .view .contents .thumbnail-area .pager .pages .curr {
              color: #ffffff;
              background-color: #00838d;
              border: 1px solid #00838d;
              font-weight: bold;
              cursor: default; }
              .netprint .view .contents .thumbnail-area .pager .pages .curr:hover {
                background-color: #00838d;
                border: 1px solid #00838d; }
            .netprint .view .contents .thumbnail-area .pager .pages .dimm {
              color: #c7c7c7;
              background-color: #dddddd;
              border: 1px solid #d5d5d5;
              cursor: default; }
              .netprint .view .contents .thumbnail-area .pager .pages .dimm:hover {
                background-color: #dddddd; }
      .netprint .view .contents .detail-area {
        width: 100%;
        padding: 20px 10px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 10px; }
        @media screen and (max-width: 1280px) {
          .netprint .view .contents .detail-area {
            width: 50%;
            padding: 10px; } }
        @media screen and (max-width: 980px) {
          .netprint .view .contents .detail-area {
            width: 100%;
            padding: 20px 10px 10px 10px; } }
        .netprint .view .contents .detail-area .status-block {
          width: 100%; }
          .netprint .view .contents .detail-area .status-block .one-status {
            width: 100%;
            display: flex;
            align-items: flex-start;
            margin-bottom: 5px; }
            .netprint .view .contents .detail-area .status-block .one-status .caption {
              width: 130px;
              color: #ffffff;
              background-color: #686868;
              display: flex;
              justify-content: center;
              align-items: center; }
              @media screen and (max-width: 980px) {
                .netprint .view .contents .detail-area .status-block .one-status .caption {
                  width: 150px; } }
              @media screen and (max-width: 768px) {
                .netprint .view .contents .detail-area .status-block .one-status .caption {
                  width: 130px; } }
              .netprint .view .contents .detail-area .status-block .one-status .caption .symbol {
                color: #ffc800;
                padding-left: 5px;
                font-size: 18px;
                font-weight: bold;
                line-height: 14px; }
            .netprint .view .contents .detail-area .status-block .one-status .value {
              text-align: left;
              width: calc(100% - 130px);
              padding-left: 20px; }
              @media screen and (max-width: 980px) {
                .netprint .view .contents .detail-area .status-block .one-status .value {
                  width: calc(100% - 150px);
                  padding-left: 20px; } }
              @media screen and (max-width: 768px) {
                .netprint .view .contents .detail-area .status-block .one-status .value {
                  width: calc(100% - 130px);
                  padding-left: 10px; } }
              .netprint .view .contents .detail-area .status-block .one-status .value .soldout {
                color: #ff0000;
                font-size: 16px; }
              .netprint .view .contents .detail-area .status-block .one-status .value .tip {
                color: #bf4b4b;
                white-space: normal; }
                .netprint .view .contents .detail-area .status-block .one-status .value .tip .link {
                  cursor: pointer;
                  font-size: 12px; }
                  .netprint .view .contents .detail-area .status-block .one-status .value .tip .link:hover {
                    background-color: #ffff004d;
                    text-decoration: underline; }
          .netprint .view .contents .detail-area .status-block .tip {
            width: 100%;
            font-size: 12px;
            color: #888888;
            text-align: left; }
      .netprint .view .contents .description-area {
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
        background-color: #efeee5;
        border-radius: 10px;
        text-align: left; }
        .netprint .view .contents .description-area .txt {
          font-size: 14px; }
        .netprint .view .contents .description-area .warn {
          font-size: 14px;
          color: #bf4b4b;
          margin-top: 10px; }
      .netprint .view .contents .copy-info-area {
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .netprint .view .contents .copy-info-area .copy-info {
          width: 100%;
          max-width: 420px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column; }
          .netprint .view .contents .copy-info-area .copy-info .copy-block {
            width: 100%;
            background-color: #eeeeee;
            padding: 10px;
            text-align: left; }
            .netprint .view .contents .copy-info-area .copy-info .copy-block .one {
              width: 100%;
              display: flex;
              align-items: flex-start;
              margin: 2px 0; }
              .netprint .view .contents .copy-info-area .copy-info .copy-block .one .title {
                width: 100px;
                color: #ffffff;
                background-color: #686868;
                border-radius: 13px;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                padding: 2px 5px;
                height: auto; }
              .netprint .view .contents .copy-info-area .copy-info .copy-block .one .txt {
                padding-left: 10px;
                width: calc(100% - 100px); }
            .netprint .view .contents .copy-info-area .copy-info .copy-block .tip {
              margin-top: 5px; }
          .netprint .view .contents .copy-info-area .copy-info .btn {
            width: 100%;
            padding: 5px 30px;
            margin-top: 5px;
            text-align: center;
            color: #ffffff;
            background-color: #857676;
            border-radius: 3px;
            cursor: pointer; }
            .netprint .view .contents .copy-info-area .copy-info .btn:hover {
              background-color: #ff7c00; }
            .netprint .view .contents .copy-info-area .copy-info .btn:active {
              width: calc(100% - 2px);
              margin: 5px 1px 0; }
  .netprint .mente {
    width: 100%;
    padding: 20px 5px; }
    @media screen and (min-width: 554px) {
      .netprint .mente {
        padding: 20px 10px; } }
    @media screen and (min-width: 769px) {
      .netprint .mente {
        padding: 20px; } }
    .netprint .mente .contents {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      color: #854a4a;
      background-color: #eeeeee;
      padding: 50px 20px;
      text-align: center; }
      .netprint .mente .contents .ico {
        width: 100%;
        font-size: 80px;
        margin-bottom: 30px; }
      .netprint .mente .contents .txt {
        width: 100%;
        font-size: 18px; }
  .netprint .agree {
    width: 100%;
    padding: 20px 5px; }
    @media screen and (min-width: 554px) {
      .netprint .agree {
        padding: 20px 10px; } }
    @media screen and (min-width: 769px) {
      .netprint .agree {
        padding: 20px; } }
    .netprint .agree .contents {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      color: #854a4a;
      background-color: #eeeeee;
      padding: 50px 20px; }
      .netprint .agree .contents .ico {
        width: 100%;
        font-size: 80px;
        margin-bottom: 30px; }
      .netprint .agree .contents .txt {
        width: 100%;
        font-size: 18px; }
        .netprint .agree .contents .txt .link {
          font-size: 18px;
          text-decoration: underline solid 3px #cc0000;
          background-color: #ffda0036; }
  .netprint .file-error {
    width: 100%;
    padding: 20px 5px; }
    @media screen and (min-width: 554px) {
      .netprint .file-error {
        padding: 20px 10px; } }
    @media screen and (min-width: 769px) {
      .netprint .file-error {
        padding: 20px; } }
    .netprint .file-error .contents {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-evenly;
      background-color: #eeeeee;
      padding: 20px 20px; }
      .netprint .file-error .contents .summary {
        width: auto;
        max-width: 100%; }
        .netprint .file-error .contents .summary .one-status {
          width: 100%;
          display: flex;
          align-items: flex-start;
          margin-bottom: 5px; }
          .netprint .file-error .contents .summary .one-status .caption {
            width: 130px;
            color: #ffffff;
            background-color: #686868;
            padding: 0 10px; }
            @media screen and (min-width: 554px) {
              .netprint .file-error .contents .summary .one-status .caption {
                width: 150px; } }
            @media screen and (min-width: 769px) {
              .netprint .file-error .contents .summary .one-status .caption {
                width: 150px; } }
          .netprint .file-error .contents .summary .one-status .value {
            width: calc(100% - 130px);
            text-align: left;
            padding-left: 10px;
            min-width: 130px; }
            @media screen and (min-width: 554px) {
              .netprint .file-error .contents .summary .one-status .value {
                width: calc(100% - 150px);
                padding-left: 20px; } }
            @media screen and (min-width: 769px) {
              .netprint .file-error .contents .summary .one-status .value {
                width: calc(100% - 150px);
                padding-left: 20px; } }
      .netprint .file-error .contents .message {
        padding: 40px 0;
        color: #854a4a;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .netprint .file-error .contents .message .ico {
          font-size: 50px;
          margin-right: 10px; }
        .netprint .file-error .contents .message .txt {
          width: 100%;
          font-size: 18px;
          white-space: pre-line;
          text-align: left; }
  .netprint .control-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 40px; }
    .netprint .control-area .command {
      min-width: 90px;
      height: 40px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #ffffff;
      background-color: #666666;
      box-shadow: 0 0 0 1px #666666;
      border: 1px solid #ffffff;
      border-radius: 9px;
      margin: 4px 5px;
      cursor: pointer; }
      @media screen and (min-width: 554px) {
        .netprint .control-area .command {
          margin: 0 10px; } }
      @media screen and (min-width: 769px) {
        .netprint .control-area .command {
          margin: 0 10px; } }
      .netprint .control-area .command:hover {
        background-color: #ff7c00;
        box-shadow: 0 0 0 1px #ff7c00; }
      .netprint .control-area .command:active {
        min-width: 88px;
        height: 38px;
        padding: 0 14px;
        margin: 5px 6px; }
        @media screen and (min-width: 554px) {
          .netprint .control-area .command:active {
            margin: 1px 11px; } }
        @media screen and (min-width: 769px) {
          .netprint .control-area .command:active {
            margin: 1px 11px; } }
    .netprint .control-area .active {
      background-color: #376644;
      box-shadow: 0 0 0 1px #376644; }
    .netprint .control-area .delete {
      background-color: #c54144;
      box-shadow: 0 0 0 1px #c54144; }
  .netprint .control-file-change {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px; }
    .netprint .control-file-change .command {
      width: 265px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #ffffff;
      background-color: #666666;
      box-shadow: 0 0 0 1px #666666;
      border: 1px solid #ffffff;
      margin: 4px 5px;
      cursor: pointer; }
      .netprint .control-file-change .command:hover {
        background-color: #ff7c00;
        box-shadow: 0 0 0 1px #ff7c00; }
      .netprint .control-file-change .command:active {
        width: 263px;
        height: 38px;
        margin: 5px 6px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ 管理機能用各パーツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------------------------------------------------------------------------------
▼ カテゴリー階層
-------------------------------------------------------------------------------------------------*/
.category_depth:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 22px;
  height: 0; }
.category_depth:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 20px; }
.category_depth.depth1 {
  padding: 0 8px; }
.category_depth.depth2 {
  padding: 0 8px 0 38px;
  position: relative; }
  .category_depth.depth2:before {
    left: 12px;
    border-top: 2px solid #f98080; }
  .category_depth.depth2:after {
    left: 12px;
    border-left: 2px solid #f98080; }
.category_depth.depth3 {
  padding: 0 8px 0 68px;
  position: relative; }
  .category_depth.depth3:before {
    left: 42px;
    border-top: 2px solid #20ad20; }
  .category_depth.depth3:after {
    left: 42px;
    border-left: 2px solid #20ad20; }
.category_depth.depth4 {
  padding: 0 8px 0 98px;
  position: relative; }
  .category_depth.depth4:before {
    left: 72px;
    border-top: 2px solid #63aeef; }
  .category_depth.depth4:after {
    left: 72px;
    border-left: 2px solid #63aeef; }
.category_depth.depth5 {
  padding: 0 8px 0 128px;
  position: relative; }
  .category_depth.depth5:before {
    left: 102px;
    border-top: 2px solid #c353c0; }
  .category_depth.depth5:after {
    left: 102px;
    border-left: 2px solid #c353c0; }
.category_depth.depth6 {
  padding: 0 8px 0 158px;
  position: relative; }
  .category_depth.depth6:before {
    left: 132px;
    border-top: 2px solid #f5a011; }
  .category_depth.depth6:after {
    left: 132px;
    border-left: 2px solid #f5a011; }
.category_depth.depth7 {
  padding: 0 8px 0 188px;
  position: relative; }
  .category_depth.depth7:before {
    left: 162px;
    border-top: 2px solid #bfbba7; }
  .category_depth.depth7:after {
    left: 162px;
    border-left: 2px solid #bfbba7; }
.category_depth.depth8 {
  padding: 0 8px 0 218px;
  position: relative; }
  .category_depth.depth8:before {
    left: 192px;
    border-top: 2px solid #0027ff; }
  .category_depth.depth8:after {
    left: 192px;
    border-left: 2px solid #0027ff; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ デバッガー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.debug-toggle {
  position: absolute;
  right: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  background-color: #414141;
  border-radius: 3px;
  margin-left: 10px;
  padding: 5px 8px;
  cursor: pointer; }
  .debug-toggle:hover {
    background-color: #ff9800; }
  .debug-toggle:active {
    right: 6px;
    padding: 4px 7px; }

.debug {
  /*width: fit-content;*/
  width: 1000px;
  max-width: 100%;
  max-height: 80%;
  display: none;
  background-color: #b0ad70;
  border: 5px solid #b0ad70;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 201;
  overflow-y: auto;
  box-shadow: -2px -2px 14px 0px #ffffffbf;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  .debug .debug-contents {
    margin-top: -24px; }
    .debug .debug-contents .debug-section {
      width: 100%;
      display: inline-block;
      background-color: #4f4f4f;
      margin-bottom: 3px;
      float: left; }
      .debug .debug-contents .debug-section .title {
        width: 100%;
        color: #ffff00;
        background-color: #610202;
        font-weight: bold;
        font-size: 12px;
        padding: 3px 10px; }
      .debug .debug-contents .debug-section .item {
        width: 100%;
        background-color: #1d1d1d;
        margin-bottom: 1px;
        display: flex; }
        .debug .debug-contents .debug-section .item .name {
          float: left;
          width: 40%;
          color: #ffffff;
          font-size: 12px;
          padding: 2px 0 2px 10px;
          overflow: hidden; }
        .debug .debug-contents .debug-section .item .value {
          float: left;
          width: 60%;
          color: #ffffff;
          background-color: #333333;
          font-size: 12px;
          padding: 2px 0 2px 10px;
          overflow: hidden;
          white-space: pre-wrap; }
  .debug .debug-close {
    position: sticky;
    top: 6px;
    margin-left: calc(100% - 30px);
    color: #ffffff;
    background-color: #515900;
    border: 1px solid #ffffff;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(0deg);
    animation: rotate_0 0.65s forwards;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .debug .debug-close:hover {
      animation: rotate_90 0.65s forwards; }
    .debug .debug-close:active {
      background-color: #2196F3; }

.debug::-webkit-scrollbar {
  width: 1px; }

.debug::-webkit-scrollbar-track {
  background-color: #ccc; }

.debug::-webkit-scrollbar-thumb {
  background-color: #ad0675; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ テスト要素画面用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tester {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #efefef;
  padding: 20px; }
  .tester .item {
    width: 48%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 1%; }
    @media screen and (max-width: 768px) {
      .tester .item {
        width: 100%;
        margin-bottom: 10px; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ アニメーション（keyframes）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes menu-bar01 {
  0% {
    -webkit-transform: rotate(45deg) translateY(7px);
    -moz-transform: rotate(45deg) translateY(7px);
    transform: rotate(45deg) translateY(7px); }
  50% {
    -webkit-transform: rotate(0) translateY(7px);
    -moz-transform: rotate(0) translateY(7px);
    transform: rotate(0) translateY(7px); }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); } }
@keyframes menu-bar02 {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-7px);
    -moz-transform: rotate(-45deg) translateY(-7px);
    transform: rotate(-45deg) translateY(-7px); }
  50% {
    -webkit-transform: rotate(0) translateY(-7px);
    -moz-transform: rotate(0) translateY(-7px);
    transform: rotate(0) translateY(-7px); }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); } }
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  50% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(5px) translateX(5px);
    transform: rotate(45deg) translateY(5px) translateX(5px); } }
@keyframes active-menu-bar02 {
  0% {
    background-color: #ffffff;
    opacity: 1; }
  50% {
    background-color: #00f0ff;
    transform: translateX(10px); }
  70% {
    background-color: #ffc107;
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateX(50px); } }
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  50% {
    -webkit-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    -moz-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    transform: rotate(-45deg) translateY(-5px) translateX(5px); } }
/* ==================================================================================================================
// ▼ ダイアログ
================================================================================================================== */
#overlay {
  position: fixed;
  z-index: -100;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  will-change: opacity; }

#overlay.visible {
  visibility: visible;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 100000; }

#verification-notify {
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
  z-index: -100;
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 110px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 554px) {
    #verification-notify {
      width: 450px;
      left: calc((100% - 450px) / 2);
      top: 120px; } }
  @media screen and (min-width: 769px) {
    #verification-notify {
      width: 600px;
      left: calc((100% - 600px) / 2);
      top: calc((100% - 300px) / 2); } }

#verification-notify.visible {
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  z-index: 100001;
  border: 5px solid #dfdfdf;
  border-radius: 20px;
  /*line-height: initial;*/ }

#verification-notify .head {
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  text-align: center; }

#verification-notify .head h2 {
  padding: 25px 20px 4px 20px;
  color: #303030;
  font-size: 22px;
  font-weight: bold;
  margin: 0; }

#verification-notify .inner-dialog {
  padding: 10px 0 20px 0;
  font-size: 16px; }

#verification-notify .detail {
  margin: 0 20px 20px; }

#verification-notify .detail p#w_message {
  font-size: 18px; }

#verification-notify .avatar-detail {
  margin: 0 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

#verification-notify .avatar-detail img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

#verification-notify .avatar-detail .message-area {
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px; }

#verification-notify .avatar-detail .message-area p {
  margin: 0; }

#verification-notify .avatar-detail .message-area .sender {
  margin: 0;
  display: flex;
  justify-content: flex-end; }

#verification-notify .avatar-detail .message-area .sender a {
  color: #0073c5;
  text-decoration: none;
  text-align: right;
  margin-right: 5px;
  cursor: pointer; }

#verification-notify .avatar-detail .message-area .sender a:hover {
  color: #f11d6e; }

#verification-notify .action {
  text-align: center;
  display: inline-block;
  width: 100%; }
  #verification-notify .action .btn {
    display: inline-block; }
    #verification-notify .action .btn a {
      background-color: #586b7a;
      color: #ffffff;
      padding: 5px 13px;
      border-radius: 15px;
      white-space: nowrap;
      float: left;
      min-width: 80px;
      margin: 0 5px;
      display: block;
      text-decoration: none;
      font-size: 15px; }
      @media screen and (min-width: 554px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 15px; } }
      @media screen and (min-width: 769px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 20px; } }
      #verification-notify .action .btn a:hover {
        background: #ffa000;
        color: #ffffff; }
    #verification-notify .action .btn .close_btn {
      background-color: #dddddd;
      color: #333333;
      position: relative;
      top: auto;
      right: auto;
      font-size: 15px;
      cursor: pointer; }

#verification-notify .action.center {
  justify-content: center; }

#verification-notify.w .action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#verification-notify .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px; }

#verification-notify .close:hover {
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#verification-notify .close::before,
#verification-notify .close::after {
  content: '';
  width: 22px;
  height: 4px;
  background-color: #666666;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 3px; }

#verification-notify .close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#verification-notify .inform {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  display: inline-block; }

#verification-notify .inform .m_left {
  width: 70%;
  background-color: #dadada;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_right {
  width: 30%;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_space {
  width: 100%;
  height: 10px;
  float: left; }

#w_inform {
  margin-top: 20px;
  color: #7e4c4c;
  padding: 10px 0;
  font-size: 15px;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ 各種JavascriptモジュールCSSカスタマイズ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------------------------------------------------------------------------------
▼ select2 カスタマイズ
-------------------------------------------------------------------------------------------------*/
.select2-container {
  max-width: 300px; }

.select2-results__option {
  padding: 6px;
  line-height: 18px; }

/*-------------------------------------------------------------------------------------------------
▼ swiper カスタマイズ
-------------------------------------------------------------------------------------------------*/
.item-slider {
  position: relative; }
  .item-slider .swiper-wrapper {
    padding-bottom: 5px; }
  .item-slider .swiper-button-next, .item-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #b3b3b3;
    background-color: #ffffff; }
    @media screen and (max-width: 980px) {
      .item-slider .swiper-button-next, .item-slider .swiper-button-prev {
        display: none; } }
    .item-slider .swiper-button-next:after, .item-slider .swiper-button-prev:after {
      font-size: 26px;
      font-weight: bold; }
    .item-slider .swiper-button-next:hover, .item-slider .swiper-button-prev:hover {
      background-color: #ececec;
      border: 1px solid #ececec; }
    .item-slider .swiper-button-next.swiper-button-disabled, .item-slider .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .item-slider .swiper-button-next {
    left: auto;
    right: -20px; }
    @media screen and (max-width: 1280px) {
      .item-slider .swiper-button-next {
        right: 15px; } }
  .item-slider .swiper-button-prev {
    left: -20px;
    right: auto; }
    @media screen and (max-width: 1280px) {
      .item-slider .swiper-button-prev {
        left: 15px; } }

.image-viewer .image-swiper-view-area {
  overflow: hidden;
  height: 100%; }
  .image-viewer .image-swiper-view-area .main-slider {
    background-color: #000000;
    height: calc(100% - 70px); }
    .image-viewer .image-swiper-view-area .main-slider .swiper-zoom-container > img {
      max-height: 700px; }
      @media screen and (max-width: 768px) {
        .image-viewer .image-swiper-view-area .main-slider .swiper-zoom-container > img {
          max-height: 500px; } }
  .image-viewer .image-swiper-view-area .sub-slider {
    height: 70px;
    background-color: #5b5b5b; }
    .image-viewer .image-swiper-view-area .sub-slider .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #bfbfbf; }
      .image-viewer .image-swiper-view-area .sub-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .image-viewer .image-swiper-view-area .control {
    position: absolute;
    left: 7px;
    top: 7px;
    display: flex;
    z-index: 1; }
    .image-viewer .image-swiper-view-area .control .zoom-in, .image-viewer .image-swiper-view-area .control .keymap {
      cursor: pointer;
      margin: 5px; }
      .image-viewer .image-swiper-view-area .control .zoom-in:hover, .image-viewer .image-swiper-view-area .control .keymap:hover {
        color: #8bc34a; }
    @media screen and (max-width: 768px) {
      .image-viewer .image-swiper-view-area .control .keymap {
        display: none; } }
  .image-viewer .image-swiper-view-area .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff9e;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px #ffffff96; }
  .image-viewer .image-swiper-view-area .swiper-pagination-bullet-active {
    color: #ffffff;
    background-color: #007aff; }
.image-viewer .swiper-button-next, .image-viewer .swiper-button-prev {
  color: #ffffff; }

/*-------------------------------------------------------------------------------------------------
▼ jQuery UI date picker 調整
-------------------------------------------------------------------------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: none;
  text-align: center; }

.ui-state-active, .ui-widget-content .ui-state-active {
  background-color: #10b5ff;
  color: #ffffff !important; }

.ui-widget-header {
  border: unset;
  background-color: unset; }

.ui-widget.ui-widget-content {
  padding: 4px;
  border: 1px solid #727272;
  box-shadow: 1px 1px 6px 0px #6e6e6e; }

.ui-widget-content {
  border: none; }

.ui-datepicker {
  z-index: 1002 !important;
  /* ヘッダ(1001)より上 */ }

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  display: flex;
  align-items: center;
  margin: 5px 5px 3px;
  padding: 0 10px;
  color: #363636 !important;
  font-size: 14px;
  font-weight: normal;
  box-shadow: 0 0 1px 1px #e1e1e1; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker th {
  background-color: #ede6da;
  border: 1px solid #ffffff;
  padding: 5px 0; }

.ui-datepicker-calendar thead {
  border-bottom: none; }

.ui-datepicker-calendar tbody tr {
  border: none !important; }

.ui-datepicker-calendar tbody tr:nth-child(2n + 1) {
  background-color: unset !important; }

.ui-datepicker-calendar tbody tr:hover {
  background-color: unset; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 2.8em;
  background-color: #efefef; }

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: baseline; }

.ui-datepicker select.ui-datepicker-year {
  width: 77px;
  height: 26px;
  padding: 0 0 0 8px;
  text-overflow: unset;
  margin-right: 4px; }

/*-------------------------------------------------------------------------------------------------
▼ jQuery UI ympicker picker 調整
-------------------------------------------------------------------------------------------------*/
.ui-ympicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-ympicker .ui-ympicker-header {
  position: relative;
  padding: .2em 0; }

.ui-ympicker .ui-ympicker-prev,
.ui-ympicker .ui-ympicker-next {
  position: absolute;
  top: 2px;
  width: 2.8em;
  height: 1.8em;
  border: 1px solid #e3e3e3; }

.ui-ympicker .ui-ympicker-prev-hover,
.ui-ympicker .ui-ympicker-next-hover {
  top: 1px; }

.ui-ympicker .ui-ympicker-prev {
  left: 2px; }

.ui-ympicker .ui-ympicker-next {
  right: 2px; }

.ui-ympicker .ui-ympicker-prev-hover {
  left: 1px; }

.ui-ympicker .ui-ympicker-next-hover {
  right: 1px; }

.ui-ympicker .ui-ympicker-prev span,
.ui-ympicker .ui-ympicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-ympicker .ui-ympicker-title {
  margin: 0 2.3em 3px;
  line-height: 1.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.ui-ympicker .ui-ympicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-ympicker select.ui-ympicker-month,
.ui-ympicker select.ui-ympicker-year {
  width: 85px;
  height: 1.7em;
  padding-right: 10px !important;
  margin-right: 5px; }

.ui-ympicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }
  .ui-ympicker table th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-ympicker table tr:hover {
    background-color: unset; }
  .ui-ympicker table td {
    border: 0;
    padding: 1px; }
    .ui-ympicker table td span,
    .ui-ympicker table td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
      .ui-ympicker table td span:hover,
      .ui-ympicker table td a:hover {
        background-color: #ffff00b3; }

.ui-ympicker .ui-ympicker-buttonpane {
  background-image: none;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-ympicker .ui-ympicker-buttonpane button {
  float: right;
  cursor: pointer;
  width: auto;
  overflow: visible;
  box-shadow: none;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  padding: 0 10px;
  height: 30px; }
  .ui-ympicker .ui-ympicker-buttonpane button.ui-clear {
    margin-left: 5px; }

.ui-ympicker .ui-ympicker-buttonpane button.ui-ympicker-current {
  float: left; }

.ui-ympicker.ui-ympicker-multi {
  width: auto; }

.ui-ympicker-multi .ui-ympicker-group {
  float: left; }

.ui-ympicker-multi .ui-ympicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-ympicker-multi-2 .ui-ympicker-group {
  width: 50%; }

.ui-ympicker-multi-3 .ui-ympicker-group {
  width: 33.3%; }

.ui-ympicker-multi-4 .ui-ympicker-group {
  width: 25%; }

.ui-ympicker-multi .ui-ympicker-group-last .ui-ympicker-header,
.ui-ympicker-multi .ui-ympicker-group-middle .ui-ympicker-header {
  border-left-width: 0; }

.ui-ympicker-multi .ui-ympicker-buttonpane {
  clear: left; }

.ui-ympicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-ympicker-rtl {
  direction: rtl; }

.ui-ympicker-rtl .ui-ympicker-prev {
  right: 2px;
  left: auto; }

.ui-ympicker-rtl .ui-ympicker-next {
  left: 2px;
  right: auto; }

.ui-ympicker-rtl .ui-ympicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-ympicker-rtl .ui-ympicker-next:hover {
  left: 1px;
  right: auto; }

.ui-ympicker-rtl .ui-ympicker-buttonpane {
  clear: right; }

.ui-ympicker-rtl .ui-ympicker-buttonpane button {
  float: left; }

.ui-ympicker-rtl .ui-ympicker-buttonpane button.ui-ympicker-current,
.ui-ympicker-rtl .ui-ympicker-group {
  float: right; }

.ui-ympicker-rtl .ui-ympicker-group-last .ui-ympicker-header,
.ui-ympicker-rtl .ui-ympicker-group-middle .ui-ympicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*-------------------------------------------------------------------------------------------------
▼ iziModal 調整
-------------------------------------------------------------------------------------------------*/
/* モーダル高さが100%になる場合は「html」に「iziModal-isAttached」がappendされる */
html.iziModal-isAttached {
  overflow: initial; }

.iziModal {
  /*max-height: 90% !important;*/
  /*
      .image-swiper-view-area {
          overflow: hidden;
          //max-height: 100%;
          height: 100%;
  
          .main-slider {
              background-color: #000000;
              height: calc(100% - 70px);
          }
  
          .sub-slider {
              height: 70px;
              background-color: #5b5b5b;
  
              .swiper-slide {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  background-color: #bfbfbf;
  
                  img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                  }
              }
          }
  
          .control {
              position: absolute;
              left: 7px;
              top: 7px;
              display: flex;
              z-index: 1;
  
              .zoom-in, .keymap {
                  cursor: pointer;
                  margin: 5px;
  
                  &:hover {
                      color: #8bc34a;
                  }
              }
  
              @include breakpoint('<=small') {
                  .keymap {
                      display: none;
                  }
              }
          }
  
          .swiper-pagination-bullet {
              width: 20px;
              height: 20px;
              text-align: center;
              line-height: 20px;
              font-size: 12px;
              color: #ffffff9e;
              opacity: 1;
              background-color: rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 1px 1px #ffffff96;
          }
          .swiper-pagination-bullet-active {
              color: #ffffff;
              background-color: #007aff;
          }
      }
  */ }

/*-------------------------------------------------------------------------------------------------
▼ simplePagination.css 調整
-------------------------------------------------------------------------------------------------*/
.simple-pagination ul {
  display: flex;
  align-items: center; }

.custom-theme a, .custom-theme span {
  width: 40px; }

@media screen and (max-width: 600px) {
  .custom-theme a, .custom-theme span {
    width: 35px; } }
@media screen and (max-width: 480px) {
  .custom-theme a, .custom-theme span {
    width: 32px; } }
@media screen and (max-width: 375px) {
  .custom-theme a, .custom-theme span {
    width: 30px;
    font-size: 12px; } }
@media screen and (max-width: 330px) {
  .custom-theme a, .custom-theme span {
    width: 26px;
    font-size: 11px; } }
.custom-theme .current {
  width: 40px; }

@media screen and (max-width: 600px) {
  .custom-theme .current {
    width: 35px; } }
@media screen and (max-width: 480px) {
  .custom-theme .current {
    width: 32px; } }
@media screen and (max-width: 375px) {
  .custom-theme .current {
    width: 30px; } }
@media screen and (max-width: 330px) {
  .custom-theme .current {
    width: 26px; } }
@media screen and (max-width: 600px) {
  .custom-theme .ellipse {
    width: 14px;
    margin: 0; } }
/*-------------------------------------------------------------------------------------------------
▼ Particles Effect 調整
-------------------------------------------------------------------------------------------------*/
.particles-effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 20px);
  pointer-events: none; }

/*-------------------------------------------------------------------------------------------------
▼ tippy（ツールチップ）
-------------------------------------------------------------------------------------------------*/
.tippy-box[data-theme~='custom'] {
  background-color: #f9f9e8;
  color: #2d2d2d;
  border: 3px solid #b7b778;
  box-shadow: 2px 2px 4px 0px #000000d1;
  /*padding: 5px;*/
  text-align: left;
  white-space: pre-line; }
  .tippy-box[data-theme~='custom'].tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -11px; }
  .tippy-box[data-theme~='custom'].tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -11px; }
  .tippy-box[data-theme~='custom'].tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -11px; }
  .tippy-box[data-theme~='custom'].tippy-box[data-placement^=left] > .tippy-arrow:before {
    right: -11px; }

.tippy-box[data-theme~='custom'] > .tippy-arrow {
  color: #b7b778; }

/* light */
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff; }

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff; }

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff; }

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff; }

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff; }

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff; }

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff; }

/* scale */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom; }

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top; }

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right; }

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left; }

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0; }

/* scale-extreme */
.tippy-box[data-animation=scale-extreme][data-placement^=top] {
  transform-origin: bottom; }

.tippy-box[data-animation=scale-extreme][data-placement^=bottom] {
  transform-origin: top; }

.tippy-box[data-animation=scale-extreme][data-placement^=left] {
  transform-origin: right; }

.tippy-box[data-animation=scale-extreme][data-placement^=right] {
  transform-origin: left; }

.tippy-box[data-animation=scale-extreme][data-state=hidden] {
  transform: scale(0);
  opacity: .25; }

/* shift-away-extreme */
.tippy-box[data-animation=shift-away-extreme][data-state=hidden] {
  opacity: 0; }

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top] {
  transform: translateY(20px); }

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-20px); }

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left] {
  transform: translateX(20px); }

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right] {
  transform: translateX(-20px); }

/* shift-toward-extreme */
.tippy-box[data-animation=shift-toward-extreme][data-state=hidden] {
  opacity: 0; }

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top] {
  transform: translateY(-20px); }

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom] {
  transform: translateY(20px); }

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left] {
  transform: translateX(-20px); }

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right] {
  transform: translateX(20px); }

/* perspective-extreme */
.tippy-box[data-animation=perspective-extreme][data-placement^=top] {
  transform-origin: bottom; }

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=visible] {
  transform: perspective(700px); }

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=hidden] {
  transform: perspective(700px) translateY(10px) rotateX(90deg); }

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom] {
  transform-origin: top; }

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=visible] {
  transform: perspective(700px); }

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=hidden] {
  transform: perspective(700px) translateY(-10px) rotateX(-90deg); }

.tippy-box[data-animation=perspective-extreme][data-placement^=left] {
  transform-origin: right; }

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=visible] {
  transform: perspective(700px); }

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=hidden] {
  transform: perspective(700px) translateX(10px) rotateY(-90deg); }

.tippy-box[data-animation=perspective-extreme][data-placement^=right] {
  transform-origin: left; }

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=visible] {
  transform: perspective(700px); }

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=hidden] {
  transform: perspective(700px) translateX(-10px) rotateY(90deg); }

.tippy-box[data-animation=perspective-extreme][data-state=hidden] {
  opacity: .5; }

.tippy-content {
  white-space: pre-line;
  font-weight: normal;
  user-select: text;
  padding: 15px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #777122 #ccc; }
  @media screen and (max-width: 600px) {
    .tippy-content {
      max-height: 450px;
      padding: 10px; } }
  .tippy-content a {
    display: inline-block; }

.tippy-content::-webkit-scrollbar {
  width: 3px; }

.tippy-content::-webkit-scrollbar-track {
  background-color: #ccc; }

.tippy-content::-webkit-scrollbar-thumb {
  background-color: #777122; }

/*-------------------------------------------------------------------------------------------------
▼ tinyMCE
-------------------------------------------------------------------------------------------------*/
.tox-tinymce {
  border: 1px solid #c1c1c1 !important;
  border-radius: unset !important; }
  .tox-tinymce .tox-statusbar__branding {
    display: none !important; }

.tox .tox-editor-header {
  z-index: 1 !important; }
.tox .tox-edit-area:before {
  border: 2px solid #119dc7 !important; }

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