/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
html, body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 0;
}

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

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

dl, dt, dd {
  margin: 0;
  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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

span.phrase {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .small-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .large-visible {
    display: none !important;
  }
}
img.img-responsive {
  width: 100%;
  max-width: 100%;
}

/*-------------------- init --------------------*/
* {
  position: relative;
  line-height: 1em;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

html {
  color: #111;
  background-color: #FFF;
  text-align: center;
  font-family: sans-serif;
  font-size: 11pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}

.toppan-min, section#kanteikengaku div.section-type2-width-wrapper div.attention > p, section#kanteikengaku div.section-type2-width-wrapper div.attention > div:first-child h3, section#kanteikengaku div.section-type2-width-wrapper div.flow ul li h4, section#kanteikengaku div.section-type2-width-wrapper div.flow h3, section#hokuyoukan div.section-type2-width-wrapper div.visit > p, section#hokuyoukan div.section-type2-width-wrapper div.visit h3, section#headquarters div.section-type2-width-wrapper div.history h3, section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child h5, section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4, section#headquarters div.section-type2-width-wrapper > h3, section#access dl.contact-numbers dd, section#access address, section#access h3, section#access dl.access-method dt, footer nav ul:first-child, section#organization-facility ul li h3, section#organization-facility h2, section#news h2, section#mainvisual > div, header nav > ul > li > a, div.page-cover > div p, .heading2, .heading1, .button2, .button1 {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 400;
  font-style: normal;
}

.button-wrapper-right {
  text-align: right;
}

.button-wrapper-center {
  text-align: center;
}

.button1 {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 6px 30px 6px 0;
  font-size: 16px;
}
.button1:hover {
  text-decoration: none;
  color: #555;
}
.button1:hover:after {
  right: 10px;
}
.button1:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 3px;
  top: calc(50% - 3.5px);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button2 {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 6px 0px 6px 30px;
  font-size: 16px;
}
.button2:hover {
  text-decoration: none;
  color: #555;
}
.button2:hover:after {
  left: 10px;
}
.button2:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 3px;
  top: calc(50% - 3.5px);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button3 {
  display: inline-block;
  background-color: #031c51;
  padding: 20px 40px 20px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #FFF;
}
.button3:hover {
  text-decoration: none;
  background-color: #000;
}
.button3:hover:after {
  right: 20px;
}
.button3:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 15px;
  top: calc(50% - 3.5px);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.heading1 {
  color: #031c51;
  margin-bottom: 50px;
}
.heading1 strong {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .heading1 strong {
    font-size: 30px;
  }
}
.heading1 small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  font-family: "Times New Roman", Times, serif;
}

.heading2 {
  color: #FFF;
  margin-bottom: 20px;
}
.heading2 strong {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .heading2 strong {
    font-size: 30px;
  }
}
.heading2 small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  font-family: "Times New Roman", Times, serif;
}

span.category-icon {
  display: inline-block;
  color: #FFF;
  background-color: #000;
  padding: 5px;
  font-size: 12px;
  width: 5em;
  text-align: center;
}

span.category-icon-update {
  background-color: #4373bb;
}

span.category-icon-event {
  background-color: #31a65c;
}

section.section-type1 {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.section-type1 {
    padding: 100px 20px 60px;
  }
}

section.section-type2 {
  padding-bottom: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.section-type2 {
    padding: 0px 0px 60px;
  }
}
section.section-type2 div.section-type2-width-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

div.page-cover {
  margin-bottom: 50px;
}
div.page-cover > img {
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  div.page-cover > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40vh;
  }
}
div.page-cover > div {
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
  div.page-cover > div {
    width: 80vw;
  }
}
div.page-cover > div > h2 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 20px;
}
div.page-cover > div p {
  color: #FFF;
  line-height: 1.6em;
}

div#loading-screen {
  background-color: #163071;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10000;
}
div#loading-screen > img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: calc(-50% - 2px) -50%;
}

html {
  overflow: hidden;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px auto;
  font-size: 13px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  translate: -50% -50%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header img.header-logo-white {
  display: none;
}
header.scrolled {
  background-color: #031c51;
}
header.scrolled h1 img.header-logo-white {
  display: inline-block;
}
header.scrolled h1 img.header-logo-black {
  display: none;
}
@media only screen and (min-width: 768px) {
  header.scrolled nav ul li a {
    color: #FFF;
  }
  header.scrolled nav ul li a img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  header.scrolled nav ul li a:hover {
    border-bottom: 3px solid #FFF;
    text-decoration: none;
  }
}
header h1 {
  padding: 10px 20px;
}
header h1 img {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  header h1 img {
    width: 200px;
  }
}
header button#menu-button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  header button#menu-button {
    display: none;
  }
}
header nav {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  header nav {
    background-color: #111111;
    width: 95vw;
    right: -95vw;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header nav.visible {
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
header nav.visible ul {
  margin-top: 54px;
  border-top: 2px solid #000;
}
header nav.visible ul li {
  border-top: 1px solid #CCC;
}
header nav.visible ul li img {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  header nav > ul > li {
    margin-left: 5px;
  }
}
header nav > ul > li > a {
  color: #000;
  display: inline-block;
  padding: 15px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  header nav > ul > li > a {
    padding: 15px 20px;
  }
}
header nav > ul > li > a:hover {
  border-bottom: 3px solid #000;
  text-decoration: none;
}
header nav > ul > li#gnav-x a img {
  width: 20px;
}
header nav > ul > li#gnav-x a span {
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li#gnav-x a span {
    display: None;
  }
}

section#mainvisual {
  position: relative;
}
section#mainvisual > ul img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  section#mainvisual > ul img {
    height: 80vh;
    -o-object-position: calc(50% - 20vw) 50%;
       object-position: calc(50% - 20vw) 50%;
  }
}
section#mainvisual > div {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: right;
}
section#mainvisual > div h2 {
  color: #000;
  background-color: #FFF;
  font-size: 64px;
  text-align: left;
  display: inline-block;
}
section#mainvisual > div p {
  color: #FFF;
  background-color: #00673d;
  font-size: 23px;
  text-align: left;
  margin: 0 0 0 10px;
}

section#news {
  background-color: #f1f1f1;
  padding: 30px 0 50px;
}
section#news h2 {
  border-bottom: 1px solid #304270;
  color: #304270;
  font-size: 24px;
}
section#news h2 span {
  position: relative;
  top: 0.5em;
  background-color: #f1f1f1;
  display: inline-block;
  padding: 0 10px;
}
section#news > div {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
section#news > div ul {
  margin-top: 50px;
}
section#news > div ul li {
  margin-top: 20px;
  background-color: #FFF;
  text-align: left;
}
section#news > div ul li.no-link {
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
section#news > div ul li.no-link a {
  text-decoration: none;
  pointer-events: none;
}
section#news > div ul li a.enable-link {
  display: block;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
}
section#news > div ul li a.enable-link:hover {
  text-decoration: none;
  background-color: #F6F6F6;
}
section#news > div ul li a.enable-link:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 20px;
  top: calc(50% - 3.5px);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#news > div ul li time {
  width: 9em;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}
section#news > div ul li span.title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  section#news > div ul li span.title {
    margin-top: 10px;
    padding-right: 20px;
    display: block;
    line-height: 1.6em;
  }
}
section#news > div div.button-wrapper-right {
  margin-top: 20px;
}

section#organization-facility {
  padding: 80px 0 40px;
  background-image: url(../images/bg_jmsdf.png), url(../images/bg_jmsdf.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -200px -10px, 85vw -230px;
  background-size: 400px, 400px;
}
@media only screen and (max-width: 767px) {
  section#organization-facility {
    padding: 50px 0 30px;
  }
}
section#organization-facility h2 {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  color: #304270;
  font-size: 38px;
  line-height: 0.6em;
}
section#organization-facility h2 span {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
}
@media only screen and (max-width: 767px) {
  section#organization-facility h2 {
    padding-left: 20px;
    font-size: 32px;
  }
}
section#organization-facility ul {
  max-width: 1080px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  section#organization-facility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  section#organization-facility ul {
    padding: 0 20px;
  }
}
section#organization-facility ul li {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  section#organization-facility ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  section#organization-facility ul li {
    margin-top: 20px;
  }
}
section#organization-facility ul li a {
  display: block;
}
section#organization-facility ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
section#organization-facility ul li img {
  width: 100%;
}
section#organization-facility ul li h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
section#organization-facility ul li p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.7em;
}

section#banners {
  padding: 50px 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section#banners {
    padding: 30px 0;
  }
}
section#banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section#banners ul {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  section#banners ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  section#banners ul li {
    width: 50%;
  }
}
section#banners ul li a:hover img {
  opacity: 0.8;
}
section#banners ul li img {
  width: 100%;
}

footer {
  background-color: #031c51;
  padding: 30px 0;
  color: #FFF;
  font-size: 10pt;
}
footer img.footer-logo {
  width: 300px;
}
footer hr {
  border: none;
  border-top: 1px solid #354974;
  margin: 30px auto;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  footer hr {
    margin: 30px 20px;
  }
}
footer dl {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  footer dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer dl dt {
  border: 1px solid #FFF;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  footer dl dt {
    width: 9em;
    margin: 0 auto;
  }
}
footer dl dd {
  padding-top: 6px;
  margin-left: 20px;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
  footer dl dd br {
    display: none;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer nav ul li {
  padding: 0 20px;
}
footer nav ul li a {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  footer nav ul li {
    margin-bottom: 10px;
  }
}
footer nav ul:first-child {
  font-size: 12pt;
  margin-bottom: 20px;
}
footer small {
  display: block;
  margin-top: 30px;
  font-family: serif;
}

section.news-index {
  padding-top: 110px !important;
}
section.news-index h2 {
  border: none !important;
}

section#news-view {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section#news-view {
    padding: 100px 20px 60px;
  }
}
section#news-view h3 {
  margin-top: 40px;
  font-weight: normal;
  text-align: left;
}
section#news-view h3 time {
  width: 9em;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}
section#news-view h3 span.title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  section#news-view h3 span.title {
    margin-top: 10px;
    padding-right: 20px;
    display: block;
    line-height: 1.6em;
  }
}
section#news-view div#content {
  text-align: left;
  padding-top: 40px;
}
section#news-view div#content > img {
  max-width: 100%;
}
section#news-view div#content > p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
section#news-view div#content div#link-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

section#access iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
section#access dl.access-method {
  text-align: left;
}
section#access dl.access-method dt {
  margin-top: 30px;
  font-size: 18px;
}
section#access dl.access-method dd {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5em;
}
section#access h3 {
  margin-top: 80px;
  color: #304270;
  font-size: 24px;
}
section#access p {
  line-height: 1.8em;
}
section#access address {
  font-size: 16px;
  display: inline-block;
  line-height: 1.8em;
}
section#access dl.contact-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#access dl.contact-numbers dt {
  background-color: #000;
  color: #FFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  padding: 5px;
  margin-left: 20px;
}
section#access dl.contact-numbers dd {
  margin-left: 10px;
  font-size: 18px;
}

section#headquarters div.section-type2-width-wrapper {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  section#headquarters div.section-type2-width-wrapper {
    padding: 0 20px;
  }
}
section#headquarters div.section-type2-width-wrapper > h3 {
  margin-top: 80px;
  color: #304270;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  section#headquarters div.section-type2-width-wrapper > h3 {
    margin-top: 30px;
  }
}
section#headquarters div.section-type2-width-wrapper > p {
  line-height: 2em;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  section#headquarters div.section-type2-width-wrapper div.soukan-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child {
  width: 200px;
  margin: 0 auto;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child > img {
  width: 100%;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 {
  margin-top: 20px;
  text-align: center;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 span {
  display: block;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 span:first-child {
  display: inline-block;
  margin-bottom: 6px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 span:nth-child(2) {
  font-size: 15px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 span:nth-child(2) ruby {
  font-size: 18px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:first-child h4 span:last-child {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child {
  border: 6px solid #f6f6f6;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child {
    width: calc(100% - 240px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child {
    margin-top: 30px;
  }
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child h5 {
  color: #304270;
  font-size: 18px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child dl dt {
  width: 8em;
  margin-top: 15px;
  line-height: 1.5em;
}
section#headquarters div.section-type2-width-wrapper div.soukan-profile > div:last-child dl dd {
  width: calc(100% - 8em);
  margin-top: 15px;
  line-height: 1.5em;
}
section#headquarters div.section-type2-width-wrapper div.history {
  padding-top: 60px;
}
section#headquarters div.section-type2-width-wrapper div.history h3 {
  color: #304270;
  font-size: 18px;
  margin-bottom: 20px;
}
section#headquarters div.section-type2-width-wrapper div.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#headquarters div.section-type2-width-wrapper div.history dl dt {
  font-size: 13px;
  width: 11em;
  border-bottom: 2px solid #000;
  padding: 10px 10px 10px 0;
  line-height: 1.6em;
}
section#headquarters div.section-type2-width-wrapper div.history dl dd {
  width: calc(100% - 10em - 4px);
  margin-left: 4px;
  border-bottom: 1px solid #000;
  padding: 10px;
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  section#hokuyoukan div.section-type2-width-wrapper {
    padding: 0 20px;
  }
}
section#hokuyoukan div.section-type2-width-wrapper > p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
}
section#hokuyoukan div.section-type2-width-wrapper ul.photos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#hokuyoukan div.section-type2-width-wrapper ul.photos li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  section#hokuyoukan div.section-type2-width-wrapper ul.photos li {
    width: 50%;
  }
}
section#hokuyoukan div.section-type2-width-wrapper ul.photos li img {
  width: 100%;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit {
  padding-top: 60px;
  max-width: 800px;
  margin: 0 auto;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit h3 {
  color: #304270;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit dl dt {
  font-size: 13px;
  width: 6em;
  border-bottom: 2px solid #000;
  padding: 10px 10px 10px 0;
  line-height: 1.6em;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit dl dd {
  width: calc(100% - 6em - 4px);
  margin-left: 4px;
  border-bottom: 1px solid #000;
  padding: 10px;
  line-height: 1.6em;
}
section#hokuyoukan div.section-type2-width-wrapper div.visit > p {
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.7em;
}

@media only screen and (max-width: 767px) {
  section#kanteikengaku div.section-type2-width-wrapper {
    padding: 0 20px;
  }
}
section#kanteikengaku div.section-type2-width-wrapper > p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
}
section#kanteikengaku div.section-type2-width-wrapper ul.photos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#kanteikengaku div.section-type2-width-wrapper ul.photos li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  section#kanteikengaku div.section-type2-width-wrapper ul.photos li {
    width: 50%;
  }
}
section#kanteikengaku div.section-type2-width-wrapper ul.photos li img {
  width: 100%;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow {
  padding-top: 60px;
  max-width: 1080px;
  margin: 0 auto;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow h3 {
  color: #304270;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow ul li {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section#kanteikengaku div.section-type2-width-wrapper div.flow ul li {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  section#kanteikengaku div.section-type2-width-wrapper div.flow ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
section#kanteikengaku div.section-type2-width-wrapper div.flow ul li h4 {
  background-color: #00673d;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow ul li time {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
}
section#kanteikengaku div.section-type2-width-wrapper div.flow ul li p {
  margin: 0;
  font-size: 13px;
  padding: 10px 10px;
  line-height: 1.7em;
}
@media only screen and (min-width: 768px) {
  section#kanteikengaku div.section-type2-width-wrapper div.flow ul li:not(:last-child):after {
    content: "";
    position: absolute;
    z-index: 10;
    right: -18px;
    top: calc(50% - 3.5px);
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 4px solid #999;
    border-left: 4px solid #999;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
section#kanteikengaku div.section-type2-width-wrapper div.attention {
  padding-top: 60px;
  max-width: 1080px;
  margin: 0 auto;
}
section#kanteikengaku div.section-type2-width-wrapper div.attention > div:first-child {
  border: 6px solid #f6f6f6;
  padding: 20px;
}
section#kanteikengaku div.section-type2-width-wrapper div.attention > div:first-child h3 {
  color: #304270;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
section#kanteikengaku div.section-type2-width-wrapper div.attention > div:first-child ul {
  padding-left: 1em;
  font-size: 13px;
  list-style: disc;
}
section#kanteikengaku div.section-type2-width-wrapper div.attention > div:first-child ul li {
  line-height: 1.8em;
}
section#kanteikengaku div.section-type2-width-wrapper div.attention > p {
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.7em;
}/*# sourceMappingURL=style.css.map */