.shareMenu {
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.shareMenu--bg {
  background: #008cd6;
}
.shareMenu__list {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shareMenu__item {
  width: 25%;
  margin: 0 -1px 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.shareMenu__item > a, .shareMenu__item > button {
  color: inherit;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.shareMenu__item--current a::after, .shareMenu__item--current button::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ff871d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shareMenu__childWrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  overflow: visible;
  pointer-events: none;
}
.shareMenu__childWrap.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
.shareMenu__child {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ecf4ff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}
.shareMenu__childItem:not(:first-child) {
  border-top: 1px solid #ecf4ff;
}
.shareMenu__childItem > a {
  background: #ff871d;
  display: block;
  padding: 5px 1em;
}
.spMenuOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spMenuOverlay.show {
  display: block;
}
.main {
  background-color: #000;
  background-image: url(../img/share/bg_share.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main--bg1 {
  background: #F3F3F7;
}
.main--bg2 {
  background: #FDF6F1;
}
.database__result {
  margin: 40px 0 0;
}
.database__pager {
  margin: 30px 0 0;
}
.searchArea__inner {
  max-width: 1100px;
  margin: auto;
}
.searchArea__row {
  margin: 25px 0;
}
.searchArea__menuList {
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchArea__menuItem {
  text-align: center;
  width: 150px;
  margin: 0 1px 0 0;
}
.searchArea__menuItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 8px 0;
  background: #fff;
}
.searchArea__menuItem--current a {
  color: #fff;
  background: #3176d5;
}
.searchRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.searchRow__item {
  margin: 0 10px 10px 0;
}
.searchRow__item select, .searchRow__item input[type=text], .searchRow__item input[type=email], .searchRow__item input[type=password], .searchRow__item input[type=number], .searchRow__item input[type=date] {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchRow__item ._keywords {
  width: 300px;
}
.searchRow__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
  gap: 10px;
}
.searchRow__submit, .searchRow__export {
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 32px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchRow__submit {
  background: #008cd6;
  border: 2px solid #fff;
  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;
}
.searchRow__submit--noborder {
  border: none;
}
.searchRow__submit::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_search2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 9px 0 0;
}
.searchRow__export {
  display: none;
}
.termSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.termSelect label {
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 0 5px 0 10px;
}
.termSelect ._dash {
  font-weight: 500;
  color: #fff;
}
.termSelect--black label, .termSelect--black ._dash {
  color: #333;
}
.dbResult {
  overflow: auto;
  padding: 0 20px 20px;
}
.dbResult table {
  font-size: 10px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #000;
  background: #fff;
  margin: auto;
}
.dbResult th,
.dbResult td {
  white-space: nowrap;
  border: 1px solid #000;
  padding: 0.5em;
}
.dbResult th._align-left,
.dbResult td._align-left {
  text-align: left;
}
.dbResult th {
  color: #fff;
  font-weight: 500;
  background: #002060;
  position: sticky;
  top: 0;
}
.dbResult th:nth-child(1) {
  left: -20px;
  z-index: 2;
}
.dbResult td {
  color: #000;
  background: #fff;
}
.dbResult td:nth-child(1) {
  position: sticky;
  left: -20px;
  z-index: 1;
}
.dbResult td ._text {
  text-align: left;
  white-space: normal;
  margin: auto;
  width: 300px;
}
.dbResult tr:nth-child(odd) td {
  background: #d0cece;
}
.summary__searchRow {
  margin: 0 0 25px;
}
.sumResult {
  width: 100%;
  overflow: auto;
  padding: 0 0 20px;
}
.sumResult__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sumResult__table {
  font-size: 14px;
  line-height: 1.1666666667;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
}
.sumResult__table--left {
  text-align: left;
  max-width: 110px;
  margin: 56px 0 0;
}
.sumResult__table--rt {
  margin: 0 5px;
}
.sumResult__th {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #90989f;
  padding: 0 10px;
  height: 35px;
}
.sumResult__th--rt, .sumResult__th--out {
  color: #000;
  font-size: 14px;
  text-align: left;
  background: #e2f0d9;
  height: 55px;
}
.sumResult__th--rt ._inner, .sumResult__th--out ._inner {
  display: block;
}
.sumResult__th--rt ._date, .sumResult__th--out ._date {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 5px 0 0;
}
.sumResult__th--out {
  background: #deebf7;
}
.sumResult__th--rt_1 {
  background: #ed3b61;
}
.sumResult__th--rt_2 {
  background: #f16180;
}
.sumResult__th--rt_3 {
  background: #2e75b6;
}
.sumResult__th--rt_4 {
  background: #5b9bd5;
}
.sumResult__th--rt_5 {
  background: #646464;
}
.sumResult__th--out_1 {
  background: #ed3b61;
}
.sumResult__th--out_2 {
  background: #f16180;
}
.sumResult__th--out_3 {
  background: #ff1966;
}
.sumResult__th--out_4 {
  background: #934bc9;
}
.sumResult__th--out_5 {
  background: #7a35ad;
}
.sumResult__th--out_6 {
  background: #2e75b6;
}
.sumResult__th--out_7 {
  background: #5b9bd5;
}
.sumResult__th--out_8 {
  background: #002060;
}
.sumResult__th--out_9 {
  background: #70ad47;
}
.sumResult__th--out_10 {
  background: #548235;
}
.sumResult__th--out_11 {
  background: #385723;
}
.sumResult__th--out_12 {
  background: #ed7d31;
}
.sumResult__th--out_13 {
  background: #e3573b;
}
.sumResult__th--out_14 {
  background: #ffc000;
}
.sumResult__td {
  font-size: 12px;
  white-space: nowrap;
  background: #f8f8f8;
  padding: 5px 10px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
}
.sumResult__numTd {
  white-space: nowrap;
  background: #f8f8f8;
  padding: 5px 10px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
}
.sumResult__numTd--rt_1 {
  background: #fde3e9;
}
.sumResult__numTd--rt_2 {
  background: #feecf0;
}
.sumResult__numTd--rt_3 {
  background: #d4e5f4;
}
.sumResult__numTd--rt_4 {
  background: #e6ebfa;
}
.sumResult__numTd--rt_5 {
  background: #d9d9d9;
}
.sumResult__numTd--out_1 {
  background: #fde3e9;
}
.sumResult__numTd--out_2 {
  background: #feecf0;
}
.sumResult__numTd--out_3 {
  background: #fdd3df;
}
.sumResult__numTd--out_4 {
  background: #eadcf4;
}
.sumResult__numTd--out_5 {
  background: #f3ebf9;
}
.sumResult__numTd--out_6 {
  background: #d4e5f4;
}
.sumResult__numTd--out_7 {
  background: #e6ebfa;
}
.sumResult__numTd--out_8 {
  background: #bdd7ee;
}
.sumResult__numTd--out_9 {
  background: #e2f0d9;
}
.sumResult__numTd--out_10 {
  background: #d8eacc;
}
.sumResult__numTd--out_11 {
  background: #c5e0b4;
}
.sumResult__numTd--out_12 {
  background: #feddce;
}
.sumResult__numTd--out_13 {
  background: #feddce;
}
.sumResult__numTd--out_14 {
  background: #fff2cc;
}
.sumResult__numTd ._num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
}
.sumResult__numTd ._unit {
  font-size: 12px;
  font-weight: 700;
}
.sumResult__moreBtn {
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 450px;
  height: 60px;
  background: #008cd6;
  position: relative;
  border-radius: 5px;
  display: block;
  margin: 40px auto 0;
}
.sumResult__moreBtn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin: -6px 0 0;
}
.summaryBottom {
  background-image: url(../img/login/login_bg_portal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sumBoxes__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 12px;
}
.sumBoxes__header--jisseki {
  background: #ffd9d9;
}
.sumBoxes__header--timeline {
  color: #fff;
  background: #06bb4e;
}
.sumBoxes__heading, .sumBoxes__date {
  font-size: 12px;
  margin: 0;
}
.sumBox {
  display: none;
}
.sumBox.show {
  display: block;
}
.sumBox__heading {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  text-align: center;
}
.sumBox__heading--hikari {
  background: #ff1966;
}
.sumBox__heading--mobile {
  background: #008ec0;
}
.sumBox__heading--timeline {
  background: #06bb4e;
}
.sumBox__body, .sumBox__tl {
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sumBox__body {
  background: #fff;
}
.sumBox__tl {
  background: #e2f0d9;
}
.jissekiSearch__inner {
  padding: 7.8125% 4.6875%;
}
.jissekiSearch__categories {
  margin: 0 auto 15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jissekiSearch__category {
  color: #002060;
  font-weight: 700;
  width: 50%;
}
.jissekiSearch__category button {
  display: block;
  width: 100%;
  padding: 1em;
  position: relative;
  background: #fff;
}
.jissekiSearch__category button.current {
  color: #fff;
  background: #002060;
}
.jissekiSearch__category button.current::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #002060;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin: 0 0 0 -5px;
}
.jissekiSearch__category:nth-child(1) button {
  border-radius: 5px 0 0 5px;
}
.jissekiSearch__category:nth-child(2) button {
  border-radius: 0 5px 5px 0;
}
.jissekiSearch__tabs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.jissekiSearch__tab {
  color: #002060;
  font-weight: 700;
  width: 50%;
}
.jissekiSearch__tab button {
  display: block;
  width: 100%;
  padding: 1em;
  position: relative;
  background: #d4e5f4;
}
.jissekiSearch__tab button.current {
  color: #fff;
}
.jissekiSearch__tab button.current::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin: 0 0 0 -5px;
}
.jissekiSearch__tab--hikari button {
  border-radius: 5px 0 0 0;
  background: rgba(255, 25, 102, 0.25);
}
.jissekiSearch__tab--hikari button.current {
  background: rgb(255, 25, 102);
}
.jissekiSearch__tab--hikari button.current::after {
  border-top: 8px solid rgb(255, 25, 102);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.jissekiSearch__tab--mobile button {
  border-radius: 0 5px 0 0;
  background: rgba(0, 142, 192, 0.25);
}
.jissekiSearch__tab--mobile button.current {
  background: rgb(0, 142, 192);
}
.jissekiSearch__tab--mobile button.current::after {
  border-top: 8px solid rgb(0, 142, 192);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.jissekiListWrap {
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.jissekiList {
  display: table;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jissekiList.out-left {
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}
.jissekiList.out-right {
  -webkit-transform: translate(120%, 0);
          transform: translate(120%, 0);
}
.jissekiList__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-row-group;
  width: 100%;
}
.jissekiList__back {
  font-size: 12px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
.jissekiList__back::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(0%2C%20140%2C%20214)%22%20d%3D%22M9.999%2C19.999%20C4.477%2C19.999%200.0%2C15.522%200.0%2C9.999%20C0.0%2C4.477%204.477%2C0.0%209.999%2C0.0%20C15.522%2C0.0%2019.999%2C4.477%2019.999%2C9.999%20C19.999%2C15.522%2015.522%2C19.999%209.999%2C19.999%20ZM14.309%2C9.166%20L8.895%2C5.523%20C8.586%2C5.315%208.189%2C5.295%207.861%2C5.469%20C7.533%2C5.644%207.329%2C5.985%207.329%2C6.356%20L7.329%2C13.642%20C7.329%2C14.14%207.533%2C14.355%207.861%2C14.529%20C8.9%2C14.608%208.172%2C14.647%208.333%2C14.647%20C8.530%2C14.647%208.726%2C14.590%208.895%2C14.476%20L14.309%2C10.833%20C14.586%2C10.647%2014.753%2C10.334%2014.753%2C9.999%20C14.753%2C9.665%2014.586%2C9.352%2014.309%2C9.166%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.jissekiItem {
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  display: table-row;
  width: 100%;
}
.jissekiItem.clickable {
  cursor: pointer;
}
.jissekiItem ._in, .jissekiItem ._small, .jissekiItem ._main, .jissekiItem ._num, .jissekiItem ._arrow {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.jissekiItem ._in::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}
.jissekiItem ._in.on::after {
  background: #00b050;
}
.jissekiItem ._main {
  font-size: 1.6666em;
  white-space: nowrap;
}
.jissekiItem ._store {
  font-size: 1.2em;
  white-space: normal;
}
.jissekiItem ._num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5em;
  text-align: right;
  white-space: nowrap;
}
.jissekiItem ._unit {
  font-weight: 700;
  font-size: 0.466666em;
}
.jissekiItem ._arrow {
  text-align: right;
}
.jissekiItem ._arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(0%2C%20140%2C%20214)%22%20d%3D%22M9.999%2C19.999%20C4.477%2C19.999%200.0%2C15.522%200.0%2C9.999%20C0.0%2C4.477%204.477%2C0.0%209.999%2C0.0%20C15.522%2C0.0%2019.999%2C4.477%2019.999%2C9.999%20C19.999%2C15.522%2015.522%2C19.999%209.999%2C19.999%20ZM14.309%2C9.166%20L8.895%2C5.523%20C8.586%2C5.315%208.189%2C5.295%207.861%2C5.469%20C7.533%2C5.644%207.329%2C5.985%207.329%2C6.356%20L7.329%2C13.642%20C7.329%2C14.14%207.533%2C14.355%207.861%2C14.529%20C8.9%2C14.608%208.172%2C14.647%208.333%2C14.647%20C8.530%2C14.647%208.726%2C14.590%208.895%2C14.476%20L14.309%2C10.833%20C14.586%2C10.647%2014.753%2C10.334%2014.753%2C9.999%20C14.753%2C9.665%2014.586%2C9.352%2014.309%2C9.166%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.photos {
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.photos__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
.photos__list::before, .photos__list::after {
  content: "";
  display: block;
  width: 360px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.photos__item {
  width: 360px;
}
.photos__header {
  font-size: 14px;
  background: #fff;
  padding: 1em;
}
.photos__header p {
  margin: 0;
}
.photos__header ._date {
  display: inline-block;
  margin: 0 1em 0 0;
}
.photos__image img {
  width: 100%;
  height: auto;
}
.contents--biz {
  padding: 0 0 55px;
}
.bizSchedule__header {
  margin: 0 auto 5px;
}
.bizSchedule__heading {
  color: #008cd6;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.bizSchedule__result {
  margin: 30px 0 0;
}
.bizSchedule__pager {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.bizSchedule__pagerName {
  font-size: 16px;
  font-weight: 700;
  background: rgba(0, 32, 96, 0.6);
  border-radius: 5px;
  padding: 3px 10px;
}
.bizSchedule__pagerBtns {
  display: none;
}
.bizSchedule__pagerBtns a {
  height: 34px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizSchedule__pagerBtns a ._prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.bizSchedule__pagerBtns a img {
  width: 20px;
  height: 20px;
}
.bizSchedule__weekItems {
  margin: 5px 0 0;
}
.dayItem {
  display: none;
}
.dayItem.currentDay {
  display: block;
}
.dayItem__date {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  background: #002060;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.dayItem__date a {
  height: 34px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dayItem__date a ._prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.dayItem__date a img {
  width: 20px;
  height: 20px;
}
.dayItem__acdn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dayItem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dayItem__footer {
  margin: 25px 0 0;
}
.dayItem__viewAll {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: #008cd6;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.dSchedule__acdn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dSchedule__footer {
  margin: 25px 0 0;
}
.dSchedule__viewAll {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: #008cd6;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.scheduleCard {
  font-size: 12px;
}
.scheduleCard.hide {
  display: none;
}
.scheduleCard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border-right: 15px solid #002060;
}
.scheduleCard a::after {
  content: "";
  display: block;
  background-image: url(../img/share/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -11px;
  margin: -3px 0 0;
}
.scheduleCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scheduleCard__labels {
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.scheduleCard__label {
  line-height: 15px;
  border-radius: 15px;
  padding: 0 10px;
}
.scheduleCard__label--channel {
  background: #2E75B6;
}
.scheduleCard__label--method {
  background: #FF5766;
}
.scheduleCard__label--num {
  background: #3B3838;
}
.scheduleCard__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 0 10px;
}
.scheduleCard__dataTitle {
  color: #008cd6;
}
.box__header {
  color: #fff;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  background: #002060;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.box__heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.box__headerRequired {
  font-size: 10px;
  background: #707F89;
  border-radius: 4px;
  line-height: 15px;
  width: 40px;
  text-align: center;
}
.box__body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
.box__inner {
  margin: auto;
}
.searchBtn {
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #008cd6;
  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;
  margin: auto;
}
.searchBtn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_search2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 9px 0 0;
}
.bizForm {
  font-size: 14px;
}
.bizForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.bizForm__item.disabled {
  opacity: 0.5;
}
.bizForm__item ._icon, .bizForm__item ._title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bizForm__item ._icon {
  line-height: 0;
}
.bizForm__item ._field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizForm__item ._label {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  border-radius: 15px;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bizForm__item ._label--blue {
  background: #004BB1;
}
.bizForm__item ._label--lb {
  background: #008cd6;
}
.bizForm__item--spWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bizForm input[type=text], .bizForm input[type=number], .bizForm input[type=date], .bizForm input[type=time], .bizForm select, .bizForm textarea {
  font-size: 16px;
  color: inherit;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  padding: 3px 5px;
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.bizForm input[type=text]._short, .bizForm input[type=number]._short, .bizForm input[type=date]._short, .bizForm input[type=time]._short, .bizForm select._short, .bizForm textarea._short {
  width: 90px;
}
.bizForm input[type=text]._max, .bizForm input[type=number]._max, .bizForm input[type=date]._max, .bizForm input[type=time]._max, .bizForm select._max, .bizForm textarea._max {
  width: 100%;
}
.bizForm input[type=text]._schedule_manager, .bizForm input[type=number]._schedule_manager, .bizForm input[type=date]._schedule_manager, .bizForm input[type=time]._schedule_manager, .bizForm select._schedule_manager, .bizForm textarea._schedule_manager {
  width: 100%;
}
.bizForm textarea {
  height: 240px;
  resize: vertical;
}
.bizForm input[type=file] {
  font-size: 10px;
}
.bizForm__desc {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.bizForm__radioBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.bizForm__radioBtns input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.bizForm__radioBtns label {
  width: 100px;
  height: 40px;
  background: #CDD6DD;
  display: grid;
  place-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.bizForm__radioBtns input[type=radio]:checked + label {
  color: #fff;
  background: #008cd6;
}
.bizForm__table, .bizForm__tr, .bizForm__td {
  display: block;
}
.bizForm__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.bizForm__th {
  text-align: left;
  font-weight: 400;
}
.bizForm__th ._label {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  border-radius: 15px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 8px 0 0;
}
.bizForm__th ._label--blue {
  background: #004BB1;
}
.bizForm__th ._label--lb {
  background: #008cd6;
}
.bizForm__th ._note {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.bizForm__error {
  color: #c00;
}
.bizForm__thInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.bizReport__header {
  color: #008cd6;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.bizReport__header ._data {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.bizReport__header ._data ._title {
  width: 4em;
}
.bizReport__heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.bizReport__formInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.bizReport__selectedImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.bizReport__selectedImages img {
  width: 100%;
  height: auto;
}
.bizReport__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.bizReport__btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 125px;
  height: 40px;
  display: grid;
  place-content: center;
  background: #707070;
  border-radius: 4px;
}
.bizReport__btn--register {
  background: #004BB1;
}
.bizOutpt__header {
  color: #008cd6;
  margin: 0 auto 5px;
}
.bizOutpt__header ._data {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.bizOutpt__header ._data ._title {
  width: 4em;
}
.bizOutpt__heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.bizOutpt__result {
  margin: 20px 0 0;
}
.dashboard__inner {
  margin: auto;
}
.dashboard__header {
  color: #008cd6;
  margin: 0 auto 5px;
}
.dashboard__header ._data {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.dashboard__header ._data ._title {
  width: 4em;
}
.dashboard__heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.dashboard__attention {
  color: #CC0000;
  background: #fff;
  border: 3px solid #CC0000;
  border-radius: 5px;
  padding: 15px;
  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;
  gap: 20px;
}
.dashboard__attention::before {
  content: "";
  display: block;
  width: 60px;
  height: 53px;
  background-image: url(../img/share/icon_attention.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.dashboard__attention p {
  margin: 0;
}
.dashboard__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 30px 0;
}
.dashboard__tab {
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  background: #CDD6DD;
  width: 100%;
  height: 45px;
  display: grid;
  place-content: center;
}
.dashboard__tab.current {
  color: #fff;
  background: #EB6732;
}
.dashboard__result {
  margin: 20px 0 0;
}
.dashboard__shopSummary {
  margin: 20px 0;
}
.dashboard__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 20px auto;
}
.bizSearchArea {
  --btn-color: #008cd6;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}
.bizSearchArea--orange {
  --btn-color: #EB6732;
}
.bizSearchArea__table {
  width: 100%;
}
.bizSearchArea__th {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  padding: 10px 15px 10px 0;
  width: 85px;
}
.bizSearchArea__th img {
  margin: 0 5px 0 0;
}
.bizSearchArea__td {
  padding: 10px 0;
}
.bizSearchArea input[type=text], .bizSearchArea input[type=number], .bizSearchArea input[type=date], .bizSearchArea input[type=time], .bizSearchArea select, .bizSearchArea textarea {
  font-size: 16px;
  color: inherit;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  padding: 3px 5px;
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.bizSearchArea input[type=text]._short, .bizSearchArea input[type=number]._short, .bizSearchArea input[type=date]._short, .bizSearchArea input[type=time]._short, .bizSearchArea select._short, .bizSearchArea textarea._short {
  width: 90px;
}
.bizSearchArea input[type=text]._max, .bizSearchArea input[type=number]._max, .bizSearchArea input[type=date]._max, .bizSearchArea input[type=time]._max, .bizSearchArea select._max, .bizSearchArea textarea._max {
  width: 100%;
}
.bizSearchArea textarea {
  resize: vertical;
}
.bizSearchArea__checkBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.bizSearchArea__checkBoxes input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.bizSearchArea__checkBoxes label {
  font-size: 13px;
  width: calc(50% - 3px);
  height: 40px;
  background: #CDD6DD;
  display: grid;
  place-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.bizSearchArea__checkBoxes input[type=checkbox]:checked + label {
  color: #fff;
  background: var(--btn-color);
}
.bizSearchArea__dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bizSearchArea__dt {
  padding: 10px 15px 10px 0;
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bizSearchArea__dt img {
  margin: 0 5px 0 0;
}
.bizSearchArea__dd {
  padding: 10px 0;
  width: 100%;
}
.bizSearchArea__searchBtn {
  background: var(--btn-color);
  margin: 20px auto;
}
.bizSearchArea__boxHeader {
  background: #002060;
  border-radius: 5px 5px 0 0;
  height: 45px;
  padding: 0 10px;
}
.bizSearchArea__resultNum {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.bizSearchArea__resultNumTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
}
.bizSearchArea__resultNumData {
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.bizSearchArea__resultNumData ._num {
  font-size: 24px;
}
.bizSearchArea__resultNumData ._unit {
  font-size: 16px;
}
.bizSearchArea__boxBody {
  border: 1px solid #002060;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.bizSearchArea__boxText {
  margin: 0 0 1em;
}
.bizSearchArea__boxBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.bizSearchArea__boxBtn {
  color: #fff;
  font-weight: 700;
  width: calc(50% - 3px);
  height: 40px;
  border-radius: 4px;
  display: grid;
  place-content: center;
}
.bizSearchArea__boxBtn--all {
  background: var(--btn-color);
}
.bizSearchArea__boxBtn--csv {
  background: #00A64B;
}
.shopSummary__headingRow {
  color: #fff;
  border-radius: 5px 5px 0 0;
  background: #002060;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  margin: 0;
}
.shopSummary__heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.shopSummary__lastDate {
  color: #002060;
  font-size: 10px;
  line-height: 2.14;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  margin: 5px 0;
  border-radius: 30px;
  background: #fff;
}
.shopSummary__lastDate:empty {
  display: none;
}
.shopSummary__info {
  background: #CDD6DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  padding: 10px 20px;
}
.shopSummary__infoItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.shopSummary__body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
.shopSummary__inner {
  margin: auto;
}
.shopSummary__row {
  padding: 20px 0;
}
.shopSummary__row + .shopSummary__row {
  border-top: 1px solid #707070;
}
.shopSummary__rowHeading {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
}
.shopSummary__rowHeading ._hikari {
  width: 150px;
}
.shopSummary__rowHeading ._mobile {
  width: 180px;
}
.shopSummary__rowHeading ._label {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  width: 90px;
}
.shopSummary__rowHeading ._label--blue {
  background: #004BB1;
}
.shopSummary__rowHeading ._label--lb {
  background: #008cd6;
}
.shopSummary__data {
  font-weight: 700;
}
.shopSummary__dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.shopSummary__dataItem ._title {
  color: #004BB1;
  font-size: 14px;
}
.shopSummary__dataItem ._data {
  font-size: 22px;
}
.shopSummary__searchItem {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
}
.shopSummary__searchItem ._title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shopSummary__searchItem ._field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shopSummary__searchItem input[type=text], .shopSummary__searchItem input[type=number], .shopSummary__searchItem input[type=date], .shopSummary__searchItem input[type=time], .shopSummary__searchItem select, .shopSummary__searchItem textarea {
  font-size: 16px;
  color: inherit;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  padding: 3px 5px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  background: #fff;
}
.shopSummary__searchItem textarea {
  resize: vertical;
}
.shopSummary__searchBtn {
  margin: 10px auto;
  background: #EB6732;
}
.bizDbResult {
  --header-color: #000;
  overflow: auto;
  padding: 0 20px 20px;
}
.bizDbResult--red {
  --header-color: #CC0000;
}
.bizDbResult__lastDate {
  color: #fff;
  font-size: 12px;
  line-height: 2.14;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  margin: 5px 0 5px auto;
  border-radius: 30px;
  background: #002060;
}
.bizDbResult__lastDate:empty {
  display: none;
}
.bizDbResult table {
  font-size: 10px;
  text-align: center;
  border-collapse: collapse;
  background: #fff;
  margin: auto;
}
.bizDbResult th,
.bizDbResult td {
  white-space: nowrap;
  padding: 0.5em;
}
.bizDbResult th._align-left,
.bizDbResult td._align-left {
  text-align: left;
}
.bizDbResult tr:nth-child(odd) td {
  background: #FDEFE7;
}
.bizDbResult tr[data-tr-href] {
  cursor: pointer;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
.bizDbResult tr[data-tr-href]:hover {
  opacity: 0.7;
}
.bizDbResult tr:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.bizDbResult th {
  color: #fff;
  font-weight: 500;
  background: var(--header-color);
  position: sticky;
  top: 0;
}
.bizDbResult th:nth-child(1) {
  left: -20px;
  z-index: 2;
}
.bizDbResult td {
  color: #000;
  background: #fff;
}
.bizDbResult td:nth-child(1) {
  position: sticky;
  left: -20px;
  z-index: 1;
}
.bizDbResult td ._text {
  text-align: left;
  white-space: normal;
  margin: auto;
  width: 300px;
}
.bizFooter {
  color: #fff;
  font-size: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #002060;
}
.bizFooter__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
}
.bizFooter__menuItem {
  width: 100%;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media print,screen and (min-width: 480px) {
  .shareMenu {
    font-weight: 700;
  }
  .shareMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1100px;
    height: 60px;
    margin: auto;
  }
  .shareMenu__list {
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shareMenu__item {
    width: auto;
    height: 100%;
    margin: 0;
    border: none;
  }
  .shareMenu__item > a, .shareMenu__item > button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
  }
  .shareMenu__item--spOnly {
    display: none;
  }
  .shareMenu__item:hover > .shareMenu__childWrap {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: auto;
  }
  .database__inner {
    width: auto;
  }
  .searchArea__menuList {
    font-size: 16px;
  }
  .searchRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .searchRow__btns {
    margin: 0 0 0 auto;
  }
  .searchRow__export {
    display: inline-block;
    background: #29794d;
  }
  .termSelect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dbResult table {
    min-width: 800px;
  }
  .summary__inner {
    width: auto;
  }
  .sumBoxes__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    padding: 70px 0;
    margin: auto;
  }
  .sumBoxes__header {
    display: none;
  }
  .sumBox {
    width: 350px;
    display: block;
  }
  .sumBox__heading {
    display: block;
  }
  .sumBox__tl {
    height: 520px;
    overflow: auto;
  }
  .jissekiSearch__inner {
    width: 725px;
    padding: 0;
  }
  .jissekiSearch__categories {
    margin: 0 auto 30px;
  }
  .jissekiSearch__tabs {
    display: none;
  }
  .jissekiSearch__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jissekiList__back {
    font-size: 14px;
  }
  .jissekiList__back::before {
    width: 14px;
    height: 14px;
  }
  .jissekiItem {
    font-size: 12px;
  }
  .jissekiItem ._in::after {
    width: 12px;
    height: 12px;
  }
  .jissekiItem ._arrow::after {
    width: 14px;
    height: 14px;
  }
  .bizSchedule {
    width: auto;
  }
  .bizSchedule__header {
    width: 800px;
  }
  .bizSchedule__searchArea {
    width: 800px;
    margin: auto;
  }
  .bizSchedule__pager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 32, 96, 0.6);
    border-radius: 5px;
    padding: 3px 10px;
    width: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
  }
  .bizSchedule__pagerName {
    background: none;
    padding: 0;
  }
  .bizSchedule__pagerBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .bizSchedule__weekItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    gap: 10px;
    margin: 15px 0 0;
  }
  .dayItem {
    display: block;
    width: 100%;
  }
  .dayItem__date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
  }
  .dayItem__date a {
    display: none;
  }
  .box__body {
    padding: 20px 40px;
  }
  .box__inner--fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bizForm__item--spWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bizForm input[type=text], .bizForm input[type=number], .bizForm input[type=date], .bizForm input[type=time], .bizForm select, .bizForm textarea {
    width: 190px;
  }
  .bizForm input[type=text]._mid, .bizForm input[type=number]._mid, .bizForm input[type=date]._mid, .bizForm input[type=time]._mid, .bizForm select._mid, .bizForm textarea._mid {
    width: 315px;
  }
  .bizForm input[type=text]._max, .bizForm input[type=number]._max, .bizForm input[type=date]._max, .bizForm input[type=time]._max, .bizForm select._max, .bizForm textarea._max {
    width: 100%;
  }
  .bizForm input[type=text]._schedule_manager, .bizForm input[type=number]._schedule_manager, .bizForm input[type=date]._schedule_manager, .bizForm input[type=time]._schedule_manager, .bizForm select._schedule_manager, .bizForm textarea._schedule_manager {
    width: 260px;
  }
  .bizForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .bizForm__table {
    display: table;
    border-top: 1px solid #CDD6DD;
    width: 100%;
  }
  .bizForm__tbody {
    display: table-row-group;
  }
  .bizForm__tr {
    display: table-row;
  }
  .bizForm__th, .bizForm__td {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #CDD6DD;
  }
  .bizForm__th {
    line-height: 20px;
    padding: 20px 20px 20px 0;
  }
  .bizForm__th ._note {
    display: block;
    margin: 0;
  }
  .bizForm__td {
    width: 100%;
    padding: 15px 0;
  }
  .bizReport {
    width: 800px;
  }
  .bizReport__header {
    width: 800px;
  }
  .bizReport__headerData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
  .bizReport__selectedImages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 710px;
    margin: auto;
  }
  .bizReport__selectedImages img {
    width: 345px;
  }
  .bizReport__btn {
    width: 300px;
    height: 60px;
  }
  .bizOutpt {
    width: 800px;
  }
  .bizOutpt__header {
    width: 800px;
  }
  .bizOutpt__result {
    margin: 30px 0 0;
  }
  .dashboard__inner {
    width: 800px;
  }
  .dashboard__header {
    width: 800px;
  }
  .dashboard__attention {
    padding: 20px;
  }
  .dashboard__attention::before {
    width: 81px;
    height: 72px;
  }
  .dashboard__result {
    margin: 30px 0 0;
  }
  .dashboard__shopSummary {
    margin: 30px 0;
  }
  .dashboard__schedule {
    width: 345px;
  }
  .bizSearchArea {
    padding: 20px 40px;
  }
  .bizSearchArea input[type=text], .bizSearchArea input[type=number], .bizSearchArea input[type=date], .bizSearchArea input[type=time], .bizSearchArea select, .bizSearchArea textarea {
    width: 190px;
  }
  .bizSearchArea input[type=text]._mid, .bizSearchArea input[type=number]._mid, .bizSearchArea input[type=date]._mid, .bizSearchArea input[type=time]._mid, .bizSearchArea select._mid, .bizSearchArea textarea._mid {
    width: 315px;
  }
  .bizSearchArea input[type=text]._max, .bizSearchArea input[type=number]._max, .bizSearchArea input[type=date]._max, .bizSearchArea input[type=time]._max, .bizSearchArea select._max, .bizSearchArea textarea._max {
    width: 100%;
  }
  .bizSearchArea__checkBoxes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
  }
  .bizSearchArea__checkBoxes label {
    width: 110px;
  }
  .bizSearchArea__box {
    width: 500px;
    margin: 0 auto 10px;
  }
  .bizSearchArea__boxBody {
    padding: 20px;
  }
  .shopSummary__headingRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    height: 50px;
  }
  .shopSummary__lastDate {
    font-size: 12px;
    margin: 5px 0 5px auto;
  }
  .shopSummary__info {
    height: 50px;
    gap: 10px 35px;
    padding: 10px 35px;
  }
  .shopSummary__body {
    padding: 20px 40px;
  }
  .shopSummary__inner--fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .shopSummary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .shopSummary__rowHeading {
    margin: 0;
  }
  .shopSummary__rowHeading ._hikari {
    width: 114px;
  }
  .shopSummary__rowHeading ._mobile {
    width: 138px;
  }
  .shopSummary__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 40px;
  }
  .shopSummary__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }
  .shopSummary__searchItem input[type=text], .shopSummary__searchItem input[type=number], .shopSummary__searchItem input[type=date], .shopSummary__searchItem input[type=time], .shopSummary__searchItem select, .shopSummary__searchItem textarea {
    width: 190px;
  }
  .shopSummary__searchBtn {
    margin: 0;
  }
  .bizDbResult table {
    min-width: 800px;
  }
}
/*# sourceMappingURL=share.css.map */
