<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
} */
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/* body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
  height: 100%;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
} */

/* IE11だけに適応 */
/* _:lang(x)::-ms-backdrop, .selector {
  font-family: 'Noto Sans JP', "Segoe UI", "メイリオ", Meiryo, sans-serif;
} */

sup,sub {
  font-size: 70%;
}
small:not(.copyright small) {
  font-size: 80%;
}
p {
  word-break : break-all;
}

@media only screen and ( max-width : 991px ) {
  body {font-size: 16px;}
}
@media only screen and ( max-width : 767px ) {
  body {font-size: 14px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

#innerLink a {
  outline:none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}
ul.oe_menu .pos {
    box-sizing: content-box;
}
/* 
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
} */
.flex {
  display: flex;
}
.wrapper {
  max-width: 1080px;
  margin: 75px auto;
  font-size: 16px;
}
article {
  margin: 60px 0;
}

@media(max-width:767px){
  .wrapper {
    padding: 0 1rem;
  }
  .sp_none{display:none !important;}
  .br_pc {
    display: none;
  }
  .section {
    padding: 30px 0;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 20px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .sp{
    display:none;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 50px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}

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


/* ---------------------------------------------------------------------------------------------

      btn

--------------------------------------------------------------------------------------------- */
.category01 {
  justify-content: space-around;
  gap: 10px;
}
.category01 dd {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: calc(100% / 2 - 10px);
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.355));
  cursor: pointer;
}
.category01 dd.active {
  background: none repeat scroll 0 0 #eaeaea;
}
.category01 dd a {
  display: block;
    padding: 10px 0;
}
@media only screen and ( max-width : 767px ) {
  .category01 {
    flex-wrap: wrap;
  }
  .category01 dd {
    width: calc(100% / 3 - 10px);
  }
}
@media print, screen and ( min-width : 768px ) {
  .category01 dd {
    display: block;
    width: calc(100% / 5 - 10px);
    font-size: 16px;
  }
}


/* ---------------------------------------------------------------------------------------------

      記事一覧

--------------------------------------------------------------------------------------------- */
.archives {
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
}
.information_container {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 10px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.355));
  cursor: pointer;
}
.thumbnail {
  aspect-ratio: 1/1;
  width: 270px;
  height: auto;
  object-fit: cover;
}
.category_icon {
  padding: 0 0.5rem;
  /*font-size: 0.75rem;*/
  align-items: center;
  display: grid;
}
.data {
  margin: 1rem 0;
}

.numList {
  justify-content: center;
  gap: 5rem;
}
.prev i,.next i {
  margin: 0 1rem;
}
.category_icon.cat1{
  background: #f9f943;
}
.category_icon.cat2 {
  background: #264bc3;
  color: #fff;
}
.category_icon.cat3 {
	background: #bd5098;
  color: #fff;
}
.category_icon.cat4 {
	background: #26c35a;
  color: #fff;
}

@media only screen and ( max-width : 767px ) {
  .archives {
    gap: 0.25rem;
    justify-content: space-between;
  }
  .information_container,.gap {
    width: calc(100% / 2 - 0.25rem);
    margin-bottom: 1rem;
  }
  .flex.data {
    flex-direction: column;
  }
  .category_icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .information_container,.gap {
    width: 30%;
  }
  .category_icon {
    margin-left: 1rem;
  }
}
/* ---------------------------------------------------------------------------------------------

      詳細ページ

--------------------------------------------------------------------------------------------- */

.news_detail h2:not(footer h2) {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.return {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  display: block;
  padding: 6px 1.5rem;
  background: #0033cc;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 10px;
}
.news_detail .swiper-container {
  margin-top: 3rem;
}
.news_detail .text {
  margin-top: 1rem;
}
.pdf_link {
  display: block;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* スライダー調整 */
.swiper-slide {
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start; /* 画像の高さを統一させない */
  justify-content: center; /* 左右の中央揃え */
}
.swiper-slide img {
  align-self: center;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 35px;
  width: 35px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/slider_btn-left.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/slider_btn-right.png);
}
/* スライドが1枚のときはslideNoneが追加され矢印を見えなくする */
.slideNone .swiper-button-next, .slideNone .swiper-button-prev {
  display: none;
}
@media only screen and ( max-width : 767px ) {
  .news_detail .category_icon {
    margin-left: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .news_detail h2:not(footer h2) {
    font-size: 2.5rem;
    margin-top: 2rem;
  }  
  .news_detail .swiper-container {
    margin-top: 6rem;
  }
  .news_detail .text {
    margin-top: 3rem;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    height: 50px;
    width: 50px;
  }
}

/* ---------------------------------------------------------------------------------------------

      mixItUp

--------------------------------------------------------------------------------------------- */
/* 非表示設定にしないとソートできない */
#Container .mix {
  display: none;
}

/* ---------------------------------------------------------------------------------------------

　   PAGER

--------------------------------------------------------------------------------------------- */
.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagenation ul li {
  text-align: center;
  margin: 5px;
}

.pagenation ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: #e6e8ec;
}

.pagenation ul li span {
  display: block;
  text-align: center;
  line-height: 50px;
}

.pagenation ul li.current a {
  background: #0e1c32;
  color: #fff;
}

.pagenation ul li.prev .prev_txt,
.pagenation ul li.next .next_txt {
  display: none;
}

.pagenation ul li .link_none {
  width: 50px;
}

@media only screen and (max-width : 680px) {
  .pagenation ul li {
    display: none;
    position: relative;
  }

  .pagenation ul li .link_none {
    width: auto;
    opacity: 0.6;
  }

  .pagenation ul li.prev,
  .pagenation ul li.next {
    display: block;
    width: 48%;
    margin: 0 1%;
  }

  .pagenation ul li.prev a,
  .pagenation ul li.next a {
    width: 100%;
    position: relative;
  }

  .pagenation ul li.prev i,
  .pagenation ul li.next i {
    display: none;
  }

  .pagenation ul li.prev:before,
  .pagenation ul li.next:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    color: #999;
  }

  .pagenation ul li.next:after {
    content: "\f101";
    right: 10px;
  }

  .pagenation ul li.prev:before {
    content: "\f100";
    left: 10px;
  }

  .pagenation ul li.prev .prev_txt,
  .pagenation ul li.next .next_txt {
    display: block;
  }
}
</pre></body></html>