@charset "UTF-8";
.ex_info {
  margin: 10px;
  padding: 10px; }

.ex_info h2 {
  text-align: center;
  color: red;
  border-bottom: 2px solid #267a5e;
  margin: 10px 0;
  font-size: 1.6rem; }

.ex_info p {
  margin: 0 0 10px; }

.slick-slider {
  margin-bottom: 10px; }

.slick-items {
  font-size: 1rem;
  margin: 10px;
  box-sizing: border-box; }

.slick-items div.sclink {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

.slick-items div.sclink img {
  display: block;
  float: left;
  height: 52px; }

.slick-items div.sclink a {
  box-sizing: border-box;
  display: table-cell;
  background: #fff;
  height: 52px;
  width: 350px;
  margin: 0 0;
  vertical-align: middle;
  border: 2px solid #38b48b;
  border-right: 14px solid #38b48b;
  position: relative;
  color: #222; }

.slick-items div.sclink p {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
  position: relative;
  padding-left: 10px; }

.slick-items div.sclink a::after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -10px;
  height: 0px;
  width: 0px; }

h2 {
  font-size: 1.4rem;
  border-bottom: 1px solid #38b48b;
  line-height: 2em;
  position: relative; }

h2 span {
  font-size: 1rem;
  display: block;
  border-bottom: 3px solid #38b48b;
  color: #267a5e;
  line-height: 1.4rem; }

h2 a {
  position: absolute;
  font-size: 1rem;
  display: block;
  background: #267a5e;
  color: #fff;
  top: 2rem;
  right: 0;
  margin-right: 20px;
  height: 2em;
  line-height: 2em;
  padding: 0 5px; }

.contents_inner h2 a.blue_link {
  position: absolute;
  font-size: 1rem;
  display: block;
  background: #267a5e;
  color: #fff;
  top: 1rem;
  right: 0;
  margin-right: 20px;
  height: 2rem;
  line-height: 2rem;
  padding: 0 5px; }

h2 a::after {
  content: "";
  width: 0;
  height: 0;
  right: -2rem;
  position: absolute;
  border: 1rem transparent solid;
  border-left: 1rem #267a5e solid; }

.index_link {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.index_link li {
  display: block;
  border: 1px solid #267a5e;
  margin-bottom: 10px; }

.index_link li a {
  height: 80px;
  display: block;
  background: #fff;
  border-left: 10px solid #267a5e;
  color: #267a5e;
  margin: 0; }

.index_link li a img {
  float: right;
  display: block;
  height: 100%; }

.index_link li a p {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  width: 306px;
  padding-left: 10px; }

.index_link2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem; }

.index_link2 li {
  display: block;
  margin-bottom: 10px; }

.index_link2 li a {
  display: block; }

.index_link2 li a img {
  display: block;
  width: 100%; }

.times {
  margin: 0 auto 20px; }

.times > div {
  margin: 10px auto 0; }

.times .blue {
  line-height: 2em;
  font-size: 1.5rem;
  width: 50%;
  float: left;
  margin-bottom: 10px; }

.times .blue span {
  background: #267a5e;
  color: #fff;
  font-size: 1rem;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
  margin-right: 1em; }

.times .white {
  clear: both;
  line-height: 1.5rem;
  font-size: 1rem; }

.times .white span {
  background: #fff;
  float: left;
  color: #267a5e;
  border: 1px solid #267a5e;
  font-size: 1rem;
  height: 2.5rem;
  width: 4em;
  line-height: 2.5rem;
  border-radius: 3rem;
  display: block;
  text-align: center;
  margin-right: 1em; }

.contents_inner a {
  margin: 10px 0; }

.contents_inner > p {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0; }

.contents_inner > p::before {
  content: "※"; }

.index-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0; }

.index-news {
  float: none;
  margin-top: 20px;
  background: #fff;
  padding: 10px; }

.index-news #tabs {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #267a5e; }

.index-news #tabs li {
  display: block;
  border: 1px solid #267a5e;
  border-bottom: 0 solid #267a5e;
  padding: 5px;
  border-radius: 4px 4px 0 0;
  min-width: 11%;
  font-size: 1.1rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.index-news #tabs li:hover {
  background: rgba(38, 122, 94, 0.7);
  color: #fff; }

.index-news #tabs li.slct {
  background: #267a5e;
  color: #fff; }

.news {
  padding: 0 5px; }

.news dt {
  margin: 3px 0;
  line-height: 1.5;
  padding: 4px 0; }

.news dd {
  line-height: 1.5;
  padding: 0 4px 10px;
  margin: 0 0 10px; }

.news dd.important {
  color: #f00; }

.news dd table {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100% !important; }

.news dd table th {
  border: 1px solid #333;
  border-collapse: collapse;
  background: #267a5e;
  color: #fff;
  padding: 3px; }

.news dd table td {
  padding: 3px;
  border: 1px solid #333;
  border-collapse: collapse; }

#main .news dl dd.link a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #267a5e;
  color: #267a5e;
  font-weight: normal;
  margin: 0 5px 5px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }

#main .news dl dd.link a:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px); }

.category_icon {
  padding: 1px;
  margin: 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 2em;
  width: 9em;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: normal; }

.category_icon i {
  font-style: normal;
  padding: 0 0;
  margin: auto;
  border-radius: 1px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  line-height: 2; }

#main .card_link {
  margin: 16px 0  0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#main .card_link li.link {
  width: 48%;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
#main .card_link li.link a {
  margin: 0;
  display: block;
  color: #267a5e; }
#main .card_link li.link:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px); }
#main .card_link li.link a img {
  display: block;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 0; }
#main .card_link li.link a p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px; }

#departments ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2rem; }
  #departments ul::after {
    content: ""; }
  #departments ul li {
    flex: 0 0 48%;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #267a5e;
    border-left: 3px solid #267a5e; }
    #departments ul li.none {
      background: transparent;
      border: transparent; }
    #departments ul li a {
      display: flex;
      align-items: center;
      background-color: #fff;
      height: 30px;
      padding: 0 0;
      position: relative;
      padding-left: 28px;
      color: #000; }

.side_1 {
  background: url(/img/icon/icon_1.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_2 {
  background: url(/img/icon/icon_2.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_3 {
  background: url(/img/icon/icon_3.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_4 {
  background: url(/img/icon/icon_4.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_5 {
  background: url(/img/icon/icon_5.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_6 {
  background: url(/img/icon/icon_6.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_7 {
  background: url(/img/icon/icon_7.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_10 {
  background: url(/img/icon/icon_10.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_11 {
  background: url(/img/icon/icon_11.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_12 {
  background: url(/img/icon/icon_12.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_13 {
  background: url(/img/icon/icon_13.png) no-repeat 6px center;
  background-size: 20px 20px; }

.side_20 {
  background: url(/img/icon/icon_20.png) no-repeat 8px center;
  background-size: 20px 20px; }

.side_21 {
  background: url(/img/icon/icon_21.png) no-repeat 8px center;
  background-size: 20px 20px; }

.svg .side_1 {
  background: url(/img/icon/icon_1.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_2 {
  background: url(/img/icon/icon_2.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_3 {
  background: url(/img/icon/icon_3.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_4 {
  background: url(/img/icon/icon_4.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_5 {
  background: url(/img/icon/icon_5.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_6 {
  background: url(/img/icon/icon_6.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_7 {
  background: url(/img/icon/icon_7.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_10 {
  background: url(/img/icon/icon_10.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_11 {
  background: url(/img/icon/icon_11.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_12 {
  background: url(/img/icon/icon_12.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_13 {
  background: url(/img/icon/icon_13.svg) no-repeat 6px center;
  background-size: 20px 20px; }

.svg .side_20 {
  background: url(/img/icon/icon_20.svg) no-repeat 8px center;
  background-size: 20px 20px; }

.svg .side_21 {
  background: url(/img/icon/icon_21.svg) no-repeat 8px center;
  background-size: 20px 20px; }

.topimg {
  height: 50vw;
  width: 100%;
  max-width: 100%;
  margin: auto; }

#header_img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  z-index: 0; }

#parts {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 50vw;
  top: 0;
  padding: 0;
  margin: 0 auto;
  transform: translateZ(1px); }

#parts li {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  margin: auto;
  z-index: 0;
  transform: translateZ(-1px); }

#parts li img {
  display: block;
  margin: auto;
  z-index: 100;
  width: 100%; }

.content_sub {
  clear: both;
  padding: 20px 0;
  margin: 10px; }

@media only screen and (max-device-width: 330px) {
  #departments ul li {
    flex: 0 0 100%;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #267a5e;
    border-left: 3px solid #267a5e; } }
@media (min-width: 768px) {
  .contents_inner .ex_info {
    background: white;
    margin: 10px auto;
    padding: 10px 30px;
    top: 20px;
    border-radius: 6px;
    border: 2px solid #267a5e; }

  .contents_inner .ex_info h2 {
    text-align: center;
    color: red;
    border-bottom: 2px solid #267a5e;
    margin: 0 auto 20px; }

  .contents_inner .ex_info p {
    margin: 0 auto 1em; }

  .index-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 30px; }

  .index-news {
    float: none;
    border: 0 solid #267a5e;
    margin-top: 0;
    background: transparent;
    padding: 0;
    width: 54%;
    height: 500px; }

  .index-news .category {
    height: 100%; }

  .index-news .news {
    max-height: calc(100% - 30px);
    padding: 10px;
    overflow: auto;
    margin-bottom: 10px;
    clear: both;
    background: #fff; }

  .index-news #tabs {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #267a5e; }

  .index-news #tabs li {
    padding: 5px;
    border-radius: 4px 4px 0 0;
    min-width: 16%;
    font-size: 1.4rem; }

  .index-news #tabs li:hover {
    color: #fff; }

  .index-news #tabs li.slct {
    color: #fff; }

  .news dl {
    margin: 5px;
    padding: 5px 0 10px;
    display: block; }

  .news dl dt {
    display: block; }

  .news dl dt .category_icon {
    margin-right: 10px; }

  .news dl dd {
    display: block;
    margin: 0;
    padding: 0; }

  .news dl dd.important {
    color: #f00; }

  .news dl dd.article {
    border-top: 1px solid #38b48b;
    font-size: 1.4rem;
    display: block;
    padding: 5px;
    margin: 5px 0; }

  .news dl dd.article table {
    border: 1px solid #333;
    border-collapse: collapse;
    width: 100%; }

  .news dl dd.article th {
    border: 1px solid #333;
    border-collapse: collapse;
    background: #267a5e;
    color: #fff; }

  .news dl dd.article td {
    border: 1px solid #333;
    border-collapse: collapse; }

  .news dl dd.link a {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #267a5e;
    color: #267a5e;
    font-weight: normal;
    margin: 0 5px 5px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }

  .news dl dd.link a:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px); }

  .card {
    width: 43%;
    margin-top: 10px; }

  .card_link {
    margin: 16px 0  0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .card_link li.link {
    width: 48%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

  .card_link li.link a {
    margin: 0;
    display: block;
    color: #267a5e; }

  .card_link li.link:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px); }

  .card_link li.link a img {
    display: block;
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 120px;
    transform: scale(1.1, 1.1);
    transition: .7s all; }

  .card_link li.link a .imgbox {
    display: block;
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 120px;
    overflow: hidden; }

  .card_link li.link:hover a img {
    transform: scale(1, 1);
    transition: .7s all; }

  .card_link li.link a p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 10px; }

  .index_link {
    margin: 16px 0  0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; }

  .index_link li.link {
    width: calc((100% / 3) - 10px);
    border: 1px solid #267a5e;
    margin-bottom: 10px;
    margin-right: 10px; }

  .index_link li.link:nth-of-type(3n) {
    margin-right: 0px; }

  .index_link li.link a {
    height: 80px;
    display: block;
    background: #fff;
    border-left: 10px solid #267a5e;
    color: #267a5e;
    margin: 0; }

  .index_link li.link a img {
    float: right;
    display: block;
    height: 80px; }

  .index_link li.link a p {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    width: 306px;
    padding: 0 10px; }

  .index_link2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column; }

  .index_link2 li {
    width: 306px;
    margin-bottom: 10px; }

  .index_link2 li a {
    width: 296px;
    height: 80px;
    display: block; }

  .index_link2 li a img {
    display: block; }

  #side {
    float: right;
    width: 300px;
    margin: 0 0 40px; }

  #departments {
    margin-bottom: 30px; }
    #departments ul {
      list-style-type: none;
      margin: 0;
      padding: 8px;
      border: 1px solid #267a5e;
      background: #B3D0E8;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      font-size: min(2.3rem, 2vw); }
      #departments ul li {
        flex: 0 0 32%;
        background: #fff;
        margin-bottom: 5px; }
        #departments ul li a {
          display: flex;
          align-items: center;
          background-color: #fff;
          height: 40px;
          padding: 8px;
          position: relative;
          padding-left: 56px;
          color: #000; }
          #departments ul li a::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            width: 0px;
            height: 0px;
            margin: auto;
            border-style: solid;
            border-color: transparent transparent transparent #267a5e;
            border-width: 8px; }

  .side_1 {
    background: url(/img/icon/icon_1.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_2 {
    background: url(/img/icon/icon_2.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_3 {
    background: url(/img/icon/icon_3.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_4 {
    background: url(/img/icon/icon_4.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_5 {
    background: url(/img/icon/icon_5.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_6 {
    background: url(/img/icon/icon_6.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_7 {
    background: url(/img/icon/icon_7.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_10 {
    background: url(/img/icon/icon_10.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_11 {
    background: url(/img/icon/icon_11.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_12 {
    background: url(/img/icon/icon_12.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_13 {
    background: url(/img/icon/icon_13.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_20 {
    background: url(/img/icon/icon_20.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .side_21 {
    background: url(/img/icon/icon_21.png) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_1 {
    background: url(/img/icon/icon_1.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_2 {
    background: url(/img/icon/icon_2.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_3 {
    background: url(/img/icon/icon_3.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_4 {
    background: url(/img/icon/icon_4.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_5 {
    background: url(/img/icon/icon_5.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_6 {
    background: url(/img/icon/icon_6.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_7 {
    background: url(/img/icon/icon_7.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_10 {
    background: url(/img/icon/icon_10.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_11 {
    background: url(/img/icon/icon_11.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_12 {
    background: url(/img/icon/icon_12.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_13 {
    background: url(/img/icon/icon_13.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_20 {
    background: url(/img/icon/icon_20.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .svg .side_21 {
    background: url(/img/icon/icon_21.svg) no-repeat 8px center;
    background-size: 40px 40px; }

  .contents_inner h2 {
    font-size: 1.9rem;
    border-bottom: 1px solid #38b48b;
    line-height: 4rem;
    position: relative; }

  .contents_inner h2 span {
    font-size: 1.4rem;
    display: block;
    border-bottom: 3px solid #38b48b;
    color: #267a5e;
    line-height: 2rem; }

  .contents_inner h2 a.blue_link {
    position: absolute;
    font-size: 1.4rem;
    display: block;
    background: #267a5e;
    color: #fff;
    top: 1.8rem;
    right: 0;
    margin-right: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px; }

  .contents_inner h2 a::after {
    content: "";
    width: 0;
    height: 0;
    right: -28px;
    position: absolute;
    border: 14px transparent solid;
    border-left: 14px #267a5e solid; }

  .slick-items {
    width: 960px;
    margin: -48px auto 0;
    box-sizing: border-box; }

  .slick-items div.sclink {
    width: 308px;
    height: 92px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #38b48b; }

  .slick-items div.sclink img {
    display: block;
    float: left; }

  .slick-items div.sclink a {
    display: table-cell;
    height: 92px;
    width: 300px;
    vertical-align: middle;
    border-right: 14px solid #38b48b;
    position: relative; }

  .slick-items div.sclink p {
    display: table-cell;
    height: 92px;
    vertical-align: middle;
    position: relative;
    padding-left: 10px; }

  .slick-items div.sclink a::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -10px;
    height: 0px;
    width: 0px; }

  .content_sub {
    clear: both;
    background: #fff;
    padding: 20px 0;
    margin: 0; }

  .content_sub .times {
    margin: 0 auto 20px;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between; }

  .content_sub .times .blue {
    line-height: 4.5rem;
    font-size: 2.6rem; }

  .content_sub .times .blue span {
    background: #267a5e;
    color: #fff;
    font-size: 1.75rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    margin-right: 1em; }

  .content_sub .times .white {
    line-height: 2.5rem;
    font-size: 1.6rem; }

  .content_sub .times .white span {
    background: #fff;
    color: #267a5e;
    border: 1px solid #267a5e;
    font-size: 1.6rem;
    height: 2.5rem;
    width: 4em;
    line-height: 2.5rem;
    border-radius: 3rem;
    display: block;
    text-align: center;
    margin-right: 1em; }

  .content_sub a {
    margin: 10px 0; }

  .content_sub .contents_inner > p {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0; }

  .content_sub .contents_inner > p::before {
    content: "※"; }

  #header_img {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0; }

  #parts {
    position: absolute;
    z-index: 0;
    width: 1200px;
    max-width: 100%;
    height: 300px;
    top: 0;
    padding: 0;
    margin: 0 auto;
    transform: translateZ(0px); }

  #parts li {
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    margin: auto;
    z-index: 0;
    transform: translateZ(-1px); }

  #parts li img {
    display: block;
    margin: auto;
    z-index: 100;
    width: 100%; }

  .contents_inner .ex_info {
    border: 2px solid #267a5e; }

  .contents_inner .ex_info h2 {
    border-bottom: 2px solid #267a5e; }

  .news dl {
    border-bottom: 1px dotted #267a5e; }

  .news dl dd.important {
    color: #f00; }

  .news dl dd.article {
    border-top: 1px solid #38b48b; }

  .news dl dd.article table {
    border: 1px solid #333; }

  .news dl dd.article th {
    border: 1px solid #333;
    background: #267a5e;
    color: #fff; }

  .news dl dd.article td {
    border: 1px solid #333; }

  .news dl dd.link a {
    background: #f7f7f7;
    border-left: solid 6px #267a5e;
    color: #267a5e; }

  .news dl dd.link a:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1); }

  .index_link li.link a {
    background: #fff;
    color: #267a5e; }

  #departments ul {
    background: #bdded7; }
    #departments ul li a {
      color: #000; }
      #departments ul li a::after {
        border-color: transparent transparent transparent #267a5e; }

  .contents_inner h2 {
    border-bottom: 1px solid #38b48b; }

  .contents_inner h2 span {
    border-bottom: 3px solid #38b48b;
    color: #267a5e; }

  .contents_inner h2 a {
    background: #267a5e;
    color: #fff; }

  .contents_inner h2 a::after {
    border: 14px transparent solid;
    border-left: 14px #267a5e solid; }

  .slick-items div.sclink {
    background: #fff;
    border: 2px solid #38b48b; }

  .slick-items div.sclink a {
    border-right: 14px solid #38b48b; }

  .content_sub .times .blue span {
    background: #267a5e;
    color: #fff; }

  .content_sub .times .white span {
    background: #fff;
    color: #267a5e;
    border: 1px solid #267a5e; }

  #telsvg .a {
    fill: #267a5e; }

  #telsvg .b {
    fill: #fff; }

  #index_link_5 .a {
    fill: #fff; }

  #index_link_5 .b {
    fill: #267a5e; }

  #index_link_5 .c {
    opacity: 0.3; }

  #covid19-info .btn-1 {
    background: rgba(108, 150, 202, 0.5);
    border: 3px solid #6c96ca;
    color: #333; }

  #covid19-info .btn-2 {
    background: rgba(255, 165, 0, 0.5);
    border: 3px solid orange;
    color: #333; }

  #covid19-info .btn-1:hover {
    background: #6c96ca;
    color: #fff; }

  #covid19-info .btn-2:hover {
    background: orange;
    color: #fff; }

  .contents_inner .ex_info {
    background: white;
    border: 2px solid #267a5e; }

  .contents_inner .ex_info h2 {
    border-bottom: 2px solid #267a5e; }

  #covid19-info {
    background: white;
    border: 2px solid #267a5e; }

  #covid19-info h2 {
    background: #267a5e;
    color: #fff; }

  #covid19-info h2::before {
    border-color: transparent transparent transparent #fff; }

  #covid19-info .tabs {
    background: white;
    border: 1px solid #267a5e; }

  .tab-menu li + li {
    border-left: 1px solid #888; }

  .tab-menu li.tabs-1 {
    background: rgba(108, 150, 202, 0.5);
    border-bottom: 1px solid #888; }

  .tab-menu li.tabs-2 {
    background: rgba(255, 165, 0, 0.5);
    border-bottom: 1px solid #888; }

  .tab-menu li.tabs-1.slct {
    background: #6c96ca;
    border-bottom: 1px solid #6c96ca;
    color: #fff; }

  .tab-menu li.tabs-2.slct {
    background: orange;
    border-bottom: 1px solid orange;
    color: #fff; }

  #tabs-1 {
    background: rgba(108, 150, 202, 0.1); }

  #tabs-2 {
    background: rgba(255, 165, 0, 0.1); }

  .tab-contents h3 {
    color: #267a5e;
    border-bottom: 2px solid #38b48b; }

  .tab-contents .info .news dt {
    background: #e9f5ff;
    border-top: 1px solid #38b48b;
    border-bottom: 1px solid #ddd; }

  .tab-contents .info .news dd {
    font-size: 1.4rem;
    border-bottom: 1px dotted #534741; } }
@media (min-width: 1200px) {
  .topimg {
    height: 600px;
    width: 1200px;
    max-width: 100%;
    margin: auto; } }
/*******************************************/
/* my_customs animation */
/*******************************************/
.vegas-animation-my_customs {
  -webkit-animation: my_customs ease-out;
  animation: my_customs ease-out; }

@-webkit-keyframes my_customs {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes my_customs {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
