@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  /* padding: 0.35em 0.75em 0.625em; */ /* 2 */
  padding: 0;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root,
html,
body {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
}

body {
  font-size: 17px;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 16px;
  }
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

html {
  word-break: normal;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

table th {
  font-weight: normal;
}

img {
  width: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a::before, a::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}
a:hover:before, a:hover::after {
  opacity: 0.6;
}

a img {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

a img:hover {
  opacity: 0.6;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}

h1, h2, h3, h4, h5 {
  font-weight: initial;
}

form {
  width: 100%;
}

.Wrapper a, .Wrapper p, .Wrapper table th, .Wrapper table td, .Wrapper dt, .Wrapper dd, .Wrapper li {
  font-weight: 300;
}
.Wrapper a {
  text-decoration: underline;
}
.Wrapper a:hover {
  text-decoration: underline;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  width: 100%;
  height: 45px;
  background-color: #f0f0f0;
  border-bottom: solid 1px #ccdeea;
}
@media only screen and (max-width: 980px) {
  .drawer-nav {
    position: fixed;
    background-color: #ffffff;
    z-index: 2;
    top: 140px;
    overflow: hidden;
    width: 20.25rem;
    height: calc(100% - 140px);
  }
}
@media only screen and (max-width: 980px) and (max-width: 780px) {
  .drawer-nav {
    top: 110px;
    height: calc(100% - 110px);
  }
}
.drawer-nav a {
  color: #333333;
}
.drawer-nav a:hover {
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
  }
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  text-decoration: none;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -20.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 20.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -20.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  display: none;
  position: fixed;
  z-index: 5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger {
    display: block;
    width: 2rem;
    top: 98px;
    right: 6px;
    padding-top: 0;
  }
  _:-ms-fullscreen, :root .drawer-hamburger {
    top: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .drawer-hamburger {
    top: 72px;
    padding-right: 20px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 980px) {
  _:-ms-fullscreen, :root .drawer-hamburger-icon {
    margin-top: -15px;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #52839E;
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #0d0d0d;
    height: 4px;
  }
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -10px;
    height: 4px;
  }
}

.drawer-hamburger-icon:after {
  top: 10px;
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger-icon:after {
    top: 10px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 780px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 20.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 20.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 20.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 2.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 2.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 2.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 5.5rem;
}

@media (min-width: 780px) {
  .drawer-navbar {
    height: 2.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 2.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 20.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu {
    width: auto;
    background-color: #f9f9f9;
  }
}

@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu-wide {
    /*     width: 230px; */
  }
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown-menu-wide {
    width: 100%;
  }
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
  border-bottom: solid 1px #ccdeea;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown-menu > li {
    width: 100%;
  }
}
.drawer-dropdown-menu > li:last-child {
  border-bottom: none;
}
.drawer-dropdown-menu > li:hover {
  background-color: #52839E;
  color: #fff;
}

.drawer-dropdown-menu-item {
  /* line-height: $drawer-navbar-height;
  padding: 0; */
  line-height: initial;
  padding: 8px 0;
  display: block;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
  font-size: 16px;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: none;
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 780px) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
.Wrapper {
  padding-top: 130px;
}
@media only screen and (max-width: 780px) {
  .Wrapper {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 780px) {
  .Wrapper {
    padding-top: 110px;
  }
}

.l-base {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .l-base {
    margin: 0 8px;
    width: auto;
  }
}

.l-pankuzu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-size: 12px;
}
@media only screen and (max-width: 1300px) {
  .l-pankuzu {
    padding: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-pankuzu {
    padding: 10px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-pankuzu li:after {
  content: "＞";
  margin: 0 15px;
}
.l-pankuzu li:last-of-type:after {
  content: "";
}
.l-pankuzu a {
  text-decoration: none;
}
.l-pankuzu a:hover {
  text-decoration: none;
}
.l-pankuzu li, .l-pankuzu a {
  font-weight: 400;
}

.l-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 calc(100% - 300px);
      -ms-flex: 0 2 calc(100% - 300px);
          flex: 0 2 calc(100% - 300px);
  margin: 0 30px;
  max-width: 865px;
}
@media only screen and (max-width: 980px) {
  .l-main {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 780px) {
  .l-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-main {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-sub {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 30px;
}
@media only screen and (max-width: 980px) {
  .l-sub {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 780px) {
  .l-sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
_:-ms-fullscreen, :root .l-sub {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  min-height: 0%;
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-sub {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% - 300px);
      -ms-flex: 0 1 calc(100% - 300px);
          flex: 0 1 calc(100% - 300px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .l-column {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-column {
    margin: 0;
    padding: 0;
  }
}

.l-row, .l-row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-fifColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 75px) / 5);
  max-width: calc((100% - 60px) / 5);
  margin-right: 15px;
}
.l-fifColumn:nth-of-type(5n), .l-fifColumn:last-of-type {
  margin-right: 0;
}
.l-fifColumn:nth-of-type(n+6) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fifColumn {
    width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-fifColumn:nth-of-type(3n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-fifColumn {
  display: block;
  width: calc((99% - 80px) / 5);
  max-width: calc((99% - 80px) / 5);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-fifColumn {
    width: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
}

.l-quaColumn, .l-adjustColumn:first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 45px) / 4);
  max-width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.l-quaColumn:nth-of-type(4n), .l-adjustColumn:nth-of-type(4n):first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(4n), .l-quaColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:last-of-type {
  margin-right: 0;
}
.l-quaColumn:nth-of-type(n+5), .l-adjustColumn:nth-of-type(n+5):first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(n+5) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-quaColumn, .l-adjustColumn:first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-quaColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(2n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-quaColumn, :root .l-adjustColumn:first-child:nth-last-child(4),
:root .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
  display: block;
  width: calc((99% - 60px) / 4);
  max-width: calc((99% - 60px) / 4);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-quaColumn, :root .l-adjustColumn:first-child:nth-last-child(4),
  :root .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
}

.l-triColumn, .l-adjustColumn:first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, .l-adjustColumn:first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, .l-adjustColumn:only-child, .l-triColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.l-triColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):only-child, .l-triColumn-wide:nth-of-type(3n), .l-triColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:last-of-type, .l-adjustColumn:last-of-type:only-child, .l-triColumn-wide:last-of-type {
  margin-right: 0;
}
.l-triColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):only-child, .l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn, .l-adjustColumn:first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, .l-adjustColumn:first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, .l-adjustColumn:only-child, .l-triColumn-wide {
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .l-triColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):only-child, .l-triColumn-wide:nth-of-type(3n) {
    margin-right: 10px;
  }
  .l-triColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):only-child, .l-triColumn-wide:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-triColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):only-child, .l-triColumn-wide:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
_:-ms-fullscreen, :root .l-triColumn, :root .l-adjustColumn:first-child:nth-last-child(3),
:root .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, :root .l-adjustColumn:first-child:nth-last-child(2),
:root .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, :root .l-adjustColumn:only-child, :root .l-triColumn-wide {
  display: block;
  width: calc((99% - 40px) / 3);
  max-width: calc((99% - 40px) / 3);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-triColumn, :root .l-adjustColumn:first-child:nth-last-child(3),
  :root .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, :root .l-adjustColumn:first-child:nth-last-child(2),
  :root .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, :root .l-adjustColumn:only-child, :root .l-triColumn-wide {
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
}

.l-halfColumn, .l-halfColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.l-halfColumn:nth-of-type(2n), .l-halfColumn-wide:nth-of-type(2n), .l-halfColumn:last-of-type, .l-halfColumn-wide:last-of-type {
  margin-right: 0;
}
.l-halfColumn:nth-of-type(n+3), .l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-halfColumn, .l-halfColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-halfColumn, :root .l-halfColumn-wide {
  display: block;
  width: calc((99% - 20px) / 2);
  max-width: calc((99% - 20px) / 2);
}

.l-triColumn-wide {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-right: 0px;
}
.l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide:last-of-type {
    margin-bottom: 0;
  }
}
_:-ms-fullscreen, :root .l-triColumn-wide {
  display: block;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
_:-ms-fullscreen a, :root .l-triColumn-wide a {
  display: block;
}

.l-halfColumn-wide {
  width: 50%;
  max-width: 50%;
  margin-right: 0px;
}
.l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
_:-ms-fullscreen, :root .l-halfColumn-wide {
  display: block;
  width: 50%;
  max-width: 50%;
}

.l-fullColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}
.l-fullColumn-wide:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fullColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-fullColumn-wide {
  display: block;
  width: 100%;
  max-width: 100%;
}

.l-midColumn {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 780px) {
  .l-midColumn {
    width: 100%;
  }
}

.l-fluid, .l-fluid-gray {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-fluid-gray {
  background-color: #f4f4f4;
  padding: 40px;
  margin: calc(40px * 2) 0;
}
@media only screen and (max-width: 780px) {
  .l-fluid-gray {
    padding: 20px 0;
  }
}
.l-fluid__inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 780px) {
  .l-fluid__inner {
    margin: 0 15px;
    width: auto;
  }
}
.l-fluid__inner > div {
  margin-bottom: 0;
}

/* 1つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:only-child {
    width: 100%;
    min-width: 100%;
  }
}

/* 2つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

/* 3つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

/* 3つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

.Imgbox, .Imgbox-cut, .Imgbox-fit {
  width: 100%;
  position: relative;
}
.Imgbox img, .Imgbox-cut img, .Imgbox-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Imgbox-fit {
  padding-top: 100%;
  border: solid #e1e1e1 0.25px;
}
.Imgbox-fit img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Imgbox-cut {
  padding-top: 66.6666666667%;
}
.Imgbox-cut img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Infobox {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: #f4f4f4;
  padding: 20px 15px;
}
.Infobox:hover {
  text-decoration: none;
}
.Infobox__title {
  font-size: 17px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 780px) {
  .Infobox__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.Infobox__date {
  font-size: 14px;
  margin-bottom: 5px;
}
.Infobox__caption {
  font-size: 8px;
  color: #666;
  bottom: 0;
  line-height: 10px;
  margin-top: auto;
  margin-bottom: -12px;
}
@media only screen and (max-width: 780px) {
  .Infobox__caption {
    font-size: 10px;
  }
}

.l-quaColumn .Infobox, .l-adjustColumn:first-child:nth-last-child(4) .Infobox,
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn .Infobox {
  padding: 20px 10px;
}
.l-quaColumn .Infobox__title, .l-adjustColumn:first-child:nth-last-child(4) .Infobox__title,
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn .Infobox__title {
  font-size: 16px;
  line-height: 20px;
}

.Exhibitionblock,
.Eventblock {
  margin-bottom: 90px;
}
@media only screen and (max-width: 780px) {
  .Exhibitionblock,
  .Eventblock {
    margin-bottom: 40px;
  }
}

.Exhibitionblock__box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 780px) {
  .Exhibitionblock__box {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.Eventblock__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  padding: 15px;
}
.Eventblock__box:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Eventblock__box {
    background-color: #f4f4f4;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
.Eventblock__box .Imgbox, .Eventblock__box .Imgbox-fit, .Eventblock__box .Imgbox-cut {
  padding-top: initial;
  width: 160px;
  min-width: 160px;
  height: 160px;
  background-color: #fff;
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Imgbox, .Eventblock__box .Imgbox-fit, .Eventblock__box .Imgbox-cut {
    width: 80px;
    min-width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10px;
  }
}
.Eventblock__box .Infobox {
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Infobox {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Infobox__date {
    min-height: 30px;
    width: calc(100% - 75px);
  }
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Infobox .tagbox:last-child {
    min-height: 20px;
  }
}

.Linkimgblock {
  position: relative;
}
.Linkimgblock__box img {
  height: 0;
  padding-top: 62.0689655172%;
}
.Linkimgblock__box:hover .Linkimgbox__icon {
  opacity: 1;
}
.Linkimgblock__box:hover img {
  opacity: 1;
}
.Linkimgblock__icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #333333;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .Linkimgblock__icon {
    width: 45px;
    height: 45px;
  }
}
.Linkimgblock__icon img {
  width: auto;
  height: auto;
  background-size: 85% 85% !important;
  padding-top: 0;
}
@media only screen and (max-width: 780px) {
  .Linkimgblock__icon img {
    background-size: 70% 70% !important;
  }
}
.Linkimgblock p {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .Linkimgblock p {
    margin-top: 2px;
    font-size: 15px;
  }
}

a.Infobox,
a.Exhibitionblock__box,
a.Eventblock__box,
a.Linkimgblock__box {
  text-decoration: none;
}
a.Infobox:hover,
a.Exhibitionblock__box:hover,
a.Eventblock__box:hover,
a.Linkimgblock__box:hover {
  text-decoration: none;
}

.tagbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .tagbox {
    margin-bottom: 5px;
  }
}
.tagbox:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .tagbox:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.tagbox span {
  line-height: 21px;
  font-size: 12px;
  padding-left: 3px;
}
@media only screen and (max-width: 780px) {
  .tagbox span {
    line-height: 17px;
    font-size: 10px;
  }
}

.tag, .tag-bggray, .tag-bgred, .tag-borderred, .tag-wide {
  min-width: 100px;
  height: 24px;
  line-height: 21px;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #666666 1px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 780px) {
  .tag, .tag-bggray, .tag-bgred, .tag-borderred, .tag-wide {
    font-size: 11px;
    height: 18px;
    line-height: 15px;
  }
}
.tag-wide {
  width: 100px;
}
.tag-borderred {
  border: solid #e20000 1px;
  background-color: #fff;
}
.tag-bgred {
  border: solid #e20000 1px;
  background-color: #e20000;
  color: #fff;
  padding: 0 5px;
}
.tag-bggray {
  border: solid #666666 1px;
  background-color: #666666;
  color: #fff;
}
.tag:first-of-type, .tag-wide:first-of-type, .tag-borderred:first-of-type, .tag-bgred:first-of-type, .tag-bggray:first-of-type {
  margin: 0;
}

.sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
@media only screen and (max-width: 780px) {
  .sharebox {
    margin-top: 0;
  }
}
.sharebox div:last-of-type {
  margin-right: 0;
}

.share, .share-facebook, .share-twitter {
  position: relative;
  font-size: 12px;
  margin: 0 10px;
  width: 80px;
  text-align: center;
}
.share a, .share-facebook a, .share-twitter a {
  color: #fff;
  display: block;
  padding: 2px 5px 2px 4px;
  line-height: 18px;
  text-decoration: none;
}
.share a:before, .share-facebook a:before, .share-twitter a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
}
.share a:hover, .share-facebook a:hover, .share-twitter a:hover {
  text-decoration: none;
}
.share-twitter {
  background-color: #1d9bf0;
}
.share-twitter a:before {
  content: "\f099";
}
.share-facebook {
  background-color: #1977d9;
}
.share-facebook a:before {
  content: "\f39e";
}

.btnradius {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
  background-color: #d4d4d4;
  font-size: 17px;
  color: #666666;
  text-decoration: none;
}

a.btnradius {
  text-decoration: none;
}
a.btnradius:hover {
  text-decoration: none;
}

/* // SNSボタン
.ico_twitter a,
.ico_facebook a,
.ico_instagram a,
.ico_youtube a
{
  display:block;
	width: 38px ;
	height: 38px ;
  background-size: contain !important;
}
.ico_twitter a{
	background: url("../images//ico_twitter.svg") no-repeat 0 0;
}
.ico_facebook a{
	background: url("../images//ico_facebook.svg") no-repeat 0 0;
}
.ico_instagram a{
	background: url("../images//ico_instagram.png") no-repeat 0 0;
}
.ico_youtube a{
	background: url("../images//ico_youtube.svg") no-repeat 0 0;
} */
.snscircle, .snscircle-youtube, .snscircle-facebook, .snscircle-instagram, .snscircle-twitter {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.snscircle i, .snscircle-youtube i, .snscircle-facebook i, .snscircle-instagram i, .snscircle-twitter i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.snscircle:hover, .snscircle-youtube:hover, .snscircle-facebook:hover, .snscircle-instagram:hover, .snscircle-twitter:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (max-width: 980px) {
  .snscircle:hover, .snscircle-youtube:hover, .snscircle-facebook:hover, .snscircle-instagram:hover, .snscircle-twitter:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.snscircle-twitter {
  font-size: 24px;
  background: #000000;
}
.snscircle-instagram {
  font-size: 24px;
  background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.snscircle-instagram::before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: -webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
.snscircle-instagram .fa-instagram {
  font-size: 30px;
}
.snscircle-facebook {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c80c6), color-stop(74%, #1977d9));
  background: -webkit-linear-gradient(top, #5c80c6 0%, #1977d9 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #1977d9 74%);
}
.snscircle-youtube {
  font-size: 24px;
  background: -webkit-linear-gradient(315deg, #c9293c 0%, #FF0000 100%);
  background: linear-gradient(135deg, #c9293c 0%, #FF0000 100%);
}

.Footer__sns .snscircle, .Footer__sns .snscircle-twitter, .Footer__sns .snscircle-instagram, .Footer__sns .snscircle-facebook, .Footer__sns .snscircle-youtube {
  color: #bfbfbf;
  background: #fff;
}
.Footer__sns .snscircle::before, .Footer__sns .snscircle-twitter::before, .Footer__sns .snscircle-instagram::before, .Footer__sns .snscircle-facebook::before, .Footer__sns .snscircle-youtube::before {
  width: 0;
}

html {
  height: 100%;
  scroll-padding-top: 130px;
}
@media only screen and (max-width: 980px) {
  html {
    scroll-padding-top: 110px;
  }
}

.linkAnchor:before {
  display: block;
  content: " "; /* 完全に空だとなぜか効かないことがあったので半角スペースだけ入れる */
  margin-top: calc(130px * -1); /* ヘッダーの高さ */
  height: 130px; /* ヘッダーの高さ */
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 780px) {
  .linkAnchor:before {
    margin-top: calc(110px * -1); /* ヘッダーの高さ */
    height: 110px; /* ヘッダーの高さ */
  }
}

.anchor {
  display: block;
  height: 0px;
  padding-top: calc(130px + 30px);
  margin-top: calc((130px + 30px) * -1);
}
@media only screen and (max-width: 780px) {
  .anchor {
    padding-top: calc(110px + 15px);
    margin-top: calc((110px + 15px) * -1);
  }
}

table {
  width: 100%;
  margin: 25px 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 16px;
}
@media only screen and (max-width: 780px) {
  table {
    display: block;
    font-size: 15px;
  }
}

table caption {
  text-align: left;
  font-weight: 400;
}

@media only screen and (max-width: 780px) {
  table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  table tr:last-of-type {
    border-bottom: 1px solid #e1e1e1;
  }
}

table th,
table td {
  padding: 8px 14px;
  background: transparent;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 780px) {
  table th,
  table td {
    padding: 5px 8px;
    width: 100%;
    min-width: 100%;
    border-bottom: none;
  }
}

table th {
  width: 30%;
  min-width: 200px;
  background: #f4f4f4;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  table th {
    width: 100%;
  }
}

table td {
  background: #fff;
  vertical-align: top;
}

table.none {
  width: 100%;
  margin: 10px 0 15px;
  border: none;
  border: 1px solid #333333;
}

table.none th,
table.none td {
  border: none;
  border: 1px solid #333333;
}

table.none th {
  width: 28%;
  vertical-align: top;
  background: #fff;
}

.memo {
  margin: -25px 0 20px;
  font-size: 13px;
}
.memo p {
  text-align: right;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo ul {
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo li {
  float: none;
  width: 100%;
}
.memo li:before {
  content: "*";
  margin-right: 8px;
}

table.hasthead thead th {
  background-color: #e9e9e9;
  text-align: center;
}
table.hasthead thead th:nth-of-type(2) {
  width: auto;
}
@media only screen and (max-width: 780px) {
  table.hasthead thead tr:last-of-type {
    border: none;
  }
}
@media only screen and (max-width: 780px) {
  table.hasthead tr {
    display: table-row;
  }
  table.hasthead th {
    width: 20%;
    min-width: 140px;
  }
  table.hasthead td {
    width: 80%;
    max-width: calc(100% - 140px);
  }
}

.Table-Collection th {
  background-color: #fff;
  width: 10%;
  min-width: 80px;
}
.Table-Collection td {
  width: 90%;
}
.Table-Collection th, .Table-Collection td {
  padding: 4px 14px 4px 0;
  border: none;
  border-bottom: 0px solid #e1e1e1;
}
@media only screen and (max-width: 780px) {
  .Table-Collection {
    display: inherit;
    font-size: 15px;
  }
  .Table-Collection tr {
    width: 100%;
  }
  .Table-Collection tr:last-of-type {
    border-bottom: none;
  }
  .Table-Collection th {
    width: 20%;
    min-width: 80px;
  }
  .Table-Collection td {
    width: 80%;
  }
  .Table-Collection th,
  .Table-Collection td {
    padding: 4px 8px 4px 0;
    min-width: unset;
  }
}

hr {
  width: 99vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
  color: #e1e1e1;
}
@media only screen and (max-width: 780px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.border {
  border-bottom: solid 1px #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #333333;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

/* ===== H1 ===== */
h1 {
  font-weight: 400;
}

/* ===== H2 ===== */
h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 60px 0 35px;
}
@media only screen and (max-width: 780px) {
  h2 {
    font-size: 24px;
    margin: 10px 0 20px;
  }
}

/* ===== H3 ===== */
h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 4px 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}
@media only screen and (max-width: 780px) {
  h3 {
    font-size: 20px;
  }
}

/* ===== H4 ===== */
h4 {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 4px 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h4 {
    font-size: 19px;
  }
}

/* ===== H5 ===== */
h5 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  h5 {
    font-size: 18px;
  }
}

/* ===== H6 ===== */
h6 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.pagetopLabel {
  margin: 20px auto 40px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
}
.pagetopLabel:before {
  background: #52839E;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  left: 0px;
}
@media only screen and (max-width: 780px) {
  .pagetopLabel {
    margin: 10px auto 30px;
  }
}

.titleLabel {
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .titleLabel {
    margin: 0 auto 40px;
  }
}
.titleLabel__main {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .titleLabel__main {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.titleLabel__main span {
  font-size: 22px;
}
@media only screen and (max-width: 780px) {
  .titleLabel__main span {
    font-size: 16px;
  }
}
.titleLabel__sub {
  font-size: 16px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {
  .titleLabel__sub {
    font-size: 12px;
    line-height: 12px;
  }
  .titleLabel__sub:first-of-type {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.bgLabel, .bgLabel-gray01, .bgLabel-gray02, .bgLabel-black, .bgLabel-blue01, .bgLabel-blue02, .bgLabel-yellow {
  margin-top: 40px;
  margin-bottom: 36px;
  padding: 4px 12px 6px 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 780px) {
  .bgLabel, .bgLabel-gray01, .bgLabel-gray02, .bgLabel-black, .bgLabel-blue01, .bgLabel-blue02, .bgLabel-yellow {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 3px 5px 4px 5px;
  }
}
.bgLabel-gray01 {
  background-color: #ededed;
  color: #333333;
}
.bgLabel-gray02 {
  background-color: #666666;
}
.bgLabel-black {
  background-color: #333333;
}
.bgLabel-blue01 {
  background-color: #ccdeea;
  color: #333333;
  text-align: center;
}
.bgLabel-blue02 {
  background-color: #52839E;
  text-align: center;
}
.bgLabel-yellow {
  background-color: #f7e2a6;
  color: #333333;
  text-align: center;
}

.link {
  position: relative;
  min-width: 200px;
  display: inline-block;
  min-height: 44px;
  margin: 0px 10px 30px 0px;
}
@media only screen and (max-width: 780px) {
  .link {
    display: block;
    margin: 10px 0px;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.link a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 0 10px 0 40px;
  line-height: 44px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .link a {
    line-height: initial;
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.link a:hover {
  text-decoration: none;
  opacity: 1;
}
.link a::before {
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link.gray {
  border: solid 1px #cccccc;
}
.link.gray a {
  background: #f4f4f4;
}
.link.gray a:hover {
  background: #cccccc;
}
.link.dtl a:before {
  background-image: url("../images//ico-link-dtl-black.svg");
}
.link.external a:before {
  background-image: url("../images//ico-link-external-black.svg");
  height: 20px;
}
.link.pdf a:before {
  background-image: url("../images//ico-link-pdf.svg");
}
.link.word a:before {
  background-image: url("../images//ico-link-word.svg");
}
.link.excel a:before {
  background-image: url("../images//ico-link-excel.svg");
}
.link.pdf a, .link.word a, .link.excel a {
  padding: 0 10px 0 50px;
}
.link.pdf a:before, .link.word a:before, .link.excel a:before {
  left: 10px;
}
@media only screen and (max-width: 780px) {
  .link.pdf a, .link.word a, .link.excel a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.link.pdf span, .link.word span, .link.excel span {
  font-weight: 300;
  margin-left: 5px;
}

/* 外部リンク */
.linkBlank a {
  position: relative;
  margin-right: 22px;
}
.linkBlank a:after {
  content: "";
  background-image: url(../images//ico-link-external-black.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  bottom: 1px;
  margin-left: 4px;
}

/* 矢印アイコン付きリンク */
.linkArrow a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
}
.linkArrow a:before, .linkArrow a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.linkArrow a:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #333333;
}

.linkPdf a, .linkWord a, .linkExcel a {
  position: relative;
  display: inline-block;
  margin-left: 22px;
}
.linkPdf a:before, .linkWord a:before, .linkExcel a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  margin-right: 4px;
}
.linkPdf a span, .linkWord a span, .linkExcel a span {
  font-size: 12px;
}
.linkPdf a:before {
  background-image: url("../images//ico-link-pdf.svg");
}
.linkWord a:before {
  background-image: url("../images//ico-link-word.svg");
}
.linkExcel a:before {
  background-image: url("../images//ico-link-excel.svg");
}

.thumbnailpdf {
  border: solid 1px #ccc;
  padding: 10px;
  display: inline-table;
  width: calc((100% - 30px) / 2);
  margin-right: 10px;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf {
    width: 100%;
  }
}
.thumbnailpdf li:first-child {
  position: relative;
  width: 180px;
  height: 150px;
  float: left;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf li:first-child {
    width: 80px;
    height: 80px;
  }
}
.thumbnailpdf li:first-child img {
  width: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  max-width: 180px;
  max-height: 150px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf li:first-child img {
    max-width: 80px;
    max-height: 80px;
  }
}
.thumbnailpdf li:last-child {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}
.thumbnailpdf li p {
  margin: 5px 0 0;
}

.txt-center {
  margin: auto auto;
  text-align: center !important;
}

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

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

.fontSS {
  font-size: 1.1rem !important;
}

.notice {
  color: #A00000;
}

p, table th, table td, dt, dd {
  font-weight: 300;
}

.txt, .txt-middle, .txt-02 {
  margin: 30px auto;
}
.txt-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.txt-02 p {
  width: calc((100% - 30px) / 2);
}
.txt-middle {
  max-width: 1000px;
}

.Captionbox {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 780px) {
  .Captionbox {
    font-size: 10px;
  }
}
.Captionbox span {
  display: block;
  width: 100%;
}
.Captionbox__textL {
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 780px) {
  .Captionbox__textL {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.Captionbox__textM {
  font-size: 16px;
}
@media only screen and (max-width: 780px) {
  .Captionbox__textM {
    font-size: 12px;
  }
}

.Titlebox {
  margin-top: -20px;
}
.Titlebox .tagbox {
  margin-bottom: 5px;
}
@media only screen and (max-width: 780px) {
  .Titlebox .titleLabel {
    margin-top: 30px;
  }
}
.Titlebox__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.Titlebox__menu li {
  text-align: center;
  border-left: 10px solid #fff;
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    border-left: 5px solid #fff;
  }
}
.Titlebox__menu li:first-child {
  border: none;
}
.Titlebox__menu li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 5px 30px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu li a {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    color: #fff;
    background-color: #999;
    padding: 2px;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
  }
}
.Titlebox__menu li a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url(../images//ico_downarrow-gray.svg);
  background-repeat: no-repeat;
  top: 35px;
  right: calc(50% - 10px);
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu li a:after {
    width: 0;
  }
}
.Titlebox__menu li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu li a:hover {
    -webkit-transform: initial;
            transform: initial;
  }
}
.Titlebox__menu li a:hover::after {
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .Titlebox__menu li a:hover::after {
    -webkit-transform: initial;
            transform: initial;
  }
}
.Titlebox hr {
  margin-top: 10px;
  margin-bottom: 20px;
}

.column, .Emgbox, #importantMessage {
  margin: 60px auto;
  padding: 30px;
  background: #f4f4f4;
  overflow: hidden;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .column, .Emgbox, #importantMessage {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 780px) {
  .column, .Emgbox, #importantMessage {
    margin: 40px auto;
    padding: 15px;
  }
}
.column__title, .Emgbox__title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.column__subtitle, .Emgbox__subtitle {
  margin: 0 auto 30px;
}
.column > div, .Emgbox > div, #importantMessage > div {
  max-width: 1000px;
  margin: 30px auto 0;
}
.column .Imgbox-fit, .Emgbox .Imgbox-fit, #importantMessage .Imgbox-fit {
  background-color: #fff;
}

.Imgtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
@media only screen and (max-width: 780px) {
  .Imgtext {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Imgtext > div:first-of-type {
  margin-right: 30px;
}
@media only screen and (max-width: 780px) {
  .Imgtext > div:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.Imgtext > div:last-of-type.Imgtext__img, .Imgtext > div.Imgtext__img-SS:last-of-type, .Imgtext > div.Imgtext__img-S:last-of-type, .Imgtext > div.Imgtext__img-M:last-of-type, .Imgtext > div.Imgtext__img-L:last-of-type {
  margin-left: auto;
}
@media only screen and (max-width: 780px) {
  .Imgtext > div:last-of-type.Imgtext__img, .Imgtext > div.Imgtext__img-SS:last-of-type, .Imgtext > div.Imgtext__img-S:last-of-type, .Imgtext > div.Imgtext__img-M:last-of-type, .Imgtext > div.Imgtext__img-L:last-of-type {
    margin: 0 auto;
  }
}
.Imgtext__img, .Imgtext__img-SS, .Imgtext__img-S, .Imgtext__img-M, .Imgtext__img-L {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
}
.Imgtext__img-SS img, .Imgtext__img-S img, .Imgtext__img-M img, .Imgtext__img-L img {
  -o-object-fit: contain;
     object-fit: contain;
}
.Imgtext__img-SS {
  width: 285px;
}
.Imgtext__img-SS img {
  width: 285px;
  max-height: 285px;
}
.Imgtext__img-S {
  width: 380px;
}
.Imgtext__img-S img {
  width: 380px;
  max-height: 380px;
}
.Imgtext__img-M {
  width: 480px;
}
.Imgtext__img-M img {
  width: 480px;
  max-height: 480px;
}
.Imgtext__img-L {
  width: 580px;
}
.Imgtext__img-L img {
  width: 580px;
  max-height: 580px;
}
@media only screen and (max-width: 980px) {
  .Imgtext__img-L {
    width: 480px;
  }
  .Imgtext__img-L img {
    width: 480px;
    max-height: 480px;
  }
}
@media only screen and (max-width: 780px) {
  .Imgtext__img-SS, .Imgtext__img-S {
    width: 200px;
  }
  .Imgtext__img-SS img, .Imgtext__img-S img {
    width: 200px;
  }
  .Imgtext__img-M, .Imgtext__img-L {
    width: 100%;
  }
  .Imgtext__img-M img, .Imgtext__img-L img {
    width: 100%;
  }
}
.Imgtext__text {
  font-weight: 300;
}
@media only screen and (max-width: 780px) {
  .Imgtext__text {
    width: 100%;
  }
}

.Emgbox, #importantMessage {
  background-color: #fff;
  border: solid 3px #A00000;
}
.Emgbox__title {
  color: #A00000;
  font-weight: 500;
}
ul.disc {
  margin-bottom: 20px;
}
ul.disc li {
  margin-bottom: 2px;
  font-weight: 300;
  list-style: disc inside;
  margin-left: 8px;
  margin-bottom: 5px;
}

ol.num {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ol.num li {
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
ol.num li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: transparent;
  border: #333333 1px solid;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  top: 3px;
}

.Header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 130px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .Header {
    top: 0;
    height: 140px;
    border-bottom: solid 1px #52839E;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 780px) {
  .Header {
    height: 110px;
  }
}
.Header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__main {
    padding: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__main {
    height: 80px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__main {
    height: 60px;
    padding: 0;
  }
}
_:-ms-fullscreen, :root .Header__main {
  -ms-flex-pack: start;
      justify-content: start;
}

.Header__logo {
  margin-right: auto;
}
@media only screen and (max-width: 980px) {
  .Header__logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 100;
  }
}
@media only screen and (max-width: 780px) {
  .Header__logo {
    top: 12px;
    left: 16px;
  }
}
.Header__logo:hover {
  opacity: 0.6;
}
.Header__logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 240px;
  margin-right: 20px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__logo img {
    width: 105px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__logo img {
    width: 78px;
  }
}
_:-ms-fullscreen, :root .Header__logo img {
  height: 100%;
  width: 200px;
}

.Header__logo img:hover {
  opacity: 1;
}
.Header__logo p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 780px) {
  .Header__logo p {
    font-size: 11px;
    line-height: 0px;
    letter-spacing: 0;
  }
}
.Header__logo p:hover {
  color: #333333;
}
.Header__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__box > div {
  position: relative;
  height: 50px;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__box > div {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__box > div {
    margin: 0 3px;
  }
}
.Header__box > div:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background-color: #e9e9e9;
  position: absolute;
  top: 7px;
  left: -15px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__box > div:before {
    left: -8px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__box > div:before {
    display: none;
  }
}
.Header__box > :last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background-color: #e9e9e9;
  position: absolute;
  top: 7px;
  right: -15px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__box > :last-child:after {
    right: -8px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__box > :last-child:after {
    display: none;
  }
}
.Header__box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header__info a {
  color: #fff;
  width: 150px;
  height: 36px;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 3px;
}
.Header__info a.open {
  background-color: #52839E;
}
.Header__info a.close {
  background-color: red;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__info a {
    width: 100px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__info a {
    width: 70px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 13px;
  }
}
.Header__font, .Header__color {
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
  -webkit-flex-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
}
.Header__font p, .Header__color p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.Header__font li, .Header__color li {
  font-size: 12px;
  border: solid #8c8c8c 1px;
  margin: 0 2px;
  padding: 1px 3px;
  min-width: 30px;
  text-align: center;
}
.Header__font li:hover, .Header__font li:active, .Header__color li:hover, .Header__color li:active {
  background: #666666;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Header__font, .Header__color {
    display: none !important;
  }
}
.Header__color {
  width: 106px;
}
.Header__color li:nth-of-type(2) {
  background-color: #333333;
  color: #fff;
}
.Header__color li:nth-of-type(3) {
  background-color: #0000ff;
  color: #ffde7b;
}
.Header__language ul {
  float: right;
  height: 85px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__language li {
  display: inline-block;
  margin: 0;
  width: auto;
}
.Header__language li a {
  color: #666666;
  font-size: 14px;
}
@media only screen and (min-width: 980px) {
  .Header__language li a {
    padding: 3px 5px;
    border: solid 1px #888888;
    line-height: 18px;
  }
  .Header__language li a:first-of-type {
    margin-right: 5px;
  }
  .Header__language li a:hover, .Header__language li a.hover {
    background-color: #52839E;
    color: #fff;
    opacity: 1;
  }
}
@media only screen and (max-width: 980px) {
  .Header__language {
    display: none !important;
  }
}
.Header__sns li {
  margin: 0 3px;
}
@media only screen and (max-width: 980px) {
  .Header__sns li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__sns li {
    margin: 2px 3px;
  }
}
.Header__nav {
  width: 100%;
  position: relative;
  border-bottom: solid #52839E 3px;
}
@media only screen and (max-width: 980px) {
  .Header__nav {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: #f0f0f0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 780px) {
  .Header__nav {
    height: 50px;
  }
}

@media only screen and (max-width: 980px) {
  #japanese a span:nth-child(1),
  #english a span:nth-child(1) {
    display: none !important;
  }
}
#japanese a span:nth-child(2),
#english a span:nth-child(2) {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  #japanese a span:nth-child(2),
  #english a span:nth-child(2) {
    display: block !important;
  }
}

#otherlanguage {
  position: relative;
  width: auto;
  height: 85px;
  line-height: 62px;
  display: block;
}
#otherlanguage:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  top: 41%;
  border: 2px solid;
  border-color: transparent transparent #666666 #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#otherlanguage:after {
  content: "(auto translation)";
  position: absolute;
  left: 5px;
  top: 22px;
  color: #666;
  font-size: 11px;
  z-index: -1;
  width: 120px;
}
@media only screen and (max-width: 980px) {
  #otherlanguage {
    height: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-left: none;
    border-bottom: solid 1px #dde7e8;
    padding-left: 1.25rem;
    line-height: 2.75rem;
    padding-bottom: 18px;
  }
  #otherlanguage::after {
    left: 25px;
  }
}

.gtranslate {
  border: none;
  width: 124px;
  background: transparent;
  color: #666666;
  height: 85px;
  padding-bottom: 22px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 980px) {
  .gtranslate {
    width: auto;
    height: auto;
    padding: 0;
    color: #333333;
    font-size: 1rem;
  }
}
.gtranslate option[selected][disabled] {
  display: none;
}
.gtranslate:focus {
  outline: none;
}
.gtranslate::-ms-expand {
  display: none;
}

.Footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.Footer__above {
  min-height: 200px;
  background-color: #f4f4f4;
  background-image: url("../images//footer_dot.svg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media only screen and (max-width: 980px) {
  .Footer__above {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.Footer__bottom {
  background-color: #52839E;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .Footer__bottom {
    padding: 35px 0 100px;
  }
}
.Footer__bottom a {
  color: #fff;
}
.Footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.Footer__sns li {
  margin: 0 10px;
}
.Footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Footer__menu {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    text-align: left;
  }
}
.Footer__menu li {
  white-space: nowrap;
}
@media only screen and (max-width: 780px) {
  .Footer__menu li {
    margin-bottom: 2px;
  }
}
.Footer__menu li:before, .Footer__menu li:last-of-type:after {
  content: "|";
  display: inline-block;
  width: 1em;
  height: 0.6em;
  margin: 0 3px;
}
@media only screen and (max-width: 780px) {
  .Footer__menu li:before, .Footer__menu li:last-of-type:after {
    content: "";
  }
}
.Footer__logo {
  margin: 40px 0 60px;
}
.Footer__logo a {
  width: 100%;
  font-size: 27px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .Footer__logo a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__logo p {
    font-size: 12px;
  }
}
.Footer__copy {
  font-size: 12px;
}

.Menu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 18px;
}
@media only screen and (max-width: 980px) {
  .Menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Menu__list {
  width: 12.5%;
}
@media only screen and (max-width: 980px) {
  .Menu__list {
    width: auto;
  }
}
.Menu__lista {
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.Menu__list:last-of-type .Menu__link {
  border-right: solid 1px #ccdeea;
}
.Menu__list:nth-of-type(6) .Menu__link {
  line-height: 24px;
  padding: 4px 0 5px 0;
}
@media only screen and (max-width: 980px) {
  .Menu__list:nth-of-type(6) .Menu__link {
    padding-left: 1.5rem;
  }
}
.Menu__list:nth-of-type(6) .Menu__link::after {
  display: block;
  content: "User Guide";
  font-size: 12px;
  line-height: 12px;
}
.Menu__link {
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  line-height: 45px;
  border-left: solid 1px #ccdeea;
  margin-bottom: 3px;
}
.Menu__link:hover {
  background-color: #52839E;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .Menu__link {
    height: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-left: none;
    background-color: #fff;
    border-bottom: solid 1px #ccdeea;
    padding-left: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 0;
  }
  .Menu__link:hover {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .Menu__link-sp {
    display: none;
  }
}

.drawer-dropdown-menu {
  position: absolute;
  top: calc(100% - 3px);
  width: 250px;
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu {
    position: relative;
    width: 100%;
  }
}

.drawer-dropdown:last-of-type {
  position: relative;
}
.drawer-dropdown:last-of-type .drawer-dropdown-menu {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown:last-of-type .drawer-dropdown-menu {
    position: relative;
  }
}

.en .Header__font {
  width: 83px;
}
.en .Header__font li, .en .Header__color li {
  letter-spacing: -1px;
}
@media only screen and (min-width: 980px) {
  .en .Menu__list {
    width: 33.3333333333%;
  }
  .en .drawer-dropdown-menu {
    width: 350px;
  }
}

/*
// 第3階層カスタマイズ
// =====================
.drawer-dropdown-menu>li {
  position: relative;
}
.drawer-dropdown-menu>li>ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.drawer-dropdown-menu>li:hover>ul {
  display: block;
  background-color: #ccdeea;
  li {
    border-bottom: solid 1px #999999;
    transition: background-color 0.5s;
    &:hover {
      background-color: $color-main;
    }
  }
  a {
    text-align: left;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    line-height: initial;
    padding: 8px 0;
    padding-right: 1.75rem;
    padding-left: 1rem;
    font-size: 16px;
  }
}
 */
.Footer__bottom {
  position: relative;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 40px;
}

#pagetop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 50px;
  height: 45px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-indent: -9999px;
  text-align: center;
  line-height: 0.8rem;
  background: #333333 url("../images/ico-top.svg") no-repeat center 14px;
  background-size: 28px auto;
}
@media only screen and (max-width: 780px) {
  #pagetop a {
    width: 50px;
    height: 45px;
    background: #333333 url("../images/ico-top.svg") no-repeat center 15px;
    background-size: 22px auto;
  }
}

#pagetop a:hover {
  text-decoration: none;
  background: #444 url("../images/ico-top.svg") no-repeat center 14px;
  background-size: 28px auto;
}
@media only screen and (max-width: 780px) {
  #pagetop a:hover {
    background: #333333 url("../images/ico-top.svg") no-repeat center 15px;
    background-size: 22px auto;
  }
}

/*	背景色変更
------------------------------------------------------------*/
#background li:first-child.inverse-blue,
#background li:first-child.inverse-black,
#fontZoom li:first-child.inverse-blue,
#fontZoom li:first-child.inverse-black {
  border-left: solid 1px #fff !important;
}

.bg-gray.inverse-black,
.bg-gray.inverse-black {
  background: #00008B;
}

#header_right a.inverse-blue,
#header_right a.inverse-black,
.header > div.inverse-blue li,
.header > div.inverse-black li {
  border: solid 1px #fff;
}

div#gnav-box.inverse-blue,
div#gnav-box.inverse-black {
  border-top: solid 1px #fff;
}

.nav-block.inverse-blue,
.nav-block.inverse-black {
  border-bottom: solid 1px #fff;
}

#gnav img.inverse-black,
#logo .inverse-black,
img.inverse-black {
  background: #fff !important;
}

.inverse-black,
#container-box.inverse-black {
  background: #000 !important;
  color: #fff !important;
}

.label.tag.inverse-blue, .label.inverse-blue.tag-wide, .label.inverse-blue.tag-borderred, .label.inverse-blue.tag-bgred, .label.inverse-blue.tag-bggray,
.label.tag.inverse-black,
.label.inverse-black.tag-wide,
.label.inverse-black.tag-borderred,
.label.inverse-black.tag-bgred,
.label.inverse-black.tag-bggray {
  color: #fff !important;
}

.drawer-overlay.drawer-toggle.inverse-black,
.drawer-overlay.drawer-toggle.inverse-blue {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.drawer-hamburger-icon.inverse-black,
.drawer-hamburger-icon.inverse-black:before,
.drawer-hamburger-icon.inverse-black:after,
.drawer-hamburger-icon.inverse-blue,
.drawer-hamburger-icon.inverse-blue:before,
.drawer-hamburger-icon.inverse-blue:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff !important;
}

ul#fade-in.inverse-black,
ul#fade-in.inverse-blue {
  border-top: solid 1px #ccc;
}

.linkArrow.inverse-black a:before,
.linkArrow.inverse-blue a:before {
  border-left: 5px solid #fff;
}

.inverse-blue,
#container-box.inverse-blue {
  background: #00008B !important;
  color: #fff !important;
}

#gnav img.inverse-blue,
#logo .inverse-blue,
img.inverse-blue {
  background: #fff !important;
}

h4.inverse-blue,
h4.inverse-black,
h6.back.inverse-blue,
h6.back.inverse-black {
  border: solid 1px #bbb;
}

label.tab_item.inverse-blue,
label.tab_item.inverse-black {
  border: solid 1px #848484;
}

@media (max-width: 790px) {
  #background li.inverse-blue,
  #background li.inverse-black,
  #language li.inverse-blue,
  #language li.inverse-black,
  #fontZoom li.inverse-blue,
  #fontZoom li.inverse-black {
    border: solid 1px #ccc !important;
  }
  a:hover.toggle.inverse-blue,
  a:hover.toggle.inverse-black,
  #background li:hover.inverse-blue a,
  #background li:hover.inverse-black a,
  #language li:hover.inverse-blue a,
  #language li:hover.inverse-black a,
  #fontZoom li:hover.inverse-blue a,
  #fontZoom li:hover.inverse-black a {
    background: #666666 !important;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  margin-top: -7px;
  margin-bottom: 5px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media only screen and (max-width: 780px) {
  .bx-wrapper {
    margin-bottom: 5px;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}
ul.bxslider li {
  font-size: 12px;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
#bxslider {
  margin: 5px 0;
}

.bx-wrapper {
  /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc; */
  /* border: 5px solid #fff; */
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides a {
  width: 100%;
}

.flexslider .slides img,
.flexslider .slides video {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .flexslider {
    margin: 0 0 40px;
  }
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.carousel li a {
  width: 100%;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
} */
.flex-pauseplay a {
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  right: 5px;
  /* bottom: 5px; */
  /* left: 10px; */
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  /* color: #000; */
  color: #a7a7a7;
  /* border: solid 1px #999; */
  padding: 0 0 0 6px;
  z-index: initial;
  text-decoration: none;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
  text-decoration: none;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: -40px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 780px) {
  .flex-control-nav {
    bottom: -30px;
  }
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #a7a7a7;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 30px;
}
@media only screen and (max-width: 780px) {
  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
}

.flex-control-paging li a:hover {
  background: #565656;
}

.flex-control-paging li a.flex-active {
  background: #565656;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 790px) {
  /* .flex-direction-nav{
    display:none;
  } */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.Turnbox {
  display: block;
}
.Turnbox nav {
  /* jsで付与する */
  /* jsで付与される */
  /* jsで付与される */
}
.Turnbox nav__inner {
  height: 85px;
  right: 0;
  overflow: hidden;
}
.Turnbox nav .active {
  top: 60px !important;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav .search {
  width: 20px;
  height: 85px;
  float: right;
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
}
.Turnbox nav .search::before {
  content: url(../images/ico_search.svg);
  position: absolute;
  top: 32px;
  right: -4px;
}
.Turnbox nav .search:hover::before {
  opacity: 0.6;
}
.Turnbox nav .search_active::before {
  content: "×";
  color: #666666;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: absolute;
  top: 26px;
}
.Turnbox nav .search_box {
  position: absolute;
  font-size: 14px;
  line-height: 56px;
  top: -100px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav .search_box_active {
  top: 0px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #666666;
  width: 80%;
}
.Turnbox nav input[type=text]:focus {
  outline: none;
  background: transparent;
}

.Movie {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}

.Movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 33%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toph1 {
  display: none;
}

.toph2 {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .toph2 {
    margin: 30px 0 20px;
  }
}

.l-fluid .toph2, .l-fluid-gray .toph2 {
  margin-top: 0;
}

@media only screen and (max-width: 780px) {
  .flex-direction-nav {
    bottom: -30px;
  }
}
.flex-direction-nav a {
  opacity: 0.7;
  top: 50%;
  top: initial;
  bottom: -35px;
  width: 15px;
  height: 25px;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav a {
    bottom: -25px;
  }
}

.flexslider .slides img {
  height: 0;
  padding-top: 35.3%;
}

.flex-direction-nav .flex-prev {
  left: 40%;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav .flex-prev {
    left: 30%;
  }
}
.flex-direction-nav .flex-prev:before {
  content: url(../images//ico_prev.svg);
}

.flex-direction-nav .flex-next {
  right: 40%;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav .flex-next {
    right: 30%;
  }
}
.flex-direction-nav .flex-next:before {
  content: url(../images//ico_next.svg);
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-control-nav {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 20%;
  bottom: -40px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 780px) {
  .flex-control-nav {
    bottom: -30px;
  }
}
.flex-control-nav a {
  opacity: 0.7;
  top: 50%;
  top: initial;
  bottom: -35px;
  width: 15px;
  height: 25px;
}
@media only screen and (max-width: 780px) {
  .flex-control-nav a {
    bottom: -25px;
  }
}

.flex-control-paging li a {
  background-color: #ededed;
}
.flex-control-paging li a.flex-active {
  background-color: #bbbbbb;
}

.flex-pauseplay a {
  right: 4%;
  color: #ededed;
}
@media only screen and (max-width: 780px) {
  .flex-pauseplay a {
    bottom: -27px;
  }
}

.Toptab ul.tab_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.Toptab ul.tab_area li {
  width: 150px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px;
  font-size: 18px;
  background-color: #d4d4d4;
  color: #666666;
}
.Toptab ul.tab_area li:hover {
  opacity: 0.7;
}
.Toptab ul.tab_area li.select {
  background-color: #52839E;
  color: #fff;
}

.Topnews li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .Topnews li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.Topnews__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 230px;
  margin-right: 15px;
}
@media only screen and (max-width: 780px) {
  .Topnews__head {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.Topnews__date {
  margin-left: 80px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .Topnews__date {
    min-width: 120px;
    margin-left: 0px;
    margin-right: 15px;
    line-height: 25px;
  }
  .Topnews__date.newicon {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 780px) and (max-width: 780px) {
  .Topnews__date.newicon {
    margin-left: 0;
  }
}
.Topnews .newicon::before {
  content: "NEW";
  position: absolute;
  left: -70px;
  margin-right: 15px;
  color: #fff;
  background: #A00000;
  padding: 0px 14px 1px;
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  .Topnews .newicon::before {
    left: initial;
    right: -80px;
  }
}
.Topnews__btn {
  margin: 45px 0;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .Topnews__btn {
    margin: 20px 0 30px;
  }
}

#importantMessage p {
  font-weight: 400;
}

.Archibeevent .Infobox {
  background-color: #fff;
  border-bottom: solid 1px #666666;
}
.Archibeevent .Infobox:hover {
  opacity: 1;
  background-color: #f1f1f1;
}
.Archibeevent .Infobox__title {
  margin: 0;
}
.Archibeevent .Infobox:only-child {
  border-bottom: none;
}

/*	クリエーター検索
------------------------------------------------------------*/
/* 検索エリア */
.search-block {
  margin: 40px 0 40px;
  padding: 45px;
  border: solid 2px #52839E;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .search-block {
    padding: 22px 12px;
    margin: 40px 0 50px;
  }
}

.search-block fieldset {
  border: none;
}

.search-block legend {
  background: #f0f0f0;
  width: 100%;
  padding: 1px 20px;
}

.search-block legend label {
  display: inline-block;
  float: right;
  margin-left: 10px;
}

.checkbox-block {
  padding: 0px 20px 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

.checkbox-block > div {
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 780px) {
  .checkbox-block > div {
    width: 50%;
  }
}

.search-block fieldset:nth-of-type(1) > .checkbox-block > div:nth-of-type(9) {
  width: 140px;
}

.checkbox-block > div > input[type=checkbox] {
  margin-right: 5px;
  width: auto;
}

fieldset input {
  margin-top: 20px;
}

.search-block > div {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

.search-block > div > fieldset {
  width: calc((100% - 50px) / 2);
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 780px) {
  .search-block > div > fieldset {
    width: calc((100% - 10px) / 2);
    margin-right: 7px;
  }
}

.search-block > div > .sort select {
  width: 49%;
  display: flexbox;
}

@media all and (-ms-high-contrast: none) { /* IE11 */
  *::-ms-backdrop, .search-block > div > fieldset {
    width: calc((100% - 141px) / 3);
    margin-right: 47px;
    padding: 20px 0 0;
  }
}
@supports (-ms-ime-align: auto) { /* Edge */
  #service-box .item {
    width: calc((100% - 141px) / 3);
    margin-right: 47px;
    padding: 20px 0 0;
  }
}
.search-block > div > fieldset:nth-child(even) {
  margin-right: 0;
}

.search-block > div > fieldset select,
.search-block > div > fieldset input {
  width: 100%;
  padding: 0;
  border: 1px solid #8c8c8c;
}

.search-block > div > fieldset input {
  padding: 1px 8px;
  border: 1px solid #8c8c8c;
  margin-top: 0;
}

.search-block > div > fieldset input {
  padding: 1px 8px;
  border: 1px solid #8c8c8c;
  margin-top: 0;
}

/* 検索・クリアボタン */
.search-block > div.button {
  margin-top: 0px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.search-block > div.button > input[type=submit],
.search-block > div.button > input[type=reset] {
  border-style: none;
  margin: 0 20px 0 0;
  padding: 5px;
  width: 197px;
  font-size: 17px;
  background: #fff;
  border: 1px solid #8c8c8c;
}
@media only screen and (max-width: 780px) {
  .search-block > div.button > input[type=submit],
  .search-block > div.button > input[type=reset] {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
    margin-right: 7px;
  }
}

.search-block > div.button > input[type=submit]:hover,
.search-block > div.button > input[type=reset]:hover {
  background: #52839E;
  color: #fff;
}

.search-block > div.button > input[type=reset] {
  margin: 0;
}

/* ジャンルから検索 */
.genre-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.genre-block dl {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
}
@media only screen and (max-width: 780px) {
  .genre-block dl {
    width: 100%;
  }
}
.genre-block dl dt {
  width: 80px;
  margin-right: 1em;
}
@media only screen and (max-width: 780px) {
  .genre-block dl dt {
    width: 64px;
  }
}
.genre-block dl dd {
  width: calc(100% - (100px + 1em));
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
@media only screen and (max-width: 780px) {
  .genre-block dl dd {
    width: calc(100% - (70px + 1em));
  }
}
.genre-block ul {
  margin: 0.5em 0 0;
}
.genre-block ul li {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 3px;
}
.genre-block ul li:last-of-type {
  margin-right: 0;
}
.genre-block ul li a {
  width: 100%;
  padding: 4px 3px;
  background-color: #52839E;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  border-radius: 3px;
  font-size: 15px;
}
.genre-block ul li a:hover {
  text-decoration: none;
}

/* 凡例 */
.legend {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.legend > div {
  width: calc((100% - 50px) / 2);
  margin-right: 40px;
}
.legend > div:nth-of-type(1n) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .legend > div:nth-of-type(1n) {
    margin-bottom: 15px;
  }
}
.legend > div:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  .legend > div {
    width: 100%;
    margin-right: 0;
  }
}
.legend .titleLabel__main {
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 10px 10px;
  border: solid 1px #dddddd;
  margin-bottom: 5px;
}
.legend .titleLabel__main span {
  font-size: 16px;
}
.legend .titleLabel__main .titleLabel__detail {
  font-size: 16px !important;
}
.legend h6 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.legend p {
  width: 100%;
  font-size: 15px;
}

/* 検索結果 */
.results-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

/* サムネイル+画像 */
.results-list {
  width: 48%;
  margin-right: 4%;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .results-list {
    width: 100%;
    margin-right: 0;
  }
}
.results-list:hover {
  text-decoration: none;
}

a.results-list:hover {
  background: #f1f1f1;
  opacity: 1;
}
a.results-list:hover img {
  opacity: 1;
}

@media only screen and (max-width: 780px) {
  .results-list:nth-child(2) dl {
    border-top: none;
  }
}

.results-list:nth-child(2n) {
  margin-right: 0;
}

.results-list dl {
  padding: 12px 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.results-list:nth-child(n+3) dl {
  border-top: none;
}

.results-list dl dt {
  width: 140px;
  margin-right: 45px;
  padding-top: 140px;
}

.results-list dl dd {
  width: calc(100% - 185px);
}

.results-list dl dd h4 {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 135%;
}

.results-list dl dd p {
  margin: 0;
  font-weight: 400;
}

.results-list dl dd span.residency {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #888;
  padding: 3px 10px;
  color: #888;
  margin-top: 5px;
}

/* ページャー */
ul.pager {
  margin: 50px 0 10px;
  padding: 0;
  text-align: center;
}

ul.pager li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pager li span,
ul.pager li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
  font-size: 13px;
}

ul.pager li a:hover,
ul.pager li span {
  background: #52839E;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

collection-search {
  display: block;
}

a[data-quick-sort] {
  cursor: pointer;
}

a[data-quick-sort].is-act {
  opacity: 0.5;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

.pager__page {
  cursor: pointer;
}

ul.pager {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 詳細ページ */
.collection .titleLabel {
  margin: 0 auto 30px;
}
.collection .titleLabel__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  font-size: 17px !important;
}
@media only screen and (max-width: 780px) {
  .collection .titleLabel__detail {
    display: inline-block;
    font-size: 13px !important;
  }
}
.collection .titleLabel__detail li::after {
  content: "/";
  white-space: pre;
}
.collection .titleLabel__detail li:last-of-type:after {
  content: none;
}
@media only screen and (max-width: 780px) {
  .collection .titleLabel__detail li {
    display: inline-block;
  }
}
@media only screen and (max-width: 780px) {
  .collection .Imgtext__img-S {
    width: 80%;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 780px) {
  .collection .Imgtext__img-S img {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .Calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Calendar .l-halfColumn, .Calendar .l-halfColumn-wide {
  margin-right: 60px;
  width: calc((100% - 61px) / 2);
  max-width: calc((100% - 61px) / 2);
}
.Calendar .l-halfColumn:nth-of-type(2n), .Calendar .l-halfColumn-wide:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1300px) {
  .Calendar .l-halfColumn, .Calendar .l-halfColumn-wide {
    margin-right: 40px;
    width: calc((100% - 42px) / 2);
    max-width: calc((100% - 42px) / 2);
  }
}
@media only screen and (max-width: 980px) {
  .Calendar .l-halfColumn, .Calendar .l-halfColumn-wide {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .Calendar .l-halfColumn:nth-of-type(1n), .Calendar .l-halfColumn-wide:nth-of-type(1n) {
    margin-bottom: 30px;
  }
}

/* カレンダーメニュー */
.tblCalendarM {
  margin: 50px 0 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 5px;
}
@media only screen and (max-width: 780px) {
  .tblCalendarM {
    margin: 10px 0 0;
    font-size: 24px;
  }
}
.tblCalendarM li {
  line-height: 180%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.tblCalendarM a.precal, .tblCalendarM a.nextcal {
  text-decoration: none;
}
.tblCalendarM a.precal:before {
  content: url(../images//ico_prev.svg);
}
.tblCalendarM a.nextcal:before {
  content: url(../images//ico_next.svg);
}

/* カレンダー */
table#tblCalendar {
  display: table;
  padding: 0;
  margin: 20px 0 10px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 780px) {
  table#tblCalendar tr {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

table#tblCalendar th {
  padding: 10px;
  text-align: center;
  background: #fff;
  border: none;
  color: #333333;
  min-width: 14.2857142857%;
  width: 14.2857142857%;
  font-size: 14px;
  letter-spacing: 2px;
}

table#tblCalendar td {
  border-color: #e1e1e1;
  min-width: unset;
  line-height: 140%;
  padding: 0;
  vertical-align: top;
  height: 80px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: 300px;
}
@media only screen and (max-width: 980px) {
  table#tblCalendar td {
    height: 60px;
  }
}
@media only screen and (max-width: 780px) {
  table#tblCalendar td {
    height: 50px;
    border-right: none;
  }
  table#tblCalendar td:nth-child(7n) {
    border-right: solid 1px #e1e1e1;
  }
}

table#tblCalendar td a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}

table#tblCalendar td p {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 22px;
  white-space: nowrap;
}
@media only screen and (max-width: 980px) {
  table#tblCalendar td p {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 780px) {
  table#tblCalendar td p {
    font-size: 20px;
  }
}

table#tblCalendar td.holiday {
  background: #f4f4f4;
}

table#tblCalendar td.sunday p,
table#tblCalendar td.satday p {
  color: #DD6203;
}

table#tblCalendar td.select p {
  border-radius: 50%;
  background: #D9E1E4;
}

table#tblCalendar td a:hover {
  opacity: 1;
}

table#tblCalendar td a:hover p {
  padding: 20px;
  border-radius: 50%;
  background: #D9E1E4;
}

/* カレンダー下 */
.tblCalendarFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tblCalendarFooter li {
  margin-right: 50px;
  font-size: 14px;
  line-height: 28px;
}

.tblCalendarFooter li:nth-child(1):before {
  content: "■";
  font-size: 28px;
  color: #f4f4f4;
  padding-right: 5px;
  position: relative;
  top: 5px;
}

.tblCalendarFooter li:nth-child(2):before {
  content: "●";
  font-size: 28px;
  color: #D9E1E4;
  padding-right: 5px;
  position: relative;
  top: 5px;
}

/* 日毎の予定 */
.info-block {
  overflow: hidden;
  margin: 20px 0 10px;
  padding: 5px 0 0 0;
}
.info-block dl {
  overflow: hidden;
  margin: 0 0 15px;
}
.info-block dt {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.info-block dd {
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.info-block dd:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.info-block dd a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  padding: 20px;
  text-decoration: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info-block dd a:after {
  content: url(../images//ico_next.svg);
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-block dd a:hover {
  background-color: #f1f1f1;
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .info-block dd a {
    padding: 10px 15px;
  }
}
.info-block dd .tagbox {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
.info-block dd p {
  margin-bottom: 0px;
  font-weight: 400;
}
.info-block dd p:first-of-type {
  font-size: 17px;
  margin-bottom: 10px;
}
.info-block dd .txt, .info-block dd .txt-02, .info-block dd .txt-middle {
  margin: 20px 0 20px 30px;
}
@media only screen and (max-width: 780px) {
  .info-block dd .txt, .info-block dd .txt-02, .info-block dd .txt-middle {
    margin: 10px 0;
  }
}
.info-block dd.news {
  background-color: #f0f0f0;
  border: none;
}
.info-block dd.news a {
  padding: 20px;
}
.info-block dd.news a:after {
  content: "";
}

#archive-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: solid 5px #52839E;
}
@media only screen and (max-width: 780px) {
  #archive-nav {
    margin-bottom: 20px;
  }
}
#archive-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-align: center;
  border-left: 10px solid #fff;
}
@media only screen and (max-width: 780px) {
  #archive-nav li {
    border-left: 5px solid #fff;
  }
}
#archive-nav li:first-child {
  border: none;
}
#archive-nav li a {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 400;
  color: #fff;
  background-color: #9ab1c2;
}
@media only screen and (max-width: 780px) {
  #archive-nav li a {
    padding: 10px 0;
    font-weight: 500;
  }
}
#archive-nav li a span {
  display: inline-block;
  width: 120%;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  margin-left: -10%;
}
#archive-nav li a:hover, #archive-nav li a.active {
  background-color: #52839E;
  opacity: 1;
}

#archive-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  #archive-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#lnav {
  width: 180px;
}
@media only screen and (max-width: 1300px) {
  #lnav {
    width: 150px;
  }
}
@media only screen and (max-width: 780px) {
  #lnav {
    display: none;
  }
}

#contentsR {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1300px) {
  #contentsR {
    width: calc(100% - 190px);
  }
}
@media only screen and (max-width: 780px) {
  #contentsR {
    width: 100%;
  }
}

.contentsFull {
  width: 100%;
}

#lnav ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid #52839E;
}
#lnav ul li a {
  display: block;
  margin: 0;
  padding: 12px 10px 12px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  #lnav ul li a {
    font-size: 12px;
    padding: 2vw 1vw 2vw 2vw;
    border-bottom: 1px solid #ddd;
  }
}
#lnav ul li a:hover, #lnav ul li a.active {
  background-color: #52839E;
  color: #fff;
  opacity: 1;
}
#lnav ul li a:first-child {
  border-top: none;
}

.selectLink {
  display: none;
}
@media only screen and (max-width: 780px) {
  .selectLink {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.selectLink select {
  background-color: #52839E;
  color: #fff;
  border: transparent;
  padding: 5px 8px 5px 8px;
  min-width: 195px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images//ico_next-white.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
}

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

.accordion-content div:first-child {
  margin-top: 5px;
}

.archive__list, .archive__list-news, .archive__list-volunteer, .archive__list-event, .archive__list-exhibition {
  display: block;
  width: 100%;
  text-decoration: none;
}
.archive__list dl, .archive__list-news dl, .archive__list-volunteer dl, .archive__list-event dl, .archive__list-exhibition dl {
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.archive__list dl .tagbox, .archive__list-news dl .tagbox, .archive__list-volunteer dl .tagbox, .archive__list-event dl .tagbox, .archive__list-exhibition dl .tagbox {
  margin-bottom: 5px;
}
.archive__list dl .txt, .archive__list-news dl .txt, .archive__list-volunteer dl .txt, .archive__list-event dl .txt, .archive__list-exhibition dl .txt, .archive__list dl .txt-02, .archive__list-news dl .txt-02, .archive__list-volunteer dl .txt-02, .archive__list-event dl .txt-02, .archive__list-exhibition dl .txt-02, .archive__list dl .txt-middle, .archive__list-news dl .txt-middle, .archive__list-volunteer dl .txt-middle, .archive__list-event dl .txt-middle, .archive__list-exhibition dl .txt-middle {
  margin: 0 auto;
}
.archive__list dl .txt h4, .archive__list-news dl .txt h4, .archive__list-volunteer dl .txt h4, .archive__list-event dl .txt h4, .archive__list-exhibition dl .txt h4, .archive__list dl .txt-02 h4, .archive__list-news dl .txt-02 h4, .archive__list-volunteer dl .txt-02 h4, .archive__list-event dl .txt-02 h4, .archive__list-exhibition dl .txt-02 h4, .archive__list dl .txt-middle h4, .archive__list-news dl .txt-middle h4, .archive__list-volunteer dl .txt-middle h4, .archive__list-event dl .txt-middle h4, .archive__list-exhibition dl .txt-middle h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.archive__list dl .txt h4 span, .archive__list-news dl .txt h4 span, .archive__list-volunteer dl .txt h4 span, .archive__list-event dl .txt h4 span, .archive__list-exhibition dl .txt h4 span, .archive__list dl .txt-02 h4 span, .archive__list-news dl .txt-02 h4 span, .archive__list-volunteer dl .txt-02 h4 span, .archive__list-event dl .txt-02 h4 span, .archive__list-exhibition dl .txt-02 h4 span, .archive__list dl .txt-middle h4 span, .archive__list-news dl .txt-middle h4 span, .archive__list-volunteer dl .txt-middle h4 span, .archive__list-event dl .txt-middle h4 span, .archive__list-exhibition dl .txt-middle h4 span {
  font-size: 14px;
}
.archive__list dl .txt h4 span::after, .archive__list-news dl .txt h4 span::after, .archive__list-volunteer dl .txt h4 span::after, .archive__list-event dl .txt h4 span::after, .archive__list-exhibition dl .txt h4 span::after, .archive__list dl .txt-02 h4 span::after, .archive__list-news dl .txt-02 h4 span::after, .archive__list-volunteer dl .txt-02 h4 span::after, .archive__list-event dl .txt-02 h4 span::after, .archive__list-exhibition dl .txt-02 h4 span::after, .archive__list dl .txt-middle h4 span::after, .archive__list-news dl .txt-middle h4 span::after, .archive__list-volunteer dl .txt-middle h4 span::after, .archive__list-event dl .txt-middle h4 span::after, .archive__list-exhibition dl .txt-middle h4 span::after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 780px) {
  .archive__list dl .txt h4, .archive__list-news dl .txt h4, .archive__list-volunteer dl .txt h4, .archive__list-event dl .txt h4, .archive__list-exhibition dl .txt h4, .archive__list dl .txt-02 h4, .archive__list-news dl .txt-02 h4, .archive__list-volunteer dl .txt-02 h4, .archive__list-event dl .txt-02 h4, .archive__list-exhibition dl .txt-02 h4, .archive__list dl .txt-middle h4, .archive__list-news dl .txt-middle h4, .archive__list-volunteer dl .txt-middle h4, .archive__list-event dl .txt-middle h4, .archive__list-exhibition dl .txt-middle h4 {
    font-size: 16px;
  }
}
.archive__list dl .txt p, .archive__list-news dl .txt p, .archive__list-volunteer dl .txt p, .archive__list-event dl .txt p, .archive__list-exhibition dl .txt p, .archive__list dl .txt-02 p, .archive__list-news dl .txt-02 p, .archive__list-volunteer dl .txt-02 p, .archive__list-event dl .txt-02 p, .archive__list-exhibition dl .txt-02 p, .archive__list dl .txt-middle p, .archive__list-news dl .txt-middle p, .archive__list-volunteer dl .txt-middle p, .archive__list-event dl .txt-middle p, .archive__list-exhibition dl .txt-middle p {
  font-size: 14px;
  margin: 0 0 2px;
}
.archive__list:first-child dl, .archive__list-news:first-child dl, .archive__list-volunteer:first-child dl, .archive__list-event:first-child dl, .archive__list-exhibition:first-child dl {
  border-top: 1px solid #a7a7a7;
}

a.archive__list, a.archive__list-news, a.archive__list-volunteer, a.archive__list-event, a.archive__list-exhibition {
  text-decoration: none;
}
a.archive__list:hover, a.archive__list-news:hover, a.archive__list-volunteer:hover, a.archive__list-event:hover, a.archive__list-exhibition:hover {
  background-color: #f1f1f1;
  opacity: 1;
  text-decoration: none;
}

.archive__list-exhibition dl dt {
  width: 90px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .archive__list-exhibition dl dt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 15px;
  }
}
.archive__list-exhibition dl dd {
  width: calc(100% - 120px);
}
.archive__list-exhibition dl .txt h4 span, .archive__list-exhibition dl .txt-02 h4 span, .archive__list-exhibition dl .txt-middle h4 span {
  font-size: 14px;
}
.archive__list-exhibition dl .txt h4 span::after, .archive__list-exhibition dl .txt-02 h4 span::after, .archive__list-exhibition dl .txt-middle h4 span::after {
  content: "\a";
  white-space: pre;
}
.archive__list-exhibition dl .txt p, .archive__list-exhibition dl .txt-02 p, .archive__list-exhibition dl .txt-middle p {
  font-size: 14px;
  margin: 0 0 2px;
}

.archive__list-event dl {
  position: relative;
}
.archive__list-event dl dt {
  font-size: 17px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}
.archive__list-event dl dd .tagbox {
  position: absolute;
  top: 12px;
}

.archive__list-volunteer dl {
  position: relative;
}
.archive__list-volunteer dl dt {
  width: 200px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .archive__list-volunteer dl dt {
    width: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 15px;
  }
}
.archive__list-volunteer dl dd {
  width: calc(100% - 230px);
}
@media only screen and (max-width: 780px) {
  .archive__list-volunteer dl dd {
    width: calc(100% - 140px);
  }
}
.archive__list-volunteer dl dd ul {
  font-size: 14px;
  margin-top: 8px;
}

.archive__list-news dl dt {
  font-size: 14px;
  width: 100%;
}
.archive__list-news dl dd {
  width: 100%;
}
.archive__list-news dl dd .txt h4, .archive__list-news dl dd .txt-02 h4, .archive__list-news dl dd .txt-middle h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .archive__list-news dl dd .txt h4, .archive__list-news dl dd .txt-02 h4, .archive__list-news dl dd .txt-middle h4 {
    font-size: 14px;
  }
}

.sitemap > li > a {
  display: block;
  margin: 0 0 20px;
  padding: 4px 0 6px 15px;
  background-color: #ededed;
}
@media only screen and (max-width: 780px) {
  .sitemap > li > a {
    padding: 3px 0 4px 10px;
  }
}

.sitemap li ul {
  margin-bottom: 20px;
}

.sitemap li ul li {
  margin: 10px 10px 10px 30px;
}

.sitemap li ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
  vertical-align: middle;
}

.sitemap li ul li a:before,
.sitemap li ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sitemap li ul li a:before {
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #333333;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 780px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 780px) {
  .spnone {
    display: none;
  }
}

.bg-gray {
  background-color: #f4f4f4;
  padding: 20px;
}
@media only screen and (max-width: 780px) {
  .bg-gray {
    padding: 15px;
  }
}

.bg-dot {
  width: 100%;
  background-color: #fff;
  background-image: -webkit-radial-gradient(#888 10%, transparent 10%);
  background-image: radial-gradient(#888 10%, transparent 10%);
  background-size: 20px 20px;
  background-repeat: repeat;
}
@media only screen and (max-width: 780px) {
  .bg-dot {
    background-size: 10px 10px;
  }
}

.jonly {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.jonly::before {
  content: "\a";
}

.l-row, .l-row-center,
.l-fullColumn-wide,
.l-fluid,
.l-fluid-gray {
  margin: 30px 0;
}
@media only screen and (max-width: 780px) {
  .l-row, .l-row-center,
  .l-fullColumn-wide,
  .l-fluid,
  .l-fluid-gray {
    margin: 15px 0;
  }
}/*# sourceMappingURL=main.min.css.map */