@charset "UTF-8";
@font-face {
  font-family: "gen";
  src: url("font/wf-1.eot"), url("font/wf-1.woff"); }
*,
*::before,
*::after {
  box-sizing: border-box; }

header, section, footer, aside, nav, article, figure {
  display: block;
  position: relative; }

html {
  height: 100%;
  -webkit-print-color-adjust: exact; }

html, body {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #000; }

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1em; }

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }

div, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-family: vdl-v7marugothic, "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  text-indent: 0;
  list-style: none; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: vdl-v7marugothic, "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  text-indent: 0;
  list-style: none; }

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

.fixImg {
  width: auto;
  height: auto; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #34369b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  #container a:hover, #container a:active,
  footer a:hover,
  footer a:active {
    color: rgba(52, 54, 155, 0.7); }
  #container a:hover,
  footer a:hover {
    opacity: 0.7; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

th {
  font-weight: normal; }

td, th {
  line-height: 1.3em; }

input,
select {
  vertical-align: middle; }

ul, ol, dl, li {
  padding: 0;
  margin: 0;
  list-style: none; }

area {
  cursor: pointer !important; }

section p,
.section p {
  margin-bottom: 1em;
  line-height: 1.8em; }

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em; }

#contents li,
#contents dd {
  line-height: 1.5em; }

#contents ul li {
  margin-left: 0em;
  padding-left: normal; }

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal; }

/* clearfix -------------*/
.cf {
  zoom: 1; }

.cf:before,
.cf:after,
#hdUpper:after,
header:after,
header nav:after,
#container:after,
footer:after,
#contents:after,
#contents section:after,
#contents .sectiion:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
footer:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf,
.float_block {
  overflow: hidden; }

/* Layout Document */
/* Layout Basic block   //////////////////////////////////////*/
body {
  line-height: 1.6;
  color: #000; }

header nav ul {
  margin: 0 auto; }

.home #container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 560px) {
    .home #container {
      width: 100%;
      padding-top: 0 !important; } }

.low #contents {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3% 0 3%; }
  @media only screen and (max-width: 560px) {
    .low #contents {
      width: 100%;
      padding-top: 0 !important; } }

footer {
  padding: 40px 3% 20px 3%; }
  @media only screen and (max-width: 560px) {
    footer {
      padding: 15px 0 80px 0; } }

.innerL {
  max-width: 1600px;
  margin: 0 auto; }

.innerM {
  max-width: 1200px;
  margin: 0 auto; }

/* slidenav Scss */
/*############################################################################################33*/
/* スライドメニュー指定 */
/*############################################################################################*/
#slide-menu {
  position: fixed;
  z-index: 2000 !important;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  max-width: 285px;
  height: 100%;
  padding-top: 70px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.1; }
  @media only screen and (max-width: 560px) {
    #slide-menu {
      padding-top: 180px; }
      .low #slide-menu {
        padding-top: 70px; } }
  .menu-active #slide-menu {
    right: 0px;
    opacity: 1; }
  #slide-menu > div {
    order: 2; }
  #slide-menu #globalNav {
    width: 100%;
    margin: 0;
    margin-top: 0 !important;
    order: 1;
    z-index: 2000 !important; }

#wrapper {
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  #wrapper.menu-active {
    right: 285px; }

.menu-trigger {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .menu-trigger:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    vertical-align: middle; }
  .menu-active .menu-trigger:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    vertical-align: middle; }

.menu-active .low .menu-trigger:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  vertical-align: middle; }

#contents > section,
#contents > .section {
  margin-bottom: 70px; }

.low #contents > section,
.low #contents > .section {
  margin-left: 3%; }
  @media only screen and (max-width: 560px) {
    .low #contents > section,
    .low #contents > .section {
      margin-left: 0; } }

#contents > section section,
#contents > section .section,
#contents > .section section,
#contents > .section .section {
  margin-bottom: 50px; }

.low #logo p {
  font-family: heisei-mincho-std, serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 3.0vw;
  text-align: left;
  color: #1c94ce;
  padding: 20px 30px; }
  .low #logo p span {
    display: block;
    font-size: 2vw; }
  @media only screen and (min-width: 561px) and (max-width: 959px) {
    .low #logo p {
      font-size: 5vw;
      padding: 20px 10px; }
      .low #logo p span {
        font-size: 3vw; } }
  @media only screen and (max-width: 560px) {
    .low #logo p {
      font-size: 7.5vw;
      padding: 20px 10px; } }

.low.member #logo p {
  font-size: 2.5vw; }
  .low.member #logo p span {
    display: block;
    font-size: 2vw; }
  .low.member #logo p span.kaiin {
    display: inline; }
  @media only screen and (min-width: 561px) and (max-width: 959px) {
    .low.member #logo p {
      font-size: 5vw;
      padding: 20px 10px; }
      .low.member #logo p span {
        font-size: 3vw; }
      .low.member #logo p span.kaiin {
        font-size: 3.5vw; } }
  @media only screen and (max-width: 560px) {
    .low.member #logo p {
      font-size: 7.5vw;
      padding: 10px 10px 20px; }
      .low.member #logo p span {
        font-size: 5vw; }
      .low.member #logo p span.kaiin {
        display: block;
        font-size: 1.5rem; } }

h1 {
  font-family: heisei-mincho-std, serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 3.0vw; }

.low h1 {
  text-align: center;
  color: #fff;
  background: #44afe8;
  background: -moz-linear-gradient(left, #44afe8 0%, #4a94e0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #44afe8), color-stop(100%, #4a94e0));
  background: -webkit-linear-gradient(left, #44afe8 0%, #4a94e0 100%);
  background: -o-linear-gradient(left, #44afe8 0%, #4a94e0 100%);
  background: -ms-linear-gradient(left, #44afe8 0%, #4a94e0 100%);
  background: linear-gradient(to right, #44afe8 0%, #4a94e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  padding-top: 30px !important;
  padding-bottom: 20px;
  font-size: 2.0vw; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1em; }

@media only screen and (max-width: 560px) {
  .low h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 6.5vw; }

  h3 {
    font-size: 5.5vw; }

  h4 {
    font-size: 5vw; } }
body {
  background: #fff; }

#hdLogin {
  position: fixed;
  top: 10px;
  right: 80px;
  width: 60px;
  z-index: 20; }
  #hdLogin img {
    max-width: 60px; }
  @media only screen and (max-width: 560px) {
    #hdLogin {
      top: 80px;
      right: 10px; }
      .low #hdLogin {
        top: 10px;
        right: 80px; } }

.menu-trigger:before {
  background-image: url(../img/menu_icon.svg); }
.menu-active .menu-trigger:before {
  background-image: url(../img/close_icon.svg); }

.low .menu-trigger:before {
  background-image: url(../img/low_menu_icon.svg); }

.low .menu-active .menu-trigger:before {
  background-image: url(../img/close_icon.svg) !important; }

header {
  width: 100%;
  z-index: 10;
  background: #fff; }
  @media only screen and (min-width: 561px) and (max-width: 959px) {
    header {
      margin-top: 0px !important; } }
  @media only screen and (max-width: 560px) {
    header {
      position: relative;
      padding: 0; } }
  header > div {
    max-width: 1600px;
    margin: 0 auto; }
  header.fixed {
    background: #fff;
    z-index: 40; }
    @media only screen and (max-width: 560px) {
      header.fixed {
        background: none; } }
  header nav {
    background: #fff;
    margin-top: 0;
    z-index: 30;
    font-weight: bold !important;
    background: #39ace4; }
    header nav #globalNav li {
      display: block;
      margin: 0;
      border-bottom: 1px solid #fff;
      text-align: center; }
      header nav #globalNav li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 30px 1px;
        text-align: center;
        color: #fff;
        font-family: vdl-v7marugothic, "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
        font-style: normal;
        font-size: 1.0rem;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        header nav #globalNav li a span {
          font-size: 0.8rem;
          display: block;
          color: #1c94ce; }
        header nav #globalNav li a:hover {
          color: #1c94ce; }
        @media all and (-ms-high-contrast: none) {
          header nav #globalNav li a {
            padding-bottom: 5px; } }
        @media only screen and (min-width: 561px) and (max-width: 959px) {
          header nav #globalNav li a {
            font-size: 1.5vw; } }
        @media only screen and (max-width: 560px) {
          header nav #globalNav li a {
            margin: 0;
            padding: 0.9em 0;
            font-size: 3.5vw;
            color: #fff; }
            header nav #globalNav li a span {
              color: #fff; } }
      header nav #globalNav li:last-child a {
        border-right: none; }
      .home header nav #globalNav li:nth-child(1) a {
        background: rgba(28, 148, 206, 0.5); }
      .news header nav #globalNav li:nth-child(2) a {
        background: rgba(28, 148, 206, 0.5); }
      .about header nav #globalNav li:nth-child(3) a {
        background: rgba(28, 148, 206, 0.5); }
      .member header nav #globalNav li:nth-child(4) a {
        background: rgba(28, 148, 206, 0.5); }
      @media only screen and (max-width: 560px) {
        header nav #globalNav li {
          text-shadow: none;
          text-shadow: none;
          text-shadow: none;
          text-shadow: none; }
          .home header nav #globalNav li:nth-child(1) a {
            -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
            animation: trme 0.4s ease-out 0.3s 1 forwards;
            background: #1984b8;
            border-radius: 5px 5px 0 0;
            color: #fff; }
          .news header nav #globalNav li:nth-child(2) a {
            -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
            animation: trme 0.4s ease-out 0.3s 1 forwards;
            background: #1984b8;
            border-radius: 5px 5px 0 0;
            color: #fff; }
          .about header nav #globalNav li:nth-child(3) a {
            -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
            animation: trme 0.4s ease-out 0.3s 1 forwards;
            background: #1984b8;
            border-radius: 5px 5px 0 0;
            color: #fff; }
          .member header nav #globalNav li:nth-child(4) a {
            -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
            animation: trme 0.4s ease-out 0.3s 1 forwards;
            background: #1984b8;
            border-radius: 5px 5px 0 0;
            color: #fff; } }
  header #subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #22a3e1; }
    @media only screen and (max-width: 560px) {
      header #subNav {
        flex-wrap: wrap; } }
    header #subNav li {
      -webkit-box-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1;
      border: 1px solid #fff; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        header #subNav li {
          border: none; } }
      @media only screen and (max-width: 560px) {
        header #subNav li {
          flex-basis: 33%; } }
    header #subNav a {
      display: block;
      width: 100%;
      margin: 0;
      padding: 12px 8px;
      color: #000;
      font-size: calc(0.8rem + ((1vw - 0.64rem) * 0.5143));
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 560px) {
        header #subNav a {
          font-size: 3.5vw; } }
      header #subNav a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg); }
      header #subNav a:hover {
        background: #1a8ac1; }
    .guiInd header #subNav li:nth-of-type(1) a, .guiGre header #subNav li:nth-of-type(2) a, .guiEnk header #subNav li:nth-of-type(3) a, .guiJis header #subNav li:nth-of-type(4) a, .guiEmp header #subNav li:nth-of-type(5) a, .proInd header #subNav li:nth-of-type(1) a, .proShi header #subNav li:nth-of-type(2) a, .infInd header #subNav li:nth-of-type(1) a, .infStu header #subNav li:nth-of-type(2) a, .infGra header #subNav li:nth-of-type(3) a {
      background: #1984b8; }

#subMenu {
  display: none; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 20px #1674a1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all  0.3s ease-in-out; }
  @media only screen and (max-width: 560px) {
    .fixed {
      box-shadow: none; } }

nav.fixed {
  margin-top: 0px; }

/* //////////////////////////////////////////////////////////////////////// 
コンテンツ 
///////////////////////////////////////////////////////////////*/
#subNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 560px) {
    #subNav ul {
      flex-wrap: wrap; } }
#subNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0;
  border: 1px solid #c0c0c0; }
  @media only screen and (min-width: 960px) {
    #subNav li:not(:last-child) {
      border-right: none; } }
  @media only screen and (min-width: 561px) and (max-width: 959px) {
    #subNav li {
      border-bottom: none;
      margin: 0; }
      #subNav li:not(:last-child) {
        margin-right: 1%; } }
  @media only screen and (max-width: 560px) {
    #subNav li {
      flex: 33.3333%;
      align-content: stretch;
      margin: 0;
      border-bottom: 1px solid #fff;
      text-align: center; }
      #subNav li:not(:nth-child(3n)) {
        border-right: 1px solid #fff; } }

#bread {
  max-width: 1600px;
  position: relative;
  margin: 0 auto 15px auto !important;
  padding: 20px 0.3em 0.4em 0.8em;
  font-size: 0.875rem;
  line-height: 1.4em; }
  @media only screen and (max-width: 560px) {
    #bread {
      margin: 0 auto 10px auto !important;
      padding: 10px 0.3em 10px 1em;
      background: #1c94ce;
      border-top: 1px dotted #c0c0c0;
      border-bottom: 1px dotted #c0c0c0;
      font-size: 3.5vw; } }
  .home #bread {
    display: none; }
  #bread * {
    color: #5e5e5e; }
    @media only screen and (max-width: 560px) {
      #bread * {
        color: #fff !important; } }
  #bread li {
    float: left;
    list-style: none !important; }
    #bread li:not(:last-of-type):after {
      display: inline-block;
      margin: 0 0.5em 0 0;
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #c0c0c0;
      font-size: 0.9em; }
      @media only screen and (max-width: 560px) {
        #bread li:not(:last-of-type):after {
          content: '/';
          font-family: vdl-v7marugothic, "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
          color: #fff !important; } }
    @media only screen and (max-width: 560px) {
      #bread li:first-of-type span {
        display: none; } }
  #bread a {
    margin-right: 0.5em; }
    @media only screen and (min-width: 960px) {
      #bread a {
        text-decoration: underline !important; } }

#contents {
  min-height: 400px; }
  #contents h2 span,
  #contents h3 span,
  #contents h4 span,
  #contents h5 span,
  #contents .inline span {
    display: inline-block; }

@media only screen and (max-width: 560px) {
  .inlineSp span {
    display: inline-block; } }
#contents h2 {
  font-family: heisei-mincho-std, serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em; }

.low #contents {
  padding: 30px 5% 30px 5% !important; }
  .low #contents h2 {
    position: relative;
    margin-bottom: 35px;
    padding: 30px 0 5px 0;
    letter-spacing: 1px;
    color: #1c94ce;
    border-bottom: 5px solid #93d2f0; }
  .low #contents h3 {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 3px solid #1c94ce;
    color: #0a3347; }
    .low #contents h3:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }

/* //////////////////////////////////////////////////////////////////////// 
コンテンツフッター
///////////////////////////////////////////////////////////////*/
footer {
  background: #e5e5e5;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    footer {
      float: none;
      width: 100%;
      text-align: center;
      font-size: 0.8rem;
      color: #575757; } }
  footer #footer_logo {
    color: #1c94ce;
    text-align: center;
    font-family: heisei-mincho-std, serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 3.0vw; }
    @media only screen and (max-width: 560px) {
      footer #footer_logo {
        font-size: 2rem; } }
  footer #footNav {
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap; }
    footer #footNav li {
      width: 24%;
      margin-right: 1%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 560px) {
        footer #footNav li {
          width: 49%; } }
      footer #footNav li a {
        position: relative;
        padding-left: 15px;
        color: #575757; }
        footer #footNav li a::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 6px;
          width: 0px;
          height: 0px;
          margin-top: -4px;
          border-left: 4px solid #575757;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent; }
        @media only screen and (max-width: 560px) {
          footer #footNav li a {
            color: #575757 !important; } }
  footer #copy a {
    margin-top: 1em;
    font-size: 0.75rem;
    color: #575757 !important; }
    @media only screen and (max-width: 560px) {
      footer #copy a {
        font-size: 2.1vw;
        color: #575757 !important; } }
  footer #ddBtn img {
    max-width: 280px;
    margin: 0 auto; }

#ptBtn {
  position: fixed;
  bottom: 10px;
  right: 20px; }
  @media only screen and (max-width: 560px) {
    #ptBtn {
      bottom: 5px;
      right: 5px; } }
  #ptBtn a {
    display: block;
    padding: 6px;
    background: rgba(28, 148, 206, 0.8);
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    text-align: center; }
    #ptBtn a:hover {
      background: rgba(28, 148, 206, 0.8); }
    #ptBtn a span {
      display: block;
      font-size: 0.85rem; }
  #ptBtn img {
    margin: 0 auto; }

table {
  margin: 1em 0 1.5em 0;
  background: #ffffff; }

caption {
  margin-bottom: 0.7em;
  text-align: left;
  font-weight: bold; }

tbody th {
  text-align: left;
  white-space: nowrap; }

th,
td {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #998788; }

strong {
  font-weight: bold;
  color: #e50043; }

#bread strong {
  font-weight: normal; }

.red {
  color: #ce0a4c; }

.blue {
  color: #477fb4; }

.bold {
  font-weight: bold; }

.cc1 {
  color: #730524; }

.size-ss {
  font-size: 80% !important; }

.size-s {
  font-size: 88% !important; }

.size-l {
  font-size: 120% !important; }

.size-ll {
  font-size: 150% !important; }

.anno {
  color: #FF0000; }

.anno-s {
  color: #FF0000;
  font-size: 88%; }

.anno-l {
  color: #FF0000;
  font-size: 120%;
  font-weight: bold; }

.anno-ll {
  color: #FF0000;
  font-size: 150%;
  font-weight: bold; }

.anno2 {
  margin: 1em 0em; }
  .anno2 li {
    margin-bottom: 0em;
    color: #44494c;
    font-size: 90%; }
    .anno2 li .red {
      color: #ce0a4c; }
    .anno2 li:before {
      content: "※ "; }

.fix img {
  width: auto !important; }

.edge img,
.addImgCap img {
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 7px #000; }

.addImgCap li img {
  margin: 0 auto; }

.photo figcaption {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: center; }
  .photo figcaption:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5em; }

.w10 {
  width: 10%;
  height: auto; }

.w15 {
  width: 15%;
  height: auto; }

.w20 {
  width: 20%;
  height: auto; }

.w25 {
  width: 25%;
  height: auto; }

.w30 {
  width: 30%;
  height: auto; }

.w35 {
  width: 35%;
  height: auto; }

.w40 {
  width: 40%;
  height: auto; }

.w45 {
  width: 45%;
  height: auto; }

.w50 {
  width: 50%;
  height: auto; }

.w55 {
  width: 55%;
  height: auto; }

.w60 {
  width: 60%;
  height: auto; }

.w65 {
  width: 65%;
  height: auto; }

.w70 {
  width: 70%;
  height: auto; }

.w75 {
  width: 75%;
  height: auto; }

.w80 {
  width: 80%;
  height: auto; }

.w85 {
  width: 85%;
  height: auto; }

.w90 {
  width: 90%;
  height: auto; }

.w100 {
  width: 100%;
  height: auto; }

.w31 img {
  max-width: 30px; }

.w51 img {
  max-width: 50px; }

.w81 img {
  max-width: 80px; }

.w101 img {
  max-width: 100px; }

.w130 img {
  max-width: 130px; }

.w120 img {
  max-width: 120px; }

.w140 img {
  max-width: 140px; }

.w150 img {
  max-width: 150px; }

.w160 img {
  max-width: 160px; }

.w180 img {
  max-width: 180px; }

.w200 img {
  max-width: 200px; }

.w220 img {
  max-width: 220px; }

.w230 img {
  max-width: 230px; }

.w240 img {
  max-width: 230px; }

.w250 img {
  max-width: 250px; }

.w260 img {
  max-width: 260px; }

.w280 img {
  max-width: 280px; }

.w300 img {
  max-width: 300px; }

.w320 img {
  max-width: 320px; }

.w330 img {
  max-width: 330px; }

.w350 img {
  max-width: 350px; }

.w360 img {
  max-width: 360px; }

.w370 img {
  max-width: 370px; }

.w380 img {
  max-width: 380px; }

.w400 img {
  max-width: 400px; }

.w410 img {
  max-width: 410px; }

.w420 img {
  max-width: 420px; }

.w430 img {
  max-width: 430px; }

.w440 img {
  max-width: 440px; }

.w450 img {
  max-width: 450px; }

.w470 img {
  max-width: 470px; }

.w480 img {
  max-width: 480px; }

.w500 img {
  max-width: 500px; }

.w530 img {
  max-width: 530px; }

.w550 img {
  max-width: 550px; }

.w560 img {
  max-width: 560px; }

.w570 img {
  max-width: 570px; }

.w580 img {
  max-width: 580px; }

.w600 img {
  max-width: 600px; }

.w620 img {
  max-width: 620px; }

.w630 img {
  max-width: 630px; }

.w640 img {
  max-width: 640px; }

.w650 img {
  max-width: 650px; }

.w680 img {
  max-width: 680px; }

.w700 img {
  max-width: 700px; }

.w720 img {
  max-width: 720px; }

.w750 img {
  max-width: 750px; }

.w780 img {
  max-width: 780px; }

.w800 img {
  max-width: 800px; }

.w840 img {
  max-width: 840px; }

.w860 img {
  max-width: 860px; }

.w960 img {
  max-width: 960px; }

.w1000 img {
  max-width: 1000px; }

.w1200 img {
  max-width: 1200px; }

.h250 {
  max-height: 250px;
  width: auto; }

.block {
  display: block; }

.ind1 {
  text-indent: -1em;
  margin-left: 1em; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.posR {
  float: right; }

.posL {
  float: left; }

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.imgR {
  float: right;
  margin: 0 0 15px 5%; }

.imgL {
  float: left;
  margin: 0 5% 15px 0; }

.imgC img {
  display: block;
  margin: 0 auto; }

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto; }

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

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

.mb2e {
  margin-bottom: 2em !important; }

.mb1e {
  margin-bottom: 1em !important; }

.mb15e {
  margin-bottom: 1.5em !important; }

.mb2e {
  margin-bottom: 2em !important; }

.mb3e {
  margin-bottom: 3em !important; }

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

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

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

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

.mr1e {
  margin-right: 1em !important; }

.mt1e {
  margin-top: 1em !important; }

.mt05e {
  margin-top: 0.5em !important; }

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

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

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

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

.sep2 > p,
.sep2 > li,
.sep2 > figure {
  width: 46%;
  margin: 0 1.5% 1em 1.5%;
  float: left; }

.sep3 > p,
.sep3 > li,
.sep3 > figure {
  width: 31%;
  margin: 0 1% 1em 1%;
  float: left; }

#contents section p,
#contents .section p {
  margin-bottom: 1em;
  font-size: 1.2rem; }

h2 span,
h3 span,
h4 span,
h5 span,
.inline span {
  display: inline-block; }

h2 span.w31 img {
  display: inline !important;
  margin-left: 5px; }

.inline-li li {
  display: inline-block;
  margin-right: 0.5em; }
  .inline-li li:before {
    content: "・";
    color: #666;
    font-weight: bold; }

.sameHeight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: stretch; }
  .sameHeight li {
    align-self: stretch;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

#contents ul.list-nor li {
  margin-left: 1.5em;
  margin-bottom: 0.7em;
  padding-left: 0.2em;
  list-style: disc; }

#contents section li,
#contents .section li {
  margin-bottom: 0.7em;
  font-size: 1.2rem; }

.list01 {
  margin-left: 1.5em; }
  .list01 li {
    margin-bottom: 0.7em;
    line-height: 1.4em;
    list-style: disc;
    font-weight: bold; }

.list02 li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold; }
  .list02 li:before, .list02 li:after {
    content: "";
    position: absolute;
    border-radius: 50%; }
  .list02 li:before {
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(28, 148, 206, 0.5);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .list02 li:after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(28, 148, 206, 0.3); }

.listArrow {
  margin-left: 1.2em; }
  .listArrow li {
    margin-bottom: 0.7em;
    line-height: 1.4em; }
    .listArrow li a {
      color: #1a8c44 !important; }
    .listArrow li:before {
      margin-right: 5px;
      content: "\f35a";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: #1c94ce;
      margin-left: -1.2em; }

.listCheck {
  margin-left: 1.2em; }
  .listCheck li {
    margin-bottom: 0.7em;
    line-height: 1.4em; }
    .listCheck li:before {
      margin-right: 5px;
      content: "\f14a";
      font-family: "Font Awesome 5 Free";
      font-weight: 500;
      color: #ffea21;
      margin-left: -1.2em; }

.listCheck02 {
  margin-left: 1.2em;
  margin-bottom: 2em; }
  .listCheck02 li {
    margin-bottom: 0.7em;
    line-height: 1.4em;
    font-weight: bold; }
    .listCheck02 li:before {
      margin-right: 5px;
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: #42acfa;
      margin-left: -1.2em; }

.list-cel li {
  padding: 0.4em 1em !important;
  border: 1px solid #d1d1d1; }

.list_nmbr {
  counter-reset: list_nmbr;
  margin-left: 2em; }
  .list_nmbr li {
    margin-bottom: 1em; }
  .list_nmbr li:before {
    counter-increment: list_nmbr;
    content: "【" counter(list_nmbr) "】";
    margin-left: -2.7em; }

.dl-tp1 dt {
  margin-top: 0.8em;
  padding: 0.3em 0 0.1em 1.4%;
  line-height: 1.3em;
  font-weight: bold;
  border-left: 4px solid #4eb2a5; }
.dl-tp1 dd {
  padding: 0.5em 0 0.3em 2%;
  border-bottom: 1px dotted #666;
  line-height: 1.3em; }
.dl-tp1 dd:last-child {
  border-bottom: none; }

.dl-tp2 dt {
  margin-top: 0.8em;
  line-height: 1.3em;
  font-weight: bold; }
.dl-tp2 dd {
  padding: 0.2em 0 0.3em 1em;
  line-height: 1.3em; }

.dl-table {
  display: table;
  line-height: 1.3em; }
  .dl-table dt {
    margin-top: 0.6em;
    padding: 0.3em 0 0.1em 10px;
    font-weight: normal;
    border-left: none; }
  .dl-table dd {
    margin: -1.4em 0 0.6em 0;
    padding: 0 10px 0.3em 8em;
    border-bottom: 1px dotted #CCC; }

.dl-table02 {
  display: table;
  width: 100%;
  max-width: 600px;
  line-height: 1.3em;
  background: #f4e8ed;
  background: -moz-linear-gradient(top, #f4e8ed 0%, #f9dade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4e8ed), color-stop(100%, #f9dade));
  background: -webkit-linear-gradient(top, #f4e8ed 0%, #f9dade 100%);
  background: -o-linear-gradient(top, #f4e8ed 0%, #f9dade 100%);
  background: -ms-linear-gradient(top, #f4e8ed 0%, #f9dade 100%);
  background: linear-gradient(to bottom, #f4e8ed 0%, #f9dade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  border-radius: 10px;
  padding: 10px; }
  .dl-table02 dt {
    margin-top: 0.6em;
    padding: 0.3em 0 0.1em 10px;
    font-weight: bold;
    font-size: 1.3em;
    border-left: none;
    z-index: 5;
    color: #ef8291;
    text-align: right;
    width: 3.8em; }
  .dl-table02 dd {
    margin: -2em 0 0.6em 0;
    padding: 10px 10px 0.3em 7em;
    background: #fff; }

.dl-op dt {
  margin-top: 0.8em;
  padding: 0.3em 0 0.1em 1.4%;
  line-height: 1.3em;
  font-weight: normal;
  font-weight: bold;
  border-left: none; }
.dl-op dd {
  margin: -1.6em 0 0.6em 0;
  padding: 0 0 0.2em 8em;
  border-bottom: 1px dotted #CCC; }

.icon_exp ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.icon_exp li {
  margin: 0 0.5% 10px 0.5%;
  padding: 0;
  border: 1px solid #c4adaf; }
  .icon_exp li img {
    max-width: 50px; }
.icon_exp dl {
  margin: 0;
  margin-top: 5px; }
.icon_exp dt {
  width: 18%;
  margin-left: 5px; }
.icon_exp dd {
  width: 80%;
  margin-left: 22%;
  margin-top: -30px;
  font-size: 0.9em;
  padding: 0; }

.btn-this {
  display: inline-table;
  margin: 1em auto; }
  .btn-this a {
    display: block;
    padding: 0.3em 1.5em;
    color: #fff !important;
    font-size: 0.95em;
    text-decoration: none !important;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: linear-gradient(to right, #34369b 47%, rgba(52, 54, 155, 0.5) 94%); }
    .btn-this a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 5%;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }
    .btn-this a:hover {
      background: linear-gradient(to right, rgba(52, 54, 155, 0.8) 47%, rgba(52, 54, 155, 0.4) 94%); }

.btn-ask {
  display: inline-table;
  margin: 1em auto;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #ffa220 url(../img/marker-nav-wh.png) no-repeat 95% center; }
  .btn-ask a {
    display: block;
    padding: 0.6em 2em 0.4em 1.8em !important;
    color: #fff !important;
    font-size: 1rem;
    text-shadow: 1px 1px 1px #919191;
    text-decoration: none !important;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out; }
    .btn-ask a:hover {
      background: url(../img/marker-nav-wh.png) no-repeat 95% center, rgba(52, 54, 155, 0.8); }

.btn-gmap {
  max-width: 14em;
  margin: 1em auto;
  text-align: center; }
  .btn-gmap a {
    display: block;
    padding: 0.3em 2.5em !important;
    color: #fff !important;
    font-size: 0.95em;
    text-decoration: none !important;
    border: 1px solid #f4c836;
    border-radius: 4px;
    background: linear-gradient(to right, #f4c836 47%, rgba(244, 200, 54, 0.8) 94%) !important;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out; }
    .btn-gmap a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 5%;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }
    .btn-gmap a:hover {
      background: linear-gradient(to right, rgba(244, 200, 54, 0.8) 47%, rgba(244, 200, 54, 0.6) 94%); }

.btn-access {
  display: inline-block;
  margin: 1em auto; }
  .btn-access a {
    display: block;
    padding: 0.3em 2.5em !important;
    color: #fff !important;
    font-size: 0.95em;
    text-decoration: none !important;
    border: 1px solid #29b506;
    border-radius: 4px;
    background: linear-gradient(to right, #29b506 47%, rgba(41, 181, 6, 0.8) 94%) !important;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out; }
    .btn-access a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 5%;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }
    .btn-access a:hover {
      background: linear-gradient(to right, rgba(41, 181, 6, 0.8) 47%, rgba(41, 181, 6, 0.6) 94%); }

.tel-link {
  font-weight: bold;
  font-size: 1.2em;
  color: #63adf2; }

p.stickarrow {
  font-weight: bold; }
  p.stickarrow a {
    color: #7a7a7a !important; }
    p.stickarrow a span {
      position: absolute;
      bottom: 15px;
      display: inline-block;
      width: 80px;
      height: 10px;
      border-bottom: 2px solid #7a7a7a;
      border-right: 2px solid #7a7a7a;
      transform: skew(45deg);
      transition-property: width;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out; }
    p.stickarrow a:hover span {
      width: 120px; }

p.btn-back {
  margin-top: 2em;
  font-size: 0.9rem !important; }
  p.btn-back a {
    border: 2px solid #1c94ce;
    border-radius: 5px;
    color: #1c94ce !important;
    padding: 0 5px 5px !important; }
    @media only screen and (max-width: 959px) {
      p.btn-back a {
        padding: 5px; } }

@media only screen and (max-width: 560px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important; }

  .sameHeightPc {
    display: block !important; }

  .w10,
  .w15,
  .w20,
  .w25,
  .w30 {
    width: 45%;
    height: auto; }

  .w35,
  .w40,
  .w45,
  .w50,
  .w55,
  .w60,
  .w65,
  .w70,
  .w75,
  .w80,
  .w85,
  .w90,
  .w100 {
    width: 100%;
    height: auto; }

  .telLink a {
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    line-height: 1;
    color: #fff !important;
    background: #34369b;
    border-radius: 4px; }

  footer {
    position: relative !important; }

  #footerAsk {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 30; }
    #footerAsk li {
      text-align: center;
      border-right: 1px solid #fff; }
      #footerAsk li:nth-child(3) {
        width: 20%; }
      #footerAsk li:nth-child(1), #footerAsk li:nth-child(2) {
        width: 40%; }
      #footerAsk li:nth-child(3) {
        border-right: none; }
      #footerAsk li a {
        display: block;
        padding: 10px 0 20px;
        background: #22a3e1;
        color: #fff;
        font-size: 3.6vw;
        text-decoration: none; }
        #footerAsk li a i {
          color: #fff; }
      #footerAsk li span {
        display: block;
        font-size: 3.4vw; }

  .scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .scroll table {
      width: auto;
      margin-top: 0 !important; }
    .scroll::-webkit-scrollbar {
      height: 5px; }
    .scroll::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #eee; }
    .scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666; } }
  @media only screen and (max-width: 560px) and (max-width: 560px) {
    .scroll th, .scroll td {
      -webkit-text-size-adjust: 100%; } }

@media only screen and (max-width: 560px) {
  .remarks {
    font-size: 0.75rem; }

  .youkou {
    display: block; }
    .youkou th {
      padding: 0.6em 0em 0.4em 1em; }
    .youkou td {
      padding: 1em 0em 1.5em 1em; }

  .form th,
  .form td {
    display: block;
    padding: 0.8em 1em 0.5em 1em;
    border: none;
    text-align: left;
    font-size: 95%; }
  .form th {
    padding: 0.6em 0em 0.4em 1em; }
  .form td {
    padding: 1em 0em 1.5em 1em; } }
/* タブレット向けのレイアウトの指定  ------------*/
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .dispSp,
  .dispPri,
  .dispPc,
  .hideTab {
    display: none !important; }

  .sameHeightPc {
    display: block !important; } }
/* PC向けのレイアウトの指定  ------------*/
@media only screen and (min-width: 960px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important; }

  .sameHeightPc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.home #contents > section,
.home #contents > .section {
  margin-bottom: 0;
  padding: 40px 0; }
  .home #contents > section > div,
  .home #contents > .section > div {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 3%; }
.home #hdImage {
  /*トップスライドショー*/ }
  .home #hdImage #slideshow {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vw * 1300 / 2000);
    margin-bottom: 150px;
    z-index: -2000; }
    @media only screen and (min-width: 561px) and (max-width: othPt1) {
      .home #hdImage #slideshow {
        height: calc(100vw * 1300 / 2000); } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #hdImage #slideshow {
        height: calc(100vw * 1400 / 2000); } }
    @media only screen and (max-width: 560px) {
      .home #hdImage #slideshow {
        height: calc(100vw * 1000 / 1000); } }
  .home #hdImage #slideshow li {
    position: absolute;
    height: calc(100vw * 1300 / 2000);
    top: 0;
    margin: 0;
    padding: 0;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 561px) and (max-width: othPt1) {
      .home #hdImage #slideshow li {
        height: calc(100vw * 1300 / 2000);
        background-size: 100%; } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #hdImage #slideshow li {
        height: calc(100vw * 1400 / 2000);
        background-size: cover; } }
    @media only screen and (max-width: 560px) {
      .home #hdImage #slideshow li {
        height: calc(100vw * 1000 / 1000);
        background-size: cover; } }
  .home #hdImage #top_logo {
    margin: 0 auto;
    padding: 200px 10px 0 10px;
    height: calc(100vw * 1300 / 2000); }
    @media only screen and (min-width: 561px) and (max-width: othPt1) {
      .home #hdImage #top_logo {
        padding: 100px 10px 0 10px;
        height: calc(100vw * 1300 / 2000); } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #hdImage #top_logo {
        height: calc(100vw * 1400 / 2000);
        padding: 100px 10px 0 10px; } }
    @media only screen and (max-width: 560px) {
      .home #hdImage #top_logo {
        height: calc(100vw * 1000 / 1000);
        padding: 30px 10px 0 10px; } }
    .home #hdImage #top_logo h1 {
      position: absolute;
      left: 0;
      top: 100px;
      text-align: left;
      color: #fff;
      line-height: 1.8 !important;
      margin-bottom: 1em;
      background-color: rgba(28, 148, 206, 0.3);
      display: inline-block;
      padding: 10px 30px;
      text-shadow: 1px 1px 2px #1c94ce; }
      .home #hdImage #top_logo h1 span {
        display: block;
        font-size: 2vw; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        .home #hdImage #top_logo h1 {
          top: 60px;
          font-size: 2.5rem; }
          .home #hdImage #top_logo h1 span {
            font-size: 2rem; } }
      @media only screen and (max-width: 560px) {
        .home #hdImage #top_logo h1 {
          font-size: 2rem;
          line-height: 1.3 !important;
          margin-bottom: 0.3em;
          padding: 20px 10px;
          left: 0;
          top: 25px; }
          .home #hdImage #top_logo h1 span {
            font-size: 1rem; } }
  .home #hdImage #dlBtn {
    position: absolute;
    z-index: 100; }
    @media only screen and (max-width: 560px) {
      .home #hdImage #dlBtn {
        left: 50%;
        top: 10vh;
        transform: translateX(-50%); } }
    @media only screen and (min-width: 960px) {
      .home #hdImage #dlBtn {
        left: 4%;
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #hdImage #dlBtn {
        left: 4%;
        top: 20vh; } }
    .home #hdImage #dlBtn p {
      position: relative;
      margin-bottom: 5px; }
      .home #hdImage #dlBtn p a {
        display: block;
        color: #1d79d8;
        text-decoration: none;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: 1px solid #1c94ce;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 560px) {
          .home #hdImage #dlBtn p a {
            white-space: nowrap !important;
            padding: 8px 30px 8px 20px;
            font-size: 0.9rem;
            font-weight: bold;
            background: rgba(255, 255, 255, 0.9); }
            .home #hdImage #dlBtn p a::after {
              content: "";
              position: absolute;
              top: 50%;
              right: 15px;
              width: 0px;
              height: 0px;
              margin-top: -6px;
              border-left: 6px solid #1c94ce;
              border-top: 6px solid transparent;
              border-bottom: 6px solid transparent; } }
        @media only screen and (min-width: 561px) {
          .home #hdImage #dlBtn p a {
            padding: 15px 50px;
            font-size: 1.4rem;
            font-weight: bold;
            background: rgba(255, 255, 255, 0.8); }
            .home #hdImage #dlBtn p a::after {
              content: "";
              position: absolute;
              top: 50%;
              right: 15px;
              width: 0px;
              height: 0px;
              margin-top: -8px;
              border-left: 8px solid #1c94ce;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent; }
            .home #hdImage #dlBtn p a:hover {
              color: #1c94ce;
              background: white; } }
@media only screen and (max-width: 560px) {
  .home #homeTel {
    padding: 0 3%; } }
.home .arrow img {
  max-width: 250px; }
.home #homeTopics {
  position: relative;
  margin-top: -200px;
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 560px) {
    .home #homeTopics {
      margin-top: -100px; } }
  .home #homeTopics > div {
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    margin: 0 auto;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #homeTopics > div {
        width: 96%; } }
    @media only screen and (max-width: 560px) {
      .home #homeTopics > div {
        width: 96%;
        padding-top: 20px !important;
        padding-bottom: 10px !important; } }
    .home #homeTopics > div > div {
      background: white;
      width: 90%;
      margin: 0 auto;
      padding: 60px 20px 0px !important; }
      @media only screen and (max-width: 560px) {
        .home #homeTopics > div > div {
          padding: 20px 0px !important; } }
  .home #homeTopics h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #1c94ce; }
.home .newsBlock {
  max-width: 1000px !important;
  max-height: 380px;
  padding: 35px 2%;
  overflow-y: scroll;
  border-radius: 7px;
  margin: 0 auto 60px !important; }
  @media only screen and (max-width: 959px) {
    .home .newsBlock {
      width: 100%; } }
  @media only screen and (max-width: 560px) {
    .home .newsBlock {
      max-height: 250px;
      padding: 35px 3%; } }
.home #homeLink {
  padding-top: 80px !important;
  background: #a8dff7; }
  .home #homeLink h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #1c94ce;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; }
  .home #homeLink ul {
    max-width: 1000px !important;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap; }
    .home #homeLink ul li {
      flex: 1 1 30%;
      margin-right: 5%;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      background: #fff; }
      .home #homeLink ul li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 560px) {
        .home #homeLink ul li {
          margin-right: 0;
          flex: 0 0 100%; } }
      .home #homeLink ul li a {
        display: block;
        width: 100%;
        background: #fff;
        padding: 20px;
        text-align: center; }
        .home #homeLink ul li a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          width: 0px;
          height: 0px;
          margin-top: -8px;
          border-left: 8px solid #1c94ce;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent; }
        .home #homeLink ul li a span {
          display: block;
          font-size: 0.8rem; }

.about #contents > section,
.about #contents > .section {
  margin-bottom: 0;
  padding: 40px 0; }
  .about #contents > section > div,
  .about #contents > .section > div {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 3%; }
.about #contents table.history th, .about #contents table.history td {
  border: none;
  vertical-align: sub; }
.about #contents table.history th {
  font-weight: bold;
  border-right: 3px solid #1c94ce;
  padding: 10px; }
.about #contents table.history td {
  padding: 10px; }
  .about #contents table.history td span {
    display: inline-block; }
@media only screen and (max-width: 560px) {
  .about #contents table.history th, .about #contents table.history td {
    display: list-item;
    padding: 0; }
  .about #contents table.history th {
    border-right: none;
    border-bottom: 3px solid #1c94ce;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .about #contents table.history td:last-child {
    padding-bottom: 2em; }
  .about #contents table.history tr:first-child td {
    padding-bottom: 1em; } }
.about #contents table.meibo thead th {
  text-align: center;
  background: rgba(28, 148, 206, 0.2);
  color: #666; }
.about #contents table.meibo tbody th {
  color: #1c94ce; }
.about #contents table.meibo th {
  font-weight: bold;
  padding: 5px; }
.about #contents table.meibo td {
  padding: 5px; }
@media all and (-ms-high-contrast: none) {
  .about #contents table.meibo th, .about #contents table.meibo td {
    padding: 15px 10px 5px; } }
@media only screen and (max-width: 959px) {
  .about #contents table.meibo thead th {
    display: none; }
  .about #contents table.meibo th, .about #contents table.meibo td {
    display: list-item;
    padding: 0;
    border: none; }
  .about #contents table.meibo tbody th, .about #contents table.meibo tbody td {
    margin-bottom: 5px; }
  .about #contents table.meibo tbody td:nth-child(4) {
    margin-bottom: 2em; }
  .about #contents table.meibo tbody th:before {
    content: "■ "; }
  .about #contents table.meibo tbody td:nth-child(2):before {
    content: "【住　所】"; }
  .about #contents table.meibo tbody td:nth-child(3):before {
    content: "【ＴＥＬ】"; }
  .about #contents table.meibo tbody td:nth-child(4):before {
    content: "【ＦＡＸ】"; } }

.news #contents > section,
.news #contents > .section {
  margin-bottom: 0;
  padding: 40px 0; }
  .news #contents > section > div,
  .news #contents > .section > div {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 3%; }
.news .nyroModal img {
  max-width: 480px; }

.member #contents > section,
.member #contents > .section {
  margin-bottom: 0 !important;
  padding: 0; }
  .member #contents > section > div,
  .member #contents > .section > div {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 3%; }
.member #subMenu {
  display: block;
  background: #ececec;
  padding: 10px; }
  .member #subMenu ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .member #subMenu ul li {
      flex-grow: 1;
      text-align: center;
      border-right: 1px solid #1c94ce; }
      .member #subMenu ul li:last-child {
        border-right: none; }
      @media only screen and (max-width: 560px) {
        .member #subMenu ul li {
          font-size: 3.8vw;
          flex-grow: 1; } }
      .member #subMenu ul li a {
        text-decoration: none;
        color: #666;
        padding: 5px 10px; }
        .member #subMenu ul li a:hover {
          color: #1c94ce; }
        .member #subMenu ul li a:after {
          content: "\f0da";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          margin-left: 10px;
          color: #1c94ce; }
          @media only screen and (max-width: 560px) {
            .member #subMenu ul li a:after {
              margin-left: 5px; } }
        @media only screen and (max-width: 560px) {
          .member #subMenu ul li a {
            padding: 10px 2px; } }
.member #homeMenu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .member #homeMenu ul li {
    border: 1px solid #1c94ce;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    margin-right: 2%;
    font-weight: bold; }
    @media only screen and (max-width: 560px) {
      .member #homeMenu ul li {
        flex: 0 1 98%;
        margin-right: 0; } }
    .member #homeMenu ul li a {
      color: #1c94ce; }
  @media all and (-ms-high-contrast: none) {
    .member #homeMenu ul li {
      padding: 15px 20px 5px; } }
.member #fileMenu li {
  border-bottom: 1px dotted #9FA4B8; }
  .member #fileMenu li a:before {
    content: "PDFを見る";
    background: #f77c68;
    border-radius: 3px;
    color: #fff;
    font-size: 0.9rem;
    padding: 3px;
    margin-right: 1em; }
.member .comment * {
  font-size: 1rem !important; }
.member .newsFile span {
  color: #1e75b7;
  font-weight: bold; }

#contents .newsBlock dt {
  color: #1c94ce;
  font-weight: bold; }
  @media only screen and (max-width: 560px) {
    #contents .newsBlock dt {
      margin-bottom: 7px; } }
#contents .newsBlock dd {
  border-bottom: 1px dotted #9FA4B8;
  word-break: break-all; }
  @media only screen and (max-width: 959px) {
    #contents .newsBlock dd {
      margin: 0 0 0.5em 0;
      padding: 0 0 1em 0; } }
  #contents .newsBlock dd p {
    font-size: 1rem !important; }
  #contents .newsBlock dd .catName {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 6em;
    text-align: center;
    margin-right: 1em; }
  @media all and (-ms-high-contrast: none) {
    #contents .newsBlock dd .catName {
      padding: 10px 5px 0px; } }
  #contents .newsBlock dd .title {
    display: inline-block; }
  #contents .newsBlock dd .newMark {
    color: red;
    font-weight: bold; }
  #contents .newsBlock dd strong {
    color: inherit;
    font-size: inherit;
    font-weight: bold; }
  #contents .newsBlock dd a {
    text-decoration: underline !important; }
  #contents .newsBlock dd .newsImage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  #contents .newsBlock dd .newsImage a {
    display: block;
    margin-top: 1em !important;
    margin-right: 1em; }
  #contents .newsBlock dd img {
    max-width: 480px; }
#contents .newsBlock .cat-0 .catName {
  background: #f77c68; }
#contents .newsBlock .cat-1 .catName {
  background: #29b506; }
#contents .newsBlock .cat-2 .catName {
  background: #f4c836; }
#contents .newsBlock .cat-3 .catName {
  background: #4a94e0; }

.home #contents .newsBlock dt {
  margin-bottom: 0.5em; }
.home #contents .newsBlock dd {
  padding-bottom: 1em; }
  .home #contents .newsBlock dd p {
    font-size: 1rem !important; }
  @media only screen and (max-width: 959px) {
    .home #contents .newsBlock dd .catName {
      display: block;
      margin-bottom: 0.5em; } }
  .home #contents .newsBlock dd .title {
    margin-left: 5em; }
    @media only screen and (max-width: 959px) {
      .home #contents .newsBlock dd .title {
        margin-left: 0; } }
  .home #contents .newsBlock dd .comment, .home #contents .newsBlock dd .newsImage {
    margin-left: 12em; }
    @media only screen and (max-width: 959px) {
      .home #contents .newsBlock dd .comment, .home #contents .newsBlock dd .newsImage {
        margin-left: 0; } }

.news #contents .newsBlock dd {
  margin: -1.6em 0 1em 0;
  padding: 0 0 1em 12em; }
  @media only screen and (max-width: 959px) {
    .news #contents .newsBlock dd {
      margin: 0 0 0.5em 0;
      padding: 0 0 1em 0; } }
.news #contents .newsBlock .catName {
  margin-right: 1em; }

.member #contents .newsBlock dd {
  margin: -1.6em 0 1em 0;
  padding: 0 0 1em 12em; }
  @media only screen and (max-width: 959px) {
    .member #contents .newsBlock dd {
      margin: 0 0 0.5em 0;
      padding: 0 0 1em 0; } }
.member #contents .newsBlock .catName {
  margin-right: 1em; }

/* print Scss */
/*############################################################################################33*/
/* 印刷向けレイアウトの指定 */
/*############################################################################################*/
@media only print {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 97%; }

  .fixed {
    position: relative;
    top: auto;
    z-index: auto; }

  .sameHeightPc {
    display: block; }

  .dispSp,
  .slider,
  #ptBtn,
  .low footer {
    display: none !important;
    float: none !important; }

  header:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

  #bread {
    font-size: 10px;
    margin: 15px 0; }

  .pBreak,
  .home footer {
    page-break-before: always; }

  .pBreakAf {
    page-break-after: always !important; }

  .home #top_logo h1 {
    font-size: 2.5rem; } }
