@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
/* dt {
  font-weight: bold;
} */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 追記 */
/* ============================================ */
em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input,
button,
select,
textarea,
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  /* outline: none; */
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* form スタイルリセット */
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select {
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1100px) {
  body,
  button,
  input,
  textarea,
  select {
    font-size: 1.5rem;
  }
}

::selection {
  background: #0060ae;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  body {
    min-width: 0px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    min-width: 0;
  }
}

input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

br.pc {
  display: block;
}
@media screen and (max-width: 1100px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  br.sp {
    display: block;
  }
}

.c-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    color: inherit !important;
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 1100px) {
  a[href^="tel:"] {
    text-decoration: underline;
  }
}

a[href$=".pdf"] {
  position: relative;
  padding-right: 42px;
}
@media screen and (min-width: 1025px) {
  a[href$=".pdf"]:hover::after, a[href$=".pdf"]:focus::after {
    transform: translateX(0px) translateY(-50%);
  }
}
a[href$=".pdf"]::after {
  content: "PDF";
  display: inline-block;
  background-color: #f77a71;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  margin-left: 1rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  line-height: 1.2;
  background: #f77a71;
  width: fit-content;
  height: auto;
  right: 0;
  top: 50%;
  font-weight: 600;
  transform: translateX(0%) translateY(-50%);
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  a[href$=".pdf"]::after {
    transform: translateX(0%) translateY(0%);
  }
}
a[href$=".pdf"] svg {
  display: none;
}
a[href$=".pdf"].gs-image {
  padding-right: 0 !important;
}
a[href$=".pdf"].gs-image::after {
  display: none !important;
}
a[href$=".pdf"].c-icon-none::after {
  display: none !important;
}

/**************************************************
  Content
***************************************************/
#container {
  overflow: hidden;
}

.bl_content {
  padding-left: 330px;
}
@media screen and (max-width: 1440px) {
  .bl_content {
    padding-left: 0;
  }
}
.bl_content__inner {
  margin-inline: 80px;
  min-height: calc(100vh - 292px);
}
@media screen and (max-width: 1440px) {
  .bl_content__inner {
    margin-inline: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .bl_content__inner {
    min-height: 0;
  }
}
.bl_content__wrap {
  margin-inline: 80px;
}
@media screen and (max-width: 1440px) {
  .bl_content__wrap {
    margin-inline: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .bl_content__wrap {
    min-height: 0;
  }
}
.bl_content a {
  color: #0060ae;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.bl_content a:hover, .bl_content a:focus-visible {
  text-decoration: none;
}

.bl_legacy {
  padding-top: 50px;
}
@media screen and (max-width: 1100px) {
  .bl_legacy {
    padding-top: 110px;
  }
}

.bl_main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.bl_main::before {
  content: "";
  width: 330px;
  height: 100%;
  background-color: #0060ae;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .bl_main::before {
    display: none;
  }
}

.bl_pagetitle {
  text-align: center;
  background-color: #f8faf4;
  position: relative;
  padding: 90px 0;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1440px) {
  .bl_pagetitle {
    padding: 120px 0 70px;
  }
}
.bl_pagetitle__text {
  color: #0060ae;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  padding-inline: 20px;
}
@media screen and (max-width: 1100px) {
  .bl_pagetitle__text {
    font-size: 3rem;
  }
}
.bl_pagetitle__en {
  color: #0060ae;
  font-size: 1.4rem;
}
.bl_pagetitle__roop {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  transform: translateY(50%);
}
@media screen and (max-width: 1100px) {
  .bl_pagetitle__roop {
    transform: translateY(50%);
    opacity: 0.7;
  }
}
.bl_pagetitle__roop p {
  display: inline-block;
  padding-right: 4rem;
  animation: roop-scroll 30s linear infinite;
}
.bl_pagetitle__roop img {
  max-width: none !important;
}
.bl_pagetitle__illust1 {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
}
@media screen and (max-width: 1100px) {
  .bl_pagetitle__illust1 {
    left: -30px;
  }
}
.bl_pagetitle__illust2 {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
}
@media screen and (max-width: 1100px) {
  .bl_pagetitle__illust2 {
    right: -30px;
  }
}
.bl_pagetitle.is-page-museum .bl_pagetitle__text {
  color: #333;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__en {
  color: #333;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area {
  width: 87px;
  height: 30px;
  border-radius: 3px;
  display: grid;
  place-content: center;
  margin-inline: auto;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.hyogo {
  background-color: #f77a71;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.okayama {
  background-color: #e88d06;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.hiroshima {
  background-color: #9d298b;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.yamaguchi {
  background-color: #ac8c54;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.tokushima {
  background-color: #008f7b;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.kagawa {
  background-color: #05c483;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.ehime {
  background-color: #05bdc4;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.kochi {
  background-color: #0060ae;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.fukuoka {
  background-color: #daa520;
}
.bl_pagetitle.is-page-museum .bl_pagetitle__area.oita {
  background-color: #e43636;
}

.bl_pagedescription {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription {
    margin-bottom: 3rem;
  }
}
.bl_pagedescription__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__title {
    line-height: 1.5;
  }
}
.bl_pagedescription__title::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(/museum/assets/img/icon/flag.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #333;
  display: block;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}
.bl_pagedescription__text {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__text {
    width: 100%;
  }
}
.bl_pagedescription__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__images {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.bl_pagedescription__images img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.bl_pagedescription__images figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.bl_pagedescription__info {
  grid-area: info;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__info {
    flex-direction: column;
  }
}
.bl_pagedescription__info figure {
  aspect-ratio: 255/170;
  width: 255px;
  flex: none;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__info figure {
    width: 100%;
  }
}
.bl_pagedescription__info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_pagedescription__info dl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__info dl {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.bl_pagedescription__info dt {
  background-color: #edefe9;
  padding: 0.1rem 1rem;
  border-radius: 3px;
  width: 80px;
  flex: none;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .bl_pagedescription__info dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.bl_voicebox {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .bl_voicebox {
    padding: 40px 0 60px;
  }
}
.bl_voicebox::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -80px;
  top: 0;
  z-index: -1;
  background-color: #f8faf4;
}
@media screen and (max-width: 1440px) {
  .bl_voicebox::before {
    left: -25px;
  }
}
.bl_voicebox__title {
  text-align: center;
  color: #0060ae;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.bl_voicebox__title span {
  display: block;
  font-size: 1.6rem;
}
.bl_voicebox__box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  padding: 4rem 3rem 4rem 16rem;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .bl_voicebox__box {
    padding: 3rem;
  }
}
.bl_voicebox__box figure {
  flex: none;
  position: absolute;
  left: 3rem;
  top: -10px;
}
@media screen and (max-width: 1100px) {
  .bl_voicebox__box figure {
    left: auto;
    right: 3rem;
    top: -40px;
  }
}
.bl_voicebox__box figure figcaption {
  font-size: 1.2rem;
  color: #0060ae;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .bl_voicebox__box figure figcaption {
    line-height: 1.3;
  }
}
.bl_voicebox__box__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .bl_voicebox__box__title {
    padding-right: 100px;
  }
}

/**************************************************
bl_link__panellist
***************************************************/
.bl_link__panellist__item {
  border: 2px solid #edefe9;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-areas: "title title" "img info";
  grid-template-columns: 270px 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  transition: border-color 0.3s !important;
  text-decoration: none !important;
  color: #333 !important;
}
@media screen and (max-width: 1100px) {
  .bl_link__panellist__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_link__panellist__item:hover, .bl_link__panellist__item:focus {
    border-color: #0060ae;
  }
}
.bl_link__panellist__title {
  font-weight: 700;
  font-size: 2rem;
  grid-area: title;
}
.bl_link__panellist__title::after {
  content: "";
  width: 20px;
  height: 10px;
  mask-image: url(/museum/assets/img/icon/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #0060ae;
  display: inline-block;
  margin-left: 1.4rem;
  transform: translateY(-5px);
}
.bl_link__panellist__title.is-flag {
  position: relative;
  padding-left: 30px;
}
.bl_link__panellist__title.is-flag::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(/museum/assets/img/icon/flag.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #0060ae;
  position: absolute;
  left: 0;
  top: 8px;
  margin-inline: auto;
}
.bl_link__panellist__title span {
  background-color: #0060ae;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-radius: 3px;
}
.bl_link__panellist__title span.is-purple {
  background-color: #9d298b;
}
.bl_link__panellist__title span.is-green {
  background-color: #008f7b;
}
.bl_link__panellist__title span.is-orange {
  background-color: #e88d06;
}
.bl_link__panellist__title span.is-red {
  background-color: #e43636;
}
.bl_link__panellist__title span.is-yellow {
  background-color: #daa520;
}
.bl_link__panellist__title span.is-blue {
  background-color: #0060ae;
}
.bl_link__panellist__title span.is-lightgreen {
  background-color: #05c483;
}
.bl_link__panellist__title span.is-pink {
  background-color: #f77a71;
}
.bl_link__panellist__title span.is-lightblue {
  background-color: #05bdc4;
}
.bl_link__panellist__img {
  grid-area: img;
  aspect-ratio: 255/170;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.bl_link__panellist__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_link__panellist__info {
  grid-area: info;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .bl_link__panellist__info {
    flex-direction: column;
  }
}
.bl_link__panellist__info.is-index dl {
  width: 100%;
  align-items: flex-start;
}
.bl_link__panellist__info.is-index dt {
  width: 120px;
  background-color: #eaefe1;
}
@media screen and (max-width: 1100px) {
  .bl_link__panellist__info.is-index dt {
    width: 100%;
  }
}
.bl_link__panellist__info dl {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .bl_link__panellist__info dl {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.bl_link__panellist__info dl.is-wide {
  width: 100%;
  flex-direction: column;
}
.bl_link__panellist__info dt {
  background-color: #edefe9;
  padding: 0.1rem 1rem;
  border-radius: 3px;
  width: 80px;
  flex: none;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .bl_link__panellist__info dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/**************************************************
m-article-card
***************************************************/
.m-article-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .m-article-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.m-article-card__link {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .m-article-card__link:hover .m-article-card__title, .m-article-card__link:focus .m-article-card__title {
    color: #0060ae;
  }
  .m-article-card__link:hover img, .m-article-card__link:focus img {
    transform: scale(1.05);
  }
}
.m-article-card__title {
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .m-article-card__title {
    font-size: 1.4rem;
  }
}
.m-article-card__thumb {
  aspect-ratio: 300/180;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #fff;
}
.m-article-card__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease-in-out;
}
.m-article-card__title {
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}

/**************************************************
  btn
***************************************************/
/**************************************************
  Img
***************************************************/
.c-img-full {
  width: 100%;
}

.c-img-left {
  float: left;
  margin: 0 20px 20px 0;
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  white-space: nowrap;
}
.c-icon-blank {
  max-height: 0.9em;
  max-width: 0.9em;
  vertical-align: -0.1em;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}
.c-icon-honshi {
  aspect-ratio: 242/73;
  width: 100%;
  max-width: 129px;
  height: auto;
  display: block;
}
.c-icon-pdf {
  display: none;
}

/**************************************************
  list
***************************************************/
/* 非順序リスト */
.c-list-bullet li {
  margin-left: 2rem;
  position: relative;
}
.c-list-bullet li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1.5rem;
  width: 6px;
  height: 6px;
  background-color: #0060ae;
  border-radius: 100%;
}
.c-list-bullet li:has(a)::before {
  border-radius: 0;
  background: transparent;
}
.c-list-bullet ol,
.c-list-bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 順序リスト */
.c-list-number {
  counter-reset: num;
}
.c-list-number li {
  padding-left: 2rem;
}
.c-list-number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  top: 0;
  left: 0.5rem;
}
.c-list-number ol,
.c-list-number ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ※付きリスト */
.c-list-rice li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.c-list-rice li::before {
  display: none;
}

/* テーブルの中のリスト */
table ul,
table ol {
  margin: 0;
}

.c-list-link.is-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-list-link.is-col2 li {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .c-list-link.is-col2 li {
    width: 100%;
  }
}
.c-list-link a {
  color: #0060ae;
}
.c-list-link a::before {
  content: "";
  width: 11px;
  height: 10px;
  mask-image: url(/museum/assets/img/icon/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #0060ae;
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(-2px);
}

/**************************************************
  accordion
***************************************************/
.c-accordion-item {
  overflow: hidden;
  margin-block: 20px;
}
.c-accordion-btn {
  cursor: pointer;
  list-style: none;
  transition: 0.3s;
}
.c-accordion-btn:hover, .c-accordion-btn:focus-visible {
  opacity: 0.7;
}
.c-accordion-btn::-webkit-details-marker {
  display: none;
}
.c-accordion-btn ::marker {
  content: "";
}
.c-accordion-content {
  overflow: hidden;
}

/**************************************************
  breadcrumb
***************************************************/
.c-breadcrumb {
  background: #f8faf4;
  font-size: 14px;
  overflow-x: auto;
  margin-top: 100px;
  clear: both;
}
@media screen and (max-width: 1100px) {
  .c-breadcrumb {
    padding-left: 0px;
    margin-top: 60px;
  }
}
.c-breadcrumb-list {
  display: flex;
  margin-block: 15px;
  margin-inline: 80px;
  white-space: nowrap;
}
.c-breadcrumb-item {
  display: flex;
  align-items: center;
}
.c-breadcrumb-item:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/museum/assets/img/icon/arrow-blk.svg") no-repeat center center/contain;
  margin-inline: 10px;
}
.c-breadcrumb-item:last-of-type {
  padding-right: 80px;
}
.c-breadcrumb-item a {
  text-decoration: none;
  color: #0060ae;
}

@media screen and (max-width: 1100px) {
  .c-breadcrumb-list {
    margin-inline: 30px;
  }
  .c-breadcrumb-item:last-of-type {
    padding-right: 30px;
  }
}
@keyframes roop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/**************************************************
heading
***************************************************/
.c-heading-h3 {
  color: #0060ae;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 1100px) {
  .c-heading-h3 {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.c-heading-h3::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #dde0d7;
  position: absolute;
  left: 0;
  top: 16px;
}
.c-heading-h3::after {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #0060ae;
  position: absolute;
  left: 0;
  top: 16px;
}

.c-heading-h2 {
  color: #0060ae;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 3px solid #dde0d7;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 5rem;
}
.c-heading-h2::after {
  content: "";
  width: 160px;
  height: 3px;
  background-color: #0060ae;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/**************************************************
  grid
***************************************************/
.c-grid__col1 {
  display: grid;
  gap: 2.8rem;
}
.c-grid__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .c-grid__col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.c-grid__col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .c-grid__col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.c-grid__item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-decoration: none !important;
  color: #333 !important;
}
.c-grid__item figure {
  text-align: center;
}
.c-grid__item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-grid__item__title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .c-grid__item__title {
    font-size: 1.6rem;
  }
}
.c-grid__item__museum-title {
  font-size: 1.6rem;
}
.c-grid__item p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .c-grid__item p {
    font-size: 1.3rem;
  }
}
.c-grid__item figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.c-grid a.c-grid__item:hover, .c-grid a.c-grid__item:focus {
  color: #0060ae !important;
}
.c-grid a.c-grid__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
  transition: transform 0.3s ease-in-out;
}

/**************************************************
c-border__finally
***************************************************/
.c-border__finally {
  position: relative;
  border: 2px solid #0060ae;
  border-radius: 4px;
  padding: 5rem;
  max-width: 860px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .c-border__finally {
    padding: 2.4rem;
    margin-block: 3rem;
  }
}
.c-border__finally::before {
  content: "FINALLY";
  font-family: "Montserrat", sans-serif;
  color: #0060ae;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #fff;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  position: absolute;
  padding-inline: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -41px;
  width: fit-content;
  height: 1.2rem;
  text-align: center;
  line-height: 1;
}
.c-border__finally .mat-left-top {
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 50px;
}
.c-border__finally .mat-left-top::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #0060ae;
}
.c-border__finally .mat-right-bottom {
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: 50px;
}
.c-border__finally .mat-right-bottom::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #0060ae;
}

.c-border__document {
  position: relative;
  border: 2px solid #0060ae;
  border-radius: 4px;
  padding: 3rem 6rem;
  max-width: 860px;
  margin-inline: auto;
  margin-block: 4rem;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-border__document {
    padding: 2.4rem;
    margin-block: 3rem;
  }
}
.c-border__document__title {
  color: #0060ae;
  position: absolute;
  left: 50px;
  top: -13px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  width: fit-content;
  padding-inline: 1rem;
}
.c-border__document .mat-right-bottom {
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: 50px;
}
.c-border__document .mat-right-bottom::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #0060ae;
}

/* ------------------------------------
 * Font color
 * ------------------------------------ */
.fc-red, .red-moji {
  color: #f00 !important;
}

.fc-blue {
  color: #00f !important;
}

/* ------------------------------------
 * Font style
 * ------------------------------------ */
.b {
  font-weight: bold !important;
}

.u {
  text-decoration: underline !important;
}

.u-double {
  border-bottom: 3px double !important;
}

.strike {
  text-decoration: line-through !important;
}

/* ------------------------------------
 * Font-size(px10～px32)
 * 基準16px → rem変換
 * ------------------------------------ */
.px10 {
  font-size: calc(10 / 16)rem !important;
}

.px11 {
  font-size: calc(11 / 16)rem !important;
}

.px12 {
  font-size: calc(12 / 16)rem !important;
}

.px13 {
  font-size: calc(13 / 16)rem !important;
}

.px14 {
  font-size: calc(14 / 16)rem !important;
}

.px15 {
  font-size: calc(15 / 16)rem !important;
}

.px16 {
  font-size: calc(16 / 16)rem !important;
}

.px17 {
  font-size: calc(17 / 16)rem !important;
}

.px18 {
  font-size: calc(18 / 16)rem !important;
}

.px19 {
  font-size: calc(19 / 16)rem !important;
}

.px20 {
  font-size: calc(20 / 16)rem !important;
}

.px21 {
  font-size: calc(21 / 16)rem !important;
}

.px22 {
  font-size: calc(22 / 16)rem !important;
}

.px23 {
  font-size: calc(23 / 16)rem !important;
}

.px24 {
  font-size: calc(24 / 16)rem !important;
}

.px25 {
  font-size: calc(25 / 16)rem !important;
}

.px26 {
  font-size: calc(26 / 16)rem !important;
}

.px27 {
  font-size: calc(27 / 16)rem !important;
}

.px28 {
  font-size: calc(28 / 16)rem !important;
}

.px29 {
  font-size: calc(29 / 16)rem !important;
}

.px30 {
  font-size: calc(30 / 16)rem !important;
}

.px31 {
  font-size: calc(31 / 16)rem !important;
}

.px32 {
  font-size: calc(32 / 16)rem !important;
}

/* ------------------------------------
 * position
 * ------------------------------------ */
.text-right {
  text-align: right;
}

/* ------------------------------------
 * Padding: pt0〜pt50 / pb / pr / pl
 * ------------------------------------ */
.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt21 {
  padding-top: 21px !important;
}

.pb21 {
  padding-bottom: 21px !important;
}

.pr21 {
  padding-right: 21px !important;
}

.pl21 {
  padding-left: 21px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pr22 {
  padding-right: 22px !important;
}

.pl22 {
  padding-left: 22px !important;
}

.pt23 {
  padding-top: 23px !important;
}

.pb23 {
  padding-bottom: 23px !important;
}

.pr23 {
  padding-right: 23px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt26 {
  padding-top: 26px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pr26 {
  padding-right: 26px !important;
}

.pl26 {
  padding-left: 26px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pl27 {
  padding-left: 27px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.pt29 {
  padding-top: 29px !important;
}

.pb29 {
  padding-bottom: 29px !important;
}

.pr29 {
  padding-right: 29px !important;
}

.pl29 {
  padding-left: 29px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt31 {
  padding-top: 31px !important;
}

.pb31 {
  padding-bottom: 31px !important;
}

.pr31 {
  padding-right: 31px !important;
}

.pl31 {
  padding-left: 31px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.pt34 {
  padding-top: 34px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

.pr34 {
  padding-right: 34px !important;
}

.pl34 {
  padding-left: 34px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pb37 {
  padding-bottom: 37px !important;
}

.pr37 {
  padding-right: 37px !important;
}

.pl37 {
  padding-left: 37px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.pt39 {
  padding-top: 39px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

.pr39 {
  padding-right: 39px !important;
}

.pl39 {
  padding-left: 39px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt41 {
  padding-top: 41px !important;
}

.pb41 {
  padding-bottom: 41px !important;
}

.pr41 {
  padding-right: 41px !important;
}

.pl41 {
  padding-left: 41px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pl44 {
  padding-left: 44px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt46 {
  padding-top: 46px !important;
}

.pb46 {
  padding-bottom: 46px !important;
}

.pr46 {
  padding-right: 46px !important;
}

.pl46 {
  padding-left: 46px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pt49 {
  padding-top: 49px !important;
}

.pb49 {
  padding-bottom: 49px !important;
}

.pr49 {
  padding-right: 49px !important;
}

.pl49 {
  padding-left: 49px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ------------------------------------
 * Margin: mt0〜mt50 / mb / mr / ml
 * ------------------------------------ */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mr21 {
  margin-right: 21px !important;
}

.ml21 {
  margin-left: 21px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mr23 {
  margin-right: 23px !important;
}

.ml23 {
  margin-left: 23px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mr26 {
  margin-right: 26px !important;
}

.ml26 {
  margin-left: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mr29 {
  margin-right: 29px !important;
}

.ml29 {
  margin-left: 29px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mr31 {
  margin-right: 31px !important;
}

.ml31 {
  margin-left: 31px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mr34 {
  margin-right: 34px !important;
}

.ml34 {
  margin-left: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mr37 {
  margin-right: 37px !important;
}

.ml37 {
  margin-left: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mr39 {
  margin-right: 39px !important;
}

.ml39 {
  margin-left: 39px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.mr41 {
  margin-right: 41px !important;
}

.ml41 {
  margin-left: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mr44 {
  margin-right: 44px !important;
}

.ml44 {
  margin-left: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mr46 {
  margin-right: 46px !important;
}

.ml46 {
  margin-left: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mr49 {
  margin-right: 49px !important;
}

.ml49 {
  margin-left: 49px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* ------------------------------------
 * Width (%): w1〜w100
 * ------------------------------------ */
.w1 {
  width: 1% !important;
}

.w2 {
  width: 2% !important;
}

.w3 {
  width: 3% !important;
}

.w4 {
  width: 4% !important;
}

.w5 {
  width: 5% !important;
}

.w6 {
  width: 6% !important;
}

.w7 {
  width: 7% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w10 {
  width: 10% !important;
}

.w11 {
  width: 11% !important;
}

.w12 {
  width: 12% !important;
}

.w13 {
  width: 13% !important;
}

.w14 {
  width: 14% !important;
}

.w15 {
  width: 15% !important;
}

.w16 {
  width: 16% !important;
}

.w17 {
  width: 17% !important;
}

.w18 {
  width: 18% !important;
}

.w19 {
  width: 19% !important;
}

.w20 {
  width: 20% !important;
}

.w21 {
  width: 21% !important;
}

.w22 {
  width: 22% !important;
}

.w23 {
  width: 23% !important;
}

.w24 {
  width: 24% !important;
}

.w25 {
  width: 25% !important;
}

.w26 {
  width: 26% !important;
}

.w27 {
  width: 27% !important;
}

.w28 {
  width: 28% !important;
}

.w29 {
  width: 29% !important;
}

.w30 {
  width: 30% !important;
}

.w31 {
  width: 31% !important;
}

.w32 {
  width: 32% !important;
}

.w33 {
  width: 33% !important;
}

.w34 {
  width: 34% !important;
}

.w35 {
  width: 35% !important;
}

.w36 {
  width: 36% !important;
}

.w37 {
  width: 37% !important;
}

.w38 {
  width: 38% !important;
}

.w39 {
  width: 39% !important;
}

.w40 {
  width: 40% !important;
}

.w41 {
  width: 41% !important;
}

.w42 {
  width: 42% !important;
}

.w43 {
  width: 43% !important;
}

.w44 {
  width: 44% !important;
}

.w45 {
  width: 45% !important;
}

.w46 {
  width: 46% !important;
}

.w47 {
  width: 47% !important;
}

.w48 {
  width: 48% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w51 {
  width: 51% !important;
}

.w52 {
  width: 52% !important;
}

.w53 {
  width: 53% !important;
}

.w54 {
  width: 54% !important;
}

.w55 {
  width: 55% !important;
}

.w56 {
  width: 56% !important;
}

.w57 {
  width: 57% !important;
}

.w58 {
  width: 58% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w61 {
  width: 61% !important;
}

.w62 {
  width: 62% !important;
}

.w63 {
  width: 63% !important;
}

.w64 {
  width: 64% !important;
}

.w65 {
  width: 65% !important;
}

.w66 {
  width: 66% !important;
}

.w67 {
  width: 67% !important;
}

.w68 {
  width: 68% !important;
}

.w69 {
  width: 69% !important;
}

.w70 {
  width: 70% !important;
}

.w71 {
  width: 71% !important;
}

.w72 {
  width: 72% !important;
}

.w73 {
  width: 73% !important;
}

.w74 {
  width: 74% !important;
}

.w75 {
  width: 75% !important;
}

.w76 {
  width: 76% !important;
}

.w77 {
  width: 77% !important;
}

.w78 {
  width: 78% !important;
}

.w79 {
  width: 79% !important;
}

.w80 {
  width: 80% !important;
}

.w81 {
  width: 81% !important;
}

.w82 {
  width: 82% !important;
}

.w83 {
  width: 83% !important;
}

.w84 {
  width: 84% !important;
}

.w85 {
  width: 85% !important;
}

.w86 {
  width: 86% !important;
}

.w87 {
  width: 87% !important;
}

.w88 {
  width: 88% !important;
}

.w89 {
  width: 89% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------
 * Indent
 * ------------------------------------ */
.t-indent {
  text-indent: 1em !important;
}

/* 複数行の字下げ: 1em〜4em */
.t-indent-1em {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.t-indent-2em {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.t-indent-3em {
  padding-left: 3em !important;
  text-indent: -3em !important;
}

.t-indent-4em {
  padding-left: 4em !important;
  text-indent: -4em !important;
}

/* ------------------------------------
 * Text align
 * ------------------------------------ */
.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/* ------------------------------------
 * Single helpers
 * ------------------------------------ */
/* 要素を中央揃え（左右auto） */
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.u-responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ------------------------------------
 * state
 * ------------------------------------ */
a[aria-current=page]:not(.no-current) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}
/*# sourceMappingURL=common.css.map */
