@charset "UTF-8";
/* Scss Document */
/* # Variables
-----------------------------------------------------------------------*/
/* ### Colors */
/* Bootstrapのテーマカラーを変更する */
/* ### Typography */
/* ### Other */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Flexbox display */
/* ### Flexfix */
/* ### Font-size */
/* ### Vertical-align */
/* ### Circle */
/* ### Arrow */
/* ### Box-shadow */
/* ### Placeholder */
/* ### Transitions */
/* $cyan !default */
/* ### Colors */
/* ### Typography */
/*
 * Mixin Style
*/
/* ### Breakpoint */
/* ### Flexbox display */
/* ### Flexfix */
/* ### Font-size */
/* ### Vertical-align */
/* ### Circle */
/* ### Arrow */
/* ### Box-shadow */
/* ### Placeholder */
/* ### Transitions */
/* ### Overlay */
/*
 * Reset Style
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em, b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/*
 * Base Style
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: white;
  color: #212529;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, ’Helvetica Neue’, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.section {
  position: relative;
}

.section p {
  margin-bottom: 1em;
}

a {
  color: #960000;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

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

a:focus {
  outline: none;
}

a i, a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
*  Atomic Design UI Parts Style
*  Parts Contents

/* Paragraph style
-------------------------------------------------- */
/*
 * Paragraph Style
*/
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.block {
  display: block !important;
}

i + span {
  margin-left: .5em;
}

span + i {
  margin-left: .5em;
}

.minw-50 {
  min-width: 50%;
}

.minw-75 {
  min-width: 75%;
}

.maxw-400 {
  max-width: 400px;
  margin: auto;
}

.fw-md {
  font-weight: 500;
}

.media {
  margin-bottom: 2.5em;
}

.media.media-right figure {
  margin-top: .5rem;
}

@media (min-width: 768px) {
  .media.media-left figure {
    margin-right: 1rem;
  }
  .media.media-right figure {
    margin-left: 1rem;
  }
}

figure {
  text-align: center;
}

figure img {
  max-width: 100%;
  margin: 0 auto;
}

.note {
  font-size: .888em;
}

@media (min-width: 992px) {
  .img-sm {
    width: 33% !important;
  }
  .img-md {
    width: 50% !important;
  }
  .img-lg {
    width: 60% !important;
  }
  .img-xl {
    width: 80% !important;
  }
  .img-100 {
    width: 100% !important;
  }
  .img-sm, .img-md, .img-lg, .img-xl, .img-100 {
    margin: auto;
  }
  .img-sm img, .img-md img, .img-lg img, .img-xl img, .img-100 img {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}

/* Icon Style
-------------------------------------------------- */
/*
 * Icon Style
*/
/*
 * Icon Style
*/
.icon {
  display: inline-block;
  position: relative;
  /* Module */
}

.icon::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
}

.icon.arrow::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.icon.arrow.color::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23126071' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.icon.pdf::before {
  background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' data-prefix='far' data-icon='file-pdf' class='svg-inline--fa fa-file-pdf fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23126071' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z'%3E%3C/path%3E</svg>");
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

a:hover .pdf::before {
  background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' data-prefix='far' data-icon='file-pdf' class='svg-inline--fa fa-file-pdf fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%2319859d' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z'%3E%3C/path%3E</svg>");
}

/* Title Style
-------------------------------------------------- */
/*
 * Title Style
*/
.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  overflow: hidden;
}

.clsar .page-header {
  height: 80px;
  background-image: url(/images/ttl-clsar@2x.jpg);
}

.clsar .page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(154, 154, 154, 0.9);
  z-index: -1;
}

.clsar .page-header .title {
  width: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .15em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

@media (min-width: 768px) {
  .clsar .page-header {
    height: 120px;
  }
  .clsar .page-header::after {
    width: 40%;
  }
  .clsar .page-header .title {
    width: 40%;
    font-size: 24px;
  }
}

.hd-border-b,
.article h2 {
  margin: 3rem 0 1em;
  padding: 0 10px 10px;
  border-bottom: 5px solid #960000;
  font-size: 1.333em;
}

.hd-border-l {
  margin: 2em 0 1em;
  padding-left: 1rem;
  border-left: 8px solid #960000;
  font-size: 1.166em;
}

.hd-strong {
  margin: 2em 0 1.5em;
  color: #212529;
  font-size: 1.166em;
  font-weight: 500;
}

.box-fill {
  padding: .75rem 1rem;
  background: #E6E6E6;
  color: #1d94b1;
  font-size: 18px;
}

.article-title {
  margin-bottom: 3rem;
  padding: .5em 1em;
  background: #960000;
  border-left: 10px solid #9A9A9A;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 0;
}

.article-title .title,
.article-title .sub-title {
  display: block;
}

.article-title .sub-title {
  margin-top: .25em;
  font-size: .75em;
}

.article-title small {
  display: block;
  font-size: 65%;
}

@media (min-width: 992px) {
  .article-title {
    font-size: 1.333em;
  }
}

/* Breadcrumb Style
-------------------------------------------------- */
/*
 * Breadcrumb Style
*/
.breadcrumb-wrap {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb-wrap {
    display: block;
    background: #E8E8E8;
  }
  .breadcrumb-wrap .breadcrumb {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding: 0.5rem 0;
    background: transparent;
    font-size: 12px;
  }
  .breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: "";
    width: .75em;
    height: .75em;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%236c757d' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
    -webkit-transform: rotate(-90deg) translateX(20%);
            transform: rotate(-90deg) translateX(20%);
  }
}

/* Navigation & Menu Style
-------------------------------------------------- */
/*
 * Navigation & Menu Style
*/
/* ### nav-bar
--------------------------------------------- */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-toggler {
  position: relative;
  width: 30px;
  height: 21px;
}

.navbar-toggler span:nth-of-type(1) {
  top: 0;
}

.navbar-toggler span:nth-of-type(2) {
  top: 8px;
}

.navbar-toggler span:nth-of-type(3) {
  bottom: 0;
}

.navbar-toggler:not(.collapsed) span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.navbar-toggler:not(.collapsed) span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.navbar-toggler,
.navbar-toggler span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar-toggler span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #B41811;
}

.navbar {
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B41811), to(#960000));
  background-image: -webkit-linear-gradient(top, #B41811, #960000);
  background-image: linear-gradient(to bottom, #B41811, #960000);
  /* dropdown */
}

.navbar > .container {
  padding: 0;
}

.navbar .navbar-collapse {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar .navbar-toggler {
  position: fixed;
  top: 10px;
  right: .5rem;
  z-index: 1040;
}

.navbar .nav-justified .nav-item {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  height: 100%;
}

.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  margin: 0;
}

.navbar .navbar-nav .nav-item ~ .nav-item {
  border-top: solid 1px #fff;
}

.navbar .navbar-nav .nav-item > .nav-link {
  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;
  min-height: 50px;
  padding: 3px 1rem;
  background: #B41811;
  color: #fff;
  text-align: center;
  line-height: 1.33;
}

.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  border: none;
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.navbar .navbar-nav .nav-item.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .border-w {
  background: #333333;
  border: 1px solid #fff;
}

.navbar .navbar-nav .nav-item .dropdown-menu .border-w .dropdown-item {
  border: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .border-w .dropdown-item:not(:first-child) {
  border-top: 1px solid #fff;
}

.navbar .navbar-nav .nav-item .dropdown-item {
  padding-top: 13px;
  padding-bottom: 13px;
  background: #fff;
  color: #B41811;
  text-align: center;
}

.navbar .navbar-nav .nav-item .dropdown-item:hover {
  background-color: #e31e15;
  color: #fff;
}

.navbar .navbar-nav .nav-item .dropdown-item ~ .dropdown-item {
  border-top: solid 1px #f1726d;
}

.navbar .navbar-nav .nav-item .dropdown-item[href$=".pdf"]::after {
  display: inline-block;
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: .5em;
}

.navbar .sub-nav {
  padding: 10px;
}

.navbar .sub-nav .btn {
  border-radius: 0;
}

.navbar .sub-nav .btn i {
  margin-right: .5em;
}

@media (min-width: 768px) {
  .navbar {
    border-top: 1px solid #E0E0E0;
  }
  .navbar .container {
    height: 100%;
  }
  .navbar .navbar-collapse {
    overflow: visible;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }
  .navbar .navbar-nav {
    padding: 0;
    font-size: .833em;
  }
  .navbar .navbar-nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
  }
  .navbar .navbar-nav .nav-item ~ .nav-item {
    margin-top: 0;
    border-top: none;
  }
  .navbar .navbar-nav .nav-item > .nav-link {
    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;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    color: #fff;
    z-index: 1;
  }
  .navbar .navbar-nav .nav-item > .nav-link::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e31e15), to(#c90000));
    background-image: -webkit-linear-gradient(top, #e31e15, #c90000);
    background-image: linear-gradient(to bottom, #e31e15, #c90000);
    z-index: -1;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .navbar .navbar-nav .nav-item > .nav-link:hover::before {
    opacity: 1;
  }
  .navbar .navbar-nav .nav-item > .nav-link:not(.dropdown-toggle) {
    position: relative;
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: inline-block;
    position: inherit;
    top: 50%;
    right: 0;
    margin-left: .75rem;
    font-size: 85%;
    font-weight: normal;
  }
  .navbar .navbar-nav .nav-item.show .dropdown-toggle::after {
    -webkit-transform: inherit;
            transform: inherit;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 200px;
    border: solid 1px #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .navbar .navbar-nav .nav-item .dropdown-item {
    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;
    position: relative;
    padding: 6px .5em;
    background: #B41811;
    color: #fff;
    text-align: left;
  }
  .navbar .navbar-nav .nav-item .dropdown-item::before {
    display: block;
    content: "";
    width: .75em;
    height: .75em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar .navbar-nav .nav-item .dropdown-item:hover {
    background-color: #e31e15;
  }
  .navbar .navbar-nav .nav-item .dropdown-item ~ .dropdown-item {
    border-top: solid 1px #fff;
  }
  .navbar .navbar-collapse {
    position: relative;
  }
  .navbar .sub-nav {
    position: absolute;
    top: -50px;
    right: 15px;
    min-width: 170px;
    height: 49px;
    padding: 0;
    z-index: 1040;
  }
  .navbar .sub-nav li {
    height: 100%;
    padding: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .navbar .sub-nav li a {
    width: 100%;
    height: 100%;
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
  }
}

@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
  }
  .navbar .navbar-nav .nav-item.show .dropdown-toggle::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar .dropdown-menu {
  border-radius: 0;
}

.text-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-size: .777em;
  font-weight: 400;
}

.text-nav .text-link {
  padding: 1em;
}

.text-nav .text-link ~ .text-link::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: -1em;
  margin-right: 1em;
  background-color: #960000;
}

.other-nav {
  background-color: #fff;
}

.other-nav li {
  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;
  padding: 20px 15px;
}

.other-nav li a {
  width: 100%;
}

.other-nav img[alt="JAMOTE"] {
  width: 113.66px;
  height: 20.4px;
}

/* Button Style
-------------------------------------------------- */
/*
 * Button Style
*/
.btn {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn.arrow-l {
  position: relative;
  min-width: 300px;
  padding: .75em .75em .75em 2em;
  border-radius: 0;
  font-weight: 500;
  white-space: initial;
}

.btn.arrow-l::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23960000' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
}

@media screen and (min-width: 768px) {
  .btn.arrow-l {
    min-width: 600px;
  }
}

.btn.arrow-l[href$=".pdf"]::after {
  display: inline-block;
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: .5em;
}

.btn.arrow-l:hover::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.btn-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 18px;
}

.btn-wrapper {
  margin: 3rem 0;
  text-align: center;
}

.btn-wrapper .btn + .btn {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .btn-wrapper .btn + .btn {
    margin: 0 15px;
  }
}

.btn-primary {
  background-color: #960000;
  border: none;
  color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #c90000 !important;
}

.btn-outline-primary {
  border-color: #960000;
  color: #960000;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
  background-color: #960000 !important;
  border-color: #960000 !important;
  color: #fff !important;
}

.btn-secondary {
  background-color: #1d94b1;
  border: none;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  background-color: #26b8db;
}

.btn-more {
  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;
  position: absolute;
  right: 0;
  bottom: 1em;
  padding: 1px .5rem;
  border: solid 1px #960000;
  border-radius: 0;
  color: #960000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn-more::before {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: .75em;
  font-weight: 300;
  margin-right: 0.5em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn-more:hover {
  background-color: #960000;
  color: #fff;
}

.btn-more:hover::before {
  color: #fff;
}

.btn-relate {
  padding: .75em;
  background-color: #960000;
  border-radius: 0;
  color: white;
  font-size: 1.312em;
  font-weight: bold;
  white-space: normal;
}

.btn-relate.arrow-l {
  padding-left: 2em;
}

.btn-relate:hover {
  background-color: #c90000;
  color: white;
}

@media (min-width: 992px) {
  .relate-btn-wrapper {
    width: 70%;
    margin: auto;
  }
}

/* Pagination Style
-------------------------------------------------- */
.pagination {
  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;
  margin: 3em auto;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  color: #960000;
}

.pagination .page-item .page-link {
  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: 36px;
  height: 36px;
  margin: .5em;
  padding: 0;
  border: 1px solid #960000;
  border-radius: 100%;
  background-color: white;
  color: #960000;
}

.pagination .page-item .page-link:hover {
  background-color: #960000;
  color: white;
}

.pagination .page-item.active a {
  background-color: #960000;
  color: white;
}

.pagination .page-item.disabled a {
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  position: relative;
}

.pagination .page-item:first-child .page-link::before, .pagination .page-item:last-child .page-link::before {
  display: block;
  content: "";
  position: absolute;
  width: .75em;
  height: .75em;
  background-repeat: no-repeat;
}

.pagination .page-item:first-child .page-link {
  position: relative;
}

.pagination .page-item:first-child .page-link::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23960000' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
  -webkit-transform: rotate(90deg) translate(0, 0);
          transform: rotate(90deg) translate(0, 0);
}

.pagination .page-item:first-child .page-link:hover::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.pagination .page-item:first-child.disabled .page-link::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23ccc' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.pagination .page-item:last-child .page-link {
  position: relative;
}

.pagination .page-item:last-child .page-link::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23960000' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
  -webkit-transform: rotate(-90deg) translate(0, 0);
          transform: rotate(-90deg) translate(0, 0);
}

.pagination .page-item:last-child .page-link:hover::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.pagination .page-item:last-child.disabled .page-link::before {
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23ccc' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
}

.pagination .dot {
  position: relative;
  top: -4px;
}

@media (max-width: 991.98px) {
  .pagination .page-item .page-link {
    width: 28px;
    height: 28px;
    margin: .25em;
  }
}

/* Label Style
-------------------------------------------------- */
/*
 * Label Style
*/
.category-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 60px;
  height: 18px;
  padding: 1px 5px;
  border-radius: 3px;
  color: white;
  font-size: .75rem;
  line-height: 1;
}

.category-label.info {
  background-color: #1d94b1;
}

.category-label.new {
  background-color: #e63e4b;
}

.category-label ~ .category-label {
  margin-left: .5em !important;
}

/* Box Style
-------------------------------------------------- */
/*
 * Box Style
*/
#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 40px;
  background: #fff;
}

@media (min-width: 768px) {
  #main {
    padding-top: 150px;
  }
}

/* contents */
.contents {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .contents {
    padding: 2rem 0;
  }
}

.box-border {
  padding: 40px;
  border: solid 1px #666666;
  text-align: center;
}

.box-border .inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-bg {
  max-width: 700px;
  margin: auto;
  padding: 2.25em 1em;
  background-color: #ededed;
}

.box-bg.contact .inner {
  display: inline-block;
}

.box-bg.contact p {
  margin-bottom: 0;
}

.box-bg.contact p + p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .box-bg {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media screen and (min-width: 992px) {
  .box-bg {
    padding-left: 5em;
    padding-right: 5em;
  }
}

/* Card Style
-------------------------------------------------- */
/* List Style
-------------------------------------------------- */
/*
 * List Style
*/
ol {
  position: relative;
}

ol.list-number {
  padding-left: 2rem;
  list-style: decimal;
}

ol.lower-alpha {
  padding-left: 2rem;
  list-style: lower-alpha;
}

ol.has-text-list {
  padding-left: 1.25rem;
  margin-left: 3em;
}

ol.has-text-list .has-text-list {
  margin-top: 1em;
  margin-left: 0;
}

ol.has-text-list .list-item {
  list-style: none;
  margin: 0;
  padding-left: -2rem;
}

ol.has-text-list .list-item ~ .list-item {
  margin-top: 0em;
}

ol.has-text-list .list-item ~ .list-item:last-child {
  margin-bottom: 1em;
}

ol.has-text-list .list-item span {
  position: absolute;
  left: 0;
  margin: 0;
}

ol.with-brackets {
  margin-left: 0;
  padding-left: 3.25rem;
}

.list-disc {
  display: list-item;
  margin-top: 1rem;
  padding-left: 2rem;
}

.list-disc li {
  list-style: disc;
}

.list-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-table > dt, .list-table > dd {
  width: 100%;
  padding: .5rem;
  margin: 0px;
  border-top: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-table > dt {
  margin-top: 1rem;
  color: #1d94b1;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .list-table {
    border-bottom: 1px solid #E0E0E0;
  }
  .list-table > dt, .list-table > dd {
    padding: 1rem;
  }
  .list-table > dt {
    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;
    width: 23%;
    margin-top: 0;
    text-align: left;
  }
  .list-table > dd {
    width: 77%;
  }
}

.list-table.no-style {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.list-table.no-style > dt, .list-table.no-style > dd {
  padding: 0;
  border: none;
}

.list-table.no-style > dt {
  color: #333333;
  text-align: left;
}

.list-table.no-style > dd {
  margin-top: .5em;
}

@media (min-width: 768px) {
  .list-table.no-style {
    border-bottom: 0;
  }
  .list-table.no-style > dt {
    width: 15%;
  }
  .list-table.no-style > dd {
    width: 85%;
  }
}

/* Header Style
-------------------------------------------------- */
/*
 * Header Style
*/
#header {
  padding: 0;
  z-index: 1030;
  /* ヘッダー縮小時 */
}

#header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background: #fff;
}

#header > .container a {
  display: block;
  width: 85%;
  height: 100%;
}

#header .logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 0;
}

#header .logo img {
  width: 239.1px;
  height: 30px;
}

@media (max-width: 767.98px) {
  #header::before {
    position: fixed;
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 768px) {
  #header {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  }
  #header > .container {
    height: 100px;
  }
  #header .logo img {
    width: 449.8px;
    height: 74.3px;
  }
  #header .navbar {
    height: 50px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (min-width: 992px) {
  #header.smaller {
    height: 100px;
  }
  #header.smaller > .container {
    height: 60px;
  }
  #header.smaller .navbar {
    height: 40px;
  }
  #header.smaller .logo img {
    width: 272.4px;
    height: 45px;
  }
}

.header {
  position: relative;
}

.header .hd-border-b {
  color: #960000;
}

/* Footer Style
-------------------------------------------------- */
/*
 * Footer Style
*/
#footer {
  background: #333333;
  color: #fff;
}

#footer .footer-nav {
  padding: 1.5rem .5rem 4rem;
  background: #ededed;
}

#footer .address {
  padding: 10px;
  background: #9A9A9A;
  font-size: 13px;
  text-align: center;
}

#footer .footer-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .833em;
}

#footer .footer-menu .menu > .menu-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#footer .footer-menu .menu a {
  display: block;
  padding: .25em;
}

#footer .footer-menu .menu .sub-menu {
  margin-left: 1em;
}

#footer .other-nav {
  background-color: transparent;
}

#footer .other-nav li {
  padding: 0;
}

#footer .other-nav li + li {
  margin-left: 30px;
}

#footer .other-nav img[alt="JAMOTE"] {
  width: 132px;
  height: 24px;
}

@media (max-width: 991.98px) {
  #footer .other-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .other-nav li {
    text-align: right;
  }
  #footer .other-nav li + li {
    margin-left: 0;
    margin-top: 1em;
  }
}

#page-top {
  position: fixed;
  bottom: 38px;
  right: 16px;
  z-index: 1040;
  visibility: hidden;
}

#page-top a {
  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;
  background: #B41811;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#page-top a::before {
  display: block;
  content: "";
  width: .75em;
  height: .75em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='m29.8 7.27-13.4 13.4-.4.4-.41-.41-13.39-13.39c-.22-.22-.59-.22-.81 0l-1.22 1.22c-.22.22-.22.59 0 .81l15.43 15.43c.22.22.59.22.81 0l15.42-15.43c.22-.22.22-.59 0-.81l-1.22-1.22c-.22-.22-.58-.22-.81 0z'/></svg>");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#page-top a:hover {
  background: #e31e15;
  text-decoration: none;
}

@media (min-width: 768px) {
  #page-top {
    bottom: 20px;
  }
}

/* Article Style
-------------------------------------------------- */
/*
 * Article Style
*/
article {
  margin: 1em auto;
  padding: 0 1rem;
}

@media (min-width: 992px) {
  article {
    max-width: 960px;
    padding: 0;
  }
  article .article-title {
    font-size: 1.333em;
  }
  article.larger {
    max-width: 1170px;
  }
}

article h1, article h2, article h3 {
  color: #960000;
  letter-spacing: normal;
}

article h1:not(:first-child), article h2:not(:first-child), article h3:not(:first-child) {
  margin-top: 2em;
}

article h3 {
  margin: 2em 0 1em;
  padding-left: 1rem;
  border-left: 8px solid #960000;
  font-size: 1.166em;
}

article h4 {
  margin-bottom: 1em;
  font-size: 1.166em;
  font-weight: 500;
  letter-spacing: normal;
}

article p + p {
  margin-top: 1em;
}

article .size-lg {
  font-size: 1.25rem;
}

article ul ul, article ul ol {
  padding-left: 1.5em;
}

article ul ul li, article ul ol li {
  text-indent: 0;
}

article ol {
  list-style: decimal;
  padding-left: 2em;
}

article ol ul, article ol ol {
  padding-left: 1.5em;
}

article p {
  margin-bottom: 1em;
}

article p:last-child, article ol:last-child, article ul:last-child {
  margin-bottom: 0;
}

article p + p, article ol + p, article ul + p {
  margin-top: 1em;
}

section + section {
  margin-top: 4em;
}

.article .post-meta {
  margin-top: -2em;
  margin-bottom: 2em;
}

.article .post-meta .meta-body {
  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;
  padding-bottom: .5em;
}

.article .post-meta .meta-footer {
  text-align: right;
}

.article .post-meta .time {
  color: #666666;
  font-size: .875rem;
}

.article .post-meta .time + .label-wrapper {
  margin-left: 2em;
  line-height: 1;
}

.article .post-body .container {
  padding: 0;
}

.article .common-section,
.article .link-section {
  padding: 1em 0;
}

.article p {
  margin-bottom: 1em;
}

.article figure {
  margin-bottom: 1em;
}

.article figure + p {
  margin-top: 1em;
}

.article figure + figure {
  margin-top: 2em;
}

.article figcaption {
  margin-top: 1em;
  font-size: .875em;
  text-align: center;
}

/* Animation Style
-------------------------------------------------- */
/* Print Style
-------------------------------------------------- */
/*
 * Print Style
*/
@media print {
  #header {
    position: static;
  }
  #page-top {
    display: none;
  }
  .footer-nav {
    display: none;
  }
}

/*
 * Top Page Style
*/
/* top-nav for sp */
.top-nav .navbar-nav {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.top-nav .navbar-nav .nav-item {
  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: 50%;
  margin-top: 0 !important;
  border: solid 1px #fff;
}

.top-nav .navbar-nav .nav-item .nav-link {
  width: 100%;
  padding-left: 1.5rem;
  background-color: #960000;
}

.top-nav .navbar-nav .nav-item .nav-link:hover {
  background-color: #c90000;
}

.hero-banner {
  position: relative;
  background-size: cover;
  height: 375px;
}

.hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero-banner .text {
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  z-index: 1;
  text-shadow: 2px 2px 0 white;
}

.hero-banner .brand-name {
  color: #960000;
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.hero-banner .catch-copy {
  margin-top: .5em;
  color: #960000;
  font-size: 1.312em;
  letter-spacing: 0.53px;
}

@media (min-width: 768px) {
  .hero-banner {
    height: 500px;
  }
  .hero-banner .text {
    top: 50%;
    left: 10%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero-banner .brand-name {
    font-size: 3.333em;
    letter-spacing: 1.13px;
  }
  .hero-banner .catch-copy {
    margin-top: .25em;
    font-size: 1.555em;
    letter-spacing: 0.8px;
  }
}

#home .contents {
  padding: 1rem 0;
}

#home .contents > div {
  padding: 0;
}

@media (min-width: 768px) {
  #home .contents > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  #home .contents {
    margin: 0;
  }
}

@media (min-width: 768px) {
  #home .contents {
    padding: 2rem 0;
  }
}

#home .info-list {
  background-color: white;
}

#home .info-list .list-item:first-child {
  border-top: none;
}

#home #header .logo {
  width: 85%;
}

/*
 * Information Page Style
*/
.info-list {
  margin-bottom: 4em;
}

.info-list .list-item {
  border-top: dashed 1px #666666;
}

.info-list .list-item:last-child {
  border-bottom: dashed 1px #666666;
}

.info-list .info-item {
  display: block;
  width: 100%;
  padding: 1em 10px;
}

.info-list .info-item .meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-list .info-item .info-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: .812em;
}

.info-list .info-item .label-wrapper {
  margin-left: 1em;
}

.info-list .info-item .body {
  margin-top: .5em;
  width: 100%;
}

.info-list a.info-item:hover {
  background-color: #ededed;
}

@media (min-width: 768px) {
  .info-list .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .info-list .info-item .meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 260px;
        -ms-flex: 1 0 260px;
            flex: 1 0 260px;
  }
  .info-list .info-item .info-date {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: .777em;
  }
  .info-list .info-item .label-wrapper {
    -webkit-box-flex: 1.25;
    -webkit-flex: 1.25;
        -ms-flex: 1.25;
            flex: 1.25;
  }
  .info-list .info-item .body {
    margin-top: 0;
    margin-left: 2em;
  }
}

/*
 * Registration Page Style
*/
@media screen and (max-width: 767px) {
  .box-bg .fax {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .box-bg .tel + .fax {
    margin-left: 1em;
  }
}

.bank-info {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bank-info dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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 0 5em;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  font-weight: normal;
}

.bank-info dt::after {
  display: inline-block;
  content: "：";
}

.bank-info dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 5em);
      -ms-flex: 0 0 calc(100% - 5em);
          flex: 0 0 calc(100% - 5em);
}

.doc-list {
  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;
  width: 100%;
  margin-top: 2em;
  border-bottom: dotted 1px #666666;
}

.doc-list dt {
  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-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 5em);
      -ms-flex: 1 0 calc(100% - 5em);
          flex: 1 0 calc(100% - 5em);
  padding: .5em 0;
  border-top: dotted 1px #666666;
  font-weight: normal;
}

.doc-list dt .doc-name {
  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;
}

.doc-list dt .doc-name::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-right: .5em;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #b41911;
}

.doc-list dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5em;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: dotted 1px #666666;
}

.doc-list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.doc-list a span {
  display: none;
}

.doc-list a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  font-weight: 300;
}

.doc-list a[href$=".pdf"]::after {
  content: "\f1c1";
}

.doc-list a[href$=".doc"]::after, .doc-list a[href$=".docx"]::after {
  content: "\f1c2";
}

.doc-list .note {
  color: #666666;
  font-size: .777em;
}

@media screen and (min-width: 768px) {
  .doc-list dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 10em);
        -ms-flex: 1 0 calc(100% - 10em);
            flex: 1 0 calc(100% - 10em);
  }
  .doc-list dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
        -ms-flex: 0 0 10em;
            flex: 0 0 10em;
  }
  .doc-list a span {
    display: inline;
  }
  .doc-list a::after {
    margin-left: .5em;
    font-size: .75em;
  }
}

/*
 * Contact Page Style
*/
.contact-info {
  display: inline-block;
  min-width: 14em;
  color: #333333;
  font-size: 1.125rem;
}

.contact-info dt {
  color: inherit;
  font-size: 1.166em;
  font-weight: 500;
  text-align: left;
}

.contact-info dd {
  padding: 1em 0 0 2em;
  text-align: left;
}

.contact-info .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #960000;
}

.contact-info .items .list-item {
  width: 100%;
  padding: .25em 0;
}

.contact-info .items i {
  min-width: 2em;
}

@media screen and (min-width: 768px) {
  .contact-info .items .list-item {
    width: 50%;
  }
}
