@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />');
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
#	ベース
# ================================================================= */
@media all and (min-width: 481px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 4.375vw;
  }
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: 0.1em;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #333333;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media all and (min-width: 481px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 1.0rem;
    line-height: 1.75em;
  }
}

@media only screen and (max-width: 480px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 1.0rem;
    line-height: 1.75em;
  }
}

@media all and (min-width: 481px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}

.small {
  line-height: 1.5em;
}

@media all and (min-width: 481px) {
  .small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .small {
    font-size: 0.8571em;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

img[src^='/wp-content/uploads/images/articles/'] {
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  list-style-type: none;
}

/* ページ内リンクのオフセット設定 */
#container * {
  /* 固定ヘッダーの高さに合わせる */
}

@media all and (min-width: 481px) {
  #container * {
    scroll-margin-top: 190px;
  }
}

@media only screen and (max-width: 480px) {
  #container * {
    scroll-margin-top: 56.5px;
  }
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 600;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

a:not([href]).dim {
  opacity: 0.3 !important;
}

span.dim {
  opacity: 0.3 !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.list01 {
  list-style-type: none;
  margin: 0px;
  margin-left: 1.0em !important;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

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

.list02 li {
  margin: 0px;
  padding: 0px;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

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

.decimal-list > li {
  margin-left: 1.0em;
}

.swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
  opacity: 1.0;
}

.swiper .loader {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.swiper.loading .swiper-wrapper .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

.swiper.loading .loader {
  opacity: 1.0;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
}

@media all and (min-width: 481px) {
  .loader,
  .loader:after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .loader,
  .loader:after {
    width: 18.75vw;
    height: 18.75vw;
  }
}

.grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
}

body:not(.contact) .grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
  display: none !important;
}

.compressor {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}

.compressor:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.0em;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1.0;
}

.compressor.open {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 9999vh !important;
  overflow: visible;
}

.compressor.open:after {
  opacity: 0;
}

.compressor.open + .compressor-open > span.open {
  display: none;
}

.compressor.open + .compressor-open > span.close {
  display: inline-block;
}

.compressor-open {
  margin-top: 1.0em;
  text-align: center;
  cursor: pointer;
}

.compressor-open > span {
  color: #3184a3;
}

.compressor-open > span:hover {
  text-decoration: underline;
}

.compressor-open > span.open {
  display: inline-block;
}

.compressor-open > span.close {
  display: none;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff3a0));
  background: -webkit-linear-gradient(transparent 60%, #fff3a0 60%);
  background: linear-gradient(transparent 60%, #fff3a0 60%);
  font-weight: bold;
}

.select01 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 100px;
  background: #eeeeee;
  font-size: 0.75rem;
  line-height: 1.05em;
  overflow: hidden;
  z-index: 0;
  color: #000000;
  vertical-align: middle;
  min-width: 5.5em;
}

@media only screen and (max-width: 480px) {
  .select01 {
    font-size: 0.75rem;
  }
}

.select01:after {
  content: "▼";
  position: relative;
  display: block;
  color: #000000;
  font-size: 0.75rem;
  line-height: 100%;
  height: 1.0em;
  position: absolute;
  right: 0.5em;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  pointer-events: none;
}

.select01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.0em 2.5em 1.0em 1.0em;
  color: #000000;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.05em;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .select01 select {
    font-size: 0.75rem;
  }
}

.select01 select:focus {
  /*text-shadow: 0 0 1px #b5b5b5;*/
}

.select01 select::-ms-expand {
  display: none;
}

.select01 select::-moz-focus-inner {
  border: 0;
}

.select01 select * {
  /*text-shadow: none;*/
}

.select01 select[disabled] {
  background: #cccccc;
  cursor: default;
  color: #999999;
}

.check01 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  background: url(../img/checkbox.png?t=2020051201) no-repeat 0px 50%;
  vertical-align: middle;
}

@media all and (min-width: 481px) {
  .check01 {
    background-size: auto 20px;
    min-height: 20px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .check01 {
    background-size: auto 6.25vw;
    min-height: 6.25vw;
    padding-left: 7.8125vw;
  }
}

@media all and (min-width: 481px) {
  .check01.active {
    background-position: -600px 50%;
  }
}

@media only screen and (max-width: 480px) {
  .check01.active {
    background-position: -375vw 50%;
  }
}

.check01 input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

@media all and (min-width: 481px) {
  .check01 input {
    width: 25px;
    margin-left: -25px;
  }
}

@media only screen and (max-width: 480px) {
  .check01 input {
    width: 7.8125vw;
    margin-left: -7.8125vw;
  }
}

.radio01 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  background: url(../img/radio.png?t=2020051201) no-repeat 0px 50%;
  vertical-align: middle;
  padding-top: 0.1em;
}

@media all and (min-width: 481px) {
  .radio01 {
    background-size: auto 20px;
    min-height: 20px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .radio01 {
    background-size: 312.5vw 6.25vw;
    min-height: 6.25vw;
    padding-left: 7.8125vw;
  }
}

@media all and (min-width: 481px) {
  .radio01.active {
    background-position: -600px 50%;
  }
}

@media only screen and (max-width: 480px) {
  .radio01.active {
    background-position: -375vw 50%;
  }
}

.radio01 input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

@media all and (min-width: 481px) {
  .radio01 input {
    width: 25px;
    margin-left: -25px;
  }
}

@media only screen and (max-width: 480px) {
  .radio01 input {
    width: 7.8125vw;
    margin-left: -7.8125vw;
  }
}

.error404 {
  padding: 3.0em 0px 8.0em;
  text-align: center;
  line-height: 2.0em;
}

@media all and (min-width: 481px) {
  .error404 {
    width: 960px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 480px) {
  .error404 {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}

.error404 .heading {
  font-size: 1.35em;
}

.error404 p {
  margin-top: 1.0em;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bold;
  line-height: 1.0em;
}

@media all and (min-width: 481px) {
  .button01 {
    font-size: 19px;
    padding: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .button01 {
    font-size: 1.15em;
    padding: 3.75vw;
  }
}

.button01:link, .button01:visited {
  color: #ffffff;
  text-decoration: none;
}

.button01:hover, .button01:active {
  color: #ffffff;
  text-decoration: none;
}

.button01:hover {
  background: #3184a3;
}

.button01.light {
  background: #cccccc;
  color: #000000 !important;
}

.button01.light:link, .button01.light:visited {
  color: #000000 !important;
  text-decoration: none;
}

.button01.light:hover, .button01.light:active {
  color: #000000 !important;
  text-decoration: none;
}

.button01.light:hover {
  background: #999999;
}

@media all and (min-width: 481px) {
  .button01.small {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 480px) {
  .button01.small {
    font-size: 0.85rem;
    padding: 2.5vw 3.75vw;
  }
}

.button02 {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  border: 1px solid #000000;
  border-left: none;
  border-right: none;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.0em;
  color: #000000 !important;
  text-decoration: none !important;
  position: relative;
}

@media all and (min-width: 481px) {
  .button02 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .button02 {
    font-size: 5.625vw;
  }
}

.button02:before, .button02:after {
  content: " ";
  width: 1px;
  height: 98%;
  background: #000000;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

@media all and (min-width: 481px) {
  .button02:before {
    left: -4px;
  }
  .button02:after {
    right: -4px;
  }
}

@media only screen and (max-width: 480px) {
  .button02 {
    min-width: 100%;
  }
  .button02:before {
    left: -1.25vw;
  }
  .button02:after {
    right: -1.25vw;
  }
}

.button02 > span {
  display: block;
  background: #f8f6f2;
  border: 2px solid #ffffff;
  border-left: none;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 481px) {
  .button02 > span {
    padding: 32px 18px;
    min-width: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .button02 > span {
    padding: 7.5vw 5.625vw;
    min-width: 100%;
  }
}

.button02 > span:before {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  content: "../img/ic_sprite01.svg#pen";
  background-image: url("../img/ic_sprite01.svg#pen");
  margin-top: -0.2em;
}

@media all and (min-width: 481px) {
  .button02 > span:before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .button02 > span:before {
    width: 8.125vw;
    height: 8.125vw;
    margin-right: 3.125vw;
  }
}

.button02:hover {
  opacity: 0.6;
}

@media all and (min-width: 481px) {
  .button02.ex {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.ex {
    font-size: 5vw;
  }
}

@media all and (min-width: 481px) {
  .button02.ex > span {
    padding: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.ex > span {
    padding: 3.75vw;
  }
}

.button02.ex > span:before {
  content: "../img/ic_sprite01.svg#arrow01";
  background-image: url("../img/ic_sprite01.svg#arrow01");
  margin-top: -0.2em;
}

@media all and (min-width: 481px) {
  .button02.ex > span:before {
    width: 13px;
    height: 11px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.ex > span:before {
    width: 4.0625vw;
    height: 3.4375vw;
    margin-right: 3.125vw;
  }
}

.button02.ex2 > span:before {
  content: "../img/ic_sprite01.svg#arrow01";
  background-image: url("../img/ic_sprite01.svg#arrow01");
  margin-top: -0.2em;
}

@media all and (min-width: 481px) {
  .button02.ex2 > span:before {
    width: 13px;
    height: 11px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.ex2 > span:before {
    width: 4.0625vw;
    height: 3.4375vw;
    margin-right: 3.125vw;
  }
}

.button02.dl > span:before {
  content: " ";
  background-image: url("../img/ic_dl.png");
  margin-top: -0.2em;
}

@media all and (min-width: 481px) {
  .button02.dl > span:before {
    width: 19px;
    height: 16px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.dl > span:before {
    width: 5.9375vw;
    height: 5vw;
    margin-right: 3.125vw;
  }
}

.button02.about > span:before {
  content: "ef42";
  background-image: url("../img/ic_about.svg");
  margin-top: -0.3em;
}

@media all and (min-width: 481px) {
  .button02.about > span:before {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.about > span:before {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 1.5625vw;
  }
}

.button02.publications > span:before {
  content: "ef42";
  background-image: url("../img/ic_publications.svg");
  margin-top: -0.3em;
}

@media all and (min-width: 481px) {
  .button02.publications > span:before {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.publications > span:before {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 1.5625vw;
  }
}

.button02.documents > span:before {
  content: "ef42";
  background-image: url("../img/ic_documents.svg");
  margin-top: -0.3em;
}

@media all and (min-width: 481px) {
  .button02.documents > span:before {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.documents > span:before {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 1.5625vw;
  }
}

.button02.center > span:before {
  content: "ef42";
  background-image: url("../img/ic_center.svg");
  margin-top: -0.3em;
}

@media all and (min-width: 481px) {
  .button02.center > span:before {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.center > span:before {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 1.5625vw;
  }
}

.button02.densho > span:before {
  content: "ef42";
  background-image: url("../img/ic_densho.svg");
  margin-top: -0.3em;
}

@media all and (min-width: 481px) {
  .button02.densho > span:before {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .button02.densho > span:before {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 1.5625vw;
  }
}

/* # =================================================================
#	リンク
# ================================================================= */
.arwLink01:link, .arwLink01:visited,
.arwLink02:link,
.arwLink02:visited,
.link01:link,
.link01:visited {
  color: #000000;
  text-decoration: none;
}

.arwLink01:hover, .arwLink01:active,
.arwLink02:hover,
.arwLink02:active,
.link01:hover,
.link01:active {
  color: #000000;
  text-decoration: underline;
}

.arwLink01:before,
.arwLink02:before,
.link01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-image: url("../img/ic_sprite01_2.svg#arrow2");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

@media all and (min-width: 481px) {
  .arwLink01:before,
  .arwLink02:before,
  .link01:before {
    width: 25px;
    height: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .arwLink01:before,
  .arwLink02:before,
  .link01:before {
    width: 3.75vw;
    height: 0.9375vw;
  }
}

.ic-arw01 {
  font-family: "Noto Serif JP", serif;
}

.ic-arw01:before {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  content: "../img/ic_sprite01_2.svg#arrow01";
  background-image: url("../img/ic_sprite01_2.svg#arrow01");
  background-size: 100% auto;
}

@media all and (min-width: 481px) {
  .ic-arw01:before {
    width: 11px;
    height: 9px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .ic-arw01:before {
    width: 3.4375vw;
    height: 2.8125vw;
    margin-right: 2.5vw;
  }
}

.ic-arw01:link, .ic-arw01:visited {
  color: #000000;
  text-decoration: none;
}

@media all and (min-width: 481px) {
  .ic-arw01:hover, .ic-arw01:active {
    color: #3184a3;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 480px) {
  .ic-arw01:hover, .ic-arw01:active {
    color: #000000;
    text-decoration: none;
  }
}

@media all and (min-width: 481px) {
  .ic-arw01:hover:before {
    background-image: url("../img/ic_sprite01_2.svg#arrow01-hover");
  }
}

.ic-arw01.rev:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ic-video01 {
  font-family: "Noto Serif JP", serif;
}

.ic-video01:before {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  content: " ";
  background-image: url("../img/ic_video01.png");
  background-size: 100% auto;
  margin-bottom: 0.4em;
  vertical-align: middle;
}

@media all and (min-width: 481px) {
  .ic-video01:before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 480px) {
  .ic-video01:before {
    width: 7.1875vw;
    height: 7.1875vw;
    margin-right: 0.625vw;
  }
}

.ic-video01:link, .ic-video01:visited {
  color: #3184a3 !important;
  text-decoration: none !important;
}

@media all and (min-width: 481px) {
  .ic-video01:hover, .ic-video01:active {
    color: #3184a3 !important;
    text-decoration: underline !important;
  }
}

@media only screen and (max-width: 480px) {
  .ic-video01:hover, .ic-video01:active {
    color: #3184a3 !important;
    text-decoration: none !important;
  }
}

/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	OLD CLASSIC CSS
# ================================================================= */
/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.fL {
  float: left;
}

figure.fL {
  display: inline;
  margin-right: 12px;
  margin-bottom: 6px;
}

figure.fL img {
  border: 5px solid #d5ceaa;
  margin-bottom: 6px;
}

figure.fL figcaption {
  display: block;
}

.fR {
  float: right;
}

figure.fR {
  display: inline;
  margin-left: 12px;
  margin-bottom: 4px;
}

figure.fR img {
  border: 5px solid #d5ceaa;
  margin-bottom: 6px;
}

figure.fR figcaption {
  display: block;
}

.image-left, img.alignleft {
  display: inline-block;
  float: left;
  margin: 0px 16px 16px 0px;
  padding: 0px;
  color: #7f6d25;
}

.image-left img {
  margin: 0px 0px 8px 0px;
}

.image-right, img.alignright {
  display: inline-block;
  float: right;
  margin: 0px 0px 16px 16px;
  padding: 0px;
  color: #7f6d25;
}

.image-right img {
  margin: 0px 0px 8px 0px;
}

.image-border01 {
  border: 5px solid #d5ceaa;
}

.image-border01-left {
  display: inline-block;
  float: left;
  margin: 0px 16px 16px 0px;
  padding: 0px;
  border: 5px solid #d5ceaa;
  color: #7f6d25;
}

.image-border01-left img {
  border: 5px solid #d5ceaa;
  margin: 0px 0px 8px 0px;
}

.image-border01-right {
  display: inline-block;
  float: right;
  margin: 0px 0px 16px 16px;
  padding: 0px;
  border: 5px solid #d5ceaa;
  color: #7f6d25;
}

.image-border01-right img {
  border: 5px solid #d5ceaa;
  margin: 0px 0px 8px 0px;
}

.wid178 {
  width: 178px;
}

.wid230 {
  width: 230px;
}

.wid270 {
  width: 270px;
}

.wid290 {
  width: 290px;
}

.wid380 {
  width: 380px;
}

.wid390 {
  width: 390px;
}

.wid400 {
  width: 400px;
}

.alnC {
  text-align: center;
}

.alnL {
  text-align: left;
}

.alnR {
  text-align: right;
}

.txXL {
  font-size: 136%;
  line-height: 145%;
  font-family: "Noto Serif JP", serif;
}

.txL {
  font-size: 108%;
  line-height: 135%;
  font-family: "Noto Serif JP", serif;
}

.txS {
  font-size: 84%;
  line-height: 135%;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.txXS {
  font-size: 78%;
  line-height: 135%;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.txBold {
  font-weight: bold;
}

.txNormal {
  font-weight: normal;
}

.txRed {
  color: #ff0000;
}

.txGold {
  color: #8b702d;
}

.txPink {
  color: #e25063;
}

.txAsh {
  color: #c4bd98;
}

.txGray {
  color: #888888;
}

.txPurple {
  color: #72578b;
}

.txBlack {
  color: #000000;
}

.txAsh2 {
  color: #8c8573;
}

.mgnTop-32 {
  margin-top: -32px;
}

.mgnTop-24 {
  margin-top: -24px;
}

.mgnTop-16 {
  margin-top: -16px;
}

.mgnTop-8 {
  margin-top: -8px;
}

.mgnTop4 {
  margin-top: 4px;
}

.mgnTop8 {
  margin-top: 8px;
}

.mgnTop12 {
  margin-top: 12px;
}

.mgnTop16 {
  margin-top: 16px;
}

.mgnTop20 {
  margin-top: 20px;
}

.mgnTop24 {
  margin-top: 24px;
}

.mgnTop32 {
  margin-top: 32px;
}

.mgnBtm4 {
  margin-bottom: 4px;
}

.mgnBtm8 {
  margin-bottom: 8px;
}

.mgnBtm12 {
  margin-bottom: 12px;
}

.mgnBtm16 {
  margin-bottom: 16px;
}

.mgnBtm20 {
  margin-bottom: 20px;
}

.mgnBtm24 {
  margin-bottom: 24px;
}

.mgnBtm32 {
  margin-bottom: 32px;
}

.mgnBtm40 {
  margin-bottom: 40px;
}

.padTop4 {
  padding-top: 4px;
}

.padTop8 {
  padding-top: 8px;
}

.padTop12 {
  padding-top: 12px;
}

.padTop16 {
  padding-top: 16px;
}

.padTop20 {
  padding-top: 20px;
}

.padTop24 {
  padding-top: 24px;
}

.padTop32 {
  padding-top: 32px;
}

.arwLink01 {
  /*display: inline-block;
	zoom: 1;
	margin-left: 0.5em;
	padding-left: 12px;
	background: url(../img/arw04.gif) no-repeat 0px 0.5em;
	min-height: 7px;*/
}

.arwLink02 {
  /*display: inline-block;
	zoom: 1;
	padding-left: 14px;
	background: url(../img/arw01.gif) no-repeat 0px 0.2em;
	min-height: 10px;*/
}

.arwLink01:before,
.arwLink02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-image: url("../img/ic_sprite01.svg#arrow2");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

@media only screen and (min-width: 521px) {
  .arwLink01:before,
  .arwLink02:before {
    width: 25px;
    height: 6px;
  }
}

@media only screen and (max-width: 520px) {
  .arwLink01:before,
  .arwLink02:before {
    width: 3.33333vw;
    height: 0.8vw;
  }
}

.arwLink03 {
  display: inline-block;
  zoom: 1;
  padding: 0px 0px 0px 12px;
  background: url(../img/arw03.gif) no-repeat 0px 0.45em;
}

.arwLink04 {
  display: inline-block;
  zoom: 1;
  padding: 0px 12px 0px 0px;
  background: url(../img/arw02.gif) no-repeat 100% 0.45em;
}

.arwLink05 {
  display: inline-block;
  zoom: 1;
  padding: 0px 0px 0px 12px;
  background: url(../img/arw02.gif) no-repeat 0px 0.2em;
}

a.btnLink01,
.btnLink01 a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  background: #89a448;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
}

a.btnLink01:before,
.btnLink01 a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  overflow: hidden;
  margin-top: -3px;
  margin-right: 8px;
}

a.btnLink01:link,
a.btnLink01:visited,
.btnLink01 a:link,
.btnLink01 a:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 1.0;
}

a.btnLink01:hover,
a.btnLink01:active,
.btnLink01 a:hover,
.btnLink01 a:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

.pdfLink01 {
  display: inline-block;
  zoom: 1;
  padding: 0px 0px 0px 18px;
  min-height: 17px;
  background: url(../img/ic_pdf.gif) no-repeat 0px 0.5em;
  vertical-align: top;
}

.wordLink01 {
  display: inline-block;
  zoom: 1;
  padding: 0px 0px 0px 18px;
  min-height: 17px;
  background: url(../img/ic_word.gif) no-repeat 0px 50%;
  vertical-align: top;
}

.indent01 {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.icDisc01 {
  padding-left: 17px;
  background: url(../img/ic_disc01.gif) no-repeat 0px 0.25em;
  display: inline-block;
  zoom: 1;
}

.letterSpace01 {
  letter-spacing: 0.4em;
}

blockquote {
  clear: both;
  padding: 48px 12px 12px 38px;
  background: #efefef url(../img/inyou_bg.gif) no-repeat left top;
  margin-left: 0;
  margin-bottom: 1.6em;
  position: relative;
  zoom: 1;
}

blockquote:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.cke_editable > div,
.cke_editable > p,
.cke_editable > table,
.cke_editable > ul,
.cke_editable > ol {
  margin-bottom: 1.8em;
}

.cke_editable > div > div,
.cke_editable > div > p,
.cke_editable > div > table,
.cke_editable > div > ul,
.cke_editable > div > ol {
  margin-bottom: 1.8em;
}

.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-weight: normal;
  font-size: 1.0em;
}

.cke_editable ul {
  list-style-type: disc;
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

.cke_editable ul > li {
  margin: 0;
  padding: 0;
}

.cke_editable ol {
  list-style-type: decimal;
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

.cke_editable ol > li {
  margin: 0;
  padding: 0;
}

.lead01 {
  font-size: 136%;
  line-height: 145%;
  font-weight: bold;
  color: #8b702d;
  font-family: "Noto Serif JP", serif;
}

.lead02 {
  font-size: 108%;
  line-height: 145%;
  font-weight: bold;
  color: #8b702d;
  font-family: "Noto Serif JP", serif;
}

.lead03 {
  font-size: 108%;
  line-height: 145%;
  font-weight: bold;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}

.lead04 {
  font-size: 136%;
  line-height: 145%;
  font-weight: bold;
  color: #e25063;
  font-family: "Noto Serif JP", serif;
}

.heading01 {
  padding-left: 1.3em;
  position: relative;
  font-size: 1.25em;
  line-height: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 0.8em;
  margin-bottom: 0.8em;
  margin-top: 2.0em;
}

.heading01:nth-child(1) {
  margin-top: 0;
}

.heading01:before {
  content: "●";
  color: #3184a3;
  display: block;
  width: 1.0em;
  height: 1.0em;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.heading02 {
  position: relative;
  font-size: 1.4em;
  line-height: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #8b702d;
  margin-bottom: 0.8em;
  margin-top: 2.0em;
}

.heading02:nth-child(1) {
  margin-top: 0;
}

.table-type01 {
  border-collapse: collapse;
}

.table-type01 th,
.table-type01 td {
  border: 1px solid #cccccc;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table-type01 th {
  background-color: #efefef;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

/* section ------------------------------ */
.sectionType1 {
  padding-top: 12px;
  margin-bottom: 30px;
  zoom: 1;
}

.sectionType1:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.sectionType1 p,
.sectionType1 ul,
.sectionType1 ol {
  margin-bottom: 1.6em;
  font-size: 100% !important;
  line-height: 180% !important;
  font-family: "Noto Serif JP", serif !important;
}

.sectionType1 p,
.sectionType1 ul,
.sectionType1 ol {
  margin-bottom: 1.6em;
  font-size: 100% !important;
  line-height: 180% !important;
  font-family: "Noto Serif JP", serif !important;
}

.sectionType1 ol {
  counter-reset: li;
  list-style: none;
}

.sectionType1 ol li:before {
  color: #8b702d;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ".";
  margin-left: -2.5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  width: 2.5em;
  padding-right: 0.5em;
  text-align: right;
}

.sectionType2 {
  clear: both;
  border-top: 1px solid #000000;
  padding-top: 10px;
  margin-bottom: 30px;
  zoom: 1;
}

.sectionType2:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.sectionType2 .heading {
  clear: both;
}

/* archive ------------------------------ */
.archiveOuter1 {
  background: url(../img/bg03.gif);
}

.archiveBody1 {
  background: url(../img/line01.gif) repeat-x left bottom;
  width: 688px;
  padding: 18px 16px 18px 18px;
  zoom: 1;
}

.archiveBody1:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.archiveBody1 p,
.archiveBody1 ol,
.archiveBody1 ul,
.archiveBody1 table {
  margin-bottom: 1.6em;
}

.archiveBody1 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.4em;
}

.archiveBody1 .button {
  padding-top: 1.6em;
}

.archiveOuter2 {
  background: url(../img/bg03.gif);
  /*border-top: 1px solid #000000;*/
}

.archiveBody2 {
  background: url(../img/line01.gif) repeat-x left bottom;
  width: 688px;
  padding: 18px 16px 18px 18px;
  zoom: 1;
}

.archiveBody2:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.archiveBody2 p,
.archiveBody2 ol,
.archiveBody2 ul,
.archiveBody2 table {
  margin-bottom: 1.6em;
}

.archiveBody2 img {
  margin-bottom: 0.4em;
}

.archiveBody2 .thumb {
  width: 210px;
  min-height: 210px;
  padding: 20px;
  background: #353535 url(../img/loader2.gif) no-repeat center center;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-align: center;
  margin-right: 16px;
}

.archiveBody2 .thumb a {
  display: inline-block;
  zoom: 1;
}

.archiveBody2 .thumb img {
  vertical-align: middle;
}

.archiveBody2 .text {
  width: 400px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.archiveBody2 .date {
  font-size: 108%;
  line-height: 125%;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6px;
}

.archiveBody2 .date img {
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 4px;
}

.archiveBody2 .heading {
  font-weight: bold;
  font-size: 136%;
  line-height: 125%;
  font-family: "Noto Serif JP", serif;
  color: #8b702d;
  margin-bottom: 12px;
}

.archiveBody2 .heading img {
  vertical-align: middle;
  margin-bottom: 4px;
}

.archiveBody2 .licence {
  margin-bottom: 12px;
}

.archiveBody2 .summary {
  margin-bottom: 16px;
}

.archiveBody2 .buttons {
  margin-top: 16px;
}

.archiveBody2 .contact {
  background: url(../img/line03.gif) repeat-x left top;
  margin-top: 16px;
  padding-top: 16px;
}

.archiveBody2 .contact .heading {
  font-weight: bold;
  font-size: 108%;
  font-family: "Noto Serif JP", serif;
  color: #8b702d;
  padding-left: 17px;
  background: url(../img/ic_disc01.gif) no-repeat left center;
  margin-bottom: 12px;
}

.archiveBody2 .contact .box {
  margin-bottom: 1.4em;
}

.archiveBody2 .contact .box span {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #8b702d;
  padding-right: 5px;
}

/* sitemap ------------------------------ */
.sitemapSection {
  border-bottom: 1px solid #000000;
  padding: 24px 0px;
  font-size: 1.0rem;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 480px) {
  .sitemapSection {
    padding: 6.25vw 0;
  }
}

.common-title02 + .sitemapSection {
  padding-top: 0;
}

.sitemapSection .heading {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
}

.sitemapSection .heading a:link,
.sitemapSection .heading a:visited {
  color: #333333;
  text-decoration: none;
}

.sitemapSection .heading a:hover,
.sitemapSection .heading a:active {
  color: #3184a3;
  text-decoration: underline;
}

.sitemapSection .heading:has(+ *) {
  margin-bottom: 0.8em;
}

.sitemapSection .sitemapList01 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

.sitemapSection .sitemapList01 dt {
  font-weight: bold;
  display: block;
  margin-top: 0.8em;
}

.sitemapSection .sitemapList01 dd,
.sitemapSection .sitemapList01 li {
  display: inline-block;
  zoom: 1;
  padding-left: 14px;
  padding-right: 30px;
  background: url(../img/arw01.gif) no-repeat 0px 0.35em;
  min-height: 10px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .sitemapSection .sitemapList01 dd,
  .sitemapSection .sitemapList01 li {
    margin-bottom: 2.5vw;
  }
}

.sitemapSection .sitemapList01 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

.sitemapSection .sitemapList01 ul li {
  display: inline-block;
  zoom: 1;
  padding-left: 0px;
  padding-right: 6px;
  background: none;
  margin-right: 4px;
  border-right: 1px solid #888888;
  line-height: 110%;
  margin-bottom: 12px;
}

.sitemapSection .sitemapList01 span {
  color: #999999;
}

.sitemapSection .sitemapList01 a:link,
.sitemapSection .sitemapList01 a:visited {
  color: #333333;
  text-decoration: none;
}

.sitemapSection .sitemapList01 a:hover,
.sitemapSection .sitemapList01 a:active {
  color: #3184a3;
  text-decoration: underline;
}

/* pager ------------------------------ */
div.pager {
  text-align: center;
}

div.pager b {
  font-weight: normal;
}

div.pager span {
  font-weight: bold;
}

div.pager a {
  font-style: normal;
  padding: 0px 5px;
  font-weight: normal;
}

.bottomPager1 {
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 20px 10px;
  background: url(../img/bg01.gif) repeat left bottom;
  border-bottom: 1px solid #000000;
  font-size: 1.0em;
  line-height: 125%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
  zoom: 1;
}

.bottomPager1:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.bottomPager1 li.prev {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: left;
  background: url(../img/arw03.gif) no-repeat 0px 0.45em;
}

.bottomPager1 li.next {
  margin: 0px;
  padding: 0px 12px 0px 0px;
  float: right;
  background: url(../img/arw02.gif) no-repeat 100% 0.45em;
}

.bottomPager1 li.active {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: none;
  background: url(../img/arw05.gif) no-repeat 0px 0.45em;
  display: inline-block;
}

.bottomPager1 li.hakushu {
  margin: 0px;
  padding: 0px;
  float: right;
}

.bottomPager1 li.more {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: right;
}

.bottomPager1 .number {
  display: inline-block;
}

.bottomPager1 .number span.current {
  color: #000000;
  font-weight: bold;
}

.bottomPager1 .number a,
.bottomPager1 .number span {
  margin-left: -1px;
  padding: 0px 7px;
  border-left: 1px solid #cccccc;
}

.bottomPager1 .number a:last-child {
  border-right: 1px solid #cccccc;
}

.bottomPager1 a:link,
.bottomPager1 a:visited {
  text-decoration: underline;
}

.bottomPager1 a:hover,
.bottomPager1 a:active {
  text-decoration: underline;
}

.bottomPager2 {
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 20px 4px 18px 4px;
  background: url(../img/line01.gif) repeat-x left top;
  font-size: 108%;
  line-height: 125%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
  zoom: 1;
}

.bottomPager2:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.bottomPager2 li.prev {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: left;
  background: url(../img/arw03.gif) no-repeat 0px 0.35em;
}

.bottomPager2 li.next {
  margin: 0px;
  padding: 0px 12px 0px 0px;
  float: right;
  background: url(../img/arw02.gif) no-repeat 100% 0.35em;
}

.bottomPager2 li.active {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: none;
  background: url(../img/arw05.gif) no-repeat 0px 0.35em;
  display: inline-block;
}

.topPager1 {
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  background: url(../img/bg01.gif) repeat left bottom;
  border-top: 1px solid #000000;
  font-size: 108%;
  line-height: 125%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
  margin-top: -1px;
  zoom: 1;
}

.topPager1:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.topPager1 li.prev {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: left;
  background: url(../img/arw03.gif) no-repeat 0px 0.35em;
}

.topPager1 li.next {
  margin: 0px;
  padding: 0px 12px 0px 0px;
  float: right;
  background: url(../img/arw02.gif) no-repeat 100% 0.35em;
}

.topPager1 li.active {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  float: none;
  background: url(../img/arw05.gif) no-repeat 0px 0.35em;
  display: inline-block;
}

.topPager1 li.month {
  margin: 0px;
  padding: 0px;
  float: none;
  display: inline-block;
  font-weight: bold;
  font-size: 136%;
  line-height: 125%;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
@media all and (min-width: 481px) {
  header {
    width: 100%;
    text-align: center;
    /*background: url(../img/h_bg01.gif) repeat-x center top;*/
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1000;
    zoom: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #header:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  header {
    padding-top: 92px;
  }
  body.home header {
    padding-top: 92px;
  }
  #headBarOuter {
    width: 100%;
    min-width: 1120px;
    height: 92px;
    background: #ffffff;
    /*background: url(../img/h_bg01.gif) repeat-x center top;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  body.home #headBarOuter {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  body.smaller #headBarOuter {
    position: fixed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 18px solid #e6e6e6;
    height: 99px;
    padding-bottom: 7px;
    background: #ffffff url("../img/h_bg01.png") repeat-x 50% 100%;
    background-size: 1054px 7px;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  body.smaller #headBarOuter #headLogo {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
  }
  body.smaller #headBarOuter #headLogo a {
    display: block;
    width: 139px;
    height: 32px;
  }
  body.smaller #headBarOuter #headLogo a:after {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.smaller #headBarOuter #headLogo img {
    width: 100%;
    height: 100%;
  }
  body.smaller #head-nav2 {
    height: auto;
    pointer-events: all;
  }
  #headBar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1054px;
    text-align: left;
    margin: 0px auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #head-trigger {
    display: none;
  }
  #headLogo {
    float: left;
    padding: 0px;
    font-size: 0.1em;
    line-height: 0.1em;
  }
  #headLogo a {
    display: block;
    width: 239px;
    height: 55px;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: url("../img/h_logo.png") no-repeat 0px 0px;
    background-size: auto 100%;
  }
  #headLogo a:hover {
    opacity: 0.7;
  }
  #head-nav2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 55px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
  }
  #head-nav2 #headGsearch .gsc-control-cse {
    margin: 0;
    padding: 0;
    border: none;
  }
  #head-nav2 #headGsearch .gsc-search-box {
    margin-right: 0;
  }
  #headCategory {
    width: 100%;
    /*background: url(../img/h_bg02_ex.gif) repeat-x left bottom;*/
    text-align: center;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    /*height: 67px;*/
    height: 76px;
    z-index: 1;
    zoom: 1;
    background: url("../img/h_bg01.png") repeat-x 50% 0%;
    background-size: 1054px auto;
  }
  body.home #headCategory {
    height: 522px;
    background: url("../img/h_bg01.png") repeat-x 50% 420px;
    background-size: 1100px auto;
  }
  body.nbic #headCategory,
  body.teachings #headCategory,
  body.buddhism #headCategory,
  body.temples #headCategory {
    /*height: 422px;*/
    height: 400px;
    background-position: 50% 320px;
  }
  #head-nav1 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    line-height: 1.0em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1054px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    z-index: 3;
    opacity: 1.0;
    pointer-events: none;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 10px;
    border-bottom: 3px solid #3184a3;
  }
  body.gsc-overflow-hidden #head-nav1 {
    z-index: 1;
  }
  #head-nav1 > ul {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.0em;
    padding: 0px;
    font-size: 20px;
  }
  #head-nav1 > ul > li {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    pointer-events: all;
  }
  #head-nav1 > ul > li:after {
    content: "/";
    display: inline-block;
    margin: 0px 24px 0px 14px;
    z-index: 1;
  }
  #head-nav1 > ul > li:nth-last-child(1):after {
    display: none;
  }
  #head-nav1 > ul > li.sns > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  #head-nav1 > ul > li.sns > ul > li {
    display: inline-block;
    margin: 0px 14px 0px 0px;
    padding: 0px;
  }
  #head-nav1 > ul > li.sns > ul > li > a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
  }
  #head-nav1 > ul > li.sns > ul > li.twitter > a {
    /*background-image: url("../img/ic_sprite01.svg?2020120701#twitter");*/
    background-image: url("../img/ic_x.svg");
  }
  #head-nav1 > ul > li.sns > ul > li.facebook > a {
    background-image: url("../img/ic_sprite01.svg?2020120701#facebook");
  }
  #head-nav1 > ul > li.sns > ul > li.line > a {
    background-image: url("../img/ic_sprite01.svg?2020120701#line");
  }
  #head-nav1 > ul > li > .nav-inner {
    display: inline-block;
  }
  #head-nav1 > ul > li > .nav-inner .trigger {
    display: none;
  }
  #head-nav1 > ul > li > .nav-inner > a {
    display: inline-block;
    position: relative;
    padding-top: 8px;
    padding-bottom: 14px;
    color: #000000;
    text-decoration: none !important;
    text-transform: uppercase;
  }
  #head-nav1 > ul > li > .nav-inner > a:after {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    width: 7px;
    height: 6px;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    content: " ";
    background-image: url("../img/ic_sprite01.svg#arrow03-wine");
    visibility: hidden;
    opacity: 0;
  }
  #head-nav1 > ul > li > .nav-inner > a[href]:link,
  #head-nav1 > ul > li > .nav-inner > a[href]:visited {
    color: #000000;
  }
  #head-nav1 > ul > li > .nav-inner > a[href]:hover,
  #head-nav1 > ul > li > .nav-inner > a[href]:active {
    color: #3184a3;
    opacity: 0.9;
  }
  #head-nav1 > ul > li > .nav-inner > a:hover:after {
    visibility: visible;
    opacity: 1.0;
  }
  #head-nav1 > ul > li > .nav-inner:hover > a:after {
    visibility: visible;
    opacity: 1.0;
  }
  #head-nav1 > ul > li > .nav-inner:hover .sub-nav {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    visibility: visible;
    opacity: 1.0;
  }
  #head-nav1 > ul > li .sub-nav {
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100000;
    /*left: calc(1100px / 2);*/
    left: 50%;
    top: 32px;
    width: 100vw;
    min-width: 1120px;
    background: #f5f2ec;
    background-clip: padding-box;
    border-top: 19px solid transparent;
    margin-left: calc(100vw / 2 * -1);
    margin-left: calc(max(100vw,1120px) / 2 * -1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  }
  #head-nav1 > ul > li .sub-nav a:link,
  #head-nav1 > ul > li .sub-nav a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head-nav1 > ul > li .sub-nav a:hover,
  #head-nav1 > ul > li .sub-nav a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner {
    width: 1054px;
    margin: 0px auto;
    padding: 24px 0px;
    zoom: 1;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner > .heading {
    width: 350px;
    height: 163px;
    float: left;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner > .heading img {
    width: auto;
    height: 100%;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner > .heading a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    color: #000000 !important;
    text-decoration: none !important;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner > .heading a:after {
    content: attr(data-caption);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    font-size: 11px;
    line-height: 1.0em;
    margin-left: 20px;
    white-space: nowrap;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box {
    /*width: calc(100% - 350px);
	float: right;*/
    margin-bottom: 18px;
    white-space: normal;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box:nth-last-child(1) {
    margin-bottom: 0px;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > .heading {
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 4px;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > .heading:before {
    content: "●";
    color: #3184a3;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul > li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 2.0em;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul > li:after {
    content: "／";
    margin: 0px 0.4em 0px 0.7em;
  }
  #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul > li:nth-last-child(1):after {
    display: none;
  }
  body.smaller #header.hide #headBarOuter,
  body.home.smaller #header.hide #headBarOuter {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  body.smaller #header.show #headBarOuter,
  body.home.smaller #header.show #headBarOuter {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.smaller #header.hide #head-nav1,
  body.home.smaller #header.hide #head-nav1 {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    visibility: hidden !important;
    opacity: 0 !important;
    padding-bottom: 0;
    border-bottom: none;
  }
  body.smaller #header.show #head-nav1,
  body.home.smaller #header.show #head-nav1 {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    visibility: visible !important;
    opacity: 1 !important;
    padding-bottom: 0;
    border-bottom: none;
  }
  body.smaller #head-nav1,
  body.home.smaller #head-nav1 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1054px;
    height: 99px;
    border-top: 18px solid transparent;
    padding-bottom: 7px;
    position: fixed;
    left: 0px;
    right: 0px;
    /*top: 36px;*/
    top: 0px;
    bottom: auto;
    z-index: 3;
    margin: 0px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  body.smaller #head-nav1 > ul,
  body.home.smaller #head-nav1 > ul {
    padding: 0px;
    font-size: 14px;
    padding-left: 180px;
    /*padding-left: 165px;*/
    margin-top: 2px;
  }
  body.smaller #head-nav1 > ul > li:after,
  body.home.smaller #head-nav1 > ul > li:after {
    margin: 0px 10px 0px 5px;
  }
  body.smaller #head-nav1 > ul > li > .nav-inner > a,
  body.home.smaller #head-nav1 > ul > li > .nav-inner > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  body.smaller #head-nav1 > ul .sub-nav,
  body.home.smaller #head-nav1 > ul .sub-nav {
    /*top: 44px;*/
    top: 62px;
  }
  body.smaller #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul > li,
  body.home.smaller #head-nav1 > ul > li .sub-nav .sub-nav-inner .sub-nav-box > ul > li {
    font-size: 14px;
  }
  body.smaller #head-nav1 > ul > li.sns,
  body.home.smaller #head-nav1 > ul > li.sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
  }
  body.smaller #head-nav1 > ul > li.sns > ul > li,
  body.home.smaller #head-nav1 > ul > li.sns > ul > li {
    margin: 0px 8px 0px 0px;
  }
  body.smaller #head-nav1 > ul > li.sns > ul > li > a,
  body.home.smaller #head-nav1 > ul > li.sns > ul > li > a {
    width: 22px;
    height: 22px;
  }
  body.smaller #head-nav2,
  body.home.smaller #head-nav2 {
    max-width: 240px;
  }
  #head-nav1 > ul > li:not(:has(ul)) > .nav-inner > a:after {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  #head-nav1 > ul > li > .nav-inner > a[aria-current]:after,
  #head-nav1 > ul > li:has([aria-current]) > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.about #head-nav1 > ul > li.about > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.information #head-nav1 > ul > li.information > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.publications #head-nav1 > ul > li.publications > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.documents #head-nav1 > ul > li.documents > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.center #head-nav1 > ul > li.center > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.densho #head-nav1 > ul > li.densho > .nav-inner > a:after {
    visibility: visible !important;
    opacity: 1.0 !important;
  }
}

@media only screen and (max-width: 480px) {
  #header {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 51.2px;
    height: 16vw;
    overflow: visible;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #header.open {
    position: fixed;
    max-height: 90vh;
    height: auto;
    overflow: auto;
    box-shadow: 0px 3.33333vw 3.33333vw rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3.33333vw 3.33333vw rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3.33333vw 3.33333vw rgba(0, 0, 0, 0.1);
  }
  #header.open.lang-open {
    background-color: #ffffff;
    max-height: 100vh;
    height: 100vh;
  }
  #headCategory {
    position: absolute;
    left: 0px;
    top: 51.2px;
    top: 16vw;
    z-index: 3;
    width: 100%;
    background: #eeeeee;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    visibility: visible !important;
    opacity: 1.0 !important;
  }
  body.sp-smaller #header.open #headCategory {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  #headBarOuter {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 1000;
    pointer-events: none;
  }
  #headBarOuter #headBar {
    position: relative;
  }
  #headLogo {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    height: 16vw;
    padding: 0px 3.3333333333vw;
    position: fixed;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.1em;
    line-height: 0.1em;
    pointer-events: all;
  }
  #headLogo:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    content: " ";
    width: 100%;
    height: 5.5px;
    /*height: 1.3333333333vw;*/
    height: 1.71875vw;
    border-top: 1px solid #ffffff;
    border-top-width: 0.3125vw;
    position: absolute;
    left: 0px;
    /*bottom: -1.3333333333vw;*/
    bottom: -4.5px;
    bottom: -1.40625vw;
    background-image: url("../img/h_bg01.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100vw 1.71875vw;
    opacity: 1.0;
  }
  body.home #headLogo:after {
    opacity: 0;
  }
  body.home.sp-smaller #headLogo:after {
    opacity: 1.0;
  }
  #headLogo a {
    display: block;
    width: 43.4375vw;
    height: 10vw;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
  }
  #headLogo a:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/h_logo.png") no-repeat 0px 0px;
    background-size: 100% auto;
    opacity: 1.0;
  }
  #header.open #headLogo:after {
    opacity: 0 !important;
  }
  #head-trigger {
    width: 16vw;
    height: 16vw;
    background: #ffffff;
    position: fixed;
    right: 0px;
    top: 0px;
    pointer-events: all;
  }
  #head-trigger > span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 7.4666666667vw;
    height: 0.2933333333vw;
    background-color: #000000;
  }
  #head-trigger > span:nth-of-type(1) {
    top: 5.2vw;
  }
  #head-trigger > span:nth-of-type(2) {
    top: 7.8666666667vw;
  }
  #head-trigger > span:nth-of-type(3) {
    bottom: 5.2vw;
  }
  #header.open #head-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7.8666666667vw;
  }
  #header.open #head-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #header.open #head-trigger span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 7.8666666667vw;
  }
  #head-nav1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 4vw 6.6666666667vw 4vw;
    line-height: 1.0em;
    background: #ffffff;
    margin-top: 51.2px;
    margin-top: 16vw;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    font-family: "Noto Serif JP", serif;
  }
  #header.open #head-nav1 {
    visibility: visible;
    opacity: 1.0;
  }
  #head-nav1 > ul {
    list-style-type: none;
    margin: 0px;
    line-height: 1.0em;
    padding: 0px;
    font-size: 5.3333333333vw;
    border-top: 1px solid #000000;
    text-align: center;
  }
  #head-nav1 > ul > li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #000000;
  }
  #head-nav1 > ul > li.sns {
    padding: 4vw 0;
  }
  #head-nav1 > ul > li.sns > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  #head-nav1 > ul > li.sns > ul > li {
    display: inline-block;
    margin: 0px 0.4em;
    padding: 0px;
  }
  #head-nav1 > ul > li.sns > ul > li > a {
    display: block;
    width: 9vw;
    height: 9vw;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
  }
  #head-nav1 > ul > li.sns > ul > li.twitter > a {
    /*background-image: url("../img/ic_sprite01.svg?2020120701#twitter");*/
    background-image: url("../img/ic_x.svg");
  }
  #head-nav1 > ul > li.sns > ul > li.facebook > a {
    background-image: url("../img/ic_sprite01.svg?2020120701#facebook");
  }
  #head-nav1 > ul > li.sns > ul > li.line > a {
    background-image: url("../img/ic_sprite01.svg?2020120701#line");
  }
  #head-nav1 > ul > li > .nav-inner {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding: 0.6666666667vw 0px;
    min-height: 16vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
  }
  #head-nav1 > ul > li > .nav-inner .trigger {
    display: block;
    color: #3184a3;
    font-size: 3.7333333333vw;
    line-height: 1.0em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding-top: 2.6666666667vw;
    margin-bottom: -1.3333333333vw;
    position: relative;
  }
  #head-nav1 > ul > li > .nav-inner > a {
    display: block;
    position: relative;
    color: #000000 !important;
    text-decoration: none !important;
    z-index: 100;
    text-transform: uppercase;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    background: #f5f2ec;
    margin: 0px -6.6666666667vw;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner {
    padding: 5.3333333333vw 6.6666666667vw;
    text-align: left;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner a {
    color: #000000 !important;
    text-decoration: none !important;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box {
    margin-bottom: 5.3333333333vw;
    white-space: normal;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box:nth-last-child(1) {
    margin-bottom: 0px;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box > ul > li {
    display: inline-block;
    margin: 0.4em 0px;
    padding: 0px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box > ul > li:after {
    content: "／";
    margin: 0px 0.4em 0px 0.7em;
  }
  #head-nav1 > ul > li > .nav-inner .sub-nav .sub-nav-inner .sub-nav-box > ul > li:nth-last-child(1):after {
    display: none;
  }
  #head-nav1 > ul > li.open > .nav-inner {
    padding: 4vw 0px 2.6666666667vw;
  }
  #head-nav1 > ul > li.open > .nav-inner > a {
    padding-bottom: 2.6666666667vw;
  }
  #head-nav1 > ul > li.open > .nav-inner .trigger {
    text-indent: -9000px;
    padding-top: 2.6666666667vw;
    margin-bottom: 0px;
  }
  #head-nav1 > ul > li.open > .nav-inner .trigger:after {
    content: "×";
    text-indent: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    font-size: 4.8vw;
    bottom: 0px;
  }
  #head-nav1 > ul > li.open > .nav-inner .sub-nav {
    visibility: visible;
    opacity: 1.0;
    max-height: 100vw;
  }
  #head-nav2 {
    background: #ffffff;
    padding: 0px 6.6666666667vw 13.3333333333vw;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
  }
  #header.open #head-nav2 {
    visibility: visible;
    opacity: 1;
  }
  #head-nav2 > #headGsearch {
    pointer-events: all;
  }
  #head-nav2 > ul {
    list-style-type: none;
    margin: 0px;
    padding: 3vw 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all;
  }
  #head-nav2 > ul > li {
    margin: 0px 3.6vw 0px;
    padding: 0px;
  }
  #head-nav2 > ul > li > a {
    display: block;
    position: relative;
    padding-top: 11vw;
    line-height: 1.0em;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 0.9em;
    min-width: 3em;
    text-align: center;
  }
  #head-nav2 > ul > li > a:before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: " ";
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
  }
  #head-nav2 > ul > li.store > a:before {
    width: 9vw;
    height: 9vw;
  }
  #head-nav2 > ul > li.store > a:before {
    content: " ";
    background-image: url("../img/ic_sprite01.svg#store");
  }
  #head-nav2 > ul > li.info > a:before {
    width: 9vw;
    height: 9vw;
  }
  #head-nav2 > ul > li.info > a:before {
    content: " ";
    background-image: url("../img/ic_sprite01.svg#info");
  }
  #head-nav2 > ul > li.contact > a:before {
    width: 9vw;
    height: 9vw;
  }
  #head-nav2 > ul > li.contact > a:before {
    content: " ";
    background-image: url("../img/ic_sprite01.svg#contact");
  }
  #head-nav2 > ul > li.global > a:before {
    width: 9vw;
    height: 9vw;
  }
  #head-nav2 > ul > li.global > a:before {
    content: " ";
    background-image: url("../img/ic_sprite01.svg#global");
  }
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
html {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
  background-color: #ffffff;
}

body {
  height: 100%;
  background-color: #ffffff;
}

a:link,
a:visited {
  color: #3184a3;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #3184a3;
  text-decoration: underline;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media all and (min-width: 481px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}

.anchor {
  pointer-events: none;
}

.anchor > * {
  pointer-events: auto;
}

@media only screen and (max-width: 480px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(56.5px + 6.25vw) solid transparent !important;
    margin-top: calc(0px - 56.5px - 6.25vw) !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

/* wrapper ------------------------------ */
#wrapper {
  width: 100%;
  /*height: 100%;*/
  min-width: 1120px;
  min-height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
}

body.error #wrapper,
body.thanks #wrapper {
  min-height: 100%;
}

/* container ------------------------------ */
#container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1054px;
  min-height: 200px;
  margin: 0px auto;
  padding-bottom: 320px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 800;
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#container.single {
  display: block;
}

#container:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

@media all and (min-width: 481px) {
  #home-visual-outer {
    background: #eeeeee;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2000;
  }
  #home-visual-outer .loader {
    z-index: 1;
  }
  #home-visual-outer #homeKeyvisualTitle {
    background: url(../img/home_kv_title.png) no-repeat 0px 0px;
    background-size: 100% auto;
    width: 405px;
    height: 134px;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    z-index: 3000;
  }
  #home-visual-sp {
    display: none !important;
  }
  #home-visual {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block !important;
    background: #ffffff;
    width: 100% !important;
    height: 420px;
    overflow: hidden;
    position: relative;
    z-index: 2000;
    opacity: 0;
    zoom: 1;
  }
  #home-visual.owl-loaded {
    opacity: 1.0;
  }
  #home-visual:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #home-visual.owl-carousel .owl-stage-outer {
    margin-top: 0.5px;
  }
  #home-visual.owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  #home-visual.owl-theme .owl-nav button {
    outline: none !important;
  }
  #home-visual.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #home-visual p {
    width: 1054px !important;
    height: 420px !important;
    overflow: hidden;
    float: left;
    position: relative;
    text-align: center;
  }
  #home-visual p a {
    display: block;
    width: 1054px;
    height: 420px;
    overflow: hidden;
  }
  #home-visual p img {
    /*margin: 0px -99px;*/
    margin: 0;
    /*width: 1298px;*/
    width: 1054px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }
  #home-visual .owl-prev,
  #home-visual .owl-next {
    width: calc((100% - 1054px) / 2) !important;
    height: 420px !important;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    top: 0px;
    margin: 0px !important;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
  }
  #home-visual .owl-prev {
    left: 0px;
  }
  #home-visual .owl-next {
    right: 0px;
  }
  #home-visual .owl-prev span,
  #home-visual .owl-next span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 77px !important;
    height: 77px !important;
    text-align: left;
    text-indent: -9000px;
    position: absolute;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    top: 0px;
    bottom: 0px;
    margin: auto 0px !important;
    background: #000000 url("../img/ic_sprite01.svg#arrow04-white") no-repeat 50% 50% !important;
    background-size: 32px auto !important;
  }
  #home-visual .owl-prev:hover span,
  #home-visual .owl-next:hover span {
    background-color: #3184a3 !important;
  }
  #home-visual .owl-prev span {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #home-visual .owl-next span {
    right: 0px;
  }
  #topic-path {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1054px;
    margin: 0px auto;
    margin-top: 30px;
    overflow: auto;
  }
  #topic-path > p {
    display: inline-block;
    white-space: nowrap;
    padding: 0px 10px 20px 10px;
    font-size: 12px;
    line-height: 1.05em;
    border-bottom: 1px solid #000000;
  }
  #topic-path .separator {
    display: inline-block;
    padding: 0px 0.6em;
  }
  #topic-path a:link,
  #topic-path a:visited {
    color: #000000;
    text-decoration: none;
  }
  #topic-path a:hover,
  #topic-path a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  #side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 220px;
    margin-top: 50px;
    background-color: #f9f9f9;
    padding-bottom: 50px;
  }
  #side #localNav {
    font-family: "Noto Serif JP", serif;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 120px;
  }
  #side #localNav > .heading2 > a {
    display: block;
    background-color: #3184a3;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 500;
  }
  #side #localNav > .heading2 > a:hover {
    text-decoration: underline;
  }
  #side #localNav > .heading2 > a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 1.0em;
    background-image: url(../img/arw08_white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-bottom: 0.25em;
    margin-right: 5px;
  }
  #side #localNav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 15px;
  }
  #side #localNav > ul > li {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    line-height: 1.25em;
  }
  #side #localNav > ul > li > a,
  #side #localNav > ul > li > span {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  #side #localNav > ul > li > a:before,
  #side #localNav > ul > li > span:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 1.0em;
    background-image: url(../img/arw08_aqua.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-bottom: 0.25em;
    margin-right: 5px;
  }
  #side #localNav > ul > li > a {
    text-decoration: none;
  }
  #side #localNav > ul > li > a:hover {
    text-decoration: underline;
  }
  #side #localNav > ul > li > span {
    color: #cccccc;
  }
  #contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 800px;
    margin: 0px auto;
    margin-right: 0;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #container.single #contents,
  #container:not(:has(#side)) #contents {
    margin: 0 auto;
    width: 900px;
  }
  .noposts {
    padding: 3.0em 0;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .common-title02 {
    font-family: "Noto Serif JP", serif !important;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #3184a3;
    margin-bottom: 40px;
  }
  .common-title02:has(+ .common-list-header) {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .common-title02:has(+ .common-post) {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .newmark {
    background-color: #ffffff;
    color: #3184a3;
    border: 1px solid #3184a3;
    border-radius: 4px;
    font-size: 0.5rem;
    line-height: 1.0em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 14px;
    padding: 2px 8px;
    margin-left: 4px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .limited {
    background-color: #ffffff;
    color: #3184a3;
    border: 1px solid #3184a3;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.0em;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 4px 8px;
    margin-bottom: 4px;
    vertical-align: middle;
  }
  .limited > span {
    color: #e25063;
  }
  .indexItems01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .indexItems01 > ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .indexItems01 > ul > li {
    margin: 0 25px 50px;
    padding: 0;
  }
  body.home .indexItems01 {
    margin-top: 80px;
  }
  .cat {
    display: inline-block;
    width: 140px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 9px;
    line-height: 1.0em;
    white-space: nowrap;
    background-color: #3184a3;
    -webkit-clip-path: polygon(11px 0%, calc(100% - 11px) 0%, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0% 50%);
    clip-path: polygon(11px 0%, calc(100% - 11px) 0%, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0% 50%);
  }
  .common-back {
    margin-top: 40px;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.05em;
  }
  .common-list-header {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 3px solid #666666;
    border-bottom: 1px solid #000000;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 220px auto;
    min-height: 76px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-list-header > .heading {
    font-family: "Noto Serif JP", serif;
    font-size: 1.75rem;
    line-height: 1.5em;
    font-weight: 500;
  }
  .common-list-header > .more {
    min-width: 205px;
    text-align: right;
  }
  .common-list-header > .more .select01 {
    margin-left: 10px;
    font-size: 12px;
    margin-top: 10px;
  }
  .common-list-header > .more a {
    display: block;
  }
  .common-list-header.is_search > .more .link01 {
    font-size: 0.75rem;
  }
  .common-title02 + .common-list-header {
    border-top: none;
  }
  .tableType1 {
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
  }
  .tableType1 a:link,
  .tableType1 a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .tableType1 a:hover,
  .tableType1 a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .tableType1 th,
  .tableType1 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #000000;
  }
  .tableType1 th {
    padding-left: calc(16px + 1.0em);
    padding-right: 34px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: normal;
    text-indent: -1.0em;
    width: 10%;
    white-space: nowrap;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .tableType1 th:before {
    content: "●";
    color: #3184a3;
  }
  .tableType1 td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.0rem;
  }
  .tableType1 tr:nth-child(1) th, .tableType1 tr:nth-child(1) td {
    border-top: none;
  }
  .tableType1 tr:nth-last-child(1) th, .tableType1 tr:nth-last-child(1) td {
    border-bottom: none;
  }
  .tableType3 {
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
  }
  .tableType3 a:link,
  .tableType3 a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .tableType3 a:hover,
  .tableType3 a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .tableType3 th,
  .tableType3 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  .tableType3 th {
    padding-left: calc(16px + 1.0em);
    padding-right: 34px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: normal;
    text-indent: -1.0em;
    width: 10%;
    white-space: nowrap;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .tableType3 th.area {
    background-color: #eef9fd;
  }
  .tableType3 th.area:before {
    content: "●";
    color: #3184a3;
  }
  .tableType3 td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.0rem;
  }
  .tableType3 td.button {
    text-align: right;
  }
  .info-list02 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #000000;
  }
  .info-list02 a:link,
  .info-list02 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .info-list02 a:hover,
  .info-list02 a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .info-list02 > li {
    margin: 0px;
    padding: 15px 30px 15px 180px;
    border-bottom: 1px solid #000000;
    position: relative;
  }
  .info-list02 > li .type {
    font-weight: 500;
    color: #3184a3;
  }
  .info-list02 > li .category {
    position: absolute;
    left: 25px;
    top: 0px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-list02 > li .date {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1.5em;
    margin-bottom: 0.2em;
    color: #666666;
  }
  .info-list02 > li .summary {
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .info-list02 > li:has(.date2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px 25px 15px;
  }
  .info-list02 > li .date2 {
    font-size: 0.85rem;
    line-height: 1.5em;
    margin-bottom: 0.2em;
    color: #666666;
    width: 160px;
  }
  .info-list02 > li .category2 {
    width: 160px;
  }
  .info-list02 > li .title2 {
    width: calc(100% - 160px - 160px);
    font-size: 1.125rem;
    line-height: 1.5em;
  }
  .info-list02 > li .title4 {
    width: calc(100% - 160px - 160px - 70px);
    font-size: 1.125rem;
    line-height: 1.5em;
  }
  .info-list02 > li .button {
    width: 70px;
    text-align: right;
  }
  .info-list02.is_search .resultTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 0.75rem;
    line-height: 1.5em;
    color: #999999;
  }
  .info-list02.is_search .resultTxt:not(:empty) {
    margin-top: 0.8em;
    padding-top: 0.8em;
    border-top: 1px solid #999999;
  }
  .common-list-header + .info-list02 {
    border-top: none;
  }
  .info-list02:has(+ .home-more) {
    border-top: none;
  }
  .info-list02:has(+ .home-more) > li:nth-last-child(1) {
    border-bottom: none;
  }
  .home-more {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 221px auto;
    padding: 16px;
    margin-top: 36px;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.05em;
  }
  .archive-pager {
    font-family: "Noto Serif JP", serif;
    font-size: 1.0rem;
    line-height: 1.05em;
    margin-top: 50px;
    text-align: center;
  }
  .archive-pager a:link,
  .archive-pager a:visited {
    color: #333333;
    text-decoration: none;
  }
  .archive-pager a:hover,
  .archive-pager a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .archive-pager span.prev,
  .archive-pager span.next {
    color: #cccccc;
  }
  .archive-pager > span,
  .archive-pager > a {
    display: inline-block;
    padding: 0px 1.0em 0px 1.0em;
    position: relative;
  }
  .archive-pager > span:after,
  .archive-pager > a:after {
    content: "／";
    color: #333333;
    position: absolute;
    right: -0.6em;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
  }
  .archive-pager > span:nth-last-child(1):after,
  .archive-pager > a:nth-last-child(1):after {
    display: none;
  }
  .archive-pager > .current {
    color: #3184a3;
    font-weight: 500;
  }
  .common-post .head {
    border-top: 3px solid #3184a3;
    padding: 20px 25px 20px 25px;
    position: relative;
  }
  .common-post .head .category {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin-right: 8px;
  }
  .common-post .head .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5em;
    color: #666666;
  }
  .common-post .head .date > span {
    display: inline-block;
  }
  .common-post .head .newmark {
    margin-bottom: 0;
    vertical-align: baseline;
  }
  .common-post .head .title {
    margin-top: 8px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.5em;
  }
  .common-post .head .button {
    margin-top: 16px;
  }
  .common-post .head + .body {
    border-top: 1px solid #000000;
    padding: 45px 35px 60px 35px;
  }
  .common-post .body {
    border-bottom: 1px solid #000000;
    padding: 35px 35px 60px 35px;
    zoom: 1;
  }
  .common-post .body:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .common-post .body a:link,
  .common-post .body a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .common-post .body a:hover,
  .common-post .body a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .common-post .body > p {
    margin-bottom: 1.75em;
  }
  .common-post .body > p:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .common-post .body img {
    margin-bottom: 0.5em;
  }
  .common-post .body ol {
    counter-reset: li;
    list-style: none;
    margin-left: 2.5em;
  }
  .common-post .body ol li:before {
    color: #8b702d;
    font-weight: bold;
    counter-increment: li;
    content: counter(li) ".";
    margin-left: -2.5em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    width: 2.5em;
    padding-right: 0.5em;
    text-align: right;
  }
  .common-title02 + .common-post > .head {
    border-top: none;
  }
  .genshu-search-outer {
    border: 1px solid #000000;
    padding: 44px 62px;
    margin-top: 56px;
  }
  .genshu-search-outer > .heading {
    font-size: 1.5rem;
    line-height: 1.25em;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #000000;
    margin-bottom: 16px;
  }
  .genshu-search-outer .search-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .genshu-search-outer .search-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% - 220px - 10px);
    height: 100%;
    border: 1px solid #000000;
    background-color: #eeeeee;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
  }
  .genshu-search-outer .search-buttons {
    text-align: center;
  }
  .genshu-search-outer .search-buttons button[type='reset'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 130px;
    height: 100%;
    padding: 10px;
    margin: 0 8px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
    color: #000000;
    cursor: pointer;
  }
  .genshu-search-outer .search-buttons button[type='reset']:hover {
    opacity: 0.7;
  }
  .genshu-search-outer .search-buttons button[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 220px;
    height: 100%;
    padding: 10px;
    margin: 0 0 0 10px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  .genshu-search-outer .search-buttons button[type='submit']:hover {
    opacity: 0.7;
  }
  .genshu-search-outer .search-buttons a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 4.375vw;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
  }
}

/* simplebar用 */
@media only screen and (max-width: 480px) {
  .simplebar-track {
    background: #dddddd;
    border-radius: 6.25vw;
  }
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1.0;
  }
  .simplebar-track .simplebar-scrollbar::before {
    background: #3184a3;
  }
}

@media only screen and (max-width: 480px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

.anchor {
  pointer-events: none;
}

.anchor > * {
  pointer-events: auto;
}

@media only screen and (max-width: 480px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(56.5px + 6.25vw) solid transparent !important;
    margin-top: calc(0px - 56.5px - 6.25vw) !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 480px) {
  .mb4 {
    margin-bottom: 1.25vw !important;
  }
}

@media only screen and (max-width: 480px) {
  .mb8 {
    margin-bottom: 2.5vw !important;
  }
}

/* wrapper ------------------------------ */
#wrapper {
  width: 100%;
  /*height: 100%;*/
  min-width: 1120px;
  min-height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 480px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
    padding-top: 17.65625vw;
  }
}

@media only screen and (max-width: 480px) {
  body.home #wrapper {
    padding-top: 0;
  }
}

body.error #wrapper,
body.thanks #wrapper {
  min-height: 100%;
}

/* container ------------------------------ */
@media only screen and (max-width: 480px) {
  #container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: auto;
    overflow: visible;
    margin: 0px auto;
    padding-bottom: 6.25vw;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 850;
    zoom: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#container:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

@media only screen and (max-width: 480px) {
  #home-visual-outer {
    background: #eeeeee;
    width: 100%;
    height: 43.4375vw;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2000;
  }
  #home-visual-outer .loader {
    z-index: 1;
  }
  #home-visual-outer #homeKeyvisualTitle {
    background: url(../img/home_kv_title.png) no-repeat 0px 0px;
    background-size: 100% auto;
    width: 56.25vw;
    height: 18.4375vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    z-index: 3000;
  }
  #home-visual {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block !important;
    background: #ffffff;
    width: 100% !important;
    height: 43.4375vw;
    overflow: hidden;
    position: relative;
    z-index: 2000;
    opacity: 0;
    zoom: 1;
  }
  #home-visual.owl-loaded {
    opacity: 1.0;
  }
  #home-visual:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #home-visual.owl-carousel .owl-stage-outer {
    margin-top: 0.5px;
  }
  #home-visual.owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  #home-visual.owl-theme .owl-nav button {
    outline: none !important;
  }
  #home-visual.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #home-visual p {
    width: 100vw !important;
    height: 43.4375vw !important;
    overflow: hidden;
    float: left;
    position: relative;
    text-align: center;
  }
  #home-visual p a {
    display: block;
    width: 100vw;
    height: 43.4375vw;
    overflow: hidden;
  }
  #home-visual p img {
    margin: 0;
    width: 100vw;
    height: 43.4375vw;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
  #home-visual .owl-prev,
  #home-visual .owl-next {
    height: 43.4375vw !important;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    top: 0px;
    margin: 0px !important;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
  }
  #home-visual .owl-prev {
    left: 0px;
  }
  #home-visual .owl-next {
    right: 0px;
  }
  #home-visual .owl-prev span,
  #home-visual .owl-next span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 27px !important;
    width: 8.4375vw !important;
    height: 27px !important;
    height: 8.4375vw !important;
    text-align: left;
    text-indent: -9000px;
    position: absolute;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    top: 0px;
    bottom: 0px;
    margin: auto 0px !important;
    background: #000000 url("../img/ic_sprite01.svg#arrow04-white") no-repeat 50% 50% !important;
    background-size: 12px auto !important;
    background-size: 3.75vw auto !important;
  }
  /*#home-visual .owl-prev:hover span,
#home-visual .owl-next:hover span {
	background-color: #3184a3 !important;
}*/
  #home-visual .owl-prev span {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #home-visual .owl-next span {
    right: 0px;
  }
  body.home #container {
    padding-top: 59.375vw;
    padding-bottom: 6.25vw;
  }
  #topic-path {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    overflow: auto;
    margin-top: 2.5vw;
  }
  #topic-path > p {
    display: inline-block;
    white-space: nowrap;
    padding: 0px 3.75vw 3.75vw 3.75vw;
    font-size: 0.85rem;
    line-height: 1.05em;
    border-bottom: 1px solid #000000;
  }
  #topic-path .separator {
    display: inline-block;
    padding: 0px 0.6em;
  }
  #topic-path a:link,
  #topic-path a:visited {
    color: #000000;
    text-decoration: none;
  }
  #topic-path a:hover,
  #topic-path a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  #side {
    display: none;
  }
  #contents {
    padding: 7.5vw 3.75vw 7.5vw;
  }
  .noposts {
    padding: 3.0em 0;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .common-title02 {
    font-family: "Noto Serif JP", serif !important;
    font-size: 6.875vw;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 3.125vw;
    border-bottom: 3px solid #3184a3;
    margin-bottom: 7.5vw;
  }
  .common-title02:has(+ .common-list-header) {
    border-bottom: none;
    padding-bottom: 6.25vw;
    margin-bottom: 0;
  }
  .common-title02:has(+ .common-post) {
    padding-bottom: 6.25vw;
    margin-bottom: 0;
  }
  .limited {
    background-color: #ffffff;
    color: #3184a3;
    border: 1px solid #3184a3;
    border-radius: 1.25vw;
    font-size: 0.65rem;
    line-height: 1.0em;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1.25vw 2.5vw;
    margin-bottom: 1.25vw;
    vertical-align: middle;
  }
  .limited > span {
    color: #e25063;
  }
  .newmark {
    background-color: #ffffff;
    color: #3184a3;
    border: 1px solid #3184a3;
    border-radius: 1.25vw;
    font-size: 0.5rem;
    line-height: 1.0em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 4.375vw;
    padding: 0.625vw 2.5vw;
    margin-left: 1.25vw;
    margin-bottom: 0vw;
    vertical-align: middle;
  }
  .indexItems01 {
    display: block;
  }
  .indexItems01 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0 3.125vw;
    display: block;
  }
  .indexItems01 > ul > li {
    margin: 0 0 6.25vw;
    padding: 0;
  }
  body.home .indexItems01 {
    margin-top: 12.5vw;
  }
  .cat {
    display: inline-block;
    width: 37.5vw;
    height: 5.625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 2.5vw;
    line-height: 1.0em;
    white-space: nowrap;
    background-color: #3184a3;
    -webkit-clip-path: polygon(2.8125vw 0%, calc(100% - 2.8125vw) 0%, 100% 50%, calc(100% - 2.8125vw) 100%, 2.8125vw 100%, 0% 50%);
    clip-path: polygon(2.8125vw 0%, calc(100% - 2.8125vw) 0%, 100% 50%, calc(100% - 2.8125vw) 100%, 2.8125vw 100%, 0% 50%);
  }
  .common-back {
    margin-top: 4.6875vw;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.05em;
  }
  .common-list-header {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 3px solid #3184a3;
    border-bottom: 1px solid #666666;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 68.75vw auto;
    margin-left: -3.75vw;
    margin-right: -3.75vw;
    padding: 3.75vw 3.75vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-list-header > .heading {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 500;
  }
  .common-list-header > .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
  }
  .common-list-header > .more .select01 {
    margin: 0px 0 0px 3.125vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
    font-size: 1.0rem;
  }
  .common-list-header > .more a {
    margin-right: 3.125vw;
  }
  .common-list-header > .more .link01 {
    font-size: 0.825rem;
  }
  .common-list-header.is_search > .more .link01 {
    font-size: 0.75rem;
  }
  .tableType1 {
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
  }
  .tableType1 a:link,
  .tableType1 a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .tableType1 a:hover,
  .tableType1 a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .tableType1 thead,
  .tableType1 tbody,
  .tableType1 tfoot,
  .tableType1 tr,
  .tableType1 th,
  .tableType1 td {
    display: block;
  }
  .tableType1 tr {
    display: block;
    padding: 3.75vw 3.125vw;
    border-bottom: 1px solid #000000;
  }
  .tableType1 th,
  .tableType1 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
  }
  .tableType1 th {
    padding-left: 1.0em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.125rem;
    line-height: 1.25em;
    font-weight: normal;
    text-indent: -1.0em;
    padding-bottom: 0.6em;
  }
  .tableType1 th:before {
    content: "●";
    color: #3184a3;
  }
  .tableType1 td {
    font-size: 1.0rem;
  }
  .tableType1 tr:nth-child(1) {
    border-top: none;
  }
  .tableType1 tr:nth-last-child(1) {
    border-bottom: none;
  }
  .tableType3 {
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
  }
  .tableType3 a:link,
  .tableType3 a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .tableType3 a:hover,
  .tableType3 a:active {
    color: #3184a3;
    text-decoration: underline;
  }
  .tableType3 thead,
  .tableType3 tbody,
  .tableType3 tfoot,
  .tableType3 tr,
  .tableType3 th,
  .tableType3 td {
    display: block;
  }
  .tableType3 tr {
    display: block;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tableType3 th,
  .tableType3 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
  }
  .tableType3 th {
    padding-left: 1.0em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.0rem;
    line-height: 1.25em;
    font-weight: normal;
  }
  .tableType3 th.area {
    background-color: #eef9fd;
    width: 100%;
    padding: 3.75vw 3.125vw;
  }
  .tableType3 th.area:before {
    content: "●";
    color: #3184a3;
  }
  .tableType3 th.heading {
    padding: 3.75vw 3.125vw 3.75vw calc(3.125vw + 1.0em);
  }
  .tableType3 td {
    padding: 3.75vw 3.125vw;
    font-size: 0.75rem;
  }
  .tableType3 td.button {
    padding: 0.625vw 3.125vw 1.25vw 0;
    margin-left: auto;
    text-align: right;
  }
  .tableType3 td.button .button01.small {
    font-size: 0.5rem;
    line-height: 1.0em;
    padding: 2.5vw 2.5vw;
  }
  .info-list02 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #000000;
  }
  .info-list02 a:link,
  .info-list02 a:visited,
  .info-list02 a:hover,
  .info-list02 a:active {
    color: #000000;
    text-decoration: none;
  }
  .info-list02 > li {
    margin: 0px;
    padding: 3.75vw 0px;
    border-bottom: 1px solid #000000;
    position: relative;
  }
  .info-list02 > li .type {
    font-weight: 500;
    color: #3184a3;
  }
  .info-list02 > li .category {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .info-list02 > li .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85rem;
    line-height: 1.5em;
    color: #666666;
  }
  .info-list02 > li .summary {
    margin-top: 0.4em;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .info-list02 > li:has(.date2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-list02 > li .date2 {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1.5em;
    margin-bottom: 0.2em;
    color: #666666;
    margin-right: 0.5em;
  }
  .info-list02 > li .category2 {
    display: inline-block;
    vertical-align: middle;
  }
  .info-list02 > li .title2 {
    margin-top: 0.4em;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .info-list02 > li .title4 {
    width: calc(100% - 12.5vw);
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .info-list02 > li .limited {
    margin-top: 0.8em;
  }
  .info-list02 > li .button {
    width: 12.5vw;
    margin-left: auto;
    text-align: right;
  }
  .info-list02 > li .button .button01.small {
    font-size: 0.5rem;
    line-height: 1.0em;
    padding: 2.5vw 2.5vw;
  }
  .info-list02.is_search .resultTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 0.75rem;
    line-height: 1.5em;
    color: #666666;
  }
  .info-list02.is_search .resultTxt:not(:empty) {
    margin-top: 0.8em;
    padding-top: 0.8em;
    border-top: 1px solid #999999;
  }
  .common-list-header + .info-list02 {
    border-top: none;
  }
  .info-list02:has(+ .home-more) {
    border-top: none;
  }
  .info-list02:has(+ .home-more) > li:nth-last-child(1) {
    border-bottom: none;
  }
  .home-more {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 68.75vw auto;
    padding: 6.25vw;
    margin: 3.125vw -3.75vw 0px;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.05em;
  }
  .archive-pager {
    font-family: "Noto Serif JP", serif;
    font-size: 0.75rem;
    line-height: 1.05em;
    margin-top: 7.8125vw;
    text-align: center;
  }
  .archive-pager a:link,
  .archive-pager a:visited,
  .archive-pager a:hover,
  .archive-pager a:active {
    color: #333333;
    text-decoration: none;
  }
  .archive-pager span.prev,
  .archive-pager span.next {
    color: #cccccc;
  }
  .archive-pager > span,
  .archive-pager > a {
    display: inline-block;
    padding: 0px 0.7em 0px 0.7em;
    position: relative;
  }
  .archive-pager > span:after,
  .archive-pager > a:after {
    content: "／";
    color: #333333;
    position: absolute;
    right: -0.6em;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
  }
  .archive-pager > span:nth-last-child(1):after,
  .archive-pager > a:nth-last-child(1):after {
    display: none;
  }
  .archive-pager > .current {
    color: #3184a3;
    font-weight: 500;
  }
  .common-post .head {
    border-top: 3px solid #3184a3;
    padding: 3.125vw 0px;
    position: relative;
  }
  .common-post .head .category {
    display: block;
    margin-bottom: 2.5vw;
  }
  .common-post .head .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85rem;
    line-height: 1.5em;
    color: #666666;
  }
  .common-post .head .date > span {
    display: inline-block;
  }
  .common-post .head .newmark {
    margin-bottom: 0;
    vertical-align: baseline;
  }
  .common-post .head .title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    line-height: 1.5em;
    margin-top: 3.75vw;
  }
  .common-post .head .button {
    margin-top: 5vw;
  }
  .common-post .head + .body {
    border-top: 1px solid #000000;
    padding: 6.25vw 0px 7.8125vw;
  }
  .common-post .body {
    border-bottom: 1px solid #000000;
    padding: 6.25vw 0px 7.8125vw;
    zoom: 1;
  }
  .common-post .body:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .common-post .body a:link,
  .common-post .body a:visited,
  .common-post .body a:hover,
  .common-post .body a:active {
    color: #000000;
    text-decoration: underline;
  }
  .common-post .body > p {
    margin-bottom: 1.75em;
  }
  .common-post .body > p:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .common-post .body img {
    margin-bottom: 0.5em;
  }
  .common-post .body ol {
    counter-reset: li;
    list-style: none;
    margin-left: 2.5em;
  }
  .common-post .body ol li:before {
    color: #8b702d;
    font-weight: bold;
    counter-increment: li;
    content: counter(li) ".";
    margin-left: -2.5em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    width: 2.5em;
    padding-right: 0.5em;
    text-align: right;
  }
  .common-title02 + .common-post > .head {
    border-top: none;
  }
  .genshu-search-outer {
    border: 1px solid #000000;
    padding: 4.6875vw 4.6875vw;
    margin-top: 12.5vw;
  }
  .genshu-search-outer > .heading {
    font-size: 1.25rem;
    line-height: 1.25em;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 3.75vw;
    border-bottom: 1px solid #000000;
    margin-bottom: 3.75vw;
  }
  .genshu-search-outer .search-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .genshu-search-outer .search-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% - 25vw - 3.125vw);
    height: 100%;
    border: 1px solid #000000;
    background-color: #eeeeee;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2.5vw 3.125vw;
  }
  .genshu-search-outer .search-buttons {
    text-align: center;
  }
  .genshu-search-outer .search-buttons button[type='reset'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 25vw;
    height: 100%;
    padding: 3.125vw;
    margin: 0 3.125vw;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 0.85rem;
    line-height: 1.0em;
    color: #000000;
    cursor: pointer;
  }
  .genshu-search-outer .search-buttons button[type='reset']:hover {
    opacity: 0.7;
  }
  .genshu-search-outer .search-buttons button[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 25vw;
    height: 100%;
    padding: 3.125vw;
    margin: 0 0 0 3.125vw;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 0.85rem;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  .genshu-search-outer .search-buttons button[type='submit']:hover {
    opacity: 0.7;
  }
  .genshu-search-outer .search-buttons a {
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
@media all and (min-width: 481px) {
  #foot {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 900;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 221px auto;
    width: 100%;
    overflow: visible;
  }
  #foot #foot-inner {
    width: 1100px;
    margin: 0px auto;
    text-align: center;
    padding: 48px 0px;
  }
  #foot #copyright {
    font-size: 11px;
    line-height: 1.0em;
  }
  #foot #copyright > small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
  }
  #foot #foot-logo {
    width: 200px;
    height: 75px;
    margin: 0px auto 32px;
  }
  #foot #foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
  }
  #foot #foot-logo a:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/f_logo.png") no-repeat 0px 0px;
    background-size: 100% auto;
    opacity: 1.0;
  }
  #foot #foot-logo img {
    width: 100%;
    height: 100%;
  }
  #foot #foot-topagetop {
    display: none;
    position: fixed;
    z-index: 100;
    overflow: hidden;
    border-radius: 100px;
    right: 30px;
    bottom: 70px;
    width: 40px;
    height: 40px;
  }
  #foot #foot-topagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    background-color: rgba(49, 132, 163, 0.8);
    color: #ffffff;
    position: relative;
  }
  #foot #foot-topagetop a:after {
    content: " ";
    display: block;
    line-height: 1.0em;
    color: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 18px;
    height: 12px;
    background: url("../img/ic_sprite01.svg#arrow04-white") no-repeat 50% 50%;
    background-size: 100% auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #foot #foot-topagetop a:hover {
    background-color: #3184a3;
  }
  #foot-nav {
    margin-bottom: 44px;
  }
  #foot-nav > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.05em;
  }
  #foot-nav > ul > li {
    display: inline-block;
    margin: 0px 20px;
    padding: 0px;
  }
  #foot-nav > ul > li a:link,
  #foot-nav > ul > li a:visited {
    color: #333333;
    text-decoration: none;
  }
  #foot-nav > ul > li a:hover,
  #foot-nav > ul > li a:active {
    color: #3184a3;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 480px) {
  #foot {
    position: relative;
    left: 0px;
    bottom: 0px;
    z-index: 900;
    background: url("../img/cmn_bg01.jpg") repeat 0px 0px;
    background-size: 58.6666666667vw auto;
    width: 100%;
  }
  body.error #foot,
  body.thanks #foot {
    position: absolute;
  }
  #foot #foot-inner {
    margin: 0px auto;
    text-align: center;
    padding: 10vw 3.3333333333vw 13.3333333333vw;
  }
  #foot #copyright {
    font-size: 2.8125vw;
    line-height: 1.5em;
  }
  #foot #copyright > small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
  }
  #foot #foot-logo {
    width: 43.75vw;
    height: 16.25vw;
    margin: 0px auto 3.4666666667vw;
  }
  #foot #foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
  }
  #foot #foot-logo a:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/f_logo.png") no-repeat 0px 0px;
    background-size: auto 100%;
    opacity: 1.0;
  }
  #foot #foot-logo img {
    width: 100%;
    height: 100%;
  }
  #foot #foot-topagetop {
    display: none;
    position: fixed;
    z-index: 100;
    overflow: hidden;
    border-radius: 200px;
    right: 2vw;
    bottom: 13.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #foot #foot-topagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    background-color: rgba(49, 132, 163, 0.8);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: " ";
    background-image: url("../img/ic_sprite01.svg#arrow04-white");
    background-size: 5.3333333333vw auto;
    color: #ffffff;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #foot-nav {
    margin-bottom: 4.6875vw;
  }
  #foot-nav > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 3.4375vw;
    line-height: 1.05em;
  }
  #foot-nav > ul > li {
    display: inline-block;
    margin: 0px 4.6875vw 1.5em;
    padding: 0px;
  }
  #foot-nav > ul > li a:link,
  #foot-nav > ul > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  #foot-nav > ul > li a:hover,
  #foot-nav > ul > li a:active {
    color: #3184a3;
    text-decoration: underline;
  }
}

/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

/*# sourceMappingURL=common.css.map */
