@charset "UTF-8";
/* 既定設定 ------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #f2f2f2;
  background-size: auto;
}

@media only screen and (max-width: 599px) {
  html {
    background: none;
    background-size: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  background-size: auto;
  line-height: 1.6;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: #011B28;
  word-break: break-word;
}

@media only screen and (max-width: 599px) {
  body {
    background-size: contain;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  }
}

html[lang="en"] body, .en,
html.translated-ltr body {
  font-family: "Avenir Next", "Tahoma", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

.container {
  position: relative;
  padding: 0 12px;
}

@media only screen and (max-width: 979px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 599px) {
  .container {
    padding: 0 15px;
  }
}

a {
  color: #011B28;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

a:hover {
  color: #004f7d;
}

.wrap span, .wrap small, .wrap a {
  display: inline-block;
  white-space: nowrap;
}

.wrap wbr + a, .wrap a:first-child {
  display: inline;
}

.wrap wbr {
  display: inline-block;
}

a.wrap wbr + span, a.wrap span:first-child,
a.wrap wbr + small, a.wrap small:first-child {
  display: inline;
}

.en {
  font-family: "Avenir Next", "Tahoma", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  -webkit-transition: background-color 0.1s ease-out,
 color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out,
 color 0.1s ease-out;
  transition: background-color 0.1s ease-out,
 color 0.1s ease-out;
}

a img {
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.banner a[target="_blank"], .image a[target="_blank"], .icon a[target="_blank"] {
  background-image: none;
}

a[target="_blank"].banner, a[target="_blank"].image, a[target="_blank"].icon {
  background-image: none;
}

.nav a.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-top: 1.25em;
  border: 1px solid #011B28;
  font-weight: normal;
  line-height: 1.6;
  text-decoration: none;
  color: #f2f2f2;
}

.nav a.btn:hover {
  color: #011B28;
  background-color: #f2f2f2;
  background-image: none;
}

.nav a.btn[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 0.6em;
  background: url(/img/apu/ico_blank.png) no-repeat center center;
  vertical-align: middle;
}

.nav a.btn[target="_blank"]:hover:after {
  background-image: url(/img/apu/ico_blank_on.png);
}

.banner a img {
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.row {
  margin: 0;
}

p, ul, ol, dl, figure {
  margin-bottom: 1em;
}

pre, blockquote {
  margin: 1.6em 0;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  font-style: normal;
  color: #fa3333;
}

input, textarea, select, button {
  font-size: 100%;
}

@media screen and (min-width: 400px) {
  br.br-sp {
    display: none;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (max-width: 599px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 3px;
    padding-right: 3px;
  }
}

input, textarea, select, button {
  color: #011B28;
  background: rgba(255, 255, 255, 0.2);
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

.form-horizontal .buttons {
  text-align: center;
}

.radio-inline, .checkbox-inline {
  margin-left: 0;
}

.form-group .comment {
  color: #D43F46;
}

.form-group label {
  display: table;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="number"], .form-group textarea, .form-group select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid #ACACAC;
  color: #011B28;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(172, 172, 172, 0.25);
  box-shadow: inset 0 1px 1px rgba(172, 172, 172, 0.25);
}

.form-group select::-ms-expand {
  padding-left: 4px;
  border: 0;
  background-color: transparent;
}

.form-group input[size="64"], .form-group textarea[cols="64"] {
  max-width: 64ex;
}

@media only screen and (max-width: 599px) {
  .form-group input[size="64"], .form-group textarea[cols="64"] {
    max-width: 100%;
  }
}

.form-group .radio-inline + .radio-inline {
  margin-left: 0;
}

@media only screen and (max-width: 599px) {
  .form-group .form-group {
    margin: 0 0 15px;
  }
  .form-group .form-group > div, .form-group .form-group > label {
    padding: 0;
  }
}

form .buttons {
  margin-top: 2em;
  text-align: center;
}

form .buttons button,
form .buttons input[type="button"],
form .buttons input[type="submit"],
form .buttons input[type="reset"],
form .buttons input[type="number"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 12px;
}

body.Page .mail label.required:after {
  content: " (必須)";
  font-size: 80%;
  color: #999;
}

figure {
  margin: 0 0 1em;
}

figure.left {
  float: left;
  margin: 0 30px 1em 0;
}

figure.right {
  float: right;
  margin: 0 0 1em 30px;
}

figure.image {
  text-align: center;
}

figure.image.left {
  text-align: left;
}

figure.image.right {
  text-align: right;
}

figure.image.full img {
  width: 100%;
  height: auto;
}

figure.images ul {
  list-style: none;
  padding: 0;
}

figure.images li {
  display: inline-block;
  margin: 0;
}

figure.images.left li,
figure.images.right li {
  display: block;
  margin-bottom: 10px;
}

table {
  margin: 1.4em 0;
  border: 1px solid #999;
  background: none;
}

table thead {
  background: #e6e6e6;
}

table th {
  background: #f0f0f0;
}

table th, table td {
  padding: 0.5em 0.75em;
  border: 1px solid #999;
}

table[border="0"] {
  border: 0;
}

table[border="0"] > tr > th,
table[border="0"] > tr > td,
table[border="0"] > tbody > tr > th,
table[border="0"] > tbody > tr > td {
  border: 0;
}

#header {
  z-index: 1000;
  position: relative;
  background: #FFF;
}

@media only screen and (max-width: 979px) {
  #header {
    padding-bottom: 10px;
  }
}

#header h1 {
  text-align: left;
  padding-top: 0.3em;
  margin: 0;
}

#header h1 > a {
  margin-left: 0.5em;
}

@media (min-width: 601px) and (max-width: 1150px) {
  #header h1 {
    padding-bottom: 0.3em;
  }
  #header h1 img {
    width: 280px;
  }
}

@media only screen and (max-width: 599px) {
  #header h1 {
    text-align: center;
    margin: 0 0 0.1em;
  }
  #header h1 > a {
    margin-left: -4px;
  }
  #header h1 > a > img {
    width: 50%;
  }
}

@media (max-width: 355px) {
  #header h1 > a > img {
    width: 55%;
  }
}

#header ul.language {
  display: inline;
  padding: 0;
  width: 280px;
  list-style: none;
  font-size: 62.5%;
}

@media only screen and (max-width: 599px) {
  #header ul.language {
    font-size: 93.8%;
  }
}

#header ul.language li {
  margin-top: 0.6em;
  float: left;
  width: 70px;
  height: 20px;
  text-align: center;
}

#header ul.language a {
  display: block;
  width: 100%;
  background: #E1E1E1;
  color: #011B28;
  border-left: 1px solid #999;
  line-height: 20px;
}

#header ul.language a:active, #header ul.language a:hover {
  text-decoration: none;
  background: #999;
}

#header ul.language li:first-child a {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  border-left: none;
}

#header ul.language li:last-child a {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 599px) {
  #header ul.language {
    width: auto;
    margin-bottom: 0;
  }
  #header ul.language li {
    width: 75px;
    height: auto;
    margin-top: 1.5em;
  }
  #header ul.language a {
    line-height: 25px;
    color: #011B28;
  }
  #header ul.language li:first-child a {
    -moz-border-radius: 4.5px 0 0 4.5px;
    -webkit-border-radius: 4.5px;
    border-radius: 4.5px 0 0 4.5px;
  }
  #header ul.language li:last-child a {
    -moz-border-radius: 0 4.5px 4.5px 0;
    border-radius: 0 4.5px 4.5px 0;
  }
}

#header-nav #sp-lang {
  display: none;
}

@media only screen and (max-width: 599px) {
  #header-nav #sp-lang {
    display: inline-block;
  }
}

@media only screen and (max-width: 979px) {
  #header-menu {
    background: #005BAC;
    color: #FFF;
  }
}

#header-app {
  position: absolute;
  top: 25px;
  right: 15px;
  background: none;
  text-align: right;
  z-index: 9;
}

#header-app .sns, #header-app .form {
  display: inline-block;
  float: left;
}

#header-app .sns {
  margin-right: 1.0em;
  padding-bottom: 0.5em;
}

#header-app .sns img {
  margin: 0 0.3em;
}

#header-app .search, #header-app .input, #header-app .submit {
  background: #f2f2f2;
  border: none;
}

#header-app .search {
  float: left;
  margin-left: 1.0em;
  margin-bottom: 0.5em;
}

#header-app .search .input {
  width: 18em;
  height: 1.8em;
  padding: 0.1em 0.5em;
  font-size: 75%;
}

@media only screen and (max-width: 599px) {
  #header-app .search .input {
    font-size: 62.5%;
  }
}

#header-app .search input[type="text"]:focus {
  outline: 0;
  border-color: none;
}

#header-app .submit {
  padding: 0.2em 1.0em;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

#header-app .submit:hover {
  background: #999;
}

#header-app .fontsize-group {
  display: inline;
  margin-left: 1.0em;
  margin-top: -0.1em;
}

@media screen and (max-width: 1150px) {
  #header-app .fontsize-group {
    display: block;
  }
}

#header-app .fontsize-group > p {
  display: inline;
}

#header-app .fontsize-group .font-btn {
  padding: 0.5em 0.6em;
  margin: 0 2px 0 0;
  font-size: 75%;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  border-radius: 0;
  border-style: none;
  background: #f2f2f2;
}

@media only screen and (max-width: 599px) {
  #header-app .fontsize-group .font-btn {
    font-size: 62.5%;
  }
}

#header-app .fontsize-group .font-btn:hover {
  background: #999;
}

#header-app .fontsize-group .font-btn:focus {
  outline: 0;
  border-color: none;
}

#header-app .group {
  text-align: right;
}

@media only screen and (max-width: 979px) {
  #header-app {
    display: none;
  }
}

#header-nav {
  text-align: center;
  background: #FFF;
}

@media only screen and (max-width: 979px) {
  #header-nav {
    background: rgba(0, 91, 172, 0.8);
  }
}

#header-nav .nav {
  margin-bottom: 0;
  font-size: 93.8%;
  line-height: 1.4;
}

#header-nav .nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media only screen and (max-width: 599px) {
  #header-nav .nav {
    font-size: 100%;
  }
}

#header-nav .nav > ul {
  list-style: none;
  padding: 0;
}

#header-nav .nav > ul > li {
  float: left;
  text-align: center;
}

#header-nav .nav > ul > li a {
  display: block;
  text-decoration: none;
}

#header-nav .target-nav {
  background: #FFF;
}

#header-nav .target-nav > ul > li {
  width: 12.5%;
  border-left: 1px solid #999;
}

#header-nav .target-nav > ul > li:first-child {
  border-left: none;
}

#header-nav .target-nav > ul > li a {
  color: #011B28;
  padding: 6px 0;
}

#header-nav .target-nav > ul > li a:hover {
  text-decoration: underline;
  background: none;
}

@media only screen and (max-width: 979px) {
  #header-nav .target-nav {
    padding: 10px;
    margin-bottom: 0;
  }
  #header-nav .target-nav > ul > li {
    width: 50%;
    border-left: none;
    text-align: left;
    position: relative;
    padding-left: 5px;
    float: left;
  }
  #header-nav .target-nav > ul > li:active, #header-nav .target-nav > ul > li:focus {
    background: #43B149;
  }
  #header-nav .target-nav > ul > li a {
    color: #FFF;
    vertical-align: middle;
  }
  #header-nav .target-nav > ul > li a:hover {
    text-decoration: none;
  }
  #header-nav .target-nav > ul > li a b {
    font-weight: normal;
  }
  #header-nav .target-nav > ul > li a:after {
    position: absolute;
    right: 7%;
    top: calc((100% - 16px) / 2);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
  }
}

#header-nav .main-nav {
  position: relative;
  margin-top: 12px;
  background: #005BAC;
  color: #FFF;
}

#header-nav .main-nav a {
  color: #FFF;
}

#header-nav .main-nav > ul > li {
  width: 14.2%;
  display: inline-block;
  border-left: 1px solid #999;
}

#header-nav .main-nav > ul > li:first-child {
  border-left: none;
}

#header-nav .main-nav > ul > li > a {
  padding: 20px 0;
}

@media only screen and (max-width: 979px) {
  #header-nav .main-nav > ul > li > a {
    padding: 15px;
  }
}

#header-nav .main-nav > ul > li > a:hover, #header-nav .main-nav > ul > li > a:focus, #header-nav .main-nav > ul > li > a:active {
  background: #43B149;
}

#header-nav .main-nav .dropdown-menu {
  position: absolute;
  left: 0;
  display: block;
  min-width: 96%;
  margin: 0 2%;
  padding: 0.25em 1em 2em 6.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  border: none;
  background: rgba(0, 91, 172, 0.8);
}

@media only screen and (max-width: 979px) {
  #header-nav .main-nav .dropdown-menu {
    display: none;
  }
}

#header-nav .main-nav .dropdown-menu > ul {
  display: block;
  margin: 0 2.0em;
  list-style: none;
}

#header-nav .main-nav .dropdown-menu > ul .dropdown-header {
  margin: 1.2em 0 0.3em;
  padding: 0.15em 0.1em;
  border-bottom: 1px solid #E1E1E1;
  font-size: 93.8%;
}

@media only screen and (max-width: 599px) {
  #header-nav .main-nav .dropdown-menu > ul .dropdown-header {
    font-size: 87.5%;
  }
}

#header-nav .main-nav .dropdown-menu > ul .dropdown-header i {
  margin-right: 0.3em;
}

#header-nav .main-nav .dropdown-menu > ul .dropdown-item {
  padding-left: 2em;
}

#header-nav .main-nav .dropdown-menu > ul .dropdown-item a:before {
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  color: #FFF;
  font-size: 90%;
}

#header-nav .main-nav .dropdown-menu > ul a {
  display: block;
  padding: 0 0 0 2em;
  text-indent: -9px;
}

#header-nav .main-nav .dropdown-menu > ul a:hover {
  background: #005BAC;
}

#header-nav .main-nav .dropdown {
  position: static;
  background: #005BAC;
}

@media only screen and (max-width: 979px) {
  #header-nav .main-nav .dropdown {
    background: none;
  }
}

#header-nav .main-nav .dropdown > a > i {
  display: none;
}

@media only screen and (max-width: 979px) {
  #header-nav .main-nav .dropdown > a > i {
    display: inline;
  }
  #header-nav .main-nav .dropdown > a > i:after {
    content: ' ';
  }
}

#header-nav .main-nav .hover {
  background: #43B149;
}

#header-nav .main-nav .hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 979px) {
  #header-nav .main-nav .hover .dropdown-menu {
    display: none;
  }
}

#header-top .sns {
  margin: 0.3em 0;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  #header-top .sns {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 1150px) {
  #header-top .sns {
    position: absolute;
    top: 30px;
    left: 315px;
  }
}

#header-top .sns > a {
  margin: 0 0.3em;
}

@media only screen and (min-width: 980px) {
  body {
    padding-top: 200px !important;
  }
  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 200px;
    background: none;
  }
  #header-top {
    position: relative;
    z-index: 2;
  }
  #header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  #header-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    text-align: center;
    background: #FFF;
  }
  #header-nav .target-nav,
  #header-nav .main-nav {
    -webkit-transition: font-size 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    transition: font-size 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  }
  #header-nav .target-nav > ul > li > a,
  #header-nav .main-nav > ul > li > a {
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
  body.scrolling #header-nav {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
  }
  body.scrolling2 #header-nav .target-nav {
    font-size: 85%;
  }
  body.scrolling2 #header-nav .main-nav {
    margin-top: 0;
    font-size: 92%;
  }
  body.scrolling2 #header-nav .main-nav > ul > li > a {
    padding: 6px 0;
  }
}

#footer {
  background: #FFF;
}

#footer a {
  color: #005BAC;
}

#footer a:hover {
  color: #005BAC;
}

#footer-wrapper {
  padding: 40px 0 30px;
  background: #005BAC;
  background-size: cover;
  color: #FFF;
}

@media only screen and (max-width: 979px) {
  #footer-wrapper {
    padding: 20px 2% 24px;
  }
}

@media (min-width: 601px) and (max-width: 1150px) {
  #footer-wrapper {
    padding: 10px 2% 0;
  }
}

@media only screen and (max-width: 599px) {
  #footer-wrapper {
    padding: 0.6em 0 1.0em;
  }
}

#footer-wrapper .container h2 {
  margin: 0;
}

@media only screen and (max-width: 979px) {
  #footer-wrapper .container {
    padding: 18px 18px 14px;
  }
}

@media only screen and (max-width: 599px) {
  #footer-wrapper .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer-wrapper .container img {
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    width: 40%;
  }
}

#footer-wrapper address {
  font-size: 93.8%;
  line-height: 1.667;
}

@media only screen and (max-width: 599px) {
  #footer-wrapper address {
    font-size: 75%;
  }
}

@media only screen and (max-width: 599px) {
  #footer-wrapper address {
    margin: 0;
    padding: 0;
  }
}

#footer-wrapper address .address {
  margin-bottom: 0;
  padding: 0 4px;
}

@media (min-width: 601px) and (max-width: 1150px) {
  #footer-wrapper address .address {
    margin-top: 5px;
    padding: 0 12px;
  }
}

#sitemap {
  display: block;
  padding: 1em 5em;
  color: #005BAC;
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.4;
  text-align: center;
}

#sitemap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media only screen and (max-width: 599px) {
  #sitemap {
    font-size: 62.5%;
    line-height: 1.6;
  }
}

#sitemap ul {
  list-style: none;
  margin-bottom: 0;
}

#sitemap ul > li {
  padding: 0 1em;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #005BAC;
}

#sitemap ul > li:first-child {
  border-left: none;
}

@media screen and (max-width: 1150px) {
  #sitemap {
    padding: 1em 0;
    font-size: 74%;
  }
  #sitemap ul {
    padding-left: 0;
  }
  #sitemap ul > li {
    padding: 0 0.5em;
  }
}

@media only screen and (max-width: 599px) {
  #sitemap {
    padding: 0.4em 0;
    text-align: left;
  }
  #sitemap ul {
    padding: 0;
    margin: 0;
  }
  #sitemap ul > li {
    display: block;
    padding: 0;
    border: none;
    text-align: left;
  }
  #sitemap ul > li:before {
    margin-right: 0.75em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
  }
}

.copyright {
  display: block;
  padding: 0.1em 0 2.0em;
  margin: 0;
  text-align: center;
  color: #011B28;
}

.copyright small {
  font-size: 80%;
}

@media (min-width: 601px) and (max-width: 1150px) {
  .copyright {
    padding-bottom: 4.5em;
  }
}

@media only screen and (max-width: 599px) {
  .copyright {
    padding-bottom: 0.5em;
  }
  .copyright small {
    font-size: 60%;
  }
}

#top_scroll {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#page-top {
  position: fixed;
  z-index: 1000;
  bottom: -70px;
  right: 50px;
  display: block;
  padding: 0;
  -webkit-transition: bottom 0.8s, opacity 0.8s;
  -o-transition: bottom 0.8s, opacity 0.8s;
  transition: bottom 0.8s, opacity 0.8s;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  #page-top {
    right: 15px;
  }
  #page-top img {
    width: 80%;
  }
}

#page-top a {
  display: block;
}

#page-top:hover {
  opacity: 0.8;
}

body.scrolling2 #page-top {
  bottom: 17px;
}

@media only screen and (max-width: 599px) {
  body.scrolling2 #page-top {
    bottom: 30px;
  }
}

#emergency {
  padding: 0 10px;
  border: 5px solid #B94047 !important;
  text-align: left;
  background: #f2f2f2;
}

#emergency h2 {
  border: 0;
  background: #B94047 !important;
  color: #f2f2f2;
  text-align: left;
}

#emergency h2 .icon.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin-right: 0.2em;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #f2f2f2;
  color: #B94047 !important;
}

#emergency h2:before {
  content: none;
}

#emergency:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#emergency > p {
  float: left;
  width: 33.3%;
  margin: 0 0 1em;
  padding: 0 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  #emergency > p {
    float: none;
    width: auto;
  }
}

#emergency > ul {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0 10px 0 40px;
  border-left: 2px dashed #B94047;
  line-height: 1.5;
}

#emergency > ul li {
  padding: 0.25em 0;
}

#emergency footer .nav.sub {
  padding: 0.4em 10px;
}

#sp-header {
  display: none;
  margin: 0;
  margin-top: 10px;
  background: #005BAC;
  color: #FFF;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
}

@media (min-width: 601px) and (max-width: 1150px) {
  #sp-header {
    margin-top: 0;
  }
}

@media only screen and (max-width: 979px) {
  #sp-header {
    display: block;
  }
}

@media (max-width: 355px) {
  #sp-header {
    top: 6px;
  }
}

#sp-header .sp-btn {
  display: inline-block;
  position: relative;
  margin: 16px 0 0 -20px;
}

#sp-header .sp-btn,
#sp-header .sp-btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sp-header .sp-btn span {
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 2px;
}

#sp-header .sp-btn span:nth-of-type(1) {
  top: 0;
}

#sp-header .sp-btn span:nth-of-type(2) {
  top: 5px;
}

#sp-header .sp-btn span:nth-of-type(3) {
  bottom: 0;
}

#header-top {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 979px) {
  #header-top {
    margin-bottom: 0;
  }
}

#header-top .opened .sp-btn span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

#header-top .opened .sp-btn span:nth-of-type(2) {
  opacity: 0;
}

#header-top .opened .sp-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

#header-menu .btn.closer {
  display: none;
}

@media screen and (max-width: 1150px) {
  #header-menu {
    font-size: 80%;
  }
}

@media only screen and (max-width: 979px) {
  #header-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 91, 172, 0.85);
  }
}

@media only screen and (max-width: 979px) and (max-width: 599px) {
  #header-menu {
    top: 106px;
  }
}

@media only screen and (max-width: 979px) {
  #header-nav .nav {
    background: none;
  }
  #header-nav .nav > ul {
    margin: 0;
  }
  #header-nav .nav > ul > li {
    display: block;
    border-left: none;
  }
  #header-nav .main-nav .dropdown {
    border-top: 1px solid #FFF;
    text-align: left;
  }
  #header-nav .main-nav > ul > li {
    float: none;
    width: 100%;
  }
  #header-nav .main-nav .open .dropdown-menu {
    background: none;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header-nav .main-nav .open .dropdown-menu > ul {
    margin: 0;
  }
}

@media only screen and (max-width: 979px) {
  #header-app {
    margin: 0;
    top: -65px;
    text-align: center;
  }
  #header-app .sns, #header-app .search, #header-app .fontsize {
    display: none;
  }
}

nav.breadcrumb {
  margin: 0.7em 1.3em;
  margin-left: -6px;
  padding: 0.7em 0;
  background: #f2f2f2;
  font-size: 87.5%;
  line-height: 1.715;
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    font-size: 75%;
    line-height: 1;
  }
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    display: none;
  }
}

nav.breadcrumb ul {
  margin: 0;
  padding: 0;
}

nav.breadcrumb ul .bre-home > a {
  color: #43B149;
}

nav.breadcrumb ul li:first-child .fa {
  font-size: 150%;
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb ul li:first-child .fa {
    font-size: 93.8%;
    line-height: 1;
  }
}

nav.breadcrumb ul li + li:before {
  content: " > ";
  color: #011B28;
}

@media only screen and (max-width: 979px) {
  #body > .col:first-child.col-md-8, #body > .col:first-child.col-md-9, #body > .col:first-child.col-md-10 {
    float: none;
  }
}

aside.side h2 {
  font-size: 131.3%;
}

@media only screen and (max-width: 599px) {
  aside.side h2 {
    font-size: 93.8%;
  }
}

nav.sides {
  padding: 0;
  color: #005BAC;
}

nav.sides .cat-title {
  background: #005BAC;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

nav.sides .cat-title a {
  padding: 3.0em 1.0em 2.5em;
  display: block;
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 601px) and (max-width: 1150px) {
  nav.sides .cat-title a {
    padding: 2.0em 44px 2.0em;
  }
}

nav.sides .cat-title:hover {
  background: #337cbd;
}

@media only screen and (max-width: 599px) {
  nav.sides .cat-title a {
    padding: 2.0em 1.0em;
  }
  nav.sides .cat-title h2 .ja {
    margin-bottom: -0.6em;
  }
}

nav.sides .cat-title h2 {
  margin: 0;
}

nav.sides .cat-title h2 .ja {
  display: block;
}

nav.sides .cat-title h2 .en {
  font-size: 43.8%;
}

@media only screen and (max-width: 599px) {
  nav.sides .cat-title h2 .en {
    font-size: 37.5%;
  }
}

nav.sides .children .cat-title {
  background: #FFF;
  color: #004f7d;
  border-bottom: 2px solid #005BAC;
}

nav.sides .children .cat-title h2 {
  font-size: 118.8%;
}

@media only screen and (max-width: 599px) {
  nav.sides .children .cat-title h2 {
    font-size: 81.3%;
  }
}

nav.sides .children .cat-title a {
  padding: 0.75em 1.5em;
  color: #004f7d;
  font-weight: bold;
}

nav.sides .children .cat-title:hover {
  background: #E1E1E1;
}

nav.sides ul.nav {
  margin: 0 -12px;
  padding: 0 12px;
}

nav.sides ul.nav li {
  list-style: none;
  border-top: 2px solid #E6E6E6;
  font-weight: bold;
}

nav.sides ul.nav > ul > li {
  border-top: 1px solid #E6E6E6;
  font-weight: normal;
}

nav.sides ul.nav a {
  position: relative;
  display: inline-block;
  font-size: 87.5%;
  padding: 0.75em 3.75em 0.75em 21px;
  color: #004f7d;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  nav.sides ul.nav a {
    font-size: 81.3%;
  }
}

@media (min-width: 601px) and (max-width: 1150px) {
  nav.sides ul.nav a {
    padding-left: 44px;
  }
}

nav.sides ul.nav a span.title {
  display: block;
}

nav.sides ul.nav a.nolink {
  color: #005BAC;
}

nav.sides ul.nav a.nolink:hover {
  background: none;
  border-left: none;
}

nav.sides ul.nav a.nolink time {
  font-weight: normal;
}

nav.sides ul.nav a:hover, nav.sides ul.nav a:focus {
  background: #d9e4ec;
  text-decoration: none;
}

nav.sides ul.nav a:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 100;
  content: '';
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background: #004f7d;
  width: 3px;
  height: 0;
}

nav.sides ul.nav a:hover::before {
  height: 100%;
}

nav.sides ul.nav a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #a9a9a9;
  top: calc((100% - 21px) / 2);
  right: 10%;
  font-size: 93.8%;
}

@media only screen and (max-width: 599px) {
  nav.sides ul.nav a:after {
    font-size: 93.8%;
  }
}

nav.sides ul.nav .active a {
  background: #C7DBED;
}

nav.sides ul.nav ul {
  padding-left: 0;
}

nav.sides ul.nav ul a {
  padding-left: 2.0em;
  padding-right: 4.0em;
  font-weight: normal;
}

@media only screen and (max-width: 599px) {
  nav.sides ul.nav a {
    color: #011B28;
  }
  nav.sides ul.nav a:hover, nav.sides ul.nav a:focus {
    background: none;
    text-decoration: none;
  }
  nav.sides ul.nav a:active {
    background: #C7DBED;
  }
  nav.sides ul.nav a:after {
    top: calc((100% - 19px) / 2);
  }
  nav.sides ul.nav li {
    border-top: none;
    font-weight: normal;
  }
  nav.sides ul.nav > li > ul > li {
    border-top: none;
    font-weight: normal;
    background: #d9e4ec;
    border-left: 3px solid #43B149;
  }
  nav.sides ul.nav > ul > li a {
    padding: 0.4em 1.0em 0.4em 3.0em;
  }
}

#side-category, #side-yearly {
  background: #FFF;
}

#side-enquete {
  padding-bottom: 1px;
  background: #FFF;
}

#side-enquete h2 {
  padding: 2.0em 1.0em;
  background: #005BAC;
  color: #FFF;
}

#side-enquete h3 {
  font-size: 100%;
  margin-top: 20px;
  color: #011B28;
}

#side-enquete form {
  padding: 0 21px 0.25em;
}

#side-enquete ul, #side-enquete li {
  margin: 0;
  border: 0;
  font-size: 93.8%;
  color: #004f7d;
}

@media only screen and (max-width: 599px) {
  #side-enquete ul, #side-enquete li {
    font-size: 93.8%;
  }
}

#side-enquete .buttons {
  margin: 1em 0;
  text-align: center;
}

#side-enquete .buttons .btn {
  padding: 0.25em 1.5em;
  font-size: 93.8%;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

@media only screen and (max-width: 599px) {
  #side-enquete .buttons .btn {
    font-size: 93.8%;
  }
}

.modal {
  position: fixed !important;
  background: none;
}

.Home .modal a.btn {
  padding: 6px 12px;
}

#modal-yurihon-tv .modal-dialog {
  width: 642px;
  max-height: 90%;
}

@media only screen and (max-width: 599px) {
  #modal-yurihon-tv .modal-dialog {
    width: 90%;
  }
}

#modal-yurihon-tv .modal-header {
  padding: 10px 15px;
}

#modal-yurihon-tv .modal-footer {
  padding: 10px 15px;
}

#modal-yurihon-tv .modal-body {
  padding: 0;
}

#modal-yurihon-tv .movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

#modal-yurihon-tv .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#modal-yurihon-tv h2 {
  margin: 0;
  padding: 0;
  background: none;
  color: #011B28;
  text-align: left;
}

#modal-yurihon-tv h2:before {
  content: "\f03d";
  color: #011B28;
  margin-right: 15px;
}

#modal-yurihon-tv a.btn {
  padding: 6px 20px;
}

body.News #side-category {
  display: block;
}

body.News #container {
  padding-bottom: 4.0em;
}

body.News #main {
  padding: 2.0em 44px !important;
  background: #FFF;
  font-size: 93.8%;
}

@media only screen and (max-width: 599px) {
  body.News #main {
    font-size: 87.5%;
  }
}

@media only screen and (max-width: 599px) {
  body.News #main {
    padding: 0 !important;
  }
}

body.News #main h1 {
  position: relative;
  margin: 0.5em -44px 0.8em !important;
  padding: 12px 44px;
  font-size: 125%;
  color: #005BAC !important;
  font-weight: bold;
  border-bottom: solid 4px #E6E6E6;
  background: none;
}

@media only screen and (max-width: 599px) {
  body.News #main h1 {
    font-size: 100%;
  }
}

body.News #main h1:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 28.57143%;
  height: 4px;
  background: #005BAC;
}

body.News #main ul {
  padding: 0 44px;
}

body.News #main nav.news .with-category > li {
  padding: 0 !important;
  margin-bottom: 0;
  border-bottom: 1px dotted #999;
  font-size: 100%;
  list-style: none;
  background: none;
}

@media only screen and (max-width: 599px) {
  body.News #main nav.news .with-category > li {
    font-size: 93.8%;
  }
}

body.News #main nav.news .with-category > li:before {
  display: none;
}

body.News #main nav.news .with-category > li a {
  display: block;
  padding: 0.8em 1.25em;
  color: #011B28;
  text-decoration: none;
}

body.News #main nav.news .with-category > li a:hover {
  background: #E1E1E1;
}

@media only screen and (max-width: 599px) {
  body.News #main nav.news .with-category > li a {
    padding: 0.4em 2.0em 0.65em 1.0em;
  }
}

body.News #main nav.news .with-category > li .date {
  display: block;
  margin-bottom: 0.5em;
  font-size: 81.3%;
}

@media only screen and (max-width: 599px) {
  body.News #main nav.news .with-category > li .date {
    font-size: 81.3%;
  }
}

body.News #main nav.news .with-category > li .ctgr {
  top: 1em;
  left: 9.5em;
  padding: 0 0.5em;
  background: #005BAC;
  font-size: 81.3%;
  color: #FFF;
}

@media only screen and (max-width: 599px) {
  body.News #main nav.news .with-category > li .ctgr {
    font-size: 81.3%;
  }
}

body.News #main .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 81.3%;
}

@media only screen and (max-width: 599px) {
  body.News #main .pagination {
    font-size: 81.3%;
  }
}

@media only screen and (max-width: 599px) {
  body.News #main .pagination {
    display: none;
  }
}

body.News #main .pagination .page-item {
  padding: 0;
  margin: 0;
  background: none;
}

body.News #main .pagination .page-item:before {
  display: none;
}

body.News #main .pagination .page-link {
  padding: 0.3em 0.9em;
  margin-right: 4px;
  border: 1px solid #005BAC;
  border-radius: 3px;
  color: #FFF;
  background: #005BAC;
}

body.News #main .pagination .page-link:hover {
  color: #005BAC;
  background: none;
}

@media only screen and (max-width: 599px) {
  body.News #main .pagination .page-link:after {
    display: none;
  }
}

body.News #main .pagination span.page-link {
  padding: 4.2px 12px;
}

body.News #main .pagination .active .page-link, body.News #main .pagination .active .page-link:active, body.News #main .pagination .active .page-link:focus {
  color: #005BAC;
  background: none;
}

body.News #main .pagination .disabled .page-link {
  color: #005BAC;
  background: none;
}

@media only screen and (max-width: 599px) {
  body.News #main {
    padding-bottom: 0;
  }
  body.News #main nav.news .with-category > li .ctgr {
    top: 0.5em;
    left: 9em;
  }
  body.News article {
    padding: 2.0em 0;
  }
  body.News article h1 {
    font-weight: bold;
    padding: 0 22px 4.6px;
  }
  body.News article h2 {
    padding: 8.4px 22px;
    margin-bottom: 0.7em;
  }
  body.News article .entry, body.News article .contact, body.News article ul {
    padding: 0 22px;
  }
  body.News article .contact .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 1.0em 1.2em;
  }
  body.News article .contact .contact-info h2 {
    padding: 0;
    margin-bottom: 1.0em;
  }
  body.News article .contact .contact-info .address {
    padding: 0;
    padding-top: 1.0em;
    border-left: none;
    border-top: solid 1px #E1E1E1;
  }
  body.News article section {
    margin-bottom: 1.5em;
  }
}

/* Slider */
.slider {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #999;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

[dir="rtl"] .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

@media only screen and (max-width: 599px) {
  .slick-prev {
    left: -18px;
  }
  [dir="rtl"] .slick-prev {
    right: -18px;
  }
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

[dir="rtl"] .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

@media only screen and (max-width: 599px) {
  .slick-next {
    right: -18px;
  }
  [dir="rtl"] .slick-next {
    left: -18px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-size: 100% !important;
  line-height: 1.4;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 112.5% !important;
}

.gsc-result .gs-title {
  height: auto !important;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-control-cse table, .gsc-control-cse th, .gsc-control-cse td {
  margin: 0 !important;
  border: 0;
}

.gsc-control-cse a, .gsc-control-cse gsc-cursor-page {
  color: #3D68C3 !important;
}

.gsc-control-cse a:visited, .gsc-control-cse gsc-cursor-page:visited {
  color: #F3DEDF !important;
}

.gsc-control-cse a:hover, .gsc-control-cse gsc-cursor-page:hover {
  color: #d9e4ec !important;
}

.gsc-control-cse a:active, .gsc-control-cse gsc-cursor-page:active {
  color: #d9e4ec !important;
}

.gsc-table-result {
  margin: 0 0 0 1em;
}

div.gs-title {
  margin-left: -1em;
  padding: 0 10px;
  border-left: 6px solid #005BAC;
}

.gsc-cursor-box {
  margin: 2em 0 1em !important;
}

.gsc-cursor-box .gsc-cursor-page {
  padding: 0.4em 0.8em;
  border: 1px solid;
  font-size: 112.5%;
}

.gsc-cursor-box .gsc-cursor-page:hover {
  background: #F3DEDF !important;
}

.gsc-adBlock {
  display: none !important;
}

#container {
  margin: 0 auto;
}

#container .container, #container.container {
  padding-top: 20px;
}

@media only screen and (max-width: 599px) {
  #container .container, #container.container {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#container.container {
  padding: 0;
}

@media (min-width: 601px) and (max-width: 1150px) {
  #container.container {
    padding: 0 20px;
  }
}

.pc {
  display: block;
}

.sp, .tablet {
  display: none;
}

@media only screen and (max-width: 979px) {
  .tablet {
    display: block;
  }
  .sp, .pc {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc, .tablet {
    display: none;
  }
}

main img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 599px) {
  article, section {
    padding: 0 10px 10px;
  }
}

article:first-child, section:first-child {
  margin-top: 0;
}

article section, section section {
  padding: 0;
  background: none;
}

article {
  padding-bottom: 0;
}

main h1 {
  margin: 0 -20px 30px;
  padding: 0.18em 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #005BAC;
  color: #f2f2f2;
  font-size: 200%;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  main h1 {
    font-size: 112.5%;
  }
}

@media only screen and (max-width: 599px) {
  main h1 {
    margin: 0 -15px 20px;
  }
}

main h1 small {
  color: #f2f2f2;
}

main h2 {
  padding: 0.2em 12px;
  font-weight: bold;
  color: #011B28;
  font-size: 150%;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  main h2 {
    font-size: 100%;
  }
}

main h3 {
  margin: 2.5em -10px 1em;
  padding: 0.75em 12px 0.1875em;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  main h3 {
    font-size: 87.5%;
  }
}

main .row h2, main .row h3 {
  margin: 1em -2px;
}

main a img {
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

main a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#icatch {
  padding: 0;
}

#icatch a {
  display: block;
}

#icatch img {
  max-width: 100%;
  height: auto;
}

.with-category > li {
  position: relative;
}

.with-category > li a {
  padding-bottom: 0.7em !important;
}

.with-category .ctgr {
  position: absolute;
  color: #FFF;
}

.with-category .title {
  font-weight: bold;
}

.rel {
  margin: 2em 0;
}

.rel,
#nav-address {
  padding: 0 30px;
  border: 1px solid rgba(0, 91, 172, 0.5);
  line-height: 1.6;
}

.rel h2,
#nav-address h2 {
  margin: 0 -30px 1em;
  border-bottom-width: 1px;
}

#rel-files:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#rel-files h2 {
  margin-bottom: 0.5em;
}

#rel-files aside {
  float: right;
  width: 18em;
  margin: 0 -12px 10px 12px;
  padding: 0;
  text-align: center;
  background: #eee;
  font-size: 75%;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  #rel-files aside {
    font-size: 56.3%;
  }
}

#rel-files aside a {
  display: block;
  padding: 5px 0;
}

#rel-files aside a img {
  margin: 5px;
}

#rel-files aside a span {
  display: block;
}

#nav-address h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
}

#nav-address address {
  float: left;
}

#nav-address .nav {
  text-align: right;
}

.nav a.btn {
  position: relative;
  display: block;
  padding: 0.5em 21px;
  border: none;
  border-radius: 0;
  background: #005BAC;
  color: #FFF;
  text-align: left;
  font-weight: normal;
  font-size: 100%;
}

@media only screen and (max-width: 599px) {
  .nav a.btn {
    font-size: 100%;
  }
}

.nav a.btn:hover {
  background: #337cbd;
  color: #FFF;
}

.nav a.btn:before {
  margin-right: 0.5em;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav a.btn.rss {
  padding: 0.25em 0.75em;
  border-color: #994d00;
  font-weight: bold;
  font-size: 100%;
  background: #FF8000;
  color: #f2f2f2;
}

.nav a.btn.rss:before {
  font-size: 100%;
  color: #f2f2f2;
  vertical-align: baseline;
}

.nav a.btn.rss:after {
  content: none;
}

.nav a.btn.rss:hover {
  background: #f2f2f2;
  color: #FF8000;
}

.nav li a:hover {
  background: #C7DBED;
}

nav.options ul, nav.options ol, nav.options figure, nav.options address,
#nav-address ul,
#nav-address ol,
#nav-address figure,
#nav-address address {
  margin-bottom: 1em;
}

nav.options ol,
#nav-address ol {
  padding-left: 20px;
}

@media only screen and (max-width: 599px) {
  nav.options ol,
  #nav-address ol {
    padding-left: 0;
  }
}

nav.options ul,
#nav-address ul {
  padding-left: 0;
}

nav.options li,
#nav-address li {
  list-style: none;
}

nav.options li:before,
#nav-address li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 0.5em;
  color: #a9a9a9;
  font-size: 100%;
}

nav.option-files:after,
nav.option-links:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

nav.option-files aside,
nav.option-links aside {
  float: right;
  width: 18em;
  margin: 0 -12px 10px 12px;
  padding: 0;
  text-align: center;
  background: #eee;
  font-size: 75%;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  nav.option-files aside,
  nav.option-links aside {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 599px) {
  nav.option-files aside,
  nav.option-links aside {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}

nav.option-files aside a,
nav.option-links aside a {
  display: block;
  padding: 5px 0;
}

nav.option-files aside a img,
nav.option-links aside a img {
  margin: 5px;
}

nav.option-files aside a span,
nav.option-links aside a span {
  display: block;
}

nav.option-files .filesize:before {
  content: " : ";
}

nav.option-files .filesize:after {
  content: " kb";
}

nav.option-contents li .cat {
  display: none;
}

nav.option-maps figcaption {
  display: block;
  margin: 0 0 1em;
  padding-left: 0.6em;
  border-left: 0.4em solid #005BAC;
  font-weight: bold;
}

nav.option-maps .map iframe {
  max-width: 100%;
}

#nav-address h2 {
  font-size: 106.3%;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  #nav-address h2 {
    font-size: 100%;
  }
}

#nav-address h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
}

#nav-address address {
  float: left;
}

#nav-address address .tel1 + .tel2:before,
#nav-address address .tel1 + .fax:before {
  content: " / ";
  margin: 0 0.33em;
}

#nav-address address .zip {
  margin-right: 0.33em;
}

#nav-address .nav {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  #nav-address .nav a.btn.contact {
    padding: 0.4em 10px;
  }
}

article #nav-address {
  margin: 2em -10px;
}

body.Page #container {
  padding-bottom: 4.0em;
}

body.Page article {
  padding: 3.0em 44px;
  background: #FFF;
  font-size: 93.8%;
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  body.Page article {
    font-size: 87.5%;
    line-height: 1.7;
  }
}

body.Page article h1 {
  margin: 0 -44px 1.0em;
  padding: 0 44px 0.2em;
  background: none;
  font-size: 162.5%;
  color: #011B28;
  border-bottom: 1px solid #E1E1E1;
}

@media only screen and (max-width: 599px) {
  body.Page article h1 {
    font-size: 137.5%;
  }
}

body.Page article h2 {
  position: relative;
  margin: 3.0em -44px  1.0em;
  padding: 12px 44px;
  font-size: 125%;
  color: #005BAC;
  font-weight: bold;
  border-bottom: solid 4px #E6E6E6;
}

@media only screen and (max-width: 599px) {
  body.Page article h2 {
    font-size: 112.5%;
  }
}

body.Page article h2:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 28.57143%;
  height: 4px;
  background: #005BAC;
}

body.Page article h3 {
  margin: 2em 0 0.75em;
  padding: 0 0 0.4em;
  font-size: 112.5%;
  color: #004f7d;
  border-bottom: solid 1px #999;
}

@media only screen and (max-width: 599px) {
  body.Page article h3 {
    font-size: 106.3%;
  }
}

body.Page article h4 {
  margin: 1.5em 0 0.75em;
  font-size: 106.3%;
  color: #666;
  padding-left: 0.5em;
  border-left: solid 3px #005BAC;
}

@media only screen and (max-width: 599px) {
  body.Page article h4 {
    font-size: 106.3%;
  }
}

body.Page article h5 {
  font-size: 106.3%;
}

@media only screen and (max-width: 599px) {
  body.Page article h5 {
    font-size: 100%;
  }
}

body.Page article a {
  color: #005BAC;
}

body.Page article p {
  margin-bottom: 1.75em;
}

body.Page article dd {
  margin-bottom: 1em;
}

body.Page article table th {
  background: #E4EAF7;
}

body.Page article table tr:nth-child(2n+1) {
  background: #f0f0f0;
}

body.Page article .sage1, body.Page article .sage2 {
  margin-left: 1.0em;
}

body.Page article .cmp {
  font-size: 100% !important;
}

body.Page article .summary {
  margin-bottom: 1em;
}

body.Page article .container-fluid {
  padding: 0;
  margin: 0;
}

body.Page article button[type="submit"] {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #005BAC;
  white-space: nowrap;
  padding: 6px 26px;
  background: #FFF;
  color: #005BAC;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body.Page article button[type="submit"]:hover {
  background: #005BAC;
  color: #FFF;
}

body.Page main footer {
  padding: 0 44px 50px;
  background: #FFF;
}

body.Page main footer #nav-address {
  border: solid 1px #E1E1E1;
  padding: 0.5em;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.Page main footer #nav-address h2 {
  padding: 1.5em 2.5em;
  margin: 0;
  white-space: nowrap;
  font-size: 87.5%;
  color: #011B28;
  border-right: 1px solid #E1E1E1;
}

@media only screen and (max-width: 599px) {
  body.Page main footer #nav-address h2 {
    font-size: 75%;
  }
}

body.Page main footer #nav-address address {
  width: 68%;
  padding: 1.0em 2.0em;
  margin: 0;
  font-size: 87.5%;
}

@media only screen and (max-width: 599px) {
  body.Page main footer #nav-address address {
    font-size: 75%;
  }
}

body.Page main footer #nav-address address p {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  body.Page #container {
    padding: 0 15px;
    margin: 0;
  }
  body.Page article {
    padding: 2.0em 22px;
  }
  body.Page article h1 {
    margin: 0 -22px 1.0em;
    padding: 0 22px 4.6px;
    font-weight: bold;
  }
  body.Page article h2 {
    margin: 2.0em -22px 0.7em;
    padding: 8.4px 22px;
  }
  body.Page article table {
    width: 100%;
  }
  body.Page article ul {
    padding-left: 15px;
  }
  body.Page article p {
    margin-bottom: 0.75em;
  }
  body.Page article .contact .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 1.0em 1.2em;
  }
  body.Page article .contact .contact-info h2 {
    padding: 0;
    margin-bottom: 1.0em;
  }
  body.Page article .contact .contact-info .address {
    padding: 0;
    padding-top: 1.0em;
    border-left: none;
    border-top: solid 1px #E1E1E1;
  }
  body.Page article button[type="submit"] {
    background: #005BAC;
    color: #FFF;
  }
  body.Page article section {
    margin-bottom: 1.5em;
  }
  body.Page main footer {
    padding: 0 22px 25px;
  }
  body.Page main footer #nav-address h2 {
    width: 100%;
    padding: 0.2em 2em 0.7em 0;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
  }
  body.Page main footer #nav-address address {
    width: 100%;
    padding: 1.0em 0;
    margin: 0;
  }
}

body.Page-user01 article .container-fluid, body.Page-user02 article .container-fluid, body.Page-user03 article .container-fluid, body.Page-user04 article .container-fluid, body.Page-user05 article .container-fluid {
  padding: 0;
}

body.Page-user01 article .layout-column, body.Page-user02 article .layout-column, body.Page-user03 article .layout-column, body.Page-user04 article .layout-column, body.Page-user05 article .layout-column {
  padding: 0 18px;
}

@media only screen and (max-width: 599px) {
  body.Page-user01 article .layout-column, body.Page-user02 article .layout-column, body.Page-user03 article .layout-column, body.Page-user04 article .layout-column, body.Page-user05 article .layout-column {
    padding: 0;
  }
}

body.Page-user01 article h4, body.Page-user02 article h4, body.Page-user03 article h4, body.Page-user04 article h4, body.Page-user05 article h4 {
  padding: 0.3em 1.5em 0.3em 2.3em;
  background: #f2f2f2;
  font-weight: bold;
  text-indent: -0.9em;
  line-height: 1.6;
}

body.Page-user01 article h4:before, body.Page-user02 article h4:before, body.Page-user03 article h4:before, body.Page-user04 article h4:before, body.Page-user05 article h4:before {
  display: inline-block;
  margin-right: 11px;
  content: "\f07c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #43B149;
}

body.Page-user01 article h4 a, body.Page-user02 article h4 a, body.Page-user03 article h4 a, body.Page-user04 article h4 a, body.Page-user05 article h4 a {
  text-indent: 1em;
}

body.Page-message article p.sml {
  padding: 0 2em 5em 0;
  margin-right: 2em;
  border-right: 1px solid #E1E1E1;
  font-size: 81.3%;
}

@media only screen and (max-width: 599px) {
  body.Page-message article p.sml {
    font-size: 87.5%;
  }
}

@media only screen and (max-width: 599px) {
  body.Page-message article p.sml {
    padding: 0 0 2em;
    margin-bottom: 2em;
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
  }
}

body.Page-pamphlet article table, body.Page-pamphlet article table th, body.Page-pamphlet article table td, body.Page-soshikizu article table, body.Page-soshikizu article table th, body.Page-soshikizu article table td, body.Page-houjin020101b article table, body.Page-houjin020101b article table th, body.Page-houjin020101b article table td {
  border: none;
}

body.Page-pamphlet article table tr:nth-child(2n+1), body.Page-soshikizu article table tr:nth-child(2n+1), body.Page-houjin020101b article table tr:nth-child(2n+1) {
  background: none;
}

body.Page-houjin020101 article table, body.Page-houjin020101 article table th, body.Page-houjin020101 article table td {
  border: none;
}

body.Page-houjin020101b article h2 {
  padding-left: 0;
  margin: 0 6px 1.0em;
}

body.Page-houjin020101b article table th, body.Page-houjin020101b article table td {
  padding: 0 0.75em;
}

body.Page-houjin020101b article > div {
  padding: 2em 0;
  border-bottom: 2px solid #E1E1E1;
}

body.Page-houjin020101b article .in-box5 {
  padding-bottom: 0;
  border: none;
}

body.Page-houjin020101b article .layout-column-two > p {
  margin-bottom: 1em;
}

body.Page-houjin020101b article .noframeB {
  margin-top: 0.75em;
  margin-left: 1em;
}

@media only screen and (max-width: 599px) {
  body.Page-houjin020101b article .noframeB {
    margin-left: 0;
  }
}

body.Page-houjin020101b article .layout-column-one > p {
  text-align: center;
}

body.Page-zaisekisu article table th, body.Page-zaisekisu article table td {
  font-size: 80%;
}

body.Page-pamphlet article .noframe tbody td {
  text-align: center;
}

section.standard:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

section.standard figure.images img {
  max-width: 100%;
  height: auto;
}

section.standard figure.images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.standard figure.images ul li {
  margin: 0 0 15px;
}

section.standard figure.images ul.images a:before {
  content: none;
}

section.standard figure.images.up, section.standard figure.images.down {
  text-align: center;
}

section.standard figure.images.up li, section.standard figure.images.down li {
  display: inline-block;
  margin: 0 5px 15px;
}

section.standard figure.images.up img, section.standard figure.images.down img {
  width: auto;
  max-height: 400px;
}

section.standard figure.images.down li {
  margin: 15px 5px 0;
}

section.standard figure.images.left {
  float: left;
  max-width: 33%;
  margin-right: 3%;
  text-align: left;
}

section.standard figure.images.right {
  float: right;
  max-width: 33%;
  margin-left: 3%;
  text-align: right;
}

body.Enquete section.enquete .form-group label {
  color: #011B28;
}

body.Enquete section.enquete .form-group input[type="radio"], body.Enquete section.enquete .form-group input[type="checkbox"] {
  margin-right: 5px;
}

body.Facility section {
  clear: both;
}

body.Facility figure.images.left {
  float: left;
  max-width: 40%;
  margin-left: -20px;
  margin-right: 3%;
  text-align: left;
}

body.Facility figure.images.left img {
  max-width: 100%;
  height: auto;
}

body.Facility figure.images.left ul {
  margin-right: -12px;
}

body.Facility figure.images.left li {
  margin-bottom: 10px;
  padding-right: 10px;
}

body.Facility figure.images.left li + li {
  float: left;
  width: 50%;
}

body.Facility .table-group {
  overflow: hidden;
}

body.Facility .table-group table {
  margin: 0;
  border-width: 0;
}

body.Facility .table-group table th, body.Facility .table-group table td {
  vertical-align: top;
  padding: 8px 5px;
  border-width: 0 0 1px;
}

body.Facility .table-group table th {
  width: 33%;
  background: none;
  font-size: 93.75%;
}

body.Facility section.info h2 {
  border: 0;
  border-left: 10px solid;
  background: none !important;
  font-size: 100%;
}

body.Facility section.info p {
  margin: 0;
}

body.Facility #reserve {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 20px 15px;
  border: 1px solid;
  border-radius: 6px;
}

body.Facility #reserve h2 {
  margin: 0 -20px 0.75em;
}

body.Facility #reserve h3 {
  margin-top: 0;
  padding: 0.5em 10px;
  border: 0;
  background: #F3DEDF;
}

body.Facility #reserve section {
  margin: 1em 0;
}

body.Facility #reserve form {
  text-align: center;
}

body.Facility #reserve form fieldset {
  padding: 0;
  border: 0;
}

body.Facility #reserve form legend {
  display: none;
}

body.Facility #reserve form .form-group {
  display: inline;
  margin: 0 5px;
}

body.Facility #reserve form label {
  display: inline-block;
  padding-top: 0.125em;
  font-weight: normal;
}

body.Facility #reserve form input, body.Facility #reserve form select, body.Facility #reserve form button {
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 125%;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  body.Facility #reserve form input, body.Facility #reserve form select, body.Facility #reserve form button {
    font-size: 100%;
  }
}

body.Facility #reserve form input.date {
  text-align: center;
  border: 1px solid #999;
}

body.Facility #reserve form select {
  border: 1px solid #999;
}

body.Facility #reserve .help {
  list-style: none;
  margin: 2em -10px 0;
  padding: 0.5em 10px;
  border-top: 1px solid #ACACAC;
  font-size: 87.5%;
  line-height: 1.5;
}

body.Facility #reserve figure.sample img {
  max-width: 100%;
  height: auto;
}

section.faq:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

section.faq p.information {
  text-align: right;
}

.Home #container {
  margin-top: 0;
  padding-bottom: 3.0em;
  background: #FFF;
}

@media only screen and (max-width: 979px) {
  .Home #container {
    padding-bottom: 1.0em;
  }
}

.Home #container .container {
  padding-top: 0;
}

.Home main {
  padding: 0;
}

.Home main > section {
  padding: 3.0em 0;
}

@media only screen and (max-width: 599px) {
  .Home main > section {
    margin-bottom: 1.1em;
    padding: 1.0em 10px;
  }
}

.Home main > section h2 {
  margin: 0;
  margin-bottom: 0.75em;
  padding: 0;
  font-family: "Oswald",sans-serif;
  font-weight: normal;
  background: none;
  color: #011B28;
  text-align: center;
}

.Home main > section h2:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media only screen and (max-width: 599px) {
  .Home main > section h2 {
    margin-bottom: 1em;
  }
}

.Home main > section h2 .en {
  margin: 0 0.33em;
  font-family: "Avenir Next", "Tahoma", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 150%;
}

@media only screen and (max-width: 599px) {
  .Home main > section h2 .en {
    font-size: 137.5%;
  }
}

@media only screen and (max-width: 599px) {
  .Home main > section h2 .en {
    margin: 0;
  }
}

.Home main > section h2 .ja {
  font-size: 68.8%;
}

@media only screen and (max-width: 599px) {
  .Home main > section h2 .ja {
    font-size: 75%;
  }
}

@media only screen and (max-width: 599px) {
  .Home main > section h2 .ja {
    display: block;
  }
}

.Home section, .Home aside {
  position: relative;
}

.Home section footer .nav.list a:before, .Home aside footer .nav.list a:before {
  content: "\25B6 ";
}

.Home section footer .nav.list a.rss, .Home aside footer .nav.list a.rss {
  float: right;
}

.Home section footer .nav.sub, .Home aside footer .nav.sub {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 20px;
  text-align: right;
  font-size: 87.5%;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  .Home section footer .nav.sub, .Home aside footer .nav.sub {
    font-size: 87.5%;
  }
}

@media only screen and (max-width: 599px) {
  .Home section footer .nav.sub, .Home aside footer .nav.sub {
    display: none;
  }
}

.Home section footer .nav.sub li, .Home aside footer .nav.sub li {
  display: inline-block;
  margin: 0;
  margin-left: 1em;
  padding: 0;
}

.Home section footer .nav.sub a, .Home aside footer .nav.sub a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

.Home section footer .nav.sub a:before, .Home aside footer .nav.sub a:before {
  content: "\f105 ";
  display: inline-block;
  margin-right: 0.33em;
  font-family: FontAwesome;
}

.Home section footer .nav.sub a.icon:before, .Home aside footer .nav.sub a.icon:before {
  content: none;
}

.Home section footer .nav.filter, .Home aside footer .nav.filter {
  width: auto;
  height: auto;
  border: 0;
}

.Home section footer .nav.filter li, .Home aside footer .nav.filter li {
  margin: 0;
}

.Home section footer .nav.filter a, .Home aside footer .nav.filter a {
  margin-left: 2px;
  padding: 0 6px;
  border: 1px solid #999;
  border-radius: 6px;
  background: #f2f2f2;
}

.Home section footer .nav.filter a:hover, .Home aside footer .nav.filter a:hover {
  background: #eee;
}

.Home section footer .nav.filter a:before, .Home aside footer .nav.filter a:before {
  content: none;
}

.Home main aside {
  margin: 0 0 30px;
  padding: 0 14px 1px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .Home main aside {
    margin-bottom: 15px;
    padding: 0 10px 1px;
    border-radius: 8px;
  }
}

.Home main aside h2 {
  position: relative;
  margin: 0 -14px 10px;
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .Home main aside h2 {
    margin: 0 -10px 5px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 8px 8px 0 0;
    background-image: url(/up/images/apu/common/bg_side_brown_sp.png);
    background-size: 100% 100%;
  }
}

.Home main aside h2:before {
  display: none;
  content: none;
}

.Home main aside a[target="_blank"] {
  padding: 0;
}

.Home #movie {
  padding: 0 0 3.0em;
}

@media only screen and (max-width: 599px) {
  .Home #movie {
    padding: 5px 10px 1.0em;
  }
}

.Home #movie div.youtube {
  position: relative;
  width: 100%;
  height: auto !important;
  padding-bottom: 56.25%;
}

.Home #movie div.youtube > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Home #sns {
  padding: 18px 15px;
}

.Home aside.sns {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.Home aside.sns h2 {
  margin: 0 0 13px;
  padding: 0.25em 10px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  .Home aside.sns h2 {
    font-size: 100%;
  }
}

.Home aside.sns h2 img.icon {
  margin-right: 0.667em;
  vertical-align: middle;
}

.Home .img-expand {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .Home .img-expand {
    margin-bottom: 6px;
  }
}

.Home .img-expand img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.Home .img-expand:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.Home #pickup-banners {
  padding-bottom: 0.8em;
}

.Home #pickup-banners .col {
  margin-bottom: 1em;
}

.Home #topics {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .Home #topics {
    padding-bottom: 1.0em;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .Home #topics > .container {
    padding: 0 35px;
  }
}

.Home #topics .topic-up {
  margin: 0 6px;
  border: 1px solid #a9a9a9;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media only screen and (max-width: 599px) {
  .Home #topics .topic-up {
    margin-bottom: 1.0em;
  }
}

.Home #topics .topic-up:hover {
  border: 1px solid #005BAC;
}

.Home #topics .topic-up .img-expand {
  margin-bottom: 0;
}

.Home #topics .topic-up > a {
  text-decoration: none;
}

.Home #topics .topic-up figure.image {
  width: 100%;
  height: 173px;
  margin-bottom: 0;
  overflow: hidden;
  background: #FFF;
}

.Home #topics .topic-up figure.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 599px) {
  .Home #topics .topic-up figure.image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.Home #topics h4 {
  margin: 0;
  padding: 0.5em 0.8em;
  font-weight: bold;
  font-size: 93.8%;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .Home #topics h4 {
    font-size: 87.5%;
  }
}

.Home #topics a {
  color: #011B28;
}

.Home #news-apu {
  background: #F1F1F1;
}

.Home #news-apu p {
  text-align: right;
  margin-bottom: 1.0em;
}

.Home #news-apu .col {
  padding: 0 1em;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu .col {
    padding: 0;
  }
}

.Home #news-apu section.news {
  background: #F1F1F1;
}

@media only screen and (max-width: 979px) {
  .Home #news-apu section.news {
    padding: 0;
    margin-bottom: 2em;
  }
  .Home #news-apu section.news p {
    text-align: center;
    font-size: 87.5%;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 979px) and (max-width: 599px) {
  .Home #news-apu section.news p {
    font-size: 81.3%;
  }
}

.Home #news-apu section.news h3 {
  padding: 0 5px 0.1875em;
  margin: 0.5em 0 0.3em;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.4;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news h3 {
    font-size: 95%;
    margin-top: 0;
  }
}

.Home #news-apu section.news h3:before,
.Home #news-apu section.news h3:after {
  border-top: 1px solid;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Home #news-apu section.news h3:before {
  margin-right: 0.5em;
}

.Home #news-apu section.news h3:after {
  margin-left: 0.5em;
}

.Home #news-apu section.news .nav-tabs {
  padding: 0;
  border-bottom: none;
}

.Home #news-apu section.news .nav-tabs:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .nav-tabs {
    margin-bottom: 0.8em;
  }
}

.Home #news-apu section.news .nav-tabs a {
  display: block;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
  font-size: 81.3%;
  font-weight: bold;
  color: #011B28;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .nav-tabs a {
    font-size: 65.7%;
  }
}

.Home #news-apu section.news .nav-tabs a:hover {
  color: #FFF;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .nav-tabs a {
    padding: 0.5em 0.4em;
  }
}

.Home #news-apu section.news .nav-tabs li {
  color: #011B28;
  float: left;
  padding: 0;
  border: none;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  cursor: pointer;
  list-style: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
}

.Home #news-apu section.news .nav-tabs li:first-child {
  border-left: 1px solid #999;
}

.Home #news-apu section.news .nav-tabs .ui-tabs-active, .Home #news-apu section.news .nav-tabs .ui-state-active a {
  color: #FFF;
  background: #005BAC;
}

.Home #news-apu section.news .tab-pane {
  height: 476.24px;
  overflow-y: hidden;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane {
    height: 424px;
  }
}

.Home #news-apu section.news .tab-pane ul {
  display: block;
  padding: 0;
  margin-top: 1px;
}

.Home #news-apu section.news .tab-pane ul > li {
  margin: 0;
  border-bottom: 1px dotted #999;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  list-style: none;
}

.Home #news-apu section.news .tab-pane ul > li:hover {
  background: #FFF;
}

.Home #news-apu section.news .tab-pane ul > li a {
  display: block;
  height: 100%;
  padding: 0.4em 1.0em;
  color: #011B28;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane ul > li a {
    padding: 0.2em 0.5em;
  }
}

.Home #news-apu section.news .tab-pane .date {
  margin-right: 0.7em;
  font-size: 87.5%;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane .date {
    font-size: 75%;
  }
}

.Home #news-apu section.news .tab-pane .title {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-weight: bold;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 93.8%;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane .title {
    font-size: 81.3%;
  }
}

@media (min-width: 1200px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 33em;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 28em;
  }
}

@media (min-width: 700px) and (max-width: 979px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 38em;
  }
}

@media (min-width: 450px) and (max-width: 699px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 28em;
  }
}

@media (min-width: 400px) and (max-width: 449px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 26em;
  }
}

@media (max-width: 399px) {
  .Home #news-apu section.news .tab-pane .title {
    width: 20em;
  }
}

.Home #news-apu section.news .tab-pane .ctgr {
  top: 0.75em;
  left: 7.5em;
  padding: 0 0.5em;
  font-size: 81.3%;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane .ctgr {
    font-size: 75%;
  }
}

@media only screen and (max-width: 599px) {
  .Home #news-apu section.news .tab-pane .ctgr {
    top: 0.75em;
    left: 6.5em;
  }
}

.Home #news-apu section.news .tab-pane img.new {
  display: none;
}

.Home #news-apu section.news .tab-pane a.new .ctgr:after {
  content: url("/img/apu/icon_new.gif");
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.Home #news-apu #news-group h3 {
  color: #005BAC;
}

.Home #news-apu #news-group ul.nav-tabs a:hover {
  background: #005BAC;
}

.Home #news-apu #news-group ul.nav-tabs li {
  width: 16%;
}

.Home #news-apu #news-group .ui-tabs-active a, .Home #news-apu #news-group .ui-state-active a {
  background: #005BAC;
}

.Home #news-apu #news-group .ctgr {
  background: #005BAC;
}

.Home #news-apu #info-group h3 {
  color: #43B149;
}

.Home #news-apu #info-group ul.nav-tabs a:hover {
  background: #43B149;
}

.Home #news-apu #info-group ul.nav-tabs li {
  width: 20%;
}

.Home #news-apu #info-group ul.nav-tabs li a {
  padding: 5px;
}

@media only screen and (max-width: 599px) {
  .Home #news-apu #info-group ul.nav-tabs li {
    width: 33.33333%;
  }
}

.Home #news-apu #info-group .ui-tabs-active a, .Home #news-apu #info-group .ui-state-active a {
  background: #43B149;
}

.Home #news-apu #info-group .ctgr {
  background: #43B149;
}

.Home #department section {
  margin: 0;
}

.Home #department section .dep-text {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  padding: 0.4em 0.7em;
}

@media only screen and (min-width: 980px) {
  .Home #department section .dep-text {
    left: 0;
  }
}

.Home #department section .dep-text h4 {
  margin: 0 0 0.3em;
  font-size: 106.3%;
}

@media only screen and (max-width: 599px) {
  .Home #department section .dep-text h4 {
    font-size: 81.3%;
  }
}

.Home #department section a {
  color: #FFF;
}

.Home #department section ul {
  padding: 0;
  margin: 0;
  font-size: 81.3%;
  line-height: 1.3;
}

@media only screen and (max-width: 599px) {
  .Home #department section ul {
    font-size: 68.8%;
    line-height: 1.5;
  }
}

.Home #department section ul li {
  display: inline-block;
  white-space: nowrap;
}

.Home #department section .dep-1 {
  background-color: rgba(0, 91, 172, 0.8);
}

.Home #department section .dep-2 {
  background-color: rgba(67, 177, 73, 0.8);
}

.Home #department section .dep-3 {
  background-color: rgba(117, 41, 148, 0.8);
}

.Home #department section .dep-4 {
  background-color: rgba(255, 90, 25, 0.8);
}

@media (min-width: 601px) and (max-width: 979px) {
  .Home #department section .img-expand {
    margin-bottom: 1em;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .Home #department section ul {
    font-size: 69%;
  }
}

@media only screen and (max-width: 599px) {
  .Home #department section .img-expand img {
    width: 50%;
  }
  .Home #department section .img-expand .dep-text {
    width: 50%;
    height: 100%;
    right: 0;
    padding: 0.2em 0.5em;
  }
  .Home #department section .dep-1 {
    background-color: #005bac;
  }
  .Home #department section .dep-2 {
    background-color: #43b149;
  }
  .Home #department section .dep-3 {
    background-color: #752994;
  }
  .Home #department section .dep-4 {
    background-color: #ff5a19;
  }
}

.Home #facilities .facili-banner {
  padding-bottom: 1.7em;
  border: 1px solid #999;
  background: #E6E6E6;
}

@media only screen and (max-width: 599px) {
  .Home #facilities .facili-banner {
    padding-bottom: 0;
  }
}

.Home #facilities .facili-banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.4em 0;
  background: #E6E6E6;
  color: #004F7D;
  text-align: center;
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  .Home #facilities .facili-banner p {
    font-size: 68.8%;
    line-height: 1;
  }
}

@media only screen and (max-width: 599px) {
  .Home #other {
    background: none;
    margin: 0;
  }
}

.Home #other a {
  color: #011B28;
}

.Home #other a:hover {
  text-decoration: none;
}

.Home #other .img-expand {
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 599px) {
  .Home #other .img-expand {
    margin-bottom: 0.5em;
  }
}

.Home #other .img-expand p {
  position: absolute;
  z-index: 100;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  font-size: 87.5%;
  line-height: 1;
  color: #FFF;
  background: rgba(0, 91, 172, 0.7);
}

@media only screen and (max-width: 599px) {
  .Home #other .img-expand p {
    font-size: 62.5%;
  }
}

.Home #other .row .col:first-child .img-expand p {
  font-size: 75%;
}

@media print {
  #header-menu,
  #sp-header,
  #nav-side,
  #footer-nav {
    display: none;
  }
  #header {
    padding-bottom: 3px;
    border-bottom: 1px solid #011B28;
  }
  #header .container {
    height: auto;
  }
  #header .container:after {
    content: none;
  }
  #header h1 {
    padding: 0;
    line-height: 1;
    font-size: 42px;
    text-align: right;
  }
  #header h1 .title, #header h1 .logo {
    width: auto;
    height: 42px;
    vertical-align: top;
  }
  #header h1 .title.en {
    display: none;
  }
  #footer {
    border: 0;
    border-top: 1px solid #011B28;
    background: none;
  }
  #footer address, #footer .pagetop {
    display: none;
  }
  #footer .copyright {
    margin: 0;
    text-align: right;
  }
  #container {
    padding-top: 0;
  }
  nav.breadcrumb {
    border-bottom: 1px solid #011B28;
  }
}

#mainframe {
  width: 73%;
  margin-right: 2%;
  margin-bottom: 50px;
  padding: 20px 30px;
  background: #f2f2f2;
}

#mainframe h1 {
  padding: 0.5em 0.75em;
  background: #005BAC;
  color: #f2f2f2;
  font-size: 150%;
}

#rightframe {
  padding: 20px 24px;
  background: #f2f2f2;
}

body.Category .icatch {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
}

body.Category .icatch h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.0em;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  font-size: 3.206vw;
  color: #FFF;
}

@media only screen and (max-width: 599px) {
  body.Category .icatch h1 {
    font-size: 48px;
    font-size: 6.452vw;
  }
}

@media only screen and (max-width: 599px) {
  body.Category .icatch {
    height: 140px;
  }
}

body.Category #container {
  padding-bottom: 5.0em;
}

@media (min-width: 601px) and (max-width: 1150px) {
  body.Category #container {
    padding-bottom: 0;
  }
  body.Category #container .row .col {
    margin-bottom: 12px;
  }
}

body.Category .cat .cat-lists h2 a:before {
  display: inline-block;
  margin-right: 11px;
  content: "\f07c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #43B149;
}

body.Category .cat nav.contents a:before {
  display: inline-block;
  margin-right: 17px;
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004f7d;
}

body.Category #icatch-sp {
  display: none;
}

body.Category #icatch-sp img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  body.Category #icatch-sp {
    display: block;
  }
}

body.Category #main {
  padding: 0.7em 44px 2.0em;
  background: #FFF;
}

body.Category #main a {
  color: #004f7d;
}

@media only screen and (max-width: 599px) {
  body.Category #main {
    padding-bottom: 0;
  }
}

body.Category #main h1 {
  position: relative;
  margin: 0 -44px 1.5em;
  padding: 12px 44px;
  background: none;
  font-size: 150%;
  color: #011B28;
  font-weight: bold;
  border-bottom: solid 4px #E6E6E6;
}

@media only screen and (max-width: 599px) {
  body.Category #main h1 {
    font-size: 137.5%;
  }
}

body.Category #main h1:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 28.57143%;
  height: 4px;
  background: #005BAC;
}

body.Category #main h2 {
  position: relative;
  padding: 0.3em 1.25em;
  margin: 0 -0.3em 0.5em;
  background: #f2f2f2;
  font-size: 112.5%;
  line-height: 1.8;
  color: #004f7d;
}

@media only screen and (max-width: 599px) {
  body.Category #main h2 {
    font-size: 93.8%;
    line-height: 1.6;
  }
}

body.Category #main h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.3em;
  width: 3px;
  height: 100%;
  background: #004f7d;
}

body.Category #main ul, body.Category #main li {
  list-style: none;
}

body.Category #main ul {
  padding: 0;
}

body.Category #main nav.contents li {
  list-style: none;
  position: relative;
  margin: 0 -0.3em 1.0em;
  padding: 0.3em 1.25em;
  background: #f2f2f2;
  font-size: 112.5%;
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  body.Category #main nav.contents li {
    font-size: 93.8%;
    line-height: 1.6;
  }
}

body.Category #main nav.contents li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.3em;
  width: 3px;
  height: 100%;
  background: #004f7d;
}

body.Category #main nav.contents li a {
  font-weight: bold;
}

body.Category #main nav.sub-category {
  margin-bottom: 1.0em;
  background: #FFF;
}

body.Category #main ul.subs, body.Category #main ul.pages {
  font-size: 93.8%;
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  body.Category #main ul.subs, body.Category #main ul.pages {
    font-size: 87.5%;
  }
}

body.Category #main ul.subs {
  padding: 0 1.8em;
  margin-bottom: 0;
}

body.Category #main ul.subs > li {
  text-indent: -12px;
  padding-left: 12px;
}

body.Category #main ul.subs > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 0.3em;
  color: #a9a9a9;
  font-size: 100%;
}

body.Category #main ul.pages {
  padding: 0 2.2em 1.2em 2.0em;
  margin: 0;
}

body.Category #main ul.pages > li {
  text-indent: -15px;
  padding-left: 15px;
}

body.Category #main ul.pages > li:before {
  content: "・";
  color: #a9a9a9;
}

@media only screen and (max-width: 599px) {
  body.Category #side-category {
    display: none;
  }
  body.Category #container {
    padding: 0 15px;
    margin: 0;
    background: #f2f2f2;
  }
  body.Category #main {
    padding: 0;
  }
  body.Category #main h1 {
    display: none;
  }
  body.Category #main ul {
    padding: 0;
    margin: 0;
  }
  body.Category #main nav.contents {
    margin: 0;
    padding: 0 1.0em;
    height: auto;
    overflow: visible;
  }
  body.Category #main nav.contents > ul > li a {
    padding: 1.0em 2.5em 1.0em 31px;
    text-indent: -11.5px;
    font-weight: normal;
  }
  body.Category #main nav.contents li {
    margin: 0;
    padding: 0;
    background: none;
  }
  body.Category #main nav.contents li:before {
    display: none;
  }
  body.Category #main nav.contents li a {
    display: block;
    padding: 0.3em 1.25em;
    font-weight: bold;
  }
  body.Category #main nav.contents li a:before {
    margin-right: 12px;
    font-size: 100%;
  }
  body.Category #main nav.news > ul > li a {
    text-indent: 0;
  }
  body.Category #main .cat-lists {
    margin: 0;
  }
  body.Category #main nav.sub-category {
    margin: 0;
    padding: 0 1em;
    width: 100%;
  }
  body.Category #main h2 {
    padding: 0;
    padding-left: 24px;
    margin: 0;
    border-bottom: none;
    border-top: 1px solid #E1E1E1;
    background: none;
    text-indent: -12px;
  }
  body.Category #main h2:before {
    display: none;
  }
  body.Category #main h2 a {
    padding: 1.0em 2.5em 1.0em 0.5em;
  }
  body.Category #main h2 a:before {
    margin-right: 8px;
    font-size: 100%;
  }
  body.Category #main li {
    border-top: 1px solid #E1E1E1;
  }
  body.Category #main a {
    position: relative;
    display: block;
    padding: 0;
    color: #004f7d;
    text-decoration: none;
  }
  body.Category #main a:active {
    color: #C7DBED;
    text-decoration: none;
  }
  body.Category #main ul.subs, body.Category #main ul.pages {
    padding: 0;
  }
  body.Category #main ul.subs > li, body.Category #main ul.pages > li {
    text-indent: 0;
    padding-left: 0;
  }
  body.Category #main ul.subs > li:before, body.Category #main ul.pages > li:before {
    display: none;
  }
  body.Category #main ul.subs > li > a, body.Category #main ul.pages > li > a {
    padding: 1.0em 2.5em 1.0em 2.0em;
  }
  body.Category #main ul.pages li {
    position: relative;
  }
  body.Category #main nav.contents a:after, body.Category #main ul.pages a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #a9a9a9;
    top: calc((100% - 21px) / 2);
    right: 15px;
    font-size: 100%;
  }
}

body.Category-root-about .icatch {
  background-image: url("/img/apu/cat_about.jpg");
}

body.Category-root-gakubu .icatch {
  background-image: url("/img/apu/cat_gakubu.jpg");
}

body.Category-root-nyushi .icatch {
  background-image: url("/img/apu/cat_nyushi.jpg");
}

body.Category-root-student .icatch {
  background-image: url("/img/apu/cat_student.jpg");
}

body.Category-root-shinro .icatch {
  background-image: url("/img/apu/cat_shinro.jpg");
}

body.Category-root-renkei .icatch {
  background-image: url("/img/apu/cat_renkei.jpg");
}

body.Category-root-user .icatch {
  background-image: url("/img/apu/cat_user.jpg");
}

body.Category-root-site .icatch {
  background-image: url("/img/apu/cat_site.jpg");
}

body.Category-root-oshirase .icatch {
  background-image: url("/img/apu/cat_oshirase.jpg");
}

body.Category-root-event .icatch {
  background-image: url("/img/apu/cat_event.jpg");
}

body.Category-root-event2 .icatch {
  background-image: url("/img/apu/cat_event2.jpg");
}

body.Category-jukensei .icatch {
  background-image: url("/img/apu/cat_jukensei.jpg");
}

body.Category-zaikosei .icatch {
  background-image: url("/img/apu/cat_zaikosei.jpg");
}

body.Category-sotsugyosei .icatch {
  background-image: url("/img/apu/cat_sotsugyosei.jpg");
}

body.Category-hogosha .icatch {
  background-image: url("/img/apu/cat_hogosha.jpg");
}

body.Category-kenkyuseika .icatch {
  background-image: url("/img/apu/cat_kenkyuseika.jpg");
}


body.Category-shushoku .icatch {
  background-image: url("/img/apu/cat_shushoku.jpg");
}

body.Category-houjin #cat-yakuin ul.subs {
  display: none;
}

body.Category-kenkyuseika .icatch {
  background-image: url("/img/apu/cat_kenkyuseika.jpg");
}

body.Category-root-kenkyuseika .icatch {
  background-image: url("/img/apu/cat_kenkyuseika.jpg");
}

body.Category-root-kokusaikoryu .icatch {
  background-image: url("/img/apu/cat_kokusaikoryu.jpg");
}
body.Category-kokusaikoryu .icatch {
  background-image: url("/img/apu/cat_kokusaikoryu.jpg");
}
