@charset "UTF-8";
*,
*::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;
  font-family: "游ゴシック", "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: "游ゴシック", "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; }

label {
  cursor: pointer; }

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; }

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

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; }

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

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

.low #contents > section {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 3% 0 3%; }

.low h1 {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 20px 3% 20px 3%;
  color: #3399cc;
  letter-spacing: 2px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem; }

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: 7.5vw;
    letter-spacing: 0; }
    .low h1:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 0.3em; }

  h2 {
    font-size: 6.5vw; }

  h3 {
    font-size: 5vw; }

  h4 {
    font-size: 5vw; } }
.low body {
  background: url("../img/hdBg.png") no-repeat right top, #fff;
  background-size: 100% auto; }

.low #hdImage {
  position: relative; }
  @media only screen and (max-width: 560px) {
    .low #hdImage .slide {
      position: relative;
      overflow: hidden;
      width: 100%;
      /*　トリミングしたい枠の幅　*/
      padding-top: 20%;
      /*　トリミングしたい枠の高さ　*/ }
      .low #hdImage .slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%; } }

header {
  position: fixed;
  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 #spLogo {
        width: 70%;
        margin: 15px 0 15px 1.5%; } }
  header nav {
    padding-bottom: 25px; }
    @media only screen and (max-width: 560px) {
      header nav {
        background: #5cadd6; } }
    header nav #pcLogo {
      float: left;
      width: 27%;
      max-width: 400px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 1.5%; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        header nav #pcLogo {
          width: 30%;
          margin-top: 15px; } }
    header nav #hdNav {
      float: right;
      width: 50%;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 25px; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        header nav #hdNav {
          width: 67%; } }
      @media only screen and (max-width: 560px) {
        header nav #hdNav {
          display: block;
          margin-bottom: 0; } }
      header nav #hdNav li {
        vertical-align: top; }
        @media only screen and (max-width: 560px) {
          header nav #hdNav li {
            display: block;
            text-align: center; }
            header nav #hdNav li:not(:first-child) {
              margin-left: 0; } }
        header nav #hdNav li:first-child a {
          background: #3399cc; }
        header nav #hdNav li:nth-child(2) a {
          background: #1f5c7a; }
        header nav #hdNav li a {
          display: block;
          padding: 15px 35px;
          text-decoration: none;
          line-height: 1;
          color: #fff;
          font-size: 1rem; }
          @media only screen and (max-width: 560px) {
            header nav #hdNav li a {
              border-radius: 2px;
              padding: 15px 8px;
              font-size: 1rem; } }
          @media only screen and (min-width: 561px) and (max-width: 959px) {
            header nav #hdNav li a {
              padding: 9px 8px;
              text-align: center;
              font-size: 1.5vw; } }
          header nav #hdNav li a i {
            margin-right: 15px; }
        @media only screen and (min-width: 561px) and (max-width: 959px) {
          header nav #hdNav li i {
            display: block;
            margin-bottom: 6px;
            font-size: 1.3em; } }
        header nav #hdNav li#hdTel {
          padding: 5px 15px;
          background: #ffad1e;
          text-align: center; }
          @media only screen and (min-width: 561px) and (max-width: 959px) {
            header nav #hdNav li#hdTel {
              padding: 14px 8px; } }
          header nav #hdNav li#hdTel .text {
            display: inline-block;
            font-size: 0.8rem; }
            @media only screen and (min-width: 561px) and (max-width: 959px) {
              header nav #hdNav li#hdTel .text {
                display: none; } }
          header nav #hdNav li#hdTel .number {
            font-size: 1.8rem;
            font-weight: bold;
            color: #fff !important; }
            @media only screen and (min-width: 561px) and (max-width: 959px) {
              header nav #hdNav li#hdTel .number {
                font-size: 2.1vw; } }
          header nav #hdNav li#hdTel a {
            padding: 0 !important;
            background: #ffad1e; }
            header nav #hdNav li#hdTel a i {
              color: #fff;
              font-size: 1.5rem; }
    header nav #globalNav {
      float: right;
      width: 65%;
      margin-right: 1%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        header nav #globalNav {
          float: none;
          width: 100%;
          flex-wrap: wrap;
          margin-top: 10px; } }
      @media only screen and (max-width: 560px) {
        header nav #globalNav {
          display: block; } }
      header nav #globalNav li {
        margin: 0; }
        @media only screen and (min-width: 960px) {
          header nav #globalNav li:not(:last-child) {
            border-right: none; } }
        @media only screen and (min-width: 561px) and (max-width: 959px) {
          header nav #globalNav li {
            webkit-box-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%;
            align-content: stretch;
            border-bottom: none;
            margin: 0; } }
        @media only screen and (max-width: 560px) {
          header nav #globalNav li {
            display: block;
            margin: 0;
            border-bottom: 1px solid #fff;
            text-align: center; }
            header nav #globalNav li:first-child {
              border-top: 1px solid #fff; } }
        header nav #globalNav li a {
          position: relative;
          display: block;
          width: 100%;
          margin: 0;
          padding: 8px 3px;
          text-align: center;
          color: #3399cc;
          font-family: "游ゴシック", "Yu Gothic", sans-serif;
          font-style: normal;
          font-size: 0.9vw;
          font-weight: bold;
          line-height: 1;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          header nav #globalNav li a:hover {
            color: #3399cc !important; }
          header nav #globalNav li a span {
            display: block; }
          @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;
              font-weight: normal;
              color: #fff !important; } }
        .home header nav #globalNav li:nth-child(1) {
          color: #2e8ab8 !important; }
        .guidance header nav #globalNav li:nth-child(2) {
          color: #2e8ab8 !important; }
        .process header nav #globalNav li:nth-child(3) {
          color: #2e8ab8 !important; }
        .schoollife header nav #globalNav li:nth-child(4) {
          color: #2e8ab8 !important; }
        .entrance header nav #globalNav li:nth-child(5) {
          color: #2e8ab8 !important; }
        .access header nav #globalNav li:nth-child(6) {
          color: #2e8ab8 !important; }
        @media only screen and (max-width: 560px) {
          header nav #globalNav li {
            text-shadow: none;
            text-shadow: none;
            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: #2e8ab8;
              border-radius: 10px 10px 0 0; }
            .guidance 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: #2e8ab8;
              border-radius: 10px 10px 0 0; }
            .process 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: #2e8ab8;
              border-radius: 10px 10px 0 0; }
            .schoollife 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: #2e8ab8;
              border-radius: 10px 10px 0 0; }
            .entrance header nav #globalNav li:nth-child(5) a {
              -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
              animation: trme 0.4s ease-out 0.3s 1 forwards;
              background: #2e8ab8;
              border-radius: 10px 10px 0 0; }
            .access header nav #globalNav li:nth-child(6) a {
              -webkit-animation: trme 0.4s ease-out 0.3s 1 forwards;
              animation: trme 0.4s ease-out 0.3s 1 forwards;
              background: #2e8ab8;
              border-radius: 10px 10px 0 0; } }
  header #subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #47a3d1; }
    @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: #fff !important;
      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 (min-width: 561px) and (max-width: 959px) {
        header #subNav a {
          padding-right: 20px; } }
      @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: #3090c0; }
    .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: #2e8ab8; }

.fixed {
  width: 100%;
  box-shadow: 1px 1px 20px #297aa3;
  -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; } }

/* //////////////////////////////////////////////////////////////////////// 
コンテンツ 
///////////////////////////////////////////////////////////////*/
#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 !important;
  position: relative;
  margin: 0 auto 15px auto !important;
  padding: 20px 3% 0.4em 3%;
  font-size: 0.875rem;
  line-height: 1.4em; }
  @media only screen and (max-width: 560px) {
    #bread {
      margin: 0 auto 10px auto !important;
      padding: 6px 3% 6px 3%;
      border-top: 1px dotted #c0c0c0;
      border-bottom: 1px dotted #c0c0c0; } }
  .home #bread {
    display: none; }
  #bread * {
    color: #5e5e5e; }
  #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: "游ゴシック", "Yu Gothic", sans-serif;
          font-size: 1em; } }
    @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; } }
.low #contents {
  padding: 30px 0 30px 0; }
  .low #contents h2 {
    position: relative;
    margin-bottom: 35px;
    padding: 30px 0 5px 35px;
    font-family: "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    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; }
    @media only screen and (max-width: 560px) {
      .low #contents h2 {
        padding: 27px 0 5px 25px;
        font-weight: normal; } }
    .low #contents h2:before {
      content: ' ';
      position: absolute;
      display: block;
      z-index: -2;
      top: 5px;
      left: 0;
      height: 80px;
      width: 80px;
      background: linear-gradient(-225deg, rgba(51, 153, 204, 0.7) 0%, #3399cc 10%, rgba(51, 153, 204, 0.3) 100%);
      border-radius: 50%; }
      @media only screen and (max-width: 560px) {
        .low #contents h2:before {
          top: 10px;
          height: 60px;
          width: 60px; } }
    .low #contents h2:after {
      content: ' ';
      position: absolute;
      display: block;
      z-index: -1;
      bottom: 0px;
      left: 3%;
      height: 5px;
      width: 97%;
      border: 1px solid #fff;
      background: linear-gradient(90deg, #3399cc 20%, rgba(51, 153, 204, 0) 100%); }
      @media only screen and (max-width: 560px) {
        .low #contents h2:after {
          bottom: 5px;
          left: 20px; } }
  .low #contents h3 {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 3px solid #3399cc;
    color: #143d52; }
    .low #contents h3 span {
      display: inline-block; }
    .low #contents h3:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }

/* //////////////////////////////////////////////////////////////////////// 
コンテンツフッター
///////////////////////////////////////////////////////////////*/
footer {
  background: #3399cc;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    footer {
      float: none;
      width: 100%;
      text-align: center;
      font-size: 0.8rem;
      color: #fff;
      background: #297aa3; } }
  footer #footNav {
    margin: 0 auto 30px auto; }
    footer #footNav li {
      display: inline-block;
      margin: 0 25px; }
      footer #footNav li a {
        position: relative;
        padding-left: 15px;
        color: #fff; }
        footer #footNav li a::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 6px;
          width: 0px;
          height: 0px;
          margin-top: -4px;
          border-left: 4px solid #fff;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent; }
        @media only screen and (max-width: 560px) {
          footer #footNav li a {
            color: #fff !important; } }
  footer #ftAdd {
    color: #fff; }
    @media only screen and (max-width: 560px) {
      footer #ftAdd {
        color: #fff; } }
    footer #ftAdd span {
      display: block;
      font-size: 1.2rem; }
  footer #copy a {
    margin-top: 1em;
    font-size: 0.75rem;
    color: #35382d !important; }
    @media only screen and (max-width: 560px) {
      footer #copy a {
        font-size: 2.1vw;
        color: #ffffff !important; } }

#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(51, 153, 204, 0.9);
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    text-align: center; }
    #ptBtn a:hover {
      background: rgba(51, 153, 204, 0.7); }
    #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 {
  padding: 0.4em 1em 0.2em 1em;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #998788; }

table.table01 {
  width: 100%;
  max-width: 800px; }
  table.table01 th, table.table01 td {
    border: 1px solid #fff; }
  table.table01 thead th {
    background: #70b8db;
    color: #fff; }
  table.table01 tbody th {
    background: #2e8ab8;
    color: #fff;
    text-align: center; }
    table.table01 tbody th span {
      display: inline-block; }
  table.table01 tbody td {
    background: #ebf5fa; }

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: "※ "; }

.point1 {
  display: inline;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
  color: #000; }

.point2 {
  display: inline;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 60%, #e86684 0%) repeat scroll 0 0;
  color: #000; }

.longurl {
  word-wrap: break-word; }

.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;
    color: #3399cc;
    font-size: 1.2em; }

.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; }

.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; }

.w270 img {
  max-width: 270px; }

.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; }

.w390 img {
  max-width: 390px; }

.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; }

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 ol li,
#contents .section ol li {
  margin-bottom: 0.7em; }

.list-tp1 li {
  padding: 0.5em 0 0.3em 3%;
  border-bottom: 1px dotted #3399cc;
  line-height: 1.3em; }

.list-tp2,
.list-tp2b,
.list-tp2-in {
  list-style: none !important; }

.list-tp2 li,
.list-tp2b li {
  margin-left: 1em;
  margin-bottom: 0.8em;
  padding-left: 1em;
  /*padding-left:normal;*/
  line-height: 1.4em;
  list-style: none !important; }

.list-tp2-in li {
  display: inline-block;
  margin-right: 35px; }

.list-tp2b li {
  margin-bottom: 0.3em;
  line-height: 1.3em; }

.list-tp2 li:before,
.list-tp2-in li:before,
.list-tp2b li:before {
  position: relative;
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #3399cc;
  left: -5px;
  top: -3px; }

.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: #ffad1e; }

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

.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-block;
  /*margin-bottom: 1.5em !important;*/ }
  .btn-this a {
    display: block;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    background: #3399cc !important;
    /*box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;*/
    color: #fff !important;
    padding: 10px 10px !important; }
    .btn-this a:hover {
      background: #82d0f4; }

.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 {
  display: inline-block;
  margin: 1em auto; }
  .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 #d3d3d3;
    border-radius: 4px;
    background: linear-gradient(to right, #00a0e9 47%, rgba(0, 160, 233, 0.5) 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(0, 160, 233, 0.8) 47%, rgba(0, 160, 233, 0.4) 94%); }

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

@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: 50%; }
      #footerAsk li:nth-child(3) {
        border-right: none; }
      #footerAsk li a {
        display: block;
        padding: 10px 0 20px;
        background: #3399cc;
        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 !important;
  padding: 70px 0; }
  .home #contents > section > div,
  .home #contents > .section > div {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 3%; }
.home #contents {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 560px) {
    .home #contents #low01 {
      order: 1; }
    .home #contents #low02 {
      order: 2; }
    .home #contents #low03 {
      order: 4; }
    .home #contents #low04 {
      order: 5; }
    .home #contents #low05 {
      order: 3; }
    .home #contents #dowmload {
      order: 6; }
    .home #contents #low06 {
      order: 7; } }
.home #hdImage {
  position: relative; }
  .home #hdImage .slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*　トリミングしたい枠の幅　*/
    padding-top: 45%;
    /*　トリミングしたい枠の高さ　*/ }
    .home #hdImage .slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%; }
  @media only screen and (min-width: 561px) and (max-width: 959px) {
    .home #hdImage .slide {
      position: relative;
      overflow: hidden;
      width: 100%;
      /*　トリミングしたい枠の幅　*/
      padding-top: 65%;
      /*　トリミングしたい枠の高さ　*/ }
      .home #hdImage .slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%; } }
  @media only screen and (max-width: 560px) {
    .home #hdImage {
      margin: 0;
      z-index: 10; }
      .home #hdImage .slide {
        position: relative;
        overflow: hidden;
        width: 100%;
        /*　トリミングしたい枠の幅　*/
        padding-top: 50%;
        /*　トリミングしたい枠の高さ　*/ }
        .home #hdImage .slide img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%; } }
  .home #hdImage h1 {
    position: absolute;
    z-index: 2;
    top: 20%;
    width: 100%;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5vw;
    letter-spacing: 2px;
    transition: .8s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }
    @media only screen and (max-width: 560px) {
      .home #hdImage h1 {
        font-size: 5vw; } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home #hdImage h1 {
        font-size: 2.9vw; } }
    .home #hdImage h1.on {
      opacity: 1; }
  .home #hdImage p {
    z-index: 1; }
    @media only screen and (max-width: 560px) {
      .home #hdImage p {
        margin: 0; } }
  .home #hdImage .top_banner {
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    z-index: 1; }
    @media only screen and (max-width: 560px) {
      .home #hdImage .top_banner {
        position: static;
        margin-top: 40px;
        margin-bottom: 40px;
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important; } }
    .home #hdImage .top_banner li {
      flex-basis: 25%;
      margin-right: 2%;
      margin-left: 2%; }
      @media only screen and (min-width: 561px) and (max-width: 959px) {
        .home #hdImage .top_banner li {
          flex-basis: 40%; } }
      @media only screen and (max-width: 560px) {
        .home #hdImage .top_banner li {
          flex-basis: 45% !important;
          margin-bottom: 2%; } }
      .home #hdImage .top_banner li img {
        max-width: 380px;
        margin: 0 auto; }
      .home #hdImage .top_banner li a {
        display: block;
        width: 100%;
        padding: 30px 40px;
        border-radius: 15px;
        box-shadow: 3px 3px 21px -7px rgba(0, 0, 0, 0.6); }
        @media only screen and (max-width: 560px) {
          .home #hdImage .top_banner li a {
            padding: 20px; } }
      .home #hdImage .top_banner li:first-child a {
        background: #facd89; }
      .home #hdImage .top_banner li:nth-child(2) a {
        background: #7ecef4; }
      .home #hdImage .top_banner li:nth-child(3) a {
        background: #ED8CA2; }
@media only screen and (max-width: 560px) {
  .home #homeTel {
    padding: 0 3%; } }
.home .arrow img {
  max-width: 250px; }
.home p.stickarrow {
  font-weight: bold; }
  .home p.stickarrow a {
    color: #f2a3c5 !important; }
    .home p.stickarrow a span {
      position: absolute;
      bottom: 15px;
      display: inline-block;
      width: 80px;
      height: 10px;
      border-bottom: 2px solid #f2a3c5;
      border-right: 2px solid #f2a3c5;
      transform: skew(45deg);
      transition-property: width;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out; }
    .home p.stickarrow a:hover span {
      width: 120px; }
@media only screen and (max-width: 560px) {
  .home #homeGuidance p.stickarrow,
  .home #homeEntranceExam p.stickarrow {
    text-align: center; } }
.home #low01 {
  background: #edf8fe;
  background: -moz-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #edf8fe), color-stop(100%, #e3edfe));
  background: -webkit-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -o-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -ms-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: linear-gradient(to right, #edf8fe 0%, #e3edfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .home #low01 .h_waku {
    background: #fff;
    border: 3px solid #ff0000;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 40px; }
    @media only screen and (max-width: 560px) {
      .home #low01 .h_waku {
        padding: 20px; } }
  .home #low01 h2 {
    color: red;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1em; }
    .home #low01 h2 span {
      display: inline-block; }
.home #low02 h2 {
  color: #3399cc;
  text-align: center;
  margin-bottom: 20px; }
.home .newsBlock {
  max-width: 1000px !important;
  max-height: 380px;
  padding: 35px 5%;
  overflow-y: scroll;
  background: #f7fbfd;
  border-radius: 7px;
  text-align: left;
  margin: 0 auto !important; }
  @media only screen and (max-width: 959px) {
    .home .newsBlock {
      float: none; } }
  @media only screen and (max-width: 560px) {
    .home .newsBlock {
      max-height: 250px;
      margin: auto 2% !important;
      padding: 2%; } }
  .home .newsBlock dt {
    color: #3399cc;
    font-weight: bold; }
    @media only screen and (max-width: 560px) {
      .home .newsBlock dt {
        margin-bottom: 7px; } }
  .home .newsBlock dd {
    margin: -1.6em 0 1em 0;
    padding: 0 0 1em 11em;
    border-bottom: 1px dotted #9FA4B8; }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .home .newsBlock dd {
        padding-left: 13em; } }
    @media only screen and (max-width: 560px) {
      .home .newsBlock dd {
        margin: 0 0 1em 0;
        padding: 0 0 1em 0; } }
    .home .newsBlock dd strong {
      color: inherit;
      font-size: inherit;
      font-weight: bold; }
    .home .newsBlock dd a {
      text-decoration: underline !important; }
    .home .newsBlock dd:before {
      display: block;
      width: 6em;
      text-align: center;
      margin-right: 1em;
      margin-bottom: 10px;
      padding: 0px 6px;
      font-size: 0.875rem;
      color: #fff;
      border-radius: 3px;
      content: "更新情報";
      background: #ffad1e; }
    .home .newsBlock dd.cat-1:before {
      content: "お知らせ";
      background: #e86684; }
    .home .newsBlock dd.cat-2:before {
      content: "その他";
      background: #3399cc; }
.home #news_chiiki {
  padding-top: 60px !important;
  padding-bottom: 30px !important; }
.home .newsBlock2 {
  max-width: 1000px !important;
  overflow-y: scroll;
  background: #f7fbfd;
  border-radius: 7px;
  text-align: left; }
  @media only screen and (min-width: 561px) {
    .home .newsBlock2 {
      width: 100%;
      max-height: 380px;
      margin: 0 auto !important;
      padding: 35px 5%; } }
  @media only screen and (max-width: 560px) {
    .home .newsBlock2 {
      max-height: 250px;
      margin: auto 2% !important;
      padding: 2%; } }
  .home .newsBlock2 dl {
    border-bottom: 1px dotted #9FA4B8; }
    @media only screen and (min-width: 561px) {
      .home .newsBlock2 dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px !important; } }
    @media only screen and (max-width: 560px) {
      .home .newsBlock2 dl {
        margin-bottom: 7px; } }
    .home .newsBlock2 dl dt {
      color: #3399cc;
      font-weight: bold; }
      @media only screen and (min-width: 561px) {
        .home .newsBlock2 dl dt {
          min-width: 13em; } }
    .home .newsBlock2 dl dd strong {
      color: inherit;
      font-size: inherit;
      font-weight: bold; }
    .home .newsBlock2 dl dd a {
      text-decoration: underline !important; }
.home .newsBlock::-webkit-scrollbar,
.home .newsBlock2::-webkit-scrollbar {
  height: 5px; }
.home .newsBlock::-webkit-scrollbar-track,
.home .newsBlock2::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #5cadd6; }
.home .newsBlock::-webkit-scrollbar-thumb,
.home .newsBlock2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3399cc; }
.home .newMark {
  display: inline-block;
  padding: 2px 5px !important;
  background: red;
  line-height: 1;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 50%;
  font-style: italic; }
.home .btnBacknumber a {
  display: table;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 8px 36px !important;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  background: #3399cc !important;
  box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;
  color: #fff !important; }
  .home .btnBacknumber a:hover {
    background: #82d0f4; }
.home .btnBacknumber2 a {
  display: table;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 8px 36px !important;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  background: #fff !important;
  box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;
  color: #3399cc !important; }
  .home .btnBacknumber2 a:hover {
    background: #82d0f4; }
.home #low03 {
  background: #edf8fe;
  background: -moz-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #edf8fe), color-stop(100%, #e3edfe));
  background: -webkit-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -o-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: -ms-linear-gradient(left, #edf8fe 0%, #e3edfe 100%);
  background: linear-gradient(to right, #edf8fe 0%, #e3edfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  margin-top: 0 !important; }
  .home #low03 > div {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 959px) {
      .home #low03 > div {
        flex-direction: column; } }
  .home #low03 h2 {
    flex: 0 1 35%;
    color: #3399cc;
    background: url("../img/h2_bg.svg") no-repeat left center;
    background-size: contain;
    padding: 60px 150px 60px;
    align-self: center; }
    @media only screen and (max-width: 959px) {
      .home #low03 h2 {
        padding: 20px 0;
        margin-bottom: 20px; } }
  .home #low03 ul {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 65%;
    margin: 0; }
    @media only screen and (max-width: 560px) {
      .home #low03 ul {
        flex-direction: column; } }
    .home #low03 ul li {
      flex: 1 1 45%;
      align-self: center;
      background: #ffffff;
      border-radius: 15px;
      box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;
      margin-right: 5%; }
      .home #low03 ul li:nth-child(1), .home #low03 ul li:nth-child(2) {
        margin-bottom: 40px; }
      @media only screen and (max-width: 560px) {
        .home #low03 ul li {
          margin-right: 0; }
          .home #low03 ul li:nth-child(1), .home #low03 ul li:nth-child(2), .home #low03 ul li:nth-child(3) {
            margin-bottom: 20px; } }
      .home #low03 ul li a {
        display: block;
        width: 100%;
        padding: 20px 40px; }
        @media only screen and (max-width: 560px) {
          .home #low03 ul li a {
            padding: 10px 20px; } }
  .home #low03 .grid {
    width: 65%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
    @media only screen and (max-width: 560px) {
      .home #low03 .grid {
        width: 100%; } }
    .home #low03 .grid .item {
      padding: 15px;
      text-align: center;
      background: #ffffff;
      border-radius: 15px;
      box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF; }
    .home #low03 .grid img {
      max-width: 100%;
      height: auto; }
    .home #low03 .grid p {
      text-align: left; }
.home #low04 {
  display: flex;
  padding: 0  !important; }
  @media only screen and (max-width: 560px) {
    .home #low04 {
      flex-direction: column; } }
  .home #low04 > section {
    flex: 0 1 50%;
    text-align: center;
    background: #fcfcfc;
    background: -moz-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
    background: -o-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
    background: linear-gradient(to right, #fcfcfc 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    padding: 70px 0;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 560px) {
      .home #low04 > section {
        background: #fcfcfc;
        background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
        background: -webkit-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
        background: -o-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
        background: -ms-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
        background: linear-gradient(to bottom, #fcfcfc 0%, #f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); } }
    .home #low04 > section h2 {
      color: #3399cc; }
    .home #low04 > section .btn-link a {
      border-radius: 25px;
      font-size: 1.1rem;
      font-weight: bold;
      background: #3399cc;
      box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;
      color: #fff;
      padding: 10px 40px; }
      .home #low04 > section .btn-link a:hover {
        background: #82d0f4; }
.home #dowmload {
  background: url("../img/bg.jpg") no-repeat left bottom;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 42px;
  margin: 0 !important; }
  .home #dowmload p {
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center; }
    .home #dowmload p a {
      display: block;
      width: 100%;
      border-radius: 35px;
      font-size: 1.5rem;
      font-weight: bold;
      background: #3399cc;
      box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;
      color: #fff;
      padding: 10px 40px; }
      .home #dowmload p a:hover {
        background: #82d0f4; }
  .home #dowmload img {
    max-width: 300px;
    height: auto;
    margin: 0 auto; }
.home #low05 h2 {
  color: #fbb134;
  text-align: center;
  margin-bottom: 20px; }
.home #low05 #link_map {
  float: right;
  width: 28%; }
  @media only screen and (max-width: 959px) {
    .home #low05 #link_map {
      float: none;
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 560px) {
    .home #low05 #link_map h3 {
      color: #3399cc;
      text-align: center;
      border: 2px solid #3399cc;
      margin-bottom: 20px !important;
      background-image: url("../img/h3_bg.svg");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: right 10px center; }
      .home #low05 #link_map h3.selected {
        background-image: url("../img/h3_bg_02.svg"); } }
  .home #low05 #link_map svg {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 959px) {
      .home #low05 #link_map svg {
        max-width: 250px;
        margin-bottom: 40px; } }
.home #low05 #search {
  float: left;
  width: 68%; }
  @media only screen and (max-width: 959px) {
    .home #low05 #search {
      float: none;
      width: 100%; } }
  .home #low05 #search > section {
    display: flex;
    margin-bottom: 20px !important; }
    @media only screen and (max-width: 560px) {
      .home #low05 #search > section {
        flex-direction: column;
        width: 100%; } }
  .home #low05 #search h3 {
    color: #3399cc;
    flex: 0 1 25%; }
    @media only screen and (max-width: 560px) {
      .home #low05 #search h3 {
        flex: 1 1 100%;
        text-align: center;
        border: 2px solid #3399cc;
        background-image: url("../img/h3_bg.svg");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: right 10px center; }
        .home #low05 #search h3.selected {
          background-image: url("../img/h3_bg_02.svg"); } }
  .home #low05 #search div {
    flex: 1 1 65%; }
    @media only screen and (max-width: 560px) {
      .home #low05 #search div {
        flex: 1 1 100%;
        margin-top: 20px; } }
    .home #low05 #search div ul {
      margin-top: 5px !important; }
      @media only screen and (max-width: 560px) {
        .home #low05 #search div ul {
          width: 90%;
          margin: 20px auto; } }
      .home #low05 #search div ul li {
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0.3em;
        padding-right: 0.5em;
        border-right: 1px solid #3399cc; }
        .home #low05 #search div ul li a {
          color: #3399cc; }
.home #low05 select::-ms-expand {
  display: none; }
.home #low05 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 15px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  border: none;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #f0f0f0;
  width: 160px; }
  @media only screen and (max-width: 560px) {
    .home #low05 select {
      width: 100%; } }
.home #low05 form span {
  display: block;
  width: 160px;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .home #low05 form span {
      width: 100%; } }
@media only screen and (max-width: 560px) {
  .home #low05 form {
    width: 80%;
    margin: 0 auto;
    text-align: center; } }
.home #low05 .cp_button06 {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding: 0.5em 1em;
  width: 160px;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #fff;
  background: transparent;
  overflow: hidden;
  border: 1px solid #3399cc;
  border-radius: 100px;
  background: #3399cc; }
  @media only screen and (max-width: 560px) {
    .home #low05 .cp_button06 {
      font-size: 4vw;
      display: inline-block;
      margin: 20px auto; } }
.home #low05 .cp_button06:after, .home #low05 .cp_button06:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: '';
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  opacity: 0; }
.home #low05 .cp_button06:before {
  background: #297aa3;
  -webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
  transform: translate3d(-110%, -10%, 0) skewX(-20deg); }
.home #low05 .cp_button06:after {
  -webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
  transform: translate3d(110%, -10%, 0) skewX(-20deg);
  background: #3399cc; }
.home #low05 .cp_button06:hover {
  transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background: #297aa3;
  border: 1px solid #3399cc; }
.home #low05 .cp_button06:hover:after, .home #low05 .cp_button06:hover:before {
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
  transform: translate3d(50%, -10%, 0) skewX(-20deg);
  opacity: 1; }
.home #low05 .cp_button06:active {
  opacity: 0.5;
  color: #ffffff; }
.home #low05 .cp_button06:focus {
  border: 1px solid #3399cc;
  color: #ffffff; }
.home #low05 .cp_button06:focus:hover {
  color: #ffffff;
  border: 1px solid #3399cc; }
.home #low06 {
  background: #fcfcfc;
  background: -moz-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
  background: -o-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(left, #fcfcfc 0%, #f4f4f4 100%);
  background: linear-gradient(to right, #fcfcfc 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .home #low06 h2 {
    color: #3399cc;
    text-align: center; }
  .home #low06 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .home #low06 ul li {
      margin-bottom: 20px;
      border-radius: 5px;
      box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF; }
      .home #low06 ul li img {
        max-width: 250px; }
        @media only screen and (max-width: 560px) {
          .home #low06 ul li img {
            width: 100%;
            max-width: 350px !important; } }

.jigyou #contents dd a {
  font-weight: bold;
  color: #3399cc !important;
  text-decoration: underline !important; }
.jigyou #contents p {
  margin-bottom: 2em; }
.jigyou #contents ul {
  margin-bottom: 2em; }
.jigyou #contents ol {
  margin-bottom: 2em; }

.night .table_night {
  counter-reset: number; }
  @media only screen and (max-width: 560px) {
    .night .table_night th, .night .table_night td {
      padding: 2px;
      font-size: 0.9em; } }
  .night .table_night tbody th {
    counter-increment: number;
    text-align: center; }
    .night .table_night tbody th:before {
      content: counter(number);
      color: #3399cc;
      font-weight: bold; }
  .night .table_night thead th {
    background: #ebf5fa; }
  .night .table_night td.address, .night .table_night td.time {
    text-align: center;
    width: 10%; }
    .night .table_night td.address small, .night .table_night td.time small {
      font-size: 0.8em; }
  .night .table_night td.kikan {
    font-weight: bold;
    width: 20%; }
  .night .table_night td a {
    color: #3399cc !important;
    text-decoration: underline !important; }
  .night .table_night td.date {
    background: #85c2e0;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    .night .table_night td.date small {
      font-size: 0.9em; }
  .night .table_night td ul {
    margin: 0 !important; }
  .night .table_night td li {
    display: inline-block;
    border: 1px solid #3399cc;
    color: #666;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 0 3px; }
    .night .table_night td li small {
      font-size: 0.9em; }

.links #contents ul li {
  margin-bottom: 1em; }
  .links #contents ul li:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3399cc;
    margin-right: 5px; }

.iin_map #contents #map_canvas {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 10px; }
@media only screen and (max-width: 560px) {
  .iin_map #contents table.timetable {
    width: 100%; } }
.iin_map #contents table.timetable th {
  border: 1px solid #3399cc !important;
  background: #ddf4ff !important;
  text-align: center !important; }
  @media only screen and (max-width: 560px) {
    .iin_map #contents table.timetable th {
      padding: 5px !important; } }
.iin_map #contents table.timetable td {
  border: 1px solid #3399cc !important;
  text-align: center !important;
  padding: 5px !important; }
.iin_map #contents svg {
  width: 100%;
  max-width: 500px; }

.area #contents .clinic_list {
  float: left;
  width: 74%; }
  @media only screen and (max-width: 959px) {
    .area #contents .clinic_list {
      float: none;
      width: 100%; } }
.area #contents .area_map {
  float: right;
  width: 19%; }
  @media only screen and (max-width: 959px) {
    .area #contents .area_map {
      float: none;
      width: 100%; } }
  .area #contents .area_map svg {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 959px) {
      .area #contents .area_map svg {
        max-width: 250px;
        margin: 0 auto; } }
.area #contents table.list_table tr:nth-child(even) td {
  border-bottom: 3px solid #e4e4e4; }
.area #contents table.list_table th {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  color: #3399cc;
  font-weight: bold; }
.area #contents table.list_table td {
  border: 1px solid #f0f0f0;
  padding: 5px 5px 1.5em 5px;
  vertical-align: middle; }
  .area #contents table.list_table td a {
    background: #3399cc;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #3399cc;
    text-align: center; }
    .area #contents table.list_table td a:hover {
      background: #fff;
      color: #3399cc;
      border: 1px solid #3399cc; }
  .area #contents table.list_table td dl {
    margin: 1em 0 0 0; }
  .area #contents table.list_table td dt {
    margin: 0;
    padding: 0;
    padding-top: 1em; }
    .area #contents table.list_table td dt:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #3399cc;
      margin-right: 5px; }
  .area #contents table.list_table td dd a {
    background: #fff;
    color: #3399cc;
    font-weight: bold;
    padding: 3px;
    border: none;
    text-align: left; }
.area #contents table.list_table .sp_list td {
  padding-bottom: 5px; }
.area #contents table.list_table ul {
  max-width: 550px; }
.area #contents table.list_table li {
  display: inline-block;
  border: 1px solid #3399cc;
  color: #666;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px; }
.area #contents .clinic_name {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  padding-left: 10px; }
  .area #contents .clinic_name:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffad1e;
    font-size: 1.5em; }

.detail #contents .clinic_detail {
  float: left;
  width: 74%; }
  .detail #contents .clinic_detail div {
    position: static; }
  @media only screen and (max-width: 959px) {
    .detail #contents .clinic_detail {
      float: none;
      width: 100%; } }
.detail #contents .area_map {
  float: right;
  width: 19%; }
  @media only screen and (max-width: 959px) {
    .detail #contents .area_map {
      float: none;
      width: 100%; } }
  .detail #contents .area_map svg {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 959px) {
      .detail #contents .area_map svg {
        max-width: 250px;
        margin: 0 auto; } }
.detail #contents h2 {
  padding-left: 2em;
  padding-bottom: 0;
  border-bottom: 3px solid #ffad1e; }
  .detail #contents h2:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffad1e;
    font-size: 1.5em;
    background: none; }
  .detail #contents h2:after {
    content: "";
    background: none; }
.detail #contents dt {
  font-weight: bold;
  font-size: 1.2em; }
  .detail #contents dt:before {
    color: #3399cc;
    margin-right: 5px; }
  .detail #contents dt.kamoku:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .detail #contents dt.chiiki:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .detail #contents dt.add:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em; }
  .detail #contents dt.web_link:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3399cc;
    margin-right: 5px; }
  .detail #contents dt.jikan:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .detail #contents dt.google_map:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
.detail #contents dd {
  margin-bottom: 1.5em; }
  .detail #contents dd a {
    color: #3399cc;
    text-decoration: underline; }
.detail #contents li {
  display: inline-block;
  border: 1px solid #3399cc;
  color: #666;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px; }

.member .dispPhone, .member #hdNav, .member #globalNav, .member .menu-trigger, .member .accordion p {
  display: none; }
@media only screen and (max-width: 959px) {
  .member .dispPhone, .member .accordion p {
    display: block;
    text-align: right;
    padding-right: 10px;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    font-size: 2rem; } }
.member .login_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000; }
  .member .login_button li a {
    background: #1f5c7a;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    font-size: 0.9rem; }
    @media only screen and (max-width: 560px) {
      .member .login_button li a {
        border-radius: 2px;
        padding: 15px 8px;
        font-size: 1rem; } }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .member .login_button li a {
        padding: 9px 8px;
        text-align: center;
        font-size: 1.5vw; } }
    .member .login_button li a i {
      margin-right: 15px; }
.member #me_subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3399cc; }
  @media only screen and (max-width: 959px) {
    .member #me_subNav {
      display: block;
      width: 100%;
      position: absolute; } }
  .member #me_subNav li {
    -webkit-box-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 1px solid #fff; }
    @media only screen and (max-width: 959px) {
      .member #me_subNav li {
        flex: 0 1 100%; } }
    .member #me_subNav li a {
      display: block;
      width: 100%;
      margin: 0;
      padding: 12px 8px;
      color: #fff !important;
      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) {
        .member #me_subNav li a {
          font-size: 3.5vw; } }
      .member #me_subNav li 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); }
      .member #me_subNav li a:hover {
        background: #2b81ab; }
  .guiInd .member #me_subNav li:nth-of-type(1) a, .guiGre .member #me_subNav li:nth-of-type(2) a, .guiEnk .member #me_subNav li:nth-of-type(3) a, .guiJis .member #me_subNav li:nth-of-type(4) a, .guiEmp .member #me_subNav li:nth-of-type(5) a, .proInd .member #me_subNav li:nth-of-type(1) a, .proShi .member #me_subNav li:nth-of-type(2) a, .infInd .member #me_subNav li:nth-of-type(1) a, .infStu .member #me_subNav li:nth-of-type(2) a, .infGra .member #me_subNav li:nth-of-type(3) a {
    background: #297aa3; }
.member #contents {
  /* Pager style */ }
  .member #contents #news .dd-title {
    margin-bottom: 0.6em; }
  .member #contents #news .newMark {
    display: inline-block;
    padding: 3px 4px 0px 4px;
    border: 1px solid #F00;
    font-size: 10px;
    line-height: 1;
    color: #f00;
    border-radius: 8px;
    font-style: italic; }
  .member #contents #news .catName {
    padding: 5px 5px 2px 5px;
    border: 1px solid #fff;
    font-size: 11px;
    line-height: 1;
    background: #F00;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #999; }
  .member #contents #news .se .catName {
    background: #578759; }
  .member #contents #news .mi .catName {
    background: #24578d; }
  .member #contents #news .ka .catName {
    background: #b78231; }
  .member #contents #news .inline {
    padding: 1em 1em 0 0;
    background: #fff;
    box-sizing: content-box; }
  .member #contents .news #news > div {
    height: auto;
    overflow-y: auto;
    border-bottom: none; }
  .member #contents #news dl {
    padding: 0.8em 0 0.5em 1em;
    border-bottom: 1px dotted #777777; }
  .member #contents .me_home #news dl {
    padding: 0.8em  0 0 1em; }
  .member #contents #news dt {
    font-weight: normal;
    color: #878787;
    font-size: 0.9em; }
  .member #contents .me_home #news dt {
    float: left;
    width: 10%;
    min-width: 10em;
    line-height: 1.3em; }
  .member #contents #news dt span {
    margin-right: 1em; }
  .member #contents #news dt img {
    display: inline; }
  .member #contents #news dd {
    margin-top: 1em;
    padding-left: 1em;
    line-height: 1.3em; }
  .member #contents .me_home #news dd {
    float: left;
    width: 80%;
    margin-top: 0em; }
  .member #contents #news .dd-title {
    width: 17%;
    float: left; }
  .member #contents #news .dd-main {
    width: 78%;
    float: right; }
  .member #contents #news .newsImage img {
    display: inline-block;
    width: 23%;
    height: auto;
    margin-right: 1%; }
  .member #contents #news dd strong {
    font-weight: bold;
    color: #3977b4; }
  .member #contents #news .comment {
    margin-bottom: 1em; }
  .member #contents #news .comment p {
    margin-bottom: 1em; }
  .member #contents #news .comment p.newsImage a {
    display: inline-block;
    margin-right: 3px; }
  .member #contents #news .comment p.title {
    display: block;
    margin-bottom: 1em; }
  .member #contents #news .comment p.title:before {
    content: "【"; }
  .member #contents #news .comment p.title:after {
    content: "】"; }
  .member #contents #news .newsFile {
    position: relative;
    font-size: 0.8em; }
  .member #contents #news .newsFile span {
    display: inline-block;
    padding: 6px 1.2em 3px 6px;
    line-height: 1;
    border: 1px solid #EBEBEB;
    color: #fff !important;
    text-decoration: none !important;
    background: #47a0c6; }
  .member #contents #news .newsFile img {
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -5px;
    height: 22px;
    width: auto; }
  .member #contents #news .icon img {
    max-width: 32px; }
  .member #contents .se #news .link-tb1 p {
    margin: 0;
    padding: 1em 0 0.2em 0;
    text-align: center;
    background: #f0f0f0; }
  .member #contents .se #news .link-tb1 li {
    position: relative;
    float: left;
    width: 33.33%; }
  .member #contents .se #news .link-tb1 li a {
    display: block;
    padding: 0.6em 0 12px 0;
    text-decoration: none !important;
    border: 1px solid #c0c0c0;
    font-size: 0.8em;
    color: #ffffff;
    text-align: center; }
  .member #contents .se #news .link-tb1 li:after {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 48%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    content: " ";
    border: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .member #contents .mi #news .link-tb1 li,
  .member #contents .ka #news .link-tb1 li {
    margin-top: 1em;
    text-align: right; }
  .member #contents .se #news .link-tb1 li.g-se {
    background: #578759; }
  .member #contents .se #news .link-tb1 li.g-mi {
    background: #24578d; }
  .member #contents .se #news .link-tb1 li.g-ka {
    background: #b78231; }
  .member #contents .se #news .link-tb1 li.g-se:hover {
    background: #72b275; }
  .member #contents .se #news .link-tb1 li.g-mi:hover {
    background: #59728c; }
  .member #contents .se #news .link-tb1 li.g-ka:hover {
    background: #b59b75; }
  .member #contents .pager {
    text-align: right;
    padding: 10px;
    clear: both; }
    .member #contents .pager a {
      border: 1px solid #999;
      border-radius: 5px 5px 5px 5px;
      color: #333;
      font-size: 12px;
      padding: 3px 7px 2px;
      text-decoration: none !important;
      margin: 0 1px; }
      .member #contents .pager a.current {
        background: #999;
        border: 1px solid #999;
        border-radius: 5px 5px 5px 5px;
        color: #fff !important;
        font-size: 12px;
        padding: 3px 7px 2px;
        margin: 0 1px;
        text-decoration: none !important; }
      .member #contents .pager a:hover {
        background: #999;
        color: #fff; }
  .member #contents .overPagerPattern {
    padding: 0 2px; }
  .member #contents .me_home #news {
    padding-top: 50px; }
  .member #contents .backORcloseBtn {
    margin: 2em 0 1em 0; }
  .member #contents .backORcloseBtn a {
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    font-size: 0.8em; }
  .member #contents .me_home #menu_01,
  .member #contents .me_news_de #menu_01,
  .member #contents .news1 #menu_02,
  .member #contents .news2 #menu_03,
  .member #contents .news3 #menu_04,
  .member #contents .news4 #menu_05 {
    background: #e3e3e3; }
  .member #contents .submitBox table.borderTable01 td {
    border: none !important;
    backgorund: #3d79b6 !important;
    color: #ffffff !important; }
  @media only screen and (max-width: 959px) {
    .member #contents #news {
      margin: 0px -3% 15px -3%;
      background: #f6f8eb;
      padding-bottom: 20px; }
      .mi #news {
        background: #edf4f7; }

      .ka #news {
        background: #fae2c4; }
    .member #contents .mi #news {
      background: #edf4f7; }
    .member #contents .ka #news {
      background: #fae2c4; }
    .member #contents #news h2 {
      margin-left: 0;
      margin-right: 0; }
    .member #contents #news div.inline {
      width: 82%;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #E5E5E5;
      padding: 10px !important; }
    .member #contents .news #news > div {
      width: auto;
      height: auto;
      background: #ffffff;
      border: none; }
    .member #contents #news dl {
      padding: 0.8em 0 0.5em 0.5em; }
    .member #contents #news dd {
      margin-top: 1em;
      padding-left: 0em; }
    .member #contents #news .dd-title,
    .member #contents #news .dd-main {
      width: 100%;
      float: none; }
    .member #contents #news .newsImage img {
      width: 31%;
      margin-right: 1%; }
    .member #contents .se #news .link-tb1 p {
      background: none; } }

.sitemap #contents section dl {
  margin-top: 20px; }
.sitemap #contents section > dl > dd ul {
  margin: 0 !important; }
.sitemap #contents section > dl > dd li {
  padding-bottom: 0.5em; }
.sitemap #contents section > dl > dd > ul > li {
  background: url(../img/line_04.gif) no-repeat left top;
  padding-left: 13px; }
  .sitemap #contents section > dl > dd > ul > li:last-child {
    background: url(../img/line_02.gif) no-repeat left top; }
.sitemap #contents section > dl > dd > ul > li > ul > li {
  background: url(../img/line_04.gif) no-repeat left top;
  padding-left: 13px; }
  .sitemap #contents section > dl > dd > ul > li > ul > li:last-child {
    background: url(../img/line_02.gif) no-repeat left top; }
  .sitemap #contents section > dl > dd > ul > li > ul > li > ul {
    padding-top: 0.5em; }
  .sitemap #contents section > dl > dd > ul > li > ul > li > ul > li:before {
    content: "● ";
    color: #3399cc;
    font-size: 0.5em;
    margin-left: -1em;
    padding-left: 1em; }

.mail_form button,
.mail_form input,
.mail_form select,
.mail_form textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }
.mail_form button,
.mail_form input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }
.mail_form button,
.mail_form html input[type="button"],
.mail_form input[type="reset"],
.mail_form input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #3399cc;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  padding: 0.8em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
.mail_form button:hover,
.mail_form html input[type="button"]:hover,
.mail_form input[type="reset"]:hover,
.mail_form input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  background: #5cadd6; }
.mail_form button:focus,
.mail_form html input[type="button"]:focus,
.mail_form input[type="reset"]:focus,
.mail_form input[type="submit"]:focus,
.mail_form button:active,
.mail_form html input[type="button"]:active,
.mail_form input[type="reset"]:active,
.mail_form input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
.mail_form input[type="checkbox"],
.mail_form input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }
.mail_form input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }
.mail_form input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }
.mail_form button::-moz-focus-inner,
.mail_form input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }
.mail_form input[type=text],
.mail_form input[type=email],
.mail_form textarea {
  background: rgba(51, 153, 204, 0.2);
  border: 1px solid rgba(51, 153, 204, 0.2);
  border-radius: 3px;
  padding: 6px; }
.mail_form input[type=text]:focus,
.mail_form input[type=email]:focus,
.mail_form textarea:focus {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399cc; }
.mail_form textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }
.mail_form .input-ss {
  max-width: 2em !important;
  border-radius: 3px; }
.mail_form .input-s {
  max-width: 8em !important;
  border-radius: 3px; }
.mail_form .input-m {
  max-width: 15em !important;
  border-radius: 3px; }
  @media only screen and (max-width: 560px) {
    .mail_form .input-m {
      width: 100%; } }
.mail_form .input-l {
  max-width: 35em !important; }
.mail_form .input-ll {
  width: 98% !important; }
.mail_form #contents table {
  width: 100%;
  max-width: 800px; }
.mail_form #contents table, .mail_form #contents th, .mail_form #contents td {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none; }
.mail_form #contents th, .mail_form #contents td {
  padding: 10px 20px; }
  @media only screen and (max-width: 560px) {
    .mail_form #contents th, .mail_form #contents td {
      display: list-item; } }
.mail_form #contents th span {
  color: red; }

/*.flow li {
	margin-bottom: 80px !important;
	padding: 12px;
	background: lighten($color-sub1, 30%);
	border-radius: $radius;
	text-align: center;
	@include media(sp) {
		text-align: left;
	}
	&:last-of-type {
		margin-bottom: 50px !important;
	}
	&:not(:last-of-type):after {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -80px;
		content: url("../img/flowArrow-brown.png");
		width: 77px;
		margin: 0 auto;
	}
}*/
#check {
  border: 2px solid #3399cc;
  border-radius: 10px;
  width: 80%;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 560px) {
    #check {
      width: 100%; } }
  #check h3 {
    display: block !important;
    font-size: 1.3rem;
    font-weight: bold !important;
    text-align: center !important;
    border-left: none !important; }
    @media only screen and (max-width: 560px) {
      #check h3 {
        text-align: left !important; } }
  #check h4 {
    display: block !important;
    text-align: center !important;
    color: #fff;
    font-size: 1.1rem;
    background: #3399cc;
    padding: 10px 10px 7px;
    margin-bottom: 1em; }
    @media only screen and (max-width: 560px) {
      #check h4 {
        text-align: left !important; } }
  #check p {
    text-align: center; }
    @media only screen and (max-width: 560px) {
      #check p {
        text-align: left; } }
  #check ul {
    width: 100%;
    margin: 0 auto; }
  #check .flow3 li {
    width: 100%;
    margin: 5px auto; }
  #check li {
    display: inline-block;
    width: 49%; }
    #check li a {
      display: block;
      text-align: center;
      border-radius: 5px;
      font-size: 1.1rem;
      font-weight: bold;
      background: #3399cc;
      /*box-shadow: 0.3px 0.3px 9px #D0D0D0, -0.3px -0.3px 9px #FFFFFF;*/
      color: #fff;
      padding: 10px 10px 7px; }
      #check li a:hover {
        background: #82d0f4; }
      @media only screen and (max-width: 560px) {
        #check li a {
          text-align: left; } }

.news_general > section {
  margin-bottom: 0 !important;
  padding: 70px 0; }
.news_general h1 {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 20px 3% 20px 3%;
  color: #3399cc;
  letter-spacing: 2px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem; }
  @media only screen and (max-width: 560px) {
    .news_general h1 {
      font-size: 7.5vw;
      letter-spacing: 0; }
      .news_general h1:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 0.3em; } }
.news_general .newsBlock {
  width: 94%;
  max-width: 1200px !important;
  margin: 0 auto !important; }
  @media only screen and (max-width: 560px) {
    .news_general .newsBlock {
      margin: auto 2% !important; } }
  .news_general .newsBlock h2 {
    color: #3399cc;
    text-align: left;
    margin-bottom: 20px; }
.news_general .newMark {
  display: inline-block;
  padding: 2px 5px !important;
  background: red;
  line-height: 1;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 50%;
  font-style: italic; }
.news_general .pager {
  margin-top: 40px; }
  .news_general .pager a {
    display: inline-block !important;
    margin: 0 0.5em 1em 0 !important;
    padding: 6px 10px !important;
    line-height: 1 !important;
    border: 1px solid #3399cc;
    border-radius: 4px;
    color: #333;
    background: #fff;
    font-size: 0.8em !important; }
    .news_general .pager a.current {
      background: #999 !important;
      border: 1px solid #999;
      color: #fff !important; }

.nePas #low01 {
  padding-top: 50px;
  background: #f7fbfd; }
.nePas dl {
  text-align: left;
  margin: 0 auto !important; }
  @media only screen and (max-width: 959px) {
    .nePas dl {
      float: none; } }
  @media only screen and (max-width: 560px) {
    .nePas dl {
      padding: 2%; } }
  .nePas dl dt {
    color: #3399cc;
    font-weight: bold; }
    @media only screen and (max-width: 560px) {
      .nePas dl dt {
        margin-bottom: 7px; } }
  .nePas dl dd {
    margin: -1.6em 0 1em 0;
    padding: 0 0 1em 11em;
    border-bottom: 1px dotted #9FA4B8; }
    @media only screen and (min-width: 561px) and (max-width: 959px) {
      .nePas dl dd {
        padding-left: 13em; } }
    @media only screen and (max-width: 560px) {
      .nePas dl dd {
        margin: 0 0 1em 0;
        padding: 0 0 1em 0; } }
    .nePas dl dd strong {
      color: inherit;
      font-size: inherit;
      font-weight: bold; }
    .nePas dl dd a {
      text-decoration: underline !important; }
    .nePas dl dd::before {
      display: block;
      width: 6em;
      text-align: center;
      margin-right: 1em;
      margin-bottom: 10px;
      padding: 0px 6px;
      font-size: 0.875rem;
      color: #fff;
      border-radius: 3px;
      content: "更新情報";
      background: #ffad1e; }
    .nePas dl dd.cat-1:before {
      content: "お知らせ";
      background: #e86684; }
    .nePas dl dd.cat-2:before {
      content: "その他";
      background: #3399cc; }

.neAll dl {
  border-bottom: 1px dotted #c0c0c0; }
  @media only screen and (min-width: 960px) {
    .neAll dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding-bottom: 18px; }
      .neAll dl dt {
        width: 11em;
        margin-right: 2em; } }

.neDet h1 span {
  display: block;
  font-size: 0.8em;
  line-height: 1.2 !important; }
.neDet .newsBlock h2 {
  padding-left: 0 !important; }
  @media only screen and (min-width: 960px) {
    .neDet .newsBlock h2 {
      font-size: 1.2em; } }
  @media only screen and (max-width: 560px) {
    .neDet .newsBlock h2 {
      font-size: 1em; } }
  .neDet .newsBlock h2::before {
    display: none !important; }
  .neDet .newsBlock h2::after {
    left: 0 !important;
    height: 3px !important; }
.neDet .date {
  margin-bottom: 2em !important; }
.neDet .imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .neDet .imgBlock .detailUpfile {
    max-width: 300px;
    min-width: 200px;
    margin: 0 3% 12px 0; }
    .neDet .imgBlock .detailUpfile img {
      transition: all 0.3s ease-in-out;
      border: 3px solid #fff; }
    .neDet .imgBlock .detailUpfile:hover {
      cursor: pointer; }
      .neDet .imgBlock .detailUpfile:hover img {
        border: 3px solid #3399cc; }
.neDet .newsFile {
  position: relative;
  display: table;
  margin: 2em 0 !important; }
  .neDet .newsFile a span {
    display: block;
    margin-right: 40px; }
  .neDet .newsFile .icon {
    display: block;
    max-width: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.neDet .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }
  .neDet .modal .bigimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px; }
    .neDet .modal .bigimg p {
      padding: 1em;
      background: #fff; }
  .neDet .modal .close-btn {
    position: absolute;
    z-index: 15;
    right: 20%;
    top: 25%;
    transform: translateY(-25%);
    color: #fff !important;
    font-size: 40px;
    text-decoration: none; }
    .neDet .modal .close-btn a {
      color: #fff !important; }

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

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

  .menu-trigger {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    	/*width: 40px;
    	height: 40px;
    	background: #fff;
    	cursor: pointer;
    	border-radius: 50%;
       border:2px solid $color-bass;*/
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .menu-trigger:before {
      content: url("../img/menu_icon.svg");
      		/*display: inline-block;
      		content: '\f0c9';
      		width: 36px;
      		height: 36px;
      		color: $color-bass;
      		font-family: "Font Awesome 5 Free";
       		font-weight: 900;
      		font-size: 1.2em;
      		text-align: center;
      		line-height: 36px;*/ }
    .menu-active .menu-trigger:before {
      content: url("../img/close_icon.svg"); } }
/* 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; }

  header {
    position: static !important; }

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

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

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

  header {
    margin-bottom: 0 !important; }
    header nav #hdNav {
      margin-bottom: 0 !important; }
      header nav #hdNav li a {
        font-size: 1.5vw; }
    header nav #globalNav {
      float: none;
      width: 100%; }

  #container {
    padding-top: 0 !important; }

  #hdImage {
    position: relative; }
    #hdImage .slide {
      position: relative;
      overflow: hidden;
      width: 100%;
      /*　トリミングしたい枠の幅　*/
      padding-top: 10%;
      /*　トリミングしたい枠の高さ　*/ }
      #hdImage .slide img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%; } }
