<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Teko&amp;display=swap&amp;text=Q1234567890");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&amp;display=swap&amp;text=STEP0123456789");
@media screen and (min-width: 1280px ) { /*PC*/ }
@media screen and (max-width: 640px ) { /*SP*/ }
@media screen and (max-width: 1279px ) and (min-width: 641px ) { /*TB*/ }
@media screen and (max-width: 640px) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*Font Awesome5---------------------------------------------*/
/*custom-style.htmlを参照に必要スタイルをコピペ*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 100%;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
  overflow: hidden;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body &gt; #wrap {
  height: auto;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

.cont {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.cont.wide {
  max-width: 1680px;
}
.cont.narrow {
  max-width: 980px;
}
.cont img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
header#top_hed {
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
header#top_hed #primary {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  z-index: 100;
}
header#top_hed #logo {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
header#top_hed #g_nav {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
header#top_hed #sp_menu {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ), screen and (max-width: 640px ) {
  header#top_hed { /*SP*/
    border-top: 10px solid #1955A6;
  }
  header#top_hed #primary {
    display: none;
  }
  header#top_hed #logo {
    width: 75%;
  }
  header#top_hed #sp_menu {
    width: 20%;
  }
  header#top_hed #g_nav {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
    width: 100%;
  }
}

#primary {
  width: 100%;
  background: #efd3e5;
  background: -webkit-gradient(linear, left top, right top, from(#efd3e5), to(#c4dfff));
  background: -o-linear-gradient(left, #efd3e5, #c4dfff);
  background: linear-gradient(to right, #efd3e5, #c4dfff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #6D6D6D;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#primary &gt; * {
  display: table-cell;
}
#primary dt {
  padding: 10px 1em;
  font-size: 85%;
}
#primary dd {
  width: 30%;
  text-align: right;
}
#primary dd a {
  color: inherit;
  display: inline-block;
  padding: 10px 1em;
}

#logo {
  padding: 10px 1em;
  width: 22%;
}
#logo img {
  max-width: 100%;
  height: auto;
}

nav#g_nav {
  width: 68%;
  max-width: 980px;
}
nav#g_nav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 0;
}
nav#g_nav ul &gt; * {
  display: table-cell;
}
nav#g_nav ul li {
  padding: 5px;
}
@media screen and (max-width: 640px ) {
  nav#g_nav ul li {
    padding: 0;
  }
}
nav#g_nav ul li.sp_only {
  display: none;
}
@media screen and (max-width: 640px ) {
  nav#g_nav ul li.sp_only {
    display: block;
  }
  nav#g_nav ul li.sp_only a {
    background: #181818;
  }
  nav#g_nav ul li.sp_only a span {
    display: block;
    text-align: center;
  }
}
nav#g_nav ul li a {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 2;
}
nav#g_nav ul li a svg, nav#g_nav ul li a span {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: block;
  z-index: 2;
}
nav#g_nav ul li a svg {
  width: 2.7em;
  height: 4.5em;
  margin: 0 auto;
  fill: #9a9bd2;
}
nav#g_nav ul li a span {
  font-size: 85%;
}
nav#g_nav ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #F3E0F7;
  background: -o-linear-gradient(315deg, #F3E0F7, #E4E0F2);
  background: linear-gradient(135deg, #F3E0F7, #E4E0F2);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
@media screen and (max-width: 640px ) {
  nav#g_nav ul li a:before {
    display: none !important;
  }
}
nav#g_nav ul li a:hover {
  text-decoration: none;
}
nav#g_nav ul li a:hover svg {
  fill: #fff;
  -webkit-animation: navscale 0.6s ease 0s 1 normal forwards;
          animation: navscale 0.6s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes navscale {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes navscale {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
nav#g_nav ul li a:hover:before {
  border-radius: 15px 0 15px 0;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav#g_nav ul .sub_menu {
  display: none;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ), screen and (max-width: 640px ) {
  nav#g_nav {
    display: none;
  }
}

#sp_menu {
  width: 10%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#sp_menu span {
  display: inline-block;
  background: #FF7D98;
  background: -o-linear-gradient(315deg, #FF7D98, #92A4FF);
  background: linear-gradient(135deg, #FF7D98, #92A4FF);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sp_menu span svg {
  width: 2.5em;
  height: 3em;
  fill: #fff;
}

#sitemap {
  position: fixed;
  overflow: auto;
  padding-left: 60%;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  background: url("../img/event-image.jpg") no-repeat left top #fff;
  background-size: 100% auto;
  background-attachment: fixed;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ) {
  #sitemap {
    padding-left: 40%;
  }
}
@media screen and (max-width: 640px ) {
  #sitemap {
    padding-left: 0;
  }
}
#sitemap #sitemap_menu {
  display: block;
  background: rgba(65, 88, 208, 0.9);
  background: -o-linear-gradient(315deg, rgba(65, 88, 208, 0.9), rgba(200, 80, 192, 0.9), rgba(255, 204, 112, 0.9));
  background: linear-gradient(135deg, rgba(65, 88, 208, 0.9), rgba(200, 80, 192, 0.9), rgba(255, 204, 112, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  -webkit-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  #sitemap #sitemap_menu {
    -webkit-box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
#sitemap #sitemap_menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  max-width: 450px;
  margin: 0 auto 1em;
}
#sitemap #sitemap_menu ul li {
  width: 30%;
}
#sitemap #sitemap_menu ul li a {
  display: block;
  padding: 1em 5px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  outline: 0px solid rgba(255, 255, 255, 0);
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sitemap #sitemap_menu ul li a svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 2.5em;
  text-align: center;
  margin: 0 auto 5px;
}
#sitemap #sitemap_menu ul li a i {
  display: block;
  font-size: 2.5em;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
#sitemap #sitemap_menu ul li a span {
  display: block;
  font-size: 85%;
}
#sitemap #sitemap_menu ul li a:hover {
  outline: 2px dashed #fff;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#sitemap #sitemap_menu ul li a:hover:before {
  width: 100%;
  left: 0;
}
#sitemap.menu-on {
  z-index: 1000;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#close_bt {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 10px 3%;
  font-size: 130%;
  text-align: center;
  background: #fff;
  color: #1955A6;
  cursor: pointer;
  -webkit-filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media all and (-ms-high-contrast: none) {
  #close_bt {
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
#close_bt:hover {
  background: #ffea00;
}

#sitemap-icon {
  width: 30%;
  margin: 3em auto 2em;
}
#sitemap-icon img {
  max-width: 100%;
  height: auto;
}

#top_address {
  padding: 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 3em auto 5em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ), screen and (max-width: 640px ) {
  #top_address {
    width: 80%;
  }
}
#top_address dt {
  font-size: 150%;
  margin-bottom: 5px;
}
#top_address dd span {
  display: inline-block;
  margin-right: 10px;
}
#top_address dd span:first-child {
  display: block;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 2em 0 0;
}
#footer small {
  display: block;
  background: #B5D7FF;
  background: -webkit-gradient(linear, left top, right top, from(#B5D7FF), to(#F1CAE3));
  background: -o-linear-gradient(left, #B5D7FF, #F1CAE3);
  background: linear-gradient(to right, #B5D7FF, #F1CAE3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  width: 100%;
  padding: 1em 3%;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px ) {
  #footer small {
    margin-bottom: 3.4rem;
  }
}
#footer small #p_up {
  display: inline-block;
  background: #429ce9;
  font-size: 150%;
  padding: 0.3em 0.5em;
  line-height: 1;
  color: #fff;
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  cursor: pointer;
  opacity: 0.8;
  z-index: 999;
}
@media screen and (max-width: 640px ) {
  #footer small #p_up {
    font-size: 200%;
    opacity: 1;
    bottom: 1em;
  }
}
#footer small #p_up:hover {
  opacity: 1;
}
#footer aside {
  display: block;
  width: 10%;
  min-width: 10em;
  position: fixed;
  z-index: 998;
  bottom: 0;
  right: 4%;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ) {
  #footer aside {
    right: 8%;
  }
}
@media screen and (max-width: 640px ) {
  #footer aside {
    bottom: 0;
    width: 100%;
    border: none;
    right: auto;
  }
}
#footer aside a {
  display: block;
  width: 100%;
  border: 2px solid white;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  font-size: 100%;
  text-align: center;
  padding: 1em 0.5em 0.5em;
  background: #ff512f;
  background: -o-linear-gradient(315deg, #ff512f, #dd2476);
  background: linear-gradient(135deg, #ff512f, #dd2476);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  background-size: 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px ) {
  #footer aside a {
    font-size: 130%;
    text-align: left;
    padding: 1em 5% 1em 33%;
  }
}
#footer aside a:hover {
  text-decoration: none;
  background-size: 200%;
}
@media screen and (max-width: 640px ) {
  #footer aside a br {
    display: none;
  }
}
#footer aside a i {
  font-size: 2.5em;
  text-align: center;
  display: block;
  top: auto;
  position: static;
}
@media screen and (max-width: 640px ) {
  #footer aside a i {
    position: absolute;
    display: inline;
    left: 25% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#f_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-bottom: 1em;
}
#f_info #f_address, #f_info #f_snslink {
  width: 37%;
}
#f_info #more_link {
  width: 26%;
}
@media screen and (max-width: 640px ) {
  #f_info #f_address, #f_info #f_snslink, #f_info #more_link {
    width: 100%;
  }
}

#f_address {
  padding: 0 1em;
  font-size: 85%;
}
#f_address dt {
  margin-bottom: 1em;
}
#f_address dd span {
  display: inline-block;
  margin-right: 1em;
}
#f_address dd span:first-child {
  width: 100%;
}
@media screen and (max-width: 640px ) {
  #f_address {
    padding: 0 5%;
    margin-bottom: 2em;
  }
}

#f_snslink {
  padding: 0 1em;
  border-right: 1px solid #000;
}
#f_snslink li {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}
#f_snslink li &gt; * {
  display: table-cell;
}
#f_snslink li span, #f_snslink li a {
  display: table-cell;
  vertical-align: middle;
}
#f_snslink li span {
  width: 15%;
}
#f_snslink li a {
  padding: 1em 10px;
  text-decoration: underline;
}
#f_snslink li a:hover {
  text-decoration: none;
  color: #1955A6;
}
@media screen and (max-width: 640px ) {
  #f_snslink { /*SP*/
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #f_snslink &gt; * {
    display: table-cell;
  }
  #f_snslink li {
    display: table-cell;
    text-align: center;
    padding: 10px 3%;
  }
}

#more_link {
  padding: 1em 3%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#more_link &gt; * {
  display: table-cell;
}
#more_link li {
  text-align: center;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*汎用スタイル*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.sp_only {
  display: none;
}
@media screen and (max-width: 640px ) {
  .sp_only {
    display: block;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cat {
  color: #333;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  background: #ddd;
}
.cat.topics {
  background: #FF8181;
}
.cat.event {
  background: #e97cd8;
}
.cat.news {
  background: #2fafdf;
}
.cat.recruit {
  background: #85be48;
}

.center_box {
  margin: 0 auto;
}

.md10 {
  margin: 10px;
}

.pd10 {
  padding: 10px;
}

.clear {
  clear: both;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.notice {
  color: red;
}

ul.img2, ul.img3, ul.img4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
ul.img2.clearfix:after, ul.img3.clearfix:after, ul.img4.clearfix:after {
  display: none;
}
ul.img2 &gt; li, ul.img3 &gt; li, ul.img4 &gt; li {
  padding: 5px;
}
ul.img2 .btn, ul.img3 .btn, ul.img4 .btn {
  text-align: center;
}

ul.img2 &gt; li {
  width: 50%;
}
@media screen and (max-width: 640px ) {
  ul.img2 &gt; li {
    width: 100%;
  }
}

ul.img3 &gt; li {
  width: 33.3%;
}
@media screen and (max-width: 640px ) {
  ul.img3 &gt; li {
    width: 100%;
  }
}

ul.img4 &gt; li {
  width: 25%;
}
@media screen and (max-width: 640px ) {
  ul.img4 &gt; li {
    width: 50%;
  }
}

ul.inl_list li {
  display: inline-block;
  margin-right: 1em;
}

.free &gt; dt {
  float: left;
  margin-right: 15px;
}

.free2 &gt; dt {
  float: right;
  margin-left: 15px;
}

.free, .free2 {
  margin-bottom: 1.5em;
}
.free &gt; dd, .free2 &gt; dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 640px ) {
  .free, .free2 { /*SP*/ }
  .free &gt; dt, .free2 &gt; dt {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box &gt; * {
  padding: 0 1%;
}
.panel_box &gt; * &gt; * {
  width: 100%;
}
.panel_box.box2 &gt; * {
  width: 50%;
}
.panel_box.box3 &gt; * {
  width: 33.3%;
}
.panel_box.box4 &gt; * {
  width: 25%;
}
.panel_box.tilebox {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.panel_box.align-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 &gt; *, .panel_box.box3 &gt; *, .panel_box.box4 &gt; * {
    width: 100%;
  }
}

.banner_dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 3em 1em;
}
.banner_dl dt {
  width: 18%;
}
.banner_dl dt, .banner_dl dd {
  padding: 10px 1%;
  text-align: center;
}
.banner_dl dd a {
  display: block;
  padding: 5px;
  border: 10px solid #fff;
  outline: 6px solid #fff;
}
.banner_dl dd a:hover {
  outline: 2px solid #dedede;
}
@media screen and (max-width: 1279px ) and (min-width: 641px ), screen and (max-width: 640px ) {
  .banner_dl { /*SP*/
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .banner_dl dd {
    width: 20%;
  }
}
@media screen and (max-width: 640px ) {
  .banner_dl { /*SP*/ }
  .banner_dl dt {
    width: 100%;
  }
  .banner_dl dd {
    width: 50%;
  }
}

/*リンクアイコン----------------------*/
.pdf:after, .word:after, .jtd:after, .excel:after, .zip:after, .outerlink:after, .file:after {
  margin: 0 5px;
}

/*外部リンク*/
a.outerlink:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f35d";
  font-weight: 600;
  color: #9c9c9c;
}

/*pdf*/
a.pdf:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c1";
  color: #ff0000;
}

/*word*/
a.word:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c2";
  color: #007eff;
}

/*excel*/
a.excel:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c3";
  color: #55ad00;
}

/*zip*/
a.zip:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c6";
  color: #9c9c9c;
}

/*その他のファイル形式：jtd,xdw*/
a.file:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f016";
  color: #9c9c9c;
}</pre></body></html>