@charset "UTF-8";
/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a {
  text-decoration: none;
  word-break: break-all; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

button {
  border: none; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

iframe {
  max-width: 100% !important;
  width: 100% !important;
  min-height: 220px !important; }
.__PrivateStripeElement iframe {
  min-height: 20px !important;
}

hr {
  margin-top: 0em;
  margin-bottom: 0em;
  border: none;
  width: 100%; }

blockquote {
  padding-left: 0em !important; }

.tox-toolbar {
  flex-wrap: wrap !important; }

/*  reset */
/* config */
h2 {
  font-size: 1.2em;
  line-height: 180%;
  margin-bottom: 0.5em;
  font-weight: 500;
  display: block;
  width: 100%; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.2em;
      padding: 0.5em !important;
      margin-bottom: 0em !important; }
    .box-detail-list h2{
      padding: 0em !important;  }
  }
  .box-edit-unit h2.midashi {
    line-height: 100%;
    padding: 0.5em 0;
    position: relative;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 150%;
    width: 100%;
    justify-content: space-between;
    padding: 0.5em 0; }
  h2 small {
    font-size: 1rem;
    display: block;
    color: #aaa;
    margin-top: -0.5em; }
  h2 div {
    width: auto; }
    h2 div button {
      margin: -1em 0; }
  h2.modal-head {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    padding: 1em !important;
    line-height: 100%; }

h3 {
  font-size: 1em;
  line-height: 150%;
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  display: block;
  width: 100%; }
  @media screen and (max-width: 768px) {
    h3 {
      padding-right: 1em; } }
  h3 small {
    font-size: 1rem;
    display: block;
    color: #aaa; }

  body .event-plan-edit .mb-2 p{
      padding-left: 10px !important;
    }

div.hidden {
  display: none; }

img.inline {
  display: inline !important; }

i {
  font-style: normal !important;
  font-family: "Font Awesome 5 Free" !important; }

a:not(.btn),
.a-link {
  color: #000;
  cursor: pointer !important; }
  .item_btn a:not(.btn):hover,
  .a-link:hover {
    text-decoration: none !important;
    opacity: 0.5; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important; }

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important; }

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }

.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important; }

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important; }

.pb-1 {
  padding-bottom: 0.5em !important; }

.pb-2 {
  padding-bottom: 1em !important; }

.pb-3 {
  padding-bottom: 1.5em !important; }

.pt-1 {
  padding-top: 0.5em !important; }

.pt-2 {
  padding-top: 1em !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.5em !important; }

.mt-2 {
  margin-top: 1em !important; }

.mt-3 {
  margin-top: 1.5em !important; }

.mt-4 {
  margin-top: 2em !important; }

.mt-5 {
  margin-top: 2.5em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.5em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.mb-3 {
  margin-bottom: 1.5em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.mb-5 {
  margin-bottom: 2.5em !important; }

.blink {
  animation: blinkAnime 0.5s infinite alternate; }

@keyframes blinkAnime {
  0% {
    opacity: 0; }
  70% {
    opacity: 100; } }
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.x-scroll {
  display: block;
  overflow-x: auto; }

.col-yel {
  color: #FDB700 !important; }

.col-blu {
  color: #0098e9 !important; }

.col-red {
  color: #C60000 !important; }

.col-lgr {
  color: #EEEEEE !important; }

.col-gry {
  color: #999999 !important; }

.col-grn {
  color: #6AB441 !important; }

.col-pnk {
  color: #FF5084 !important; }

.col-org {
  color: #E99401 !important; }

body .col-bgblu {
  background-color: #0098e9 !important;
  color: #fff; }

/* changed ogu 20230909 */
.col-bglbl {
  background-color: #D6E4FF !important;
  color: #000 !important; }

.col-bggrn {
  background-color: #6AB441 !important;
  color: #fff !important; }

.col-bggry {
  background-color: #f5f5f5 !important;
  color: #000 !important; }

  .col-bg-gry {
    background-color: #f5f5f5 !important;
    color: #000 !important;
  }

.col-bggry2 {
  background-color: #888888 !important;
  color: #fff !important; }

.col-bgpnk {
  background-color: #FF6593 !important;
  color: #fff !important; }

.col-bgorg {
  background-color: #F45100 !important;
  color: #fff !important; }

.col-bgyel {
  background-color: #FACB50 !important;
  color: #000 !important; }

.col-bghwtred {
  background-color: #fff !important;
  color: #dd0000 !important; }

.col-bgblk {
  background-color: #000000 !important;
  color: #fff !important; }

.relative {
  position: relative; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important;
  padding: 10px !important; }

  .text-center p{
    margin-bottom: 20px;
  }

.text-sp-center {
  text-align: left !important; }
  @media (max-width: 576px) {
    .text-sp-center {
      text-align: center !important; } }

.text-right {
  text-align: right !important; }

.box-right {
  display: block;
  right: 0; }

.fit-cover {
  object-fit: cover !important; }

.sp_only {
  display: none; }
  @media (max-width: 576px) {
    .sp_only {
      display: block; } }

.md_only {
  display: none; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block; } }

.pc_only {
  display: block; }
  @media (max-width: 576px) {
    .pc_only {
      display: none; } }

.require:after {
  content: "*";
  vertical-align: super;
  font-weight: 900;
  color: #c60000; }

.newarrival {
  border: solid 6px #0098e9 !important;
  background-color: #ECF2FF !important;
  margin-bottom: 0.5em; }

i:not(.fas):not(.far):not(.fab):not(.left) {
  display: inline-block;
  background: none !important;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 16px;
  margin-right: 16px; }
  h3 i:not(.fas):not(.far):not(.fab):not(.left) {
    display: none !important;
  }
  i:not(.fas):not(.far):not(.fab):not(.left).all::after {
    content: '';
    background-image: url("../images/icon/icon__all_inclusive_20dp_5F6368.svg");
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 3px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).event::after {
    content: '';
    background-image: url("../images/icon/icon__calendar-grey.svg");
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 3px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).community::after {
    content: '';
    background-image: url("../images/icon/icon__group-grey.svg");
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 3px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).people::after {
    content: '';
    background-image: url("../images/icon/icon__person-grey.svg");
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 3px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).facility::after {
    content: '';
    background-image: url("../images/icon/icon__villa-grey.svg");
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 3px;
    display: inline-block; }

.active i {
  background-color: #1791d2; }

.attn {
  width: 100%;
  padding: 0.5em;
  border-radius: 8px;
  margin-bottom: 0.5em; }

body .attn:hover {
  background-color: #f5f5f5 !important;
  }

.hissu {
  color: #c60000;
  padding-left: 0.5em; }

.stout {
  text-decoration: line-through;
  padding-right: 0.5em; }

body .btn {
  display: inline-block;
  border-radius: 50px !important;
  font-size: 1rem;
  padding: 0.6em 0.8em !important;
  margin: 2px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none !important;
  background-color: #0098e9;
  color: #fff;
  min-width: 150px;
  line-height: 150%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important; }
  body .btn:hover{
    background-color: #e5e5e5 !important;
    color: #0098e9 !important;
  }
  body .col-bggry:hover, body .col-bg-gry:hover {
    background-color: #f5f5f5 !important;
  }
  @media (max-width: 576px) {
    body .btn {
      margin-bottom: 10px !important;
      min-width: 0 !important; } }
body .btn.active {
    background-color: #1791d2 !important;
    color: #fff !important; }
  .btn.nallow {
    min-width: 50px; }
  .btn:disabled {
    opacity: 0.5 !important;
    background: #999999 !important;
    color: #000 !important; }
  .btn.btn-accordion {
    display: block;
    margin-left: -1.5em;
    margin-right: -1.5em;
    border-radius: 0;
    width: calc(100% + 3em);
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    text-align: left;
    cursor: pointer; }
  .btn.btn-accordion:hover {
    background-color: #efefef; }
  .btn.width-auto {
    width: auto;
    min-width: 100% !important; }

td > .btn {
  min-width: auto; }

.btn:has(+ i) {
  /* CSS4構文なので実質無効。jqueryで対応中 */
  min-width: auto; }

.btn-xs {
  font-size: 1rem;
  padding: 0.5em 0.8em !important;
  min-width: auto !important;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .btn-xs {
      font-size: 1em;
      padding: 0.5em 1em; } }

.btn-lg {
  font-size: 1.5rem;
  padding: 1em 2em; }
  @media screen and (max-width: 768px) {
    .btn-lg {
      font-size: 1em;
      padding: 1em; } }

.btn-full {
  display: block;
  margin: 0 1% !important;
  width: 98% !important;
  /*	text-overflow:ellipsis; */
  overflow: visible; }

.btn-twoline {
  padding: 0.5em 1em 1.5em;
  position: relative; }
  .btn-twoline i {
    font-size: 1.3em; }
  .btn-twoline small {
    display: block;
    position: absolute;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    bottom: 5px;
    left: 0; }

.btn-nowire {
  border: none;
  background-color: transparent; }
  body .btn-nowire.font-lg {
    padding: 0.4em 1em !important;
    font-size: 1.5rem;
    background: #e5e5e5 !important;
    color: #333 !important; }
  .btn-nowire.font-lg:hover {
    background-color: #f5f5f5; }

#btn-more, .btn-more {
  min-width: 40px !important; }

.btn-delitem {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 32px 4px 8px;
  border: 1px dotted #ccc;
  border-radius: 25px;
  position: relative;
  overflow: hidden; }
  .btn-delitem a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .btn-delitem i {
    padding-right: 8px; }
  .btn-delitem .btn-del {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 100%; }

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0; }

.ui-datepicker-calendar .day-saturday > a {
  background: #d4f1f9; }

.ui-widget-content, .ui-widget.ui-widget-content{
  border: none !important;
}

.ui-widget-content{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.ui-widget-header{
  background: #fff !important;
  border: none !important;
  }

body table.ui-datepicker-calendar th{
  min-width: 0px !important;
}

body table.ui-datepicker-calendar td{
  padding: 1px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 1px solid #f5f5f5 !important;
}

.success-mark {
  display: block;
  width: 20vw;
  max-width: 300px;
  box-shadow: none;
  margin: 0 auto;
  display: none; }
  @media screen and (max-width: 768px) {
    .success-mark {
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
      max-width: 90%; } }
  .success-mark .head {
    width: 100%;
    height: 20vw;
    max-height: 300px;
    max-width: 300px;
    border-radius: 150px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .success-mark .head {
        height: 90vw;
        margin: 0 auto 1em auto; } }
    .success-mark .head .bg-pic {
      background-position: center center;
      background-size: cover;
      height: 20vw;
      max-height: 300px;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .success-mark .head .bg-pic {
          height: 90vw;
          max-height: 90vw; } }

.flg_bookmark {
  display: block;
  position: absolute;
  top: -5px;
  right: 3em;
  font-size: 20px; }

table tbody {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tbody {
      min-width: 100%; } }
table tr {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tr {
      min-width: 100%; } }
table tr.active {
  background-color: #ECF2FF !important; }
table tr.active > td {
  background-color: #ECF2FF !important; }
table th {
  text-align: left !important;
  padding: 0.5em 0.3em !important;
  background-color: #f5f5f5 !important;
  white-space: nowrap;
  font-weight: 300;
  margin: 0;
  border-bottom: none; }
  @media (max-width: 576px) {
    table th {
      font-size: 14px !important;
      min-width: 80px !important;
    }
  }
table td {
  padding: 0 0.3em !important;
  }
  table.for-admin td {
  text-align: left;
  margin: 0;
  padding: 0.5em 0.3em !important;
  border-bottom: 1px dotted #b9b9b9;
  font-size: 14px !important; }
table th b.title,
table td b.title {
  display: block;
  padding-bottom: 0.8em; }
table th.vbottom,
table td.vbottom {
  vertical-align: bottom !important; }
table.striped tr:nth-child(odd) {
  background-color: #efefef; }
table.borderd {
  border-top: none;
  border-left: none; }
  table.borderd th, table.borderd td {
    border-right: none;
    border-bottom: none; }
table.noborder th, table.noborder td {
  border-bottom: none; }
table.white th {
  background-color: #fff;
  font-weight: 600; }
  @media (max-width: 576px) {
    table.white th {
      border-bottom: none;
      padding-bottom: 0; } }
table.white th, table.white td {
  padding-left: 1em;
  padding-right: 1em; }
  @media (max-width: 576px) {
    table.white th, table.white td {
      display: block;
      word-break: break-all; } }
table.gray {
  border-top: none !important; }
  table.gray th {
    background-color: #fff;
    font-weight: 600;
    width: 30%;
    min-width: 180px; }
    @media (max-width: 576px) {
      table.gray th {
        border-bottom: none;
        padding-bottom: 0; } }
  table.gray th, table.gray td {
    padding-left: 1em;
    padding-right: 1em; }
    @media screen and (max-width: 768px) {
      table.gray th, table.gray td {
        display: block;
        line-height: 1.5em;
        padding: 0.5em !important;
        width: 100%;
        word-break: break-all; } }
  @media screen and (max-width: 768px) {
    table.gray td {
      padding-left: 2.5em; } }
table.table-analytics th, table.table-analytics td {
  padding: 0.3em !important; }
table.table-analytics td {
  background: #fff;
  min-width: 40px;
  border-bottom: 1px dotted #b9b9b9;}
table.table-analytics .pic {
  display: block;
  float: left;
  margin-right: 8px;
  width: 35px !important;
  height: 35px !important; }
  @media (max-width: 576px) {
    table.table-analytics .pic {
      float: none !important;
      margin: 0px !important;
    }
  }
table .inner-table {
  margin: -0.8em 0 -1em 1em; }
table .pic {
  min-width: 48px !important;
  min-height: 48px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin-left: auto;
  margin-right: auto; }

.float-table {
  position: absolute;
  background-color: #fff;
  min-width: 0;
  max-width: 100vw;
  max-height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 2001;
  top: 0;
  left: 0; }
  @media (max-width: 576px) {
    .float-table {
      border: 1px solid #666;
      max-height: calc( 30vh );
      width: 100%;
      left: 0;
      top: 0; } }
  .float-table table {
    display: block;
    font-size: 90% !important; }
    @media (max-width: 576px) {
      .float-table table {
        width: 100%; } }
    .float-table table th, .float-table table td {
      padding: 8px !important;
      display: table-cell !important;
      width: inherit;
      line-height: 130% !important; }
    .float-table table tr:hover {
      background-color: #FCF8C8; }

gaiyou {
  display: block;
  padding-bottom: 1em; }

._inline_icon {
  display: inline-block;
  margin: -0.2em 0.2em; }

canvas.chartjs-render-monitor {
  width: 100% !important;
  min-width: 200px;
  min-height: 20vw !important;
  max-height: 45vw; }
  @media screen and (max-width: 768px) {
    canvas.chartjs-render-monitor {
      margin: 1em 0 !important;
      height: auto !important;
      min-height: 0 !important;
      max-height: 60vw !important; } }

.aspect_people {
  padding-bottom: 75% !important; }

.aspect_people_2col {
  padding-bottom: 37.5% !important; }
  @media (max-width: 576px) {
    .aspect_people_2col {
      padding-bottom: 75% !important; } }

.mce_area, gaiyou, .info_content > .bottom_box {
  display: block;
  padding: 8px 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: inherit !important; }

.mce_area h2
, gaiyou h2 {
  display: block;
  margin: 6px 0;
  padding: 0;
  line-height: 1.6;
  font-size: 2rem; }

.mce_area h3
, gaiyou h3
, .info_content > .bottom_box h3 {
  display: block;
  margin: 15px 0 !important;
  padding: 0;
  line-height: 1.6;
  font-size: 1.5rem; }

.mce_area div.youtube,
gaiyou div.youtube,
.info_content > .bottom_box div.youtube {
  display: block;
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  margin: 6px 0;
  background: url("../images/nowloading.gif") no-repeat;
  background-size: 100px 100px;
  background-position: center center; }

.mce_area div.youtube iframe,
gaiyou div.youtube iframe
.info_content > .bottom_box iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.mce_area img,
gaiyou img,
.info_content > .bottom_box img {
  max-width: 100% !important;
  height: auto !important; }

.mce_area div:not([class]),
gaiyou div:not([class]),
.info_content > .bottom_box div:not([class]) {
  display: inline; }

.mce_area p,
gaiyou p,
.info_content > .bottom_box p {
  line-height: 1.5 !important;
  margin-block-start: 0;
  margin-block-end: 0;
  min-height: 1em; }

.mce_area ul,
gaiyou ul,
.info_content > .bottom_box ul {
  margin: 0.5em 0 !important;
  padding-left: 2em !important;
  list-style-type: disc !important; }

.mce_area ol,
gaiyou ol,
.info_content > .bottom_box ol {
  margin: 0.5em 0 !important;
  padding-left: 2em !important;
  list-style-type: decimal !important; }

.mce_area span:not([class]) {
  display: inline !important; }

.mce_area span.mention,
gaiyou span.mention {
  display: inline-block;
  padding: 0 0 0 0;
  position: relative;
  color: #2187fc;
  font-weight: 600; }

/*.mce_area span.mention:hover,
gaiyou span.mention:hover{
	border-bottom:1px solid #2187fc;
}*/
.mce_area p span.mention:not(:first-child)::before,
gaiyou p span.mention:not(:first-child)::before {
  content: ',';
  padding-right: 0.1em;
  color: #000;
  font-weight: 300; }

.ui-timepicker-viewport {
  padding-right: 0 !important; }

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  width: 3em !important; }

@media screen and (max-width: 768px) {
  .fc-toolbar.fc-header-toolbar {
    position: relative !important; }

  .fc-toolbar > .fc-toolbar-chunk:nth-child(2) {
    position: absolute !important;
    width: calc(100% - 300px) !important;
    left: 100px !important;
    top: -8px !important;
    padding: 10px !important; }

  .fc-toolbar > .fc-toolbar-chunk:nth-child(2) h2 {
    font-size: 1.2em !important;
    text-align: center !important;
    padding: 0 !important; } }
@media (max-width: 576px) {
  .fc-toolbar.fc-header-toolbar {
    padding-top: 40px;
    position: relative !important; }

  .fc-toolbar > .fc-toolbar-chunk:nth-child(2) {
    width: 100% !important;
    left: 0 !important;
    top: -8px !important; } }
/* config */
/* layout */
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300; }
@media (max-width: 576px) {
  html {
    font-size: 14px !important;
  }
  }

body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  order: 1;
  background-color: #FFFFFF; }

  @media (max-width: 576px) {
    body {
      padding-top: 74px; } }

  .l-innner-box {
    display: block;
    width: 98vw;
    max-width: 1300px !important;
    margin-top: 74px !important;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 0em; }
  
    body .l-innner-box detail2.noshade {
      margin-top: 0px !important;
    }

    @media (max-width: 576px) {
      body .l-innner-box {
        margin-top: 0px !important;
      }
    }

  body main, body detail, body detail2, body detail3, body admin {
    display: flex;
    flex-direction: row;
    order: 3;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1300px !important;
    width: 98vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
    /*overflow-x: hidden;*/
    background: none !important;
    padding-top: 0em !important;
    padding-bottom: 1em;
    column-gap: 20px;
    -ms-grid-colmns: 20px;
    border-radius: 16px !important; }

    body main, body detail, body detail2, body detail3, body #wrap.event-participate-cancel-result{
      margin-top: 84px !important;
    }

    body detail2.project_register, body main .l-innner-box, body detail2.member_send_mail,
    body detail2.book_register, body detail2.project-edit, body detail.event_plan_entry_edit,
    body detail2.event_mail_send, body detail2.event_result_edit, body detail2.profile-edit-base,
    body detail2.profile-edit, body detail2.contact_form, body detail2.event-register-detail,
    body detail2.chat, body detail2.event_plan_edit_details, body detail2.event-enquete-edit,
    body detail2.event-participate-attribute-edit, body detail.noshade.event-participate-attribute-language,
    body .event-enquete-make, body .member-mail-send-confirm { 
      margin-top: 0px !important;
    }

    @media (max-width: 576px) {
      body main, body detail, body detail2, body detail3, body admin {
        display: flex;
        max-width: calc(100vw);
        flex-direction: column;
        padding-top: 5px !important;
        margin: 5px 1% 30px!important;
        width: 98% !important; } }

    body main .index, body detail .index, body detail2 .index, body detail3 .index, body admin .index {
      max-width: 100vw;
      width: 100%; }
    body main .l-login-body, body detail .l-login-body, body detail2 .l-login-body, body detail3 .l-login-body, body admin .l-login-body {
      clear: both;
      display: block;
      margin: 3em auto;
      width: 100%;
      max-width: 460px; }
      @media (max-width: 576px) {
        body main .l-login-body, body detail .l-login-body, body detail2 .l-login-body, body detail3 .l-login-body, body admin .l-login-body {
          display: block;
          margin: 0;
          width: 100%; } }
      body main .l-login-body .login_logo, body detail .l-login-body .login_logo, body detail2 .l-login-body .login_logo, body detail3 .l-login-body .login_logo, body admin .l-login-body .login_logo {
        width: 100%;
        max-width: 300px;
        margin: 2em auto; }
        @media (max-width: 576px) {
          body main .l-login-body .login_logo, body detail .l-login-body .login_logo, body detail2 .l-login-body .login_logo, body detail3 .l-login-body .login_logo, body admin .l-login-body .login_logo {
            max-width: 200px; } }
    body main .l-main-body, body detail .l-main-body, body detail2 .l-main-body, body detail3 .l-main-body, body admin .l-main-body {
      clear: both;
      display: flex;
      flex-wrap: nowrap;
      max-width: 1300px !important;
      width: 100%;
      min-width: 0; }
      @media screen and (max-width: 768px) {
        body main .l-main-body, body detail .l-main-body, body detail2 .l-main-body, body detail3 .l-main-body, body admin .l-main-body {
          display: block;
          margin:  0 !important;
          width: 100%;
          flex-basis: 100%; } }
      body main .l-main-body.flex-row, body detail .l-main-body.flex-row, body detail2 .l-main-body.flex-row, body detail3 .l-main-body.flex-row, body admin .l-main-body.flex-row {
        flex-direction: row; }
      body main .l-main-body.flex-column, body detail .l-main-body.flex-column, body detail2 .l-main-body.flex-column, body detail3 .l-main-body.flex-column, body admin .l-main-body.flex-column {
        flex-direction: column; }
      body main .l-main-body .l-main-right, body detail .l-main-body .l-main-right, body detail2 .l-main-body .l-main-right, body detail3 .l-main-body .l-main-right, body admin .l-main-body .l-main-right {
        flex-basis: 65% !important;
        width: 65% !important;
        max-width: 100% !important;
        padding-right: 20px;
        border-right: 1px solid #cccccc; }
        @media screen and (max-width: 768px) {
          body main .l-main-body .l-main-right, body detail .l-main-body .l-main-right, body detail2 .l-main-body .l-main-right, body detail3 .l-main-body .l-main-right, body admin .l-main-body .l-main-right {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
            display: block;
            border-right: none;
            padding-right: 0; } }
        body main .l-main-body .l-main-right .googlemap, body detail .l-main-body .l-main-right .googlemap, body detail2 .l-main-body .l-main-right .googlemap, body detail3 .l-main-body .l-main-right .googlemap, body admin .l-main-body .l-main-right .googlemap {
          width: 100%;
          max-height: 320px; }
      body main .l-main-body .l-main-left, body detail .l-main-body .l-main-left, body detail2 .l-main-body .l-main-left, body detail3 .l-main-body .l-main-left, body admin .l-main-body .l-main-left {
        min-width: 320px !important;
        width: 35% !important;
        padding: 0 0 0 20px; }
        @media screen and (max-width: 768px) {
          body main .l-main-body .l-main-left, body detail .l-main-body .l-main-left, body detail2 .l-main-body .l-main-left, body detail3 .l-main-body .l-main-left, body admin .l-main-body .l-main-left {
            min-width: 100% !important;
            width: 100% !important;
            display: block;
            padding: 0.5em 0px;
            border-top: 1px solid #ddd; } }
        body main .l-main-body .l-main-left .googlemap, body detail .l-main-body .l-main-left .googlemap, body detail2 .l-main-body .l-main-left .googlemap, body detail3 .l-main-body .l-main-left .googlemap, body admin .l-main-body .l-main-left .googlemap {
          width: 100%;
          max-width: 100% !important;
          max-height: 320px; }
      body main .l-main-body.y-scroll, body detail .l-main-body.y-scroll, body detail2 .l-main-body.y-scroll, body detail3 .l-main-body.y-scroll, body admin .l-main-body.y-scroll {
        overflow-y: auto; }
    body main .l-main-body > .box-horizontal-row-search, body detail .l-main-body > .box-horizontal-row-search, body detail2 .l-main-body > .box-horizontal-row-search, body detail3 .l-main-body > .box-horizontal-row-search, body admin .l-main-body > .box-horizontal-row-search {
      margin-left: 1em;
      margin-right: 1em; }
    body main .l-main-sp-body, body detail .l-main-sp-body, body detail2 .l-main-sp-body, body detail3 .l-main-sp-body, body admin .l-main-sp-body {
      clear: both;
      display: block;
      width: 100%;
      padding: 0 2em; }
      @media screen and (max-width: 768px) {
        body main .l-main-sp-body, body detail .l-main-sp-body, body detail2 .l-main-sp-body, body detail3 .l-main-sp-body, body admin .l-main-sp-body {
          padding: 0 1.5em; } }
      body main .l-main-sp-body.shadow, body detail .l-main-sp-body.shadow, body detail2 .l-main-sp-body.shadow, body detail3 .l-main-sp-body.shadow, body admin .l-main-sp-body.shadow {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
      body main .l-main-sp-body .no-margin, body detail .l-main-sp-body .no-margin, body detail2 .l-main-sp-body .no-margin, body detail3 .l-main-sp-body .no-margin, body admin .l-main-sp-body .no-margin {
        margin: 0 -1.5em; }
    body main .l-tools, body detail .l-tools, body detail2 .l-tools, body detail3 .l-tools, body admin .l-tools {
      min-width: 320px;
      width: 320px;
      padding: 20px 20px 20px 10px;
      display: block;
      /* @include mq("lg") { 
           display: block;
       }*/ }
      @media screen and (max-width: 1000px) {
        body main .l-tools, body detail .l-tools, body detail2 .l-tools, body detail3 .l-tools, body admin .l-tools {
          display: none;
          position: fixed;
          background-color: #fff !important;
          top: 74px;
          left: 0;
          width: 100vw;
          height: calc(100vh - 74px);
          overflow-y: scroll;
          overflow-x: hidden;
          z-index: 110;
          padding-bottom: 50vh !important; }
          body main .l-tools h3, body detail .l-tools h3, body detail2 .l-tools h3, body detail3 .l-tools h3, body admin .l-tools h3 {
            margin-top: 0;
            text-align: center !important; } }
      @media screen and (max-width: 768px) {
        body main .l-tools, body detail .l-tools, body detail2 .l-tools, body detail3 .l-tools, body admin .l-tools {
          background-color: #FFFFFF !important; } }
      body main .l-tools.nobg, body detail .l-tools.nobg, body detail2 .l-tools.nobg, body detail3 .l-tools.nobg, body admin .l-tools.nobg {
        padding: 0;
        background-color: transparent;
        padding-right: 10px;
        border-right: 1px solid #ddd; }
        body main .l-tools .menu-admin h3, body detail .l-tools .menu-admin h3, body detail2 .l-tools .menu-admin h3, body detail3 .l-tools .menu-admin h3, body admin .l-tools .menu-admin h3{
          border-top: 1px solid #ddd !important;
          padding: 15px 0 10px 15px !important;
          margin: 0.8em 0 2px !important;
          font-size: 15px !important;
          border-radius: 10px !important;
          background: #fff !important;
        }
      @media screen and (max-width: 768px) {
        body main .l-tools .menu-admin h3, body detail .l-tools .menu-admin h3, body detail2 .l-tools .menu-admin h3, body detail3 .l-tools .menu-admin h3, body admin .l-tools .menu-admin h3 {
          text-align: left !important;
          margin-left: 15px;
          margin-right: 15px;
          border-bottom: 2px solid #fff;
          padding-left: 0.8em !important;
          padding-top: 1em !important;
          padding-bottom: 0.4em;
          font-weight: 600;
          display: block;
          position: relative; }
          body main .l-tools .menu-admin h3 i, body detail .l-tools .menu-admin h3 i, body detail2 .l-tools .menu-admin h3 i, body detail3 .l-tools .menu-admin h3 i, body admin .l-tools .menu-admin h3 i {
            display: none !important; }
        body main .l-tools .menu-admin h3::after, body detail .l-tools .menu-admin h3::after, body detail2 .l-tools .menu-admin h3::after, body detail3 .l-tools .menu-admin h3::after, body admin .l-tools .menu-admin h3::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          left: 30px;
          bottom: -13px;
          background-color: #fff;
          border-bottom: #fff 2px solid;
          border-right: #fff 2px solid;
          transform: rotate(45deg) translateY(-30%); } }
      body main .l-tools .box-detail, body detail .l-tools .box-detail, body detail2 .l-tools .box-detail, body detail3 .l-tools .box-detail, body admin .l-tools .box-detail {
        margin: 10px !important; }
        body main .l-tools .form_filter .box-detail{
          margin: 10px 0px !important;
        }
        body main .l-tools .form_filter .box-detail select{
          width: 99% !important;
        }
    @media screen and (max-width: 768px) {
      body main .l-tools:has(.menu-admin), body detail .l-tools:has(.menu-admin), body detail2 .l-tools:has(.menu-admin), body detail3 .l-tools:has(.menu-admin), body admin .l-tools:has(.menu-admin) {
        padding: 0; } }
  @media screen and (max-width: 768px) {
    body main, body admin {
      width: calc(100vw);
      min-width: 0;
      background: #fff; } }
  body main .box-list, body admin .box-list {
    width: calc(100vw - 360px); }
    @media screen and (max-width: 1000px) {
      body main .box-list, body admin .box-list {
        width: calc(100% - 2em) !important;
        margin-left: 1em !important;
        margin-right: 1em !important; } }
    @media screen and (max-width: 576px) {
      body main .box-list, body admin .box-list {
        width: 100% !important;
        margin-left: 0em !important;
        margin-right: 0em !important; } }
  body detail {
    width: calc(100vw - 2em);
    max-width: 1200px !important;
    border: none;
    border-radius: 16px !important;
    flex-wrap: wrap;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 1em auto 2em;
    padding: 2em 20px; }
    @media screen and (max-width: 768px) {
      body detail {
        border: none;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        padding: 0 20px 2em;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      body detail {
        width: calc(100vw); } }
    body detail.noshade {
      box-shadow: none;
      border: none;
      background-color: transparent;
      padding: 0;
      margin-top: 74px !important; }
      @media screen and (max-width: 768px) {
        body detail.noshade {
          padding: 0;
          width: 100%;
          margin-top: 0px !important; } }
    body detail.my-community{
      box-shadow: none !important;
    }
    @media screen and (max-width: 768px) {
      body detail.my-community{
        padding: 0 4px 2em !important;
      }
    }
    body detail .box-list {
      width: 100%; }
  body detail2 {
    width: calc(100vw);
    max-width: 1300px !important;
    border: 1px solid #ccc;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin: 1em auto 2em;
    padding: 2em 20px; }
    @media screen and (max-width: 768px) {
      body detail2 {
        border: none;
        box-shadow: none;
        padding: 0 20px 2em;
        margin: 0 auto; } }
    body detail2.noshade {
      box-shadow: none;
      border: none;
      background-color: transparent;
      padding: 0; }
      @media screen and (max-width: 768px) {
        body detail2.noshade {
          padding: 0;
          width: 100%; } }
    body detail2.no-margin-top {
      margin-top: 0 !important; }
      @media (max-width: 576px) {
        body detail2.no-margin-top {
          margin-top: 5px !important } }
    body detail2 .box-list {
      width: 100%; }
  body detail3 {
    width: calc(100vw);
    max-width: 640px;
    border: 1px solid #ccc;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin: 1em auto 2em;
    padding: 2em 20px; }
    @media screen and (max-width: 768px) {
      body detail3 {
        border: none;
        box-shadow: none;
        padding: 0 20px 2em;
        margin: 0 auto; } }
    body detail3.noshade {
      box-shadow: none;
      border: none;
      background-color: transparent;
      padding: 0; }
      @media screen and (max-width: 768px) {
        body detail3.noshade {
          padding: 0; } }
  body admin {
    background-color: transparent; }
  body .l-footer {
    display: block;
    order: 4;
    background: #f5f5f5 !important;
    height: auto;
    width: 100%;
    height: 80px;
    max-width: 100vw; }
    @media screen and (max-width: 768px) {
      body .l-footer {
        max-width: 100vw;
        width: auto;
        height: 300px;
        padding-top: 10px !important; } }
    body .l-footer .footer {
      position: absolute;
      left: 10px;
      top: 10px; }
      @media screen and (max-width: 768px) {
        body .l-footer .footer {
          position: relative;
          width: 100%;
          left: 0;
          top: 0; } }
      body .l-footer .footer li {
        display: inline-block;
        padding: 1em; }
        @media screen and (max-width: 768px) {
          body .l-footer .footer li {
            display: block;
            width: 100%;
            padding: 0;
            border-bottom: none !important; } }
        body .l-footer .footer li a {
          display: block;
          width: 100%;
          /*height: 100%; */
          color: #000; }
          @media screen and (max-width: 768px) {
            body .l-footer .footer li a {
              padding: 1em 0;
              text-align: center; } }
    body .l-footer .copyright {
      position: absolute;
      right: 0px !important;
      top: 10px;
      display: block;
      padding: 1em; }
      @media screen and (max-width: 768px) {
        body .l-footer .copyright {
          position: relative;
          width: 100%;
          padding: 1em;
          text-align: center; } }
  body .l-order {
    order: 5; }
  body .l-menu {
    display: none;
   /*
		order:2;
        
        @include mq() { 
            display: none;
            position: absolute;
            top:0;
            left:0;
            width: 300px;
            height: 100vh;
            overflow-y: scroll;
            border: 1px solid;
        }
     */ }
  body .l-modal {
    order: 999;
    z-index: 2000;
    display: none;
    background: #fff !important;
    border: none !important;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #ddd !important;
    color: #fff;
    width: 50vw !important;
    max-width: 50vw !important;
    height: 78vh !important;
    max-height: 78vh !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    padding: 1em !important;
    margin: 100px 25% !important; }
    body .l-modal div{
      background: #fff !important;
      padding: 0 !important;
      /*margin: 0.2em auto !important;*/
    }
    body .l-modal detail3.noshade div.text-left{
      margin: 0.2em auto !important;
    }
    @media (max-width: 576px) {
      body .l-modal {
        margin: 80px auto !important;
        height: 78vh !important;
        max-height: 78vh !important;
        width: 100vw !important;
        max-width: 100vw !important;  }
    }
    body .l-modal div.modal-inner {
      display: block;
      position: fixed;
      width: 100vw;
      height: 50px;
      max-height: 100vh;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto auto;
      text-align: center; }
  body .l-modalpopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 99vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    overflow-y: auto; }
    body .l-modalpopup .inner {
      display: block;
      width: 100%;
      max-width: 500px;
      height: fit-content;
      max-height: calc(100vh - 20px);
      z-index: 101;
      border-radius: 10px;
      position: absolute;
      top: 100vh;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      background-color: #fff;
      color: #000;
      overflow-y: auto; }
    body .l-modalpopup.active {
      display: block; }
      body .l-modalpopup.active .inner {
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        animation: moveTop 0.5s alternate; }
    body .l-modal h2{
      text-align: center !important;
    } 
    body .l-modal h3{
      margin: 0.8em 0 0.5em !important;
      padding: 0 !important;
    } 
    body .l-modal .text-area{
      margin: 5px 0 !important;
    }

    @media (max-width: 576px) {
      body .l-modal h3{
        margin: 0.8em 4% 0.5em !important;
        width: 92% !important;
      }
      body .l-modal .text-area{
        margin: 5px 4% !important;
      }
      body .l-modal#modal-address-edit .text-area{
        margin: 5px 0% !important;
      }
      body .l-modal#modal-address-edit .text-are input{
        box-shadow: none !important;
      }
      body .l-modal#modal-address-edit .select-area select{
        width: 98% !important;
        max-width: 98% !important;
      }
      body .l-modal#modal-address-edit .select-area::after{
        right: 25px !important;
      }
      body .l-modal #event_file_upload h3, body .l-modal #modal_newCate h3 {
        margin: 0.8em 0 0.5em !important;
        width: 100% !important;
      }
      body .l-modal #event_file_upload .text-area, body .l-modal #modal_newCate .text-area {
        margin: 5px 0 !important;
      }
    }

@keyframes moveTop {
  0% {
    top: 100%; }
  100% {
    top: 50%; } }
  body .l-sns {
    display: block;
    width: 100vw;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 0.3em 1.3em;
    text-align: right;
    z-index: 2; }
    body .l-sns.top {
      margin-bottom: -1em;
      position: absolute;
      display: none; }
    body .l-sns.breadcrumb {
      margin: -1em 0; }
    body .l-sns.foot {
      order: 4;
      margin: 0.5em 0;
      display: none; }
    body .l-sns a {
      padding-left: 10px; }
    body .l-sns i {
      font-size: 30px;
      font-weight: 400; }

.container {
  max-width: 1300px !important;
  width: calc( 100vw - 30px );
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100vw;
      width: 100%; } }

.slick-slider {
  text-align: center;
  margin: 0;
  /* https://www.nxworld.net/jquery-plugin-slick-current-class-examples.html */ }
  .slick-slider .slide {
    margin: 0;
    padding: 0 0;
    overflow: hidden;}
  .slick-slider .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .slick-slider .slick-center {
    padding: 0 !important; }
  .slick-slider .slick .caption {
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: 2;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    opacity: 1;
    transition: .5s ease !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .slick-slider .slide-dots {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    text-align: center; }
    .slick-slider .slide-dots li {
      display: inline-block;
      margin: 0 10px; }
      .slick-slider .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        border: none;
        background-color: transparent; }
        .slick-slider .slide-dots li button:before {
          content: '○';
          color: #fff;
          font-size: 16px;
          text-indent: 0px;
          position: absolute;
          top: 0;
          left: 0; }
        .slick-slider .slide-dots li button:hover, .slick-slider .slide-dots li button:active {
          border: none;
          background-color: transparent; }
      .slick-slider .slide-dots li.slick-active button:before {
        color: #fff;
        content: '●'; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .slick-slider .slick-arrow:hover {
      transform: scale(1.2);
      transition: 0.5s ease-out !important;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      padding: 3px; }
  .slick-slider .prev-arrow {
    left: 20px;
    z-index: 10; }
  .slick-slider .next-arrow {
    position: absolute;
    right: 20px; }
  @media print {
    .slick-slider {
      display: none; } }

.l-main-left ul.picList-2col {
  flex-direction: column; }

#l-loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8; }
  #l-loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../images/nowloading.gif") center center no-repeat; }

/* layout */
.menu_btn {
  display: block;
  padding: 1em 0 1em 1em;
  margin-bottom: 0em; }
  .menu_btn:hover {
    background-color: #f5f5f5;
    border-radius: 10px; }
  .menu_btn.active {
    background-color: #f5f5f5;
    border-radius: 10px; }

.col-span-date {
  display: flex;
  flex-direction: row; }
  .col-span-date div.col:nth-child(1) {
    flex-basis: 45%; }
  .col-span-date div.col:nth-child(2) {
    min-width: 10%;
    text-align: center;
    padding-top: 1em; }
  .col-span-date div.col:nth-child(3) {
    flex-basis: 45%; }

@media screen and (max-width: 768px) {
  body .menu-admin {
    background-color: #FFFFFF !important; } }

.menu-admin h2 {
  font-size: 1.1rem;
  padding: 0 0 0 0.5em;
  line-height: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .menu-admin h2 {
      text-align: center; } }
.menu-admin h3 > i {
  background-color: transparent !important;
  position: relative !important;
  display: inline;
  margin: 0 !important;
  width: 48px !important;
  height: 25px !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  padding-left: 1.0em; }
.menu-admin h3 > i::after {
  height: 1em !important;
  width: auto !important;
  vertical-align: middle;
  padding-right: 5px !important;
  padding: 0 !important;
  display: inline !important; }
/*.menu-admin h3 > i.project::after {
  content: '';
  display: inline-block !important;
  background-image: url(../images/icon/icon__flag-grey.svg) !important;
  width: 25px !important;
  height: 25px !important;
  background-size: contain;
  vertical-align: middle; }*/
.menu-admin h3 > i.event::after {
  content: '';
  display: inline-block !important;
  background-image: url(../images/icon/icon__calendar-grey.svg) !important;
  width: 25px !important;
  height: 25px !important;
  background-size: contain;
  vertical-align: middle; }
.menu-admin h3 > i.place::after {
  content: '';
  display: inline-block !important;
  background-image: url(../images/icon/icon__villa-grey.svg) !important;
  width: 25px !important;
  height: 25px !important;
  background-size: contain;
  vertical-align: middle; }
.menu-admin h3 > i.movie::after {
  content: '';
  display: inline-block !important;
  background-image: url(../images/icon/icon__movie-grey.svg) !important;
  width: 25px !important;
  height: 25px !important;
  background-size: contain;
  vertical-align: middle; }

#mymenu {
  position: relative; }
  #mymenu #dropmenu_mypage {
    position: absolute;
    top: 64px;
    right: 0;
    display: none;
    width: 200px;
    z-index: 999;
    display: none;
    border-radius: 10px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
    background: #fff !important; }
    @media screen and (max-width: 768px) {
      #mymenu #dropmenu_mypage {
        display: block; } }
    #mymenu #dropmenu_mypage li {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px !important;
      background-color: #fff !important; }
      #mymenu #dropmenu_mypage li a {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        color: #333 !important;
        padding: 0.5em;
        background-color: #fff;
        border-radius: 0;
        border: none !important;
        border-radius: 10px !important; }
      #mymenu #dropmenu_mypage li a:hover {
        color: #333 !important;
        background-color: #f5f5f5;
        border: none !important; }

#dropmenu_more, .dropmenu_more {
  position: absolute;
  top: 64px;
  right: 0;
  display: none;
  width: 200px;
  z-index: 999;
  display: none;
  margin-top: -10px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    #dropmenu_more, .dropmenu_more {
      display: none; } }
  #dropmenu_more li, .dropmenu_more li {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px !important; }
    #dropmenu_more li a, .dropmenu_more li a {
      display: block;
      text-align: center;
      width: 100%;
      white-space: nowrap;
      color: #333;
      padding: 0.5em;
      background-color: #ffffff;
      border-radius: 10px !important;
      border: 1px solid #fff;}
    #dropmenu_more li a:hover, .dropmenu_more li a:hover {
      color: #000;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5; }

#sp_menus {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 74px);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 110; }
  #sp_menus h3 {
    margin: 15px 2% !important;
    width: 96% !important;
    color:#0098e9 !important;
    font-weight: bold !important;
    /*  font-size: 1.1rem;
      line-height: 100%;
      margin-top: 1em;
      margin-bottom: 1em;
      text-align: center!important;*/ }
  #sp_menus.nobg {
    padding: 0;
    background-color: transparent; }
  #sp_menus .box-detail {
    margin-left: 10px; }
  #sp_menus #_child_mypmenu {
    display: none; }
    #sp_menus #_child_mypmenu li a {
      padding-left: 2em; }

@media screen and (max-width: 768px) {
  .l-tools #sp_menus {
    display: block;
    position: relative !important;
    height: auto !important;
    top: 0; } }

form {
  font-size: 1em;
  box-sizing: border-box;
  width: 100% !important; }

  @media (max-width: 576px) {
    form {
      width: 96% !important;
      margin: 0 2% 0.5em !important;
    }
  }

div.err_message {
  display: block;
  font-size: 0.9em;
  padding: 0.4em 0.8em;
  margin-bottom: 0.5em;
  color: red;
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 8px;
  /*. 
  https://1-notes.com/css-slide-animation/
  transform: translateX(200%);
  animation: slide-out-anim 1.5s ease-out forwards;*/ }

@keyframes slide-in-anim {
  0% {
    opacity: 0.8;
    transform: translateX(200%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
fieldset:has(input).err,
fieldset:has(select).err {
  border: solid 1px red !important; }

input[type='text'], input[type='password'], .text-area > input {
  width: 98% !important;
  max-width: 98% !important;
  padding: 0.5em;
  margin: 1% !important;
  border-radius: 8px;
  border: 1px solid #ddd !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type='text'].size-sm, input[type='password'].size-sm, .text-area > input.size-sm {
    padding: 0.5em; }
  input[type='text'].err, input[type='password'].err, .text-area > input.err {
    border: 2px solid red !important; }

input[type='text']:read-only {
  border: none;
  border-bottom: dotted 1px #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="radio"] {
  transform: scale(1.5);
  margin: 0.3em 0.7em 0.3em 0.3em !important;
  border: 1px solid #ddd !important;  }

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0.3em 0.7em !important;
  border: 1px solid #ddd !important; }

input[type="checkbox"].fwd-color {
  position: relative; }
  input[type="checkbox"].fwd-color::before {
    background: #fff;
    border: 1px solid #ddd !important;
    content: '';
    display: block;
    height: 15px;
    left: -1px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
    border-radius: 2px; }
  input[type="checkbox"].fwd-color::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 10px !important;
    left: 3px !important;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-blu::after {
    border-color: #0098e9 !important; }
  input[type="checkbox"].fwd-color.col-red::after {
    border-color: #C60000 !important; }
  input[type="checkbox"].fwd-color.col-lgr::after {
    border-color: #EEEEEE !important; }
  input[type="checkbox"].fwd-color.col-gry::after {
    border-color: #999999 !important; }
  input[type="checkbox"].fwd-color.col-grn::after {
    border-color: #6AB441 !important; }
  input[type="checkbox"].fwd-color.col-pnk::after {
    border-color: #FF5084 !important; }
  input[type="checkbox"].fwd-color.col-org::after {
    border-color: #E99401 !important; }
  input[type="checkbox"].fwd-color:checked::after {
    opacity: 1; }

label > input {
  margin-right: 0.7em !important; }

select {
  background: #fff !important;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border-radius: 8px;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Noto Sans JP', sans-serif, 'Font Awesome 5 Free'; }
  select.err {
    border: 2px solid red  !important; }

textarea {
  width: 100%;
  max-width: 100%;
  line-height: 1.5em;
  padding: 0.8em;
  border-color: #ddd;
  border-radius: 10px; }
  textarea.err {
    border: 2px solid red  !important; }

::placeholder {
  color: #BBBBBB; }

form.form-full-width {
  min-width: 0;
  max-width: 100%;
  width: 100%; }

.text-area {
  position: relative; }

.text-area i.left {
  position: absolute;
  left: 14px !important;
  top: 0.8em !important;
  background-color: transparent; }
  .text-area i.left ~ input {
    padding-left: 48px; }
.text-area .btn-clear {
  position: absolute;
  height: 30px;
  width: 20px;
  cursor: pointer;
  right: 10px;
  text-align: center;
  top: 14px;
  background-color: transparent; }
  .text-area .btn-clear ~ input {
    padding-right: 32px; }
.text-area .btn-clear::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #666;
  font-size: 16px; }

.select-area {
  position: relative;
  width: auto !important; }
  .select-area::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%);
    pointer-events: none; }
  .select-area select {
    padding-right: 30px;
    margin: 0.2em !important; }

.check-area-box {
  display: flex;
  column-gap: 5px;
  row-gap: 10px; }
  .check-area-box label {
    width: 100%; }
  .check-area-box label input {
    display: none;
    /* デフォルトのinputは非表示にする */ }
  .check-area-box label span {
    display: block;
    color: #000;
    /* 文字色を黒に */
    font-size: 14px;
    /* 文字サイズを14pxに */
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 0px;
    /* 上下左右に余白をトル */
    cursor: pointer;
    width: 100%;
    text-align: center; }
    @media (max-width: 576px) {
      .check-area-box label span {
        font-size: 13px !important;
      }
    }
  .check-area-box label input:checked + span {
    color: #FFF;
    /* 文字色を白に */
    background: #0098e9;
    /* 背景色を薄い赤に */ }
  .check-area-box label input:hover + span {
    border: 1px solid #0098e9;
    /* 背景色を薄い赤に */ }
  .check-area-box label span:has(> input) {
    padding: 11px 2px !important;
    /* 上下左右に余白をトル */
    white-space: nowrap; }
  .check-area-box label span > input[type='text'] {
    display: inline-block;
    width: auto;
    max-width: none;
    padding: 0.2em 0.2em;
    border-radius: 4px;
    margin-right: 2px;
    border-color: #ccc; }
  .check-area-box label span > input::placeholder {
    color: #333;
    text-align: center; }

.dd-select {
  background-color: #fff !important;
  flex: none !important;
  border-radius: 8px !important; }

.dd-selected, .dd-option {
  padding: 5px !important; }
  .dd-selected label, .dd-option label {
    font-weight: 300 !important;
    text-align: left !important;
    line-height: 45px !important;
    display: block;
    padding-left: 1em !important; }

.dd-option-image, .dd-selected-image {
  margin-top: 8px !important; }

.dd-option-selected {
  background-color: transparent !important; }

.check-area {
  position: relative;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
  line-height: 200%;
  margin: 0.2em 0 !important; }
  .check-area label {
    /*	font-weight: 400; */
    padding-right: 2em;
    padding-left: 0em;
    display: inline-block; }
  @media (max-width: 576px) {
    .check-area label:not(:last-child) {
      /*display: inline; */ }
    .check-area label:not(:last-child)::after {
      content: "\A";
      white-space: pre; } }

.file-area {
  margin-bottom: 0px !important;
  height: 40px !important;
  margin-top: 20px !important;
  position: relative; }
  .file-area input[type="file"]:focus {
    outline: 0; }
  .file-area input[type="file"] {
    margin-left: 35px; }
    .file-area input[type="file"]::before {
      background: #0098e9;
      border-radius: 4px;
      color: #ffffff;
      content: 'ファイルを選択';
      font-size: 1em;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      top: -12px; }
  .file-area input[type="file"]::-webkit-file-upload-button {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-color: transparent;
    border: 0;
    margin: 0 20px 0 0; }

i.loupe::after {
  content: '';
  background-image: url("../images/icon/icon__search-big.svg");
  background-size: contain;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 3px 0 0 3px;
  display: inline-block; }

.l-tools .form_filter{
  background: #fff !important;
  padding: 10px !important;
  border-radius: 16px !important;
}
.form_filter h2 {
  padding-left: 0.5em !important;
  margin-top: 1em;
  margin-bottom: 0.5em; }
.form_filter h3 {
  margin-bottom: 0.5em; }
.form_filter .box-detail {
  display: none;
  padding: 1em inherit; }
.form_filter .box-detail.active {
  display: block; }
.form_filter fieldset {
  margin-bottom: 0em; }

@media (max-width: 576px) {
  .form_filter fieldset {
    margin: 1em !important;  }
  .form_filter ul li fieldset {
    margin: 0em 0em 0.5em !important;  }
}

.box-shade {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  padding: 2em 20px;
  min-width: 0;
  max-width: 1300px !important;
  width: 100%;
  border-radius: 16px !important; }

.box-tab-menu {
  display: block;
  padding: 0;
  overflow-x: auto; }
  .box-tab-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-top: 0em !important;
    margin-bottom: 0.5em !important;
    width: 100% !important; }
    .box-tab-menu ul li {
      display: block;
      min-width: 80px !important;
      font-weight: 500; }
      .box-tab-menu ul li a {
        text-align: center;
        display: block;
        padding: 1em;
        width: 100%;
        height: 100%;
        color: #000; }
        .box-tab-menu ul li a:hover {
          border-bottom: 4px solid #0098e9; }
        .box-tab-menu ul li a.active {
          border-bottom: 4px solid #0098e9; }
  .box-tab-menu.margin-0 {
    margin-left: 0em;
    margin-right: 0em;
    background: #fff !important;
    border-radius: 16px !important; }

.box-page-list {
  display: block;
  padding: 0;
  margin-top: 0em !important;
  margin-bottom: 0em !important; }
  .box-page-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }
    .box-page-list ul li {
      display: block;
      color: #666;
      padding: 1em 2em; }
      .box-page-list ul li a {
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        background-color: #fff !important;
        padding: 10px; }
      .box-page-list ul li a[style="background-color:#CBCACA;"] {
        background-color: #4D73Be !important;
        color: #fff;
        font-weight: bold; }
  .box-page-list.margin-0 {
    margin-left: 0em !important;
    margin-right: 0em !important; }

.box-jumbotron {
  width: 100% !important;
  max-width: 1300px !important;
  padding-bottom: 56.2%;
    /*aspect-ratio: 16 / 9;
	height: auto;*/
  max-height: 100vh;
  overflow-y: hidden;
  position: relative;
  /*.slick-slide{ margin: 0 5px;}*/ }
  body .middle_width .box-jumbotron {
    width: calc( 100% + 48px) !important;
    margin: 0em -20px 10px !important;
    border-radius: 16px 16px 0 0 !important; }
  body .event-result-report .box-jumbotron{
    width: calc( 100% + 40px) !important;
    margin: 0em -20px 10px !important;
    border-radius: 16px 16px 0 0 !important; }
  @media screen and (max-width: 768px) {
    .box-jumbotron {
      width: 100vw !important;
      margin: 0 -20px !important; }
      body .middle_width .box-jumbotron {
        width: calc( 100% + 44px) !important;
        margin: 0em -20px 10px !important; } }
  @media (max-width: 576px) {
    .box-jumbotron {
      width: 100vw !important;
      margin: 0 -20px !important; }
      body .middle_width .box-jumbotron {
        width: calc( 100% + 40px) !important;
        margin: -5px 0 0 -6% !important; }
      .box-jumbotron.topindex {
        height: calc( 100vh - 74px); }
        .box-jumbotron.topindex .slide img {
          height: calc( 100vh - 74px); } }
  body .box-jumbotron .slick-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    border-radius: 16px 16px 0 0 !important;
    /*aspect-ratio: 7.5 / 3 !important;*/ }
  body .box-jumbotron .slick-slider .slick-list {
    padding: 0px !important;
    }
  .box-jumbotron .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 768px) {
      .box-jumbotron .slide img {
        height: 100%; } }
  .box-jumbotron > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center center;
    aspect-ratio: 12 / 6.75 !important;
    border-radius: 16px 16px 0 0 !important; }
  .box-jumbotron.topindex {
    margin-top: -1em;
    margin-left: 0;
    padding-left: 0; }
  @media (max-width: 576px) {
    .box-jumbotron.topindex > img {
      height: calc( 100vh - 74px); } }
  .box-jumbotron .copy {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: #fff;
    text-shadow: 0 0 2px #000; }
    @media screen and (max-width: 768px) {
      .box-jumbotron .copy {
        bottom: 3em; } }
    @media (max-width: 576px) {
      .box-jumbotron .copy {
        bottom: 30vh;
        font-size: 1.9em;
        padding-right: 1em; } }
    @media (max-width: 576px) {
      .box-jumbotron .copy br {
        display: none; } }
  .box-jumbotron .area-right-bottom {
    display: block;
    position: absolute;
    bottom: 3em;
    right: 1em; }
    @media (max-width: 576px) {
      .box-jumbotron .area-right-bottom {
        display: block;
        width: calc( 100vw - 2em );
        margin: 0 1em;
        right: 0;
        bottom: 2em; } }
    @media (max-width: 576px) {
      .box-jumbotron .area-right-bottom .btn-lg {
        display: inline-block;
        width: calc( 100vw - 2em ); } }

p + .box-jumbotron {
  margin-top: 1em; }

.box-search-conditions {
  display: block;
  width: 100%;
  padding: 0 0 5px 5px !important;
  border-bottom: none;
  margin: 1em 0 0 0;
  background: #fff !important;
  border-radius: 16px !important; }
  .box-search-conditions .store-search-conditions {
    display: none; }
    @media (max-width: 576px) {
      .box-search-conditions{
        margin: 0 1em !important;
        padding-right: 10px !important;
        padding-bottom: 5px !important;
        padding-left: 5px !important;
      }
      .box-search-conditions .store-search-conditions {
        display: block;
        text-align: right; } }
    .box-search-conditions .store-search-conditions a {
      color: #333; }
  .box-search-conditions.top_bar {
    padding-top: 1em;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    margin-bottom: 0; }

.box-breadcrumblist {
  padding: 0;
  margin: 10px 0 !important;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  background: #fff !important;
  border-radius:16px !important; }
  @media screen and (max-width: 768px) {
    .box-breadcrumblist {
      font-size: 1.0em !important;
      margin: 10px 1% !important;
      width: 98% !important; } }
  .box-breadcrumblist li {
    display: inline-block; }
    .box-breadcrumblist li a, .box-breadcrumblist li strong {
      display: inline-block;
      padding: 0.2em 1.0em 0em 0.8em !important;
      white-space: nowrap;
      color: #000;
      max-width: 90vw;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative;
      line-height: 1.0; }
      @media screen and (max-width: 768px) {
      .box-breadcrumblist li strong{
        font-size: 1.0em !important;
      }
      }
    .box-breadcrumblist li a::after {
      content: '>';
      display: block;
      position: absolute;
      right: 0em !important;
      top: 0.3em;
      width: 10px !important; }
    .box-breadcrumblist li a:hover {
      background-color: none !important; }

.box-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 0;
  max-width: calc(100% - 2em); }
  @media screen and (max-width: 768px) {
    .box-flex {
      padding-left: 0.2em !important;
      padding-right: 0.2em !important;
      width: calc(100%);
      max-width: 100%; } }
  .box-flex.wrap {
    flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .box-flex.md_wrap {
      flex-wrap: wrap; }
      .box-flex.md_wrap > div {
        flex-basis: 100% !important; } }
  @media (max-width: 576px) {
    .box-flex.sm_wrap {
      flex-wrap: wrap; }
      .box-flex.sm_wrap > div {
        flex-basis: 100% !important; } }
  .box-flex.gap {
    margin-bottom: 0.5em !important;
    column-gap: 1em;
    row-gap: 1em;
    -ms-grid-rows: 1em;
    -ms-grid-colmns: 1em;
    padding-bottom: 0em; }
  @media (max-width: 576px) {
      .box-flex.gap { 
        margin: 0.5em 2% 0 !important;
        width: 96% !important;
      } 
    }
  .box-flex.wrap.gap {
    padding-bottom: 0; }
  .box-flex.between {
    align-content: space-between; }

.box-top-list .list-Flex,
.box-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  column-gap: 1em;
  row-gap: 1em;
  -ms-grid-rows: 1em;
  -ms-grid-colmns: 1em;
  min-width: 0;
  max-width: 100%;
  margin-top: 10px;
  /* 2021/05/06 */ }
  .box-top-list .list-Flex a,
  .box-list a {
    text-decoration: none;
    color: #000;
    transition: 0.5s; }
  .box-top-list .list-Flex li,
  .box-list li {
    display: block;
    width: calc(25% - 1em);
    box-sizing: border-box;
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;}
    @media screen and (max-width: 768px) {
      .box-top-list .list-Flex li,
      .box-list li {
        width: calc(33% - 1em); } }
    @media (max-width: 576px) {
      .box-top-list .list-Flex li,
      .box-list li {
        width: calc(100vw - 2em) !important;
        margin-left: 1em !important;
        margin-right: 1em !important; } }
    .box-top-list .list-Flex li.active,
    .box-list li.active {
      background-color: #E7EEFF; }
    .box-top-list .list-Flex li.selected,
    .box-list li.selected {
      border: 3px solid #0098e9 !important;
      padding: 5px !important;
      border-radius: 20px !important; }
    .box-top-list .list-Flex li.noshade,
    .box-list li.noshade {
      box-shadow: none; }
    .box-top-list .list-Flex li .head,
    .box-list li .head {
      display: block;
      width: 100% !important;
      padding-bottom: 56.2%;
      overflow: hidden;
      position: relative;
      border-radius: 16px 16px 0px 0px !important; }
      .container .box-top-list .list-Flex li .head .bg-pic,
      .box-list li .head .bg-pic {
        display: block;
        position: absolute;
        width: 100% !important;
        height: 100%;
        background-position: center center;
        background-size: cover;
        border-radius: 16px 16px 0px 0px !important; }
      form .box-list li .head .bg-pic{
        border-radius: 16px !important;
      }
    .box-top-list .list-Flex li .name,
    .box-list li .name {
      display: block;
      line-height: 100%;
      overflow: hidden;
      font-weight: 500;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 8px 16px 0px !important;
      width: 100% !important;
      font-size: 15px !important;
      max-width: 340px; }
    .box-top-list .list-Flex li .datetime,
    .box-list li .datetime {
      font-size: 14px !important;
      padding: 8px 16px 0px !important;
      line-height: 1.2em;
      display: block;
      width: 100% !important; }
    .box-top-list .list-Flex li .cap,
    .box-list li .cap {
      font-size: 14px;
      line-height: 1.5em;
      padding: 8px 16px 0px !important;
      display: block;
      width: 100% !important; }
    .box-top-list .list-Flex li .cap1,
    .box-list li .cap1 {
      font-size: 15px !important;
      line-height: 1.5em;
      padding: 8px 16px 0px !important;
      display: block;
      width: 100% !important;
      height: 4.8em !important;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .box-top-list .list-Flex li .cap2,
    .box-list li .cap2 {
      font-size: 0.8em;
      padding: 4px 16px !important;
      color: #666;
      line-height: 1.2em;
      display: block;
      width: 100% !important;
      height: 2.6em !important;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .box-top-list .list-Flex li .cap3,
    .box-list li .cap3 {
      font-size: 0.8em;
      padding: 8px 16px 0px !important;
      color: #666;
      line-height: 1.2em;
      display: block;
      width: 100% !important; }
    .box-top-list .list-Flex li .cate-label,
    .box-list li .cate-label {
      display: block;
      padding: 0.5em;
      font-size: 0.8em;
      line-height: 0.8em;
      position: absolute;
      text-align: center;
      min-width: 100px;
      top: 10px !important;
      left: 8px !important;
      font-weight: 400 !important;
      border-radius: 16px !important;
      background: rgba(85, 85, 85, 0.6) !important; }
    .box-top-list .list-Flex li .event-label,
    .box-list li .event-label {
      display: block;
      padding: 0.5em 1.0em !important;
      font-size: 0.8em;
      line-height: 0.8em;
      position: absolute;
      border-radius: 16px;
      top: 10px;
      right: 10px;
      font-weight: 400 !important;
      background:rgba(255, 255, 255, 0.7) !important;
     }
    .box-top-list .list-Flex li .time-label,
    .box-list li .time-label {
      display: block;
      padding: 0.5em;
      font-size: 0.8em;
      line-height: 0.8em;
      position: absolute;
      border-radius: 4px;
      bottom: 10px;
      right: 10px; }
    .box-top-list .list-Flex li .circle-label,
    .box-list li .circle-label {
      display: block;
      padding: 0.5em 0;
      min-width: 2em;
      height: 2em;
      text-align: center;
      font-size: 0.8em;
      line-height: 0.8em;
      position: absolute;
      font-weight: 500;
      border: 2px solid #fff;
      border-radius: 1em;
      top: 10px;
      right: 10px; }

.left-menu li .circle-label {
  display: block;
  padding: 0.5em 0;
  min-width: 2em;
  height: 2em;
  text-align: center;
  font-size: 0.8em;
  line-height: 0.8em;
  position: absolute;
  font-weight: 500;
  border: none !important;
  border-radius: 1em;
  top: 10px;
  right: 10px; }

main .box-top-list .list-Flex li,
main .box-list li,
admim .box-top-list .list-Flex li,
admin .box-list li {
  width: 32% !important;
  padding-bottom: 20px !important;
  margin: 0 !important; }
  @media screen and (max-width: 1024px) {
    main .box-top-list .list-Flex li,
    main .box-list li,
    admim .box-top-list .list-Flex li,
    admin .box-list li {
      width: 31.5% !important; } }
  @media screen and (max-width: 768px) {
    main .box-top-list .list-Flex li,
    main .box-list li,
    admim .box-top-list .list-Flex li,
    admin .box-list li {
      width: 48% !important; } }
  @media (max-width: 576px) {
    main .box-top-list .list-Flex li,
    main .box-list li,
    admim .box-top-list .list-Flex li,
    admin .box-list li {
      width: calc(100% - 2em) !important;
      margin: 0 auto !important; } }

ul.box-slick-list {
  display: block;
  width: 100%; }

.box-top-list {
  position: relative;
  padding-bottom: 3em; }
  .box-top-list h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2em;
    padding-top: 2em; }
  .box-top-list h2 + p {
    margin-top: -1em;
    padding-bottom: 2em;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
  .box-top-list .search-cmd {
    display: block;
    position: absolute;
    top: 5em;
    right: 2em; }
    @media screen and (max-width: 768px) {
      .box-top-list .search-cmd {
        top: auto;
        bottom: 1em;
        right: 1em; } }
  .box-top-list .text-area {
    display: block;
    width: 100%;
    padding: 2em 0; }
  .box-top-list ul.list-Flex {
    justify-content: space-around; }
    .box-top-list ul.list-Flex li {
      width: calc( ( 100% - 120px ) / 4 );
      max-width: 280px;
      padding-bottom: 16px !important; }
      @media screen and (max-width: 768px) {
        .box-top-list ul.list-Flex li {
          width: calc( ( 100% - 60px ) / 2 );
          max-width: calc( ( 100% - 60px ) / 2 ); } }
      @media (max-width: 576px) {
        .box-top-list ul.list-Flex li {
          width: 90%;
          max-width: 90%; } }
    .box-top-list ul.list-Flex li.col-double {
      width: calc( ( 100% - 120px ) / 2 );
      max-width: 100vw; }
      @media screen and (max-width: 768px) {
        .box-top-list ul.list-Flex li.col-double {
          width: calc( ( 100% - 30px ) / 1 );
          max-width: calc( ( 100% - 30px ) / 1 ); } }
      @media (max-width: 576px) {
        .box-top-list ul.list-Flex li.col-double {
          width: 90%;
          max-width: 90%; } }
  .box-top-list ul.list-Flex.round {
    align-content: center; }
    .box-top-list ul.list-Flex.round li {
      display: block;
      width: 20vw;
      max-width: 300px;
      box-shadow: none; }
      @media screen and (max-width: 768px) {
        .box-top-list ul.list-Flex.round li {
          margin-left: auto;
          margin-right: auto;
          width: 90vw;
          max-width: 90%; } }
      .box-top-list ul.list-Flex.round li .head {
        width: 100%;
        height: 20vw;
        max-height: 300px;
        max-width: 300px;
        border-radius: 150px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
        @media screen and (max-width: 768px) {
          .box-top-list ul.list-Flex.round li .head {
            height: 90vw;
            margin: 0 auto 1em auto; } }
        .box-top-list ul.list-Flex.round li .head .bg-pic {
          height: 20vw;
          max-height: 300px;
          margin-bottom: 1em; }
          @media screen and (max-width: 768px) {
            .box-top-list ul.list-Flex.round li .head .bg-pic {
              height: 90vw;
              max-height: 90vw; } }

.box-area {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 1em; }

.box-button-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0.5em auto !important;
  width: auto !important;
  column-gap: 0.5em; }
  @media (max-width: 576px) {
    .box-button-area:not(.nowrap) {
      flex-wrap: wrap;
      /*display: flex !important;*/ } }
  @media (max-width: 576px) {
    .box-button-area.reverce:not(.nowrap) {
      /*flex-direction: column-reverse;*/ } }
  .box-button-area.left {
    justify-content: flex-start !important;
    margin: 0.5em !important; }
  .box-button-area.right {
    justify-content: flex-end !important;
    margin: 0.5em !important; }
  .box-button-area.between {
    justify-content: center !important;
    padding: 0px !important;}
  .box-button-area:not(.nowrap) div {
    padding: 0em !important; }
  .box-button-area > div {
    margin: auto 0px !important;
    }
    @media (max-width: 576px) {
      .box-button-area:not(.nowrap) div {
        min-width: 0; }
        .box-button-area:not(.nowrap) div input, .box-button-area:not(.nowrap) div .btn {
          min-width: 0;
          float: right; }
      .box-button-area:not(.nowrap) h2{
        float: left !important;
        width: 100% !important;
          } }
    .box-button-area:not(.nowrap) div input[type="text"] {
      min-width: 280px !important; }
  .box-button-area.full > div {
    flex-basis: 100%; }
  @media (max-width: 576px) {
    .box-button-area .btn{
      margin: 1% !important;
    }
  }

.box-detail-title {
  padding: 0 !important;
  margin: 0 1em 20px;
  border-bottom: none !important;
  width: 100%; }
  @media (max-width: 576px) {
    .box-detail-title {
      margin: 1em 0; } }
  .box-detail-title title {
    display: block;
    font-size: 2.3em;
    font-weight: 700; }
    @media (max-width: 576px) {
      .box-detail-title title {
        font-size: 1.3em; } }

.box-detail-list {
  display: block;
  padding: 0; }
  .box-detail-list dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    border-top: none !important;
    margin-top: 10px !important; }
    .box-detail-list dl dt {
      display: block;
      flex-basis: 30%;
      max-width: 120px;
      font-weight: 600;
      padding: 0.5em 0.5em 0.5em 0;
      border-bottom: none !important; }
    .box-detail-list dl dd {
      display: block;
      flex-basis: calc(100% - 120px);
      padding: 0.5em 0 0.5em 0.5em;
      border-bottom: none; }
      .box-detail-list dl dd .btn {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        float: right; }
  .box-detail-list th {
    white-space: normal !important; }
  .box-detail-list td {
    min-width: 60px; }

.box-solid-unit {
  display: flex;
  /*flex-direction: row;*/
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 0em;
  width: 100%;
  column-gap: 0em !important;
  row-gap: 1em;
  -ms-grid-rows: 1em;
  -ms-grid-colmns: 1em; }
  @media (max-width: 576px) {
    .box-solid-unit {
      flex-direction: column;
      flex-wrap: wrap; } }

section.box-pain {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch; }
  @media (max-width: 576px) {
    section.box-pain {
      flex-direction: column;
      flex-wrap: wrap; } }
  section.box-pain > section {
    display: block;
    flex-basis: 100%;
    margin-left: 1em;
    margin-right: 1em;
    position: relative; }
    @media (max-width: 576px) {
      section.box-pain > section {
        margin-left: 0;
        margin-right: 0; } }
    section.box-pain > section .btn-area {
      position: absolute;
      z-index: 999;
      top: 60%;
      bottom: auto;
      right: -50px; }
      @media (max-width: 576px) {
        section.box-pain > section .btn-area {
          top: auto;
          bottom: -20px;
          right: calc(50% - 50px); } }
      section.box-pain > section .btn-area .btn {
        padding: 0.3em 0.5em; }
  section.box-pain > section:first-child {
    margin-left: 0; }
  section.box-pain > section:last-child {
    margin-right: 0; }
  section.box-pain table.pain3 {
    width: 100%; }
    section.box-pain table.pain3 tr > th {
      width: 20%; }
    section.box-pain table.pain3 tr > td:nth-child(2) {
      width: 20%; }
    section.box-pain table.pain3 tr > td:nth-child(3) {
      width: 60%; }
  section.box-pain table.pain2 {
    width: 100%; }
    section.box-pain table.pain2 tr > th {
      width: 20%; }
    section.box-pain table.pain2 tr > td:nth-child(2) {
      width: 60%; }

div.pain2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  div.pain2 div {
    display: block;
    width: 50%;
    text-indent: -1.8em;
    padding-left: 2em !important;
    padding-right: 2em; }
    @media (max-width: 576px) {
      div.pain2 div {
        width: 100%; } }
    div.pain2 div label {
      display: inline !important; }

div.pain_ticket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  div.pain_ticket .ticket_col1 {
    display: block;
    width: 70%; }
    @media screen and (max-width: 768px) {
      div.pain_ticket .ticket_col1 {
        width: 100%; } }
  div.pain_ticket .ticket_col2 {
    display: block;
    width: 70%;
    padding-top: 1em; }
    @media screen and (max-width: 768px) {
      div.pain_ticket .ticket_col2 {
        width: 40%; } }
  div.pain_ticket .ticket_col3 {
    display: block;
    text-align: right;
    padding-top: 0.5em;
    font-size: 110%;
    font-weight: 600;
    width: 30%; }
    @media screen and (max-width: 768px) {
      div.pain_ticket .ticket_col3 {
        width: 60%; } }
    div.pain_ticket .ticket_col3 .btn {
      margin-left: 0.5em;
      margin-right: 0.5em;
      padding-left: 0.5em;
      padding-right: 0.5em; }

.box-attend {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 2px solid #F45100;
  border-left: 2px solid #F45100;
  border-right: 2px solid #F45100;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  animation-name: popup;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  .box-attend .box-attend-inner {
    display: block;
    padding: 2em 1em 1em;
    margin: 0 auto;
    width: 100%;
    max-width: 500px; }
    .box-attend .box-attend-inner .col1 {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding-left: 1em;
      padding-right: 1em; }
    .box-attend .box-attend-inner .col2 {
      display: flex;
      width: 100%;
      flex-direction: row; }
      @media (max-width: 576px) {
        .box-attend .box-attend-inner .col2 {
          display: block; } }
      .box-attend .box-attend-inner .col2 > div {
        width: 50%;
        margin-bottom: 10px;
        padding-left: 1em;
        padding-right: 1em; }
        @media (max-width: 576px) {
          .box-attend .box-attend-inner .col2 > div {
            width: 100%; } }

@keyframes popup {
  0% {
    transform: translateY(500px);
    opacity: 0; }
  80% {
    transform: translateY(500px);
    opacity: 0; }
  100% {
    transform: translateY(0); } }
.box-slick-slide {
  width: 100%;
  height: 100% !important;
  margin-bottom: 0em !important;
  overflow-y: hidden;
  /*.slick-slide{ margin: 0 5px;}*/ }
  @media screen and (max-width: 768px) {
    .box-slick-slide {
      height: 60vw !important; } }
  .box-slick-slide .slide img {
    width: 100% !important;
    aspect-ratio: 12 / 6.75 !important;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 768px) {
      .box-slick-slide .slide img {
        height: 60vw !important; } }
  .box-slick-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .box-slick-slide .slide-arrow {
    width: 30px;
    height: 46px; }

.box-slick-list {
  padding: 0 60px;
  margin-bottom: 1em;
  overflow-y: hidden;
  /*.slick-slide{ margin: 0 5px;}*/ }
  @media screen and (max-width: 768px) {
    .box-slick-list {
      padding: 0; } }
  .box-slick-list .slide img {
    width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 768px) {
      .box-slick-list .slide img {
        height: 60vw; } }
  .box-slick-list > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .box-slick-list .slick-slide {
    margin: 0 10px;
    padding-bottom: 10px; }
  .box-slick-list .slide-arrow {
    width: 30px;
    height: 46px; }

.box-slick-sp-slide {
  width: 100%;
  height: 340px;
  margin-bottom: 1em;
  overflow-y: hidden;
  /*.slick-slide{ margin: 0 5px;}*/ }
  @media screen and (max-width: 768px) {
    .box-slick-sp-slide {
      height: 340px; } }
  .box-slick-sp-slide .slick-slide > div {
    margin: 0 10px; }
  .box-slick-sp-slide .slide {
    margin: 0 0px !important;
    padding: 0 10px; }
  .box-slick-sp-slide .slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 768px) {
      .box-slick-sp-slide .slide img {
        height: 200px; } }
  .box-slick-sp-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .box-slick-sp-slide .slide-arrow {
    width: 30px;
    height: 46px; }

@media screen and (max-width: 768px) {
  body .menu-admin {
    background-color: #ffffff !important; } }

.box-menu-admin {
  box-shadow: none;
  background-color: #ffffff;
  border-top: none;
  border-radius: 16px !important; }

  @media screen and (max-width: 768px) {
    .box-menu-admin {
      box-shadow: none;
      background-color: transparent;
      border-top: none;
      margin-left: 15px;
      margin-right: 15px; } }
  .box-menu-admin li {
    display: block;
    width: 100%;
    border-bottom: 0px solid #ccc; }

    @media screen and (max-width: 768px) {
      .box-menu-admin li {
        border-bottom: 2px dotted #fff; }
        .box-menu-admin li label {
          opacity: 0.7; } }
  .box-menu-admin li a {
    display: block;
    color: #000;
    padding: 1em;
    width: 100%;
    text-decoration: none;
    /* height: 100%; */
    position: relative; }

    @media screen and (max-width: 768px) {
      .box-menu-admin li a {
        padding: 1em 0.8em; } }

  .box-menu-admin li a.active {
    background-color: #FFFFFF;
    font-weight: bold;
    border-radius: 16px !important; }

    @media screen and (max-width: 768px) {
      .box-menu-admin li a.active {
        background-color: #ffffff;
        color: #333;
    } }

  .box-menu-admin li a:hover {
    background-color: #F5F5F5 !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 16px !important;
    opacity: 1; }

    @media screen and (max-width: 768px) {
      .box-menu-admin li a:hover {
        background-color: #F5F5F5 !important;
        color: #333 !important; } }

  .box-menu-admin li a.arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(-45deg) translateY(-30%); }
  .box-menu-admin li a.arrow_down:not(.up)::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%); }
  .box-menu-admin li a.arrow_down.up::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(-135deg) translateY(-30%); }
  @media screen and (max-width: 768px) {
    .box-menu-admin li a.arrow::after,
    .box-menu-admin li a.arrow_down:not(.up)::after,
    .box-menu-admin li a.arrow_down.up::after {
      opacity: 0.5; } }
  .box-menu-admin li a.active.arrow::after,
  .box-menu-admin li a.active.arrow_down:not(.up)::after,
  .box-menu-admin li a.active.arrow_down.up::after {
    border-bottom: #333 3px solid;
    border-right: #333 3px solid; }
  .box-menu-admin .circle-label {
    display: inline-block;
    padding: 0.5em 0;
    min-width: 2em;
    height: 2em;
    text-align: center;
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: 500;
    border: none !important;
    border-radius: 1em;
    margin: 0 0.3em; }
  .box-menu-admin #_child_mypmenu {
    display: none; }
    .box-menu-admin #_child_mypmenu li a {
      padding-left: 2em; }

.box-edit-unit {
  display: block;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 1.0em 1.5em 2.0em;
  min-width: 0;
  background-color: #fff;
  margin: 1em 1% !important;
  min-width: 300px !important;
  max-width: 1300px !important;
  width: 98% !important;
  border-bottom: none;
  border-radius: 16px;
  /*	>.box-detail-list{
  		margin-top: -1em;
  		dt{
  			flex-basis: 30%;
  			white-space: nowrap;
  			@include mq("sm") {
  				flex-basis: 100%;
  			}
  		}
  		dd{
  			flex-basis: 70%;
  			@include mq("sm") {
  				flex-basis: 100%;
  			}
  		}
  		
  	}
  	>.box-detail-list + dl{
  		border-top:none;
  	} */ }

  .box-edit-unit p{
      padding: 5px 0;
    }
  #msg_list_area .box-edit-unit p{
    padding: 0 !important;
  }
  .box-edit-unit .box-flex {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .box-edit-unit section{
    border: none !important;
    }

  .box-edit-unit div{
      margin: 0 !important;
    }

  @media (max-width: 576px) {
    .box-edit-unit {
      width: 98%;
      margin: 0.5em 1%;
      padding: 1.0em; }
      
      .box-edit-unit > .box-message {
        margin-top: -1em;
        margin-bottom: -1em;
        padding-bottom:15px !important; }
      form .box-edit-unit{
        padding-bottom: 1.0em 1.0em 2.5em !important;
      } }
  .box-edit-unit.noshade {
    box-shadow: none;
    background-color: transparent; }
  .box-edit-unit.py-0 {
    padding-top: 1.0em !important;
    padding-bottom: 20px !important; }
  .box-edit-unit.attention {
    position: relative;
    border-left: solid 8px #F5BE00;
    padding: 0.5em 1.5em 1.5em 90px; }
    @media (max-width: 576px) {
      .box-edit-unit.attention {
        padding-top: 0.5em;
        padding-left: 65px; } }
  .box-edit-unit.attention::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f071';
    margin: 0;
    padding: 0;
    color: #F5BE00;
    line-height: 100%;
    font-size: 50px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    width: 50px;
    height: 50px; }
    @media (max-width: 576px) {
      .box-edit-unit.attention::after {
        width: 30px;
        height: 30px;
        font-size: 30px;
        top: 20px;
        margin: 0; } }
  .box-edit-unit h2 {
    padding-top: 0.5em; }
    @media (max-width: 576px) {
      .box-edit-unit h2 {
        padding: 0 !important } }
  .box-edit-unit h2.midashi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 150%;
    width: 100%;
    justify-content: space-between;
    padding: 0.5em 0; }
    @media (max-width: 576px) {
      .box-edit-unit h2.midashi {
        padding: 0 !important; } }
    .box-edit-unit h2.midashi div {
      width: auto !important; }
      .box-edit-unit h2.midashi div button {
        margin: 0em 2px 1em !important; }
        @media (max-width: 576px) {
          .box-edit-unit h2.midashi div button {
            margin-top: 0em !important; } }
    .box-edit-unit h2.midashi small {
      display: block;
      font-size: 80%;
      color: #999999;
      font-weight: 300;
      margin-bottom: -0.5em; }
    /*.box-edit-unit h2.midashi .btn{
        float: right !important;
      } */
  .box-edit-unit .box-detail-title {
    margin: 1em 0; }
    .box-edit-unit .box-detail-title title {
      font-size: 1.3em; }
    .box-edit-unit .box-detail-title date {
      font-size: 1.0em !important; }
  #dropin_search_form section{
    border: none !important;
    margin-bottom: 0px !important; }


.box-scroll-area {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 40vh;
  overflow-x: hidden;
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 0 10px !important; }
  .box-scroll-area.no-border {
    border: none; }
  .box-scroll-area.no-height {
    min-height: 1px; }
    .box-scroll-area.no-height gaiyou {
      padding-bottom: 0; }

.box-newarrival {
  border: solid 6px #4D73Be !important; }

.box-newarrivalmessage {
  margin: -1.5em;
  padding: 1.5em;
  background-color: #ECF2FF !important; }

.box-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
  column-gap: 1em;
  row-gap: 1em;
  -ms-grid-rows: 1em;
  -ms-grid-colmns: 1em;
  min-width: 0;
  max-width: 100%; }
  .box-horizontal > div > h3 {
    margin-top: 0 !important; }
  .box-horizontal .pic {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-left: auto;
    margin-right: auto; }
  .box-horizontal.left {
    justify-content: flex-start; }
  .box-horizontal.right {
    justify-content: flex-end; }
  .box-horizontal.between {
    justify-content: space-between; }
  .box-horizontal .flow-right {
    display: block;
    float: right;
    white-space: nowrap;
    font-size: 90%; }

.box-horizontal-col {
  width: 100%;
  max-width: 1300px !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .box-horizontal-col {
      margin: 0;
      display: block; } }
  .box-horizontal-col .col2 {
    width: calc(50% - 2em);
    padding: 0.5em 0; }
    @media (max-width: 576px) {
      .box-horizontal-col .col2 {
        margin: 0;
        display: block;
        width: 100%; } }
  .box-horizontal-col .col3 {
    width: calc(33% - 2em);
    padding: 0.5em 0; }
    @media screen and (max-width: 768px) {
      .box-horizontal-col .col3 {
        width: calc(50% - 2em); } }
    @media (max-width: 576px) {
      .box-horizontal-col .col3 {
        margin: 0;
        display: block;
        width: 100%; } }

.box-horizontal-row-col {
  width: 100%;
  max-width: 1300px !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 0.5em; }
  @media (max-width: 576px) {
    .box-horizontal-row-col {
      margin: 0.5em 0 !important;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
    .box-horizontal-row-col .text-left{
      margin: 0 2% !important;
      width: 96% !important;
    }}
  @media screen and (max-width: 768px) {
    .box-horizontal-row-col.graphset {
      margin: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
      .box-horizontal-row-col.graphset div {
        min-width: 100%; } }
  .box-horizontal-row-col div {
    flex: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 10px;
    margin: auto !important; }
    @media (max-width: 576px) {
      .box-horizontal-row-col div {
        display: block !important;
        min-width: 100%;
        min-height: 0px !important;
        padding-bottom: 0.5em !important;
        padding-top: 0em !important;
        margin-bottom: 0;
        flex-basis: auto !important; }
        .box-horizontal-row-col.movie div{
          min-height: 220px !important;
        }
      .my-ticket .box-horizontal-row-col .aspect_people_2col{
        padding-bottom: 10.5em !important;
        width: 50% !important;
      } }
  .box-horizontal-row-col.left {
    justify-content: flex-start; }
  .box-horizontal-row-col.right {
    justify-content: flex-end; }
  .box-horizontal-row-col.between {
    justify-content: space-between; }

.box-horizontal-row-line {
  max-width: 1300px !important;
  margin-bottom: 1em !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  column-gap: 1em; }
  .box-horizontal-row-line.align-center {
    align-items: center; }
  .box-horizontal-row-line.align-top {
    align-items: flex-start; }
  .box-horizontal-row-line div {
    flex: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left; }

.box-horizontal-row-half {
  max-width: 1300px !important;
  margin: 1% !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  column-gap: 1em;
  align-items: flex-start;
  background: #fff !important;
  border-radius: 16px !important; }
  @media (max-width: 576px) {
    .box-horizontal-row-half {
      flex-wrap: wrap;
      margin: 0 1% !important; } }
  .box-horizontal-row-half > div:not(.box-horizontal) {
    width: 60%;
    flex: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left; }
    @media (max-width: 576px) {
      .box-horizontal-row-half > div:not(.box-horizontal) {
        display: block;
        min-width: 100%;
        padding-bottom: 0em;
        margin-bottom: 0; } }
  .box-horizontal-row-half > div:first-child {
    width: 40%; }
    @media (max-width: 576px) {
      .box-horizontal-row-half > div:first-child {
        display: block;
        min-width: 100%;
        padding-bottom: 0em;
        margin-bottom: 0; } }

.box-horizontal-row-search {
  max-width: 1300px !important;
  margin: 1em 0 !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  column-gap: 1em;
  align-items: flex-start; }
  @media (max-width: 576px) {
    .chat-list .box-horizontal-row-search {
      flex-wrap: wrap;
      margin: 0 !important; } }
  .box-horizontal-row-search > div fieldset, .box-horizontal-row-search > div input, .box-horizontal-row-search > div button, .box-horizontal-row-search > div a.btn {
    width: 100% !important;
    min-width: 0 !important; }
  .box-horizontal-row-search > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px; }
    @media (max-width: 576px) {
      .box-horizontal-row-search > div {
        width: auto !important;
        min-width: 0 !important;
        margin-bottom: 8px !important; }
        .box-horizontal-row-search > div > div {
          margin-bottom: 0px !important; } }
    .box-horizontal-row-search > div > div {
      grid-gap: 10px; }

.box-leftborder {
  border-left: 4px solid #CCCCCC;
  padding-left: 0.5em; }

.box-table {
  display: block; }
  .box-table.scroll {
    overflow-x: auto !important; }
  /*.event-participate-edit .box-table.scroll{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  @media (max-width: 576px) {
    .event-participate-edit .box-table.scroll{
      overflow-x: scroll !important;
    }
  }*/
  .box-table.margin-0 {
    margin-left: 0em;
    margin-right: 0em; }
    @media (max-width: 576px) {
      .box-table.margin-0 {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } 
      .l-modal .box-table.margin-0 {
          width: 100% !important; } }
  .box-table .bg-pic.listthumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-position: center center;
    background-size: cover; }
  .box-table td {
    min-width: 100px !important;
  }
  .box-table #candidate_list td, .box-table #set_option_form td, 
  .box-table #set_pay_option_form td, .box-table #set_menu_display_form td,
  .box-table #set_notify_option_form td {
    min-width: 0px !important;
  }

.box-edit-from table {
  min-width: 100%; }
  @media (max-width: 576px) {
    .box-edit-from table {
      display: block; } }
  .box-edit-from table tr {
    border-bottom: 1px solid #eeeeee; }
  .box-edit-from table th {
    background-color: #FFFFFF;
    font-weight: 500;
    text-align: left; }
    @media (max-width: 576px) {
      .box-edit-from table th {
        display: none; } }
  @media (max-width: 576px) {
    .box-edit-from table td {
      display: block;
      width: 100%;
      padding: 0.3em 0; } }
  @media (max-width: 576px) {
    .box-edit-from table td .btn {
      padding: 0.3em 0;
      width: 100%; } }

.box-btn-set-flex {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 1em; }

.box-picture-change {
  position: relative;
  border-radius: 10px; }
  .box-picture-change img {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 150px;
    object-fit: cover; }
@media (max-width: 576px) {
  .box-picture-change img {
    height: 100px !important; }
    }
  .box-picture-change .btn-change {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0.5em 2em;
    letter-spacing: 4px;
    background-color: transparent;
    color: #fff; }
  .box-picture-change .btn-change:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.box-scroll-protocol {
  border: none !important;
  margin-bottom: 1em;
  width: 100%;
  height: 50vh !important;
  overflow-y: auto; }
  @media (max-width: 576px) {
    .box-scroll-protocol {
      height: calc( 100vh - 280px); } }
  .box-scroll-protocol .protocol {
    padding: 2em !important;
    line-height: 200% !important; }

.box-scroll {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  width: 100%;
  height: auto;
  max-height: calc( 100vh - 440px);
  overflow-y: auto;
  padding: 0 1em; }
  @media (max-width: 576px) {
    .box-scroll {
      max-height: calc( 100vh - 260px); } }
  .box-scroll > table {
    margin-top: 0; }
    .box-scroll > table th, .box-scroll > table td {
      padding: 0.3em 0.5em; }

.box_droparea {
  box-sizing: border-box !important;
  width: 100%;
  height: 200px;
  border: 3px dotted #ccc;
  border-radius: 6px;
  text-align: center;
  overflow: auto;
  overflow: hidden;
  margin: 0 auto 1em;
  background: white;
  position: relative; }
  .box_droparea ＆:hover {
    cursor: pointer;
    background: #F2F199; }
  .box_droparea #progress_bar {
    display: block;
    width: 0%;
    height: 100%;
    background: #eee; }
  .box_droparea #fup_message {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center; }
    @media (max-width: 576px) {
      .box_droparea{
        height: 70px !important;
      }
      .box_droparea #fup_message{
        top: 10px !important;
      }
    }

input.box_droparea_inputfile {
  display: none; }

.box-folder-list {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2em; }
  .box-folder-list li {
    display: block;
    padding: 1em 1em;
    margin-top: -1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: grab;
    position: relative; }
  .box-folder-list li:hover {
    background-color: #FFF5BA; }

.box-disabled {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2000;
  width: 100%;
  height: 100%; }

.box-disabled + iframe {
  -ms-filter: blur(3px);
  filter: blur(3px); }

/*
-------------------
  workflow list
-------------------
*/
._progress_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    width: calc(100% - 40px);
      max-width: 880px;*/
  flex-wrap: nowrap;
  width: 70% !important;
  margin: 0.5em auto !important;
  border-radius: 4px;
  overflow: hidden; }

  @media (max-width: 768px) {
  ._progress_flow {
    width: 98% !important;
  }
}

._progress_flow ._progress_flowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  background: #ddd;
  color: #fff;
  font-weight: 400; }

  @media (max-width: 576px) {
    ._progress_flow ._progress_flowItem {
      height: 45px !important;
      font-size: 12px !important;
      padding: 5px 5px 5px 15px !important;
    }
  }

._progress_flow ._progress_flowItem.is-current {
  position: relative;
  background: #0098e9;
  font-weight: 400;
  border-radius: 10px 0 0 10px !important; }

._progress_flow ._progress_flowItem.is-current::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px !important;
  border-color: transparent transparent transparent #0098e9; }

  @media (max-width: 576px) {
    ._progress_flow ._progress_flowItem.is-current::after {
      border-width: 22.5px 0 22.5px 15px !important;
    }
  }

  ._progress_flow {
    @media screen and (max-width: 768px) {
    width: calc(100vw - 2em); }

  ._progress_flow ._progress_flowItem {
    font-size: 12px; }

  ._progress_flow ._progress_flowItem.is-current::after {
    border-width: 20px 0 20px 12px !important; } }
ul.picList-smallcol div,
ul.picList-1col div,
ul.picList-2col div,
ul.picList-detail div {
  display: block;
  line-height: 1.5em;
  text-align: left; }
ul.picList-smallcol a,
ul.picList-1col a,
ul.picList-2col a,
ul.picList-detail a {
  text-decoration: none;
  color: #000; }
ul.picList-smallcol .pic,
ul.picList-1col .pic,
ul.picList-2col .pic,
ul.picList-detail .pic {
  position: relative; }
ul.picList-smallcol .pic img,
ul.picList-1col .pic img,
ul.picList-2col .pic img,
ul.picList-detail .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute; }
ul.picList-smallcol .pic name,
ul.picList-1col .pic name,
ul.picList-2col .pic name,
ul.picList-detail .pic name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em; }
ul.picList-smallcol .name,
ul.picList-1col .name,
ul.picList-2col .name,
ul.picList-detail .name {
  font-weight: 500; }
ul.picList-smallcol .chk,
ul.picList-1col .chk,
ul.picList-2col .chk,
ul.picList-detail .chk {
  display: block;
  flex-basis: 60px;
  width: 60px;
  text-align: center; }
ul.picList-smallcol .country,
ul.picList-1col .country,
ul.picList-2col .country,
ul.picList-detail .country {
  display: block;
  flex-basis: 100px;
  max-width: 150px;
  min-width: 0;
  text-align: right; }

ul.picList-smallcol,
ul.picList-1col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 576px) {
    ul.picList-smallcol,
    ul.picList-1col {
      flex-direction: column; } }
  ul.picList-smallcol li,
  ul.picList-1col li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-top: 1em;
    overflow-y: visible; }
    @media screen and (max-width: 768px) {
      ul.picList-smallcol li,
      ul.picList-1col li {
        padding-bottom: 2em;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap; } }
    ul.picList-smallcol li .pic,
    ul.picList-1col li .pic {
      display: block;
      flex-basis: 50%;
      width: 50%;
      height: 180px;
      height: 0;
      margin-right: 0.5em;
      border-radius: 4px;
      padding-bottom: 28.1%;
      margin-bottom: 0.5em;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        ul.picList-smallcol li .pic,
        ul.picList-1col li .pic {
          width: 100%;
          padding-bottom: 56.2%;
          position: relative; } }
    ul.picList-smallcol li > div,
    ul.picList-1col li > div {
      flex-basis: 50%;
      width: 50%; }
      @media screen and (max-width: 768px) {
        ul.picList-smallcol li > div,
        ul.picList-1col li > div {
          width: 100%; } }

ul.picList-smallcol {
  flex-wrap: nowrap; }
  ul.picList-smallcol li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    height: auto; }
    ul.picList-smallcol li .pic {
      display: block;
      width: 100%;
      float: none;
      position: relative;
      padding-bottom: 56.2%; }
      ul.picList-smallcol li .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    ul.picList-smallcol li > div {
      width: 100%; }

ul.picList-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 576px) {
    ul.picList-2col {
      flex-direction: column; } }
.l-main-body ul.picList-2col li {
    display: block;
    flex-basis: 50%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 110px !important; }
    @media (max-width: 576px) {
      .l-main-body ul.picList-2col li {
        flex-basis: auto !important;
      }
    }
    ul.picList-2col li .pic {
      display: block;
      width: 100px;
      height: 100px;
      float: left;
      margin-right: 0.5em;
      border-radius: 50%;
      overflow: hidden; }

ul.picList-detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 576px) {
    ul.picList-detail {
      flex-direction: column; } }
  ul.picList-detail li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc; }
    ul.picList-detail li .pic {
      flex-basis: 48px;
      display: block;
      width: 48px;
      min-width: 48px;
      height: 48px;
      margin-right: 0.5em;
      border-radius: 4px;
      overflow: hidden; }
      ul.picList-detail li .pic img {
        width: 48px;
        min-width: 48px; }
    ul.picList-detail li .name {
      flex-basis: 100%; }

.box-msg {
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0; }
  .box-msg.err {
    margin: 1em 0;
    padding: 1em;
    background-color: #FFCACB;
    color: #c60000;
    font-weight: 600;
    line-height: 150%; }

.box-searchlist {
  margin-top: 1em;
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(400px, 40vh);
  overflow-x: hidden;
  overflow-y: auto; }
  .box-searchlist > div {
    display: block;
    border-bottom: dotted 1px #ccc;
    position: relative;
    padding: 0.5em 40px 0.5em 40px;
    cursor: pointer;
    font-size: 90%; }
    .box-searchlist > div .pic {
      display: inline-block;
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 4px;
      position: absolute;
      top: 4px;
      left: 4px; }
    .box-searchlist > div .name {
      line-height: 100%;
      padding-bottom: 4px;
      max-width: 40vw;
      overflow-x: hidden; }
    .box-searchlist > div .addendum {
      font-size: 10px;
      max-width: 100%;
      overflow: hidden;
      height: 14px; }
      .box-searchlist > div .addendum .busyo::before {
        content: ' / ';
        color: #5F5F5F; }
      .box-searchlist > div .addendum .yakushoku::before {
        content: ' / ';
        color: #5F5F5F; }
    .box-searchlist > div .btn-push {
      position: absolute;
      width: 15px;
      height: 20px;
      cursor: pointer;
      top: 10px;
      right: 8px; }
    .box-searchlist > div .btn-push::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f067";
      font-size: 12px; }
  .box-searchlist > div.selected {
    background-color: #efefef;
    cursor: default; }

.box-pllist {
  margin-top: 1em; }
  .box-pllist > div {
    display: inline-grid;
    margin: 0 10px 10px 0;
    border: 1px dashed #aaa;
    background-color: #efefef;
    color: #444;
    border-radius: 20px;
    font-size: 90%;
    padding: 0.5em 40px 0.5em 40px;
    position: relative; }
    .box-pllist > div .pic {
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 20px;
      position: absolute;
      top: 8px;
      left: 4px; }
    .box-pllist > div .name {
      line-height: 100%;
      padding-bottom: 4px;
      max-width: 40vw;
      overflow-x: hidden; }
    .box-pllist > div .addendum {
      font-size: 10px;
      max-width: 40vw;
      overflow: hidden;
      height: 12px; }
    .box-pllist > div .btn-delete {
      position: absolute;
      width: 15px;
      height: 20px;
      cursor: pointer;
      top: 10px;
      right: 8px; }
    .box-pllist > div .btn-delete::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00d";
      font-size: 12px; }

.box-message {
  display: block;
  margin: 1em -1.5em; }
  .chat-list .box-message{
    margin: 1em -1.0em !important;
  }
  @media (max-width: 576px) {
    .chat-list .box-message{
      margin: 0em -1.0em !important;
    }
  }
  .box-message.main {
    border: 4px solid #010271; }
  .box-message.comment {
    display: block;
    background: #eee;
    border-radius: 8px;
    margin: 1em 1em 0;
    padding-left: 50px;
    position: relative; }
    @media (max-width: 576px) {
      .box-message.comment {
        margin: 1em -1em 0 0;
        padding-left: 0px; } }
    .box-message.comment .btn {
      background: #fff; }
    .box-message.comment .msg-attach {
      border-bottom: none !important; }
  .box-message.comment::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    color: #fff;
    content: "\f075";
    font-size: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    opacity: 0.5; }
    @media (max-width: 576px) {
      .box-message.comment::before {
        font-size: 40px;
        top: -5px;
        left: 5px; } }
  .box-message.comment:last-child {
    margin-bottom: 1em; }
  .box-message.active {
    background-color: #ECF2FF !important; }
  .box-message .pic {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    object-fit: cover;
    box-sizing: border-box; }
  .box-message .box-msg-list {
    font-size: 90% !important;
    border-bottom: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1.0em 0 0.5em 1em;
    width: 100%; }
    @media (max-width: 576px) {
      .box-message .box-msg-list {
        flex-wrap: wrap;
        padding: 0.5em 3% 0;
        margin: 10px 0px;
        justify-content: flex-end;
        align-items: flex-start; }
        .chat-list .box-message .box-msg-list{
          padding: 0.5em 0% 0 !important;
        } }
    .box-message .box-msg-list.head {
      border-top: none;
      background-color: #FFFFFF !important;
      color: #666 !important;
      font-weight: 400; }
      .box-message .box-msg-list.head > div {
        text-align: center;
        height: 1.3em;
        padding: 0 !important;
        line-height: 100%;
        width: auto; }
      @media (max-width: 576px) {
        .box-message .box-msg-list.head {
          display: none; } }
    .box-message .box-msg-list.active {
      background-color: #ECF2FF !important; }
    .box-message .box-msg-list > div {
      position: relative; }
    .box-message .box-msg-list .msg-from {
      flex-basis: 20%;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 30px;
      height: 30px;
      font-size: 90%;
      font-weight: 400;
      padding: 0 5px 0 30px;
      overflow: hidden; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-from {
          order: 1;
          flex-basis: 70%; } }
      .box-message .box-msg-list .msg-from .pic {
        display: none; }
      .box-message .box-msg-list .msg-from.from::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f359";
        color: #0098e9 !important;
        top: 0px;
        left: 5px;
        font-size: 20px; }
      .box-message .box-msg-list .msg-from.to::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35a";
        color: #c5c5c5 !important;
        font-size: 20px;
        top: 0px;
        left: 5px; }
    .box-message .box-msg-list .msg-message {
      flex-basis: 50%;
      overflow: hidden; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-message {
          order: 3;
          margin-top: 0.5em;
          padding: 0.5em 0.5em 0.5em 2.2em !important;
          flex-basis: 100%; } }
      .box-message .box-msg-list .msg-message .title {
        height: 1em;
        line-height: 100%;
        font-weight: 400;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 8px; }
      .box-message .box-msg-list .msg-message .messsage {
        font-size: 90%;
        letter-spacing: -0.5px;
        height: 1.3em;
        line-height: 130%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 0.5em !important;
        margin-right: 0.5em !important; }
        .box-message .box-msg-list .msg-message .messsage.em2 {
          height: 2.6em;
          white-space: normal; }
    .box-message .box-msg-list .msg-to {
      width: 60px;
      min-width: 60px;
      height: 40px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-to {
          order: 6;
          height: auto !important;
          overflow: visible;
          padding: 0.2em !important; } }
      .box-message .box-msg-list .msg-to .sender {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .box-message .box-msg-list .msg-to .sender .people > span {
          display: none; }
        .box-message .box-msg-list .msg-to .sender .people .pic {
          width: 30px;
          height: 30px;
          border-radius: 15px;
          object-fit: cover;
          position: absolute;
          left: 30px;
          top: 0px;
          display: none;
          box-sizing: border-box; }
          @media (max-width: 576px) {
            .box-message .box-msg-list .msg-to .sender .people .pic {
              display: none; } }
        .box-message .box-msg-list .msg-to .sender .people:nth-child(1) .pic {
          display: block;
          z-index: 10;
          left: 10px; }
          @media (max-width: 576px) {
            .box-message .box-msg-list .msg-to .sender .people:nth-child(1) .pic {
              display: none; } }
        .box-message .box-msg-list .msg-to .sender .people:nth-child(2) .pic {
          display: block;
          z-index: 9;
          left: 18px; }
          @media (max-width: 576px) {
            .box-message .box-msg-list .msg-to .sender .people:nth-child(2) .pic {
              display: none; } }
        .box-message .box-msg-list .msg-to .sender .people:nth-child(3) .pic {
          display: block;
          z-index: 8;
          left: 26px; }
          @media (max-width: 576px) {
            .box-message .box-msg-list .msg-to .sender .people:nth-child(3) .pic {
              display: none; } }
        .box-message .box-msg-list .msg-to .sender .count {
          display: block;
          border-radius: 4px;
          background: #ccc;
          color: #000;
          font-size: 60%;
          font-weight: 900;
          padding: 0.2em 0.5em;
          position: absolute;
          top: 20px;
          left: 30px;
          z-index: 20; }
          @media (max-width: 576px) {
            .box-message .box-msg-list .msg-to .sender .count {
              display: block;
              font-size: 90%;
              top: -1px !important;
              left: 0;
              position: relative;
              background-color: transparent; } }
        @media (max-width: 576px) {
          .box-message .box-msg-list .msg-to .sender:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f007';
            display: block;
            position: absolute;
            left: -10px;
            top: 0px; } }
      .box-message .box-msg-list .msg-to:hover {
        cursor: default;
        overflow: visible; }
        .box-message .box-msg-list .msg-to:hover .sender {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 400;
          width: 300px;
          min-height: 1px;
          height: auto;
          max-height: 30vh;
          overflow-y: auto;
          background-color: #fff;
          border: #888 solid 1px;
          padding: 1em 1em 0.5em 1em;
          cursor: pointer; }
          .box-message .box-msg-list .msg-to:hover .sender .people {
            display: inline-block !important;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 1px solid #ccc;
            border-radius: 20px;
            padding: 5px 1em 5px 40px;
            margin-right: 0.5em;
            margin-bottom: 0.5em;
            position: relative; }
            .box-message .box-msg-list .msg-to:hover .sender .people .pic {
              display: block !important;
              position: absolute;
              left: 4px;
              top: 2px; }
            .box-message .box-msg-list .msg-to:hover .sender .people span {
              white-space: nowrap;
              display: inline !important; }
          .box-message .box-msg-list .msg-to:hover .sender .count {
            display: none; }
      @media screen and (min-width: 600px) and (max-width: 650px) {
        .box-message .box-msg-list .msg-to {
          display: none; } }
      @media screen and (min-width: 780px) and (max-width: 900px) {
        .box-message .box-msg-list .msg-to {
          display: none; } }
    .box-message .box-msg-list .msg-attach {
      width: 30px;
      min-width: 30px;
      position: relative;
      overflow: hidden;
      height: 30px; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-attach {
          order: 7;
          height: auto;
          overflow: visible; } }
      .box-message .box-msg-list .msg-attach .attach {
        display: block;
        width: 1px;
        height: 1px;
        padding-left: 100px;
        overflow: hidden; }
      .box-message .box-msg-list .msg-attach .attach:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f0c6';
        font-size: 18px;
        color: #6D6D6D;
        display: block;
        position: absolute;
        left: 10px;
        top: 0px; }
      .box-message .box-msg-list .msg-attach:hover {
        overflow: visible;
        cursor: default; }
        .box-message .box-msg-list .msg-attach:hover .attach {
          cursor: pointer;
          position: absolute;
          top: 0;
          left: -50px;
          z-index: 400;
          width: 300px;
          min-height: 1px;
          height: auto;
          max-height: 30vh;
          overflow-y: auto;
          background-color: #fff;
          border: #888 solid 1px;
          padding: 1em 1em 0.5em 1em; }
          .box-message .box-msg-list .msg-attach:hover .attach li {
            display: inline-block !important;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 1px solid #ccc;
            border-radius: 20px;
            padding: 5px 1em 5px 40px;
            margin-right: 0.5em;
            margin-bottom: 0.5em;
            position: relative; }
        .box-message .box-msg-list .msg-attach:hover .attach:after {
          content: ""; }
      @media screen and (min-width: 600px) and (max-width: 650px) {
        .box-message .box-msg-list .msg-attach {
          display: none; } }
      @media screen and (min-width: 780px) and (max-width: 900px) {
        .box-message .box-msg-list .msg-attach {
          display: none; } }
    .box-message .box-msg-list .msg-date {
      flex-basis: 10%;
      min-width: 100px;
      font-size: 90%;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-date {
          order: 2;
          flex-basis: 30%;
          padding: 0.6em 1em !important;
          text-align: right;
          font-size: 90% !important; } }
    .box-message .box-msg-list .msg-activity {
      flex-basis: 20%;
      font-size: 90%;
      min-width: 130px;
      margin: -30px 0;
      height: 70px;
      padding: 25px 0 20px 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center !important; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-activity {
          font-size: 90%;
          margin: 0;
          padding: 0em 1em !important;
          order: 8;
          height: auto;
          overflow-x: visible;
           }
           .chat-list .box-message .box-msg-list .msg-activity {
            text-align: right !important;
           } }
      .box-message .box-msg-list .msg-activity i {
        font-size: 18px;
        color: #6D6D6D;
        background-color: transparent; }
      .box-message .box-msg-list .msg-activity.active {
        background-color: #ECF2FF !important; }
  .box-message .box-msg-box {
    position: relative;
    padding: 1em 2em;
    display: flex;
    flex-direction: column; }
    @media (max-width: 576px) {
      .box-message .box-msg-box {
        padding: 1em; } }
    .box-message .box-msg-box.active {
      background-color: #ECF2FF !important; }
    .box-message .box-msg-box > div {
      width: 100%;
      position: relative; }
    .box-message .box-msg-box .msg-from {
      order: 2;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 30px;
      height: 30px;
      font-size: 90%;
      font-weight: 400;
      padding: 0 170px 10px 25px !important;
      overflow: hidden;
      border-bottom: 1px dotted #c5c5c5 !important; }
      @media (max-width: 576px) {
        .box-message .box-msg-box .msg-from {
          padding-right: 0; } }
      .box-message .box-msg-box .msg-from .pic {
        display: block !important;
        position: absolute;
        left: 59px !important;
        top: 7px !important; }
      .box-message .box-msg-box .msg-from.from::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f359";
        color: #c5c5c5 !important;
        top: 3px !important;
        left: 0px;
        font-size: 20px; }
      .box-message .box-msg-box .msg-from.to::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35a";
        color: #ED3DF7;
        font-size: 20px;
        top: 0px;
        left: 0px; }
      .box-message .box-msg-box .msg-from::before {
        content: 'From';
        display: inline-block;
        color: #fff;
        background-color: #606060;
        font-size: 8px;
        line-height: 10px;
        font-weight: 400;
        padding: 5px;
        border-radius: 4px;
        margin-right: 25px; }
    .box-message .box-msg-box .msg-date {
      width: 170px;
      min-width: 100px;
      font-size: 90%;
      text-align: right;
      white-space: nowrap;
      position: absolute;
      top: 22px;
      right: 2.5em; }
      @media (max-width: 576px) {
        .box-message .box-msg-box .msg-date {
          order: 1;
          width: 100%;
          position: relative;
          text-align: right;
          top: 0;
          left: 0; } }
      .box-message .box-msg-box .msg-date:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f1d8";
        margin-right: 0.5em;
        color: #606060; }
      .box-message .box-msg-box .msg-date .day {
        margin-right: 0.5em; }
    .box-message .box-msg-box .msg-to {
      order: 2;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 30px;
      height: 30px;
      font-size: 90%;
      padding: 10px 130px 40px 0;
      overflow: hidden;
      border-bottom: 1px dotted #c5c5c5 !important; }
      @media (max-width: 576px) {
        .box-message .box-msg-box .msg-to {
          padding-right: 45px; } }
      .box-message .box-msg-box .msg-to .sender {
        display: inline;
        width: 100%;
        height: 100%; }
        .box-message .box-msg-box .msg-to .sender .people {
          display: inline; }
          .box-message .box-msg-box .msg-to .sender .people > span:after {
            content: ', '; }
          .box-message .box-msg-box .msg-to .sender .people .pic {
            display: none; }
        .box-message .box-msg-box .msg-to .sender .count {
          display: block;
          position: absolute;
          top: 10px;
          right: 0px;
          color: #606060;
          font-weight: 400; }
        .box-message .box-msg-box .msg-to .sender .count:after {
          content: '人に送付'; }
          @media (max-width: 576px) {
            .box-message .box-msg-box .msg-to .sender .count:after {
              content: none; } }
        .box-message .box-msg-box .msg-to .sender .count:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f0e0";
          margin-right: 0.5em;
          color: #606060; }
      .box-message .box-msg-box .msg-to::before {
        content: 'To';
        display: inline-block;
        color: #fff;
        background-color: #606060;
        font-size: 8px;
        line-height: 10px;
        font-weight: 400;
        padding: 5px;
        border-radius: 4px;
        margin-right: 4px;
        line-height: 100%; }
      .box-message .box-msg-box .msg-to:hover {
        cursor: default;
        display: block;
        max-height: 200px !important;
        overflow-y: auto;
        white-space: normal;
        height: auto;
        padding: 10px 0 0 0; }
        .box-message .box-msg-box .msg-to:hover .sender {
          cursor: pointer;
          display: inline;
          min-height: 1px;
          height: auto;
          max-height: 30vh;
          overflow-y: auto; }
          .box-message .box-msg-box .msg-to:hover .sender .people {
            display: inline-block !important;
            max-width: 200px;
            overflow: hidden;
            font-size: 12px !important;
            line-height: 100%;
            text-overflow: ellipsis;
            border: 1px solid #ccc;
            border-radius: 20px;
            padding: 6px 1em 6px 30px;
            margin-right: 0.5em;
            margin-bottom: 0.3em;
            position: relative; }
            .box-message .box-msg-box .msg-to:hover .sender .people > span:after {
              content: none; }
            .box-message .box-msg-box .msg-to:hover .sender .people .pic {
              display: block !important;
              position: absolute;
              left: 4px;
              top: 2px; }
            .box-message .box-msg-box .msg-to:hover .sender .people span {
              white-space: nowrap;
              display: inline !important; }
          .box-message .box-msg-box .msg-to:hover .sender .count {
            display: none; }
        .box-message .box-msg-box .msg-to:hover::before {
          content: none;
          display: none; }
    .box-message .box-msg-box .msg-message {
      order: 3;
      overflow: hidden; }
      .box-message .box-msg-box .msg-message .title {
        font-weight: 400;
        padding: 1em 0 0; }
      .box-message .box-msg-box .msg-message .messsage {
        padding: 1em 0 1em 0;
        font-size: 90%;
        line-height: 160%; }
    .box-message .box-msg-box .msg-attach {
      order: 5;
      position: relative; }
      .box-message .box-msg-box .msg-attach .attach li {
        display: inline-block !important;
        max-width: 100%;
        font-size: 70% !important;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 3px 1em;
        margin-right: 0.3em;
        position: relative; }
    .box-message .box-msg-box .msg-activity {
      order: 6;
      padding: 1em 0;
      color: #606060 !important;
      padding: 10px 100px 10px 0;
      position: relative;
      border-bottom: 2px dotted #606060; }
      .box-message .box-msg-box .msg-activity .already {
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 30px;
        padding-left: 10px; }
        .box-message .box-msg-box .msg-activity .already:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f2b6";
          margin-right: 0.5em;
          color: #606060; }
        .box-message .box-msg-box .msg-activity .already .people {
          display: inline; }
          .box-message .box-msg-box .msg-activity .already .people > span:after {
            content: ', '; }
        .box-message .box-msg-box .msg-activity .already .count {
          display: block;
          position: absolute;
          bottom: 0px;
          right: 0px;
          color: #606060;
          font-weight: 400; }
        .box-message .box-msg-box .msg-activity .already .count:after {
          content: ')'; }
        .box-message .box-msg-box .msg-activity .already .count:before {
          content: '('; }
        .box-message .box-msg-box .msg-activity .already:hover {
          white-space: normal; }
      .box-message .box-msg-box .msg-activity .btn-area {
        display: block;
        position: absolute;
        right: 0;
        top: -5px; }
        .box-message .box-msg-box .msg-activity .btn-area button {
          padding: 10px;
          line-height: 100%;
          min-width: auto; }
    .box-message .box-msg-box .msg-res {
      padding-top: 10px;
      order: 100;
      font-size: 90% !important; }
  .box-message .box-message.comment > .box-msg-box > .msg-activity {
    border-bottom: none;
    margin-top: -15px;
    margin-bottom: -10px; }

.box-select-modal {
  display: block;
  position: absolute;
  background: #fff;
  border: none !important;
  max-height: 300px;
  max-width: 70vw;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 30; }
  @media (max-width: 576px) {
    .box-select-modal {
      position: relative;
      width: 100%;
      max-width: 100%;
      max-height: 30vh; }
      .box-select-modal tr {
        display: block; }
        .box-select-modal tr td {
          display: inline-block;
          width: auto; } }
  .box-select-modal input {
    background-color: transparent !important; }
  .box-select-modal .select {
    background-color: #C2C2FF;
    border: 1px solid #00f !important; }
    @media (max-width: 576px) {
      .box-select-modal .select {
        background-color: transparent !important; } }

.box-calday-choice {
  display: flex;
  column-gap: 5px;
  width: 100%;
  flex-wrap: nowrap; }
  @media (max-width: 576px) {
    .box-calday-choice {
      flex-wrap: wrap; } }
  .box-calday-choice .col-allday {
    fex-basis: 15%;
    white-space: nowrap; }
    @media (max-width: 576px) {
      .box-calday-choice .col-allday {
        width: 100%; } }
  .box-calday-choice .col-day {
    flex-basis: 45%;
    min-width: 110px; }
  .box-calday-choice .col-time {
    flex-basis: 20%;
    min-width: 65px; }
  .box-calday-choice .col-cap {
    flex-basis: 2%;
    padding-top: 0.7em; }

.box-like {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer; }
  .box-like li {
    display: inline-block;
    font-size: 0.8em;
    color: #000;
    padding-right: 1em; }
    @media (max-width: 576px) {
      .box-like li {
        color: #000;
        font-size: 1em; } }
    .box-like li i {
      font-size: 1.4em !important;
      display: inline-block;
      position: relative; }
  .box-like .fa-thumbs-up {
    color: #1C2477 !important; }
  .box-like .fa-gratipay {
    color: #FD00B7 !important; }
  .box-like .fa-surprise {
    color: #333;
    background: #FCFD04;
    width: 1em;
    height: 1em;
    border-radius: 0.5em; }
  .box-like .fa-laugh-squint {
    color: #FD6703;
    /*background: #004516;
    width:1em;
    height:1em;
    border-radius:0.5em;*/ }
  .box-like .fa-angry {
    color: #333;
    background: #FD6703;
    width: 1em;
    height: 1em;
    border-radius: 0.5em; }
  .box-like .fa-sad-tear {
    color: #333;
    background: #9CC7FC;
    width: 1em;
    height: 1em;
    border-radius: 0.5em; }
  .box-like .float-like {
    display: none;
    position: absolute;
    min-width: 300px;
    top: 24px;
    left: 0;
    z-index: 20;
    width: 100%;
    border: 4px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5em 10px; }
    @media (max-width: 576px) {
      .box-like .float-like {
        position: relative;
        width: 100vw;
        border: none;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        border-radius: 0;
        margin: 0 -15px;
        background-color: #fafafa; } }
    .box-like .float-like div {
      display: inline-block;
      padding: 2px 5px;
      font-size: 0.7em;
      cursor: pointer; }
      @media (max-width: 576px) {
        .box-like .float-like div {
          font-size: 1em;
          padding: 2px 10px;
          margin-bottom: 10px; } }
      .box-like .float-like div i {
        font-size: 150%;
        margin-right: 5px; }
    .box-like .float-like div:hover {
      border: 1px dotted #666;
      border-radius: 10px; }
    .box-like .float-like .list-like {
      display: block;
      height: 200px;
      overflow-y: auto;
      color: #000; }
      .box-like .float-like .list-like li {
        display: flex;
        margin-bottom: 0.3em; }
        .box-like .float-like .list-like li .pic {
          display: block;
          width: 30px !important;
          height: 30px !important; }
        .box-like .float-like .list-like li .name {
          padding-left: 0.5em;
          display: block;
          width: 100%; }
        .box-like .float-like .list-like li i {
          display: block;
          width: 20px; }

.box-accordion .btn-accordion::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  display: block;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 1em; }
.box-accordion .accordion-inner {
  display: none; }
.box-accordion.open .btn-accordion::before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
.box-accordion.open .accordion-inner {
  display: block;
  padding: 1.5em 0; }

.box_com_btn_list {
  display: flex;
  row-gap: 5px;
  column-gap: 5px;
  margin: 30px 0 8px 0;
  padding: 0;
  flex-wrap: nowrap; }
  @media (max-width: 576px) {
    .box_com_btn_list {
      flex-wrap: wrap;
      margin: 5px 0 5px 0; } }
  .box_com_btn_list li {
    display: block;
    margin: 0;
    padding: 0;
    min-width: calc(100% / 6 - 5px );
    width: 100%; }
    @media (max-width: 576px) {
      .box_com_btn_list li {
        min-width: calc(100% / 3 - 4px);
        width: calc(100% / 3 - 4px); } }
    .box_com_btn_list li a {
      display: block;
      width: 100%;
      color: #333;
      background: #f5f5f5 !important;
      border: none !important; }
    .box_com_btn_list li a.btn {
      font-size: 80%; }
    .box_com_btn_list li a.btn.attention:before {
      content: "● ";
      font-size: 5px;
      color: #f00; }

.box-community_list {
  display: block;
  margin: 8px 0;
  padding: 0; }
  .box-community_list li {
    display: block;
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 16px !important;
    padding: 15px 10px;
    margin-bottom: 8px; }
    .box-community_list li .info_catch {
      display: inline-block;
      border-radius: 25px;
      width: 50px;
      height: 50px;
      overflow: hidden;
      margin-right: 12px;
      margin-bottom: -15px; }
      .box-community_list li .info_catch img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center center; }
    .box-community_list li a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      padding-bottom: 12px; }
  .box-community_list li.active {
    border: solid 4px #0098e9 !important;
    background-color: #ECF2FF !important; }

/* graph */
.graph-blue-top {
  border-top: 4px solid #0098e9; }
  .graph-blue-top h2 {
    padding-top: 0; }

.graph-anq-datail {
  width: 100%;
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto; }
  .graph-anq-datail unit {
    background-color: #EBF0FB;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1em;
    border-radius: 8px;
    column-gap: 1em;
    -ms-grid-colmns: 1em;
    padding: 0.5em 0; }
    .graph-anq-datail unit > div {
      min-width: 0;
      max-width: 100%; }
    .graph-anq-datail unit > div:first-child {
      border-right: 1px solid #fff;
      margin-left: 1em; }
    .graph-anq-datail unit > div:last-child {
      margin-right: 1em; }
    .graph-anq-datail unit h3, .graph-anq-datail unit .date, .graph-anq-datail unit .cap1 {
      margin-top: 0;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .graph-anq-datail unit big {
      font-weight: 600;
      font-size: 3em;
      line-height: 100%; }
      @media screen and (max-width: 768px) {
        .graph-anq-datail unit big {
          font-size: 2em; } }
    .graph-anq-datail unit .cap2 {
      white-space: nowrap;
      font-size: 80%; }

.graph-box-detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: Wrap; }
  .graph-box-detail h2 {
    display: block;
    width: 100%;
    border-left: 10px solid #0098e9;
    padding-left: 1em;
    flex-basis: 100%;
    margin-left: -1em; }
    @media (max-width: 576px) {
      .graph-box-detail h2 {
        margin-left: 0; } }
  .graph-box-detail .graph {
    flex-basis: 80%; }
    @media (max-width: 576px) {
      .graph-box-detail .graph {
        margin: 0em 0px;
        width: 100%; } }
  .graph-box-detail .caption {
    flex-basis: 20%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .graph-box-detail .caption {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around; } }
    .graph-box-detail .caption .cap {
      width: 100%;
      text-align: center;
      line-height: 200%;
      display: block;
      margin-bottom: 1em; }
      @media (max-width: 576px) {
        .graph-box-detail .caption .cap {
          width: auto; } }
  .graph-box-detail .graph.week {
    display: block; }
  .graph-box-detail .graph.momth, .graph-box-detail .graph.half, .graph-box-detail .graph.year {
    display: none; }
  .graph-box-detail big {
    font-weight: 600;
    font-size: 3em;
    line-height: 100%; }
    @media screen and (max-width: 768px) {
      .graph-box-detail big {
        font-size: 2em; } }
  .graph-box-detail .box-solid-unit {
    align-items: center; }

/* graph */
/* list */
list_category {
  display: block;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-top: 5px !important;
  border-collapse: collapse !important;
  position: relative; }
  list_category articles {
    display: inline-block;
    background-color: #F45100;
    border-radius: 2em;
    color: #fff;
    min-width: 1.5em;
    text-align: center;
    padding: 0 0.5em;
    margin-left: 0.5em;
    font-size: 0.8em;
    font-weight: bold; }
  list_category category {
    display: block;
    border: none;
    width: 100%;
    max-width: 1300px !important;
    margin-bottom: 1em;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 16px; }
    list_category category heads {
      position: relative;
      display: block;
      padding: 1.2em 0.5em 1.2em 1em;
      border-bottom: none;
      cursor: pointer; }
      list_category category heads title {
        font-weight: bold;
        display: inline; }
      list_category category heads div.btn_toggle {
        display: block;
        position: absolute;
        right: 0.3em;
        top: calc(50% - 6px);
        width: 12px;
        height: 12px;
        margin: 0 10px;
        border-bottom: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(45deg); }
  list_category list_topic {
    display: none;
    border-collapse: collapse !important; }
    list_category list_topic captions {
      display: flex;
      padding: 1em 0;
      border-bottom: none;
      gap: 0px;
      align-items: flex-end;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        list_category list_topic captions {
          flex-direction: column; } }
      list_category list_topic captions > div {
        display: flex;
        position: relative;
        gap: 5px; }
        list_category list_topic captions > div .btn-more {
          width: 42px;
          height: 42px;
          background-color: #fff; }
    list_category list_topic topic {
      display: block;
      padding: 1.2em 3em 1.2em calc(36px + 1.5em);
      border-bottom: none;
      position: relative;
      cursor: pointer; }
      list_category list_topic topic pic {
        display: block;
        position: absolute;
        left: 1em;
        top: calc(50% - 18px);
        border: none;
        border-radius: 8px; }
        list_category list_topic topic pic img {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          object-fit: cover; }
      list_category list_topic topic title {
        display: inline; }
    list_category list_topic topic::after {
      content: '';
      display: block;
      position: absolute;
      right: 0.3em;
      top: calc(50% - 6px);
      width: 12px;
      height: 12px;
      margin: 0 10px;
      border-bottom: 2px solid #666;
      border-right: 2px solid #666;
      transform: rotate(-45deg); }
  list_category category.open heads > div.btn_toggle {
    transform: rotate(-135deg); }
  list_category category.open list_topic {
    display: block; }
  list_category category.sort {
    box-shadow: 5px 5px 5px #ccc; }
    list_category category.sort heads > div.btn_toggle {
      border: none;
      transform: rotate(0);
      color: #ccc; }
    list_category category.sort list_topic {
      display: none; }

list_topic {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 1em;
  margin-right: 1em;
  border-collapse: collapse !important;
  position: relative; }
  list_topic > topic, list_topic > comment {
    display: block;
    border: none;
    width: 100%;
    max-width: 1300px !important;
    margin-bottom: 1em;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 0 1em 0; }
    list_topic > topic comment, list_topic > comment comment {
      display: block;
      border-top: 1px solid #ccc;
      padding: 0em 0 1em 0; }
  list_topic > topic {
    order: 1; }
  list_topic > comment {
    order: 10;
    margin-left: 1em; }
    @media (max-width: 576px) {
      list_topic > comment {
        margin-left: 0; } }
  list_topic topic, list_topic comment {
    position: relative;
    padding-top: 1em; }
    list_topic topic id, list_topic comment id {
      display: none; }
    list_topic topic heads, list_topic comment heads {
      position: relative;
      display: flex;
      min-height: 45px;
      padding: 0.6em 0.5em 0.5em calc(36px + 1.5em); }
      @media screen and (max-width: 768px) {
        list_topic topic heads, list_topic comment heads {
          flex-direction: column; } }
      list_topic topic heads pic, list_topic comment heads pic {
        display: block;
        position: absolute;
        left: 1em;
        top: calc(50% - 18px);
        border: 1px solid #ccc;
        border-radius: 8px; }
        list_topic topic heads pic img, list_topic comment heads pic img {
          width: 36px;
          height: 36px;
          border-radius: 8px;
          object-fit: cover; }
      list_topic topic heads name, list_topic comment heads name {
        display: block;
        flex-basis: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      list_topic topic heads datetime, list_topic comment heads datetime {
        font-size: 90%;
        color: #666;
        flex-basis: 200px;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          list_topic topic heads datetime, list_topic comment heads datetime {
            flex-basis: auto; } }
    list_topic topic title, list_topic comment title {
      font-weight: bold;
      display: block;
      padding: 0 0.8em 0 0;
      margin-left: 30px; }
      @media screen and (max-width: 768px) {
        list_topic topic title, list_topic comment title {
          margin-left: 20px; } }
    list_topic topic .register-name {
      font-size: 90%;
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        list_topic topic .register-name {
          display: block;
          margin-left: 20px; } }
    list_topic topic message, list_topic comment message {
      display: block;
      padding: 0em 0.8em 0.5em 0;
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        list_topic topic message, list_topic comment message {
          margin-left: 20px; } }
      list_topic topic message a.toggle_trans, list_topic comment message a.toggle_trans {
        display: block;
        padding: 0.5em 0;
        font-size: 90%; }
      list_topic topic message message_original_trans, list_topic comment message message_original_trans {
        display: none;
        padding: 0em; }
    list_topic topic attach, list_topic comment attach {
      display: block;
      padding: 0.5em 1em 0.5em 0;
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        list_topic topic attach, list_topic comment attach {
          margin-left: 20px; } }
      list_topic topic attach a, list_topic comment attach a {
        display: inline-block;
        padding: 0.3em 1em;
        border: dotted 1px #ccc;
        border-radius: 30px;
        color: #0098e9 !important;
        max-width: 40vw;
        overflow-x: hidden;
        white-space: nowrap;
        text-decoration: none !important;
        text-overflow: ellipsis; }
        @media (max-width: 576px) {
          list_topic topic attach a, list_topic comment attach a {
            max-width: 85vw; } }
      list_topic topic attach a:hover, list_topic comment attach a:hover {
        background-color: #0098e9 !important;
        color: #fff !important;
        text-decoration: none !important; }
      list_topic topic attach a::before, list_topic comment attach a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c6";
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-right: 6px; }
    list_topic topic read, list_topic comment read {
      display: block;
      padding: 0.1em 0 0.3em;
      font-size: 90% !important;
      color: #333;
      margin-left: 60px; }
      @media (max-width: 576px) {
        list_topic topic read, list_topic comment read {
          margin-left: 20px; } }
      list_topic topic read:blank, list_topic comment read:blank {
        padding: 0; }
    list_topic topic like, list_topic comment like {
      display: block;
      padding: 0.1em 0 0;
      font-size: 90% !important;
      color: #333;
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        list_topic topic like, list_topic comment like {
          margin-left: 20px; } }
      list_topic topic like:blank, list_topic comment like:blank {
        padding: 0; }
    list_topic topic read2, list_topic comment read2 {
      display: block;
      padding: 0.1em 1em 0.3em;
      font-size: 90% !important;
      color: #333;
      text-align: right; }
      list_topic topic read2:blank, list_topic comment read2:blank {
        padding: 0; }
    list_topic topic read2 btncdel, list_topic comment read2 btncdel {
      display: inline-block;
      cursor: pointer;
      padding: 0.1em 0.3em;
      border: 1px dotted #6B6B6B;
      border-radius: 4px; }
    list_topic topic read2 btncdel:hover, list_topic comment read2 btncdel:hover {
      background-color: #6B6B6B;
      color: #fff; }
    list_topic topic like, list_topic comment like {
      display: flex; }
      list_topic topic like face, list_topic comment like face {
        display: block;
        width: 24px;
        min-width: 28px;
        padding-right: 4px;
        height: 24px;
        position: relative;
        background-repeat: no-repeat !important;
        background-position: center center;
        background-size: contain;
        cursor: pointer; }
        list_topic topic like face list, list_topic comment like face list {
          display: none;
          position: absolute;
          max-width: 300px;
          max-height: 40vh;
          overflow-y: auto;
          top: 30px;
          left: 0;
          z-index: 10;
          background-color: #414141; }
          list_topic topic like face list h4, list_topic comment like face list h4 {
            display: block;
            white-space: nowrap;
            overflow-x: hidden;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 0.3em;
            font-size: 90%;
            font-weight: normal; }
          list_topic topic like face list name, list_topic comment like face list name {
            display: block;
            white-space: nowrap;
            overflow-x: hidden;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 0.3em;
            font-size: 90%; }
        list_topic topic like face.like, list_topic comment like face.like {
          background: url("../images/face/like.png"); }
        list_topic topic like face.excellent, list_topic comment like face.excellent {
          background: url("../images/face/excellent.png"); }
        list_topic topic like face.laugh, list_topic comment like face.laugh {
          background: url("../images/face/laugh.png"); }
        list_topic topic like face.surprise, list_topic comment like face.surprise {
          background: url("../images/face/surprise.png"); }
        list_topic topic like face.sad, list_topic comment like face.sad {
          background: url("../images/face/sad.png"); }
        list_topic topic like face.angry, list_topic comment like face.angry {
          background: url("../images/face/angry.png"); }
      list_topic topic like likelist, list_topic comment like likelist {
        flex-basis: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: 0 0.5em 0 0; }
        list_topic topic like likelist:blank, list_topic comment like likelist:blank {
          height: 0;
          padding: 0; }
        @media (max-width: 576px) {
          list_topic topic like likelist, list_topic comment like likelist {
            padding: 0;
            min-width: 100%;
            margin-bottom: 0.3em; } }
        list_topic topic like likelist name, list_topic comment like likelist name {
          display: inline;
          white-space: nowrap; }
        list_topic topic like likelist name::after, list_topic comment like likelist name::after {
          content: ','; }
        list_topic topic like likelist name:last-child::after, list_topic comment like likelist name:last-child::after {
          content: ''; }
    list_topic topic .like_send, list_topic comment .like_send {
      font-size: 85% !important;
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        list_topic topic .like_send, list_topic comment .like_send {
          margin-left: 20px; } }
      list_topic topic .like_send .box_send_like, list_topic comment .like_send .box_send_like {
        border: 1px solid #ccc;
        border-radius: 40px;
        margin-top: 0.5em;
        padding: 0.5em 0.5em 0.5em 0;
        width: 240px; }
        list_topic topic .like_send .box_send_like like, list_topic comment .like_send .box_send_like like {
          padding-left: 0.5em !important;
          margin-left: 0; }
          list_topic topic .like_send .box_send_like like face, list_topic comment .like_send .box_send_like like face {
            cursor: pointer;
            width: 30px;
            height: 30px;
            background-size: contain;
            margin-right: 6px; }
    list_topic topic read, list_topic comment read {
      display: block; }
      list_topic topic read count, list_topic comment read count {
        display: block;
        color: #888888; }
    list_topic topic .comment_send, list_topic comment .comment_send {
      display: flex;
      gap: 8px;
      margin: 0.5em 0 0 0;
      width: 100%;
      padding: 0.8em 1em 0.5em;
      border-top: 1px solid #ccc;
      align-items: flex-start; }
      list_topic topic .comment_send pic, list_topic comment .comment_send pic {
        display: block; }
        list_topic topic .comment_send pic img, list_topic comment .comment_send pic img {
          width: 36px;
          height: 36px;
          min-width: 36px;
          border-radius: 8px;
          object-fit: cover; }
      list_topic topic .comment_send button, list_topic comment .comment_send button {
        display: block;
        min-width: fit-content;
        max-width: 200px;
        overflow-x: hidden; }
  list_topic .like_send {
    display: flex;
    flex-direction: row;
    padding: 1em 1em 1em 0;
    justify-content: space-between;
    align-items: center; }
    list_topic .like_send .like-lest {
      white-space: nowrap;
      cursor: pointer;
      flex-basis: 10%; }
      list_topic .like_send .like-lest .btn_like {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 6px -6px 0;
        background-image: url("../images/face/like_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        cursor: pointer; }
    list_topic .like_send .commet_count {
      display: block;
      flex-basis: 100%;
      white-space: nowrap;
      text-align: right; }

  .l-main-body .box-reaction {
  display: block;
  margin-top: 1.5em !important; }
  .box-reaction like {
    display: flex; }
    .box-reaction like face {
      display: block;
      width: 24px;
      min-width: 28px;
      padding-right: 4px;
      height: 24px;
      position: relative;
      background-repeat: no-repeat !important;
      background-position: center center;
      background-size: contain;
      cursor: pointer; }
      .box-reaction like face list {
        display: none;
        position: absolute;
        max-width: 300px;
        max-height: 40vh;
        overflow-y: auto;
        top: 30px;
        left: 0;
        z-index: 10;
        background-color: #414141; }
        .box-reaction like face list h4 {
          display: block;
          white-space: nowrap;
          overflow-x: hidden;
          color: #fff;
          border-bottom: 1px solid #fff;
          padding: 0.3em;
          font-size: 90%;
          font-weight: normal; }
        .box-reaction like face list name {
          display: block;
          white-space: nowrap;
          overflow-x: hidden;
          color: #fff;
          border-bottom: 1px solid #fff;
          padding: 0.3em;
          font-size: 90%; }
      .box-reaction like face.like {
        background: url("../images/face/like.png"); }
      .box-reaction like face.excellent {
        background: url("../images/face/excellent.png"); }
      .box-reaction like face.laugh {
        background: url("../images/face/laugh.png"); }
      .box-reaction like face.surprise {
        background: url("../images/face/surprise.png"); }
      .box-reaction like face.sad {
        background: url("../images/face/sad.png"); }
      .box-reaction like face.angry {
        background: url("../images/face/angry.png"); }
    .box-reaction like likelist {
      flex-basis: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding: 0 0.5em 0 0; }
      .box-reaction like likelist:blank {
        height: 0;
        padding: 0; }
      @media (max-width: 576px) {
        .box-reaction like likelist {
          padding: 0;
          min-width: 100%;
          margin-bottom: 0.3em; } }
      .box-reaction like likelist name {
        display: inline;
        white-space: nowrap; }
      .box-reaction like likelist name::after {
        content: ','; }
      .box-reaction like likelist name:last-child::after {
        content: ''; }
  .box-reaction .like_send {
    font-size: 85% !important; }
  .box-reaction .like_send {
    display: flex;
    flex-direction: row;
    padding: 1em 1em 1em 0;
    justify-content: space-between;
    align-items: center; }
    .box-reaction .like_send .like-lest {
      white-space: nowrap;
      cursor: pointer;
      flex-basis: 10%; }
      .box-reaction .like_send .like-lest .btn_like {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 6px -6px 0;
        background-image: url("../images/face/like_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        cursor: pointer; }
    .box-reaction .like_send .commet_count {
      display: block;
      flex-basis: 100%;
      white-space: nowrap;
      text-align: right; }
    .box-reaction .like_send .box_send_like {
      display: none;
      border: 1px solid #ccc;
      border-radius: 40px;
      margin-top: 0.5em;
      padding: 0.5em 0.5em 0.5em 0;
      width: 240px; }
      .box-reaction .like_send .box_send_like like {
        padding-left: 0.5em !important;
        margin-left: 0; }
        .box-reaction .like_send .box_send_like like face {
          cursor: pointer;
          width: 30px;
          height: 30px;
          background-size: contain;
          margin-right: 6px; }

/* list */
.l-header {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: none;
  color: #333333;
  height: 74px;
  box-shadow: 0px 0px 15px #eee;
  /*@include mq() { 
  	display: flex;
  	flex-direction: column;
  }*/ }

  @media (max-width: 576px) {
    .l-header {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 2000; } }
  .l-header .logo {
    display: block;
    background-image: url(../images/header/evawat_logo_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px !important;
    height: 29px !important;
    position: absolute;
    left: 10px;
    top: 22px !important;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .l-header .logo {
        width: 130px;
        height: 24px;
        left: 5px !important;
        top: 22px !important; }
        .l-header .logo.cpt {
          background-image: url(../images/header/evawat_logo_blue_compact.png);
          width: 30px !important;
          height: 30px !important;
          left: 15px !important;
          top: 25px !important;; } }
  body .l-header .left-menu {
    display: flex;
    position: absolute;
    left: 200px !important;
    top: 8px !important; }
    @media screen and (max-width: 768px) {
      body .l-header .left-menu {
        display: none !important; } }
    .l-header .left-menu li {
      display: block;
      padding: 10px !important;
      margin-top: 0px !important; }
      body .l-header .left-menu li a {
        display: flex !important;
        position: relative !important;
        border: 1px solid #ddd !important;
        padding: 7px 40px 7px 20px !important;
        color: #333 !important;
        text-decoration: none;
        border-radius: 10px !important;
        font-weight: 400 !important;
        background: #fff !important; }
      .l-header .left-menu li a:hover,
      .l-header .left-menu li a.active {
        background-color: #f5f5f5 !important;
        stroke: #fff; }

  body .l-header .right-menu {
    display: flex;
    position: absolute;
    right: 0.5em;
    top: 8px !important; }
    .l-header .right-menu > li {
      display: block;
      padding: 10px !important;
      margin-top: 0px !important;
       }
      @media (max-width: 576px) {
        .l-header .right-menu {
          top: 10px !important;
        }
        .l-header .right-menu > li:not(.text) {
          padding: 10px !important;
          margin-top: 0px !important;
          }
        .l-header .right-menu > li #spmenu {
          padding: 10px !important;
          margin: 0 !important;}
      }
      .l-header .right-menu > li:not(.text) a {
        display: block;
        padding: 10px;
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        text-decoration: none; }
      .l-header .right-menu > li:not(.text) a:hover,
      .l-header .right-menu > li:not(.text) a.active {
        background-color: #f5f5f5;
        stroke: #fff; }
    .l-header .right-menu > li.text {
      color: #fff; }
      .l-header .right-menu > li.text a {
        display: block;
        background: #0098e9 !important;
        color: #fff !important;
        text-decoration: none;
        font-weight: 400 !important;
        padding: 8px 20px !important;
        margin: 2px !important;
        border-radius: 50px !important; }
      .l-header .right-menu > li.text a:hover,
      .l-header .right-menu > li.text a.active {
        background: #1791d2 !important;
        stroke: #fff; }
        .l-header .right-menu > li.text a span {
          color: #fff !important;
        }
    .l-header .right-menu > li.hidesp {
      display: block; }
      @media screen and (max-width: 1024px) {
        .l-header .right-menu > li.hidesp {
          display: none !important; } }
    .l-header .right-menu #ticket, .l-header .right-menu #information, .l-header .right-menu #mymenu {
      display: block; }
    .l-header .right-menu #search {
      white-space: nowrap;
      position: relative; }
      .l-header .right-menu #search a, .l-header .right-menu #search img {
        display: inline-block; }
      .l-header .right-menu #search form {
        display: none;
        position: absolute;
        right: 190px;
        top: 0px; }
        @media (max-width: 576px) {
          .l-header .right-menu #search form {
            right: 130px !important;
            margin: 6px 2% 0.5em !important; } }
        .l-header .right-menu #search form #btn_submit_filter {
          display: block;
          position: absolute;
          right: -170px !important;
          top: 20px !important;
          width: 20px !important;
          content: url("../images/icon/icon__search-big.svg") !important; }
          @media (max-width: 576px) {
            .l-header .right-menu #search form #btn_submit_filter {
              right: -111px !important;
              top: 15px !important; } }
      .l-header .right-menu #search a {
        padding-top: 8px !important; }
        @media (max-width: 576px) {
          .l-header .right-menu #search a {
            padding-top: 10px !important; }
        }
        .l-header .right-menu #search a img {
          margin-bottom: -4px !important;
          margin-left: 0px !important;
          content: url("../images/icon/icon__search-big.svg") !important; }
      .l-header .right-menu #search input[type='text'] {
        padding: 8px 16px !important;
        border-radius: 30px;
        margin-top: 10px !important;
        width: 240px;
        min-width: 240px; }
        @media (max-width: 576px) {
          .l-header .right-menu #search input[type='text'] {
            width: 180px;
            min-width: 180px;
            margin-top: 4px !important; } }
    .l-header .right-menu #spmenu {
      display: none; }
    @media screen and (max-width: 1000px) {
      .l-header .right-menu #spmenu {
        display: block; } }
    @media screen and (max-width: 768px) {
      .l-header .right-menu #information {
        display: block; }
      .l-header .right-menu #mymenu, .l-header .right-menu #ticket {
        display: none; } }
    .l-header .right-menu .sp-menu {
      display: none;
      top: 64px;
      right: 0px;
      position: absolute;
      background-color: #fff;
      width: 80vw;
      z-index: 100; }
      .l-header .right-menu .sp-menu h3 {
        display: block;
        padding: 0.1em 0.5em;
        color: #000;
        font-weight: 500; }
      .l-header .right-menu .sp-menu ul {
        margin: 0 1em 0 0;
        padding: 0; }
      .l-header .right-menu .sp-menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        font-size: 1em;
        position: relative; }
        .l-header .right-menu .sp-menu li a {
          text-decoration: none;
          color: #000;
          display: block;
          padding: 1em;
          width: 100%;
          height: 100%; }
      .l-header .right-menu .sp-menu li::after {
        content: "";
        display: block;
        position: absolute;
        right: 25px;
        top: 1.25em;
        width: 10px;
        height: 10px;
        margin: 0 10px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        transform: rotate(45deg); }

main .container_add span {
  display: block; }

.main_info {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px !important;
  margin-bottom: 10px !important;
  margin: 1em 1% !important;
  padding: 1.0em 1.5em 2.0em !important;
  background: #fff !important; }

  @media screen and (max-width: 768px) {
    .main_info {
      font-size: 14px;
      margin: 0 1% !important; } }

  .main_info .info_head {
    position: relative;
    margin: -1.0em -1.5em !important; }
    body .main_info .info_head > img {
      border-top-left-radius: 16px !important;
      border-top-right-radius: 16px !important;
      max-width: 100%;
      width: 100%;
      display: block;
      object-fit: cover !important;
      aspect-ratio: 7.5/3 !important; }
  .main_info .info_catch {
    position: absolute;
    bottom: -40px;
    left: 35px;
    border-radius: 50%;
    border: 5px solid #fff;
    aspect-ratio: 1;
    overflow: hidden;
    width: 200px;
    height: 200px; }
    @media (max-width: 576px) {
      .main_info .info_catch {
        border: 3px solid #fff;
        left: 15px;
        width: 150px;
        height: 150px;
        bottom: -60px; } }
    .main_info .info_catch > img {
      max-width: 200px;
      max-height: 200px;
      width: 200px;
      height: 200px;
      aspect-ratio: 1;
      object-fit: cover;
      object-position: center center; }
      @media (max-width: 576px) {
        .main_info .info_catch > img {
          width: 150px;
          height: 150px;
          max-width: 150px;
          max-height: 150px; } }
    .main_info .info_catch .btn {
      font-size: 50%;
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: rgba(255, 255, 255, 0.8) !important; }
      .main_info .info_catch .btn:hover {
        background-color: #fff; }
      body #btn_bground_pic{
        background-color: rgba(255, 255, 255, 0.8) !important;
        }
    .main_info .info_catch .up_box {
      padding-top: 35px; }
      @media (max-width: 576px) {
        .main_info .info_catch .up_box {
          padding: 50px 15px 0; } }
      .main_info .info_catch .up_box > .t_main {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 576px) {
          .main_info .info_catch .up_box > .t_main {
            font-size: 18px;
            margin-bottom: 15px; } }
      .main_info .info_catch .up_box .sub_info .box {
        border-top: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 15px; }
        @media (max-width: 576px) {
          .main_info .info_catch .up_box .sub_info .box {
            padding: 0px 5px;
            border-top: 0px solid #000; } }
        .main_info .info_catch .up_box .sub_info .box .item {
          display: flex;
          align-items: center;
          width: 50%; }
          @media (max-width: 576px) {
            .main_info .info_catch .up_box .sub_info .box .item {
              width: 100%;
              font-size: 14px;
              border-top: 1px solid #ccc;
              padding: 10px 0; } }
          .main_info .info_catch .up_box .sub_info .box .item .t_main {
            font-weight: bold;
            width: 25%; }
          .main_info .info_catch .up_box .sub_info .box .item .text {
            width: 75%; }
            .main_info .info_catch .up_box .sub_info .box .item .text .cat {
              font-size: 12px;
              background-color: #4D73BE;
              color: #fff;
              line-height: 1;
              padding: 0px 5px;
              border-radius: 3px; }
      .main_info .info_catch .up_box .box:last-child {
        border-bottom: 1px solid #000; }
  .main_info .box-transit {
    position: absolute;
    bottom: 10px;
    left: 240px;
    width: 32px;
    height: 32px; }
    @media screen and (max-width: 768px) {
      .main_info .box-transit {
        bottom: 10px;
        left: 120px; } }
  .main_info .wrp_member_info .right_info {
    width: 49.5%; }
    @media screen and (max-width: 768px) {
      .main_info .wrp_member_info .right_info {
        font-size: 14px;
        width: 100%; } }
    @media (max-width: 576px) {
      .main_info .wrp_member_info .right_info .item:first-of-type {
        border-top: none; }
      .main_info .wrp_member_info .right_info .item:last-of-type {
        border-bottom: none; } }
    .main_info .wrp_member_info .right_info .item {
      display: flex;
      align-items: center;
      border-bottom: none !important;
      padding: 15px 0; }
    @media (max-width: 576px) {
      .main_info .wrp_member_info .right_info .item{
        padding: 5px 0 !important;
      }
    }
      .main_info .wrp_member_info .right_info .item .t_main {
        font-weight: bold;
        width: 25%;
        padding-right: 1em; }
        @media screen and (max-width: 768px) {
          .main_info .wrp_member_info .right_info .item .t_main {
            width: 25% !important; } }
      .main_info .wrp_member_info .right_info .item .text {
        width: 75%; }
        @media screen and (max-width: 768px) {
          .main_info .wrp_member_info .right_info .item .text {
            width: 75%; } }

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; }
  .star5_rating[data-rate="5"]:after {
    width: 5.0em; }
  .star5_rating[data-rate="5.0"]:after {
    width: 5.0em; }
  .star5_rating[data-rate="4.9"]:after {
    width: 4.9em; }
  .star5_rating[data-rate="4.8"]:after {
    width: 4.8em; }
  .star5_rating[data-rate="4.7"]:after {
    width: 4.7em; }
  .star5_rating[data-rate="4.6"]:after {
    width: 4.6em; }
  .star5_rating[data-rate="4.5"]:after {
    width: 4.5em; }
  .star5_rating[data-rate="4.4"]:after {
    width: 4.4em; }
  .star5_rating[data-rate="4.3"]:after {
    width: 4.3em; }
  .star5_rating[data-rate="4.2"]:after {
    width: 4.2em; }
  .star5_rating[data-rate="4.1"]:after {
    width: 4.1em; }
  .star5_rating[data-rate="4"]:after {
    width: 4.0em; }
  .star5_rating[data-rate="4.0"]:after {
    width: 4.0em; }
  .star5_rating[data-rate="3.9"]:after {
    width: 3.9em; }
  .star5_rating[data-rate="3.8"]:after {
    width: 3.8em; }
  .star5_rating[data-rate="3.7"]:after {
    width: 3.7em; }
  .star5_rating[data-rate="3.6"]:after {
    width: 3.6em; }
  .star5_rating[data-rate="3.5"]:after {
    width: 3.5em; }
  .star5_rating[data-rate="3.4"]:after {
    width: 3.4em; }
  .star5_rating[data-rate="3.3"]:after {
    width: 3.3em; }
  .star5_rating[data-rate="3.2"]:after {
    width: 3.2em; }
  .star5_rating[data-rate="3.1"]:after {
    width: 3.1em; }
  .star5_rating[data-rate="3"]:after {
    width: 3.0em; }
  .star5_rating[data-rate="3.0"]:after {
    width: 3.0em; }
  .star5_rating[data-rate="2.9"]:after {
    width: 2.9em; }
  .star5_rating[data-rate="2.8"]:after {
    width: 2.8em; }
  .star5_rating[data-rate="2.7"]:after {
    width: 2.7em; }
  .star5_rating[data-rate="2.6"]:after {
    width: 2.6em; }
  .star5_rating[data-rate="2.5"]:after {
    width: 2.5em; }
  .star5_rating[data-rate="2.4"]:after {
    width: 2.4em; }
  .star5_rating[data-rate="2.3"]:after {
    width: 2.3em; }
  .star5_rating[data-rate="2.2"]:after {
    width: 2.2em; }
  .star5_rating[data-rate="2.1"]:after {
    width: 2.1em; }
  .star5_rating[data-rate="2"]:after {
    width: 2.0em; }
  .star5_rating[data-rate="2.0"]:after {
    width: 2.0em; }
  .star5_rating[data-rate="1.9"]:after {
    width: 1.9em; }
  .star5_rating[data-rate="1.8"]:after {
    width: 1.8em; }
  .star5_rating[data-rate="1.7"]:after {
    width: 1.7em; }
  .star5_rating[data-rate="1.6"]:after {
    width: 1.6em; }
  .star5_rating[data-rate="1.5"]:after {
    width: 1.5em; }
  .star5_rating[data-rate="1.4"]:after {
    width: 1.4em; }
  .star5_rating[data-rate="1.3"]:after {
    width: 1.3em; }
  .star5_rating[data-rate="1.2"]:after {
    width: 1.2em; }
  .star5_rating[data-rate="1.1"]:after {
    width: 1.1em; }
  .star5_rating[data-rate="1"]:after {
    width: 1.0em; }
  .star5_rating[data-rate="1.0"]:after {
    width: 1.0em; }
  .star5_rating[data-rate="0.9"]:after {
    width: 0.9em; }
  .star5_rating[data-rate="0.8"]:after {
    width: 0.8em; }
  .star5_rating[data-rate="0.7"]:after {
    width: 0.7em; }
  .star5_rating[data-rate="0.6"]:after {
    width: 0.6em; }
  .star5_rating[data-rate="0.5"]:after {
    width: 0.5em; }
  .star5_rating[data-rate="0.4"]:after {
    width: 0.4em; }
  .star5_rating[data-rate="0.3"]:after {
    width: 0.3em; }
  .star5_rating[data-rate="0.2"]:after {
    width: 0.2em; }
  .star5_rating[data-rate="0.1"]:after {
    width: 0.1em; }
  .star5_rating[data-rate="0.0"]:after {
    width: 0.0em; }
  .star5_rating[data-rate="0"]:after {
    width: 0.0em; }

.star5_rating:before, .star5_rating:after {
  content: '★★★★★'; }

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */ }

detail > h2, detail > ._progress_flow,
detail2 > h2, .l-main-body h2 {
  background: #fff !important;
  border-radius: 16px !important;
  padding-left: 5px !important;}
detail2 > ._progress_flow {
    background: #fff !important;
    border-radius: 16px !important;
    padding-left: 0px !important;
  }
  @media screen and (max-width: 768px) {
    detail > h2, detail > ._progress_flow,
    detail2 > h2,
    detail2 > ._progress_flow {
      max-width: 98% !important;
      margin: 1% !important;
      border-radius: 16px !important;
      padding-left: 5px !important;  } }

body {
  display: block;
  min-height: auto; }

.slick-slider {
  text-align: left; }

.public_slick.slick-slider .slick-arrow:hover {
  transform: none;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent; }

.flex {
  display: flex; }

.fx-bet {
  justify-content: space-between; }

.fx-end {
  align-items: flex-end; }

main .sec_tit {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 20px 10px !important; }

  @media (max-width: 576px) {
    main .sec_tit {
      margin-top: 0px !important;
      margin-bottom: 0px !important;     
    }
    main .sec_tit .btn_center{
      margin: 0 !important;
      padding-top: 0px !important;
    }
  } 

.sec_tit .item_tit .sub {
  color: #DA5019;
  font-weight: bold;
  font-size: 14px;
  display: none !important; }

.sec_tit .item_tit .main {
  font-weight: 700;
  font-size: 20px !important; }

.sec_tit .item_btn a {
  display: inline-block; }

.sec_tit .item_btn .tit_btn {
  background: none !important;
  color: #0098e9 !important;
  font-weight: 400 !important;
  border-radius: 30px;
  padding: 10px 10px;
  line-height: 1;
  box-shadow: none !important; }

.sec_tit .item_btn .tit_btn i {
  margin-left: 10px; }

.btn_box .tit_btn {
  background-color: #fff;
  color: #0098e9 !important;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: none; }

.btn_box .tit_btn i {
  margin-left: 10px; }

.member .btn_box .tit_btn {
  background-color: #fff;
  color: #0098e9;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: none; }

.member .btn_box .tit_btn i {
  margin-left: 10px; }

.btn_center {
  text-align: center;
  margin: 20px auto;
  padding-top: 20px; }

.pc-hidden {
  display: none; }

.bg_gray {
  background-color: #F6F6F6; }

.container_add {
  max-width: 1300px !important;
  margin: 0 1% !important;
  width: 98% !important;
  padding: 0px !important; }

.com_name {
  font-weight: bold;
  margin-bottom: 0px !important;
  margin-left: 20px !important; }

@media (max-width: 576px) {
  .com_name {
    margin: 5px !important;  }
}

.wrp_main-box {
  display: flex;
  max-width: 100%; }

.wrp_main-box .left_side {
  width: 320px;
  min-width: 320px; }

body .wrp_main-box .main_box {
  width: calc(100vw - 361px) !important;
  max-width: 100% !important;
  overflow-x: hidden;
  padding: 0px !important;}

.wrp_side-item {
  margin-bottom: 50px; }

.wrp_side-item ul {
  box-shadow: 2px 2px 3px #ccc; }

.wrp_side-item ul li a {
  display: block;
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

.wrp_side-item ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #888888; }

.wrp_side-item ul li .active {
  background-color: #ECF2FF; }

.wrp_side-item .item_tit {
  margin-bottom: 10px;
  display: flex;
  align-items: center; }

.wrp_side-item .item_tit img {
  max-width: 20px;
  margin-right: 10px; }

.wrp_side-item .item_tit span {
  font-size: 18px;
  font-weight: bold; }

.wrp_main-box .main_box .head_slick li img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.head_slick.slick-dotted.slick-slider {
  margin-bottom: 0; }

.head_slick .slick-dots li button::before {
  font-size: 10px;
  color: #DDDDDD;
  opacity: 1; }

.head_slick .slick-dots li.slick-active button::before {
  color: #4D73BE; }

.head_slick .slick-dots li {
  margin: 0 8px; }

.btn_box {
  text-align: center; }

.public_btn {
  background-color: #4D73BE;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  font-size: 14px; }

.main_info .info_head {
  position: relative; }

.main_info .info_catch {
  position: absolute;
  bottom: -40px;
  left: 35px;
  border-radius: 50%;
  border: 5px solid #fff;
  aspect-ratio: 1; }

.main_info .info_catch img {
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: left top;
  position: absolute;
  top: -5px;
  left: -5px; }

body .main_info .info_content {
  background-color: #fff;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding: 0 1.5em !important;
  margin: 1.0em -1.5em -1.0em !important; }

  @media (max-width: 576px) {
    body .main_info .info_content {
      padding: 0 0.5em !important;
    }
  }

.main_info .up_box {
  padding: 20px 0px 10px !important;
  border-bottom: none !important; }

  @media (max-width: 576px) {
    .main_info .up_box {
    padding: 40px 0px 0px !important; }
  }

.main_info .up_box > .t_main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

.main_info .up_box .sub_info .box {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px !important;
  border-top: none !important; }

.main_info .up_box .sub_info .box .item {
  display: flex;
  align-items: center;
  width: 50%; }

.main_info .up_box .sub_info .box .item .t_main {
  font-weight: bold;
  width: 25%; }

.main_info .up_box .sub_info .box .item .text {
  width: 75%; }

body .main_info .up_box .sub_info .box .item .text .cat {
  font-size: 14px !important;
  background-color: #0098e9 !important;
  color: #fff;
  line-height: 1;
  padding: 2px 10px !important;
  border-radius: 15px !important; }

.main_info .bottom_box {
  padding: 8px 0px !important; }

  @media only screen and (max-width: 767px) {
    .main_info .bottom_box {
        padding: 15px !important;
    }
}

.bottom_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px !important; }

@media (max-width: 576px) {
  .bottom_info {
    margin-bottom: 0px !important;
  }
}

.bottom_info .wrp_news {
  width: 100%;
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 10px;
  padding: 15px 0 15px;
  background-color: #fff;
  margin-bottom: 30px; }

.bottom_info .wrp_cale {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px !important;
  margin: 10px 1% !important;
  padding: 15px 0 15px;
  background-color: #fff; }

.bottom_info .info_title {
  font-size: 21px;
  font-weight: bold;
  border-left: 5px solid #0098e9 !important;
  margin-bottom: 20px;
  padding-left: 20px; }

.bottom_info .wrp_news .news_box {
  padding: 0 20px; }

.bottom_info .wrp_news .news_box .news_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc; }

.bottom_info .wrp_news .news_box .news_item:last-of-type {
  border-bottom: 0px solid #000; }

.bottom_info .wrp_news .news_box .day {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px; }

.bottom_info .wrp_news .news_box .item_tit {
  font-weight: bold;
  margin-bottom: 5px; }

.bottom_info .wrp_news .news_box .item_con {
  font-size: 14px; }

.bottom_info .wrp_news_single {
  margin-bottom: 40px; }
  .bottom_info .wrp_news_single .news_box {
    padding: 15px 0;
    margin:10px 1% !important;
    border-radius: 16px !important;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden; }
    .bottom_info .wrp_news_single .news_box + .news_box {
      margin-top: 20px; }
    .bottom_info .wrp_news_single .news_box .news_item:last-of-type {
      border-bottom: 0px solid #000; }
    .bottom_info .wrp_news_single .news_box .news_item .outer {
      margin: 0 15px; }
      .bottom_info .wrp_news_single .news_box .news_item .outer .heading {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 8px; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .heading .circle {
          width: 50px;
          height: 50px;
          border-radius: 25px;
          overflow: hidden;
          margin: 0 10px 0 0;
          background: #eee; }
          .bottom_info .wrp_news_single .news_box .news_item .outer .heading .circle img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .heading .box .hd_tit {
          font-weight: 500;
          margin-bottom: 2px; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .heading .box .day {
          font-size: 0.75em;
          color: #666; }
      .bottom_info .wrp_news_single .news_box .news_item .outer .item {
        margin-bottom: 5px; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .item a {
          color: #4D73BE; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .item .item_tit {
          font-size: 1em;
          font-weight: 500;
          margin-bottom: 5px; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .item .item_con {
          font-size: 0.9em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
          .bottom_info .wrp_news_single .news_box .news_item .outer .item .item_con.allView {
            display: block;
            overflow: visible; }
        .bottom_info .wrp_news_single .news_box .news_item .outer .item .moreBtn {
          width: fit-content;
          cursor: pointer;
          color: #4D73BE; }
    .bottom_info .wrp_news_single .news_box .news_item .image {
      position: relative;
      background: #eee;
      margin: 15px 0 0; }
      .bottom_info .wrp_news_single .news_box .news_item .image img {
        display: block;
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 0; }
      .bottom_info .wrp_news_single .news_box .news_item .image::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 3px;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
        pointer-events: none; }
  .bottom_info .wrp_news_single .btn-more {
    display: block;
    width: fit-content;
    background: #fff;
    color: #0098e9 !important;
    font-weight: bold;
    box-shadow: none !important;
    border: none !important;
    line-height: 1;
    padding: 10px calc(1em + 35px) 10px 25px;
    min-width: 150px;
    border-radius: calc(1em + 20px);
    margin: 20px auto;
    text-decoration: none;
    position: relative; }
    .bottom_info .wrp_news_single .btn-more:after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 10px;
      position: absolute; }

.public_slick a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 5px;
  padding: 16px;
  border-radius: 16px;
  background: #fff; }

.public_slick li {
  padding: 10px !important; }

.public_slick .item_img {
  position: relative; }

.public_slick .item_img .cat {
  position: absolute;
  top: 10px !important;
  left: 8px !important;
  line-height: 1;
  padding: 5px 30px;
  background: rgba(85, 85, 85, 0.6) !important;;
  color: #fff;
  border-radius: 16px !important;
  font-size: 12px;
  font-weight: 400 !important; }

.public_slick .item_img .status {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #fff;
  font-size: 12px;
  font-weight: 400 !important;
  border-radius: 16px !important; }

.public_slick .item_img .status.orange {
  background-color: #F45100; }

.public_slick .item_img .status.yellow {
  background-color: #EDAD0B; }

.public_slick .item_img .status.white {
  background-color: #fff;
  color: #F45100; }

.public_slick .wrp_content {
  background-color: #fff;
  padding: 0px !important; }

.public_slick .wrp_content .day {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px; }

.public_slick .wrp_content .item_tit {
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.3;
  min-height: 59px; }

.public_slick .wrp_content .item_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 80%;
  min-height: 36px; }

.public_slick .wrp_content .box-detail-list {
  font-size: 80% !important;
  margin-bottom: 10px !important; }

.facility-info .public_slick .wrp_content .box-detail-list {
  font-size: 100% !important; }

.public_slick .wrp_content .box-detail-list dt {
  white-space: nowrap !important; }

.public_slick .slick-prev {
  left: -28px;
  transform: none; }

.public_slick .slick-next {
  right: -28px !important;
  transform: none; }

.slick-prev, .slick-next{
    width: 30px !important;
    height: 30px !important;  }

.public_slick .slick-prev::before, .public_slick .slick-next::before {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  background-color: #DDDDDD;
  border-radius: 50%;
  color: #707070;
  display: block;
  padding-top: 6px;
  text-align: center; }

.public_slick .slick-prev::before {
  content: "\f053";
  padding-right: 2px; }

.public_slick .slick-next::before {
  content: "\f054";
  padding-left: 3px; }

.public_slick.slick-slider .slick-arrow {
  z-index: 10; }

.public_slick .slick-dots li button::before {
  font-size: 10px;
  color: #DDDDDD;
  opacity: 1; }

.public_slick .slick-dots li.slick-active button::before {
  color: #0098e9 !important; }

.public_slick .slick-dots li {
  margin: 0 8px; }

.public_slick .item_img {
  display: block;
  margin: -16px;
  width: calc(100% + 32px) !important;
  padding-bottom: 56.2%;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative; }

.public_slick a {
  text-decoration: none !important; }

.public_slick .item_img img {
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 0px 0px; }

.wrp_event, .wrp_event_end, .wrp_member {
  margin-bottom: 30px !important; }

@media (max-width: 576px) {
  .wrp_event, .wrp_event_end, .wrp_member {
    margin-bottom: 20px !important; }
  }

.wrp_event .sec_tit, .wrp_event_end .sec_tit, .wrp_member .sec_tit {
  padding-left: 20px !important; }

.wrp_event .item_btn, .wrp_event_end .item_btn, .wrp_member .item_btn {
  padding-right: 20px; }

.wrp_event_end .eva_item {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.wrp_event_end .eva_item .name {
  width: 45%;
  font-size: 13px;
  white-space: nowrap; }

.wrp_event_end .eva_item .star {
  width: 55%;
  padding-left: 10px; }

.wrp_event_end .eva_item .star img {
  max-width: 100%; }

.wrp_event_end .eva_item .star > span {
  display: inline-block !important; }

.wrp_member .public_slick .item_tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: auto; }

.wrp_member .public_slick .item_text {
  margin-bottom: 7px; }

.wrp_member .public_slick .item_info {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 67px !important;
  height: 4.5em !important; }

.member .main_info {
  margin-bottom: 50px; }

.member .main_info .info_catch img {
  max-width: 250px;
  max-height: 250px; }

.member .info_sns {
  display: none !important;
  align-items: center;
  justify-content: flex-end;
  margin-top: -10px;
  background-color: #fff;
  padding: 25px 30px 0px; }

.member .info_sns a {
  display: block;
  margin: 0 10px;
  max-width: 35px; }

.member .main_info .up_box {
  padding-top: 40px !important; }

@media (max-width: 576px) { 
  body .member .main_info .up_box {
    padding-top: 20px 10px !important; }
}

.member .wrp_member_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.member .wrp_member_info .left_info {
  width: 49.5%; }

.member .wrp_member_info .right_info {
  width: 49.5%; }

.member .wrp_member_info .left_info span {
  margin-bottom: 15px; }

.member .wrp_member_info .left_info .name {
  font-size: 33px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px; }

.member .btn_box {
  text-align: left; }

.member .btn_box a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  min-width: 125px;
  text-align: center; }

.member .btn_box a i {
  margin-right: 10px; }

.member .btn_gray {
  background-color: #DDDDDD; }

.member .blue_btn {
  background-color: #0098e9;
  color: #fff; }

.member .right_info .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0; }

.member .right_info .item .t_main {
  font-weight: bold;
  width: 25%; }

.member .right_info .item .text {
  width: 75%; }

/*---PAD pro---*/
@media only screen and (max-width: 1000px) {
  .wrp_main-box {
    flex-wrap: wrap-reverse; }

  body .wrp_main-box .main_box {
    width: 100% !important;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

  .wrp_main-box .left_side {
    width: 100%;
    display: none; }

  main .box-list, body admin .box-list {
    width: 100%; } }

@media only screen and (max-width: 880px) {
  .main_info {
    font-size: 14px; }

  .member .right_info .item .t_main {
    width: 30%; }

  .member .right_info .item .text {
    width: 70%; }

  .member .main_info .info_catch img {
    max-width: 200px;
    max-height: 200px; }

  body .wrp_main-box .main_box {
    width: 100% !important;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

  main .box-list, body admin .box-list {
    width: 100%; } }
/*---Sm---*/
@media only screen and (max-width: 767px) {
  .pc-hidden {
    display: block !important; }

  .sec_tit .item_tit .main {
    font-size: 20px !important; }

  .sec_tit .item_btn {
    display: none; }

  .main_info .info_catch {
    border: 3px solid #fff;
    left: 10px;
    width: 100px;
    height: 100px;
    bottom: -20px; }

  .main_info .info_catch img {
    max-width: 100px;
    max-height: 100px;
    top: -3px;
    left: -3px; }

  .head_slick .slick-dots li {
    margin: 0 3px; }

  .head_slick .slick-dots li button::before {
    font-size: 7px; }

  .main_info .up_box > .t_main {
    font-size: 18px;
    margin-bottom: 15px; }

  .main_info .up_box .sub_info .box .item {
    width: 100%;
    font-size: 14px;
    border-top: none !important;
    padding: 10px 0; }

  .main_info .up_box .sub_info .box {
    padding: 0px 5px;
    border-top: 0px solid #000; }

  .bottom_info .info_title {
    font-size: 18px;
    padding-left: 10px; }

  body .wrp-public_slick {
    padding: 0 40px !important;
    margin-bottom: 30px !important; }

  body .member .main_info .info_catch {
    left: 15px;
    bottom: -25px !important; }

  .member .main_info .info_catch img {
    max-width: 110px;
    max-height: 110px; }

  .member .info_sns a {
    max-width: 30px;
    margin: 0 5px; }

  .member .info_sns {
    padding: 20px 10px 0; }

  .member .wrp_member_info .left_info {
    width: 100%;
    margin-bottom: 20px; }

  .member .wrp_member_info .right_info {
    width: 100%; }

  .member .wrp_member_info .left_info .name {
    font-size: 20px !important; }

  .member .left_info .btn_box {
    display: flex;
    justify-content: space-between; }

  .member .btn_box {
    text-align: center; }

  .member .btn_box a {
    width: auto !important;
    min-width: none;
    margin-right: 0; }

  .member .right_info .item .t_main {
    width: 35%; }

  .member .right_info .item .text {
    width: 65%; }

  .member .right_info .item:first-of-type {
    border-top: 1px solid #EEEEEE; }

  .member .right_info .item:last-of-type {
    border-bottom: 0px solid #EEEEEE; }

  .member .wrp_member_info {
    margin-bottom: 0; }

  .member .btn_box .tit_btn {
    width: auto;
    font-size: 16px;
    line-height: normal;
    color: #0098e9 !important;
    font-weight: bold !important;
    box-shadow: none !important;
    border: none !important; }

  .member .btn_box .tit_btn i {
    margin-right: 0; } }
.sns_button ul li {
  margin: 0 auto;
  max-width: 98% !important;
  padding: 0 2% !important;
  background: #06c555 !important;
  border-radius: 50px !important; }

.c-btn_sns {
  position: relative;
  display: block;
  height: 42px;
  margin: 7px !important;
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box; }
  .c-btn_sns a {
    text-decoration: none !important; }
  .c-btn_sns:hover:before {
    position: absolute;
    content: '';
    display: block;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1); }
  .c-btn_sns:active:before {
    position: absolute;
    content: '';
    display: block;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }

.c-btn_sns_label {
  display: block;
  margin: 0 0 0 42px;
  padding: 0px 20px;
  font-weight: bold;
  color: #fff !important; }

.c-btn_line-login {
  background: url(../../images/line/btn_base.png) no-repeat #06C755;
  background-size: 42px 42px; }

.cal_button {
  margin: 0 auto;
  padding: 10px;
  max-width: 250px; }

.btn_gcal {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: smaller;
  font-weight: bold;
  text-align: center; }

.btn_gcal_border {
  display: block;
  position: relative;
  width: 100%;
  height: 2em;
  border-top: 5px solid #4284F3;
  border-right: 5px solid #FABC05;
  border-bottom: 5px solid #33A852;
  border-left: 5px solid #4284F3;
  border-radius: 5px; }

.btn_gcal_border:before {
  width: 5px;
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  content: "";
  border-bottom: solid 5px #1966D2;
  border-right: solid 5px #1966D2;
  border-top-right-radius: 5px;
  bottom: 100%; }

.btn_gcal_corner:before {
  z-index: 10;
  width: 5px;
  height: 0;
  display: block;
  position: absolute;
  left: -5px;
  content: "";
  border-bottom: solid 5px #168037;
  border-left: solid 5px #168037;
  border-bottom-left-radius: 5px;
  top: 100%; }

.btn_gcal_corner:after {
  z-index: 10;
  width: 5px;
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  content: "";
  border-bottom: solid 5px #F72925;
  border-left: solid 5px #F72925;
  border-bottom-right-radius: 5px;
  top: 100%; }

.deleted-message {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 10px;
  text-align: center; }

/*---chat.scss---*/
chat {
  height: calc( 100vh - 74px);
  min-height: calc( 100vh - 74px);
  width: 100%;
  max-width: 1300px !important;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 350px min(calc(100vw - 350px), calc(1300px - 350px));
  background: #fff; }
  @media screen and (max-width: 768px) {
    chat {
      grid-template-columns: 280px min(calc(100vw - 280px), calc(1300px - 280px)); } }
  @media (max-width: 576px) {
    chat {
      display: block;
      width: 100vw;
      overflow-x: hidden;
      position: relative;
      height: calc( 100dvh - 74px);
      min-height: calc( 100dvh - 74px); } }
  chat .btn {
    padding: 0.4em 0.5em;
    min-width: 40px !important; }
  chat input[type='text'] {
    padding: 0.4em; }
  chat .chat-list {
    grid-column: 1;
    display: block;
    position: relative;
    height: calc( 100vh - 74px );
    overflow-y: scroll;
    background-color: white;
    /*1で解説*/ }
    @media (max-width: 576px) {
      chat .chat-list {
        width: 100%;
        height: calc( 100dvh - 74px ); } }
    chat .chat-list .box-search {
      display: flex;
      flex-wrap: nowrap;
      position: sticky;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: #ffffff;
      padding: 0 0.5em; }
      chat .chat-list .box-search .btn-area {
        display: block;
        min-width: 40px;
        max-width: 40px;
        width: 40px;
        text-align: center;
        padding-top: 10px; }
      chat .chat-list .box-search .text-area {
        display: block;
        width: 100%;
        padding: 4px 0 4px 4px; }
        chat .chat-list .box-search .text-area > input {
          padding: 8px 10px 8px 48px; }
        chat .chat-list .box-search .text-area i {
          top: 0;
          bottom: 0;
          margin: auto 0;
          height: 24px; }
    chat .chat-list chat-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      margin-top: 15px; }
      @media (max-width: 576px) {
        chat .chat-list chat-list {
          margin-top: 0;
          margin-bottom: 10px; } }
    chat .chat-list topic {
      display: grid;
      padding: 0.2em 0.4em 0.2em 0.3em;
      grid-template-columns: 64px auto 75px;
      grid-template-rows: 30px 30px;
      margin: 0.15em 0.4em;
      cursor: pointer; }
      @media (max-width: 576px) {
        chat .chat-list topic {
          position: relative; }
          chat .chat-list topic::after {
            content: '';
            position: absolute;
            top: calc(100% + 2px);
            left: 0;
            width: 100%;
            height: 1px;
            border-bottom: 1px dotted #666; }
          chat .chat-list topic:last-child::after {
            display: none; } }
      chat .chat-list topic sender-image {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: block;
        overflow: hidden !important;
        position: relative;
        width: 64px;
        height: 60px; }
        chat .chat-list topic sender-image img {
          display: none; }
        chat .chat-list topic sender-image img:nth-child(1) {
          display: block;
          z-index: 5;
          left: 2px;
          width: 38px;
          height: 38px;
          border-radius: 25px;
          outline: 2px solid white;
          position: absolute;
          bottom: 2px;
          object-fit: cover;
          object-position: center center; }
        chat .chat-list topic sender-image img:nth-child(2) {
          display: block;
          z-index: 4;
          right: 2px;
          width: 38px;
          height: 38px;
          border-radius: 25px;
          outline: 2px solid white;
          position: absolute;
          top: 2px;
          object-fit: cover;
          object-position: center center; }
        chat .chat-list topic sender-image img:only-child {
          display: block;
          z-index: 5;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 56px;
          height: 56px;
          border-radius: 30px;
          outline: 2px solid white;
          position: absolute;
          top: 2px;
          object-fit: cover;
          object-position: center center; }
      chat .chat-list topic sender {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 100%;
        margin-top: 8px;
        font-size: 0.95em;
        margin-left: 0.5em; }
        chat .chat-list topic sender span {
          display: inline;
          padding-right: 0.2em; }
          chat .chat-list topic sender span::after {
            content: ","; }
        chat .chat-list topic sender span:last-child {
          padding-right: 0; }
          chat .chat-list topic sender span:last-child::after {
            content: ""; }
      chat .chat-list topic message {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 100%;
        margin-top: 2px;
        font-size: 0.75em;
        overflow: hidden;
        margin-left: 0.5em;
        color: #333; }
        chat .chat-list topic message img {
          max-height: 80%;
          height: auto;
          width: auto; }
        chat .chat-list topic message br {
          display: none; }
      chat .chat-list topic date {
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-start: 2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 100%;
        margin-top: 2px;
        font-size: 0.75em;
        text-align: right;
        color: #333; }
    chat .chat-list topic.new sender, chat .chat-list topic.new message, chat .chat-list topic.new date {
      font-weight: 500; }
    chat .chat-list topic.new sender {
      position: relative;
      padding-right: 16px; }
      chat .chat-list topic.new sender::before {
        content: '';
        position: absolute;
        z-index: 1;
        right: 2px;
        top: 2px;
        width: 12px;
        height: 12px;
        background-color: #0b0;
        border-radius: 8px; }
    chat .chat-list topic.append {
      animation-name: slideInAnime;
      animation-fill-mode: forwards;
      animation-duration: 2s;
      animation-timing-function: ease;
      animation-delay: 0s;
      animation-direction: normal; }
    chat .chat-list topic.active {
      background-color: rgba(77, 115, 190, 0.15);
      border-radius: 10px; }
    @media (hover: hover) {
      chat .chat-list topic {
        transition: background 0.1s; }
      chat .chat-list topic:not(.active):hover {
        background-color: #f0f0f0;
        border-radius: 10px; } }
@keyframes slideInAnime {
  0% {
    opacity: 0;
    height: 1px;
    transform: translateX(20px); }
  100% {
    height: auto;
    opacity: 1;
    transform: translateX(0); } }
  chat .chat-topic-list {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    height: calc( 100vh - 74px); }
    @media (max-width: 576px) {
      chat .chat-topic-list {
        width: 100%;
        position: absolute;
        top: 0;
        left: 100vw;
        z-index: 100;
        height: calc( 100dvh - 74px ); } }
    @media (max-width: 576px) {
      chat .chat-topic-list.active {
        left: 0; } }
    chat .chat-topic-list .box-topic-head {
      display: grid;
      width: 100%;
      padding: 10px 15px;
      position: sticky;
      top: 0;
      left: 0;
      grid-gap: 4px;
      grid-template-columns: auto 40px;
      position: relative;
      z-index: 2; }
      @media (max-width: 576px) {
        chat .chat-topic-list .box-topic-head {
          grid-template-columns: 44px auto 40px;
          padding: 4px 6px; } }
      chat .chat-topic-list .box-topic-head::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 4px;
        background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
        pointer-events: none;
        border-top: 1px solid #eee; }
      chat .chat-topic-list .box-topic-head .box-topicclose {
        display: none; }
        @media (max-width: 576px) {
          chat .chat-topic-list .box-topic-head .box-topicclose {
            grid-row: 1;
            grid-column: 1;
            display: block; } }
      chat .chat-topic-list .box-topic-head .box-topicname {
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        white-space: nowrap;
        width: 100%;
        overflow-x: hidden;
        text-overflow: ellipsis;
        grid-row: 1;
        grid-column: 1; }
        @media (max-width: 576px) {
          chat .chat-topic-list .box-topic-head .box-topicname {
            grid-row: 1;
            grid-column: 2;
            display: block; } }
      chat .chat-topic-list .box-topic-head .box-topicname-input {
        display: none; }
      chat .chat-topic-list .box-topic-head .box-topicname-edit {
        grid-row: 1;
        grid-column: 2; }
        @media (max-width: 576px) {
          chat .chat-topic-list .box-topic-head .box-topicname-edit {
            grid-row: 1;
            grid-column: 3;
            display: block; } }
      chat .chat-topic-list .box-topic-head .box-topicname-ok {
        display: none; }
      chat .chat-topic-list .box-topic-head .box-topicname-cancel {
        display: none; }
      chat .chat-topic-list .box-topic-head.edit {
        grid-template-columns: auto 40px 40px; }
        @media (max-width: 576px) {
          chat .chat-topic-list .box-topic-head.edit {
            grid-template-columns: 40px auto 40px 40px; } }
        chat .chat-topic-list .box-topic-head.edit .box-topicclose {
          display: none; }
          @media (max-width: 576px) {
            chat .chat-topic-list .box-topic-head.edit .box-topicclose {
              grid-row: 1;
              grid-column: 1;
              display: block; } }
        chat .chat-topic-list .box-topic-head.edit .box-topicname {
          display: none; }
        chat .chat-topic-list .box-topic-head.edit .box-topicname-input {
          grid-row: 1;
          grid-column: 1;
          display: block; }
          @media (max-width: 576px) {
            chat .chat-topic-list .box-topic-head.edit .box-topicname-input {
              grid-row: 1;
              grid-column: 2; } }
        chat .chat-topic-list .box-topic-head.edit .box-topicname-edit {
          display: none; }
        chat .chat-topic-list .box-topic-head.edit .box-topicname-ok {
          grid-row: 1;
          grid-column: 2;
          display: block; }
          @media (max-width: 576px) {
            chat .chat-topic-list .box-topic-head.edit .box-topicname-ok {
              grid-row: 1;
              grid-column: 3; } }
        chat .chat-topic-list .box-topic-head.edit .box-topicname-cancel {
          grid-row: 1;
          grid-column: 3;
          display: block; }
          @media (max-width: 576px) {
            chat .chat-topic-list .box-topic-head.edit .box-topicname-cancel {
              grid-row: 1;
              grid-column: 4; } }
    chat .chat-topic-list topic-list {
      grid-area: topic-list;
      display: block;
      overflow-y: auto;
      overscroll-behavior: contain;
      position: relative;
      flex: 1; }
      chat .chat-topic-list topic-list topic-member {
        display: block;
        overflow-x: auto;
        padding: 10px 8px 0;
        /* position: sticky;
         top:0;
         left:0;*/
        min-width: 100%; }
        @media (max-width: 576px) {
          chat .chat-topic-list topic-list topic-member {
            padding: 10px 0 10px 10px; } }
        chat .chat-topic-list topic-list topic-member input_area {
          display: flex;
          min-width: 100%;
          padding-left: 8px;
          background-color: white;
          gap: 0px;
          border: 1px solid #ccc;
          border-radius: 8px;
          z-index: 2;
          width: fit-content; }
          @media (max-width: 576px) {
            chat .chat-topic-list topic-list topic-member input_area {
              position: relative;
              min-width: calc(100% - 10px); }
              chat .chat-topic-list topic-list topic-member input_area::after {
                content: '';
                display: block;
                width: 8px;
                height: 10px;
                position: absolute;
                left: 100%;
                top: 0; } }
          chat .chat-topic-list topic-list topic-member input_area member {
            display: block;
            width: fit-content;
            max-width: 150px;
            display: flex;
            align-items: center;
            padding: 4px 4px 4px 4px;
            margin: 8px 2px;
            color: black;
            background-color: white;
            border-collapse: collapse;
            border-radius: 20px;
            position: relative;
            cursor: pointer;
            border: 1px solid #A4A4A4; }
            chat .chat-topic-list topic-list topic-member input_area member.me {
              color: black;
              padding: 4px 20px 4px 4px; }
            chat .chat-topic-list topic-list topic-member input_area member.me:after {
              content: '×';
              position: absolute;
              display: block;
              right: 8px;
              top: 5px; }
            chat .chat-topic-list topic-list topic-member input_area member.me:hover {
              background-color: #4D73BE;
              color: white;
              border: 1px solid #4D73BE; }
            chat .chat-topic-list topic-list topic-member input_area member img {
              display: block;
              margin: 0 5px 0 0;
              min-width: 26px;
              max-width: 26px;
              min-height: 26px;
              max-height: 26px;
              border-radius: 13px;
              object-fit: cover;
              object-position: center center; }
            chat .chat-topic-list topic-list topic-member input_area member name {
              display: block;
              font-size: 0.9em;
              font-weight: 500;
              text-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow-x: hidden;
              width: fit-content;
              max-width: 80px;
              font-size: 0.8em;
              font-weight: 300;
              text-align: left;
              padding-right: 1em; }
          chat .chat-topic-list topic-list topic-member input_area #box_add_member {
            display: block;
            position: absolute;
            top: 61px;
            z-index: 20;
            background-color: #fff;
            border: 1px solid #ccc;
            margin: 0;
            padding: 0;
            width: 200px; }
            chat .chat-topic-list topic-list topic-member input_area #box_add_member li {
              display: flex;
              width: 100%;
              min-width: 100%;
              max-width: 100%;
              padding: 5px;
              column-gap: 5px;
              border-bottom: 1px solid #ccc; }
              chat .chat-topic-list topic-list topic-member input_area #box_add_member li img {
                display: block;
                width: 35px;
                height: 35px;
                object-fit: cover;
                object-position: center center;
                border-radius: 20px; }
              chat .chat-topic-list topic-list topic-member input_area #box_add_member li name {
                display: block;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; }
              chat .chat-topic-list topic-list topic-member input_area #box_add_member li:hover {
                background-color: #ccc; }
          chat .chat-topic-list topic-list topic-member input_area input[name='seach_member'] {
            display: block;
            width: fit-content;
            min-width: 200px;
            border: none;
            outline: none;
            background-color: inherit; }
      chat .chat-topic-list topic-list topic {
        display: block;
        width: clamp(0px, 80%, 600px);
        min-width: 0vw;
        margin: 1em 0; }
        @media screen and (max-width: 768px) {
          chat .chat-topic-list topic-list topic {
            margin: 0.9em 0; } }
        chat .chat-topic-list topic-list topic .flex {
          display: flex;
          justify-content: flex-start;
          align-items: flex-end; }
          chat .chat-topic-list topic-list topic .flex > img:first-child {
            width: 30px;
            height: 30px;
            border-radius: 15px;
            margin: 0 6px 0.15em 0; }
        chat .chat-topic-list topic-list topic sender {
          display: block;
          font-size: 0.75em;
          color: #333; }
        chat .chat-topic-list topic-list topic message {
          display: block;
          word-wrap: break-word;
          width: fit-content;
          block-size: fit-content;
          background-color: #eee;
          border-radius: 18px;
          margin-top: 0.15em;
          margin-bottom: 0.15em;
          padding: 8px 12px;
          line-height: 100% !important;
          font-size: 0.95em; }
          @media screen and (max-width: 768px) {
            chat .chat-topic-list topic-list topic message {
              font-size: 0.9em; } }
          chat .chat-topic-list topic-list topic message pre {
            white-space: pre-wrap;
            word-wrap: break-word;
            line-height: 130%;
            font-weight: 200;
            font-family: inherit;
            margin: 0; }
            chat .chat-topic-list topic-list topic message pre br {
              display: none; }
            chat .chat-topic-list topic-list topic message pre > img {
              margin: 4px 0; }
          chat .chat-topic-list topic-list topic message:has(> img) {
            padding: 0;
            background-color: transparent !important; }
          chat .chat-topic-list topic-list topic message fileinner {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            gap: 4px; }
            chat .chat-topic-list topic-list topic message fileinner img {
              width: 150px;
              height: 150px;
              object-fit: cover;
              object-position: center center;
              cursor: pointer; }
              @media (max-width: 576px) {
                chat .chat-topic-list topic-list topic message fileinner img {
                  width: 80px;
                  height: 80px; } }
            chat .chat-topic-list topic-list topic message fileinner a {
              display: block;
              width: 150px;
              border: 1px solid #aaa;
              background-color: #fff; }
              @media (max-width: 576px) {
                chat .chat-topic-list topic-list topic message fileinner a {
                  width: 80px;
                  height: 80px; } }
              chat .chat-topic-list topic-list topic message fileinner a i {
                display: block;
                font-size: 100px;
                padding: 20px 0 0 20px; }
                @media (max-width: 576px) {
                  chat .chat-topic-list topic-list topic message fileinner a i {
                    font-size: 40px;
                    padding: 20px 0 0 25px; } }
        chat .chat-topic-list topic-list topic .box-bottom {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          chat .chat-topic-list topic-list topic .box-bottom like {
            display: block;
            font-size: 0.75em; }
          chat .chat-topic-list topic-list topic .box-bottom date {
            display: block;
            font-size: 0.75em;
            color: #333; }
      chat .chat-topic-list topic-list topic.other {
        margin-left: 15px; }
        chat .chat-topic-list topic-list topic.other message {
          position: relative;
          /* &:before {
               content: "";
               position: absolute;
               top: 50%;
               left: -29px;
               margin-top: -15px;
               border: 15px solid transparent;
               border-right: 15px solid white;
           }
           &:has(> img){
                &:before {
                   border: none;
               }
           }*/ }
        chat .chat-topic-list topic-list topic.other.new {
          animation: slidefromleft 3s ease 1s 1 normal backwards; }
@keyflames slidefromleft {
  chat .chat-topic-list topic-list topic.other from {
    opacity: 0;
    transform: translateX(-100vw); }
  chat .chat-topic-list topic-list topic.other to {
    opacity: 1;
    transform: translateX(0); } }
      chat .chat-topic-list topic-list topic.me {
        margin-left: auto;
        margin-right: 15px; }
        chat .chat-topic-list topic-list topic.me .flex {
          display: block; }
          chat .chat-topic-list topic-list topic.me .flex > img {
            display: none; }
        chat .chat-topic-list topic-list topic.me sender {
          display: none; }
        chat .chat-topic-list topic-list topic.me message {
          border-color: #666;
          background-color: #4D73BE;
          color: white;
          position: relative;
          margin-left: auto;
          margin-right: 0;
          /*    &:before {
                  content: "";
                  position: absolute;
                  top: 50%;
                  right: -29px;
                  margin-top: -15px;
                  border: 15px solid transparent;
                  border-left: 15px solid $meBack;
              }
              &:has(> img){
                   &:before {
                      border: none;
                  }
              }*/ }
        chat .chat-topic-list topic-list topic.me .box-bottom {
          justify-content: flex-end; }
        chat .chat-topic-list topic-list topic.me.new {
          animation: slidefromright 3s ease 1s 1 normal backwards; }
@keyflames slidefromright {
  chat .chat-topic-list topic-list topic.me from {
    opacity: 0;
    transform: translateX(100vw); }
  chat .chat-topic-list topic-list topic.me to {
    opacity: 1;
    transform: translateX(0); } }
    chat .chat-topic-list .box-send {
      background-color: white;
      display: grid;
      position: stickey;
      bottom: 0;
      left: 0;
      grid-template-columns: 40px auto 40px;
      grid-gap: 10px;
      padding: 10px 15px 6px;
      grid-template-areas: "btn-area text-area btn-area2"; }
      @media (max-width: 576px) {
        chat .chat-topic-list .box-send {
          padding: 6px 6px 2px;
          grid-gap: 6px; } }
      chat .chat-topic-list .box-send .btn-area {
        grid-area: btn-area; }
      chat .chat-topic-list .box-send .text-area {
        grid-area: text-area; }
        chat .chat-topic-list .box-send .text-area textarea {
          padding: 0.4em 0.5em;
          overflow-y: visible;
          min-height: 40px;
          max-height: 200px;
          resize: vertical; }
      chat .chat-topic-list .box-send .btn-area2 {
        grid-area: btn-area2; }

member-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: fit-content;
  overflow-y: auto;
  flex-direction: column-reverse; }
  member-list member {
    display: flex;
    width: 100%;
    order: 2;
    border-bottom: 1px dotted #ccc; }
    member-list member choice {
      display: block;
      width: 20px;
      text-align: center;
      padding-top: 21px; }
    member-list member img {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      border: 1px solid white;
      margin: 8px 1em;
      object-fit: cover;
      object-position: center center; }
    member-list member name {
      display: block;
      width: 50%;
      padding-top: 21px; }
      member-list member name ruby {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis; }
    member-list member organization {
      display: block;
      padding-top: 21px;
      width: 50%;
      white-space: nowrap;
      text-overflow: ellipsis; }
      #member-list div{
        margin: 0 !important;
      }

/*---chat.scss---*/
/* ec */
/* ec_001 */
.ec-heading {
  position: relative;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .ec-heading {
      margin: 25px 7px 0; } }
  .ec-heading .shop-logo {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 20px;
    top: 60px;
    background-color: #fff;
    border: #ccc 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .ec-heading .shop-logo {
        width: 120px;
        height: 120px;
        left: 0;
        top: -25px; } }
    .ec-heading .shop-logo img {
      width: 100%; }
  .ec-heading .main-pic {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc center center/cover no-repeat; }
    @media screen and (max-width: 768px) {
      .ec-heading .main-pic {
        border-radius: 0;
        height: 130px; } }
    .ec-heading .main-pic img {
      width: 100%; }
  .ec-heading .menu-category {
    padding: 17px 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 16px 16px !important; }
    @media screen and (max-width: 768px) {
      .ec-heading .menu-category {
        padding: 0 0 0; } }
    .ec-heading .menu-category .head {
      padding: 30px 20px 0;
      font-size: 0.9em;
      line-height: 1.2; }
    .ec-heading .menu-category ul {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      padding: 20px 15px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .ec-heading .menu-category ul {
          padding: 15px 7px; } }
      .ec-heading .menu-category ul li {
        white-space: nowrap;
        font-size: 0.9em;
        line-height: 1.2;
        text-align: center;
        border: 1px solid #ccc;
        margin: 8px 4px 0; }
        .ec-heading .menu-category ul li a {
          display: block;
          height: 100%;
          padding: 6px 15px;
          user-select: none;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .ec-heading .menu-category ul li a {
              padding: 4px 8px; } }
        .ec-heading .menu-category ul li.active a,
        .ec-heading .menu-category ul li a:hover {
          background: #f5f5f5; }
    .ec-heading .menu-category .head + ul {
      padding-top: 5px; }

.box-button-area.ec {
  margin-bottom: 3px;
  position: relative;
  z-index: 100; }
.box-button-area.ec-col {
  padding-left: 0.2em;
  padding-right: 0.2em; }
  .box-button-area.ec-col > div {
    flex: 1; }

.ec-search {
  width: 100%;
  margin: 5px 0 0; }
  @media screen and (max-width: 768px) {
    .ec-search {
      margin: 25px 0 10px; } }
  .ec-search .head {
    font-size: 1em;
    margin: 0 15px 6px; }
  .ec-search .wrapper .search-list {
    position: relative;
    z-index: 10;
    height: 0;
    line-height: 0;
    padding: 0;
    display: none; }
    .ec-search .wrapper .search-list ul {
      line-height: normal;
      position: absolute;
      right: 5px;
      top: -1px;
      width: calc(100% - 60px);
      background: #fff;
      border: #ccc 1px solid;
      padding: 15px 0; }
      @media screen and (max-width: 768px) {
        .ec-search .wrapper .search-list ul {
          width: calc(100% - 10px); } }
      .ec-search .wrapper .search-list ul li {
        cursor: pointer;
        padding: 5px 30px;
        font-size: 0.9em; }
        .ec-search .wrapper .search-list ul li:hover {
          text-decoration: underline;
          background: rgba(217, 217, 217, 0.3); }
  .ec-search .wrapper.active .search-list {
    display: block; }

.box-ec-list-unit {
  display: block;
  position: relative;
  padding: 1.0em 1.5em 2.0em !important;
  background-color: #fff;
  border-radius: 16px !important;
  margin: 1em 1% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
 }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit {
      padding: 5px !important; } }
  .box-ec-list-unit .item-pic {
    aspect-ratio: 160 / 180; }
    .box-ec-list-unit .item-pic img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain; }
  .box-ec-list-unit .head-main {
    font-size: 1em;
    margin: 0 0 20px; }
  .box-ec-list-unit ul.box-item-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    .box-ec-list-unit ul.box-item-list li {
      width: calc(100% / 3);
      padding: 0 2px;
      margin: 0 0 20px; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit ul.box-item-list li {
          width: calc(100% / 2); } }
      .box-ec-list-unit ul.box-item-list li a {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        border: 1px solid #ccc; }
      .box-ec-list-unit ul.box-item-list li .item-pic {
        background: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .box-ec-list-unit ul.box-item-list li .item-pic img {
          transition: transform 0.2s;
          will-change: transform; }
      .box-ec-list-unit ul.box-item-list li a:hover .item-pic img {
        transform: scale(1.08); }
      .box-ec-list-unit ul.box-item-list li .ec-item-info-area {
        flex: 1;
        padding: 1.5em 15px 2em; }
  .box-ec-list-unit .box-ec-tab-menu {
    overflow-x: auto;
    margin: 0 0 1em !important;
    border-bottom: 1px solid #ccc; }
    .box-ec-list-unit .box-ec-tab-menu::-webkit-scrollbar {
      height: 12px; }
    .box-ec-list-unit .box-ec-tab-menu::-webkit-scrollbar-track {
      background-color: #fff; }
    .box-ec-list-unit .box-ec-tab-menu::-webkit-scrollbar-thumb {
      background-color: #d4d4d4;
      border-radius: 6px;
      border: 3px solid #fff; }
    .box-ec-list-unit .box-ec-tab-menu ul {
      display: inline-flex;
      justify-content: center !important;
      align-items: stretch; }
      .box-ec-list-unit .box-ec-tab-menu ul li {
        height: 100%;
        font-weight: 500; }
        .box-ec-list-unit .box-ec-tab-menu ul li a {
          display: block;
          white-space: nowrap;
          text-align: center;
          padding: 1em 1.5em;
          height: 100%; }
          .box-ec-list-unit .box-ec-tab-menu ul li a:hover, .box-ec-list-unit .box-ec-tab-menu ul li a.active {
            border-bottom: 4px solid #0098e9; }
          @media screen and (max-width: 768px) {
            .box-ec-list-unit .box-ec-tab-menu ul li a {
              padding: 1em 1em; } }

.ec-item-info-area {
  font-size: 1em;
  line-height: 150%; }
  @media screen and (max-width: 768px) {
    .ec-item-info-area {
      padding: 2em 10px; } }
  .ec-item-info-area .price {
    font-size: 1.3em;
    line-height: 150%;
    font-weight: 500;
    padding: 0.5em 0;
    text-align: right; }
  .ec-item-info-area .detail {
    margin: 0.2em 0 0;
    padding: 1em 0 0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    line-height: 150%;
    border-top: 1px #999 dotted; }
    .ec-item-info-area .detail b {
      font-weight: 500; }

/* ec_002 */
.box-item-detail-area-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .box-item-detail-area-wrapper {
      display: block; } }
  .box-item-detail-area-wrapper .box-item-detail-1 {
    width: calc(100% - 265px); }
    @media screen and (max-width: 768px) {
      .box-item-detail-area-wrapper .box-item-detail-1 {
        width: auto; } }
    .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      padding-bottom: 1em;
      position: relative; }
      @media screen and (max-width: 768px) {
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide {
          display: block; } }
      .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider {
        width: calc(100% - 100px) !important;
        padding: 0 10px 0 0 !important; }
        @media screen and (max-width: 768px) {
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider {
            width: auto; } }
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-track{
          width: 100% !important;
        }
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slide img {
          width: 100%;
          display: block;
          margin: 0 auto;
          border-radius: 16px !important; }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slide img:hover {
            transform: none; }
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-center {
          padding: 0; }
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-arrow {
          position: absolute;
          z-index: 10;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: 0.2s transform;
          will-change: transform;
          cursor: pointer;
          border-radius: 8px;
          padding: 3px; }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-arrow:hover {
            transform: scale(1.2);
            background: rgba(255, 255, 255, 0.5); }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-arrow.prev-arrow {
            left: 5px; }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide ul.slick.slick-slider .slick-arrow.next-arrow {
            right: 5px; }
      .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb {
        width: 100px !important;
        margin-left: 5px;
        user-select: none;
        overflow: visible auto;
        max-height: 450px; }
        @media screen and (max-width: 768px) {
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb {
            width: auto;
            margin: 10px 0 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb ul {
              display: flex;
              justify-content: flex-start;
              align-items: stretch;
              overflow: auto visible;
              padding-bottom: 10px; } }
        .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb li {
          width: 90px;
          min-width: 90px;
          cursor: pointer;
          position: relative;
          margin: 0 0 6px; }
          @media screen and (max-width: 768px) {
            .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb li {
              margin: 0 3px 6px; } }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #ccc;
            z-index: 1; }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb li.active::after {
            border: 2px solid #4D73BE; }
          .box-item-detail-area-wrapper .box-item-detail-1 .box-item-detail-slide .tmb li img {
            position: relative;
            z-index: 0;
            display: block;
            width: 100%; }
    .box-item-detail-area-wrapper .box-item-detail-1 .box-ec-select {
      margin: 1.5em 30px 0; }
      @media screen and (max-width: 768px) {
        .box-item-detail-area-wrapper .box-item-detail-1 .box-ec-select {
          margin: 1em 8px 0; } }
  .box-item-detail-area-wrapper .box-item-detail-2 {
    width: 260px;
    border: 1px #ccc solid;
    border-radius: 16px !important;
    padding: 2em 20px; }
    @media screen and (max-width: 768px) {
      .box-item-detail-area-wrapper .box-item-detail-2 {
        width: auto;
        padding: 0.5em;
        margin: 2em 0 0; } }
    .box-item-detail-area-wrapper .box-item-detail-2 .box-ec-select {
      margin: 3em 0 0; }
    .box-item-detail-area-wrapper .box-item-detail-2 .box-buybtn {
      margin: 1.5em 0 0; }
      .box-item-detail-area-wrapper .box-item-detail-2 .box-buybtn .btn {
        display: block;
        width: 100%; }
        .box-item-detail-area-wrapper .box-item-detail-2 .box-buybtn .btn + .btn {
          margin-top: 0.75em; }

.box-ec-select .head {
  margin: 0 0 0.75em; }
.box-ec-select .head-select {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle; }
.box-ec-select fieldset {
  display: inline-block;
  vertical-align: middle; }
.box-ec-select .select-image {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  .box-ec-select .select-image button {
    display: block;
    width: 80px;
    background: none;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0 0.4em 0.8em 0;
    user-select: none;
    cursor: pointer; }
    .box-ec-select .select-image button img {
      display: block;
      width: 100%; }
    .box-ec-select .select-image button.selected {
      border: 1px solid #F45100; }
.box-ec-select .select-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  .box-ec-select .select-box button {
    display: block;
    min-width: 80px;
    background: none;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: left;
    margin: 0 0.4em 0.8em 0;
    user-select: none;
    cursor: pointer; }
    .box-ec-select .select-box button dl dt {
      display: block;
      border-bottom: 1px solid #ccc;
      padding: 0.2em 0.4em;
      background-color: #f9f9f9; }
    .box-ec-select .select-box button dl dd {
      padding: 0.2em 0.4em; }
    .box-ec-select .select-box button.selected {
      border: 1px solid #F45100; }
      .box-ec-select .select-box button.selected dt {
        border-bottom: 1px solid #F45100;
        background-color: #FCF8F7; }

/* ec_003 / ec_004 / ec_005 */
.box-ec-cart .head-main {
  font-size: 1.5em;
  font-weight: 500; }
.box-ec-cart ul.ec-cart-list li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px #999 dotted;
  padding: 1.5em 0; }
  .box-ec-cart ul.ec-cart-list li .item-pic {
    width: 200px; }
    @media screen and (max-width: 768px) {
      .box-ec-cart ul.ec-cart-list li .item-pic {
        width: 30%; } }
  .box-ec-cart ul.ec-cart-list li .ec-item-info-area {
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .box-ec-cart ul.ec-cart-list li .ec-item-info-area {
        padding: 0 15px; } }
    .box-ec-cart ul.ec-cart-list li .ec-item-info-area .detail {
      border-top: none;
      padding-top: 0; }
      .box-ec-cart ul.ec-cart-list li .ec-item-info-area .detail .qty {
        margin: 1em 0 0; }
    .box-ec-cart ul.ec-cart-list li .ec-item-info-area .box-ec-select {
      margin-top: 10px; }
      .box-ec-cart ul.ec-cart-list li .ec-item-info-area .box-ec-select .btn-delete {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px; }
.box-ec-cart ul.ec-cart-list.small {
  border-top: 1px #999 dotted; }
  .box-ec-cart ul.ec-cart-list.small li .item-pic {
    width: 140px; }
    @media screen and (max-width: 768px) {
      .box-ec-cart ul.ec-cart-list.small li .item-pic {
        width: 30%; } }
.box-ec-cart .price-total {
  margin: 1.5em 0 3em;
  text-align: right; }
  .box-ec-cart .price-total .head {
    font-size: 1.3em; }
    .box-ec-cart .price-total .head span {
      margin: 0 0.5em; }
  .box-ec-cart .price-total .price {
    font-size: 1.8em;
    font-weight: 500; }
.box-ec-cart ul.ec-user-info {
  margin-bottom: 2.5em; }
  .box-ec-cart ul.ec-user-info > li {
    padding: 1.5em 0 0; }
    .box-ec-cart ul.ec-user-info > li .box-view {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding-bottom: 2em; }
      @media screen and (max-width: 768px) {
        .box-ec-cart ul.ec-user-info > li .box-view {
          display: block; } }
      .box-ec-cart ul.ec-user-info > li .box-view .head {
        font-weight: 500;
        width: 180px;
        padding-right: 1em; }
      .box-ec-cart ul.ec-user-info > li .box-view .info {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .box-ec-cart ul.ec-user-info > li .box-view .info {
            margin: 1em 0 0; } }
      .box-ec-cart ul.ec-user-info > li .box-view .btn-edit {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 0; }
    .box-ec-cart ul.ec-user-info > li .box-address-select {
      border: 1px #ddd solid !important;
      border-radius: 16px !important;
      padding: 1.2em 1.5em;
      margin-bottom: 1.5em;
      user-select: none; }
      @media screen and (max-width: 768px) {
        .box-ec-cart ul.ec-user-info > li .box-address-select {
          padding: 1em 0.8em; } }
      .box-ec-cart ul.ec-user-info > li .box-address-select .inner {
        position: relative; }
        .box-ec-cart ul.ec-user-info > li .box-address-select .inner .head {
          font-weight: 500; }
        .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address {
          margin: 1em 0; }
          .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li {
            padding-bottom: 1.5em; }
            .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li fieldset.check-area {
              padding: 0; }
            .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li label {
              padding-left: 0;
              padding-right: 0;
              display: block;
              cursor: pointer;
              position: relative; }
              .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li label input[type="radio"] {
                cursor: pointer;
                position: absolute;
                left: 10px;
                top: 5px;
                z-index: 2; }
              .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li label input[type="radio"]:checked + span {
                background-color: #ECF2FF;
                border-radius: 5px; }
              .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address ul li label span {
                display: block;
                padding: 5px 10px 5px 38px;
                line-height: 150%; }
          .box-ec-cart ul.ec-user-info > li .box-address-select .inner .list-address .btn-edit-address {
            margin-left: 38px; }
        .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-add-address {
          position: relative;
          padding-left: 38px;
          margin: 0.5em 0 1em; }
          @media screen and (max-width: 768px) {
            .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-add-address {
              margin-bottom: 2em; } }
          .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-add-address span {
            position: absolute;
            left: 10px;
            width: 20px;
            text-align: center; }
        .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-confirm {
          display: flex;
          justify-content: flex-end;
          margin-top: 1em; }
          .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-confirm button {
            padding-left: 1.5em;
            padding-right: 1.5em; }
        .box-ec-cart ul.ec-user-info > li .box-address-select .inner .btn-close {
          position: absolute;
          right: 0;
          top: 0; }
    .box-ec-cart ul.ec-user-info > li + li {
      border-top: 1px #999 dotted; }

/*モーダルウインドウ*/
/*住所編集*/
.l-modal {
  height: 78vh !important; }
  .l-modal .wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .l-modal .wrapper .box-address-edit,
    .l-modal .wrapper .box-modal-frame {
      width: calc(100% - 10px);
      max-width: 670px;
      max-height: 70vh !important;
      position: relative;
      padding: 1.5em 0;
      background-color: #fff;
      color: #000;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch; }
      .l-modal .wrapper .box-modal-frame .wrap-header {
        position: fixed !important;
        padding: 0 1.5em !important;
        z-index: 10000 !important;
        top: 98px !important;
        width: 100% !important;
        background: #fff !important;
        height: 35px !important;
        right: 2px !important; }
        .l-modal .wrapper .box-address-edit .wrap-header{
          position: fixed !important;
          padding: 0 1.5em !important;
          z-index: 10000 !important;
          background: #fff !important;
          height: 35px !important;
          width: 50% !important;
          top: 120px !important;
          right: 368px !important;
        }
        @media (max-width: 576px) {
          .l-modal .wrapper .box-address-edit .wrap-header{
            width: 100% !important;
            top: 90px !important;
            right: 2px !important;
          }
        }
        .l-modal .wrapper .box-address-edit .wrap-header .btn-close,
        .l-modal .wrapper .box-modal-frame .wrap-header .btn-close {
          position: absolute;
          right: 1.5em;
          top: 5px;
          line-height: 100%;
          padding: 5px 10px;
          border-radius: 10px;
          background: rgba(255, 255, 255, 0.8); }
        .l-modal .wrapper .box-address-edit .wrap-header .head-main,
        .l-modal .wrapper .box-modal-frame .wrap-header .head-main {
          font-size: 1.5em;
          font-weight: 500;
          margin-bottom: 1.5em; }
      .l-modal .wrapper .box-address-edit .wrap-scroll,
      .l-modal .wrapper .box-modal-frame .wrap-scroll {
        flex: 1;
        overflow-y: auto;
        padding: 0 1.5em;
        margin-top: 60px !important; }
        .l-modal .wrapper .box-address-edit .wrap-scroll .box-button-area,
        .l-modal .wrapper .box-modal-frame .wrap-scroll .box-button-area {
          margin-top: 2em; }
          .l-modal .wrapper .box-address-edit .wrap-scroll .box-button-area .btn-confirm,
          .l-modal .wrapper .box-modal-frame .wrap-scroll .box-button-area .btn-confirm {
            display: flex;
            justify-content: flex-end; }
            .l-modal .wrapper .box-address-edit .wrap-scroll .box-button-area .btn-confirm button,
            .l-modal .wrapper .box-modal-frame .wrap-scroll .box-button-area .btn-confirm button {
              padding-left: 1.5em;
              padding-right: 1.5em; }
            body .l-modal .wrapper .box-modal-frame .wrap-scroll #buyer_address_edit_form {
              margin: 59px 2% 0.5em !important;
            }

.l-modal#modal-address-edit .box-address-edit ul li {
  margin-bottom: 0.8em; }
  .l-modal#modal-address-edit .box-address-edit ul li .head-field {
    font-weight: 500;
    margin-bottom: 0.3em; }
  .l-modal#modal-address-edit .box-address-edit ul li fieldset.zip {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .l-modal#modal-address-edit .box-address-edit ul li fieldset.zip input {
      max-width: 10em; }
      .l-modal#modal-address-edit .box-address-edit ul li fieldset.zip input + input {
        margin-left: 10px; }
    .l-modal#modal-address-edit .box-address-edit ul li fieldset.zip span {
      margin: 0 0.5em; }
  .l-modal#modal-address-edit .box-address-edit ul li .alert-text {
    color: #c00;
    font-weight: 500;
    margin-top: 0.3em;
    display: none; }
  .l-modal#modal-address-edit .box-address-edit ul li .value-field {
    font-size: 1.1em;
    margin-left: 1em; }
.l-modal#modal-address-edit .box-address-edit ul.underline li {
  border-top: 1px dotted #999;
  padding: 0.5em 0;
  margin: 0; }

/*シリーズを編集*/
.l-modal#modal-ec-media-list .wrapper{
  height: calc(78vh - 2em) !important;
}
.l-modal#modal-series-edit .wrapper .box-modal-frame .wrap-header, .l-modal#modal-ec-media-list .wrapper .box-modal-frame .wrap-header {
  padding: 0 !important;
  width: 46% !important;
  margin: 1em auto !important;
  right: auto !important;
}
@media (max-width: 576px) {
  .l-modal#modal-ec-media-list .wrapper .box-modal-frame .wrap-header{
    padding: 0 1.5em !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: 30px !important;
    right: 2px !important
  }
}
.l-modal#modal-series-edit .wrapper .box-modal-frame .wrap-header .head-main{
  text-align: center;
}
.l-modal#modal-series-edit .wrapper .box-modal-frame .wrap-scroll{
  margin-top: 70px !important;
}
.l-modal#modal-ec-media-list .wrapper .box-modal-frame .wrap-scroll{
    margin-top: 0px !important;
}
.l-modal#modal-ec-media-list .wrapper .box-modal-frame .wrap-scroll .slick-list{
  width: 85% !important;
  margin: 0 auto !important;
}
#modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer{
  display: block !important;
}
#modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.prev-arrow{
  left: 0px !important;
}
#modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.next-arrow{
  right: 0px !important;
}
.l-modal#modal-series-edit .wrapper .box-modal-frame .wrap-scroll input[type='text']{
  width: 98% !important;
}
.l-modal#modal-series-edit .input-area {
  text-align: left;
  padding: 30px 0; }
  .l-modal#modal-series-edit .input-area .head {
    font-weight: 500;
    margin: 0 0 5px; }

/*ステータス変更*/
.l-modal#modal-status-edit .check-area {
  display: block;
  text-align: center;
  border: 1px dotted #999;
  padding: 30px 0; }

/* ec_006 / ec_007 */
.box-ec-confirm .head-main, .box-ec-complete .head-main {
  font-size: 1.5em;
  font-weight: 500; }
.box-ec-confirm .box-ec-cart ul.ec-user-info, .box-ec-complete .box-ec-cart ul.ec-user-info {
  margin-bottom: 1em; }
  .box-ec-confirm .box-ec-cart ul.ec-user-info li + li, .box-ec-complete .box-ec-cart ul.ec-user-info li + li {
    border-top: none;
    padding-top: 0; }
.box-ec-confirm .box-ec-cart .price-total, .box-ec-complete .box-ec-cart .price-total {
  margin-bottom: 2em; }
.box-ec-confirm .box-button-area .btn-confirm, .box-ec-complete .box-button-area .btn-confirm {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em; }
  .box-ec-confirm .box-button-area .btn-confirm button, .box-ec-complete .box-button-area .btn-confirm button {
    padding-left: 1.5em;
    padding-right: 1.5em; }

.box-ec-complete .message {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  margin: 1em 0 1.5em; }
  @media screen and (max-width: 768px) {
    .box-ec-complete .message {
      font-size: 1.4em; } }
.box-ec-complete .item-pic.big {
  margin: 0 auto 3em;
  max-width: 400px;
  width: 80%; }
.box-ec-complete .media-pic.big {
  margin: 0 auto 3em;
  max-width: 400px;
  width: 80%; }
.box-ec-complete .media-text {
  margin: 1em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .box-ec-complete .media-text .wrap {
    display: inline-block; }
    .box-ec-complete .media-text .wrap dl {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .box-ec-complete .media-text .wrap dl dt {
        white-space: nowrap;
        margin-right: 0.5em; }
      .box-ec-complete .media-text .wrap dl dd {
        flex: 1; }
      .box-ec-complete .media-text .wrap dl.number {
        font-size: 0.9em;
        margin-bottom: 1em; }
        .box-ec-complete .media-text .wrap dl.number dt {
          margin-right: 1em; }
      .box-ec-complete .media-text .wrap dl.price dd {
        font-size: 1.5em;
        font-weight: 500; }
.box-ec-complete .box-ec-cart {
  margin-bottom: 1em; }
  .box-ec-complete .box-ec-cart ul.ec-cart-list.small {
    border: 1px #ccc solid;
    padding: 1.5em; }
    @media screen and (max-width: 768px) {
      .box-ec-complete .box-ec-cart ul.ec-cart-list.small {
        padding: 1em; } }
    .box-ec-complete .box-ec-cart ul.ec-cart-list.small li:first-child {
      padding-top: 0; }
    .box-ec-complete .box-ec-cart ul.ec-cart-list.small li:last-child {
      border-bottom: none;
      padding-bottom: 0; }

/*--------------------------------*/
/* ec_admin_007 */
.ec-admin-search-area {
  margin: 15px 1% 0 !important; }
  .ec-admin-search-area .box-flex {
    max-width: none; }
  .ec-admin-search-area button#movielist_grid_choice {
    width: 100px;
    padding: 5px 14px!important;
    margin: 5px !important;
    min-width: 0; }
    @media (max-width: 576px) {
      .ec-admin-search-area button#movielist_grid_choice {
        padding: 3px 14px!important;
      }
    }
    .ec-admin-search-area button#movielist_grid_choice.grid img{
      content: url("../images/icon/for_album1.png") !important;
      height: 30px !important;
    }
    .ec-admin-search-area button#movielist_grid_choice.list img{
      content: url("../images/icon/for_album2.png") !important;
      height: 30px !important;
    }
    .ec-admin-search-area button#movielist_grid_choice.grid img.list {
      display: none; }
    .ec-admin-search-area button#movielist_grid_choice.list img.grid {
      display: none; }

.box-ec-admin-breadcrumb {
  margin: 0 1em !important; }

#ec-admin-item-list.grid .list-head {
  display: none; }
#ec-admin-item-list.grid ul.box-item-list-ec-admin {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  #ec-admin-item-list.grid ul.box-item-list-ec-admin li {
    width: calc(100% / 3);
    padding: 0 2px;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      #ec-admin-item-list.grid ul.box-item-list-ec-admin li {
        width: calc(100% / 2); } }
    #ec-admin-item-list.grid ul.box-item-list-ec-admin li a {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: column;
      border: none !important;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
      border-radius: 16px !important; }
      #ec-admin-item-list.grid ul.box-item-list-ec-admin li a .wrap {
        display: flex;
        flex-direction: column; }
    #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-number {
      display: none; }
      @media screen and (max-width: 768px) {
        #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-number {
          display: block;
          margin: 10px 0 0;
          order: 2;
          pointer-events: none; }
          #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-number span {
            background: #F45100;
            color: #fff;
            padding: 3px 15px;
            position: relative;
            display: inline-block; }
          #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-number span b {
            display: inline;
            font-weight: inherit; } }
    #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-pic {
      background: #f7f7f7;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      #ec-admin-item-list.grid ul.box-item-list-ec-admin li .item-pic img {
        transition: transform 0.2s;
        will-change: transform; }
    #ec-admin-item-list.grid ul.box-item-list-ec-admin li a:hover .item-pic img {
      transform: scale(1.08); }
    #ec-admin-item-list.grid ul.box-item-list-ec-admin li .ec-admin-item-info-area {
      flex: 1;
      padding: 1.5em 15px 2em;
      font-size: 1em;
      line-height: 150%; }
      @media screen and (max-width: 768px) {
        #ec-admin-item-list.grid ul.box-item-list-ec-admin li .ec-admin-item-info-area {
          padding: 1em 10px 2em; } }
      #ec-admin-item-list.grid ul.box-item-list-ec-admin li .ec-admin-item-info-area .price {
        font-size: 1.3em;
        line-height: 150%;
        font-weight: 500;
        padding: 0.5em 0;
        text-align: right; }
      #ec-admin-item-list.grid ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail {
        margin: 0.2em 0 0;
        padding: 1em 0 0;
        font-size: 0.9em;
        letter-spacing: -0.5px;
        line-height: 150%;
        border-top: 1px #999 dotted; }
        #ec-admin-item-list.grid ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail b {
          font-weight: 500; }
@media screen and (min-width: 769px) {
  #ec-admin-item-list.list {
    font-size: 0.8em;
    line-height: 150%; }
    #ec-admin-item-list.list .list-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      white-space: nowrap;
      background: #eee;
      padding: 10px 0; }
      #ec-admin-item-list.list .list-head .wrap {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
    #ec-admin-item-list.list ul.box-item-list-ec-admin {
      display: block; }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li {
        border-bottom: 1px #999 dotted;
        padding: 10px 0; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li a {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li a .wrap {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-number {
          text-align: center; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-number span b {
            display: none; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-pic {
          background: #f7f7f7;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-pic img {
            transition: transform 0.2s;
            will-change: transform; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area {
          flex: 1;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          text-align: left; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .price {
            white-space: nowrap;
            text-align: right; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail b {
            font-weight: 500; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail .head {
            display: none; }
    #ec-admin-item-list.list .item-number {
      width: 5em;
      padding: 0 0.5em; }
    #ec-admin-item-list.list .item-pic {
      width: 80px;
      aspect-ratio: unset; }
    #ec-admin-item-list.list .name {
      width: calc(50% - 5em);
      padding: 0 1em 0 0.5em; }
    #ec-admin-item-list.list .price {
      width: 5em; }
    #ec-admin-item-list.list .detail {
      width: 50%;
      flex: 1;
      padding: 0 0.5em 0 2em; } }
@media screen and (max-width: 768px) {
  #ec-admin-item-list.list .list-head {
    display: none; }
  #ec-admin-item-list.list ul.box-item-list-ec-admin {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    #ec-admin-item-list.list ul.box-item-list-ec-admin li {
      width: 100%;
      padding: 0 2px;
      margin: 0 0 20px; }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li a {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        border: 1px solid #ccc; }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-number {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 0 15px; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-number span {
          background: #F45100;
          color: #fff;
          padding: 3px 15px;
          position: relative; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-number span b {
          display: inline;
          font-weight: inherit; }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-pic {
        background: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        max-width: 200px;
        margin: 0 auto; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .item-pic img {
          transition: transform 0.2s;
          will-change: transform; }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li a:hover .item-pic img {
        transform: scale(1.08); }
      #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area {
        flex: 1;
        font-size: 1em;
        line-height: 150%;
        padding: 1em 10px 2em; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .price {
          font-size: 1.3em;
          line-height: 150%;
          font-weight: 500;
          padding: 0.5em 0;
          text-align: right; }
        #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail {
          margin: 0.2em 0 0;
          padding: 1em 0 0;
          font-size: 0.9em;
          letter-spacing: -0.5px;
          line-height: 150%;
          border-top: 1px #999 dotted; }
          #ec-admin-item-list.list ul.box-item-list-ec-admin li .ec-admin-item-info-area .detail b {
            font-weight: 500; } }

/* ec_admin_007_02 */
.box-ec-list-unit.box-ec-admin-shop-reg-2 ul li {
  margin: 0 0 30px; }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 ul li .head-field {
    margin: 0 0 5px; }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 ul li fieldset.select-area {
    width: 50%;
    min-width: 18em; }
.box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit {
  position: relative; }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 20px;
    top: 60px;
    z-index: 2; }
    .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo {
      width: 150px;
      height: 150px;
      background-color: #fff;
      border: #ccc 1px solid;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo {
          width: 120px;
          height: 120px;
          left: 0;
          top: -5px; } }
      @media (max-width: 576px) {
        .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo {
          top: -25px; } }
      .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo img {
        width: 100%; }
      .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo a.icon-camera {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 10px;
        z-index: 2;
        width: 48px;
        height: 40px; }
        @media screen and (max-width: 768px) {
          .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-logo .shop-logo a.icon-camera {
            width: 36px;
            height: 30px; } }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1; }
    .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main .main-pic {
      flex: 1;
      border-radius: 12px;
      overflow: hidden;
      height: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ccc center center/cover no-repeat; }
      .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main .main-pic img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main .main-pic {
          height: 140px; } }
      @media (max-width: 576px) {
        .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main .main-pic {
          height: 120px; } }
    .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main a.icon-camera {
      margin-left: 20px;
      margin-bottom: 10px;
      width: 56px;
      height: 48px; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .wrap-main a.icon-camera {
          margin: 0;
          position: absolute;
          right: 10px;
          bottom: 10px;
          z-index: 2; } }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .icon-camera {
    background: #f4f4f4 url("../images/icon/camera.png") center center no-repeat;
    border: 1px solid #ccc;
    border-radius: 10px; }
  .box-ec-list-unit.box-ec-admin-shop-reg-2 .box-image-edit .box-button-area {
    margin: 40px 0 0; }
.box-ec-list-unit.box-ec-admin-shop-reg-2 section.box-button-area {
  margin-top: 50px; }

/* ec_admin_008 */
/* ec_admin_010 */
.box-button-area.ec-admin {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .box-button-area.ec-admin {
      padding-left: 15px;
      padding-right: 15px; }
      .box-button-area.ec-admin .box-flex.gap {
        margin: 1em 0 0 1em;
        padding: 0;
        width: 100%; }
        .box-button-area.ec-admin .box-flex.gap button.btn {
          flex: 1; } }
.box-button-area .breadcrumb {
  font-size: 0.8em; }
.box-button-area.grid-list-select {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap; }
  .box-button-area.grid-list-select .breadcrumb {
    flex: 1; }
  .box-button-area.grid-list-select .choice-btn {
    width: 100px;
    padding: 0;
    margin-left: 1em; }
    button#movielist_grid_choice{
      background: #f5f5f5 !important;
    }
    .box-button-area.grid-list-select .choice-btn button#movielist_grid_choice {
      width: 100px;
      min-width: 0; }
      .box-button-area.grid-list-select .choice-btn button#movielist_grid_choice.grid img.list {
        display: none; }
      .box-button-area.grid-list-select .choice-btn button#movielist_grid_choice.list img.grid {
        display: none; }

.box-ec-list-unit.box-ec-admin-search,
.box-ec-list-unit.box-ec-admin-sales-history {
  margin: 0 1% !important;
  width: 98% !important;
  /* ec_admin_010 */ }
  .box-ec-list-unit.box-ec-admin-search .box-flex,
  .box-ec-list-unit.box-ec-admin-sales-history .box-flex {
    max-width: none; }
    @media screen and (max-width: 768px) {
      .box-ec-list-unit.box-ec-admin-search .box-flex,
      .box-ec-list-unit.box-ec-admin-sales-history .box-flex {
        padding-left: 0;
        padding-right: 0; }
        .box-ec-list-unit.box-ec-admin-search .box-flex .ec-search,
        .box-ec-list-unit.box-ec-admin-sales-history .box-flex .ec-search {
          margin: 0; }
          .box-ec-list-unit.box-ec-admin-search .box-flex .ec-search + .btn,
          .box-ec-list-unit.box-ec-admin-sales-history .box-flex .ec-search + .btn {
            min-width: 60px;
            padding-left: 0;
            padding-right: 0; } }
  .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail,
  .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail {
    margin: 20px 0 0; }
    .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail #ec-admin-search-detail-aco,
    .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail #ec-admin-search-detail-aco {
      padding-top: 15px; }
    .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex,
    .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex {
      font-size: 0.9em; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex > div,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex > div {
        flex: 1; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .head,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .head {
        margin: 0 0 10px; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .date fieldset,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .date fieldset {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .date fieldset input[name='date'],
        .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .date fieldset input[name='date'] {
          width: 8em; }
        .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .date fieldset .f,
        .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .date fieldset .f {
          margin: 0 0.5em; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .status fieldset,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .status fieldset {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex + .box-flex,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex + .box-flex {
        margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex,
        .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex {
          display: block; }
          .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex > div + div,
          .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex > div + div {
            margin: 20px 0 0; }
          .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .box-flex .status fieldset.check-area,
          .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .box-flex .status fieldset.check-area {
            padding-top: 0; } }
    .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail .btn-search,
    .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail .btn-search {
      display: block;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 20px; }
    .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail #ec-admin-search-detail-aco-btn,
    .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail #ec-admin-search-detail-aco-btn {
      height: 40px;
      border-bottom: none !important;
      cursor: pointer;
      margin-top: -32px; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail #ec-admin-search-detail-aco-btn:hover,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail #ec-admin-search-detail-aco-btn:hover {
        background: none !important; }
      .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail #ec-admin-search-detail-aco-btn.open,
      .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail #ec-admin-search-detail-aco-btn.open {
        margin-top: 0; }
        .box-ec-list-unit.box-ec-admin-search .ec-admin-search-detail #ec-admin-search-detail-aco-btn.open::after,
        .box-ec-list-unit.box-ec-admin-sales-history .ec-admin-search-detail #ec-admin-search-detail-aco-btn.open::after {
          transform: rotate(-135deg) translate(-2px, 0); }
  .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-terms,
  .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-terms {
    margin: 25px 15px 30px;
    background: #f4f4f4;
    font-size: 0.9em;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-terms,
      .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-terms {
        margin-left: 0;
        margin-right: 0; } }
    .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-terms ul.list,
    .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-terms ul.list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-terms ul.list li,
      .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-terms ul.list li {
        padding-right: 15px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        margin-right: 15px;
        margin-top: 5px; }
        .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-terms ul.list li:last-child,
        .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-terms ul.list li:last-child {
          border-right: none;
          margin-right: 0;
          padding-right: 0; }
  .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-number,
  .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-number {
    margin: 15px 0 !important;
    font-size: 1.1em; }
    .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-number p,
    .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-number p {
      text-align: center; }
      .box-ec-list-unit.box-ec-admin-search #ec-admin-search-result-number p b,
      .box-ec-list-unit.box-ec-admin-sales-history #ec-admin-search-result-number p b {
        font-weight: bold; }
  .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series,
  .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series {
    margin: 0 1% 10px !important;
    width: 98% !important;
    padding: 1.0em 1.5em 2.0em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px !important;
    position: relative; }
    @media screen and (max-width: 768px) {
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series {
        border: none !important;
        padding: 1px 10px !important;
        margin-bottom: 30px; } }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series + section.ec-admin-search-result-series,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series + section.ec-admin-search-result-series {
      margin-top: 60px; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .head,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .head {
      margin: 0 0 5px;
      font-size: 0.9em; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-series-name,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-series-name {
      margin: 15px 0; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .name,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .name {
        flex: 1;
        font-size: 1.1em;
        font-weight: 500; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        margin-left: 0.5em;
        column-gap: 1em;
        row-gap: 1em;
        position: relative;
        height: 60px;
        padding: 4px 0 0; }
        @media screen and (max-width: 768px) {
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn {
            display: block; }
            .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn .btn,
            .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-series-name .box-flex .box-btn .btn {
              min-width: 60px; } }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list {
      font-size: 0.9em;
      line-height: 130%; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .list-head,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .list-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        background: #eee;
        padding: 10px 0; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .list-head > div,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .list-head > div {
          padding: 0 0.2em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .outer,
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .wrap,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .outer,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .wrap {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .number,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .number {
        width: 80px; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .number img,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .number img {
          display: block;
          width: 60px;
          margin: 0 auto; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .name,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .name {
        width: 5em;
        flex: 1;
        padding-left: 0.5em !important;
        text-align: left; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .category,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .category {
        width: 8em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .price,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .price {
        width: 4em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .stock,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .stock {
        width: 3em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .date,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .date {
        width: 8em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .status,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .status {
        min-width: calc(5em + 85px);
        text-align: left; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list.ec-media .number,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list.ec-media .number {
        width: 100px; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list.ec-media .number img,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list.ec-media .number img {
          width: 80px; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        padding: 10px 0;
        border-bottom: none !important; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li > div,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li > div {
          padding: 0 0.2em; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .number,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .number {
          white-space: nowrap; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .price,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .price {
          white-space: nowrap; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .stock,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .stock {
          white-space: nowrap; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .date,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .date {
          white-space: nowrap; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status span,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status span {
            flex: 1; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status button.btn,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status button.btn {
            min-width: 5em;
            margin-left: 5px; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status .sp-head,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status .sp-head {
            display: none; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list {
          font-size: 0.8em; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .wrap,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .wrap {
            display: block; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .number,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .number {
            width: 50px; }
            .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .number img,
            .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .number img {
              display: block;
              width: 50px;
              margin: 0 auto; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .name,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .name {
            width: auto;
            text-align: center;
            padding-left: 0 !important; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .category,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .category {
            width: auto; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .price,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .price {
            width: 4em; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .stock,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .stock {
            width: 3em; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .date,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .date {
            width: 6em; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list .list-head .status,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list .list-head .status {
            display: none; }
          .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li,
          .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li {
            display: block;
            padding: 0;
            margin: 10px 0 !important; }
            .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li + li,
            .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li + li {
              margin: 10px 0 !important; }
            .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .outer,
            .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .outer {
              padding: 5px 0; }
            .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status,
            .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status {
              width: 100%;
              border-bottom: 1px solid #ddd !important;
              padding: 5px 0; }
              .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status .sp-head,
              .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status .sp-head {
                display: block;
                margin-right: 1.5em; }
              .box-ec-list-unit.box-ec-admin-search section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status button.btn,
              .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-search-result-series .ec-admin-search-result-list ul.list-detail li .status button.btn {
                min-width: 60px;
                padding-top: 0.4em;
                padding-bottom: 0.4em; } }
  .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history,
  .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history {
    font-size: 0.9em;
    line-height: 130%;
    margin: 30px 0 0; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .head-main,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .head-main {
      font-size: 1.3em;
      font-weight: 500;
      text-align: center; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .list-head,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .list-head {
      height: 40px; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .list-head .inner,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .list-head .inner {
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        background: #eee; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .list-head .inner > div,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .list-head .inner > div {
          padding: 0 0.2em;
          white-space: nowrap;
          overflow: hidden; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .number,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .number {
      width: 80px;
      padding: 0 !important; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .number img,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .number img {
        display: block;
        width: 60px;
        margin: 0 auto; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .number.media,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .number.media {
        width: 120px; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .number.media img,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .number.media img {
          width: 100px; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .name,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .name {
      width: 5em;
      flex: 1;
      padding-left: 0.5em !important;
      text-align: left; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .price,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .price {
      width: 5em;
      white-space: nowrap; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .qty,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .qty {
      width: 3em;
      white-space: nowrap; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .customer,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .customer {
      width: 10em;
      text-align: left;
      padding: 0 0.5em 0 0 !important; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .date,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .date {
      width: 8em;
      white-space: nowrap; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .status,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .status {
      width: 7em; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .download,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .download {
      min-width: 150px; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history .download .btn,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history .download .btn {
        min-width: 0;
        width: 130px; }
    .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li,
    .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      padding: 10px 0;
      border-bottom: 1px dotted #999; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li > div,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li > div {
        padding: 0 0.2em; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li .customer span,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li .customer span {
        display: block; }
        .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li .customer span + span,
        .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li .customer span + span {
          margin-top: 3px; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li .customer a,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li .customer a {
        color: #4D73BE; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li .status span,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li .status span {
        display: block; }
      .box-ec-list-unit.box-ec-admin-search section.ec-admin-sales-history ul.list-detail li .status button.btn,
      .box-ec-list-unit.box-ec-admin-sales-history section.ec-admin-sales-history ul.list-detail li .status button.btn {
        width: 100%;
        min-width: 0;
        margin: 3px 0 0;
        padding-top: 0.25em;
        padding-bottom: 0.25em; }

.box-ec-list-unit.box-ec-admin-sales-history.section-1 {
  margin-bottom: 0;
  padding-bottom: 1px; }

.box-ec-list-unit.box-ec-admin-sales-history.section-2 {
  margin-top: 0;
  padding-top: 1px; }
  .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap .media-pic {
    width: 120px; }
  .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li {
    display: block; }
    .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer {
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer:hover {
        text-decoration: underline; }
      .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-1 .media-pic {
        padding: 0 10px; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-1 .media-pic img {
          display: block;
          margin: 0 auto;
          object-fit: contain;
          width: 100%;
          height: 100%;
          max-height: 100px; }
      .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-2 {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-2 dl dt {
          display: none; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-2 dl dd a {
          pointer-events: none;
          text-decoration: none;
          color: #000; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list ul.list-detail li .outer .wrap-2 .download {
          display: none; }
  @media (max-width: 576px) {
    .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid {
      padding: 0 15px;
      margin: 0 7px; } }
  .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid .media-pic {
    width: auto; }
  .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid .list-head {
    display: none; }
  .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li {
      width: calc(100% / 3);
      padding: 0 2px;
      margin: 0 0 20px;
      border: none; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li {
          width: calc(100% / 2); } }
      @media (max-width: 576px) {
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li {
          width: calc(100% / 1); } }
      .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer {
        padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        border: 1px solid #ccc;
        cursor: pointer; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer:hover {
          text-decoration: underline; }
          .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer:hover .media-pic img {
            transform: scale(1.08); }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-1 .media-pic {
          background: #000;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          aspect-ratio: 4/3;
          margin: 0 0 0.4em; }
          @media (max-width: 576px) {
            .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-1 .media-pic {
              background: none;
              aspect-ratio: unset; } }
          .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-1 .media-pic img {
            transition: transform 0.2s;
            will-change: transform;
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-height: calc(100vw - 44px); }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 {
          flex: 1;
          padding: 0 12px 0.4em;
          line-height: 150%; }
          @media screen and (max-width: 768px) {
            .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 {
              padding: 0 6px 0.4em; } }
          @media (max-width: 576px) {
            .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 {
              padding: 0 8px 0.4em; } }
          .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 dl {
            width: auto;
            display: none; }
            .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 dl.name {
              display: block;
              padding: 0 !important; }
              .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 dl.name dt {
                display: none; }
          .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.grid ul.list-detail li .outer .wrap-2 .download {
            display: none; }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit.box-ec-admin-sales-history.section-2 {
      padding-left: 0;
      padding-right: 0; }
      .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list {
        overflow-x: auto; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list .scroll-inner {
          width: 768px; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list .list-head .inner {
          will-change: transform; }
          .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list .list-head .inner.fixed {
            position: fixed;
            left: 0;
            top: 0;
            width: 768px; }
        .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list .status {
          padding-right: 15px; } }
  @media (max-width: 576px) {
    .box-ec-list-unit.box-ec-admin-sales-history.section-2 #ec-admin-sales-history-scrollWrap.list .list-head .inner.fixed {
      top: 74px; } }

/* ec_admin_009 */
.box-ec-list-unit.box-ec-admin-edit .box-flex {
  max-width: none;
  padding: 0; }
@media screen and (max-width: 768px) {
  .box-ec-list-unit.box-ec-admin-edit ul {
    margin-top: 10px !important;
  }
}
.box-ec-list-unit.box-ec-admin-edit ul li {
  margin: 0 0 10px !important; }
  .box-ec-list-unit.box-ec-admin-edit ul li .head-field {
    margin: 0 0 5px; }
  .box-ec-list-unit.box-ec-admin-edit ul li input.number {
    width: 10em; }
  .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.item-image {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 10px); }
    .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.item-image img {
      width: calc((100% - 30px) / 3);
      margin: 0 10px 10px 0; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.item-image img {
          width: calc((100% - 20px) / 2); } }
    .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.item-image.ec-media img {
      width: 75%;
      max-width: 390px; }
  .box-ec-list-unit.box-ec-admin-edit ul li button.btn-image-add {
    margin: 10px 0 0; }
  .box-ec-list-unit.box-ec-admin-edit ul li fieldset.category {
    width: 50%;
    min-width: 18em; }
  .box-ec-list-unit.box-ec-admin-edit ul li textarea {
    resize: vertical;
    border-radius: 8px;
    min-height: 8em; }
  .box-ec-list-unit.box-ec-admin-edit ul li fieldset.price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    white-space: nowrap; }
    .box-ec-list-unit.box-ec-admin-edit ul li fieldset.price input {
      width: 50%;
      min-width: 18em; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-admin-edit ul li fieldset.price input {
          min-width: 12em; } }
  .box-ec-list-unit.box-ec-admin-edit ul li fieldset.stock {
    width: 12em; }
  .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.date > div {
    width: 12em; }
    .box-ec-list-unit.box-ec-admin-edit ul li .box-flex.date > div + div {
      margin-left: 1em; }
  .box-ec-list-unit.box-ec-admin-edit ul li fieldset.status {
    width: 12em; }
.box-ec-list-unit.box-ec-admin-edit section.box-button-area {
  margin-top: 50px; }

.box-ec-list-unit .box-button-area button.btn.margin {
  margin: 0 0 0 1.5em; }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit .box-button-area button.btn.margin {
      margin: 1.5em 0 0; } }

/* ec_media_013 */
#ec-media-item-list.grid .list-head {
  display: none; }
#ec-media-item-list.grid ul.box-list-ec-media {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  #ec-media-item-list.grid ul.box-list-ec-media li {
    width: calc(100% / 3);
    padding: 0 2px;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      #ec-media-item-list.grid ul.box-list-ec-media li {
        width: calc(100% / 2); } }
    @media (max-width: 576px) {
      #ec-media-item-list.grid ul.box-list-ec-media li {
        width: calc(100% / 1); } }
    #ec-media-item-list.grid ul.box-list-ec-media li .outer {
      padding: 0;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: column;
      border: none;
      border-radius: 16px;
      cursor: pointer;
      margin: 5px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      #ec-media-item-list.grid ul.box-list-ec-media li .outer:hover {
        text-decoration: underline; }
        #ec-media-item-list.grid ul.box-list-ec-media li .outer:hover .media-pic img {
          transform: scale(1.08); }
      #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-1 .media-pic {
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        aspect-ratio: 4/3;
        margin: 0 0 0.4em;
        border-radius: 16px 16px 0px 0px; }
        @media (max-width: 576px) {
          #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-1 .media-pic {
            background: none;
            aspect-ratio: unset; } }
        #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-1 .media-pic img {
          transition: transform 0.2s;
          will-change: transform;
          width: 100%;
          height: 100%;
          object-fit: contain;
          max-height: calc(100vw - 44px); }
      #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-1 dl {
        display: none; }
      #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 {
        flex: 1;
        padding: 0 12px 0.4em;
        line-height: 150%;
        font-size: 0.9em; }
        @media screen and (max-width: 768px) {
          #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 {
            padding: 0 6px 0.4em;
            font-size: 0.9em; } }
        @media (max-width: 576px) {
          #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 {
            padding: 0 8px 0.4em;
            font-size: 0.8em; } }
        #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 dl {
          display: none; }
          #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 dl.detail {
            display: block; }
            #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 dl.detail dd {
              letter-spacing: -0.5px;
              line-height: 150%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
        #ec-media-item-list.grid ul.box-list-ec-media li .outer .wrap-2 .box-btn {
          display: none; }
@media screen and (min-width: 769px) {
  #ec-media-item-list.list {
    font-size: 0.8em;
    line-height: 150%; }
    #ec-media-item-list.list .list-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      white-space: nowrap;
      background: #eee;
      padding: 10px 0; }
      #ec-media-item-list.list .list-head .wrap {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
    #ec-media-item-list.list ul.box-list-ec-media {
      display: block; }
      #ec-media-item-list.list ul.box-list-ec-media li {
        border-bottom: none;
        padding: 10px 0; }
        #ec-media-item-list.list ul.box-list-ec-media li .outer {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer:hover {
            text-decoration: underline; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 {
            display: flex;
            align-items: flex-start;
            align-items: center; }
            #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 .media-pic {
              order: 2;
              display: flex;
              justify-content: center;
              align-items: center;
              overflow: hidden; }
              #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 .media-pic img {
                transition: transform 0.2s;
                will-change: transform;
                object-fit: contain;
                width: 100%;
                height: 100%;
                max-height: 100px; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 {
            flex: 1;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            text-align: left; }
            #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 dl dt {
              display: none; }
            #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 .box-btn {
              display: none; }
    #ec-media-item-list.list .number {
      width: 6em;
      text-align: center; }
    #ec-media-item-list.list .media-pic {
      width: 80px; }
    #ec-media-item-list.list .date {
      width: 11em;
      text-align: center; }
    #ec-media-item-list.list .price {
      width: 8em;
      text-align: center; }
    #ec-media-item-list.list .detail {
      flex: 1;
      text-align: left;
      padding-left: 1em; }
      #ec-media-item-list.list .detail dt {
        display: none; } }
@media screen and (max-width: 768px) {
  #ec-media-item-list.list .list-head {
    display: none; }
  #ec-media-item-list.list ul.box-list-ec-media li {
    border-top: 1px solid #ccc;
    padding: 1em 0; }
    #ec-media-item-list.list ul.box-list-ec-media li:last-child {
      border-bottom: 1px solid #ccc; }
    #ec-media-item-list.list ul.box-list-ec-media li .outer {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      cursor: pointer; }
      #ec-media-item-list.list ul.box-list-ec-media li .outer:hover .media-pic img {
        transform: scale(1.08); }
      #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 {
        display: flex;
        flex-direction: column;
        padding: 0 1em 0 0;
        width: 40%;
        max-width: 240px; }
        #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 .media-pic {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          margin: 0 0 0.1em; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-1 .media-pic img {
            transition: transform 0.2s;
            will-change: transform;
            object-fit: contain;
            width: 100%;
            height: 100%;
            max-height: 100px; }
      #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 {
        flex: 1;
        font-size: 0.9em;
        line-height: 150%;
        padding: 0; }
        #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 dl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 dl dt {
            margin-right: 0.5em; }
          #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 dl.detail {
            width: 100%;
            margin: 1em 0 0;
            letter-spacing: -0.5px;
            line-height: 150%;
            display: block; }
            #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 dl.detail dt {
              margin: 0; }
        #ec-media-item-list.list ul.box-list-ec-media li .outer .wrap-2 .box-btn {
          display: none; } }

#modal-ec-media-list .box-modal-frame {
  width: calc(100% - 50px);
  max-width: 1300px !important; }
  #modal-ec-media-list .box-modal-frame .wrap-scroll {
    padding: 0 60px; }
  @media screen and (max-width: 768px) {
    #modal-ec-media-list .box-modal-frame {
      width: calc(100% - 10px); }
      #modal-ec-media-list .box-modal-frame .wrap-scroll {
        padding: 0 30px; } }
#modal-ec-media-list #modal-ec-media-list-wrapper > ul {
  margin-top: 30px !important;
  position: static; }
  #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 1000px) {
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer {
        display: block; } }
    #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-1 {
      flex: 1; }
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-1 .media-pic {
        aspect-ratio: 4/3; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-1 .media-pic img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 {
      /* width: 300px; */
      margin: 0 0 0 25px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 {
          width: auto;
          margin: 1em 0 0 0; } }
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 a {
        color: #4D73BE; }
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl + dl {
          margin-top: 0.2em; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl dt {
          margin-right: 0.5em; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.number {
          font-size: 0.9em;
          margin-bottom: 1em; }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.number dt {
            margin-right: 1em; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.price dd {
          font-size: 1.5em;
          font-weight: 500; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.detail {
          display: block;
          margin: 1em 0 0;
          padding: 1em 0 0;
          letter-spacing: -0.5px;
          line-height: 150%;
          border-top: none !important; }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.detail dt {
            margin: 0 0 0.5em; }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.detail a:link {
            color: #0000EE;
            /* text-decoration: underline; */
          }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.detail a:visited {
            color: #0000EE;
            /* text-decoration: underline; */
          }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 dl.detail a:active {
            color: #FF0000;
            /* text-decoration: underline; */
          }
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 .box-btn {
        margin: 3em 0 0; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 .box-btn .btn {
          display: block;
          width: 100%;
          max-width: 240px;
          margin: 0 auto; }
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 .box-btn .btn + .btn {
            margin-top: 0.75em; }
        @media screen and (max-width: 1000px) {
          #modal-ec-media-list #modal-ec-media-list-wrapper > ul li .outer .wrap-2 .box-btn {
            margin: 2em 0 0; } }
  #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    transition: 0.2s transform;
    will-change: transform;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow:hover {
      transform: scale(1);
      background: none; }
    #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.prev-arrow {
      left: 15px; }
    #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.next-arrow {
      right: 15px; }
    @media screen and (max-width: 768px) {
      #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow {
        width: 30px;
        height: 30px;
        padding: 5px; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.prev-arrow {
          left: 0; }
        #modal-ec-media-list #modal-ec-media-list-wrapper > ul .slick-arrow.next-arrow {
          right: 0; } }

/* ec_media_018 */
.box-ec-media-header-flow ul {
  display: flex;
  justify-content: space-between;
  background: #D9D9D9;
  border-radius: 5px;
  margin: 0 7px;
  overflow: hidden; }
  .box-ec-media-header-flow ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    font-size: 0.9em;
    line-height: 120%;
    padding: 0 5px;
    position: relative; }
    .box-ec-media-header-flow ul li .spv {
      display: none; }
    .box-ec-media-header-flow ul li.current {
      background: #4D73BE;
      color: #fff; }
      .box-ec-media-header-flow ul li.current::after {
        content: '';
        position: absolute;
        right: -24px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background: #4D73BE;
        height: 50px;
        width: 25px;
        clip-path: polygon(0 0, 100% 50%, 0 100%); }
      .box-ec-media-header-flow ul li.current:last-child::after {
        display: none; }
@media screen and (max-width: 768px) {
  .box-ec-media-header-flow ul li {
    font-size: 0.7em; }
    .box-ec-media-header-flow ul li .spv {
      display: block; }
    .box-ec-media-header-flow ul li.current::after {
      right: -10px;
      width: 10px; } }

.box-ec-list-unit.box-ec-media-detail .breadcrumb {
  margin: 1em 0 2.5em; }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit.box-ec-media-detail .breadcrumb {
      margin: 0 0 1.5em; } }
.box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview {
      display: block;
      margin-bottom: 1.5em; } }
  .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .media-pic {
    width: 65%;
    max-width: 440px;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .media-pic {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 1em; } }
  .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text {
    flex: 1; }
    .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl dt {
        margin-right: 0.5em; }
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl.number {
        font-size: 0.9em;
        margin-bottom: 1em; }
        .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl.number dt {
          margin-right: 1em; }
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl.price dd {
        font-size: 1.5em;
        font-weight: 500; }
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl.detail {
        display: block;
        margin: 1em 0 0;
        padding: 1em 0 0;
        letter-spacing: -0.5px;
        line-height: 150%;
        border-top: 1px #999 dotted; }
        .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text dl.detail dt {
          margin: 0 0 0.5em; }
    .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text .box-btn {
      margin: 3em 0 0; }
      .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text .box-btn .btn {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: 0 auto; }
        .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text .box-btn .btn + .btn {
          margin-top: 0.75em; }
      @media screen and (max-width: 768px) {
        .box-ec-list-unit.box-ec-media-detail .box-ec-media-detail-preview .wrap-text .box-btn {
          margin: 2em 0 0; } }

/* ec_media_019 */
.box-ec-list-unit.box-ec-cart.ec-media.box-ec-confirm ul.ec-media-list, .box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list {
  border-top: 1px dotted #999; }
.box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px dotted #999; }
  .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li fieldset.check-area {
    margin: 0 2em 0 1em; }
  .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .media-pic {
    width: 200px; }
  .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text {
    flex: 1;
    margin-left: 3em; }
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl dt {
        white-space: nowrap;
        margin-right: 0.5em; }
      .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl dd {
        flex: 1; }
      .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl.number {
        font-size: 0.9em;
        margin-bottom: 1em; }
        .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl.number dt {
          margin-right: 1em; }
      .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl.price dd {
        font-size: 1.5em;
        font-weight: 500; }
@media screen and (max-width: 768px) {
  .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li {
    justify-content: flex-start;
    padding: 1em 0; }
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li fieldset.check-area {
      margin: 0;
      text-align: left;
      width: 40px; }
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .media-pic {
      max-width: 120px;
      width: 30%; }
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text {
      font-size: 0.9em;
      margin-left: 1em; }
      .box-ec-list-unit.box-ec-cart.ec-media ul.ec-media-list li .wrap-text dl {
        white-space: nowrap; } }
.box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list.small {
  border: 1px #ccc solid;
  padding: 1.5em;
  margin-bottom: 2em; }
  .box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list.small li {
    border-bottom: none;
    padding: 0; }
    .box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list.small li .btn-download .btn {
      padding-left: 1em;
      padding-right: 1em; }
    @media screen and (max-width: 1300px) {
      .box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list.small li {
        flex-wrap: wrap; }
        .box-ec-list-unit.box-ec-cart.ec-media.box-ec-complete ul.ec-media-list.small li .btn-download {
          margin: 1em 0 0;
          width: 100%;
          text-align: center; } }
.box-ec-list-unit.box-ec-cart.ec-media ul.ec-user-info li .wrap-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0.5em;
  margin: 0 1em; }
  @media screen and (max-width: 768px) {
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-user-info li .wrap-card {
      display: block;
      margin: 0; } }
  .box-ec-list-unit.box-ec-cart.ec-media ul.ec-user-info li .wrap-card dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    margin: 0 1em; }
    .box-ec-list-unit.box-ec-cart.ec-media ul.ec-user-info li .wrap-card dl dt + dd {
      margin-left: 0.5em; }

/* ec */
/*クラウドファンディング------------*/
/*クラウドファンディング トップ スライダー*/
@media screen and (max-width: 1300px) {
  .top_cfund.container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1070px; } }

ul.top_cfund_slider li.slick-slide {
  width: 300px;
  padding: 0 18px 5px; }
  ul.top_cfund_slider li.slick-slide a {
    transition: opacity 0.15s; }
    ul.top_cfund_slider li.slick-slide a:hover {
      text-decoration: none !important;
      opacity: 0.7; }
      ul.top_cfund_slider li.slick-slide a:hover .wrap-image img {
        transform: scale(1.08); }
  @media screen and (max-width: 768px) {
    ul.top_cfund_slider li.slick-slide {
      width: 290px;
      padding: 0 13px 5px; } }

.box-cfund {
  position: relative;
  border: 1px solid #E4E4E4;
  border-radius: 10px; }
  .box-cfund::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #E4E4E4;
    border-radius: 10px; }
  .box-cfund .wrap-image {
    aspect-ratio: 1000/675;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .box-cfund .wrap-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: 0.3s transform;
      will-change: transform; }
  .box-cfund .wrap-text {
    background: #FFF;
    padding: 1em 0.8em 0.8em; }
    .box-cfund .wrap-text p.text {
      font-size: 0.8em;
      line-height: 140%;
      font-weight: 500;
      height: 2.6em;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .box-cfund .wrap-text dl.goal {
      margin: 1em 0;
      display: flex;
      justify-content: center;
      font-size: 1.1em;
      line-height: 100%;
      font-weight: 500;
      color: #5F6368;
      white-space: nowrap; }
      .box-cfund .wrap-text dl.goal dt {
        margin-right: 1em; }
    .box-cfund .wrap-text .profile {
      display: flex;
      justify-content: space-between;
      font-size: 0.7em;
      line-height: 1;
      font-weight: 500;
      color: #999;
      margin: 1em 0; }
      .box-cfund .wrap-text .profile .t {
        background: url("../images/icon/cf_tag.svg") left center/auto 1em no-repeat;
        padding-left: 1.5em; }
      .box-cfund .wrap-text .profile .p {
        background: url("../images/icon/cf_person.svg") left center/auto 1em no-repeat;
        padding-left: 1.5em; }
    .box-cfund .wrap-text .meter {
      border-radius: 12px;
      background: #E4E4E4;
      overflow: hidden; }
      .box-cfund .wrap-text .meter .bar {
        border-radius: 12px;
        background: linear-gradient(45deg, #F5C058, #EB604E);
        height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 0 10px; }
        .box-cfund .wrap-text .meter .bar span {
          color: #fff;
          font-size: 0.8em;
          line-height: 120%;
          font-weight: 500; }
  .box-cfund .wrap-data {
    background: #F6F8FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7em 15px;
    border-radius: 0 0 10px 10px; }
    @media screen and (max-width: 768px) {
      .box-cfund .wrap-data {
        justify-content: space-around; } }
    .box-cfund .wrap-data dl {
      text-align: center;
      font-size: 0.8em;
      line-height: 150%;
      font-weight: 500;
      padding: 0 0.8em;
      white-space: nowrap; }
      .box-cfund .wrap-data dl dt {
        color: #696768; }

.top_cfund_slider .slick-arrow {
  width: 40px;
  height: 40px;
  transform: none;
  z-index: 10; }
  .top_cfund_slider .slick-arrow.slick-prev {
    left: -10px; }
    @media screen and (max-width: 1300px) {
      .top_cfund_slider .slick-arrow.slick-prev {
        left: 10px; } }
    .top_cfund_slider .slick-arrow.slick-prev::before {
      content: "\f053";
      padding-right: 4px; }
  .top_cfund_slider .slick-arrow.slick-next {
    right: -10px; }
    @media screen and (max-width: 1300px) {
      .top_cfund_slider .slick-arrow.slick-next {
        right: 10px; } }
    .top_cfund_slider .slick-arrow.slick-next::before {
      content: "\f054";
      padding-left: 4px; }
  .top_cfund_slider .slick-arrow::before {
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    color: #888888;
    display: block;
    padding-top: 8px;
    text-align: center;
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  .top_cfund_slider .slick-arrow:hover {
    transform: none;
    border-radius: 0px;
    padding: 0px;
    background-color: transparent; }

/*クラウドファンディング 詳細ページ*/
.cfund_page {
  position: relative;
  z-index: 1; }
  .cfund_page section.cfund_mv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3em; }
    .cfund_page section.cfund_mv .main-image {
      flex: 1;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 2px;
      aspect-ratio: 1000/675; }
      .cfund_page section.cfund_mv .main-image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .cfund_page section.cfund_mv .box-cfund-wrap {
      padding-bottom: 3px; }
      .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund {
        width: 348px;
        margin-left: 25px; }
        .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-image {
          height: 233px; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-image img {
            width: 100%;
            height: 100%; }
        .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-text {
          min-height: 225px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 1.5em 1em; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-text p.text {
            font-size: 1.1em;
            line-height: 140%;
            font-weight: 500;
            height: auto;
            min-height: 3em;
            overflow: auto;
            display: block; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-text dl.goal {
            margin: 0em 0 0.5em;
            font-size: 1.3em; }
        .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-data {
          height: 70px;
          justify-content: space-around; }
    @media screen and (max-width: 1000px) {
      .cfund_page section.cfund_mv {
        display: block;
        margin-top: 2em; }
        .cfund_page section.cfund_mv .main-image {
          display: none; }
        .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund {
          width: auto;
          margin: 0; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-image {
            height: auto; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-text {
            min-height: 0;
            padding: 1em 0.8em; }
            .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-text dl.goal {
              margin: 1em 0 1.5em; }
          .cfund_page section.cfund_mv .box-cfund-wrap .box-cfund .wrap-data {
            height: auto; } }
  .cfund_page .l-main-right,
  .cfund_page .l-main-left {
    padding-bottom: 2em; }
  .cfund_page .l-main-right {
    border-right: none !important; }
  .cfund_page section.cfund_sec_main .head {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .cfund_page section.cfund_sec_main .head {
        font-size: 1.4em; } }
  .cfund_page section.cfund_sec_main .text {
    padding: 0 1em; }
    .cfund_page section.cfund_sec_main .text p {
      font-size: 1.2em;
      line-height: 180%;
      font-weight: 500;
      color: #9C9696; }
      .cfund_page section.cfund_sec_main .text p + p {
        margin-top: 1.5em; }
    @media screen and (max-width: 768px) {
      .cfund_page section.cfund_sec_main .text {
        padding: 0; }
        .cfund_page section.cfund_sec_main .text p {
          font-size: 1em;
          line-height: 200%; } }
  .cfund_page section.cfund_sec_message {
    margin-top: 3em;
    padding-top: 120px;
    position: relative; }
    .cfund_page section.cfund_sec_message .image {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; }
      .cfund_page section.cfund_sec_message .image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .cfund_page section.cfund_sec_message .frame {
      background: #ECF2FF;
      border-radius: 10px;
      padding: 30px 3em 2em; }
      .cfund_page section.cfund_sec_message .frame .head {
        text-align: center;
        font-size: 1.5em;
        font-weight: 500;
        min-height: 70px; }
        @media screen and (max-width: 1000px) {
          .cfund_page section.cfund_sec_message .frame .head {
            padding-left: 80px; } }
      .cfund_page section.cfund_sec_message .frame .text p {
        font-size: 1em;
        font-weight: 500;
        line-height: 220%;
        color: #9C9696; }
        .cfund_page section.cfund_sec_message .frame .text p + p {
          margin-top: 1.5em; }
    @media screen and (max-width: 768px) {
      .cfund_page section.cfund_sec_message {
        padding-top: 40px; }
        .cfund_page section.cfund_sec_message .image {
          width: 120px;
          height: 120px; }
        .cfund_page section.cfund_sec_message .frame {
          padding: 30px 1.5em 2em; }
          .cfund_page section.cfund_sec_message .frame .head {
            font-size: 1.2em;
            padding-left: 80px; }
          .cfund_page section.cfund_sec_message .frame .text p {
            font-size: 1em;
            line-height: 200%; } }
  .cfund_page section.cfund_sec_menu .head {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0.8em 0.5em; }
  .cfund_page section.cfund_sec_menu .wrap {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1.2em;
    margin: 1.5em 0 2em; }
    .cfund_page section.cfund_sec_menu .wrap .t1 {
      font-size: 1.4em;
      font-weight: 500;
      line-height: 120%;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 0.8em;
      margin-bottom: 0.8em; }
    .cfund_page section.cfund_sec_menu .wrap .t2 {
      font-size: 1.1em;
      font-weight: 500; }
    .cfund_page section.cfund_sec_menu .wrap ul.list {
      margin: 1em 0;
      font-size: 0.9em; }
    .cfund_page section.cfund_sec_menu .wrap .data {
      display: flex;
      justify-content: flex-start; }
      .cfund_page section.cfund_sec_menu .wrap .data dl dt {
        font-size: 0.8em;
        line-height: 120%;
        color: #9C9696; }
      .cfund_page section.cfund_sec_menu .wrap .data dl dd {
        font-weight: 500; }
      .cfund_page section.cfund_sec_menu .wrap .data dl + dl {
        margin-left: 1.4em; }
  .cfund_page section.cfund_sec_profile {
    margin-top: 1em; }
    .cfund_page section.cfund_sec_profile ul.picList-2col li {
      font-weight: 500; }
      .cfund_page section.cfund_sec_profile ul.picList-2col li .pic {
        overflow: hidden;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        margin-right: 1em; }

  /*テーブル表示*/
  .for-admin{
    min-width: 100% !important;
    padding: 10px !important; }
  
  body .memo .for-admin{
    border-top: 1px solid #d5d5d5 !important;
    padding: 0 0 20px !important;
  }

  body .memo .for-admin tr{
    line-height: 3.0 !important;
    background: #f5f5f5 !important;
  }

  /*カレンダー*/
    .fc{
      background: #fff !important;
      border-radius: 16px !important;
      margin-top: 10px !important;
    }

    body .narrow_width h2.fc-toolbar-title, .fc-toolbar-title {
      width: 100% !important;
    }

    .fc .fc-view-harness{
      margin-bottom: 20px !important;
    }

    .fc .fc-button{
      line-height: 0.5 !important;
    }

    .fc .fc-button-primary{
      background-color: var(--fc-button-bg-color, #999) !important;
      border-color: var(--fc-button-border-color, #fff) !important;
      border-radius: 0.5em !important;
      padding: 0.4em 1.0em !important;
      height: 34px !important;
      width: auto !important;
    }

    .fc .fc-button-primary:not(:disabled).fc-button-active{
      background-color: var(--fc-button-bg-color, #0098e9) !important;
      border-color: var(--fc-button-border-color, #fff) !important;
      border-radius: 0.5em !important;
    }

    .fc-toolbar-chunk .fc-prev-button, .fc-toolbar-chunk .fc-next-button,.fc-toolbar-chunk .fc-today-button{
      background-color: var(--fc-button-bg-color, #fff) !important;
      border-color: var(--fc-button-border-color, #0098e9) !important;
      border-radius: 50px !important;
      color: #0098e9 !important;
      font-weight: bold !important;
      padding: 0.4em 0.4em !important;
      height: 34px !important;
      line-height: 1.3 !important;
    }

    .fc-media-screen{
      margin-bottom: 0px !important;
    }

    .fc .fc-toolbar.fc-header-toolbar{
      margin: 0 0.5em 0.5em !important;
    }

    .fc-day{
      padding: 0 !important;
    }

    .fc-scroller table, .fc-daygrid-body table, .fc-timegrid-cols table{
      width:100% !important;
    }

    .fc .fc-col-header-cell{
      background-color: #fff !important;
    }

    .fc .fc-non-business{
      background: var(--fc-non-business-color, rgba(217, 244, 255, 0.2)) !important;
    }

    .fc .fc-col-header-cell-cushion{
      width:100% !important;
      overflow: hidden !important;
    }

    .fc-dayGridMonth-view{
      margin-left: 0.5em !important;
      margin-right: 0.5em !important;   
    }

    .fc-dayGridMonth-view table td{
      padding: 0 !important;
    }

    .fc .fc-daygrid-body{
      width: 100% !important;
    }

    .fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table{
      width: 100% !important;
    }

    body .fc table.fc-list-table th{
      background-color: #f5f5f5 !important;
    }

    body .fc table.fc-list-table th DIV a{
      color: #333 !important;
    }

    .fc-direction-ltr{
      padding: 10px !important;
    }

    @media (max-width: 576px) {
      .fc-direction-ltr{
        padding: 0px !important;
      }  
    }

    /*カレンダーボタン*/
    .fc-icon{
      line-height: 0.8 !important;
    }

    /*利用履歴*/
  .drp_facility{
    width: 100% !important; }

    /*メンバー属性の追加*/
  .pb-3{
    margin-left: 20px !important;
    margin-right: 20px !important;  
    }

    /*フォームリッチテキスト*/
    .tox-tinymce{
      border: 1px solid #ddd !important;
    }

    /*イベントフォーム*/
    /*オンライン選択*/
    #fac_status_1{
      margin-left: -13px !important;
    }

    /*動画リスト*/
    #movie-list{
      margin-top: 20px !important;
      margin-bottom: 30px !important;
    }

    /*パスワード変更*/
    #password_change{
        width: 50% !important;
        margin: 0 auto !important;
    }

    @media (max-width: 576px) {
      #password_change{
        width: 100% !important;
    }
    }

    /*プロフィール専門・興味選択*/
    #select-interest > div{
      height: 70vh !important;
      max-height: 70vh !important;
      border-radius: 10px !important;
      width: auto !important;
    }

    #select-interest > div h3{
      padding-left: 0.5em !important;
    }

     /*添付ファイルモーダル*/
    .l-modal div.droparea{
      width: 80% !important;
    }

    /*掲示板コメント追加*/
    .tox:not([dir=rtl]){
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }

    /*ブリッジコミュニティ検索*/
    .for-admin .btn_interest:hover{
      background-color: #fff !important;
    }

    /*外国語対応*/
    #select-language > div{
      height: 70vh !important;
      max-height: 70vh !important;
      width: 100% !important;
    }

    @media (max-width: 576px) {
      #select-language > div{
        width: 400px !important;
      }
    }

    #select-language > div h3{
      margin: 0 !important;
      padding: 1em !important;
      text-align: center !important;
    }

    #select-language > div ul{
      box-shadow: none !important;
      margin: 0 40px !important;
    }

    #select-language > div ul li{
      border-bottom: none !important;
    }

    #select-language > div ul li div:nth-child(2){
      flex-basis: 50% !important;
    }

    #select-language > div ul li div{
      padding: 1em 0 !important;
    }

    body .l-modal div btn{
      margin: 0 25% 20px !important;
      width: 50% !important;
    }

    /*画像アップロードモーダル*/
    /*body .l-modal div div.droparea {
      margin: auto !important;
      min-height: inherit !important;
    }
    @media (max-width: 576px) {
      body .l-modal div div.droparea {
        margin: 50px auto 0px !important;
        max-height: 80px !important;
      }
    }

    body .l-modal div.droparea #uploadmsg {
      padding-top: 5% !important;
      text-align: center;
      font-size: 80%;
    }

    @media (max-width: 576px) {
      body .l-modal div.droparea #uploadmsg {
        padding-top: 10% !important;
      }
    }

    body .l-modal .box-pic{
      height: 280px !important;
      margin: 5% !important;
      width: 90% !important;
    }
    @media (max-width: 576px) {
      body .l-modal .box-pic{
        height: 350px !important;
        margin: 20px 10% 0px !important;
        width: 80% !important;
      }
    }
    
    body .l-modal .box-pic > div{
      display: flex !important;
      height: 250px !important;
    }
    @media (max-width: 576px) {
      body .l-modal .box-pic > div{
        display: block !important;
        height: 150px !important;
      }
    }

    body .l-modal .box-pic .info_head{
      background-color: #fff !important;
      width: 100% !important;
      max-width: 100% !important;
      min-height: 250px !important;
    }
    @media (max-width: 576px) {
      body .l-modal .box-pic .info_head{
        max-width: 100% !important;
        min-height: 150px !important;
      }
    }

    body .l-modal .box-pic .info_head #imgDiv img{
      left: 0px !important;
    }

    body .l-modal .box-pic #slider{
      margin: 20px 0 !important;
      position: relative !important;
      bottom: 0px !important;
      top: 0 !important;
      left: 0 !important;
      width: 250px !important;
      height: 10px !important;
    }*/

    .l-modal .box-pic .ui-resizable .ui-resizable-e{
      width: 0px !important;
    }

    .l-modal .box-pic .ui-resizable .ui-resizable-s{
      height: 0px !important;
    }

    .l-modal .box-pic .ui-resizable .ui-icon{
      width: 0px !important;
    }
  
    /* 動画アナリティクス */
    .sticky02, .sticky03{
      position: inherit !important;
    }

    /*プロジェクトスケジュール管理*/
    .sticky01{
      position: sticky !important;
    }

    tbody td.on{
      background-color: #faf9d5 !important;
    }

    tbody th.off, tbody td.off{
      background-color: #f0f8ff !important;
    }

    /* トップページ人気カテゴリー*/
    .cat_box{
      margin: 40px 0 !important;
    }

    .cat_box a{
      background-color: #f5f5f5 !important;
      box-shadow: none !important;
      padding: 5px 15px !important;
    }

    .big_tit{
      margin-top: 40px !important;
    }

    .big_tit .main{
      font-size: 30px !important;
    }

    @media only screen and (max-width: 767px) {
      .big_tit .main {
          font-size: 24px !important;
      }
    }

    /*トップページ　スライダー*/
    #mv{
      background: none !important;
    }

    .slick-slider{
      border-radius: 16px !important;
      background: none !important;
    }

    .slick-slider .slick-track, .slick-slider .slick-list{
      border-radius: 16px !important;
      background: none !important;
    }

    .mv_slick .slick-dots li.slick-active button::before{
      color: #0098e9 !important;
    }

    .mv_slick .slick-slide img{
      border-radius:16px !important;
      height: 400px !important;
    }

    @media (max-width: 576px) {
      .mv_slick .slick-slide img{
        height: 200px !important;
        object-fit: cover !important;
      }
    }

    .mv_slick #slick-slide00 img{
      content:url("../images/top_slider00.jpg") !important;
    }
    .mv_slick #slick-slide01 img{
      content:url("../images/top_slider01.jpg") !important;
    }
    .mv_slick #slick-slide02 img{
      content:url("../images/top_slider02.jpg") !important;
    }
    

    .mv_slick .slick-list{
      margin: 30px 0 !important;
      height: 400px !important;
    }
    @media (max-width: 576px) {
      .mv_slick .slick-list{
        height:200px !important;
      }
    }

    .mv_slick .slick-slide{
      height:400px !important;
    }
    @media (max-width: 576px) {
      .mv_slick .slick-slide{
        height:200px !important;
      }
    }

    @media (max-width: 576px) {
      .wrp-mv_btn{
        bottom: 20px !important;
      }
    }

    .wrp-mv_btn a{
      border-radius: 50px !important;
      background-color: #0098e9 !important;
      margin-bottom: 10px !important;
    }
   

    .mv_slick .slick-dots{
      bottom: 10px !important;
    }

    .mv_slick li .mv_tit .main,.mv_slick li .mv_tit .sub {
      color: #fff !important;
    }

    .mv_slick li img{
      width: 100% !important;
      height: 100% !important;
    }

    /*トップページ　要素余白*/
    .sec_inner{
      padding: 0 !important;
    }

    .box-top-list.mb70{
      margin-bottom: 0 !important;
    }

    /* トップページ　緑背景・補助金*/
    .bg_green{
      display: none !important;
    }

    .reco_box{
      display: none !important;
    }

    /*ヘッダー*/
    .l-header .left-menu li a:hover, .l-header .left-menu li a.active{
      background-color: #f5f5f5 !important;
    }

    .l-header{
      border-bottom: none !important;
      position: fixed !important;
      z-index: 10000 !important;
      top: 0 !important;
      width: 100vw !important;
    }

    .l-header .right-menu > li:not(.text) a:hover, .l-header .right-menu > li:not(.text) a.active{
      background-color: #f5f5f5 !important;
    }

  /*環境設定*/
  .box-accordion-contents .btn-update{
    background-color: #0098e9;
    border: none !important;
    border-radius: 50px !important;
    }

  .box-accordion-contents .color-preview{
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
    }

  .box-accordion-contents .box-env-set{
    border-bottom: none !important;
  }

  .box-accordion-contents .slider-container{
    margin: 10px 0 !important;
  }

   @media (max-width: 576px) {
    .box-accordion-contents .contents{
      display: block !important;
    }
    .box-accordion-contents .color-picker {
      margin: 10px auto !important;
    }
    .box-accordion-contents .color-spectrum{
      width: 100% !important;
    }
    .box-accordion-contents .btn-reset-wrap .box-accordion-contents{
      width:70% !important;
    }
  }

  /*ヘルプ*/
  body .detail1{
    font-size: 18px !important;
  }

  body details:hover{
    text-decoration:none !important;
  }

  /*イベント　新規ファイルアップ*/
  #btn_fileup{
    background: #0098e9 !important;
    border-radius: 16px !important;
    margin: 0px !important;
  }
  
  .file-area{
    margin-bottom: 0px !important;
    height: 40px !important;
  }

  #win_fileUpload > div, #win_fileedit > div{
    max-height: 65vh !important;
  }

  @media screen and (max-width: 768px) {
    #win_fileUpload > div, #win_fileedit > div {
        width: 94vw !important;
        height: 78vw !important;
        margin: 0 !important;
    }
  }

  /*プロジェクトファイル管理*/
  #btn_NewFolder, #btn_FileSave, #btn_ChangeFileOrder{
    margin: 1% !important;
    width: 98% !important;
  }

  /*コミュニティ編集ページ*/
  .main_info form #community_edit_form{
    width: 60vw !important;
    margin:0 0 0.5em !important;
  }

  @media (max-width: 576px) {
  .main_info form #community_edit_form{
      width: 100% !important;
      margin:0 0 0.5em !important; }
  }

  .main_info #community_photo_upload .info_head, .main_info #profile_photo_upload .info_head{
    margin: -26px -1.6em 40px !important;
  }

  @media (max-width: 576px) {
    .main_info #community_photo_upload .info_head, .main_info #profile_photo_upload .info_head{
      margin: -1.0em -1.5em 20px !important;
    } 
  }

  #display_bg img{
    border-radius: 16px 16px 0 0 !important;
    
  }
  .profile-photo-upload #display_bg img{
    aspect-ratio: 7.5 / 3 !important;
  }

  /*メール配信*/
  #win_fileUpload > div, #win_mail_content > div {
    max-height: 70vh !important;
    height: 70vh !important;
  }

  @media screen and (max-width: 768px) {
    #win_fileUpload > div, #win_mail_content > div {
        width: auto !important;
        margin: 0 !important;
    }
  }

/*ヘッダーヘルプ*/
.l-header .right-menu #help a img{
  content: url("../images/icon/icon__question.svg") !important;
}

/*ヘッダーマイメニュー*/
.l-header .right-menu #mymenu a img{
  content: url("../images/icon/icon__account_circle_20dp_5F6368.svg") !important;
}

/*スマホメニュー*/
.l-header .right-menu #spmenu a img{
  content: url("../images/icon/icon__pending.svg") !important;
}

/*スライダー*/
body .slick-slide{
  height: 100% !important;
}

/*プロジェクトメッセージ*/
#msg_list_area section.box-edit-unit .res_open_btn_div{
  margin-bottom: 20px !important;
}

#msg_list_area section.box-edit-unit .box-horizontal{
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  #msg_list_area section.box-edit-unit .box-horizontal{
    margin-bottom: 20px !important;
  }
  #msg_list_area section.box-edit-unit .box-horizontal.left, 
  #msg_list_area section.box-edit-unit .box-horizontal.mb-2{
    margin-bottom: 0px !important;
  }
  .l-main-body #msg_list_area section.box-edit-unit .box-horizontal .box-reaction{
    margin-top: 0.5em !important;
  }
}

#msg_list_area section.box-edit-unit .box-horizontal .box-horizontal{
  margin-bottom: 0px !important;
}

#msg_list_area section.box-edit-unit .box-button-area .box-horizontal{
  margin-bottom: 0px !important;
}

#msg_list_area section.box-edit-unit .box-button-area{
  margin: 0px !important;
}

#msg_list_area section.box-edit-unit .box-horizontal .mce_area{
  margin: 0 !important;
  padding: 0 !important;
}

.tox-dialog section.m_list label{
  border: none !important;

}

/*イベントカバー画像*/
.box-edit-unit ul .slick-list{
  padding: 0px !important;
}

/*ブリッジ申請モーダル*/
body .l-modal detail3.noshade {
  width: 98% !important;
  margin-top: 0px !important;
}

body .l-modal form#candidate_list_form{
  margin: 0 0% 0.5em !important;
  width: 100% !important;
}

@media (max-width: 576px) {
body .l-modal .box-scroll-protocol{
  min-width: 85vw !important;
  padding :0 !important;
}
}

body .l-modal #select-interest.l-float{
  border-radius: 10px !important;
  padding: 5px !important;
  margin: 5px !important;
  width: 100% !important;
  min-height: 20px !important;
  height: auto !important;
  max-height: 200px !important;
  border: none !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
}

body .l-modal #select-interest > div{
  height: auto !important;
  max-height: 100% !important;
}

body .l-modal #select-interest.l-float .box-detail-list dl{
  margin-top: 0px !important;
}

body .l-modal #select-interest.l-float .box-detail-list dl dt{
  padding: 0 !important;
}

body .l-modal #select-interest.l-float .box-detail-list dl dd{
  flex-basis: 100% !important;
  padding: 0.5em 0 0.5em 0em !important;
}

/*利用履歴管理モーダル*/
#win_modal_dropin > div{
  max-height: calc(78vh - 3em) !important;
  height: auto !important;
  margin: 0 auto !important;
}

/*画像アップロードモーダル*/
#replace_header_css #win_modal_dropin > div{
  max-height: 100% !important;
  height: auto !important;
}

/*マイライブラリーモーダル*/
body .modal_back{
  background: none !important;
}

/*参加者編集モーダル*/
#win_parReg > div, #win_parPayEdit > div{
  height: 65vh !important;
}

/*トップページ背景色*/
.sec_inner.bg_gray{
  background: #fff !important;
  border-radius: 16px !important;
  margin-top: 10px !important;
}

/*画面の幅*/
body .movie_register, body .event_result_picture_edit, body .profile-edit-base, body .memo_register, 
body .community-edit, body .topic_register, body .user-register, body .password_forgot .box-horizontal-row-line,
body .narrow_width #notify_area, body .facility-edit-picture, body .facility-sub-register-confirm,
body .facility-sub-register-confirm, body .facility-register-picture, body .facility-register-confirm,
body .event-plan-picture-edit, body .project_task_register, body .project-task-register-bulk,
body .facility-sub-edit-picture, body .facility-reserve-calendar {
  display: block !important;
}

body .narrow_width h2, body .narrow_width form, body .narrow_width #notify_area,
body #event_register_form, body #project_register, 
body #facility_register_form,
body .contents-register, body .movie_register .l-main-body,
body .event-participate-edit .noshade,
body .event_plan_entry_edit .l-main-body,body .event_result_picture_edit .l-main-body,
body #event_enquete_edit_attribute, body .community-edit .l-main-body,
body .person-reserve-calendar button, body .person-reserve-calendar .l-main-body,
body .topic_register .l-main-body, body .event-register-detail .l-main-body,
body .event-register-confirm .l-main-body, body .chat .box-edit-unit,
body .memo_register .l-main-body, body .profile-edit-base .box-edit-unit, body .facility-edit-picture .box-edit-unit,
body .facility-sub-register-picture .box-edit-unit, body .facility-sub-register-confirm .l-main-body,
body .facility-sub-edit-picture .l-main-body, body .facility-register-picture .l-main-body,
body .facility-register-confirm .l-main-body, body .movie-detail-edit .l-main-body,
body .event-plan-picture-edit .l-main-body, body .event-plan-edit .mb-2,
body .project_task_register .l-main-body, body .project-task-register-bulk .l-main-body,
body .event-entry .attention, body .event-ticket-edit .mb-2, body .event-enquete .attention,
body .facility-reserve-calendar .l-main-body, body .community-settlement-plan-edit-complete .l-main-body,
body .event-participate-attribute-edit .l-main-body, body .event-participate-attribute-language .l-main-body,
body .event-participate-cancel-result {
  width: 75% !important;
  min-width: auto !important;
  margin: 10px auto !important;
}

body .member, body .middle_width{
  width: 75% !important;
}

body .event-entry .attention {
  margin-top: 20px !important;
}
body .middle_width .attention {
  margin-bottom: 50px !important;
}

body .event-enquete .pb-3{
  margin-left: 1% !important;
  margin-right: 1% !important;
}

body .password_forgot .box-edit-unit ,body .password_forgot h2, body .password_forgot .px-2, body .profile-edit h2 {
  width: 460px !important;
  margin: 10px auto !important;
}

body .community-edit .l-main-body form, body .topic_register .l-main-body form,
body .event-register-detail .l-main-body ._progress_flow, body .event-register-detail .l-main-body form,
body #password_forgot, body .memo_register .l-main-body form, body .profile-edit-base .box-edit-unit form,
body .movie_register .l-main-body form, body .movie-detail-edit .l-main-body form,
body .profile-edit form h2, body .event-plan-picture-edit .l-main-body form, body .event-plan-edit .mb-2 h2,
body .project_task_register .l-main-body form, body .project-task-register-bulk .l-main-body form,
body .project-task-register-bulk .l-main-body h2, body .event-ticket-edit .mb-2 h2,
body .event-enquete-edit h2, body .facility-reserve-calendar .l-main-body h2,
body .facility-info .main_info h2, body .event-participate-attribute-edit .l-main-body h2,
body .event-participate-attribute-edit .l-main-body form,
body .event-participate-attribute-language .l-main-body form,
body .event-participate-attribute-language .l-main-body h2,
#event_enquete_edit_attribute h2,
#event_enquete_edit_question h2,
form[action="event-enquete-make-final-set"] h2 {
  width: 100% !important;
}

/*イベント申込フォーム編集画面の余白*/
body .event-participate-edit .noshade{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
}

body .event-participate-attribute-edit .noshade{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
}

@media (max-width: 820px) {
body .narrow_width h2, body .narrow_width form, body .narrow_width #notify_area, body .middle_width,
body #event_register_form, body #project_register, 
body #facility_register_form,
body .contents-register, body .movie_register .l-main-body,
body .event-participate-edit .noshade,
body .event_plan_entry_edit .l-main-body,body .event_result_picture_edit .l-main-body,
body #event_enquete_edit_attribute, body .community-edit .l-main-body,
body .person-reserve-calendar button, body .person-reserve-calendar .l-main-body,
body .topic_register .l-main-body, body .event-register-detail .l-main-body,
body .event-register-confirm .l-main-body, body .password_forgot .px-2, body .member,
body .password_forgot .box-edit-unit, body .chat .box-edit-unit,
body .memo_register .l-main-body, body .profile-edit-base .box-edit-unit, body .facility-edit-picture .box-edit-unit,
body .facility-sub-register-picture .box-edit-unit, body .facility-sub-register-confirm .l-main-body,
body .facility-sub-edit-picture .l-main-body, body .facility-register-picture .l-main-body,
body .facility-register-confirm .l-main-body, body .movie-detail-edit .l-main-body,
body .event-plan-picture-edit .l-main-body, body .event-plan-edit .mb-2,
body .project_task_register .l-main-body, body .project-task-register-bulk .l-main-body,
body .event-entry .attention, body .event-ticket-edit .mb-2, body .event-enquete .attention,
body .facility-reserve-calendar .l-main-body, body .community-settlement-plan-edit-complete .l-main-body,
body .event-participate-attribute-edit .l-main-body, body .event-participate-attribute-language .l-main-body,
body .event-participate-cancel-result  {
    width: 98% !important;
    min-width: 500px !important;
    margin: 84px auto 10px !important;
}

body .chat .box-edit-unit{
  margin: 0px 1% 10px !important;
  padding: 0px !important;
}

body .event-participate-edit .noshade{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

body .event-entry .attention{
  margin-top: 20px !important;
}

body .middle_width .attention{
  margin-bottom: 50px !important;
}

body #event_enquete_edit_attribute,
body #event_enquete_edit_question,
body #event_enquete_edit_detail_form,
body form[action="event-enquete-make-final-set"] {
  margin: 0 auto 10px !important;
}

#event_enquete_edit_attribute h2,
#event_enquete_edit_question h2,
form[action="event-enquete-make-final-set"] h2 {
  margin: 0 auto 10px !important;
}

}

@media (max-width: 576px) {
  body .narrow_width h2, body .narrow_width form, body .narrow_width #notify_area, body .middle_width,
body #event_register_form, body #project_register, 
body #facility_register_form,
body .contents-register, body .movie_register .l-main-body,
body .event-participate-edit .noshade,
body .event_plan_entry_edit .l-main-body,body .event_result_picture_edit .l-main-body,
body #event_enquete_edit_attribute, body .community-edit .l-main-body,
body .person-reserve-calendar button, body .person-reserve-calendar .l-main-body,
body .topic_register .l-main-body, body .event-register-detail .l-main-body,
body .event-register-confirm .l-main-body, body .password_forgot .px-2, body .member,
body .password_forgot .box-edit-unit, body .chat .box-edit-unit,
body .memo_register .l-main-body, body .profile-edit-base .box-edit-unit, body .facility-edit-picture .box-edit-unit,
body .facility-sub-register-picture .box-edit-unit, body .facility-sub-register-confirm .l-main-body,
body .facility-sub-edit-picture .l-main-body, body .facility-register-picture .l-main-body,
body .facility-register-confirm .l-main-bod, body .movie-detail-edit .l-main-body,
body .event-plan-picture-edit .l-main-body, body .event-plan-edit .mb-2,
body .project_task_register .l-main-body, body .project-task-register-bulk .l-main-body,
body .event-entry .attention, body .event-ticket-edit .mb-2, body .event-enquete .attention,
body .facility-reserve-calendar .l-main-body, body .community-settlement-plan-edit-complete .l-main-body,
body .event-participate-attribute-edit .l-main-body, body .event-participate-attribute-language .l-main-body,
body #wrap.event-participate-cancel-result {
  margin: 0px auto 10px !important;
  min-width: 300px !important;
}

body .event-entry .attention{
  margin-top: 20px !important;
}
body .middle_width .attention{
  margin-bottom: 50px !important;
  min-width: 100% !important;
}
}

/*予約枠の設定*/
#reserve_time_customval, #reserve_start_customval, #reserve_end_customval{
  width: 60px !important;
  max-width: 70% !important;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 576px) {
  #reserve_time_customval, #reserve_start_customval, #reserve_end_customval{
    font-size: 10px !important;
    width: 43px !important;
  }
}

@media (max-width: 576px) {
  .facility-reserve-set-edit .box-horizontal-row-col .text-area > input {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .facility-reserve-set-edit .box-horizontal-row-col .select-area select {
    margin: 0 !important;
  }
}


#interval_time_customval1, #interval_time_customval2{
  width: 23% !important;
  max-width: 30% !important;
  border: none !important;
  padding: 0 !important;
}

/*チャット（メッセージ）*/
@media (max-width: 576px) {
.chat-list form{
  margin: 0 !important;
}
}

.chat .box-edit-unit{
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 576px) {
  body .chat .box-edit-unit{
    width: 100% !important; }
}

body .chat .box-edit-unit .box-message{
  margin: 0 !important;
}

body .chat .box-message .box-msg-box{
  padding: 0 !important;
}

@media (max-width: 576px) {
  body .chat .box-message .box-msg-box{
    padding: 1em !important;
  }  
}

body .chat .box-edit-unit > .box-message{
  padding-bottom: 0px !important;
}

body .chat .box-message .box-msg-box .msg-date{
  top: 5px !important;
  right: 0.5em !important;
}

body .chat #talkField {
  background-color: #fff !important;
  border: none !important;
  padding: 5px !important;
}

body .chat .left_balloon{
  background: #eeeeee !important;
  border-radius: 20px !important;
  font-size: 15px !important;
  margin: 10px 10px 0px 0px !important;
  padding: 12px !important;
  max-width: 80% !important;
}

body .chat .left_balloon:after{
  border-bottom-color: #eeeeee !important;
}

body .chat .right_balloon {
  border-radius: 20px !important;
  background: #0098e9 !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  border: 1px solid #0098e9 !important;
  margin: 10px 10px 0px 10px !important;
  padding: 12px !important;
  max-width: 80% !important;
}

body .chat .right_balloon:after {
  border-left-color: #0098e9 !important;
}

body .chat .post_datetime{
  margin-left: 10px !important;
  margin-right: 15px !important;
  font-size: 13px !important;
}

.inquirer, .replier{
  font-size: 13px !important;
  margin-left: 15px !important;
}

body .chat .post_file_replier{
  margin: 5px 10px 5px 10px !important;
}

body .chat .post_file_replier a{
  margin-left: 15px !important;
  font-weight: 300 !important;
}

body #chat_message_form{
  width: 100% !important;
}

.fa-telegram-plane:before{
  font-weight: 900 !important;
  content: "\f1d8" !important;
  color: #fff !important;
}

body .chat .msg-res .box-horizontal{
  margin: 10px !important;

}

/*マイライブラリ登録*/
.isbnBox{
  border: 1px solid #ddd !important;
  margin-top: 15px !important;
}

/*メニューアイコン*/
.box-menu-admin li a:before{
  content: '';
  display: inline-block !important;
  width: 25px !important;
  height: 25px !important;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px !important;
}

/*コミュニティページ　メニューアイコン*/
.box-menu-admin li#mnu_com_base a:before{
  background-image: url(../images/icon/icon__home_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_mng a:before{
  background-image: url(../images/icon/icon__manage.svg) !important;
}
.box-menu-admin li#mnu_com_mem a:before{
  background-image: url(../images/icon/icon__group-black.svg) !important;
}
.box-menu-admin li#mnu_com_fan a:before{
  background-image: url(../images/icon/icon__fan_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_att a:before{
  background-image: url(../images/icon/icon__badge_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_mail a:before{
  background-image: url(../images/icon/icon__mail-grey.svg) !important;
}
.box-menu-admin li#mnu_com_bul a:before{
  background-image: url(../images/icon/icon__board-grey.svg) !important;
}
.box-menu-admin li#mnu_com_alb a:before, .box-menu-admin li#mnu_com_album a:before{
  background-image: url(../images/icon/icon__photo_library_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_pt a:before{
  background-image: url(../images/icon/icon__diamond_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_lib a:before{
  background-image: url(../images/icon/icon__book_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_drp a:before{
  background-image: url(../images/icon/icon__history_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_brg a:before{
  background-image: url(../images/icon/icon__handshake_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_set a:before{
  background-image: url(../images/icon/icon__settings_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_prj a:before{
  background-image: url(../images/icon/icon__flag-grey.svg) !important;
}
.box-menu-admin li#mnu_com_prj_reg a:before{
  background-image: url(../images/icon/icon__add_circle_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_event a:before{
  background-image: url(../images/icon/icon__calendar.svg) !important;
}
.box-menu-admin li#mnu_com_event_reg a:before{
  background-image: url(../images/icon/icon__add_circle_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_fac a:before{
  background-image: url(../images/icon/icon__villa.svg) !important;
}
.box-menu-admin li#mnu_com_fac_reg a:before{
  background-image: url(../images/icon/icon__add_circle_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_mv a:before, .box-menu-admin li#mnu_com_mov a:before {
  background-image: url(../images/icon/icon__movie.svg) !important;
}
.box-menu-admin li#mnu_com_mv_mng a:before{
  background-image: url(../images/icon/icon__settings_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_mv_reg a:before{
  background-image: url(../images/icon/icon__add_circle_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_mv_ana a:before{
  background-image: url(../images/icon/icon__monitoring_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_shop a:before{
  background-image: url(../images/icon/icon__shopping_cart_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_shop_mng a:before{
  background-image: url(../images/icon/icon__settings_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_com_shop_list a:before{
  background-image: url(../images/icon/icon__storefront_20dp_5F6368.svg) !important;
}

/*コミュニティコンテンツページ　メニューアイコン*/
.box-menu-admin li#project-detail a:before{
  background-image: url(../images/icon/icon__flag.svg) !important;
}
.box-menu-admin li#project-member a:before{
  background-image: url(../images/icon/icon__group-grey.svg) !important;
}
.box-menu-admin li#project-message a:before{
  background-image: url(../images/icon/icon__mail-grey.svg) !important;
}
.box-menu-admin li#project-file a:before{
  background-image: url(../images/icon/icon__description_20dp_5F6368.svg) !important;
}
.box-menu-admin li#project-task a:before{
  background-image: url(../images/icon/icon__task_alt_20dp_5F6368.svg) !important;
}
.box-menu-admin li#project-schedule a:before{
  background-image: url(../images/icon/icon__calendar-grey.svg) !important;
}
.box-menu-admin li#project-donate-entry a:before{
  background-image: url(../images/icon/icon__volunteer_activism_20dp_5F6368.svg) !important;
}
.box-menu-admin li#event-plan-detail a:before{
  background-image: url(../images/icon/icon__calendar-grey.svg) !important;
}
.box-menu-admin li#mnu_event_par a:before{
  background-image: url(../images/icon/icon__group-grey.svg) !important;
}
.box-menu-admin li#event-mail a:before{
  background-image: url(../images/icon/icon__mail-grey.svg) !important;
}
.box-menu-admin li#event-result-detail a:before{
  background-image: url(../images/icon/icon__monitoring_20dp_5F6368.svg) !important;
}
.box-menu-admin li#event-participate-message a:before{
  background-image: url(../images/icon/icon__board-grey.svg) !important;
}
.box-menu-admin li#event-enquete a:before{
  background-image: url(../images/icon/icon__inventory_20dp_5F6368.svg) !important;
}
.box-menu-admin li#event-file a:before{
  background-image: url(../images/icon/icon__description_20dp_5F6368.svg) !important;
}
.box-menu-admin li#event-settlement a:before{
  background-image: url(../images/icon/icon__paid_20dp_5F6368.svg) !important;
}
.box-menu-admin li#facility-detail a:before{
  background-image: url(../images/icon/icon__villa-grey.svg) !important;
}
.box-menu-admin li#contents-list a:before{
  background-image: url(../images/icon/icon__note.svg) !important;
}

/*マイページ　メニューアイコン*/
.box-menu-admin li#mnu_my_prf a:before{
  background-image: url(../images/icon/icon__badge_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_chat a:before{
  background-image: url(../images/icon/icon__chat_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_cal a:before{
  background-image: url(../images/icon/icon__calendar.svg) !important;
}
.box-menu-admin li#mnu_my_memo a:before{
  background-image: url(../images/icon/icon__sticky_note_2_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_prj a:before{
  background-image: url(../images/icon/icon__flag.svg) !important;
}
.box-menu-admin li#mnu_my_lib a:before{
  background-image: url(../images/icon/icon__book_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_ticket a:before{
  background-image: url(../images/icon/icon__confirmation_number_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_rsv a:before{
  background-image: url(../images/icon/icon__history_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_psw a:before{
  background-image: url(../images/icon/icon__key_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_set a:before{
  background-image: url(../images/icon/icon__settings_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mnu_my_con a:before{
  background-image: url(../images/icon/icon__contact_support_20dp_5F6368.svg) !important;
}

/*スマホメニューアイコン*/
.box-menu-admin li#search-info a:before{
  background-image: url(../images/icon/icon__search-big.svg) !important;
}
.box-menu-admin li#my-community a:before{
  background-image: url(../images/icon/icon__group-grey.svg) !important;
}
.box-menu-admin li#my-ticket a:before{
  background-image: url(../images/icon/icon__confirmation_number_20dp_5F6368.svg) !important;
}
.box-menu-admin li#mypmenu a:before{
  background-image: url(../images/icon/icon__account_circle_20dp_5F6368.svg) !important;
}
.box-menu-admin li#profile a:before{
  background-image: url(../images/icon/icon__badge_20dp_5F6368.svg) !important;
}
.box-menu-admin li#chat a:before{
  background-image: url(../images/icon/icon__chat_20dp_5F6368.svg) !important;
}
.box-menu-admin li#my-calendar a:before{
  background-image: url(../images/icon/icon__calendar.svg) !important;
}
.box-menu-admin li#my-project a:before{
  background-image: url(../images/icon/icon__flag.svg) !important;
}
.box-menu-admin li#password-change a:before{
  background-image: url(../images/icon/icon__key_20dp_5F6368.svg) !important;
}
.box-menu-admin li#setting a:before{
  background-image: url(../images/icon/icon__settings_20dp_5F6368.svg) !important;
}
.box-menu-admin li#contact-inquiry a:before{
  background-image: url(../images/icon/icon__contact_support_20dp_5F6368.svg) !important;
}
.box-menu-admin li#logout a:before{
  background-image: url(../images/icon/icon__logout_20dp_5F6368.svg) !important;
}
.box-menu-admin li#login-form a:before{
  background-image: url(../images/icon/icon__login_20dp_5F6368.svg) !important;
}
.box-menu-admin li#user-register a:before{
  background-image: url(../images/icon/icon__how_to_reg_20dp_5F6368.svg) !important;
}

/*編集用ポップアップ*/

body .tox .tox-dialog{
  border-color: #fff !important;
  border-radius: 16px !important;
}

body .tox .tox-button{
  background-color: #0098e9 !important;
  border-color: #0098e9 !important;
  border-radius: 50px !important;
}

body .tox .tox-button--secondary{
  border-radius: 50px !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

body .tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon{
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}

/*アップグレードボタン*/

body .subscribe-upgrade{
  position: relative !important;
  top: 13px !important;
  margin: 0 !important;
  color: #0098e9 !important;
}

/*カード文字色*/
body .mce_area_link a:not(btn):visited{
  /* color: #333 !important; */
  color: #0000EE;
  cursor: auto;
  text-decoration: none;
}

body .mce_area_link a:not(btn):link{
  /* color: #333 !important; */
  color: #0000EE;
  cursor: auto;
  text-decoration: underline;
}

body .mce_area_link a:not(btn):hover{
  /* color: #888 !important;
  text-decoration: none !important; */
  color: #FF0000;
  cursor: auto;
  text-decoration: underline;
}

/*イベント申込完了文言変更モーダル*/
body .tox .tox-dialog--width-lg{
  height: 78vh !important;
  width: 50vw !important;
}

body .tox .tox-dialog-wrap{
  margin: 100px 25% auto !important;
}

#event-entry-message-form > div, #event-entry-mail-form > div, #select-attribute-type > div {
  width: 100% !important;
  max-height: 70vh !important;
}

.l-modal .tox-tinymce{
  height: 46vh !important;
}

/*イベント申込完了ページ*/
.event-entry-register-result .l-main-body .text-center > div{
  width: 100% !important;
  min-width: 100% !important;
}

@media (max-width: 576px) {
.event-entry-register-result .l-main-body .text-center{
  width: 100% !important;
  min-width: 100% !important;
}

.event-entry-register-result .l-main-body .box-edit-unit{
  min-width: 98% !important;
  width: 98% !important;
}
}

/*ログインモーダル*/
body .modal-login-body{
  width: 100% !important;
  padding: 2em 2em !important;
  height: 70vh !important;
  max-height: 70vh !important;
}

body .modal-login-body .login_logo{
  display: none !important;
}

body .modal-login-body #alart_area{
  text-align: center !important;
  margin-bottom: 20px !important;
}

body .modal-login-body form {
  margin: 0 !important;
}

body .modal-login-body .text-area{
  margin: 5px 0 !important;
}

/*予約可能な施設カード*/
.facility-info .slick-slider .slick-track{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  margin: 10px !important;
}

.facility-info .public_slick .item_img{
  margin: -11px !important;
  width: calc(100% + 22px) !important;
}

@media (max-width: 576px) {
  body .facility-info .main_info{
    margin-bottom: 10px !important;
  }
  body .member.facility-info .main_info .up_box{
    padding-top: 10px !important;
  }
  body .facility-info .wrp_event{
    margin: 0px -20px 20px !important;
    width: calc(100% + 40px) !important;
  }
  body .facility-info .slick-slider .slick-list .slick-track{
    width: auto !important;
  }
  body .facility-info .slick-slider .slick-list .slick-track .slick-slide{
    width: 100% !important;
  }
  body .facility-info .sec_tit{
    padding-left: 5px !important;
  }
  /*コミュニティページ・マイページカレンダー*/
  body .bottom_info .wrp_cale{
    width: 98% !important;
    margin: 10px 1% !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  }
  body .facility-info .bottom_info .wrp_cale{
    width: calc(100% + 30px) !important;
    margin: 10px -15px !important;
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .facility-info .wrp_member_info .left_info {
    margin-bottom: 0px !important;
  }
  .facility-info .main_info .bottom_box{
    padding: 0px !important;
  }
  body .facility-info .wrp-public_slick{
    padding: 0 !important;
  }
}

/*施設予約*/
.facility-reserve-calendar .fc-timegrid-event-harness a {
  border-color: #0098e9 !important;
  background-color: #0098e9 !important;
}

/*コミュニティ会員プラン変更完了ページ*/
.community-settlement-plan-edit-complete .text-center{
  min-width: 320px !important;
  margin: 1em auto !important;
}

.community-settlement-plan-edit-complete .l-main-body .box-table .white{
  width:100% !important;
}

/*イベントキャンセル結果ページ*/
.event-participate-cancel-result .mce_area{
  border-top: none !important;
  border-bottom: none !important;
  max-width: 600px !important;
  margin: auto !important;
}

.event-participate-cancel-result h5{
  max-width: 600px !important;
  margin: 20px auto !important;
}

/*イベント施設/講師/団体編集*/
.l-modal#event-performer > div, .l-modal#event-planner > div,.l-modal#movie-performer > div{
  width: auto !important;
  max-height: 70vh !important;
}

body .l-modal#event-performer .box-jumbotron,.l-modal#movie-performer .box-jumbotron{
  padding-bottom: 50% !important;
}

#select_performer.box-select-modal{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

select#edit_performer_role, select#edit_plan_status{
  width: 99% !important;
}

textarea#edit_performer_intro, textarea#edit_planner_intro{
  width: 99% !important;
}

.box-table #select_planner, #facility_status_real #select_facility, #facility_status_real #select_facility_address {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  background: #fff;
  max-height: 300px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 30;
}

.box-table #select_performer td, .box-table #select_planner td, #facility_status_real #select_facility td,
#facility_status_real #select_facility_address td {
  min-width: 30px !important;
  max-width: 440px !important;
}
@media (max-width: 576px) {
  .box-table #select_performer td, .box-table #select_planner td, #facility_status_real #select_facility td,
  #facility_status_real #select_facility_address td{
    max-width: 240px !important;
    display: inline-block;
  }
}

.box-table #select_performer td input, .box-table #select_planner td input, #facility_status_real #select_facility td input,
#facility_status_real #select_facility_address td input{
  min-width: 440px;
}
@media (max-width: 576px) {
  .box-table #select_performer td input, .box-table #select_planner td input, #facility_status_real #select_facility td input,
  #facility_status_real #select_facility_address td input{
    min-width: 240px !important;
  }

body .l-modal#event-performer h3, body .l-modal#event-performer .text-area, 
body .l-modal#event-planner h3, body .l-modal#event-planner .text-area{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

/*メール配信フィルターモーダル*/
#search_detail, #mail-filter > div{
  width: auto !important;
  max-height: 70vh !important;
}

/*絵文字 選択*/
.tox .tox-collection__item-icon{
	height: 30px !important;
	width: 30px !important;
	font-size: 2rem !important;
}

/*参加者写真投稿 表示・非表示*/
.picture-gather-status{
  display: none !important;
}

.error_list {
  padding: 10px 30px;
  margin:0 0 10px 0;
  color: #ff2e5a;
  font-size: 100%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}