*,
*:before,
*:after {
  box-sizing: content-box;
}

#lay-container {
  display: flex;
  width: 100%;
  /* height: 100%; */
  min-height: 100vh;
  text-align: left;
  background-color: #f6f6f7;
}

.lay-main-inner-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 32px;
  margin-bottom: 110px;
  overflow: hidden;
}

/* com-main-title-wrap
============================================================ */

.index-mode .com-main-title-wrap {
  margin: 0 0 24px;
}

#type-category.index-mode .com-main-title-wrap {
  margin: 0 0 18px;
}

.index-mode .lay-main-inner .panel-body.list-table-wrapper {
  border: none;
  box-shadow: none;
  border-radius: 0 0 8px 8px;
}

.index-mode .lay-main-inner h1.com-main-title {
  padding: 0 0 10px;
  margin: 0;
}

.index-mode .lay-main-inner > .content-wrap {
  padding: 0;
}

.index-mode .lay-head-inner {
  width: auto;
}

.sort-mode .lay-main-inner > .content-wrap {
  padding: 0;
}

.com-main-title-wrap {
  margin: 0 0 0;
  position: relative;
}
.com-main-title {
  width: 100%;
  /* padding: 10px 20px 10px; */
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  /* color: #333; */
  max-width: 460px;
}
.com-main-title i {
  margin-right: 0;
  color: #1b867b;
}
.com-main-title span {
  vertical-align: middle;
}
.com-main-title .sub-title {
  font-size: 14px;
  margin-left: 0;
  color: #666;
  vertical-align: middle;
}
.com-main-title .sub-title:before {
  content: '-';
  margin-left: 6px;
  margin-right: 6px;
}
.com-main-title-wrap .btn-right-csv {
  display: flex;
  align-items: center;
}
.com-main-title-wrap .btn-right-wrap {
  /* position: absolute; */
  top: 4px;
  right: 20px;
  width: auto;
}
.com-main-title-wrap .btn-right-wrap span[class^='icon-'],
.com-main-title-wrap .btn-right-wrap span[class*=' icon-'] {
  position: relative;
  padding-left: 20px;
  /* display: none; */
}
.com-main-title-wrap .btn-right-wrap span:before {
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0;
}
.fa-edit:before,
.fa-times:before,
.fa-download:before {
  margin: 0 8px 0 0;
}

.com-main-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}
.com-main-title-wrap .com-main-title {
  width: 300px;
  max-width: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-main-title-wrap .user-block {
  width: 120px;
  padding: 0 20px;
  text-align: right;
}
.com-main-title-wrap .user-block span {
  display: inline-block;
  margin-right: 8px;
  font-size: 11px;
}
.com-main-title-wrap .user-img-block,
.com-main-title-wrap .user-img-block img {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #fff;
  vertical-align: middle;
}
.com-main-title-wrap .user-img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* list-head-wrap / list-bottom-wrap
==================================================================================================== */

.list-head-wrap,
.list-bottom-wrap {
  margin-top: 0;
  margin-bottom: 6px;
}

.title_sort {
  margin-top: 13px;
}

.list-head-wrap,
.list-paging-wrap,
.list-paging-wrap ul {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.list-bottom-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  /* padding: 0 32px; */
}

.list-head-wrap .btn-wrap {
  margin: 5px;
}

.list-head-wrap .com-main-bulk-wrap .fp-select-wrap {
  width: 146px;
}

@media screen and (max-width: 1100px) {
  .list-head-wrap .fp-select-wrap {
    max-width: 80px;
  }
}

@media screen and (max-width: 767.98px) {
  .list-head-wrap .list-paging-wrap {
    display: none;
  }
  .list-bottom-wrap {
    justify-content: space-around;
  }
}

.list-paging-wrap li {
  /* margin-left: 5px; */
  border-radius: 50px;
}

.list-paging-wrap li a,
.list-paging-wrap li u {
  border-radius: 50px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  padding-top: 5px;
  margin-top: 8px;
  font-size: 12px;
}

.list-paging-wrap .btn-basic {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  border: none;
  box-shadow: none;
}

.list-paging-wrap a {
  text-decoration: underline;
}

.list-paging-wrap u {
  text-decoration: none;
}

.list-paging-wrap u:hover {
  background: none !important;
}

.list-paging-wrap .btn-basic:hover {
  border: none;
  box-shadow: none;
  background-color: #eee;
}

.list-paging-wrap .btn-basic .icon-arrow-right {
  padding-left: 10px !important;
  font-size: 11px !important;
  top: -10px !important;
}

.fa-chevron-left,
.fa-chevron-right {
  font-size: 11px !important;
  margin-top: 5px;
}

.list-paging-wrap .btn-basic .icon-arrow-right:before,
.list-paging-wrap .btn-basic .icon-arrow-left:before {
  font-size: 11px !important;
  top: 3px;
}

.icon-arrow-right:before {
  content: '\e902'; /* FontAwesomeの右向き矢印のコード */
  font-family: 'Font Awesome 5 Free'; /* フォントファミリーを指定 */
  font-weight: 900; /* フォントの太さを指定 */
}

.list-paging-wrap > span {
  white-space: nowrap;
  line-height: 46px;
  vertical-align: middle;
}

.list-paging-wrap .fp-select-wrap {
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 15px;
  margin-bottom: 3px;
}

.fp-select-wrap {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.fp-select-wrap:before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a3a3ab;
  border-right: 2px solid #a3a3ab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.fp-select-wrap.select-post {
  display: none;
}

a.over.btn-edit.btn-sp {
  display: inline-block;
  align-self: center;
  line-height: inherit;
  padding: 6px 16px;
  border-radius: 4px;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #1571da;
  border: 1px solid #1571da;
  color: #fff;
  text-decoration: none;
}

a.over.btn-edit.btn-sp:hover {
  border-color: #0a53be;
  opacity: unset;
}

a.over.btn-edit.btn-sp:hover {
  background-color: #0a53be;
}

.content-wrap > .panel-body-wrap {
  min-width: 896px;
  width: 100%;
  margin: 0 auto;
}

.header-view.catalog {
  display: flex;
}
.header-view.catalog a {
  padding-right: 20px;
}
.dashboard-tool-list-item {
  display: none;
}
.notice-img {
  text-align: center;
  margin-bottom: 15px;
}
.notice-img img {
  width: 127px;
}
.type-catalog .side-nav {
  margin-right: 0;
}
.btn.is-off {
  pointer-events: none !important;
  background-color: #edeef0 !important;
  border-color: #edeef0;
  color: #6d7175 !important;
}
.product-list-download,
.product-list {
  border-bottom: 1px solid #edeef0;
}
.type-catalog .side-nav-p a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 40px 8px 24px;
  color: inherit;
}
.type-catalog .product-list-download .side-nav-p a,
.type-catalog .product-list .side-nav-p a {
  background-color: #9e98e3;
  margin: 20px;
  padding: 12px 10px;
  border-radius: 5px;
  color: #fff;
}
.side-nav-p a svg {
  display: block;
  flex-shrink: 0;
  width: 20px;
  margin: 0 8px 0 0;
}
.product-list-download .side-nav-p svg .cls-icon,
.product-list .side-nav-p svg .cls-icon {
  fill: #fff !important;
}

/* add */
/* .side-nav-wrap {
  color: #fff;
  background: #355159;
  border-right: 1px solid #707070;
}
.side-nav-child a {
  color: #fff;
}

.side-nav-wrap .cls-1 {
  fill: #fff;
} */

.index-mode .content-wrap {
  margin-left: -32px;
  margin-right: -32px;
  padding: 0;
}
.com-main-title-wrap + .content-wrap {
  /* margin-left: -32px;
  margin-right: -32px; */
  padding: 0;
}

.list-head-wrap {
  padding: 4px 0;
}
.list-count-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-count-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-count-wrap .title {
  line-height: 26px;
}
.list-head-wrap .count-wrap {
  line-height: 26px;
}
.list-count-wrap .count {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  color: #1571da;
  border: solid 1px #bad6f4;
  border-radius: 20px;
  background: #e4effb;
  line-height: 1;
}

.list-count-wrap .count span {
  margin-right: 2px;
  font-size: 14px;
  font-weight: bold;
}

.btn-right-wrap {
  white-space: nowrap;
}
.btn-refinedsearch {
  padding: 7px 16px;
  line-height: 1;
}
.btn-right-wrap a span {
  font-size: 13px;
}

.index-mode .report-list {
  margin-bottom: 20px;
}

.record-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 32px;
  border-bottom: solid 1px #e1e3e5;
}
.record-header-items {
  /* width: calc(100% - 186px); */
  margin-left: 0;
  margin-right: 10px;
}
.record-header-items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.record-header-items li {
  display: flex;
  padding: 8px;
}
.record-header-items li:first-child {
  padding-left: 0;
}
.record-header-items .item-title {
  margin-right: 6px;
  padding: 0 6px;
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  font-size: 11px;
  color: #6d7175;
  white-space: nowrap;
}
.record-header-items .item-value {
  display: inline-block;
  max-width: 130px;
  min-width: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.record-header-buttons {
  margin-left: auto;
}
.record-header-buttons a .cls-1 {
  fill: #1571da;
}
.record-header-buttons svg {
  padding-right: 6px;
}
.record-header-buttons a:hover .cls-1 {
  fill: #fff;
}

.record-block {
  background-color: #fff;
}

.record-body-header {
  padding: 16px 32px 0;
}

.record-body-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.record-body-header li {
  padding: 0 12px;
  border-left: solid 1px #e1e3e5;
}

.record-body-header li:last-child {
  border-right: solid 1px #e1e3e5;
}

.record-body-header li span {
  display: block;
}

.record-body-header li .item-title {
  min-width: 60px;
  margin-bottom: 4px;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #6d7175;
}

.record-body-header li .item-value {
  font-weight: bold;
  text-align: center;
}

.record-body-items {
  padding: 20px 32px;
}

.record-body-items .record-content-block {
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #f6f6f7;
  overflow: hidden;
}

.record-body-items .item-label {
  margin-bottom: 4px;
}

.record-body-items .item-title {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 4px;
  color: #6d7175;
}

.record-body-items .item-value {
  font-size: 13px;
  font-weight: normal;
}

.record-body-items span {
  min-width: 120px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.record-body-items .record-content-block ul {
  display: flex;
}

.record-body-items .record-content-block li {
  overflow: hidden;
}
.record-body-items .record-content-block li:not(:last-child) {
  margin-right: 16px;
}

.record-body-items {
  width: 100%;
  box-sizing: border-box;
}

.record-body-items .record-content-block + .record-content-block {
  margin-top: 10px;
}

.record-footer {
  border-bottom: solid 1px #e1e3e5;
}
.report-detail .article-tab {
  align-items: center;
  padding: 16px 32px;
}
.report-detail .article-tab h3 {
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
  font-weight: 300;
}
.report-detail .article-tab-item {
  display: block;
  margin: 0 6px;
  padding: 6px;
  border: solid 1px #9cd260;
  background: #fff;
  border-radius: 20px;
  /* width: 100%; */
  box-sizing: border-box;
}
.report-detail .article-tab-item.is-active {
  background: #9cd260;
}
.report-detail .article-tab-item:hover {
  color: #fff;
  background-color: #6ca22f;
}
.report-detail .article-tab-item span {
  font-size: 12px;
  color: #9cd260;
}
.report-detail .article-tab-item:hover span {
  color: #fff;
}
.report-detail .article-tab-item.is-active span {
  color: #fff;
}
.report-detail .article-tab-item.is-active:after {
  background: none;
}

/*checkbox*/
.fp-checkbox-wrap {
  line-height: 2;
}
.fp-checkbox-wrap ul li label,
.fp-radio-wrap ul li label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
}
.fp-checkbox-wrap ul li label input[type='checkbox'] {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
}
.fp-checkbox-wrap ul li label span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}

.fp-checkbox-wrap ul li label input[type='checkbox'] + span {
  position: relative;
  padding: 0 20px 0 30px;
}
.fp-checkbox-wrap ul li label input[type='checkbox'] + span:before,
.fp-checkbox-wrap ul li label input[type='checkbox'] + span:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}
.fp-checkbox-wrap ul:nth-of-type(1) label input[type='checkbox'] + span:before {
  border-color: #3b85fe;
}
.fp-checkbox-wrap ul:nth-of-type(1) label input[type='checkbox']:checked + span:before {
  background-color: #3b85fe;
}
.fp-checkbox-wrap ul li label input[type='checkbox']:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fp-checkbox-wrap ul li label input[type='checkbox'] + span:before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 5px;
}
.fp-checkbox-wrap ul li label input[type='checkbox'] + span:after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
/*radio*/
/* .fp-radio-wrap ul li label input[type='radio'] + span:before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
  z-index: 0;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px #000 solid;
} */
.fp-radio-wrap ul li label input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fp-radio-wrap ul li label input[type='radio'] + span {
  position: relative;
  padding: 0 20px 10px 28px;
}
.fp-radio-wrap ul:nth-of-type(1) label input[type='radio'] + span:before {
  border-color: #3b85fe;
}
.fp-radio-wrap ul:nth-of-type(1) label input[type='radio'] + span:before {
  border-color: #3b85fe;
}
.fp-radio-wrap ul li label input[type='radio']:checked + span:before {
  border-width: 6px;
}
/* edit-mode  */
.edit-mode .report-list {
  display: none;
}
.edit-mode .btn-right-wrap.list-option {
  display: none;
}

.edit-mode .report-detail .article-tab-item.is-active:after,
.edit-mode .report-detail .article-tab-item:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #1571da;
}

.edit-mode .report-detail .article-tab-item {
  border-radius: 0;
  background: transparent;
  border: none;
  margin: 0;
}

.edit-mode .report-detail .article-tab-item span {
  display: block;
  border-right: solid 1px #ccc;
}

.edit-mode .report-detail .article-tab-item:first-of-type span {
  border-left: solid 1px #ccc;
}

.edit-mode .report-detail .article-tab-item {
  background: transparent;
  padding: 18px 0;
}

.edit-mode .report-detail .article-tab-item.is-active span {
  color: #202223;
}

.edit-mode .report-detail .article-tab {
  margin: 0 32px;
  padding: 0 32px;
  border-radius: 8px;
}

.edit-mode .report-detail .article-tab-item span {
  color: #202223;
}

.edit-mode .report-detail .article-tab-item:hover {
  color: #202223;
  background-color: transparent;
}

.edit-mode .report-detail .article-tab-item.is-active {
  background: transparent;
}

.edit-mode .report-detail .article-tab-item:hover span {
  color: #202223;
}

.btn-right-wrap a {
  margin-left: 8px;
}
.btn-delete:hover:before {
  filter: none;
}
.com-main-title-wrap .btn-right-wrap a.btn-delete:hover span {
  text-decoration: underline;
}

.fp-body-block.input-position {
  position: relative;
  text-align: center;
  padding: 20px !important;
}
.position-image {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.fp-body-block.input-position .fp-radio-wrap {
  position: absolute;
  top: 0;
  left: 29px;
}

.fp-body-block.input-position .fp-radio-wrap li {
  position: absolute;
}

.fp-body-block.input-position input {
  margin: 0;
}

.fp-radio-wrap ul li label input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fp-radio-wrap ul li label input[type='checkbox'] + span {
  position: relative;
  /* padding: 0 20px 0 28px;
  display: block; */
}
.fp-radio-wrap ul li label span {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  z-index: 1;
}
.fp-radio-wrap ul li label input[type='checkbox']:checked + span:before {
  border-width: 3px;
  background-color: #3b85fe;
}
.fp-radio-wrap ul:nth-of-type(1) label input[type='checkbox'] + span:before {
  border-color: #ddd;
}
.fp-radio-wrap ul:nth-of-type(1) label input[type='checkbox']:checked + span:before {
  border-color: #3b85fe;
}

.fp-radio-wrap ul li label input[type='checkbox'] + span:before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
  z-index: 0;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px #000 solid;
}

.view .fp-radio-wrap ul li {
  pointer-events: none;
}
.view .fp-radio-wrap ul li label input[type='checkbox']:checked + span:before {
  background-color: transparent;
}

.panels-head-edit > a {
  margin-left: 8px;
}

.record-body-header li.textarea-type {
  width: 100%;
}

.record-body-header li.textarea-type .item-value {
  text-align: left;
  max-height: 180px;
  overflow-y: auto;
}
.lay-main-wrap.create-mode .nav-link-item,
.lay-main-wrap.duplicate-mode .nav-link-item,
.lay-main-wrap.new-mode .nav-link-item,
.lay-main-wrap.edit-mode .nav-link-item {
  position: relative;
  min-width: 140px;
  margin: 0;
  border-left: unset;
  border-right: unset;
}
.lay-main-wrap.create-mode .nav-link-item:last-child,
.lay-main-wrap.duplicate-mode .nav-link-item:last-child,
.lay-main-wrap.new-mode .nav-link-item:last-child,
.lay-main-wrap.edit-mode .nav-link-item:last-child {
  border-left: unset;
}
.lay-main-wrap.create-mode .nav-link-item:after,
.lay-main-wrap.duplicate-mode .nav-link-item:after,
.lay-main-wrap.new-mode .nav-link-item:after,
.lay-main-wrap.edit-mode .nav-link-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #e1e3e5;
  transform: translateY(-50%);
}
.lay-main-wrap.create-mode .article-tab-item,
.lay-main-wrap.duplicate-mode .article-tab-item,
.lay-main-wrap.new-mode .article-tab-item,
.lay-main-wrap.edit-mode .article-tab-item {
  padding: 16px 0;
}
.lay-main-wrap.create-mode .article-tab-item:after,
.lay-main-wrap.duplicate-mode .article-tab-item:after,
.lay-main-wrap.new-mode .article-tab-item:after,
.lay-main-wrap.edit-mode .article-tab-item:after {
  content: '';
  display: block;
  position: absolute;
  /* top: 5; */
  left: 45%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #6d7175;
  border-right: 1px solid #6d7175;
  transform: rotate(133deg);
}
.lay-main-wrap.create-mode .article-tab-item span,
.lay-main-wrap.duplicate-mode .article-tab-item span,
.lay-main-wrap.new-mode .article-tab-item span,
.lay-main-wrap.edit-mode .article-tab-item span {
  display: inline-block;
  font-size: 12px;
  /* color: #202223; */
  background-color: #9cd260;
  border-radius: 12px;
  color: #fff;
  padding: 1px 8px;
  margin-bottom: 4px;
}
.lay-main-wrap.create-mode .article-tab-item p,
.lay-main-wrap.duplicate-mode .article-tab-item p,
.lay-main-wrap.new-mode .article-tab-item p,
.lay-main-wrap.edit-mode .article-tab-item p {
  font-size: 14px;
  color: #6d7175;
  position: relative;
  margin-bottom: 10px;
}
.lay-main-wrap.create-mode .nav-link-item .article-tab-item.is-active,
.lay-main-wrap.duplicate-mode .nav-link-item .article-tab-item.is-active,
.lay-main-wrap.new-mode .nav-link-item .article-tab-item.is-active,
.lay-main-wrap.edit-mode .nav-link-item .article-tab-item.is-active {
  background-color: #9cd260;
}
.lay-main-wrap.create-mode .article-tab-item.is-active span,
.lay-main-wrap.duplicate-mode .article-tab-item.is-active span,
.lay-main-wrap.new-mode .article-tab-item.is-active span,
.lay-main-wrap.edit-mode .article-tab-item.is-active span {
  background-color: #fff;
  color: #9cd260;
}
.lay-main-wrap.create-mode .article-tab-item.is-active p,
.lay-main-wrap.duplicate-mode .article-tab-item.is-active p,
.lay-main-wrap.new-mode .article-tab-item.is-active p,
.lay-main-wrap.edit-mode .article-tab-item.is-active p {
  color: #fff;
}
.lay-main-wrap.create-mode .article-tab-item.is-active:after,
.lay-main-wrap.duplicate-mode .article-tab-item.is-active:after,
.lay-main-wrap.new-mode .article-tab-item.is-active:after,
.lay-main-wrap.edit-mode .article-tab-item.is-active:after {
  background: none;
  bottom: 10px;
  border-color: #fff;
}
.edit-btns .next-step-btn {
  margin-right: 10px;
}

.cls-1 {
  fill: #5c5f62;
}

.efo-input-checkbox input {
  position: absolute;
  left: -9999px;
}

.efo-input-checkbox label {
  width: 100%;
  /* margin: 5px; */
  padding: 5px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  color: #202223;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  line-height: 40px;
  background-color: #f6f6f7;
  /* transition: background-color .2s, box-shadow .2s; */
}

.efo-input-checkbox label:hover,
input:focus + label {
  box-shadow: 0 0 8px rgb(227 227 227 / 30%);
}

.efo-input-checkbox input:checked + label {
  background-color: #355159;
  border: 1px solid #355159;
  color: #fff;
}

.efo-input-checkbox input:checked + label::before {
  background-color: #1571da;
}
.btn-basic {
  /* border: solid 1px #ccc;
  background-color: #fff; */
}
.new-icon {
  background: #9cd260;
  color: #fff;
  padding: 0 14px;
  border-radius: 20px;
}
.draft-icon {
  background: #999;
  color: #fff;
  padding: 0 14px;
  border-radius: 20px;
  margin-right: 5px;
}
.fp-range-wrap {
  display: inline-block;
  width: auto;
}
.fp-range-wrap .efo-input-message:not(.error) {
  display: none;
}

.btn-wrap {
  margin-left: 8px;
}

.list-option-slide-menu .fp-range-wrap {
  width: 144px;
  white-space: nowrap;
}

.message-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5000;
  display: none;
}

.message-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  padding: 32px 32px 11px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
  animation: fadeInAnime 0.8s cubic-bezier(0, 1, 0.8, 1);
  box-sizing: border-box;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translate(-50%, -75%);
  }
  10% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.message-container .content {
  line-height: 1.5;
  margin: 24px 0;
  font-size: 20px;
  font-weight: bold;
}

/* .item-search-list .count-wrap {
  display: flex;
  border-radius: 4px;
} */

/* .item-search-list .item-wrap {
  margin-right: 20px;
  margin-bottom: 14px;
  line-height: 32px;
} */

.item-wrap {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語や文章が折り返し可能に */
}
.item-search-list .item-value {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}

.item-value:has(span.item-value-child) {
  padding: 0;
  border: none;
}

.item-value-date,
.item-search-list .item-value .item-value-child {
  display: inline;
  padding: 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: solid 1px #355159;
  background-color: #355159;
  color: #fff;
}
