:root {
  --vh: 0;
}
.user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: initial;
}
.base-background_bg {
  background-color: #ede9dd;
}
.base-background_bg_f {
  background-color: #ede9dd !important;
}
.base-background_fore {
  color: #ede9dd;
  text-shadow: 0 0 0.5px;
}
.base-background_fore_f {
  color: #ede9dd !important;
  text-shadow: 0 0 0.5px;
}
.base-background_border {
  border-color: #ede9dd;
}
.base-background_border_f {
  border-color: #ede9dd !important;
}
.base-headline_bg {
  background-color: #335e67;
}
.base-headline_bg_f {
  background-color: #335e67 !important;
}
.base-headline_fore {
  color: #335e67;
  text-shadow: 0 0 0.5px;
}
.base-headline_fore_f {
  color: #335e67 !important;
  text-shadow: 0 0 0.5px;
}
.base-headline_border {
  border-color: #335e67;
}
.base-headline_border_f {
  border-color: #335e67 !important;
}
.base-headline-text_bg {
  background-color: #ffffff;
}
.base-headline-text_bg_f {
  background-color: #ffffff !important;
}
.base-headline-text_fore {
  color: #ffffff;
  text-shadow: 0 0 0.5px;
}
.base-headline-text_fore_f {
  color: #ffffff !important;
  text-shadow: 0 0 0.5px;
}
.base-headline-text_border {
  border-color: #ffffff;
}
.base-headline-text_border_f {
  border-color: #ffffff !important;
}
.base-contents-background_bg {
  background-color: #ffffff;
}
.base-contents-background_bg_f {
  background-color: #ffffff !important;
}
.base-contents-background_fore {
  color: #ffffff;
  text-shadow: 0 0 0.5px;
}
.base-contents-background_fore_f {
  color: #ffffff !important;
  text-shadow: 0 0 0.5px;
}
.base-contents-background_border {
  border-color: #ffffff;
}
.base-contents-background_border_f {
  border-color: #ffffff !important;
}
.base-text_bg {
  background-color: #646464;
}
.base-text_bg_f {
  background-color: #646464 !important;
}
.base-text_fore {
  color: #646464;
  text-shadow: 0 0 0.5px;
}
.base-text_fore_f {
  color: #646464 !important;
  text-shadow: 0 0 0.5px;
}
.base-text_border {
  border-color: #646464;
}
.base-text_border_f {
  border-color: #646464 !important;
}
.base-link-text_bg {
  background-color: #3f74aa;
}
.base-link-text_bg_f {
  background-color: #3f74aa !important;
}
.base-link-text_fore {
  color: #3f74aa;
  text-shadow: 0 0 0.5px;
}
.base-link-text_fore_f {
  color: #3f74aa !important;
  text-shadow: 0 0 0.5px;
}
.base-link-text_border {
  border-color: #3f74aa;
}
.base-link-text_border_f {
  border-color: #3f74aa !important;
}
.base-error-text_bg {
  background-color: #e61e64;
}
.base-error-text_bg_f {
  background-color: #e61e64 !important;
}
.base-error-text_fore {
  color: #e61e64;
  text-shadow: 0 0 0.5px;
}
.base-error-text_fore_f {
  color: #e61e64 !important;
  text-shadow: 0 0 0.5px;
}
.base-error-text_border {
  border-color: #e61e64;
}
.base-error-text_border_f {
  border-color: #e61e64 !important;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  padding: 0.3em;
}
.button-basic,
a.button-basic,
button.button-basic {
  background-color: #fffcfaff;
  color: #606060ff;
  border-color: #606060ff;
  text-shadow: 0 0 0.5px;
}
.button-basic:active,
a.button-basic:active,
button.button-basic:active {
  background-color: #c8c8c8ff;
  color: #ffffffff;
  border-color: #606060ff;
  text-shadow: 0 0 0.5px;
}
.button-action,
a.button-action,
button.button-action {
  background-color: #3a72b2ff;
  color: #f8f8f8ff;
  border-color: #6e82dcff;
  text-shadow: 0 0 0.5px;
}
.button-action:active,
a.button-action:active,
button.button-action:active {
  background-color: #6acedeff;
  color: #0050ffff;
  border-color: #6e82dcff;
  text-shadow: 0 0 0.5px;
}
.button-caution,
a.button-caution,
button.button-caution {
  background-color: #b85454ff;
  color: #f8f8f8ff;
  border-color: #c88282ff;
  text-shadow: 0 0 0.5px;
}
.button-caution:active,
a.button-caution:active,
button.button-caution:active {
  background-color: #ffd9deff;
  color: #ff3a11ff;
  border-color: #c88282ff;
  text-shadow: 0 0 0.5px;
}
button.button:disabled,
button.button:disabled:active {
  background-color: darkgray;
  color: lightgray;
  border-color: lightgray;
  text-shadow: 0 0 0.5px;
}
input,
textarea {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  color: inherit;
  text-shadow: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
input.reset,
textarea.reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  height: unset;
  resize: none;
}
input.fit-width {
  width: 100%;
}
textarea.fit-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
input[type='number'].no-spin {
  -moz-appearance: textfield;
}
input[type='number'].no-spin::-webkit-inner-spin-button,
input[type='number'].no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#loading {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
#loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1.5, 1.5) translate(-50%, -50%);
}
.pickr .pcr-button {
  width: 4rem;
  height: 4rem;
  border: 1px solid #646464;
  border-radius: 0;
}
.pickr .pcr-button::before,
.pickr .pcr-button::after {
  border-radius: 0;
}
.pcr-app .pcr-swatches button {
  padding: 0;
}
.lazyload-fadein .lazyload,
.lazyload-fadein .lazyloading {
  opacity: 0;
}
.lazyload-fadein .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  z-index: 10000;
}
.modal-bg {
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
}
.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
.modal-content .close-modal {
  cursor: pointer;
}
body.modal-open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
}
#modal-prompt .modal-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-height: 90vh;
  max-height: calc(var(--vh, 1vh) * 90);
  max-height: 90dvh;
}
#modal-prompt header,
#modal-prompt footer {
  height: 3.0rem;
  min-height: 3.0rem;
  padding: 0 0.5rem;
}
#modal-prompt header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#modal-prompt header .title {
  flex-grow: 1;
  font-size: 1.5rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
#modal-prompt header .close-modal {
  font-size: 2.0rem;
}
#modal-prompt main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
  font-size: 1.2rem;
  min-height: 5rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: normal;
}
#modal-prompt footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#modal-prompt footer > button {
  flex: 1;
}
#modal-prompt footer > button.hide {
  visibility: hidden;
}
section.detail-partial .splide .splide__track {
  background-color: rgba(0, 0, 0, 0.8);
}
section.detail-partial .splide .splide__slide {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
section.detail-partial .splide .splide__slide img {
  max-width: 100%;
}
section.detail-partial .splide .splide__slide .video-container {
  width: 100%;
}
section.detail-partial .splide .splide__pagination {
  bottom: unset;
  top: .5em;
}
section.detail-partial .single-image {
  display: block;
  width: 100%;
  text-align: center;
}
section.detail-partial .single-image > img {
  max-width: 100%;
}
section.detail-partial .padding-y {
  padding: 0 0.5rem;
}
section.detail-partial .text-wrap {
  overflow-wrap: break-word;
  word-break: break-all;
}
section.detail-partial .title {
  font-size: 1.2rem;
  margin: 1rem 0;
  overflow-wrap: break-word;
  word-break: break-all;
}
section.detail-partial .datetime,
section.detail-partial .location,
section.detail-partial .author {
  overflow-wrap: break-word;
  word-break: break-all;
}
section.detail-partial .summary {
  white-space: pre-wrap;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-all;
  margin-top: 1.3rem;
}
section.detail-partial .files {
  margin-top: 1.3rem;
}
section.detail-partial .files:empty {
  display: none;
}
section.detail-partial .files li.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
section.detail-partial .files li.file-item img.file-icon {
  width: 1.5rem;
  height: 1.5rem;
}
section.detail-partial .files li.file-item .file-name-area {
  flex: 1;
  margin: 0 0.3rem;
  line-height: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 0;
}
section.detail-partial .files li.file-item .file-name-area .file-name {
  color: var(--scs-link-text);
  cursor: pointer;
}
section.detail-partial .map {
  margin-top: 1.3rem;
  width: 100%;
  border: solid 1px var(--scs-text_light);
}
section.detail-partial .map::before {
  content: '';
  display: block;
  padding-top: 100%;
}
section.detail-partial .map .place-card {
  font-size: 0.8rem;
  margin-top: 0.5em;
  margin-right: 0.5em;
  padding: 0.5em;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}
section.detail-partial .jorudan {
  margin: 0.5rem 0;
  text-align: center;
}
section.detail-partial .jorudan > a {
  padding: 0.5rem;
}
.card-form.stacked > .margin-v {
  margin-top: 0.5rem;
}
.card-form.stacked label,
.card-form.stacked .label {
  display: block;
  font-size: 0.875rem;
}
.card-form.stacked label > *,
.card-form.stacked .label > * {
  font-size: 1rem;
}
.card-form.stacked label > input:not([type='checkbox']):not([type='radio']),
.card-form.stacked .label > input:not([type='checkbox']):not([type='radio']),
.card-form.stacked label > textarea,
.card-form.stacked .label > textarea,
.card-form.stacked label > select,
.card-form.stacked .label > select,
.card-form.stacked label > .form-controls,
.card-form.stacked .label > .form-controls {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.card-form.stacked label > .form-controls.stacked,
.card-form.stacked .label > .form-controls.stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-form input,
.card-form select,
.card-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-shadow: inherit;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
}
.card-form textarea {
  resize: vertical;
}
.card-form label,
.card-form select,
.card-form input[type='checkbox'],
.card-form input[type='radio'] {
  cursor: pointer;
}
.card-form input,
.card-form textarea,
.card-form select {
  border: none;
  height: unset;
  background-color: var(--scs-text_lightest);
  border-radius: 3px;
}
.card-form input[type="checkbox"],
.card-form textarea[type="checkbox"],
.card-form select[type="checkbox"],
.card-form input[type="radio"],
.card-form textarea[type="radio"],
.card-form select[type="radio"] {
  border: var(--scs-text_light) solid 1px;
}
.card-form input,
.card-form select {
  height: 2.3em;
  padding: 0 0.625em;
  vertical-align: middle;
}
.card-form textarea {
  padding: 0.375em 0.625em;
}
.card-form label.checkbox,
.card-form label.radio {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}
.card-form label.checkbox > input[type='checkbox'],
.card-form label.radio > input[type='checkbox'],
.card-form label.checkbox > input[type='radio'],
.card-form label.radio > input[type='radio'] {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.card-form input[type='checkbox'] {
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.card-form input[type='checkbox']:checked::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.35em;
  height: 0.7em;
  top: 50%;
  left: 0.15em;
  margin-top: -0.6em;
  transform: rotate(45deg);
  border-right: 0.2em solid;
  border-bottom: 0.2em solid;
}
.card-form input[type='checkbox']:disabled {
  opacity: 0.5;
}
.card-form input[type='radio'] {
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 0;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.card-form input[type='radio']:checked::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: var(--scs-text);
}
.card-form input[type='radio']:disabled {
  opacity: 0.5;
}
.card-form button.button.card-button {
  background-color: var(--scs-text_lightest);
  color: var(--scs-text);
  border-color: var(--scs-text_lighter);
  margin: 0;
}
.card-form button.button.card-button.primary {
  border-color: var(--scs-text);
}
.card-form button.button.card-button.icon {
  padding: 0.1em;
}
.card-form button.button.card-button:active {
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
.modal-bg {
  background-color: var(--scs-text);
}
#modal-prompt .modal-content {
  background-color: var(--scs-contents-background);
}
#modal-prompt .modal-content header {
  background-color: var(--scs-headline);
  color: var(--scs-headline-text);
}
#modal-prompt .modal-content footer {
  background-color: var(--scs-background);
}
#modal-prompt .modal-content footer button.button.button-basic {
  background-color: var(--scs-button-basic-normal-background);
  color: var(--scs-button-basic-normal-text);
  border-color: var(--scs-button-basic-normal-border);
}
#modal-prompt .modal-content footer button.button.button-basic:active {
  background-color: var(--scs-button-basic-active-background);
  color: var(--scs-button-basic-active-text);
  border-color: var(--scs-button-basic-active-border);
}
#modal-prompt .modal-content footer button.button.button-action {
  background-color: var(--scs-button-action-normal-background);
  color: var(--scs-button-action-normal-text);
  border-color: var(--scs-button-action-normal-border);
}
#modal-prompt .modal-content footer button.button.button-action:active {
  background-color: var(--scs-button-action-active-background);
  color: var(--scs-button-action-active-text);
  border-color: var(--scs-action-basic-active-border);
}
#modal-prompt .modal-content footer button.button.button-caution {
  background-color: var(--scs-button-caution-normal-background);
  color: var(--scs-button-caution-normal-text);
  border-color: var(--scs-button-caution-normal-border);
}
#modal-prompt .modal-content footer button.button.button-caution:active {
  background-color: var(--scs-button-caution-active-background);
  color: var(--scs-button-caution-active-text);
  border-color: var(--scs-button-caution-active-border);
}
.datetime-input {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -0.3em;
}
.datetime-input input.check {
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0.6em;
}
.datetime-input input.date {
  min-width: 0;
  flex: 0 0 11em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  text-align: center;
}
.datetime-input div.time {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.3em;
}
.datetime-input div.time input.hour,
.datetime-input div.time input.minute {
  min-width: 0;
  width: 2.5em;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.datetime-input div.time .colon {
  width: 0.7em;
}
body {
  margin-bottom: 4.0rem;
}
body.scs-background-image::before {
  max-width: 800px;
}
a {
  color: inherit;
}
svg.icon-close-filled {
  display: block;
}
svg.icon-close-filled path {
  fill: var(--scs-contents-background);
  stroke: var(--scs-text);
}
svg.icon-close-filled line {
  stroke: var(--scs-text);
}
body > header {
  margin-bottom: 1rem;
}
body > header .cover-area {
  display: grid;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body > header .cover-area > * {
  grid-area: 1/1;
}
body > header .cover-area .cover {
  min-width: 100%;
  max-width: 100%;
}
body > header .cover-area .card-name {
  text-align: center;
  align-self: end;
  margin: 0.5rem;
  font-size: 1.5rem;
}
body > nav.sticky-header {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.5rem;
  align-items: center;
  justify-content: right;
  visibility: hidden;
}
body > nav.sticky-header a.button {
  font-size: 1.5rem;
  border-radius: 50%;
}
body > nav.sticky-footer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  align-items: center;
  justify-content: left;
  visibility: hidden;
}
body > nav.sticky-footer a.button {
  font-size: 1.5rem;
  border-radius: 50%;
}
body > nav.sticky-footer.show {
  visibility: visible;
}
body > main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.searching > header,
body.searching > main {
  visibility: hidden;
}
div.headline {
  display: block;
  width: 100%;
  height: 2.0rem;
  background-color: var(--scs-headline);
  color: var(--scs-headline-text);
}
div.headline.header-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
div.headline.header-headline > a,
div.headline.header-headline > span {
  display: inline-block;
  margin: 0 0.5rem;
  cursor: pointer;
}
div.headline.header-headline .user {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 0;
  padding-right: 0.5rem;
}
div.headline.header-headline .user .user-id {
  max-width: 6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.headline.header-headline .user ion-icon {
  font-size: 1.5rem;
}
div.headline.header-headline .user ul.logout {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  margin-top: 0.2rem;
  border: solid 1px;
  background-color: var(--scs-headline);
  color: var(--scs-headline-text);
}
div.headline.header-headline .user ul.logout > li {
  padding: 0.3rem 0.5rem;
}
div.headline.header-headline .user.expand .logout {
  display: block;
}
div.headline.header-headline .user.expand .user-id {
  display: none;
}
.section-title {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.section-title-line-height {
  line-height: 1.2;
}
.section-title-tab {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-title-tab li {
  display: inline-block;
  width: 90%;
}
.section-title-tab li a {
  padding: 0 2vw;
  cursor: pointer;
}
.tab-select {
  color: #646464 !important;
  border-bottom: solid 3px;
}
.tab-un-select {
  color: #8c8c8c !important;
}
section.card-section {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
section.card-section > header {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
section.card-section.list > header {
  position: relative;
}
section.card-section.list > header .button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
}
section.card-section.list > div.see-more {
  text-align: center;
  padding: 0.5rem 0;
  display: none;
  cursor: pointer;
}
section.card-section.calendar div.calendar {
  width: 100%;
  border-style: solid;
  border-width: 1px;
}
section.card-section.calendar div.calendar iframe {
  display: block;
}
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-icon,
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-mark {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
}
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-icon img,
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-mark img,
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-icon svg,
section.card-section.calendar article.list-item .outline .outline-main .title span.jorte-mark svg {
  width: 100%;
  height: 100%;
}
section.card-section.calendar article.list-item .outline .outline-main .title span {
  display: inline;
  vertical-align: middle;
}
section.card-section.calendar aside.forecast-credit {
  text-align: right;
  font-size: 0.8rem;
}
section.card-section.calendar aside.forecast-credit.hide {
  display: none;
}
section.card-section.calendar .daily-list header {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}
section.card-section.calendar .daily-list header article.forecast {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.card-section.calendar .daily-list header article.forecast.hide {
  display: none;
}
section.card-section.calendar .daily-list header article.forecast figure.weather img {
  width: 4rem;
  filter: drop-shadow(2px 2px 2px #72716d);
}
section.card-section.calendar .daily-list header article.forecast div.values {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}
section.card-section.calendar .daily-list header article.forecast div.values div.temperature {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
section.card-section.calendar .daily-list header article.forecast div.values div.temperature span.high {
  color: red;
}
section.card-section.calendar .daily-list header article.forecast div.values div.temperature span.separator {
  margin: 0 0.2rem;
}
section.card-section.calendar .daily-list header article.forecast div.values div.temperature span.low {
  color: blue;
}
section.card-section.calendar .daily-list header article.forecast div.values div.precipitation {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  font-size: 0.8rem;
}
section.card-section.calendar .daily-list header article.forecast div.values div.precipitation span.chance {
  margin-left: 0.2rem;
}
section.card-section.calendar .daily-list .event-appender {
  text-align: center;
  display: none;
}
section.card-section.calendar .daily-list .event-appender a {
  display: inline-block;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.6;
}
.info-related-with-content-view {
  cursor: default;
}
.info-related-with-content-view .action-icon {
  cursor: pointer;
}
.info-related-with-content-view > .icons {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
}
.info-related-with-content-view > .icons > .icons-left,
.info-related-with-content-view > .icons .icons-right {
  display: inline-flex;
  align-items: center;
}
.info-related-with-content-view > .icons > .icons-left > *,
.info-related-with-content-view > .icons .icons-right > * {
  display: inline-flex;
}
.info-related-with-content-view > .icons > .icons-left > .action-icon.hide,
.info-related-with-content-view > .icons .icons-right > .action-icon.hide {
  display: none;
}
.info-related-with-content-view > .icons > .icons-left {
  flex: 1;
  justify-content: left;
}
.info-related-with-content-view > .icons > .icons-left > .like-count {
  font-size: 0.8rem;
  margin-right: 0.7rem;
}
.info-related-with-content-view > .icons > .icons-right {
  justify-content: right;
}
.info-related-with-content-view > .comment-editor {
  padding: 0.3rem 0.5rem;
}
.info-related-with-content-view > .comment-editor input[type="text"] {
  height: 2rem;
  border: 1px solid var(--scs-text_light);
  border-radius: 5px;
  background-color: var(--scs-background_light);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.info-related-with-content-view > .comment-editor .comment-author-pane {
  position: relative;
  font-size: 1.0rem;
  margin-bottom: 0.4rem;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  display: none;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author > span {
  display: inline-block;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author > span.comment-author-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 0.2rem;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author > span.icon {
  display: inline-flex;
  font-size: 1.1rem;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author-input {
  visibility: visible;
}
.info-related-with-content-view > .comment-editor .comment-author-pane .comment-author-input input[name="author"] {
  width: 70%;
}
.info-related-with-content-view > .comment-editor .comment-author-pane.readonly .comment-author {
  display: flex;
  align-items: center;
}
.info-related-with-content-view > .comment-editor .comment-author-pane.readonly .comment-author-input {
  visibility: hidden;
}
.info-related-with-content-view > .comment-editor .comment-input {
  display: flex;
  align-items: center;
}
.info-related-with-content-view > .comment-editor .comment-input input[name="comment"] {
  flex: 1;
}
.info-related-with-content-view > .comment-editor .comment-input .action-icon.send-comment {
  display: inline-flex;
  font-size: 1.5rem;
  padding-left: 0.2rem;
}
.info-related-with-content-view > .comments {
  display: block;
  padding: 0.3rem 0.5rem;
}
.info-related-with-content-view > .comments:empty {
  display: none;
}
.info-related-with-content-view > .comments .comment-item {
  display: block;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  border-radius: 0.3rem;
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
.info-related-with-content-view > .comments .comment-item .author-row {
  display: flex;
  font-weight: bold;
}
.info-related-with-content-view > .comments .comment-item .author-row .author-info {
  flex: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  font-size: 0.8rem;
}
.info-related-with-content-view > .comments .comment-item .author-row .author-info .author {
  display: inline;
  margin-right: 0.2rem;
}
.info-related-with-content-view > .comments .comment-item .author-row .author-info .posted-at {
  display: inline-block;
}
.info-related-with-content-view > .comments .comment-item .author-row .action-icon {
  font-size: 1.0rem;
}
.info-related-with-content-view > .comments .comment-item .comment-body {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.info-related-with-content-view > .comments .comment-item .mine-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
}
.info-related-with-content-view > .no-comments {
  display: block;
  padding: 0.3rem 0.5rem;
  text-align: center;
}
.info-related-with-content-view > .see-more-comments {
  display: block;
  padding: 0.3rem 0.5rem;
  text-align: center;
  cursor: pointer;
}
div.list {
  margin-bottom: 0.5rem;
}
article.list-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  isolation: isolate;
  margin-bottom: 0.5rem;
  overflow: hidden;
  box-shadow: 0.05rem 0.05rem 0.2rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
article.list-item > .summary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-height: 5rem;
  word-break: break-all;
}
article.list-item > .summary > figure {
  display: inline-block;
  order: 1;
  min-width: 5rem;
  min-height: 5rem;
  max-width: 5rem;
  max-height: 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.list-item > .summary > figure > img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}
article.list-item > .summary .outline {
  display: flex;
  flex-direction: column;
  order: 0;
  padding: 0.5rem;
  flex-grow: 1;
  min-height: 4.0rem;
}
article.list-item > .summary .outline > .outline-main {
  flex-grow: 1;
}
article.list-item > .summary .outline .title {
  font-size: 1.0rem;
  vertical-align: top;
}
article.list-item > .summary .outline .title span.draft {
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  color: #76171E;
  background-color: #ECE632;
  border: var(--scs-text) solid 1px;
  border-radius: 3px;
  margin-right: 0.3rem;
}
article.list-item > .summary .outline .text-content {
  font-size: 0.9rem;
  opacity: 0.6;
}
article.list-item > .summary .outline .begin-end,
article.list-item > .summary .outline .location {
  display: none;
  font-size: 0.9rem;
  opacity: 0.6;
  line-height: 1;
}
article.list-item > .summary .outline .tags {
  margin-top: 0.3rem;
}
article.list-item > .summary .outline .tags > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
article.list-item > .summary .outline .tags > ul > li {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0 0.3rem;
  color: var(--scs-contents-background);
  background-color: var(--scs-text);
  border: solid 1px var(--scs-text);
  border-radius: 3px;
  overflow-wrap: anywhere;
}
article.list-item.expand > .summary {
  min-height: unset;
}
article.list-item.expand > .summary .outline {
  min-height: unset;
}
article.list-item.expand > .summary .outline .outline-main {
  margin-bottom: 0.4rem;
}
article.list-item.expand > .summary .outline .text-content {
  display: none;
}
article.list-item.expand > .summary .outline .begin-end,
article.list-item.expand > .summary .outline .location {
  display: list-item;
}
article.list-item .detail {
  font-size: 0.9rem;
  line-height: 1.5;
}
article.list-item .detail > .detail-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 0.5rem;
}
article.list-item .detail > figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
article.list-item .detail > figure::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
article.list-item .detail > figure > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.list-item .detail ul.files {
  padding: 0.9rem 0.5rem 0 0.5rem;
}
article.list-item .detail ul.files:empty {
  display: none;
}
article.list-item .detail ul.files li.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
article.list-item .detail ul.files li.file-item img.file-icon {
  width: 1.5rem;
  height: 1.5rem;
}
article.list-item .detail ul.files li.file-item .file-name-area {
  flex: 1;
  margin: 0 0.3rem;
  line-height: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 0;
}
article.list-item .detail ul.files li.file-item .file-name-area .file-name {
  color: var(--scs-link-text);
  cursor: pointer;
}
article.list-item .detail .open-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.9rem 0.5rem 0.3rem 0.5rem;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
article.list-item .detail .open-detail > .button.open {
  padding: 0.4rem;
}
article.list-item .detail .open-detail > .action-icon.menu {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.4rem;
  cursor: pointer;
}
article.list-item > .drag-handle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  width: 2rem;
  touch-action: none;
  opacity: 0.2;
}
article.list-item > .drag-handle > ion-icon {
  transform: rotate(90deg);
  font-size: 1.4rem;
  margin-left: -0.45rem;
}
article.list-item.dragging {
  opacity: 0.5;
  z-index: 1;
}
article.list-item.droppable-above {
  border-top: 3px solid;
}
article.list-item.droppable-below {
  border-bottom: 3px solid;
}
.list.images > figure {
  display: block;
  width: 100%;
}
.list.images > figure > img {
  width: 100%;
}
html.safari-issue-viewport .modal.standard-modal .modal-content {
  max-height: calc(var(--vh) * 95);
  top: calc(var(--vh) * 50);
}
#card-prompt .modal-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-height: 95vh;
  max-height: calc(var(--vh, 1vh) * 95);
  max-height: 95dvh;
  color: var(--scs-text);
}
#card-prompt .modal-content > section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background-color: var(--scs-contents-background);
}
#card-prompt .modal-content > section > header {
  padding: 0.5rem;
  text-align: center;
  line-height: 1;
  background-color: var(--scs-text_lighter);
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-height: 1rem;
}
#card-prompt .modal-content > section > main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
  min-height: 3rem;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
#card-prompt .modal-content > section > footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
}
#card-prompt .modal-content > section > footer > button {
  flex: 1;
}
#card-prompt .modal-content > section > footer > button.hide {
  visibility: hidden;
}
#card-prompt .modal-content > nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.75rem;
}
#card-prompt .modal-content > nav .close-modal {
  display: block;
}
#card-prompt .modal-content > nav .close-modal svg.icon-close-filled {
  width: 2.5rem;
  height: 2.5rem;
}
.modal.standard-modal .modal-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-height: 95vh;
  max-height: calc(var(--vh, 1vh) * 95);
  max-height: 95dvh;
  color: var(--scs-text);
}
.modal.standard-modal .modal-content > header .card-button-holder {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--scs-contents-background);
}
.modal.standard-modal .modal-content > header .card-button-holder > button.button.card-button {
  display: flex;
}
.modal.standard-modal .modal-content > header nav.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group button {
  font-size: 1.2rem;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group button.icon {
  font-size: 1.6rem;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.left {
  justify-content: left;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.left > button,
.modal.standard-modal .modal-content > header nav.buttons > .button-group.left .card-button-holder {
  margin: 0 0 0.5rem 0.3rem;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.left > *:first-child {
  margin-left: 0;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.right {
  justify-content: right;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.right > button,
.modal.standard-modal .modal-content > header nav.buttons > .button-group.right .card-button-holder {
  margin: 0 0.3rem 0.5rem 0;
}
.modal.standard-modal .modal-content > header nav.buttons > .button-group.right > *:last-child {
  margin-right: 0;
}
.modal.standard-modal .modal-content > header:empty {
  display: none;
}
.modal.standard-modal .modal-content > main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background-color: var(--scs-contents-background);
}
.modal.standard-modal .modal-content > main > header {
  padding: 0.5rem;
  text-align: center;
  line-height: 1;
  background-color: var(--scs-text_lighter);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.modal.standard-modal .modal-content > main > header:empty {
  display: none;
}
.modal.standard-modal .modal-content > main > main {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (hover: none) {
  .modal.standard-modal .modal-content > main > main::-webkit-scrollbar {
    display: none;
  }
}
.modal.standard-modal .modal-content > main > footer nav.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group button {
  font-size: 1.2rem;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group button.icon {
  font-size: 1.6rem;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.left {
  justify-content: left;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.left > button {
  margin: 0.5rem 0 0.5rem 0.3rem;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.left > *:first-child {
  margin-left: 0.5rem;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.right {
  justify-content: right;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.right > button {
  margin: 0.5rem 0.3rem 0.5rem 0;
}
.modal.standard-modal .modal-content > main > footer nav.buttons > .button-group.right > *:last-child {
  margin-right: 0.5rem;
}
.modal.standard-modal .modal-content > main > footer:empty {
  display: none;
}
.modal.standard-modal .modal-content > footer nav.closer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.75rem;
}
.modal.standard-modal .modal-content > footer nav.closer .close-modal {
  display: block;
}
.modal.standard-modal .modal-content > footer nav.closer .close-modal svg.icon-close-filled {
  width: 2.5rem;
  height: 2.5rem;
}
.modal.standard-modal .modal-content > footer:empty {
  display: none;
}
.modal.standard-modal.inactive .close-modal {
  visibility: hidden;
}
#event-detail .modal-content > main > main .partial-content {
  min-height: 9rem;
}
#event-detail .modal-content > main > main .related-info {
  padding-top: 1.3rem;
  font-size: 0.9rem;
}
#event-detail .modal-content > footer nav.closer {
  position: relative;
}
#event-detail .modal-content > footer nav.closer .jorudan-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#card-content-editor main.editor {
  padding: 0;
}
#card-content-editor .side-padding {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#card-content-editor input[type="file"].file-loader {
  display: none;
}
#card-content-editor .uploading-media .uploading-item {
  position: relative;
  margin: 0.5rem 0.5rem 0 0.5rem;
  min-height: 2rem;
}
#card-content-editor .uploading-media .uploading-item > .content {
  border-radius: 3px;
  overflow: hidden;
}
#card-content-editor .uploading-media .uploading-item:first-child:last-child {
  margin: 0;
}
#card-content-editor .uploading-media .uploading-item:first-child:last-child > .content {
  border-radius: 0;
}
#card-content-editor .uploading-media .uploading-item:first-child:last-child > div.uploading-video {
  border: none;
}
#card-content-editor .uploading-media .uploading-item > div.uploading-video {
  border: 1px solid var(--scs-text_light);
}
#card-content-editor .uploading-media .uploading-item a.remover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#card-content-editor .uploading-media .uploading-item a.remover svg {
  width: 2rem;
  height: 2rem;
}
#card-content-editor .uploading-media:empty {
  display: none;
}
#card-content-editor .video-uploading-notice {
  margin-top: 0.2rem;
  font-size: 0.7rem;
}
#card-content-editor .location-pane .editor-map {
  width: 100%;
  border: solid 1px var(--scs-text_light);
}
#card-content-editor .location-pane .editor-map::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#card-content-editor .location-pane .geocoding-pane {
  margin-top: 0.5rem;
}
#card-content-editor .location-pane .geocoding-pane .toggle-geocoding {
  cursor: pointer;
}
#card-content-editor .location-pane .geocoding-pane .geocoding .address-input {
  display: flex;
  align-items: center;
}
#card-content-editor .location-pane .geocoding-pane .geocoding .address-input input[name="address"] {
  flex: 1;
  margin-right: 0.3rem;
}
#card-content-editor .location-pane .geocoding-pane .geocoding ul.geocoding-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.5rem;
  max-height: 5rem;
  overflow-y: auto;
}
#card-content-editor .location-pane .geocoding-pane .geocoding ul.geocoding-results li.result {
  color: var(--scs-link-text);
  cursor: pointer;
}
#card-content-editor input[name="file-loader"] {
  display: none;
}
#card-content-editor ul.uploading-files:empty {
  display: none;
}
#card-content-editor ul.uploading-files li.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
#card-content-editor ul.uploading-files li.file-item img.file-icon {
  width: 1.5rem;
  height: 1.5rem;
}
#card-content-editor ul.uploading-files li.file-item .file-name {
  flex: 1;
  margin: 0 0.3rem;
  line-height: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 0;
}
#card-content-editor ul.uploading-files li.file-item .file-remover {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
#card-content-editor ul.uploading-files li.file-item .file-remover > * {
  display: block;
}
#card-content-editor .message-pane .message-input {
  display: none;
}
#card-content-editor .message-pane.notify .message-input {
  display: block;
}
#card-content-editor button[name="draft"] {
  font-size: 1rem;
}
#card-content-editor .tags {
  display: block;
}
#card-content-editor .tags .tag-item-style {
  display: inline-flex;
  align-items: center;
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
}
#card-content-editor .tags .tag-item-style.highlight {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
#card-content-editor .tags .tag-item-style ion-icon {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
#card-content-editor .tags .splide {
  margin-top: 0.5rem;
}
#card-content-editor .tags .splide .splide__track {
  background-color: transparent;
}
#card-content-editor .tags .splide .splide__track .splide__list .splide__slide {
  display: inline-flex;
  align-items: center;
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
}
#card-content-editor .tags .splide .splide__track .splide__list .splide__slide.highlight {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
#card-content-editor .tags .splide .splide__track .splide__list .splide__slide ion-icon {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
#card-content-editor .tags .wrapped-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
#card-content-editor .tags .wrapped-tags li {
  display: inline-flex;
  align-items: center;
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
  overflow-wrap: anywhere;
}
#card-content-editor .tags .wrapped-tags li.highlight {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
#card-content-editor .tags .wrapped-tags li ion-icon {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
#card-content-editor .tags.hide {
  display: none;
}
#tagging-editor .editor {
  padding: 0.5rem 0.5rem;
}
#tagging-editor .editor .tag-input-pane {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#tagging-editor .editor .tag-input-pane > label.tag-input {
  flex: 1;
}
#tagging-editor .editor .tag-input-pane > ion-icon.add-tag {
  display: block;
  font-size: 1.8rem;
  padding: 0.3rem 0 0.3rem 0.3rem;
  cursor: pointer;
}
#tagging-editor .editor ul.candidates {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.7rem;
  border-top: solid 1px var(--scs-text);
  padding-top: 0.5rem;
}
#tagging-editor .editor ul.candidates li {
  display: inline-flex;
  padding: 0.5rem 0.5rem 0.5rem 0.3rem;
  cursor: pointer;
  overflow-wrap: anywhere;
}
#tagging-editor .editor ul.candidates:empty {
  display: none;
}
.card-form.stacked label.hash-input {
  position: relative;
}
.card-form.stacked label.hash-input::before {
  content: "#";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  width: 1em;
  margin-top: 0.1rem;
  font-size: 1rem;
}
.card-form.stacked label.hash-input > input {
  padding-left: calc(0.625em + 1em);
}
#calendar-event-editor .editor {
  padding: 0 0.5rem;
}
#calendar-event-editor .title-color-tile .title-color .color-tile {
  width: 2rem;
  height: 2rem;
}
#calendar-event-editor .title-color-tile .title-color .preview-pane {
  padding: 0.3rem;
}
#calendar-event-editor .title-color-tile .title-color .preview-pane .preview {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
#calendar-event-editor .title-color-tile .fill-pane {
  margin-top: 0.3rem;
}
#calendar-event-editor .icon-tile .icon-pane {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#calendar-event-editor .icon-tile .icon-pane span.icon,
#calendar-event-editor .icon-tile .icon-pane span.mark {
  display: inline-block;
  padding: 0.2rem;
}
#calendar-event-editor .icon-tile .icon-pane span.icon img,
#calendar-event-editor .icon-tile .icon-pane span.mark img,
#calendar-event-editor .icon-tile .icon-pane span.icon svg,
#calendar-event-editor .icon-tile .icon-pane span.mark svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
#calendar-event-editor .icon-tile .icon-pane button {
  margin-left: 0.3rem;
}
#calendar-event-editor input[name="file-loader"] {
  display: none;
}
#calendar-event-editor ul.uploading-files:empty {
  display: none;
}
#calendar-event-editor ul.uploading-files li.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
#calendar-event-editor ul.uploading-files li.file-item img.file-icon {
  width: 1.5rem;
  height: 1.5rem;
}
#calendar-event-editor ul.uploading-files li.file-item .file-name {
  flex: 1;
  margin: 0 0.3rem;
  line-height: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 0;
}
#calendar-event-editor ul.uploading-files li.file-item .file-remover {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
#calendar-event-editor .image-loader {
  display: none;
}
#calendar-event-editor .uploading-images:empty {
  display: none;
}
#calendar-event-editor .uploading-image {
  position: relative;
  padding-right: 2rem;
  margin-top: 0.5rem;
}
#calendar-event-editor .uploading-image a.remover {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
}
#calendar-event-editor .message-pane .message-input {
  display: none;
}
#calendar-event-editor .message-pane.notify .message-input {
  display: block;
}
#begin-end-editor .editor {
  padding: 0 0.5rem;
}
#begin-end-editor .editor .label {
  margin-bottom: 0.1rem;
}
#begin-end-editor .editor .toggle-multi-row {
  display: none;
}
#begin-end-editor .editor .toggle-multi-row .toggle-multi {
  margin-left: 5rem;
  font-size: 1.2rem;
  cursor: pointer;
}
#begin-end-editor .editor.single-input .multi-item {
  display: none;
}
#begin-end-editor .editor.single-input .input-begin .datetime-input .check {
  display: none;
}
#begin-end-editor .editor.single-input .toggle-multi-row {
  display: block;
}
#begin-end-editor .editor .message-pane .message-input {
  display: none;
}
#begin-end-editor .editor .message-pane.notify .message-input {
  display: block;
}
#jorte-mark-editor .mark-shape-tile .shape-pane {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  margin: -0.5rem -1.5rem -0.5rem 0;
}
#jorte-mark-editor .mark-shape-tile .shape-pane label {
  margin: 0.5rem 1.5rem 0.5rem 0;
}
#jorte-mark-editor .mark-shape-tile .shape-pane label span.shape {
  display: inline-flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
#jorte-mark-editor .mark-shape-tile .shape-pane label span.shape.none {
  width: auto;
}
#jorte-mark-editor .mark-shape-tile .shape-pane label span.shape svg {
  width: 100%;
  height: 100%;
}
#jorte-mark-editor .mark-color-tile .mark-color .color-tile {
  width: 2rem;
  height: 2rem;
}
#jorte-mark-editor .mark-color-tile .mark-color .preview-pane {
  padding: 0.3rem;
}
#jorte-mark-editor .mark-color-tile .mark-color .preview-pane svg {
  width: 2.5rem;
  height: 2.5rem;
}
#jorte-mark-editor .mark-color-tile .fill-pane {
  margin-top: 0.3rem;
}
#jorte-mark-editor main.editor {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
#jorte-icon-selector main.icons {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
#jorte-icon-selector main.icons .icon-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#jorte-icon-selector main.icons .icon-pane img.jorte-icon {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
#confirm-editing-recurrence .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  flex-grow: 1;
  margin-top: -1rem;
}
#confirm-editing-recurrence .buttons > button {
  margin-top: 1rem;
  height: 3rem;
}
#confirm-calendar-event-editor .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  flex-grow: 1;
  margin-top: -1rem;
}
#confirm-calendar-event-editor .buttons > button {
  margin-top: 1rem;
  height: 3rem;
}
html.safari-issue-viewport .search-in-card-view.map-open .map-pane {
  height: calc(var(--vh) * 40);
}
.search-in-card-view .inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.search-in-card-view .map-pane {
  height: 0;
  transition: height 200ms linear 0ms;
}
.search-in-card-view .map-pane .search-map {
  height: 100%;
}
.search-in-card-view .map-pane .search-map figure.spotta-content-image {
  display: block;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.search-in-card-view .map-pane .search-map figure.spotta-content-image > img {
  width: 100%;
  height: 100%;
}
.search-in-card-view .map-pane .search-map.satellite figure.spotta-content-image {
  border: 1px solid white;
  box-shadow: 0 0 5px 3px rgb(180 180 180);
}
.search-in-card-view .search-pane .inner {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
.search-in-card-view .search-pane .search-controls {
  display: flex;
  align-items: center;
}
.search-in-card-view .search-pane .search-controls .text-condition {
  flex: 1;
  position: relative;
}
.search-in-card-view .search-pane .search-controls .text-condition .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  width: 1.5rem;
  padding-left: 0.2rem;
}
.search-in-card-view .search-pane .search-controls .text-condition input[name="text-condition"] {
  background-color: var(--scs-contents-background);
  padding-left: 1.6rem;
  width: 100%;
}
.search-in-card-view .search-pane .search-controls .icons {
  display: flex;
  align-self: stretch;
  font-size: 1.5rem;
  margin-left: 0.3rem;
}
.search-in-card-view .search-pane .search-controls .icons .action-icon {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  cursor: pointer;
}
.search-in-card-view .search-pane .search-controls .icons .action-icon.toggle-map.on {
  display: none;
}
.search-in-card-view .search-pane .search-controls .icons .action-icon.toggle-map.off {
  display: inline-flex;
}
.search-in-card-view .search-pane .search-controls .icons .action-icon.hide {
  display: none;
}
.search-in-card-view .search-pane .search-controls .icons .action-icon:nth-of-type(n+2) {
  margin-left: 0.3rem;
}
.search-in-card-view .search-pane .tags .tag-item-style {
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
}
.search-in-card-view .search-pane .tags .tag-item-style.selected {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
.search-in-card-view .search-pane .tags .splide {
  margin-top: 0.5rem;
}
.search-in-card-view .search-pane .tags .splide .splide__track {
  background-color: transparent;
}
.search-in-card-view .search-pane .tags .splide .splide__track .splide__list .splide__slide {
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
}
.search-in-card-view .search-pane .tags .splide .splide__track .splide__list .splide__slide.selected {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
.search-in-card-view .search-pane .tags .wrapped-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
  margin-top: 0.5rem;
}
.search-in-card-view .search-pane .tags .wrapped-tags li {
  display: inline-flex;
  width: auto;
  border-radius: 0.3rem;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  border: solid 1px var(--scs-text_light);
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
  overflow-wrap: anywhere;
}
.search-in-card-view .search-pane .tags .wrapped-tags li.selected {
  border: solid 1px var(--scs-text);
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
}
.search-in-card-view .search-pane .results {
  margin-top: 0.5rem;
}
.search-in-card-view .search-pane .results .month-header {
  font-size: 0.9rem;
  line-height: 1;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}
.search-in-card-view .search-pane .results .list {
  display: block;
}
.search-in-card-view .search-pane .results .grid {
  display: block;
}
.search-in-card-view .search-pane .results .grid .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
  gap: 2px;
}
.search-in-card-view .search-pane .results .grid .grid-container .grid-item {
  display: block;
  cursor: pointer;
}
.search-in-card-view .search-pane .results .grid .grid-container .grid-item > figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.search-in-card-view .search-pane .results .grid .grid-container .grid-item > figure::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.search-in-card-view .search-pane .results .grid .grid-container .grid-item > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-in-card-view .search-pane .results .list.hide,
.search-in-card-view .search-pane .results .grid.hide {
  display: none;
}
.search-in-card-view.map-open .map-pane {
  height: 40vh;
}
.search-in-card-view.map-open .search-pane .search-controls {
  margin-top: 1rem;
}
.search-in-card-view.map-open .search-pane .search-controls .icons .action-icon.toggle-map.on {
  display: inline-flex;
}
.search-in-card-view.map-open .search-pane .search-controls .icons .action-icon.toggle-map.off {
  display: none;
}
section.card-section.search-in-card {
  padding-left: 0;
  padding-right: 0;
}
html.safari-issue-viewport #search-in-card-screen .modal-content {
  height: calc(var(--vh) * 100);
  top: calc(var(--vh) * 50);
}
#search-in-card-screen .modal-content {
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
}
#search-in-card-screen .modal-content .search-in-card-view {
  padding-bottom: 1rem;
}
#search-in-card-screen .modal-content .search-in-card-view .search-pane .search-controls {
  margin-top: 1rem;
}
#search-in-card-options main.options {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
section > nav.add-content {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
section > nav.add-content .button {
  font-size: 1.2rem;
  padding: 0.3rem 5.0rem;
  border-radius: 1.0rem;
}
section > nav.add-content .button > ion-icon {
  font-size: 1.4rem;
  margin-left: 0.2rem;
  color: inherit;
}
section.card-section.timetable section.daily-table:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
section.card-section.timetable section.daily-table > header {
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  border-radius: 5px;
  padding: 0.2rem;
}
section.card-section.timetable section.daily-table > header span.sign {
  display: inline-flex;
  padding: 0;
  border-style: none;
  font-size: 1.5rem;
}
section.card-section.timetable section.daily-table > header span.sign.show {
  display: none;
}
section.card-section.timetable section.daily-table > header h3 {
  display: inline-flex;
  flex-grow: 1;
  margin-left: 0.3rem;
}
section.card-section.timetable section.daily-table .daily-hot {
  overflow: hidden;
  font-size: 0.8rem;
}
section.card-section.timetable section.daily-table .daily-hot th:first-child.editable {
  border-width: 0 0 0 1px!important;
}
section.card-section.timetable section.daily-table .daily-hot th.column-header {
  border-width: 0 2px!important;
}
section.card-section.timetable section.daily-table .daily-hot td.cell {
  border-width: 2px!important;
}
section.card-section.timetable section.daily-table .daily-hot .htAutocomplete .htAutocompleteArrow {
  display: none;
}
.color-pane {
  padding: 1px;
  line-height: 100%;
}
.color-pane .color {
  display: inline-block;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.color-pane .color .color-tile {
  cursor: pointer;
}
.color-pane .color.selected {
  border-color: var(--border-color);
}
.spotta-video-reloader {
  position: relative;
  display: block;
  background-color: var(--scs-background_light);
  cursor: pointer;
}
.spotta-video-reloader::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.spotta-video-reloader > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.spotta-video-reloader > div ion-icon[name="film"] {
  font-size: 3rem;
}
.spotta-video-reloader > div p {
  font-size: 0.9rem;
}
.spotta-video-reloader > div ion-icon[name="reload"] {
  margin-top: 1rem;
  font-size: 2rem;
}
.spotta-video-reloader > div p.progress {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.spotta-video-unsupported-on-upload {
  position: relative;
  display: block;
  background-color: var(--scs-background_light);
}
.spotta-video-unsupported-on-upload::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.spotta-video-unsupported-on-upload > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.spotta-video-unsupported-on-upload > div ion-icon {
  font-size: 3rem;
}
.spotta-video-unsupported-on-upload > div p {
  margin-top: 1rem;
  font-size: .7rem;
}
.tippy-box[data-theme~='spotta-card-small'] {
  background-color: var(--scs-text);
  color: var(--scs-contents-background);
  font-size: 0.8rem;
  font-weight: normal;
}
.tippy-box[data-theme~='spotta-card-small'] > .tippy-content {
  padding: 0.2rem 0.3rem;
}
.tippy-box[data-theme~='spotta-card-small'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--scs-text);
}
.tippy-box[data-theme~='spotta-card-small'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: var(--scs-text);
}
.tippy-box[data-theme~='spotta-card-small'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: var(--scs-text);
}
.tippy-box[data-theme~='spotta-card-small'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--scs-text);
}
.tippy-box[data-theme~='content-report'] {
  background-color: var(--scs-contents-background);
  color: var(--scs-text);
  font-size: 1rem;
  font-weight: normal;
  box-shadow: 0.05rem 0.05rem 0.2rem;
}
.tippy-box[data-theme~='content-report'] > .tippy-content {
  padding: 0.2rem 0.3rem;
}
.tippy-box[data-theme~='content-report'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--scs-contents-background);
}
.tippy-box[data-theme~='content-report'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: var(--scs-contents-background);
}
.tippy-box[data-theme~='content-report'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: var(--scs-contents-background);
}
.tippy-box[data-theme~='content-report'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--scs-contents-background);
}
@media (any-hover: hover) {
  article.list-item .admin-remover,
  article.list-item .admin-modifier {
    visibility: hidden;
  }
  article.list-item:hover .admin-remover,
  article.list-item:hover .admin-modifier {
    visibility: visible;
  }
}
/*# sourceMappingURL=card.css.map */