@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: 1px solid #ccc; }

/* 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; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #cccccc;
  width: 100%; }

blockquote {
  padding-left: 2em; }

.tox-toolbar {
  flex-wrap: wrap !important; }

/*  reset */
/* config */
h2 {
  font-size: 1.5em;
  line-height: 180%;
  margin-bottom: 0.5em;
  font-weight: 500;
  display: block;
  width: 100%; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.3em;
      padding-right: 1em; } }
  h2.midashi {
    line-height: 100%;
    padding: 1.5em 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 150%;
    width: 100%;
    justify-content: space-between;
    padding: 1em 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: 1px solid #ccc;
    padding: 0 0 1em;
    line-height: 100%; }

h3 {
  font-size: 1.2em;
  line-height: 150%;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.3em;
  display: block;
  width: 100%; }
  h3 small {
    font-size: 1rem;
    display: block;
    color: #aaa; }

div.hidden {
  display: none; }

img.inline {
  display: inline !important; }

a:not(.btn),
.a-link {
  color: #000;
  cursor: pointer !important; }
  a:not(.btn):hover,
  .a-link:hover {
    text-decoration: underline !important; }

.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: #4D73BE !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; }

.col-bgblu {
  background-color: #4D73BE !important;
  color: #fff !important; }

.col-bglbl {
  background-color: #D6E4FF !important;
  color: #000 !important; }

.col-bggrn {
  background-color: #6AB441 !important;
  color: #fff !important; }

.col-bggry {
  background-color: #EEEEEE !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: #F45100 !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; }

.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 #4D73Be !important;
  background-color: #ECF2FF !important;
  margin-bottom: 0.5em; }

i:not(.fas):not(.far):not(.fab):not(.left) {
  display: inline-block;
  background-color: #AAAAAA;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 16px;
  margin-right: 16px; }
  i:not(.fas):not(.far):not(.fab):not(.left).all::after {
    content: url("../images/icon/all.svg");
    width: 20px;
    height: 20px;
    padding: 6px 0 0 6px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).event::after {
    content: url("../images/icon/event.svg");
    width: 20px;
    height: 20px;
    padding: 6px 0 0 6px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).community::after {
    content: url("../images/icon/community.svg");
    width: 20px;
    height: 20px;
    padding: 6px 0 0 6px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).people::after {
    content: url("../images/icon/people.svg");
    width: 20px;
    height: 20px;
    padding: 6px 0 0 6px;
    display: inline-block; }
  i:not(.fas):not(.far):not(.fab):not(.left).facility::after {
    content: url("../images/icon/facility.svg");
    width: 20px;
    height: 20px;
    padding: 6px 0 0 6px;
    display: inline-block; }

.active i {
  background-color: #4D73BE; }

.attn {
  width: 100%;
  padding: 0.5em;
  border-radius: 8px;
  margin-bottom: 0.5em; }

.hissu {
  color: #c60000;
  padding-left: 0.5em; }

.stout {
  text-decoration: line-through;
  padding-right: 0.5em; }

.btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.75em 0.5em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  min-width: 150px; }
  @media (max-width: 576px) {
    .btn {
      min-width: 100px; } }
  .btn.active {
    background-color: #4D73BE !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;
  width: 100%;
  /*	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; }
  .btn-nowire.font-lg {
    padding: 0.4em 1em;
    font-size: 1.5rem; }
  .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: #c0d0ff; }

.success-mark {
  display: block;
  width: 20vw;
  max-width: 300px;
  box-shadow: none;
  margin: 0 auto; }
  @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;
  padding: 1em 0.3em;
  background-color: #eee;
  white-space: nowrap;
  font-weight: 300;
  margin: 0;
  border-bottom: 1px dotted #ccc; }
table td {
  text-align: left;
  margin: 0;
  padding: 1em 0.3em;
  border-bottom: 1px dotted #ccc; }
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: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  table.borderd th, table.borderd td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
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: 1px dotted #ccc; }
  table.gray th {
    background-color: #EEEEEE;
    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 0 0.5em 1.5em;
        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; }
table.table-analytics td {
  background: #fff;
  min-width: 40px; }
table.table-analytics .pic {
  display: block;
  float: left;
  margin-right: 8px;
  width: 35px !important;
  height: 35px !important; }
table .inner-table {
  margin: -0.8em 0 -1em 1em; }
table .pic {
  width: 48px !important;
  height: 48px !important;
  border-radius: 4px !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 {
  display: block;
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 130%; }

.mce_area h2
, gaiyou h2 {
  display: block;
  margin: 6px 0;
  padding: 0;
  line-height: 160%;
  font-size: 2rem; }

.mce_area h3
, gaiyou h3 {
  display: block;
  margin: 6px 0;
  padding: 0;
  line-height: 160%;
  font-size: 1.5rem; }

.mce_area div.youtube,
gaiyou div.youtube {
  display: block;
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  margin: 6px 0; }

.mce_area div.youtube iframe,
gaiyou div.youtube iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.mce_area img,
gaiyou img {
  max-width: 100% !important;
  height: auto !important; }

.ui-timepicker-viewport {
  padding-right: 0 !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; }

body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  order: 1;
  background-color: #F6F6F6; }
  @media (max-width: 576px) {
    body {
      padding-top: 74px; } }
  body .l-innner-box {
    display: block;
    width: 100vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 1em; }
  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: 1200px;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    column-gap: 20px;
    -ms-grid-colmns: 20px; }
    @media (max-width: 576px) {
      body main, body detail, body detail2, body detail3, body admin {
        display: flex;
        max-width: calc(100vw);
        flex-direction: column; } }
    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;
      flex-basis: calc( 100% - 40px);
      margin-left: 10px;
      max-width: 1200px;
      min-width: 0;
      width: 100%; }
      @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;
          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: 100%;
        max-width: 780px;
        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 {
            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%;
          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: 340px;
        width: 340px;
        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%;
            width: 100%;
            display: block;
            padding: 1em 0px;
            border-top: 1px solid #cccccc; } }
        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: 320px;
          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 {
            text-align: center !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; }
      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-left: 10px; }
  @media screen and (max-width: 768px) {
    body main, body admin {
      width: calc(100vw);
      min-width: 0; } }
  body main .box-list, body admin .box-list {
    width: calc(100vw - 360px); }
    @media screen and (max-width: 768px) {
      body main .box-list, body admin .box-list {
        width: 100%; } }
  body detail {
    width: calc(100vw - 2em);
    max-width: 1200px;
    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 detail {
        border: none;
        box-shadow: none;
        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; }
      @media screen and (max-width: 768px) {
        body detail.noshade {
          padding: 0;
          width: 100%; } }
    body detail .box-list {
      width: 100%; }
  body detail2 {
    width: calc(100vw);
    max-width: 880px;
    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 .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: #dddddd;
    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; } }
    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: 1px solid #333; } }
        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: 10px;
      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: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    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-sns {
    display: block;
    width: 100vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 0.3em 2em 0 0;
    text-align: right;
    z-index: 2; }
    body .l-sns.top {
      margin-bottom: -1em;
      position: absolute; }
    body .l-sns.breadcrumb {
      margin: -1em 0; }
    body .l-sns.foot {
      order: 4;
      margin: 0.5em 0; }
    body .l-sns a {
      padding-left: 10px; }
    body .l-sns i {
      font-size: 30px;
      font-weight: 400; }

.container {
  max-width: 1200px;
  width: calc( 100vw - 30px );
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100vw;
      width: 100vw; } }

.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 .slide img:hover {
      transform: scale(1.2);
      transition: 0.4s ease-out; }
  .slick-slider .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .slick-slider .slick-center {
    padding: 0 5px; }
  .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: .3s ease;
    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.3s ease-out;
      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: 1em; }
  .menu_btn:hover {
    background-color: #ECF2FF; }
  .menu_btn.active {
    background-color: #ECF2FF; }

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

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

#mymenu {
  position: relative; }
  #mymenu #dropmenu_mypage {
    position: absolute;
    top: 64px;
    right: 0;
    display: none;
    width: 200px;
    z-index: 999;
    display: none; }
    @media screen and (max-width: 768px) {
      #mymenu #dropmenu_mypage {
        display: block; } }
    #mymenu #dropmenu_mypage li {
      display: block;
      width: 100%;
      height: auto;
      background-color: #4D73BE; }
      #mymenu #dropmenu_mypage li a {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        color: #fff;
        padding: 0.5em;
        background-color: #4D73BE;
        border-radius: 0;
        border: 1px solid #fff; }
      #mymenu #dropmenu_mypage li a:hover {
        color: #4D73BE;
        background-color: #fff;
        border: 1px solid #4D73BE; }

#dropmenu_more, .dropmenu_more {
  position: absolute;
  top: 64px;
  right: 0;
  display: none;
  width: 200px;
  z-index: 999;
  display: none; }
  @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: #4D73BE; }
    #dropmenu_more li a, .dropmenu_more li a {
      display: block;
      text-align: center;
      width: 100%;
      white-space: nowrap;
      color: #fff;
      padding: 0.5em;
      background-color: #4D73BE;
      border-radius: 0;
      border: 1px solid #fff; }
    #dropmenu_more li a:hover, .dropmenu_more li a:hover {
      color: #4D73BE;
      background-color: #fff;
      border: 1px solid #4D73BE; }

#sp_menus {
  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;
  border-top: 1px solid #ccc; }
  #sp_menus h3 {
    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; } }

.menu-admin h3 > i {
  background-color: transparent !important;
  position: relative !important;
  display: inline;
  margin: 0 !important;
  width: 48px !important;
  height: 32px !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  padding-left: 0.5em; }
.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: url(../images/icon/admin_menu_project.svg) !important; }
.menu-admin h3 > i.event::after {
  content: url(../images/icon/admin_menu_event.svg) !important; }
.menu-admin h3 > i.place::after {
  content: url(../images/icon/admin_menu_place.svg) !important; }
.menu-admin h3 > i.movie::after {
  content: url(../images/icon/admin_menu_movie.svg) !important; }

form {
  font-size: 1em;
  box-sizing: border-box;
  width: 100%; }

input[type='text'], input[type='password'], .text-area > input {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border-radius: 8px;
  border: 1px solid #ccc;
  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']: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; }

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0.3em; }

input[type="checkbox"].fwd-color {
  position: relative; }
  input[type="checkbox"].fwd-color::before {
    background: #fff;
    border: 1px solid #231815;
    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: 11px;
    left: 4px;
    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: #4D73BE !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.5em !important; }

select {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border-radius: 8px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Noto Sans JP', sans-serif, 'Font Awesome 5 Free'; }

textarea {
  width: 100%;
  max-width: 100%;
  line-height: 1.5em;
  padding: 0.8em;
  border-color: #ccc; }

::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: 16px;
  top: 1em;
  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; }
  .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%); }
  .select-area select {
    padding-right: 30px; }

.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: 0.5em;
  padding-bottom: 0.5em;
  line-height: 200%; }
  .check-area label {
    /*	font-weight: 400; */
    padding-right: 2em;
    padding-left: 0.5em;
    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: 20px;
  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: #4D73BE;
      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: url("../images/icon/loupe.svg");
  width: 24px;
  height: 24px;
  display: inline-block; }

.form_filter h2 {
  padding-left: 10px;
  margin-top: 1em;
  margin-bottom: 1em; }
.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: 1em; }

.box-shade {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  padding: 2em 20px;
  min-width: 0;
  max-width: 1200px;
  width: 100%; }

.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-bottom: 1em; }
    .box-tab-menu ul li {
      display: block;
      min-width: 100px;
      font-weight: 500; }
      .box-tab-menu ul li a {
        text-align: center;
        display: block;
        padding: 1em 2em;
        width: 100%;
        height: 100%;
        color: #000; }
        .box-tab-menu ul li a:hover {
          border-bottom: 4px solid #4D83BE; }
        .box-tab-menu ul li a.active {
          border-bottom: 4px solid #4D83BE; }
  .box-tab-menu.margin-0 {
    margin-left: -1.5em;
    margin-right: -1.5em; }

.box-page-list {
  display: block;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  .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; }
  .box-page-list.margin-0 {
    margin-left: -1.5em;
    margin-right: -1.5em; }

.box-jumbotron {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 56.2%;
    /*aspect-ratio: 16 / 9;
	height: auto;*/
  max-height: 100vh;
  overflow-y: hidden;
  position: relative;
  /*.slick-slide{ margin: 0 5px;}*/ }
  @media screen and (max-width: 768px) {
    .box-jumbotron {
      width: 100vw;
      margin: 0 -20px; } }
  @media (max-width: 576px) {
    .box-jumbotron {
      width: 100vw;
      margin: 0 -20px; }
      .box-jumbotron.topindex {
        height: calc( 100vh - 74px); }
        .box-jumbotron.topindex .slide img {
          height: calc( 100vh - 74px); } }
  .box-jumbotron .slick-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden; }
  .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; }
  .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 1em 1em;
  border-bottom: 1px solid #cccccc;
  margin: 0 1em 1em 0; }
  .box-search-conditions .store-search-conditions {
    display: none; }
    @media (max-width: 576px) {
      .box-search-conditions .store-search-conditions {
        display: block;
        text-align: right; } }
    .box-search-conditions .store-search-conditions a {
      color: blue; }
  .box-search-conditions.top_bar {
    padding-top: 1em;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    margin-bottom: 0; }
  .box-search-conditions.margin-0 {
    width: calc(100% + 3em);
    margin-left: -1.5em;
    margin-right: -1.5em; }

.box-breadcrumblist {
  padding: 0;
  margin: 0 0 -1em 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow-x: auto; }
  @media screen and (max-width: 768px) {
    .box-breadcrumblist {
      font-size: 0.8em !important; } }
  .box-breadcrumblist li {
    display: inline-block;
    line-height: 130% !important; }
    .box-breadcrumblist li a, .box-breadcrumblist li strong {
      display: inline-block;
      padding: 0.3em 1.5em 0.3em 0;
      white-space: nowrap;
      color: #000;
      max-width: 90vw;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative; }
    .box-breadcrumblist li a::after {
      content: '>';
      display: block;
      position: absolute;
      right: 0.5em;
      top: 0.3em; }
    .box-breadcrumblist li a:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.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: 1em;
      padding-right: 1em;
      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 {
    column-gap: 1em;
    row-gap: 1em;
    -ms-grid-rows: 1em;
    -ms-grid-colmns: 1em;
    padding-bottom: 1em; }
  .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%;
  /* 2021/05/06 */ }
  .box-top-list .list-Flex a,
  .box-list a {
    text-decoration: none;
    color: #000; }
  .box-top-list .list-Flex li,
  .box-list li {
    display: block;
    width: calc(25% - 1em);
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
    @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);
        margin-left: 1em;
        margin-right: 1em; } }
    .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: 6px solid #FF6E00; }
    .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%;
      padding-bottom: 56.2%;
      overflow: hidden;
      position: relative;
      margin-bottom: 0.5em; }
      .box-top-list .list-Flex li .head .bg-pic,
      .box-list li .head .bg-pic {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover; }
      .box-top-list .list-Flex li .head .bg-pic:hover,
      .box-list li .head .bg-pic:hover {
        transform: scale(1.2);
        transition-duration: 0.5s; }
    .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: 0 0.5em 0.5em; }
    .box-top-list .list-Flex li .datetime,
    .box-list li .datetime {
      font-size: 0.8em;
      padding: 0 0.5em 0.5em;
      line-height: 1.2em;
      display: block;
      width: 100%; }
    .box-top-list .list-Flex li .cap,
    .box-list li .cap {
      font-size: 1em;
      line-height: 1.5em;
      padding: 0 0.5em 0.5em;
      display: block;
      width: 100%; }
    .box-top-list .list-Flex li .cap1,
    .box-list li .cap1 {
      font-size: 1em;
      line-height: 1.5em;
      padding: 0 0.5em 0.5em;
      display: block;
      width: 100%;
      height: 4.7em;
      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: 0 0.5em 0.5em;
      color: #666;
      line-height: 1.2em;
      display: block;
      width: 100%;
      height: 2.5em;
      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: 0 0.5em 0.5em;
      color: #666;
      line-height: 1.2em;
      display: block;
      width: 100%; }
    .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: 0;
      left: 0; }
    .box-top-list .list-Flex li .event-label,
    .box-list li .event-label {
      display: block;
      padding: 0.5em;
      font-size: 0.8em;
      line-height: 0.8em;
      position: absolute;
      border-radius: 4px;
      top: 10px;
      right: 10px; }
    .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; }

main .box-top-list .list-Flex li,
main .box-list li,
admim .box-top-list .list-Flex li,
admin .box-list li {
  width: calc(33% - 1em); }
  @media screen and (max-width: 1000px) {
    main .box-top-list .list-Flex li,
    main .box-list li,
    admim .box-top-list .list-Flex li,
    admin .box-list li {
      width: calc(50% - 1em); } }
  @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: 100%; } }
  @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% - 3em ); } }

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; }
      @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-bottom: 1em;
  width: 100%;
  column-gap: 0.5em; }
  @media (max-width: 576px) {
    .box-button-area:not(.nowrap) {
      flex-wrap: wrap; } }
  @media (max-width: 576px) {
    .box-button-area.reverce:not(.nowrap) {
      flex-direction: column-reverse; } }
  .box-button-area.left {
    justify-content: flex-start; }
  .box-button-area.right {
    justify-content: flex-end; }
  .box-button-area.between {
    justify-content: space-between; }
  .box-button-area:not(.nowrap) div {
    padding: 0.2em; }
    @media (max-width: 576px) {
      .box-button-area:not(.nowrap) div {
        min-width: 0;
        width: 100%; }
        .box-button-area:not(.nowrap) div input, .box-button-area:not(.nowrap) div .btn {
          min-width: 0;
          width: 100%;
          max-width: 100%; } }
    .box-button-area:not(.nowrap) div input[type="text"] {
      min-width: 250px !important; }
  .box-button-area.full > div {
    flex-basis: 100%; }

.box-detail-title {
  padding: 1em 0;
  margin: 0 1em 20px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%; }
  @media (max-width: 576px) {
    .box-detail-title {
      margin: 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.5em; } }

.box-detail-list {
  display: block;
  padding: 1em 0 1em 0; }
  .box-detail-list dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    border-top: 1px dotted #ccc; }
    .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: dotted 1px #ccc; }
    .box-detail-list dl dd {
      display: block;
      flex-basis: calc(100% - 120px);
      padding: 0.5em 0 0.5em 0.5em;
      border-bottom: dotted 1px #ccc; }
      .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: 1em;
  width: 100%;
  column-gap: 1em;
  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: 480px;
  margin-bottom: 1em;
  overflow-y: hidden;
  /*.slick-slide{ margin: 0 5px;}*/ }
  @media screen and (max-width: 768px) {
    .box-slick-slide {
      height: 60vw; } }
  .box-slick-slide .slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 768px) {
      .box-slick-slide .slide img {
        height: 60vw; } }
  .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; }

.box-menu-admin {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .box-menu-admin {
      box-shadow: none; } }
  .box-menu-admin li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc; }
  .box-menu-admin li a {
    display: block;
    color: #000;
    padding: 1em;
    width: 100%;
    height: 100%;
    position: relative; }
  .box-menu-admin li a.active {
    background-color: #ECF2FF; }
  .box-menu-admin li a:hover {
    background-color: #ECF2FF; }
  .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%); }
  .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: 2px solid #fff;
    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 2px 4px rgba(0, 0, 0, 0.4);
  padding: 1.5em;
  min-width: 0;
  background-color: #fff;
  margin-bottom: 1em;
  min-width: 0;
  max-width: 1200px;
  width: 100%;
  /*	>.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 .box-flex {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media (max-width: 576px) {
    .box-edit-unit {
      padding: 1em; }
      .box-edit-unit > .box-message {
        margin-top: -1em;
        margin-bottom: -1em; } }
  .box-edit-unit.noshade {
    box-shadow: none;
    background-color: transparent; }
  .box-edit-unit.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .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: 1em; }
    @media (max-width: 576px) {
      .box-edit-unit > h2 {
        padding-top: 0.5em; } }
  .box-edit-unit h2.midashi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 150%;
    width: 100%;
    justify-content: space-between;
    padding: 1em 0; }
    @media (max-width: 576px) {
      .box-edit-unit h2.midashi {
        padding-top: 0.5em; } }
    .box-edit-unit h2.midashi div {
      width: auto; }
      .box-edit-unit h2.midashi div button {
        margin: -1em 0; }
        @media (max-width: 576px) {
          .box-edit-unit h2.midashi div button {
            margin-top: -0.5em; } }
    .box-edit-unit h2.midashi small {
      display: block;
      font-size: 80%;
      color: #999999;
      font-weight: 300;
      margin-bottom: -0.5em; }
  .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.3em; }

.box-scroll-area {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 40vh;
  overflow-x: hidden;
  overflow-x: auto;
  border: 1px solid #ccc; }
  .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;
    border-radius: 4px !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: 1200px;
  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: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 1em; }
  @media (max-width: 576px) {
    .box-horizontal-row-col {
      margin: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; } }
  @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;
    text-align: center;
    flex-basis: 50%;
    min-height: 1px; }
    @media (max-width: 576px) {
      .box-horizontal-row-col div {
        display: block;
        min-width: 100%;
        padding-bottom: 0.5em;
        margin-bottom: 0; } }
  .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: 1200px;
  margin-bottom: 1em;
  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: 1200px;
  margin-bottom: 1em;
  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) {
    .box-horizontal-row-half {
      flex-wrap: wrap; } }
  .box-horizontal-row-half > div:not(.box-horizontal) {
    width: 50%;
    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 {
    min-width: 440px;
    width: 50%; }
    @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: 1200px;
  margin-bottom: 1em;
  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) {
    .box-horizontal-row-search {
      flex-wrap: wrap; } }
  .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 {
        min-width: 100%;
        margin-bottom: 8px; }
        .box-horizontal-row-search > div > div {
          margin-bottom: 8px; } }
    .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; }
  .box-table.margin-0 {
    margin-left: -1.5em;
    margin-right: -1.5em; }
    @media (max-width: 576px) {
      .box-table.margin-0 {
        margin-left: 0;
        margin-right: 0; } }

.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: #EEEEEE;
    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 {
  width: 100%;
  position: relative;
  border-radius: 10px; }
  .box-picture-change img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover; }
  .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: 1px solid #ccc;
  margin-bottom: 1em;
  width: 100%;
  height: calc( 100vh - 440px);
  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; }

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: 100%;
  margin: 0 auto 2em;
  border-radius: 4px;
  overflow: hidden; }

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

._progress_flow ._progress_flowItem.is-current {
  position: relative;
  background: #4d73be; }

._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;
  border-color: transparent transparent transparent #4d73be; }

@media screen and (max-width: 768px) {
  ._progress_flow {
    width: calc(100vw - 2em); }

  ._progress_flow ._progress_flowItem {
    font-size: 12px; }

  ._progress_flow ._progress_flowItem.is-current::after {
    border-width: 30px 0 30px 12px; } }
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; } }
  ul.picList-2col li {
    display: block;
    flex-basis: 50%;
    padding-top: 1em;
    min-height: calc(100px + 1em); }
    ul.picList-2col li .pic {
      display: block;
      width: 100px;
      height: 100px;
      float: left;
      margin-right: 0.5em;
      border-radius: 4px;
      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: 0 -1.5em; }
  .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: 1px solid #666;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5em 0 0.5em 1em;
    width: 100%; }
    @media (max-width: 576px) {
      .box-message .box-msg-list {
        flex-wrap: wrap;
        padding: 0.5em 0 0 1em;
        justify-content: flex-end;
        align-items: flex-start; } }
    .box-message .box-msg-list.head {
      border-top: 1px solid #666;
      background-color: #F3F3F3 !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;
        flex-basis: 20% !important; }
      @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: #3D4DF7;
        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: #ED3DF7;
        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-left: 2em;
          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-bottom: 4px; }
        .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: 2em;
          overflow: visible; } }
      .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: 0;
              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-right: 1em;
          text-align: right;
          font-size: 80%; } }
    .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; }
      @media (max-width: 576px) {
        .box-message .box-msg-list .msg-activity {
          font-size: 80%;
          margin: 0;
          padding: 5px 0;
          order: 8;
          height: auto;
          overflow-x: visible;
          text-align: center; } }
      .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 35px 25px;
      overflow: hidden;
      border-bottom: 2px dotted #606060; }
      @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: 65px;
        top: 7px; }
      .box-message .box-msg-box .msg-from.from::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f359";
        color: #3D4DF7;
        top: 0px;
        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: 2px dotted #606060; }
      @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: 1px solid #ccc;
  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; }

/* graph */
.graph-blue-top {
  border-top: 4px solid #3D5DB1; }
  .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 #4D73BE;
    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 -10px;
        width: calc(100% + 40px); } }
  .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: 1em;
  margin-right: 1em;
  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: 1px solid #ccc;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 1em;
    background-color: #fff; }
    list_category category heads {
      position: relative;
      display: block;
      padding: 1.2em 0.5em 1.2em 1em;
      border-bottom: 1px solid #ccc;
      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;
      border-bottom: 1px solid #ccc;
      gap: 10px;
      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: 35px;
          height: 42px; }
    list_category list_topic topic {
      display: block;
      padding: 1.2em 3em 1.2em calc(36px + 1.5em);
      border-bottom: 1px solid #ccc;
      position: relative;
      cursor: pointer; }
      list_category list_topic topic pic {
        display: block;
        position: absolute;
        left: 1em;
        top: calc(50% - 18px);
        border: 1px solid #ccc;
        border-radius: 8px; }
        list_category list_topic topic pic img {
          width: 36px;
          height: 36px;
          border-radius: 8px;
          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: 1px solid #ccc;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 1em;
    background-color: #fff;
    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: 60px; }
      @media screen and (max-width: 768px) {
        list_topic topic title, list_topic comment title {
          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: #4D73BE !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: #4D73BE !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; }

.box-reaction {
  display: block;
  margin-top: 1.5em; }
  .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: #4D73BE;
  border-bottom: 1px solid #ccc;
  color: #fff;
  height: 74px;
  /*@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_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 29px;
    position: absolute;
    left: 10px;
    top: 25px;
    cursor: pointer; }
    @media (max-width: 576px) {
      .l-header .logo {
        width: 130px;
        height: 24px;
        left: 20px;
        top: 25px; } }
  .l-header .left-menu {
    display: flex;
    position: absolute;
    left: 260px;
    top: 16px; }
    @media screen and (max-width: 768px) {
      .l-header .left-menu {
        display: none; } }
    .l-header .left-menu li {
      display: block; }
      .l-header .left-menu li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px; }
      .l-header .left-menu li a:hover,
      .l-header .left-menu li a.active {
        background-color: #3f65b0;
        stroke: #fff; }
  .l-header .right-menu {
    display: flex;
    position: absolute;
    right: 1em;
    top: 10px; }
    .l-header .right-menu > li:not(.text) {
      display: block;
      padding: 10px 10px; }
      .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: #3f65b0;
        stroke: #fff; }
    .l-header .right-menu > li.text {
      color: #fff; }
      .l-header .right-menu > li.text a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        margin-top: 7px; }
      .l-header .right-menu > li.text a:hover,
      .l-header .right-menu > li.text a.active {
        background-color: #3f65b0;
        stroke: #fff; }
    .l-header .right-menu > li.hidesp {
      display: block; }
      @media screen and (max-width: 768px) {
        .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 #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 #ticket, .l-header .right-menu #mymenu {
        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: 2px 2px 3px #ccc;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .main_info {
      font-size: 14px; } }
  .main_info .info_head {
    position: relative; }
    .main_info .info_head > img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      max-width: 100%;
      display: block;
      object-fit: cover !important;
      aspect-ratio: 8/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.4); }
      .main_info .info_catch .btn:hover {
        background-color: #fff; }
    .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 .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: 1px solid #EEEEEE; }
      .main_info .wrp_member_info .right_info .item:last-of-type {
        border-bottom: 0px solid #EEEEEE; } }
    .main_info .wrp_member_info .right_info .item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #EEEEEE;
      padding: 15px 0; }
      .main_info .wrp_member_info .right_info .item .t_main {
        font-weight: bold;
        width: 25%;
        min-width: 150px;
        padding-right: 1em; }
        @media screen and (max-width: 768px) {
          .main_info .wrp_member_info .right_info .item .t_main {
            width: 30%; } }
      .main_info .wrp_member_info .right_info .item .text {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .main_info .wrp_member_info .right_info .item .text {
            width: 100%; } }

.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,
detail2 > ._progress_flow {
  max-width: calc( 100% - 40px);
  margin-left: 10px; }
  @media screen and (max-width: 768px) {
    detail > h2, detail > ._progress_flow,
    detail2 > h2,
    detail2 > ._progress_flow {
      max-width: 100%; } }

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

.sec_tit {
  margin-bottom: 20px; }

.sec_tit .item_tit .sub {
  color: #DA5019;
  font-weight: bold;
  font-size: 14px; }

.sec_tit .item_tit .main {
  font-weight: 700;
  font-size: 27px; }

.sec_tit .item_btn a {
  display: inline-block; }

.sec_tit .item_btn .tit_btn {
  background-color: #fff;
  color: #4D73BE;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: 1px 3px 1px #ccc; }

.sec_tit .item_btn .tit_btn i {
  margin-left: 10px; }

.btn_box .tit_btn {
  background-color: #fff;
  color: #4D73BE;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: 1px 3px 1px #ccc; }

.btn_box .tit_btn i {
  margin-left: 10px; }

.member .btn_box .tit_btn {
  background-color: #fff;
  color: #4D73BE;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: 1px 3px 1px #ccc; }

.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: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 10px 40px; }

.com_name {
  font-weight: bold;
  margin-bottom: 30px; }

.wrp_main-box {
  display: flex;
  max-width: 100%; }

.wrp_main-box .left_side {
  width: 320px;
  min-width: 320px; }

.wrp_main-box .main_box {
  width: 100%;
  overflow-x: hidden;
  padding-left: 20px; }

.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 {
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 10px;
  margin-bottom: 30px; }

.main_info .info_head {
  position: relative; }

.main_info .info_head > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.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;
  position: absolute;
  top: -5px;
  left: -5px; }

.main_info .info_content {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.main_info .up_box {
  padding: 70px 30px 0;
  border-bottom: solid 2px #CCCCCC; }

.main_info .up_box > .t_main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

.main_info .up_box .sub_info .box {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px; }

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

.main_info .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 .bottom_box {
  padding: 40px 30px 40px; }

.bottom_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px; }

.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: 2px 2px 3px #ccc;
  border-radius: 10px;
  padding: 15px 0 15px;
  background-color: #fff; }

.bottom_info .info_title {
  font-size: 21px;
  font-weight: bold;
  border-left: 5px solid #4D73BE;
  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; }

.wrp-public_slick {
  padding: 0 40px;
  margin-bottom: 70px; }

.public_slick a {
  display: block;
  box-shadow: 2px 2px 3px #ccc;
  margin-bottom: 5px; }

.public_slick li {
  padding: 0 5px; }

.public_slick .item_img {
  position: relative; }

.public_slick .item_img .cat {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 5px 30px;
  background-color: #6AB441;
  color: #fff;
  font-size: 12px;
  font-weight: bold; }

.public_slick .item_img .status {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px; }

.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: 15px 15px; }

.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: 12px;
  min-height: 36px; }

.public_slick .slick-prev {
  left: -33px;
  transform: none; }

.public_slick .slick-next {
  right: -25px;
  transform: none; }

.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: #4D73BE; }

.public_slick .slick-dots li {
  margin: 0 8px; }

.public_slick .item_img {
  display: block;
  width: 100%;
  padding-bottom: 56.2%;
  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; }

.wrp_event, .wrp_event_end, .wrp_member {
  margin-bottom: 70px; }

.wrp_event .sec_tit, .wrp_event_end .sec_tit, .wrp_member .sec_tit {
  padding-left: 40px; }

.wrp_event .item_btn, .wrp_event_end .item_btn, .wrp_member .item_btn {
  padding-right: 40px; }

.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: 72px; }

.member .main_info {
  margin-bottom: 70px; }

.member .main_info .info_catch img {
  max-width: 250px;
  max-height: 250px; }

.member .info_sns {
  display: flex;
  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: 30px; }

.member .wrp_member_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }

.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;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #ccc;
  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: #4D73BE;
  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: 1050px) {
  .wrp_main-box {
    flex-wrap: wrap-reverse; }

  .wrp_main-box .main_box {
    width: 100%;
    max-width: none;
    padding-left: 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; }

  .wrp_main-box .main_box {
    width: 100%;
    max-width: none;
    padding-left: 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: 24px; }

  .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 {
    padding: 50px 15px 0; }

  .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: 1px solid #ccc;
    padding: 10px 0; }

  .main_info .up_box .sub_info .box {
    padding: 0px 5px;
    border-top: 0px solid #000; }

  .main_info .bottom_box {
    padding: 20px 15px 30px;
    font-size: 14px; }

  .bottom_info .info_title {
    font-size: 18px;
    padding-left: 10px; }

  .wrp-public_slick {
    padding: 0 30px; }

  .member .main_info .info_catch {
    left: 15px;
    bottom: -15px; }

  .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 .main_info .up_box {
    padding-top: 10px; }

  .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: 27px; }

  .member .left_info .btn_box {
    display: flex;
    justify-content: space-between; }

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

  .member .btn_box a {
    width: 49%;
    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; }

  .member .btn_box .tit_btn i {
    margin-right: 0; } }

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