@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  background-color: #FFF;
  margin-bottom: 1px; /*scrollbar*/
  word-break: normal;
  word-wrap: break-word;
  position: relative;
}
@media print, screen and (max-width: 575px) {
  body {
    font-size: 80%;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    font-size: 85%;
  }
}
@media print, screen and (max-width: 1199px) {
  body {
    font-size: 90%;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, input, blockquote, figure {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a img {
  border: none;
}

ul li img {
  vertical-align: bottom;
}

li, dt, dd {
  line-height: 1.4;
}

a:link, a.skip {
  background-color: transparent;
}

a {
  color: #005379;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #7c1801;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
a:visited {
  color: #252c71;
}
a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
  color: #005379 !important;
}
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333333 !important;
  }
}

.anchor {
  cursor: pointer;
}

.pcnone {
  display: none;
}

p.voice_navi {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.w70 {
  width: 70%;
}

.mlr-auto {
  margin: 0px auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

iframe {
  border: 0px;
  max-width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?r62d7n");
  src: url("fonts/icomoon.eot?r62d7n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?r62d7n") format("truetype"), url("fonts/icomoon.woff?r62d7n") format("woff"), url("fonts/icomoon.svg?r62d7n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"],
.slick-prev::before,
.slick-next::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arw:before {
  content: "\e901";
}

/* pagetitle */
.pagetitle2 {
  margin: 0px 0 20px 0;
  font-size: 1.6rem;
  padding: 45px 30px;
  color: #FFF;
  background: #5B4787;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 575px) {
  .pagetitle2 {
    padding: 15px;
  }
}

section.page .pagetitle3 {
  overflow: hidden;
  font-size: 1.2rem;
  color: #504579;
  padding: 20px 0px 10px 0px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  section.page .pagetitle3 {
    margin: 0px 0 1.5rem 0;
    font-size: 1.6rem;
  }
}
section.page .pagetitle3 span {
  display: inline-block;
  position: relative;
  padding: 0 0.6em 0 0;
}
section.page .pagetitle3 span::after {
  left: 100%;
}
section.page .pagetitle3 span::after {
  position: absolute;
  top: 50%;
  width: 99em;
  content: "";
  border-top: 1px solid currentColor;
}

.page_outline {
  margin: 10px 0;
  padding: 18px;
  border: solid 3px #E2DFEF;
  background: #F2EFFF;
  clear: both;
}

/* template 2col 3col */
.box_2col,
.box_3col {
  clear: both;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 20px;
}
@media print, screen and (max-width: 575px) {
  .box_2col,
  .box_3col {
    display: block;
  }
}
.box_2col > div,
.box_3col > div {
  padding: 5px;
  vertical-align: top;
  width: 100%;
}
.box_2col > div img,
.box_3col > div img {
  max-width: 100%;
  height: auto !important;
}
.box_2col > div p.button,
.box_3col > div p.button {
  margin-top: 10px;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  border-top: 10px solid #5B4787;
}

#main .container {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 576px) {
  #main .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #main .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1366px) {
  #main .container {
    max-width: 1300px;
  }
}

#page_main {
  width: auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width: 992px) {
  #page_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #page_main {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 576px) {
  #page_main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 1200px) {
  #page_main {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1366px) {
  #page_main {
    max-width: 1300px;
  }
}

#page_maincontents {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 576px) {
  #page_maincontents {
    border-radius: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  #page_maincontents {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  #page_maincontents {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page_maincontents-onecol {
  margin: 20px 0px;
  width: 100%;
}

#page_sidemenu {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  #page_sidemenu {
    width: 220px;
  }
}

.skip {
  position: absolute;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
}

a.skip {
  text-align: center;
  padding: 2px 0;
  top: 0;
}
a.skip:active, a.skip:focus {
  display: block;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
  z-index: 3000;
  height: auto;
}
a.skip:active {
  width: 100%;
}
a.skip:focus {
  width: 99.99%;
}

#header {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.8rem 0;
}
@media print, screen and (min-width: 576px) {
  #header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1366px) {
  #header {
    max-width: 1300px;
  }
}
@media print, screen and (min-width: 576px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8rem 0;
  }
}
#header #header_logo {
  width: 280px;
  height: auto;
}
@media print, screen and (min-width: 992px) {
  #header #header_logo {
    width: 382px;
  }
}
#header #header_logo h1,
#header #header_logo div {
  font-size: inherit;
  /*padding:10px 0px;      
  @include media-breakpoint-up(xxl) {
    padding:20px 0px;
  }*/
}
#header #header_logo h1 a,
#header #header_logo div a {
  display: block;
  vertical-align: middle;
}
@media print, screen and (max-width: 575px) {
  #header #header_logo h1 a,
  #header #header_logo div a {
    padding: 4px 0px;
  }
}
#header #header_logo h1 a img,
#header #header_logo div a img {
  width: 100%;
  height: auto;
  vertical-align: inherit;
  image-rendering: -webkit-optimize-contrast;
}
#header .header_btn {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #header .header_btn {
    margin-top: 0;
  }
}
#header .header_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style-type: none;
  width: 100%;
}
#header .header_btn ul li {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  #header .header_btn ul li {
    width: auto;
  }
}
#header .header_btn ul li a {
  display: block;
  padding: 8px 30px 8px 20px;
  background: #FFF;
  text-decoration: none;
  color: #5B4787;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  #header .header_btn ul li a {
    padding: 16px 40px 16px 30px;
    font-size: 1rem;
  }
}
#header .header_btn ul li a span {
  display: block;
  position: relative;
}
#header .header_btn ul li a span::after {
  position: absolute;
  content: "";
  top: 0.4rem;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5B4787;
  border-right: 1px solid #5B4787;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin-top: 5rem;
}
#footer > div:nth-child(2) {
  padding: 0px 0px 30px 0px;
  background: #5B4787;
}

.sns_button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 1rem 0;
}
.sns_button ul li#fb > span {
  display: none;
}

.footer_logo {
  font-size: 1.3rem;
  margin: 0px auto;
  padding: 25px 0px;
  font-weight: bold;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .footer_logo {
    font-size: 1.6rem;
  }
}
.footer_logo span {
  position: relative;
  display: inline-block;
}

.footer_btn {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.footer_btn a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  margin-bottom: 0.7rem;
  text-decoration: none;
  color: #5B4787;
  background: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.footer_btn a:hover {
  background: #F2EFFF;
}
.footer_btn a span.icon-mail {
  vertical-align: -15%;
  padding-right: 10px;
  font-size: 1.6rem;
}
.footer_btn a span.icon-mail::before {
  content: "\e900";
}
.footer_btn + p {
  font-size: 0.8rem;
  padding: 0px 15px;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer_btn + p {
    padding: 0;
  }
}

#footer_copy {
  padding: 1rem 0;
  font-family: "Spectral", serif;
  background: #FFF;
}
#footer_copy p {
  text-align: center;
  font-size: 0.6rem;
  padding: 0px 20px;
}

#page-top {
  position: fixed;
  right: 0px;
  bottom: -140px;
  z-index: 100;
  display: inline-block;
}
#page-top a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 100;
  width: 50px;
  height: 50px;
}
#page-top a span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #333333;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 10px 6px 4px 6px;
}
#page-top a span::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 10px;
  width: 12px;
  height: 12px;
  margin: 0.4rem 0.5rem 0 0.5rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}
@media print, screen and (min-width: 576px) {
  .swiper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .swiper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1366px) {
  .swiper {
    max-width: 1300px;
  }
}
.swiper img {
  width: 100%;
  height: auto;
}
.swiper .swiper-scrollbar {
  cursor: pointer;
}

#main > div {
  line-height: 1.7rem;
}
#main > div p {
  text-indent: 1em;
  margin-bottom: 1em;
}
#main > div p.noindent {
  text-indent: 0;
}
#main > div img {
  margin: 5px;
}
@media print, screen and (max-width: 575px) {
  #main > div img {
    max-width: 100%;
    height: auto !important;
  }
}
#main > div a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#main > div ul {
  margin: 10px 0 15px 10px;
  padding: 0;
  list-style: none;
}
#main > div ul li {
  position: relative;
  padding: 0.25rem 0 0.25rem 15px;
  line-height: 1.7rem;
}
#main > div ul li ul {
  margin: 5px 0 5px 5px;
}
#main > div ul li ol {
  margin: 0px;
}
#main > div ul li ol li:after {
  background: none;
}
#main > div ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.9em;
  left: -0.1em;
  width: 6px;
  height: 6px;
  background-color: #5B4787;
  border-radius: 100%;
}
#main > div ul li span[class^=icon_] {
  margin: 0px 10px !important;
}
#main > div ul.inline {
  margin: 0;
}
#main > div ul.inline li {
  display: inline;
  margin-left: 5px;
}
#main > div ol {
  margin: 10px 0 15px 20px;
  padding: 2px 0 7px 15px;
}
#main > div ol li {
  padding: 0.25rem 0 0.25rem 15px;
  background: none;
  line-height: 1.7rem;
}
#main > div ol li ul {
  margin: 5px 0 5px 5px;
}
#main > div ol li ul li {
  background: url(../images/listmark.png) left 0.6em no-repeat;
  margin-left: 0;
  margin-bottom: 0;
  padding: 2px 0 7px 20px;
}
#main > div table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0px;
}
@media print, screen and (max-width: 767px) {
  #main > div table {
    width: 100% !important;
  }
}
#main > div table caption {
  display: none;
}
#main > div table th {
  padding: 7px;
  border: 1px solid #a6a6a6;
  background: #F2EFFF;
}
#main > div table td {
  padding: 7px;
  border: 1px solid #a6a6a6;
  background: #FFF;
}
@media print, screen and (max-width: 767px) {
  #main > div .table-wrap {
    overflow-x: scroll;
  }
  #main > div .table-wrap table {
    white-space: nowrap;
  }
}
#main > div .newslist {
  width: auto;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 576px) {
  #main > div .newslist {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #main > div .newslist {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1366px) {
  #main > div .newslist {
    max-width: 1300px;
  }
}
@media print, screen and (min-width: 992px) {
  #main > div .newslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main > div .newslist h2 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
#main > div .newslist h2 span {
  display: block;
  background: #5B4787;
  color: #FFF;
  padding: 10px;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  #main > div .newslist h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #main > div .newslist h2 span {
    font-size: 1.6rem;
  }
}
#main > div .newslist > div {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  #main > div .newslist > div {
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #main > div .newslist > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#main > div .newslist > div ul li span.date {
  display: block;
  padding-right: 2rem;
  width: 180px;
}
#main > div section.news {
  margin: 2rem 0;
  background: #FFF;
  padding: 14px;
}
@media print, screen and (min-width: 768px) {
  #main > div section.news {
    padding: 30px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
}
@media print, screen and (min-width: 992px) {
  #main > div section.news {
    margin: 4rem 0;
  }
}
#main > div section.news h3 {
  color: #504579;
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  #main > div section.news h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
#main > div section.news h3 span {
  display: block;
  font-size: 0.9rem;
}
#main > div section.news:first-child {
  margin: 2rem 0 4rem 0;
}
#main > div .sitelist ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main > div .sitelist ul li {
  width: 20%;
}
@media print, screen and (min-width: 576px) {
  #main > div .sitelist ul li {
    width: auto;
  }
}
#main > div .sitelist ul li::after {
  content: none;
}
#main > div .sitelist ul li.kanren {
  width: auto;
}
#main > div.about {
  background: #FFF;
  margin-bottom: 4rem;
  padding: 3rem 0;
}
#main > div.about h2 {
  color: #504579;
  text-align: center;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
}
#main > div.about .box_2col {
  gap: 60px;
}
#main > div section.page {
  padding-top: 1.5rem;
}
#main .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  #main .link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 60px;
  }
}
#main .link h2 {
  color: #504579;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}

#main [class^=icon_] {
  padding: 0 5px;
  margin: 5px 10px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.8em;
}

.icon_pdf {
  background: #9E0000;
}

.icon_xls {
  background: #217547;
}

.icon_xlsx {
  background: #217547;
}

.icon_csv,
.icon_txt {
  background: #848484;
}

.icon_doc {
  background: #153B86;
}

.icon_rtf {
  background: #153B86;
}

.icon_docx {
  background: #153B86;
}

.icon_jtd {
  background: #DB1718;
}

.icon_gif {
  background: #76720F;
}

.icon_jpeg {
  background: #76720F;
}

.icon_jpg {
  background: #76720F;
}

.icon_bmp {
  background: #76720F;
}

.icon_mp3 {
  background: #509C15;
}

.icon_mp4 {
  background: #412184;
}

.icon_png {
  background: #76720F;
}

.icon_ppt {
  background: #C05203;
}

.icon_pptx {
  background: #C05203;
}

.icon_sxc {
  background: #076A00;
}

.icon_sxw {
  background: #163A86;
}

.icon_wav {
  background: #4F9C12;
}

.icon_wmv {
  background: #A02F07;
}

.icon_xdw {
  background: #006A54;
}

.icon_xls {
  background: #0B6606;
}

.icon_xlsx {
  background: #0B6606;
}

.icon_zip {
  background: #646464;
}

.icon_link {
  background: #385B99;
}

.icon_docment {
  background: #C00000;
}

.icon_new {
  background: #C33259;
}

/*#header::after,
#footer_menu::after,
#oshirase > div #top_moshimo::after,
#main::after,
#article::after,
#page_main::after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*/