* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  color: #333;
}

a {
  color: #1f5466;
  text-decoration: none;
}

a:hover {
  color: #ec9700;
  text-decoration: underline;
}
a[data-broken] {
  cursor: not-allowed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  white-space: normal;
}

tr {
  border-bottom: solid 1px #e9e9e9;
  background: #fcfcfc;
}

tr:nth-child(even) {
  background: #f3f3f3;
}

th,
td {
  padding: 4px 6px;
  vertical-align: middle;
}

th,
thead td {
  vertical-align: middle;
  text-align: center;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

em,
i {
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  clear: both;
  background: transparent;
  margin: 0;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

small {
  font-size: 0.68em;
}

p {
  margin: 0 0 0.8em;
}

sub {
  font-size: 0.78em;
  line-height: 1em;
  vertical-align: sub;
}

sup {
  font-size: 0.78em;
  line-height: 1em;
  vertical-align: super;
}

@keyframes loading {
  to {
  }

  from {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

.loading {
  position: relative;
  opacity: 0.4;
}

.loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  border: 5px solid rgba(44, 103, 142, 0.8);
  border-right: 5px solid transparent;
  border-radius: 50%;
  animation: loading 1s linear infinite;
  z-index: 1000;
}

.locked {
  position: relative;
}

.locked:before {
  content: "";
  display: block;
  background: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}

.freeze {
  overflow: hidden;
  width: 100%;
}

.icon {
  width: 1em;
  height: 1em;
}
:root {
  --padding-window-size: 0;
  --width-layout-side: 100%;
  --width-layout-side-max: 260px;
  --width-layout-wrap-space: 12px;
  --color-theme-primary: #143d94;
  --color-theme-secondary: #f4f7ff;
  --color-theme-tertiary: #8ea1c9;
  --color-theme-default: rgb(60, 60, 60);
  --color-border-default: rgba(60, 60, 60, 0.2);
  --color-link-hover: #2b91d0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
}

.fs-m {
  font-size: 1.7em;
}

.fs-l {
  font-size: 1.9em;
}

a,
.component-link {
  color: var(--color-theme-primary);
  text-decoration: underline;
}

a:hover,
.component-link:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}

[data-icon]:after {
  margin-right: 0.3em;
}
.component-address-site {
  border-left: 3px solid var(--color-theme-primary);
  padding-left: 10px;
}

.component-address-site .address-row {
  font-size: 0.9em;
}

.component-address-site .address-row.tel {
  margin-top: 5px;
  font-size: 1em;
}
ul,
ol {
  margin-left: 1.1em;
  list-style-position: outside;
  padding: 0;
}

ul {
  list-style: disc;
}
ul li {
  margin-left: 1.4em;
}
ol {
  list-style: decimal;
}
ol li {
  margin-left: 2.32em;
  text-indent: -0.34em;
}
.component-banners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 280px));
  column-gap: 12px;
  row-gap: 12px;
  align-content: center;
  justify-content: center;
}

.component-banners .banner-item {
  margin: 0;
}

.component-banners .component-link {
  display: block;
}

.component-banners .component-image {
  display: block;
}
.component-banners {
  column-gap: 8px;
  row-gap: 8px;
}
.component-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  font-size: 0.9em;
  background: #fcfcfc;
  border: solid 1px #dfdfdf;
  padding: 6px;
}

.component-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.component-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  margin: 0 12px;
}

.component-breadcrumb .breadcrumb-item-self {
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 1 auto;
  display: inline;
}
.component-breadcrumb {
  border: none;
  background-color: var(--color-theme-secondary);
}
.component-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  font: inherit;
  line-height: 1.3;
  padding: 0.2em 0.4em;
  border: solid 1px #d9d9d9;
  background: transparent;
  transition: box-shadow 0.45s, border-color 0.45s, opacity 0.2s ease-in-out;
}

.component-button:focus,
.component-button:active,
.component-button:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
  border-color: #999999;
  box-shadow: 0 0 5px #999999;
  opacity: 0.7;
}

.component-button.active {
  opacity: 0.6;
  cursor: default;
}

.component-button[disabled],
.component-button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.component-button .icon-head {
  margin-right: 6px;
}

.component-button .icon-tail {
  margin-left: 6px;
}
.component-button-danger {
  background: #993737;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2);
}

.component-button-danger:focus,
.component-button-danger:active,
.component-button-danger:hover {
  color: #fff;
}
.component-button-default {
  background: #fcfcfc;
  border-color: #ccc;
  color: #666;
}

.component-button-default:focus,
.component-button-default:active,
.component-button-default:hover {
  color: #666;
}
.component-button-forward {
  background: #2b6991;
  color: #fff;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2);
  border-color: #c4c4c4;
  box-shadow: inset -1px -1px 3px rgba(0, 41, 54, 0.4);
}

.component-button-forward:focus,
.component-button-forward:active,
.component-button-forward:hover {
  color: #fff;
}
.component-card-teaser {
  display: flex;
  padding: 12px;
}

.component-card-teaser .teaser-body {
  margin-left: 12px;
}
.component-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.component-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  column-gap: 12px;
  row-gap: 12px;
}

.component-cards > .component-link {
  display: contents;
  text-decoration: none;
}

.component-cards > .component-link:hover {
  opacity: 0.7;
}
.component-carousel {
  overflow: hidden;
  display: flex;
}

.component-carousel .slide-prev,
.component-carousel .slide-next {
  position: absolute;
  top: 0;
  font-size: 2em;
  padding: 12px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.component-carousel .slide-prev {
  left: 0;
}
.component-carousel .slide-next {
  right: 0;
}

.component-carousel .icon-chevron_circle_left,
.component-carousel .icon-chevron_circle_right {
  -webkit-filter: drop-shadow(1px 1px 3px #333);
  filter: drop-shadow(1px 1px 3px #333);
  stroke: #333;
  stroke-width: 10px;
  stroke-opacity: 0.6;
}

.component-carousel .icon-chevron_circle_left path,
.component-carousel .icon-chevron_circle_right path {
  fill: #fff;
  fill-opacity: 0.9;
}

.component-carousel .slide-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1 1 auto;
}
em,
i {
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

p {
  margin: 0 0 0.8em;
}

sub {
  font-size: 0.78em;
  line-height: 1em;
  vertical-align: sub;
}

sup {
  font-size: 0.78em;
  line-height: 1em;
  vertical-align: super;
}
.component-content-alias {
  display: flex;
  align-items: center;
  border: solid 1px #ddd;
  padding: 12px;
}

.component-content-alias .component-link {
  display: flex;
  align-items: center;
}

.component-content-alias .icon-alias {
  margin-right: 6px;
}
.component-content-alias-file .alias-info {
  margin-left: 12px;
  font-size: 0.8em;
}
.component-content-alias-file .alias-info:after {
  content: "]";
}
.component-content-alias-file .alias-info:before {
  content: "[";
}
.component-content-siblings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.component-content-siblings .page-prev,
.component-content-siblings .page-next {
  flex: 1 1 50%;
  max-width: 50%;
}
.component-content-siblings .page-list {
  flex: 0 0 auto;
  padding: 0 12px;
}

.component-content-siblings .component-link {
  display: flex;
  align-items: center;
}

.component-content-siblings .navi-icon {
  font-size: 1.5em;
  flex: 0 0 auto;
}

.component-content-siblings .navi-title {
  padding: 0 6px;
  flex: 1 1 auto;
  overflow: hidden;
  width: 1em;
}

.component-content-siblings .page-list .navi-title {
  width: auto;
}

.component-content-siblings .page-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.component-content-siblings .page-label {
  font-size: 0.8em;
}

.component-content-siblings .page-next .component-link {
  flex-direction: row-reverse;
}

.component-content-siblings .page-next .navi-title {
  text-align: right;
}
.component-content-teaser .teaser-catch {
  height: 180px;
}

.component-content-teaser .teaser-catch:empty {
  display: none;
}
.component-content-teasers
  .component-content-teaser
  + .component-content-teaser {
  margin-top: 36px;
}
.component-deflist {
  display: block;
  padding: 6px;
}

.component-deflist dt {
  font-weight: bold;
  border-bottom: dotted 1px #999;
}

.component-deflist dd {
  margin: 0 0 6px 0;
}
.component-drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 6px;
}

.component-drawer .drawer-icon {
  font-size: 2em;
  flex: 0 0 auto;
}

.component-drawer .drawer-icon-close {
  display: none;
}

.component-drawer .drawer-label {
  white-space: nowrap;
}

.menu-open .component-drawer .drawer-icon-close {
  display: block;
}

.menu-open .component-drawer .drawer-icon-open {
  display: none;
}
.component-drawer {
  padding: 5px;
  border: 1px solid var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-primary);
  font-size: 0.8em;
}
.component-editor-content {
  position: relative;
  width: 100%;
}

.component-editor-content:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 1px;
}

.component-editor-content:empty {
  margin-bottom: 0;
}

.component-editor-content figure {
  margin: 0;
  padding: 0;
}

.component-editor-content img,
.component-editor-content iframe,
.component-editor-content table {
  max-width: 100%;
}

.component-editor-content h2,
.component-editor-content h3,
.component-editor-content h4 {
  clear: both;
}

.component-editor-content h2 {
  border-left: solid 6px #ddd;
  padding-left: 6px;
  clear: both;
}
.component-editor-content h3 {
  border-bottom: solid 1px #ddd;
  clear: both;
}

.component-editor-content h4 {
  border-bottom: dotted 1px #ddd;
  clear: both;
}

.component-editor-content ul,
.component-editor-content ol {
  margin: 0;
}

.component-editor-content li {
  margin-left: 1.6em;
  text-indent: 0;
}

.component-editor-content li > p {
  margin-bottom: 0;
}

.component-editor-content table {
  border-collapse: collapse;
  border: solid 1px #ddd;
}

.component-editor-content td,
.component-editor-content th {
  border: solid 1px #ddd;
}

.component-editor-content iframe {
  width: 480px;
  aspect-ratio: 16/9;
}

.component-editor-content hr {
  clear: both;
  margin: 1em auto;
  border: none;
  border-top: 1px solid #aaa;
}

.component-editor-content p:empty {
  pointer-events: none;
}

.component-editor-content [data-indent="1"] {
  margin-left: 1.5em;
}
.component-editor-content [data-indent="2"] {
  margin-left: 3em;
}
.component-editor-content [data-indent="3"] {
  margin-left: 4.5em;
}

.component-editor-content [data-fontsize="-2"] {
  font-size: 0.75em;
}
.component-editor-content [data-fontsize="-1"] {
  font-size: 0.9em;
}
.component-editor-content [data-fontsize="1"] {
  font-size: 1.1em;
}
.component-editor-content [data-fontsize="2"] {
  font-size: 1.3em;
}
.component-editor-content [data-fontsize="3"] {
  font-size: 1.6em;
}

.component-editor-content .text-center {
  text-align: center;
}
.component-editor-content .text-right {
  text-align: right;
}
.component-editor-content .text-justify {
  text-align: justify;
}

.component-editor-content .imgbox::before,
.component-editor-content .imgbox::after {
  display: block;
  content: "";
  clear: both;
}

.component-editor-content .imgbox-item {
  float: left;
  text-align: center;
  margin-bottom: 5px;
}

.component-editor-content .imgbox-item {
  margin-right: 5px;
}

.component-editor-content .imgbox-item_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.component-editor-content .imgbox-item_img img {
  flex: 0 1 auto;
  margin: 5px 3px;
}

.component-editor-content .imgbox-item_img::after {
  display: block;
  content: "";
  clear: both;
}

.component-editor-content .imgbox-item_caption {
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0 3px;
  font-size: 0.88em;
}

.component-editor-content .imgbox-center {
  display: flex;
  justify-content: center;
}

.component-editor-content .bordered {
  border: solid 1px #ddd;
  background: #e9e9e9;
  padding: 12px;
}

.component-editor-content .alert {
  color: #dc4338;
}
.editor-content {
  padding: 0 12px;
  font-size: 1.3rem;
}

.editor-content h2 {
  padding: 20px;
  font-size: 1.8em;
  font-weight: normal;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
  border-left: solid 6px var(--color-theme-primary);
  margin: 1.7em -12px 0.7em -12px;
}

.editor-content h2:first-child {
  margin-top: 0;
}

.editor-content h3 {
  padding: 10px;
  font-size: 1.4em;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
  margin: 1.7em -12px 0.7em -12px;
}

.editor-content h4 {
  display: flex;
  align-items: center;
  margin: 0.6em 0 0.6em 0;
  padding: 0.2em 0.4em;
  color: var(--color-theme-primary);
  border-bottom: solid 1px;
  border-color: var(--color-theme-primary);
}

.editor-content h5 {
  margin: 0.6em 0 0.4em 0;
}

.editor-content ul,
.editor-content ol {
  margin: 0.8em 0;
}

.editor-content li + li {
  margin-top: 4px;
}

.editor-content th,
.editor-content thead td {
  background-color: #c9d8f8;
}

.editor-content tbody tr:nth-child(even) {
  background-color: var(--color-theme-secondary);
}

.editor-content .psnews tr th:first-child {
  width: 7.5em;
}
.component-editor {
  width: 100%;
  position: relative;
}
.component-editor-edit .component-editor-content {
  border: solid 1px #ddd;
  min-height: 6em;
  padding: 12px;
}

.redactor-layer {
  background: #fff;
  width: 100%;
  max-width: 100%;
}

.redactor-layer {
  z-index: auto;
}
.redactor-tooltip {
  z-index: 50;
}
.redactor-toolbar {
  display: flex;
  z-index: 3;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 1;
  transition: all 100ms;
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar-button {
  position: relative;
}
.redactor-toolbar-button .re-button {
  padding: 6px;
  display: flex;
}

.redactor-air,
.redactor-dropdown {
  z-index: 1052;
}

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400 !important;
}
.redactor-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 12px;
  outline: 0;
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-relative {
  position: relative;
}
.redactor-in {
  cursor: text;
}
.redactor-in:focus,
.redactor-layer:focus {
  outline: 0;
}
.redactor-in blockquote:empty,
.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty {
  min-height: 24px;
}
.redactor-in b:empty,
.redactor-in em:empty,
.redactor-in i:empty,
.redactor-in ins:empty,
.redactor-in strong:empty,
.redactor-in sub:empty,
.redactor-in sup:empty,
.redactor-in u:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.redactor-in table {
  empty-cells: show;
}
.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.redactor-script-tag {
  display: none;
}
.redactor-layer-img-edit img {
  cursor: pointer;
}
.redactor-voice-label {
  display: none;
}
.redactor-voice-alert {
  position: absolute;
  left: -3000px;
}
.redactor-toolbar-box {
  position: relative;
}

.re-button-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  padding: 3px 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.redactor-toolbar-button:hover .re-button-tooltip {
  display: block;
}

.redactor-toolbar .re-button {
  color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 12px 14px;
  cursor: pointer;
  outline: 0;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.redactor-toolbar .re-button:hover {
  outline: 0;
  background-color: #3d79f2;
  color: #fff;
}
.redactor-toolbar .re-button.redactor-act,
.redactor-toolbar .re-button:active {
  outline: 0;
  background-color: #eee;
  color: #444;
}
.redactor-toolbar .re-button.disabled {
  opacity: 0.3;
}
.redactor-toolbar .re-button.disabled:hover {
  color: #333;
  outline: 0;
  background-color: transparent !important;
  cursor: default;
}

.redactor-tooltip {
  border-radius: 3px;
  position: absolute;
  padding: 12px;
  line-height: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
}
.redactor-tooltip a {
  color: #ccc;
  margin: 0 8px;
  text-decoration: none;
}
.redactor-tooltip a:hover {
  color: #fff;
}

#redactor-image-box {
  display: inline-block;
  position: relative;
  max-width: 100%;
  line-height: 0;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8;
  white-space: nowrap;
}
#redactor-image-box[data-float] {
  display: block;
}

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 12px;
  cursor: pointer;
}
#redactor-image-resizer {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -5px;
  right: -6px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10px;
  height: 10px;
}

.redactor-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none;
  display: none;
}
.dropact ~ .redactor-dropdown {
  display: block;
}
.redactor-dropdown .redactor-dropdown-link-inactive {
  background: 0 0;
}
.redactor-dropdown .redactor-dropdown-link-inactive a,
.redactor-dropdown .redactor-dropdown-link-inactive a:hover {
  background: 0 0;
  cursor: default;
  color: #000 !important;
  opacity: 0.4;
  background: 0 0;
}
.redactor-dropdown a {
  display: block;
  padding: 12px 10px;
  color: #000;
  text-decoration: none;
}
.redactor-dropdown a span {
  padding: 2px 4px 1px 4px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
}
.redactor-dropdown a:focus {
  outline: 0;
}
.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}
.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000;
}
.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}
.redactor-dropdown-box-inline .redactor-dropdown-code span {
  background: rgba(0, 0, 0, 0.05);
}
.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}
.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  color: rgba(0, 0, 0, 0.5);
}
.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.redactor-dropdown-box-inline .redactor-dropdown-sub span,
.redactor-dropdown-box-inline .redactor-dropdown-sup span {
  font-size: 12px;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"] {
  appearance: none;
  display: inline-block;
  margin: 0;

  font: inherit;
  line-height: 1.3;
  padding: 0.2em 0.4em;
  border: solid 1px #d9d9d9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  outline: none;
}
input[type="file"] {
  font: inherit;
}

input[type="text"]:focus:not(:read-only),
input[type="text"]:hover:not(:read-only),
input[type="search"]:focus:not(:read-only),
input[type="search"]:hover:not(:read-only),
input[type="tel"]:focus:not(:read-only),
input[type="tel"]:hover:not(:read-only),
input[type="url"]:focus:not(:read-only),
input[type="url"]:hover:not(:read-only),
input[type="email"]:focus:not(:read-only),
input[type="email"]:hover:not(:read-only),
input[type="password"]:focus:not(:read-only),
input[type="password"]:hover:not(:read-only),
input[type="datetime"]:focus:not(:read-only),
input[type="datetime"]:hover:not(:read-only),
input[type="date"]:focus:not(:read-only),
input[type="date"]:hover:not(:read-only),
input[type="month"]:focus:not(:read-only),
input[type="month"]:hover:not(:read-only),
input[type="week"]:focus:not(:read-only),
input[type="week"]:hover:not(:read-only),
input[type="time"]:focus:not(:read-only),
input[type="time"]:hover:not(:read-only),
input[type="datetime-local"]:focus:not(:read-only),
input[type="datetime-local"]:hover:not(:read-only),
input[type="number"]:focus:not(:read-only),
input[type="number"]:hover:not(:read-only) {
  border-color: #999999;
  box-shadow: 0 0 5px #999999;
}
input[disabled] {
  background-color: #dddddd;
}

input {
  letter-spacing: 0.08em;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  width: auto;
  margin-right: 4px;
}

fieldset {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0.6em 0.8em 1.2em 0.8em;
}
legend {
  margin: 0;
  padding: 0 0.5em;
}
.error-field {
  background: #fee;
}
.component-input-textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;

  font: inherit;
  line-height: 1.3;
  padding: 0.2em 0.4em;
  border: solid 1px #d9d9d9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.component-input-textarea:focus,
.component-input-textarea:hover {
  border-color: #999999;
  box-shadow: 0 0 5px #999999;
  outline: none;
}

.component-input-textarea[disabled] {
  background-color: #dddddd;
}
.component-editor-field {
  display: none;
}
.component-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8em;
}

.component-popup.open {
  display: flex;
}

.component-popup .popup-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-height: 100%;
  max-width: 100%;
  min-width: 40%;
}

.component-popup .popup-title {
  margin: 0.2em;
  flex: 1 1 auto;
  font-size: 1.2em;
  font-weight: bold;
}

.component-popup .popup-content {
  position: relative;
  padding: 8px;
  overflow: auto;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  max-height: 100%;
}

.component-popup iframe {
  position: absolute;
  border: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 8px;
}

.component-popup .popup-content-frame {
  width: 90vw;
  height: 80vh;
  border: none;
}
.component-popup .message {
  margin-bottom: 12px;
}

.component-popup .popup-header,
.component-popup .popup-footer {
  flex: 0 0 auto;
}

.component-popup .popup-header {
  display: flex;
  align-items: center;
  background: #263238;
  color: #fff;
  padding: 0.2em 0.6em;
}

.component-popup .popup-footer {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-top: dotted 1px #999;
  padding: 0.8em 0.4em;
}

.component-popup .popup-footer .component-button {
  margin: 0 6px;
  width: auto;
}

.component-popup .popup-footer:empty {
  display: none;
}

.component-popup .popup-close {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
}
.component-popup-colors .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.component-popup-colors .color-unit {
  display: flex;
}
.component-popup-colors .color-item {
  width: 1.8em;
  height: 1.8em;
  margin: 1px;
  border: solid 1px #fff;
  cursor: pointer;
}

.component-popup-colors .color-util {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}

.component-popup-colors .color-item-none {
  border: solid 1px #ddd;
  width: auto;
  padding: 0 6px;
  text-align: center;
  flex: 1 1 auto;
}

.component-popup-colors .color-solid {
  display: flex;
}

.component-popup-colors .color-code {
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.component-popup-colors .color-code-prefix {
  padding: 0 6px;
}

.component-popup-colors .color-code [name="color"] {
  width: 6em;
}

.component-popup-colors .color-item.selected {
  border-color: #273238;
}
.component-editor-popup-link-external .popup-inner {
  flex: 0 0 auto;
  width: 580px;
  height: auto;
}
.component-field .field-title {
  font-weight: bold;
}

.component-field .fields {
  display: flex;
}

.component-field .description {
  font-size: 0.82em;
  padding: 0.5em 0.2em;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.component-field .field-required {
  font-size: 0.8em;
  font-weight: normal;
  color: #d51d39;
  line-height: 1;
}

.component-field .fields .component-input-text:only-child {
  flex: 1 1 1em;
}

.component-field.field-hidden {
  display: none !important;
}
.component-fieldset {
  padding: 0;
}

.component-fieldset .set-title {
  margin-bottom: 12px;
  padding: 0 6px;
}
.component-fieldset-stacked > .set-fields > .component-field {
  display: block;
  flex: 1 0 100%;
  padding: 0;
}

.component-fieldset-stacked > .set-fields > .component-field > .field-title {
  margin: 0 0 6px 0;
  padding: 0;
  border: none;
  text-align: left;
}

.component-fieldset-stacked > .set-fields > .component-field > .field-input {
  padding: 0;
}

.component-fieldset-stacked .component-field + .component-field {
  margin-top: 12px;
}

.component-fieldset-stacked
  > .set-fields
  > .component-field
  .component-input-text:only-child {
  flex: 1 1 1em;
  max-width: 100%;
}
.component-input-editor-video {
  min-height: 12em;
}
.component-field-button .component-button {
  flex: 1 1 auto;
}
.component-fieldset-actions > .set-fields {
  text-align: center;
  padding: 12px 0 0 0;
}

.component-fieldset-actions .component-button + .component-button {
  margin-left: 24px;
}
.component-fieldset-vertical > .set-fields > .component-field > .field-title {
  display: flex;
  align-items: center;
}

.component-fieldset-vertical
  > .set-fields
  > .component-field
  > .field-title
  > .field-required {
  margin-left: 6px;
}

.component-fieldset-vertical .component-field + .component-field {
  margin-top: 12px;
}
.component-form-submit .message-flash {
  margin: 0 0 12px 0;
}

.component-form-submit .message-flash:empty {
  display: none;
}
.component-form-search .component-field-submit-search .field-title {
  margin: 0;
}
.component-form-search .component-field-submit-search .field-title:before {
  display: none;
}
.component-label {
  display: flex;
  align-items: center;
  margin: 0;
}
.component-link-front {
  text-decoration: none;
}
.component-link-front:hover {
  color: inherit;
}
.component-link-mode-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  color: #fff !important;
  text-decoration: none !important;
  background: #000;
  border: solid 1px #777;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #222;
  opacity: 0.7;
}

.component-link-mode-admin:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1;
}

.component-link-mode-admin .icon-admin {
  transition: transform 300ms ease-in;
}

.component-link-mode-admin:hover .icon-admin {
  transform: scale(1.5);
}
.component-link-none {
  color: inherit !important;
  text-decoration: none !important;
  cursor: text !important;
}
.component-link-none:hover {
  color: inherit !important;
  text-decoration: none !important;
  cursor: text !important;
}
.component-link-scroll-main {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-theme-primary);
  border-bottom: 1px solid var(--color-theme-primary);
  font-size: 0.9em;
  font-weight: bold;
  flex: 0 0 auto;
  text-decoration: none;
}
.component-link-scroll-main:hover {
  color: var(--color-theme-primary);
  opacity: 0.8;
  text-decoration: none;
}

.component-link-scroll-main .icon {
  margin-right: 5px;
  transform: scale(1, -1);
}
.component-list-banner-radiation {
  list-style: none;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
}

.component-list-banner-radiation .list-item {
  margin: 0;
}

.component-list-banner-radiation .list-item .component-image {
  width: 100%;
  aspect-ratio: 10 / 1;
}
.component-list-banner-relation {
  list-style: none;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(120px, 200px));
}

.component-list-banner-relation .list-item {
  text-align: center;
  margin: 0;
}

.component-list-banner-relation .list-item .component-image {
  width: 100%;
  aspect-ratio: 4 / 1;
}
.component-list-important {
  list-style: none;
  margin: 0;
}

.component-list-important .list-item {
  margin: 0;
  padding: 10px;
  border: 4px solid rgb(200, 0, 0);
  background-color: rgb(255, 255, 200);
}

.component-list-important .list-item + .list-item {
  margin-top: 20px;
}

.component-list-important .important-title {
  padding: 10px 0;
  color: rgb(200, 0, 0);
  font-weight: bold;
  font-size: 1.1em;
}
.component-list-pickup {
  list-style: none;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 256px));
  align-content: center;
  justify-content: center;
}

.component-list-pickup .card-item {
  display: flex;
}

.component-list-pickup .component-link {
  text-decoration: none;
}
.component-teaser-pickup {
  display: flex;
  width: 100%;
  background-color: white;
  flex: 1 1 auto;
}

.component-teaser-pickup .component-link.component-link-page {
  color: var(--color-theme-default);
}

.component-teaser-pickup .component-link.component-link-page:hover {
  text-decoration: none;
}

.component-teaser-pickup .teaser-title {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 2px solid var(--color-theme-tertiary);
  font-weight: normal;
  font-size: 1em;
}

.component-teaser-pickup .teaser-title .icon {
  margin-right: 5px;
  flex: 0 0 auto;
}

.component-teaser-pickup .teaser-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  flex: 1 1 auto;
}

.component-teaser-pickup .teaser-detail .component-image {
  margin: 0 0 10px;
  max-width: 100%;
  aspect-ratio: 2/1;
  width: 100%;
}

.component-teaser-pickup .teaser-summary {
  margin: 5px 0;
}

.component-teaser-pickup .component-link::after {
  display: none;
}
.component-link-pickup {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.component-list-side {
  list-style: none;
  margin: 0;
}

.component-list-side .list-item {
  margin: 0;
  border: 1px solid var(--color-border-default);
}

.component-list-side .list-item + .list-item {
  margin-top: 6px;
}

.component-list-side .list-item .component-link {
  display: flex;
  align-items: center;
  padding: 6px;
  color: var(--color-theme-default);
  font-size: 1em;
  font-weight: bold;
}

.component-list-side .list-item .component-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.component-list-side .component-image {
  width: 54px;
  margin-right: 10px;
  aspect-ratio: 1.3 / 1;
}

.component-list-side .component-link {
  text-decoration: none;
}
.component-list-topic {
  list-style: none;
  margin: 0;
}

.component-list-topic .list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 5px 0;
  border-bottom: 2px dashed var(--color-border-default);
}

.component-list-topic .list-item .topic-meta {
  display: flex;
  flex: 1 0 100%;
  margin-bottom: 5px;
  align-items: center;
}

.component-list-topic .list-item .topic-date {
  flex: 0 0 7em;
}

.component-list-topic .list-item .topic-category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-width: 8em;
  background-color: var(--color-theme-secondary);
  margin-right: 10px;
  padding: 3px 6px 2px;
  text-align: center;
}
.component-map-site iframe {
  width: 100%;
  height: 250px;
}
.component-menu,
.component-menu .menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-menu-children {
  display: flex;
  flex-direction: column;
  padding: 18px 24px;
  border: 1px solid var(--color-theme-primary);
  border-top: none;
}

.component-menu-children .menu-item {
  padding: 12px;
}

.component-menu-children .menu-item + .menu-item {
  border-top: dotted 1px;
}

.component-menu-children .menu-item .component-link {
  display: flex;
  align-items: flex-start;
}

.component-menu-children .menu-item .component-link .icon {
  flex: 0 0 1em;
  margin: 3px 5px 0 0;
}
.component-link-menu {
  text-decoration: none;
}
.component-link-menu .menu-label:after {
  margin-bottom: 0.15em;
}
.component-menu-info {
  display: flex;
  flex-direction: column;
}

.component-menu-info .menu-item {
  width: 100%;
  padding-top: 6px;
  margin-top: 6px;
  border-top: dotted 1px #ddd;
}

.component-menu-info:first-child .menu-item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.component-menu-info .component-link {
  display: flex;
  align-items: center;
  color: var(--color-theme-default);
  font-size: 0.9em;
  padding: 0 8px;
}

.component-menu-info .component-link .icon {
  margin-right: 5px;
  color: var(--color-theme-primary);
  flex: 0 0 auto;
}
.component-menu-main {
  border: 1px solid var(--color-theme-tertiary);
}

.component-menu-main .menu-item + .menu-item,
.component-menu-main .menu-children > .menu-item:first-child {
  border-top: 1px solid var(--color-theme-tertiary);
}

.component-menu-main .component-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px;
  background-color: var(--color-theme-secondary);
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.component-menu-main .component-link.active,
.component-menu-main .component-link:hover {
  background-color: var(--color-theme-primary);
  color: white;
  text-decoration: none;
}

.component-menu-main .component-link .icon {
  margin-top: 3px;
  margin-right: 10px;
  flex: 0 0 auto;
  color: #5b7bbe;
}

.component-menu-main .component-link.active .icon,
.component-menu-main .component-link:hover .icon {
  color: #fff;
}

.component-menu-main .menu-item-depth-2 .component-link.active .icon,
.component-menu-main .menu-item-depth-2 .component-link:hover .icon {
  color: transparent;
}

.component-menu-main .menu-children {
  margin: 0;
  display: none;
}

.component-menu-main .menu-active-trail + .menu-children {
  display: block;
}

.component-menu-main .menu-item-depth-2 .icon {
  color: transparent;
}

.component-menu-main .menu-item-depth-2 .component-link {
  background-color: transparent;
}

.component-menu-main .menu-item-depth-2 .component-link.active,
.component-menu-main .menu-item-depth-2 .component-link:hover {
  color: #fff;
  background-color: var(--color-theme-primary);
}

.component-menu-main .menu-item-depth-2 .menu-item + .menu-item {
  border-top: dotted 1px;
}

.component-menu-main .menu-item-depth-3 {
  font-weight: normal;
  font-size: 0.9em;
}

.component-menu-main .menu-item-depth-3 .component-link {
  padding: 8px;
  padding-left: 2.4em;
}

.component-menu-main .menu-item-depth-3 {
  font-size: 0.9em;
}

.component-menu-main .menu-item-depth-3 .icon {
  color: inherit;
}

.component-menu-main .menu-item-depth-3 .component-link.active .icon,
.component-menu-main .menu-item-depth-3 .component-link:hover .icon {
  color: inherit;
}

.component-menu-main .menu-item-depth-3 .menu-item + .menu-item {
  border-top: none;
}

.component-menu-main .menu-item-depth-4 .component-link {
  padding: 6px 6px 6px 3em;
  display: flex;
  align-items: flex-start;
  font-weight: normal;
}

.component-menu-main .menu-item-depth-4 .component-link:before {
  content: "・";
}
.component-menu-navi {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--color-theme-secondary);
  padding: 5px 0;
  font-size: 0.9em;
}

.component-menu-navi .menu-item {
  flex: 0 1 50%;
  text-align: center;
}

.component-menu-navi .component-link {
  display: block;
  padding: 6px;
  text-decoration: none;
}
.component-message {
  padding: 0.6em;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #666;
  padding: 0.5em 1em;
  margin-bottom: 0;
}
.component-message-status {
  border-color: #a6cad6;
  background-color: #f3f7f9;
  color: #248aad;
}
.component-message-error {
  border-color: #a81e4c;
  background-color: #faeef2;
  color: #aa1345;
}
.component-message-info {
  border: 1px solid #7d966d;
  background-color: #f4ffed;
  color: #2a5d29;
}
.component-message-warning {
  border-color: #f2cd7b;
  background-color: #fff3da;
  color: #d29000;
}
.component-pager {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.component-pager .pager {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.component-pager .pager-item {
  display: block;
  list-style-type: none;
  margin: 0;
  flex: 0 0 auto;
  min-width: 2em;
}

.component-pager .pager-first,
.component-pager .pager-prev,
.component-pager .pager-next,
.component-pager .pager-last {
  min-width: 5em;
}

.component-pager .pager-item + .pager-item {
  margin-left: 6px;
}

.component-pager .component-link {
  display: block;
  text-decoration: none;
  padding: 4px 6px;
}

.component-pager .pager-current {
  font-weight: bold;
}

.component-pager .pager-current,
.component-pager .pager-page {
  display: none;
}
.component-table {
  border-collapse: collapse;
}

.component-table .table-cel-nodata {
  padding: 12px;
}
.component-press-archive .table-col-date-heading {
  width: 9.5em;
}

.component-press-archive th,
.component-press-archive thead td {
  background-color: #c9d8f8;
}

.component-press-archive tbody tr:nth-child(even) {
  background-color: var(--color-theme-secondary);
}

.component-press-archive table {
  border-collapse: collapse;
  border: solid 1px #ddd;
}

.component-press-archive td,
.component-press-archive th {
  border: solid 1px #ddd;
}
.component-scroller {
  transition: all 0.6s;
  opacity: 0;
  cursor: default;
}

.component-scroller.visible {
  opacity: 1;
  cursor: pointer;
}
.component-scroller {
  position: fixed;
  width: 3.6em;
  right: 12px;
  bottom: 56px;
  z-index: 10;
  border: solid 1px #133a8d;
  text-decoration: none;
  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 2px 2px 2px #fff;
  background: rgba(255, 255, 255, 0.7);
}

.component-scroller:hover {
  background: #133a8d;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

.component-scroller .scroll-navi {
  font-size: 0.8em;
}

.component-scroller .icon {
  font-size: 1.4em;
}
.component-sitemap {
  padding: 0 12px;
}
.component-sitemap .sitemap-section {
  padding: 20px;
  font-size: 1.8em;
  font-weight: normal;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
  border-left: solid 6px var(--color-theme-primary);
  margin: 1.7em -12px 0.7em -12px;
}

.component-sitemap .menu-item {
  margin-top: 0.3em;
}

.component-sitemap .menu-item-depth-1 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}

.component-sitemap .menu-item-depth-1 > .menu-item-self {
  border-bottom: solid 2px #133d94;
  padding: 0 0.2em;
  margin-bottom: 0.4em;
}

.component-sitemap .menu-item-depth-1 > .menu-children {
  margin: 0;
}

.component-sitemap .menu-item-depth-2 {
  font-size: 0.7em;
}

.component-sitemap .menu-item-depth-2 .menu-children {
  margin-left: 2.4em;
}

.component-sitemap .menu-item-depth-2 .component-link:before {
  content: "・";
}

.component-sitemap .menu-item-depth-3 {
  font-size: 0.96em;
}

.component-sitemap .component-link {
  text-decoration: none;
}
.component-table-contract {
  border: solid 1px #e7e7e7;
}

.component-table-contract .table-col-date-heading {
  width: 9.5em;
}

.component-table-contract thead tr {
  border-bottom: solid 2px;
  border-color: var(--color-theme-primary);
}

.component-table-contract tbody tr {
  background: transparent;
}

.component-table-contract tbody tr:nth-child(even) {
  background-color: var(--color-theme-secondary);
}

.component-table-contract td + td,
.component-table-contract th + th {
  border-left: solid 1px #e7e7e7;
}
.component-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));

  column-gap: 12px;
  row-gap: 12px;

  list-style: none;
  margin: 0;
  margin-bottom: 24px;
}

.component-tabs .list-item {
  margin: 0;
  border: 1px solid var(--color-border-default);
  display: flex;
}

.component-tabs .component-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 4px;
  color: var(--color-theme-default);
  font-weight: bold;
  text-decoration: none;
  flex: 1 1 auto;
  text-align: center;
}

.component-tabs .component-link.active,
.component-tabs .component-link:hover {
  background-color: var(--color-theme-primary);
  color: white;
}
.component-tabs-glossary {
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.component-tabs-years .component-link {
  text-decoration: none;
}
.component-tabs-years-nendo-article {
  display: flex;
  flex-wrap: wrap;
}

.component-tabs-years-nendo-article .tab-item {
  display: block;
  margin: 0 0 6px 6px;
  padding: 0;
  min-width: 7em;
  text-align: center;
}

.component-tabs-years-nendo-article .component-link {
  display: block;
  background: #efefef;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 2px 12px;
}

.component-tabs-years-nendo-article .component-link:hover {
  text-decoration: none;
}
.component-teaser {
  display: flex;
  flex-direction: row-reverse;
}

.component-teaser .summary {
  flex: 1 1 auto;
}

.component-teaser .catch {
  flex: 0 0 100px;
  height: 100px;
}

.component-teaser .catch:empty {
  display: none;
}
.component-title-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-title-block-menu {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 1.4em;
  color: var(--color-theme-primary);
}
.component-title-block-page-children {
  color: var(--color-theme-primary);
  font-size: 2em;
  font-weight: 300;
  padding: 15px;
  border: 1px solid var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
}
.component-title-block-pickup {
  color: white;
  justify-content: center;
}
.component-title-block-relation {
  justify-content: center;
}
.component-title-block-section {
  color: var(--color-theme-primary);
}
.component-title-block-topic {
  color: var(--color-theme-default);
}
.component-title-page {
  background-color: rgba(0, 40, 150, 0.7);
  color: white;
  padding: 20px 14px;
  font-size: 1.7em;
}
.component-title-section {
  padding: 20px;
  font-size: 1.8em;
  font-weight: normal;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-secondary);
  border-left: solid 6px var(--color-theme-primary);
  margin: 0.7em 0;
}
.component-title-site {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  text-decoration: none;
}

.component-title-site .component-image {
  margin-right: 3px;
  width: 50px;
}

.component-title-site .site-title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-theme-default);
}

.component-title-site .site-title-text .sub {
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.component-title-site .site-title-text .sub {
  display: flex;
  font-size: 0.9em;
  font-weight: normal;
}

.component-title-site .site-title-text .main {
  display: flex;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.component-font {
  display: flex;
}

.component-font .fontsize-label {
  display: flex;
  align-items: center;
}

.component-font .sizes {
  display: flex;
  align-items: center;
}

.component-font li {
  cursor: pointer;
}

.component-font [data-size="s"] {
  font-size: 11px;
}

.component-font [data-size="m"] {
  font-size: 14px;
}

.component-font [data-size="l"] {
  font-size: 17px;
}
.component-tool-fontsize .fontsize-label {
  margin-right: 10px;
  font-size: 0.9em;
  color: var(--color-theme-primary);
}

.component-tool-fontsize .sizes {
  list-style: none;
  margin: 0;
}

.component-tool-fontsize .sizes li {
  display: flex;
  padding: 1px 5px;
  margin: 0;
  font-size: 1em;
  color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-primary);
  border-radius: 50%;
}

.component-tool-fontsize .sizes li + li {
  margin-left: 5px;
}

.component-tool-fontsize .sizes li.active,
.component-tool-fontsize .sizes li:hover {
  background-color: var(--color-theme-primary);
  color: white;
}
.component-tool-search {
  display: flex;
  align-items: stretch;
  border: solid 1px #aaa;
}

.component-tool-search .component-input {
  font-size: 0.8em;
  padding: 0 6px;
  border: none;
  background: #fff;
}

.component-tool-search .component-button {
  font-size: 0.8em;
  color: white;
  background-color: var(--color-theme-primary);
  min-width: 4em;
  border: none;
  margin: 0;
}
.block:empty {
  display: none;
}
.block-page-body {
  padding-bottom: 36px;
}
.block-password {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  gap: 10px;
}

.block-password .component-message {
  flex: 1 0 auto;
}
.block-handle {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 100;
}
.block-site-author {
  display: flex;
  flex-direction: column;
  padding: 12px;
  margin-top: 24px;
}

.block-site-author .author-content {
  align-self: center;
}

.block-site-author .author-content .component-address-site {
  margin-top: 20px;
}

.block-site-author .author-map {
  margin: 40px 0 0 0;
}
.block-site-copyright {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: var(--color-theme-primary);
  color: white;
  font-size: 0.8em;
}
.block-site-info {
  padding: 10px var(--padding-window-size);
}
.block-site-navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.block-site-navi .navi-top {
  width: 100%;
  order: 2;
}

.block-site-navi .navi-bottom {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  margin-top: 12px;
}

.block-site-navi .component-tool-search {
  margin-top: 12px;
}

.block-site-navi .component-menu-navi {
  display: none;
}
.block-site-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px;
}

.block-site-title .component-link:hover {
  text-decoration: none;
}

.block-site-title .component-drawer {
  margin-left: 10px;
}
.block-page-body {
  padding: 0 12px;
}
.block-page-body .component-editor-content {
  margin-bottom: 60px;
}
.block-page-breadcrumb {
  margin-bottom: 24px;
}
.block-page-children {
  padding: 0 12px;
}
.block-page-section {
  padding: 10px;
  margin-top: 36px;
  border-top: 5px solid var(--color-theme-primary);
  background-color: #f5f6f8;
}

.block-page-section .section-title {
  padding: 20px 0;
  font-size: 1.2em;
  margin-left: 10px;
}

.block-page-section .component-editor {
  margin-left: 10px;
}

.block-page-section .editor-content {
  padding: 0;
}

.block-page-section .editor-content h2 {
  margin: 1.7em 0 0.7em -12px;
}
.block-page-title {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-site-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.block-site-cover .component-cover {
  background-position: center bottom;
}
.block + .block-menu-main .component-title-block-menu {
  display: none;
}
.block-menu-side {
  padding: 0 12px;
}
.block-front-important {
  padding: 0 12px;
}
.block-front-topic {
  margin-top: 20px;
  padding: 12px;
  border-top: 5px solid var(--color-theme-primary);
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.block-front-topic > * + * {
  margin-top: 20px;
}

.block-front-topic .topic-archive {
  display: flex;
  justify-content: center;
}

.block-front-topic .topic-archive .component-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  color: white;
  background-color: rgb(182, 29, 62);
}

.block-front-topic .topic-archive .component-link .icon {
  margin-right: 10px;
}
.block-site-pickup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: rgb(109, 134, 211);
  background: linear-gradient(
    162deg,
    rgba(109, 134, 211, 1) 0%,
    rgba(63, 86, 163, 1) 38%,
    rgba(86, 152, 188, 1) 100%
  );
  padding: 20px;
}

.block-site-pickup .component-title {
  flex: 0 0 100%;
}

.block-site-pickup .component-list-pickup {
  flex: 0 0 100%;
  margin-top: 20px;
}
.block-site-relation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}

.block-site-relation .component-title {
  flex: 0 0 100%;
}

.block-site-relation .component-list-banner-relation {
  flex: 0 0 100%;
  margin-top: 20px;
}

.block-site-relation .component-list-banner-radiation {
  flex: 0 0 100%;
  margin-top: 30px;
}
.block-front-slideshow {
  z-index: 5;
  position: relative;
  height: 40vw;
  /* background: rgba(166, 197, 255, 0.6); */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.block-front-slideshow .component-list {
  list-style: none;
  margin: 0;
}

.block-front-slideshow .slide-item {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  transition: opacity 1s ease-out;
  z-index: 0;
  margin: 0;
}

.block-front-slideshow .slide-item.active {
  opacity: 1;
  z-index: 1;
}

.block-front-slideshow .banner-item {
  width: 100%;
  height: 100%;
}

.block-front-slideshow .component-link {
  display: block;
  width: 100%;
  height: 100%;
}
.block-front-slideshow .component-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.block-archive-press .component-tabs {
  margin-top: 18px;
}
.page .layout-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-top: 5px solid var(--color-theme-primary);
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.page .layout-main_before {
  position: relative;
  z-index: 0;
  width: min(1200px, 100vw);
  margin: 0 auto;
}

.page .layout-wrap {
  padding: 12px 0 0 0;
}

.page .layout-wrap .layout-side {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.page .layout-wrap .layout-side > * + * {
  margin-top: 20px;
}

.page .layout-footer {
  background-color: var(--color-theme-secondary);
  margin-top: 20px;
}

@media screen and (max-width: 770px) {
  .page .component-link-scroll-main {
    position: absolute;
    right: 6em;
    top: 2.4em;
  }

  .menu-open .page .block-site-author,
  .menu-open .page .block-front-slideshow,
  .menu-open .page .block-page-title,
  .menu-open .page .layout-main,
  .menu-open .page .layout-main_after,
  .menu-open .page .layout-main_before {
    display: none;
  }
  .menu-open .page .layout-side {
    margin-top: 0;
  }

  .menu-open .page .navi-bottom {
    display: flex;
  }
  .menu-open .page .component-link-scroll-main,
  .menu-open .page .component-scroller {
    display: none;
  }
}
.page-default .layout-main_before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}
.page-front .layout-main_after {
  margin: 40px 0;
}

.page-front .layout-main_after > * + * {
  margin-top: 40px;
}

.page-front .layout-main_after > * {
  padding-left: var(--padding-window-size);
  padding-right: var(--padding-window-size);
}

.page-front .block-site-cover {
  display: none;
}
