@charset "UTF-8";
/* # =================================================================
#	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.
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* # =================================================================
#	ベース
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: normal;
  line-height: 1.75em;
  -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: #000000;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "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 only screen and (min-width: 521px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 520px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 3.73333vw;
  }
}

@media only screen and (min-width: 521px) {
  .pc-none {
    display: none !important;
  }
}

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

.small {
  line-height: 1.75em;
}

@media only screen and (min-width: 521px) {
  .small {
    font-size: 12px;
  }
}

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

a,
button {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

ul {
  list-style-type: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#loading-overlay {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  opacity: 0;
}

#loading-overlay.show {
  visibility: visible;
  opacity: 1.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);
  }
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

::-moz-placeholder {
  color: #aaaaaa;
}

::-ms-input-placeholder {
  color: #aaaaaa;
}

::placeholder {
  color: #aaaaaa;
}

::-ms-input-placeholder {
  color: #aaaaaa;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

.check01,
.wpcf7-check01.wpcf7-form-control label {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  background: url("/common/ncr/img/checkbox.png") no-repeat 0px 50%;
  vertical-align: middle;
  padding-top: 0.1em;
}

@media only screen and (min-width: 521px) {
  .check01,
  .wpcf7-check01.wpcf7-form-control label {
    background-size: auto 20px;
    min-height: 20px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 520px) {
  .check01,
  .wpcf7-check01.wpcf7-form-control label {
    background-size: 266.66667vw 5.33333vw;
    min-height: 5.33333vw;
    padding-left: 6.66667vw;
  }
}

@media only screen and (min-width: 521px) {
  .check01.active,
  .wpcf7-check01.wpcf7-form-control label.active {
    background-position: -600px 50%;
  }
}

@media only screen and (max-width: 520px) {
  .check01.active,
  .wpcf7-check01.wpcf7-form-control label.active {
    background-position: -160vw 50%;
  }
}

.radio01 input,
.wpcf7-radio01.wpcf7-form-control label 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 only screen and (min-width: 521px) {
  .radio01 input,
  .wpcf7-radio01.wpcf7-form-control label input {
    width: 25px;
    margin-left: -25px;
  }
}

@media only screen and (max-width: 520px) {
  .radio01 input,
  .wpcf7-radio01.wpcf7-form-control label input {
    width: 6.66667vw;
    margin-left: -6.66667vw;
  }
}

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

.radio01 .wpcf7-list-item-label:before, .radio01 .wpcf7-list-item-label:after,
.wpcf7-radio01.wpcf7-form-control label .wpcf7-list-item-label:before,
.wpcf7-radio01.wpcf7-form-control label .wpcf7-list-item-label:after {
  display: none;
}

@media only screen and (min-width: 521px) {
  .radio01,
  .wpcf7-radio01.wpcf7-form-control label {
    background-size: auto 20px;
    min-height: 20px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 520px) {
  .radio01,
  .wpcf7-radio01.wpcf7-form-control label {
    background-size: 266.66667vw 5.33333vw;
    min-height: 5.33333vw;
    padding-left: 6.66667vw;
  }
}

@media only screen and (max-width: 520px) {
  .radio01 .wpcf7-list-item-label br + span,
  .wpcf7-radio01.wpcf7-form-control label .wpcf7-list-item-label br + span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1.25em;
  }
}

@media only screen and (min-width: 521px) {
  .radio01.active,
  .wpcf7-radio01.wpcf7-form-control label.active {
    background-position: -600px 50%;
  }
}

@media only screen and (max-width: 520px) {
  .radio01.active,
  .wpcf7-radio01.wpcf7-form-control label.active {
    background-position: -160vw 50%;
  }
}

.radio01 input,
.wpcf7-radio01.wpcf7-form-control label 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 only screen and (min-width: 521px) {
  .radio01 input,
  .wpcf7-radio01.wpcf7-form-control label input {
    width: 25px;
    margin-left: -25px;
  }
}

@media only screen and (max-width: 520px) {
  .radio01 input,
  .wpcf7-radio01.wpcf7-form-control label input {
    width: 6.66667vw;
    margin-left: -6.66667vw;
  }
}

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

@media only screen and (max-width: 520px) {
  .select01 {
    font-size: 2.66667vw;
    border-radius: 13.33333vw;
  }
}

.select01:after {
  content: "";
  position: relative;
  display: block;
  color: #000000;
  font-size: 0.85em;
  line-height: 100%;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100px;
  background-color: #000000;
  background-image: url("/common/ncr/img/ic_sprite01.svg#arrow4_fff");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  position: absolute;
  right: 1.0em;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  pointer-events: none;
}

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

.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;
}

.select02 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  background: #000000;
  font-size: 1.0em;
  line-height: 1.05em;
  overflow: hidden;
  z-index: 0;
  color: #ffffff;
  vertical-align: middle;
  min-width: 5.5em;
}

@media only screen and (max-width: 520px) {
  .select02 {
    font-size: 2.66667vw;
    border-radius: 13.33333vw;
  }
}

.select02:after {
  content: "";
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 0.85em;
  line-height: 100%;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100px;
  background-color: #ffffff;
  background-image: url("/common/ncr/img/ic_sprite01.svg#arrow4");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  position: absolute;
  right: 1.0em;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  pointer-events: none;
}

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

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

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

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

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

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

.kiyakuBox {
  padding: 1.2em 0.8em;
  border: 2px solid #cccccc;
  background-color: #fcfcfc;
  margin-bottom: 1.5em;
}

.kiyakuBox > p {
  margin-bottom: 0.6em;
  font-size: 0.85em;
  line-height: 1.25em;
}

.kiyakuBox > p:nth-last-child(1) {
  margin-bottom: 0;
}

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

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

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

.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;
  /* for IE6 */
  float: left;
  margin: 0px 16px 16px 0px !important;
  padding: 0px;
  color: #7f6d25 !important;
  max-width: 30%;
}

.image-left img {
  margin: 0px 0px 8px 0px !important;
  max-width: 100%;
  height: auto;
}

.image-right, img.alignright {
  display: inline;
  /* for IE6 */
  float: right;
  margin: 0px 0px 16px 16px !important;
  padding: 0px;
  color: #7f6d25 !important;
  max-width: 30%;
}

.image-right img {
  margin: 0px 0px 8px 0px !important;
  max-width: 100%;
  height: auto;
}

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

.image-border01-left {
  display: inline;
  /* for IE6 */
  float: left;
  margin: 0px 16px 16px 0px !important;
  padding: 0px;
  border: 5px solid #d5ceaa;
  color: #7f6d25 !important;
}

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

.image-border01-right {
  display: inline;
  /* for IE6 */
  float: right;
  margin: 0px 0px 16px 16px !important;
  padding: 0px;
  border: 5px solid #d5ceaa;
  color: #7f6d25 !important;
}

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

.wid178 {
  width: 178px;
}

.wid230 {
  width: 230px;
}

.wid270 {
  width: 270px;
}

.wid290 {
  width: 290px;
}

.wid380 {
  width: 380px;
}

.wid390 {
  width: 390px;
}

.wid400 {
  width: 400px;
}

.search-excerpt {
  font-weight: normal;
}

.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: #cc0000;
}

.txGold {
  color: #8b702d !important;
}

.txPink {
  color: #e25063 !important;
}

.txAsh {
  color: #c4bd98 !important;
}

.txGray {
  color: #888888 !important;
}

.txPurple {
  color: #72578b !important;
}

.txBlack {
  color: #000000 !important;
}

.txAsh2 {
  color: #8c8573 !important;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.highlight {
  background-color: #fff44a;
}

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

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

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

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

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

.indent01 {
  margin-left: 1.0em;
}

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

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

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

.archivePager {
  text-align: center;
  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;
  zoom: 1;
}

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

@media only screen and (min-width: 521px) {
  .archivePager {
    margin: 48px 0px;
  }
}

@media only screen and (max-width: 520px) {
  .archivePager {
    margin: 6.4vw 0px;
  }
}

.archivePager:nth-last-child(1) {
  margin-bottom: 0px;
}

.archivePager .prev,
.archivePager .next {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block !important;
  overflow: hidden;
  text-align: left;
  text-indent: -9000px;
  background: url("/common/ncr/img/ic_sprite01.svg#arrow1") no-repeat 0px 0px;
  background-size: 100% auto;
  margin-top: 5px;
}

@media only screen and (min-width: 521px) {
  .archivePager .prev,
  .archivePager .next {
    width: 13px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) {
  .archivePager .prev,
  .archivePager .next {
    width: 2.66667vw;
    height: 4.93333vw;
  }
}

.archivePager .prev:hover,
.archivePager .next:hover {
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 520px) {
  .archivePager .prev:hover,
  .archivePager .next:hover {
    border-width: 0.53333vw;
  }
}

.archivePager .prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.archivePager span.prev,
.archivePager span.next {
  opacity: 0.2;
  pointer-events: none;
}

.archivePager .page-numbers {
  display: inline-block;
  line-height: 1.05em;
  font-weight: 500;
  color: #000000;
  font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 521px) {
  .archivePager .page-numbers {
    font-size: 32px;
    padding-bottom: 5px;
    margin: 0px 0.7em;
  }
}

@media only screen and (max-width: 520px) {
  .archivePager .page-numbers {
    font-size: 5.33333vw;
    padding-bottom: 0.66667vw;
    margin: 0px 0.65em;
  }
}

.archivePager .page-numbers.dots {
  line-height: 0.3em;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 520px) {
  .archivePager .page-numbers.dots {
    margin: 0px;
  }
}

.archivePager .page-numbers.current {
  border-bottom: 2px solid #cc0000;
}

@media only screen and (max-width: 520px) {
  .archivePager .page-numbers.current {
    border-width: 0.53333vw;
  }
}

.archivePager a:link,
.archivePager a:visited,
.archivePager a:hover,
.archivePager a:active {
  text-decoration: none;
}

.archivePager a:hover {
  border-bottom: 2px solid #cc0000;
}

@media only screen and (max-width: 520px) {
  .archivePager a:hover {
    border-width: 0.53333vw;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

body .sweet-alert .sa-icon {
  margin: 0 auto;
}

.anchor {
  background-clip: padding-box !important;
  pointer-events: none;
}

@media only screen and (min-width: 521px) {
  .anchor {
    border-top: 82px solid transparent !important;
    margin-top: calc(0px - 82px) !important;
  }
}

@media only screen and (max-width: 520px) {
  .anchor {
    border-top: 15.33333vw solid transparent !important;
    margin-top: calc(0px - 15.33333vw) !important;
  }
}

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

.wpcf7 .wpcf7-response-output {
  background-clip: padding-box !important;
  pointer-events: none;
  position: relative;
  margin: 1em 0 1em !important;
}

@media only screen and (min-width: 521px) {
  .wpcf7 .wpcf7-response-output {
    top: 82px;
    margin-top: calc(0px - 82px) !important;
    margin-bottom: calc(1em + 82px) !important;
  }
}

@media only screen and (max-width: 520px) {
  .wpcf7 .wpcf7-response-output {
    top: 115px;
    margin-top: calc(0px - 115px) !important;
    margin-bottom: calc(1em + 115px) !important;
  }
}

.wpcf7 .wpcf7-response-output > * {
  pointer-events: auto;
}

.dim {
  opacity: 0.3 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.mark-new {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #cc0000;
}

@media only screen and (min-width: 521px) {
  .mark-new {
    margin-left: 20px;
    padding: 4px 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 520px) {
  .mark-new {
    margin-left: 0.8em;
    padding: 0.8vw 2.13333vw;
    font-size: 0.5em;
    border-width: 0.13333vw;
  }
}

.mark-discon {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #888888;
  border: 1px solid #888888;
  text-indent: 0;
}

@media only screen and (min-width: 521px) {
  .mark-discon {
    margin-left: 20px;
    padding: 4px 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 520px) {
  .mark-discon {
    margin-left: 0.8em;
    padding: 0.8vw 2.13333vw;
    font-size: 0.5em;
    border-width: 0.13333vw;
  }
}

.file-icon {
  vertical-align: middle;
}

@media only screen and (min-width: 521px) {
  .file-icon {
    width: 33px;
    height: 37px;
  }
}

@media only screen and (max-width: 520px) {
  .file-icon {
    width: 6.66667vw;
    height: 7.33333vw;
  }
}

/* other email ------------------------------ */
#otherEmailMes {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  background: #fff0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#otherEmailMes2 {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  background: #f5fce4;
}

#otherEmailMes3 {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  background: #f1eefc;
}

#otherEmailMesInner {
  max-width: 1100px;
  margin: 0px auto;
  line-height: 1.5em;
  color: #454545;
}

@media only screen and (min-width: 521px) {
  #otherEmailMesInner {
    padding: 40px 0px 24px;
  }
}

@media only screen and (max-width: 520px) {
  #otherEmailMesInner {
    padding: 4.26667vw 3.2vw;
  }
}

@media only screen and (min-width: 521px) {
  #otherEmailMesInner {
    font-size: 14px;
  }
}

@media only screen and (max-width: 520px) {
  #otherEmailMesInner {
    font-size: 2.66667vw;
  }
}

#otherEmailMesInner .text p {
  margin-bottom: 1.2em;
}

/* read before box (Emacil Change Auth. etc.) */
.readBeforeOverlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}

.readBeforeBox {
  position: absolute;
  left: 50%;
  top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffffff;
  color: #333333;
}

@media only screen and (min-width: 521px) {
  .readBeforeBox {
    width: 700px;
    height: 500px;
    padding: 30px;
    margin: 0px 0px 0px -350px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .readBeforeBox {
    width: 90vw;
    height: 85vh;
    padding: 4vw 2.66667vw;
    margin: 0px 0px 0px -45vw;
    border-radius: 4vw;
  }
}

.readBeforeBox .heading {
  text-align: center;
  font-weight: bold;
  color: #e25063;
  font-size: 180%;
  line-height: 105%;
  margin-bottom: 1.2em;
}

.readBeforeBox .text {
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  height: 380px;
  padding-right: 20px;
  overflow: auto;
}

.readBeforeBox .text .lead {
  font-size: 116%;
  line-height: 160%;
}

.readBeforeBox .text hr {
  margin: 1.8em 0px;
  padding: 0px;
}

.readBeforeBox .text::-webkit-scrollbar {
  /* スクロールバー全体 */
  width: 15px;
}

.readBeforeBox .text::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #cccccc;
  border-radius: 10px;
}

.readBeforeBox .text::-webkit-scrollbar-track-piece:start {
  /* スクロールバーが表示されてない部分（前） */
  background: #efefef;
}

.readBeforeBox .text::-webkit-scrollbar-track-piece:end {
  /* スクロールバーが表示されてない部分（後ろ） */
  background: #efefef;
}

.readBeforeBox .text p a:link,
.readBeforeBox .text p a:visited,
.readBeforeBox .text p a:hover,
.readBeforeBox .text p a:active {
  color: #2293FD;
  text-decoration: underline;
}

.readBeforeBox .close {
  text-align: center;
  margin-top: 32px;
}

.readBeforeBox .close a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 20px 0px 0px;
  padding: 8px 16px;
  background: #000000;
  border: none;
  border-radius: 6px;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 105%;
  text-align: center;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}

.readBeforeList {
  list-style-type: none;
  margin: 0px 0px 24px 0px;
  padding: 0x;
}

.readBeforeList li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px 0px 24px 0px;
  border: 2px solid #e25063;
  border-radius: 10px;
  text-align: left;
}

.readBeforeList li a {
  display: block;
  padding: 20px;
  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;
  text-decoration: none !important;
}

.readBeforeList li a:hover {
  opacity: 0.7;
}

.readBeforeList li a:before {
  content: "▼";
  color: #e25063;
  font-size: 2.0em;
  width: 5%;
}

.readBeforeList li p {
  color: #333333;
}

.readBeforeList li .case {
  width: 20%;
  color: #e25063;
  font-weight: bold;
  font-size: 124%;
  line-height: 115%;
  text-align: center;
}

.readBeforeList li .inner {
  width: 75%;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  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: #f6f5f2;
  color: #000000;
  border: 1px solid #000000;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  left: 0px;
  top: 0px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.0em;
}

@media only screen and (min-width: 521px) {
  .button01 {
    min-width: 190px;
  }
}

@media only screen and (max-width: 520px) {
  .button01 {
    min-width: 35.46667vw;
    border-width: 0.13333vw;
    border-radius: 1.6vw;
  }
}

.button01 > span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f6f5f2;
  border-radius: 0;
}

@media only screen and (min-width: 521px) {
  .button01 > span {
    font-size: 16px;
    padding: 12px;
  }
}

@media only screen and (max-width: 520px) {
  .button01 > span {
    font-size: 2.66667vw;
    padding: 2.13333vw;
  }
}

.button01 > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 0.8em;
  margin-top: -0.2em;
}

@media only screen and (min-width: 521px) {
  .button01 > span:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button01 > span:before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

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

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

.button01.ic-list > span:before {
  background-image: url("/common/ncr/img/ic_sprite01.svg#list");
}

.button01.ic-play > span:before {
  background-image: url("/common/ncr/img/ic_sprite02.svg#play");
}

.button01.ic-document > span:before {
  background-image: url("/common/ncr/img/ic_sprite02.svg#document");
}

.button02 {
  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: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  left: 0px;
  top: 0px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.0em;
  position: relative;
}

@media only screen and (min-width: 521px) {
  .button02 {
    min-width: 190px;
  }
}

@media only screen and (max-width: 520px) {
  .button02 {
    min-width: 42.66667vw;
    border-width: 0.13333vw;
    border-radius: 1.6vw;
  }
}

.button02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (min-width: 521px) {
  .button02:before {
    width: 26px;
    height: 26px;
    left: -13px;
  }
}

@media only screen and (max-width: 520px) {
  .button02:before {
    width: 4.53333vw;
    height: 4.53333vw;
    left: -2.26667vw;
  }
}

.button02 > span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
}

@media only screen and (min-width: 521px) {
  .button02 > span {
    font-size: 16px;
    padding: 14px;
  }
}

@media only screen and (max-width: 520px) {
  .button02 > span {
    font-size: 2.93333vw;
    padding: 2.66667vw;
  }
}

.button02:link, .button02:visited {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 1.0 !important;
}

.button02:hover, .button02:active {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

.button03 {
  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: -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;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0 !important;
  overflow: visible;
  position: relative;
  left: 0px;
  top: 0px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.0em;
  cursor: pointer;
}

@media only screen and (min-width: 521px) {
  .button03 {
    min-width: 260px;
    min-height: 50px;
    font-size: 18px !important;
    padding: 10px !important;
  }
}

@media only screen and (max-width: 520px) {
  .button03 {
    min-width: 48vw;
    min-height: 9.33333vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw !important;
    padding: 2.13333vw !important;
  }
}

.button03:before {
  content: "";
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 1.0em;
  margin-top: -0.1em;
}

.button03.ic-email:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#email_fff");
}

@media only screen and (min-width: 521px) {
  .button03.ic-email:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) {
  .button03.ic-email:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

.button03.ic-book:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
}

@media only screen and (min-width: 521px) {
  .button03.ic-book:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) {
  .button03.ic-book:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

.button03:link, .button03:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1.0 !important;
}

.button03:hover, .button03:active {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

.button03.dim {
  opacity: 0.3 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.button03.primary {
  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;
  background-color: #cc0000;
}

@media only screen and (min-width: 521px) {
  .button03.primary {
    font-size: 1.325em !important;
    line-height: 1.25em !important;
    padding: 24px 16px !important;
  }
}

@media only screen and (max-width: 520px) {
  .button03.primary {
    font-size: 1.25em !important;
    line-height: 1.25em !important;
    padding: 3.2vw 2.13333vw !important;
  }
}

.button03.primary:link, .button03.primary:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.button03.primary:hover, .button03.primary:active {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

.button03.primary > span {
  display: block;
  text-align: left;
}

.button03.primary.ic-document:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("/common/ncr/img/ic_sprite02.svg?t=20241216#document_fff");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 0.4em;
}

@media only screen and (min-width: 521px) {
  .button03.primary.ic-document:before {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .button03.primary.ic-document:before {
    width: 8vw;
    height: 8vw;
  }
}

.button04 {
  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: -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;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  overflow: visible;
  position: relative;
  left: 0px;
  top: 0px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.0em;
  cursor: pointer;
}

@media only screen and (min-width: 521px) {
  .button04 {
    min-width: 260px;
    min-height: 50px;
    font-size: 18px !important;
    padding: 10px !important;
  }
}

@media only screen and (max-width: 520px) {
  .button04 {
    min-width: 48vw;
    min-height: 9.33333vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw !important;
    padding: 2.13333vw !important;
  }
}

.button04:before {
  content: "";
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 1.0em;
  margin-top: -0.1em;
}

.button04.ic-email:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#email");
}

@media only screen and (min-width: 521px) {
  .button04.ic-email:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) {
  .button04.ic-email:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

.button04:link, .button04:visited {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 1.0 !important;
}

.button04:hover, .button04:active {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

.button05,
.btnLink01 {
  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: -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;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 100px;
  overflow: visible;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: normal;
  line-height: 1.0em;
  cursor: pointer;
}

@media only screen and (min-width: 521px) {
  .button05,
  .btnLink01 {
    min-width: 240px;
    min-height: 40px;
    font-size: 16px;
    padding: 8px;
  }
}

@media only screen and (max-width: 520px) {
  .button05,
  .btnLink01 {
    min-width: 37.33333vw;
    min-height: 8vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw;
    padding: 1.86667vw;
  }
}

.button05:before,
.btnLink01:before {
  content: "";
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 0.4em;
  margin-top: -0.1em;
}

.button05.ic-email:before,
.btnLink01.ic-email:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#email_fff");
}

@media only screen and (min-width: 521px) {
  .button05.ic-email:before,
  .btnLink01.ic-email:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button05.ic-email:before,
  .btnLink01.ic-email:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button05.ic-book:before,
.btnLink01.ic-book:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
}

@media only screen and (min-width: 521px) {
  .button05.ic-book:before,
  .btnLink01.ic-book:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button05.ic-book:before,
  .btnLink01.ic-book:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button05.ic-download:before,
.btnLink01.ic-download:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#download_fff");
}

@media only screen and (min-width: 521px) {
  .button05.ic-download:before,
  .btnLink01.ic-download:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button05.ic-download:before,
  .btnLink01.ic-download:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button05.ic-search:before,
.btnLink01.ic-search:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#search_fff");
}

@media only screen and (min-width: 521px) {
  .button05.ic-search:before,
  .btnLink01.ic-search:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button05.ic-search:before,
  .btnLink01.ic-search:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button05.ic-list:before,
.btnLink01.ic-list:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#list_fff");
}

@media only screen and (min-width: 521px) {
  .button05.ic-list:before,
  .btnLink01.ic-list:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button05.ic-list:before,
  .btnLink01.ic-list:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

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

.button05:hover, .button05:active,
.btnLink01:hover,
.btnLink01:active {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

.button05.dim,
.btnLink01.dim {
  opacity: 0.3 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.button06 {
  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: -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;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100px;
  overflow: visible;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: normal;
  line-height: 1.0em;
  cursor: pointer;
}

@media only screen and (min-width: 521px) {
  .button06 {
    min-width: 240px;
    min-height: 40px;
    font-size: 16px;
    padding: 8px;
  }
}

@media only screen and (max-width: 520px) {
  .button06 {
    min-width: 37.33333vw;
    min-height: 8vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw;
    padding: 1.86667vw;
  }
}

.button06:before {
  content: "";
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 0.4em;
  margin-top: -0.1em;
}

.button06.ic-search:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#search");
}

@media only screen and (min-width: 521px) {
  .button06.ic-search:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button06.ic-search:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button06.ic-email:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#email");
}

@media only screen and (min-width: 521px) {
  .button06.ic-email:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button06.ic-email:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button06.ic-download2:before {
  display: inline-block;
  background-image: url("/common/ncr/img/ic_sprite01.svg#download2");
}

@media only screen and (min-width: 521px) {
  .button06.ic-download2:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .button06.ic-download2:before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.button06:link, .button06:visited {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 1.0 !important;
}

.button06:hover, .button06:active {
  color: #000000 !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
}

/* # =================================================================
#	リンク
# ================================================================= */
.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("/common/ncr/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,
  .link01:before {
    width: 25px;
    height: 6px;
  }
}

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

/* # =================================================================
#	アイコン
# ================================================================= */
.cover-play {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #000;
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.6);
}

.cover-play:before {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.6em solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.ic-new {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2em;
  margin-bottom: 0.2em;
  border: 1px solid #cc0000;
  background-color: #ffffff;
  line-height: 1.0;
  color: #cc0000;
  font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  text-indent: 0;
}

@media only screen and (min-width: 521px) {
  .ic-new {
    padding: 1px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 520px) {
  .ic-new {
    padding: 0.26667vw 0.8vw;
    font-size: 2.66667vw;
  }
}

/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
@media only screen and (min-width: 521px) {
  /* header ------------------------------ */
  #head {
    -webkit-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    min-width: 1140px;
    height: 189px;
    min-height: 189px;
    padding: 8px 0px 0px 0px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    zoom: 1;
    background-image: url("/common/ncr/img/bg02.jpg");
    background-repeat: repeat-x;
    background-position: 50% 0px;
    background-size: auto 8px;
    /*box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);*/
  }
  #head:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #head a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #head #head-inner {
    padding: 15px 0 0 0;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #head #head-inner .head-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 40px;
  }
  #head #head-inner .head-logo a {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-logo a:link, #head #head-inner .head-logo a:visited, #head #head-inner .head-logo a:hover, #head #head-inner .head-logo a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-logo > h1 {
    font-size: 20px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-logo > h1 > a {
    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;
  }
  #head #head-inner .head-logo > h1 .logo {
    width: 146px;
    height: 58px;
    margin-right: 10px;
  }
  #head #head-inner .head-logo > h1 .logo img {
    width: 100%;
    height: 100%;
  }
  #head #head-inner .head-logo > h1 .sitename {
    display: block;
    border: 2px solid #000000;
    border-left: none;
    border-right: none;
    padding: 1px 0;
  }
  #head #head-inner .head-logo > h1 .sitename > span {
    display: block;
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
    padding: 12px 8px;
    text-align: center;
  }
  #head #head-inner #head-trigger {
    display: none;
  }
  #head #head-inner .head-nav2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
  #head #head-inner .head-nav2 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #head #head-inner .head-nav2 > ul > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 74px;
    border-left: 1px solid #000000;
    font-size: 13px;
    line-height: 1.0em;
  }
  #head #head-inner .head-nav2 > ul > li > a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 118px;
    padding: 0 10px;
    height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav2 > ul > li > a:link, #head #head-inner .head-nav2 > ul > li > a:visited, #head #head-inner .head-nav2 > ul > li > a:hover, #head #head-inner .head-nav2 > ul > li > a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav2 > ul > li > a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #head #head-inner .head-nav2 > ul > li > a:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #cc0000;
    margin-top: 4px;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #head #head-inner .head-nav2 > ul > li:hover > a:after {
    width: 100%;
    opacity: 1.0;
  }
  #head #head-inner .head-nav2 > ul > li.search > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#search");
    background-size: auto 26px;
  }
  #head #head-inner .head-nav2 > ul > li.mypage > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#mypage");
    background-size: 30px auto;
  }
  #head #head-inner .head-nav2 > ul > li.contact > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#contact");
    background-size: 30px auto;
  }
  #head #head-inner .head-nav2 > ul > li.kanku > a:before {
    background-image: url("/common/ncr/img/ic_sprite02.svg#japan");
    background-size: 30px auto;
  }
  #head #head-inner .head-nav1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    width: 100%;
    padding-top: 32px;
  }
  #head #head-inner .head-nav1 .sp-sub-nav {
    display: none;
  }
  #head #head-inner .head-nav1 .sp-close {
    display: none;
  }
  #head #head-inner .head-nav1 .trigger {
    display: none !important;
  }
  #head #head-inner .head-nav1 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    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;
    position: relative;
  }
  #head #head-inner .head-nav1 > ul:before {
    content: "";
    display: block;
    width: 1100px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
  }
  #head #head-inner .head-nav1 > ul > li {
    margin: 0;
    padding: 0;
    height: 60px;
    font-size: 25px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 > ul > li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
    margin-top: -3px;
    z-index: 10;
  }
  #head #head-inner .head-nav1 > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 65px;
    height: 100%;
    position: relative;
  }
  #head #head-inner .head-nav1 > ul > li > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
  #head #head-inner .head-nav1 > ul > li > a:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #cc0000;
    margin-top: 4px;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #head #head-inner .head-nav1 > ul > li > a:link, #head #head-inner .head-nav1 > ul > li > a:visited, #head #head-inner .head-nav1 > ul > li > a:hover, #head #head-inner .head-nav1 > ul > li > a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 > ul > li > a:hover:after, #head #head-inner .head-nav1 > ul > li > a:active:after {
    width: 100%;
    opacity: 1.0;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    visibility: hidden;
    opacity: 0;
    background-color: #f6f5f2;
    width: calc(100% + 110px);
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
  }
  #head #head-inner .head-nav1 > ul > li > .submenu a:link, #head #head-inner .head-nav1 > ul > li > .submenu a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu a:hover, #head #head-inner .head-nav1 > ul > li > .submenu a:active {
    color: #000000;
    text-decoration: underline;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner {
    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;
    padding: 32px 0;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner.shuuhou {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 1100px;
    margin: 0 auto;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner.shuuhou > .block {
    width: 18%;
    margin-bottom: 30px;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading {
    font-size: 20px;
    line-height: 1.25em;
    font-display: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading > a {
    display: inline-block;
    padding-left: 28px;
    position: relative;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading > a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li {
    margin: 1.0em 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > a,
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span {
    display: inline-block;
    padding-left: 28px;
    position: relative;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > a:before,
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span {
    opacity: 0.3;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.more {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.more > .heading > a:before {
    display: none;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.document > ul {
    max-width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.document > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px;
  }
  #head #head-inner .head-nav1 > ul > li:hover > a:after {
    width: 100%;
    opacity: 1.0;
  }
  #head #head-inner .head-nav1 > ul > li:hover > .submenu {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    visibility: visible;
    opacity: 1.0;
  }
  #head #head-inner .head-nav1 > ul > li.activity {
    display: none !important;
  }
  #head #head-inner #search-tool {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    visibility: hidden;
    opacity: 0;
    background-color: #f6f5f2;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 97px;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: auto;
    height: calc(100vh - 97px);
  }
  #head #head-inner #search-tool > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 100px;
    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;
  }
  #head #head-inner #search-tool > .inner > .tool-close {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  #head #head-inner #search-tool > .inner > .tool-close:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #head #head-inner #search-tool > .inner > .block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
  }
  #head #head-inner #search-tool > .inner > .block a:link, #head #head-inner #search-tool > .inner > .block a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block a:hover, #head #head-inner #search-tool > .inner > .block a:active {
    color: #000000;
    text-decoration: underline;
  }
  #head #head-inner #search-tool > .inner > .block .history-clear {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3em;
    margin-left: 1.0em;
    padding: 4px 10px;
    border: 1px solid #000000;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
  }
  #head #head-inner #search-tool > .inner > .block .history-clear:link, #head #head-inner #search-tool > .inner > .block .history-clear:visited, #head #head-inner #search-tool > .inner > .block .history-clear:hover, #head #head-inner #search-tool > .inner > .block .history-clear:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block > .heading {
    font-size: 22px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    margin-bottom: 12px;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box {
    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;
    padding: 5px 5px 5px 20px;
    background-color: #ffffff;
    border-radius: 100px;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box > button[type='submit'] {
    display: block;
    background-color: #000000;
    background-image: url("/common/ncr/img/ic_sprite01.svg#search_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px auto;
    border-radius: 100px;
    width: 72px;
    height: 40px;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box > input[type='text'] {
    display: block;
    border: none;
    width: calc(100% - 72px);
    height: 40px;
    outline: none;
    position: relative;
    z-index: 1;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box.focus {
    outline: outset;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box .keyword-clear {
    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;
    width: 40px;
    height: 40px;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #cccccc;
    position: absolute;
    z-index: 10;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords {
    margin-top: 20px;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > .sub-heading {
    font-size: 18px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    margin-bottom: 8px;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > ul {
    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;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > ul > li {
    margin: 10px 10px 0 0;
    padding: 4px 10px;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.0em;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .history-list {
    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;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33%;
    height: 1.25em;
    margin: 0 0 1.0em 0;
    padding: 0 1.5em 0 30px;
    font-size: 14px;
    line-height: 1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li:before {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li:nth-child(n+7) {
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  #head #head-inner #search-tool > .inner > .block .history-list.full > li:nth-child(n+5) {
    height: 1.25em;
    margin-bottom: 1.0em;
    opacity: 1.0;
    visibility: visible;
    display: block;
  }
  #head #head-inner #search-tool > .inner > .block #history-more {
    text-align: center;
    margin-top: 8px;
  }
  #head #head-inner #search-tool > .inner > .block #history-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 176px;
    padding: 10px;
    background-color: #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
  }
  #head #head-inner #search-tool > .inner > .block #history-more > a:link, #head #head-inner #search-tool > .inner > .block #history-more > a:visited, #head #head-inner #search-tool > .inner > .block #history-more > a:hover, #head #head-inner #search-tool > .inner > .block #history-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .advance-items .select01 {
    width: calc(33% - 15px);
  }
  #head #head-inner #search-tool > .inner > .block .advance-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33%;
    background-color: #ffffff;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
  }
  #head #head-inner #search-tool > .inner > .block .advance-items .keyword-clear {
    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;
    width: 40px;
    height: 40px;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #cccccc;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons {
    margin-top: 20px;
    text-align: center;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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;
    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;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons button[type='reset']:hover {
    opacity: 0.6;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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;
    padding: 10px;
    margin: 0 8px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons button[type='submit']:hover {
    opacity: 0.6;
  }
  #head #head-inner #mypage-tool {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    visibility: hidden;
    opacity: 0;
    background-color: #f6f5f2;
    width: 365px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 97px;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-height: calc(100vh - 97px);
  }
  #head #head-inner #mypage-tool > .inner {
    margin: 0 auto;
    padding: 20px 20px 40px;
  }
  #head #head-inner #mypage-tool > .inner > .block {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #head #head-inner #mypage-tool > .inner > .block a:link, #head #head-inner #mypage-tool > .inner > .block a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner #mypage-tool > .inner > .block a:hover, #head #head-inner #mypage-tool > .inner > .block a:active {
    color: #000000;
    text-decoration: underline;
  }
  #head #head-inner #mypage-tool > .inner > .block .welcome {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    text-align: center;
    width: 100%;
    padding: 0 12px 8px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner #mypage-tool > .inner > .block .welcome .username {
    display: inline-block;
    vertical-align: text-bottom;
    max-width: calc(100% - 3em);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 35px;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li {
    margin: 14px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li:nth-child(1) {
    margin-top: 0;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li.account:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#account");
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li.kanku:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#edit");
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li .kanku-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li .kanku-list > li {
    margin: 14px 0 0 0;
    padding: 0 0 0 32px;
    font-size: 13px;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li .kanku-list > li a:before {
    content: "・";
  }
  #head #head-inner #mypage-tool > .inner > .block .mypage-nav > li .kanku-list > li:nth-child(1) {
    margin-top: 4px;
  }
  #head #head-inner #mypage-tool > .inner > .block .logout {
    margin-top: 20px;
    text-align: center;
  }
  #head #head-inner #mypage-tool > .inner > .block .logout > a {
    display: inline-block;
    min-width: 190px;
    padding: 14px;
    background-color: #000000;
    font-size: 13px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner #mypage-tool > .inner > .block .logout > a:link, #head #head-inner #mypage-tool > .inner > .block .logout > a:visited, #head #head-inner #mypage-tool > .inner > .block .logout > a:hover, #head #head-inner #mypage-tool > .inner > .block .logout > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  #head #head-inner #mypage-tool > .inner > .block .logout > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8em;
    margin-bottom: 0.2em;
    width: 22px;
    height: 22px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#logout_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  #head #head-inner #mypage-tool > .inner > .block .tool-close {
    margin-top: 24px;
  }
  body.search-tool-on #head #head-inner .head-nav2 > ul > li.search > a:after {
    width: 100%;
    opacity: 1.0;
  }
  body.search-tool-on #head #head-inner #search-tool {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1.0;
  }
  body.search-tool-on.smaller #head #head-inner #search-tool {
    height: calc(100vh - 82px);
  }
  body.search-tool-on.smaller #head.hide #head-inner #search-tool {
    -webkit-transition: all 0s;
    transition: all 0s;
    top: 0px;
  }
  body.search-tool-on.smaller #head.show #head-inner #search-tool {
    -webkit-transition: all 0s;
    transition: all 0s;
    top: 82px;
  }
  body.mypage-tool-on #head #head-inner .head-nav2 > ul > li.mypage > a:after {
    width: 100%;
    opacity: 1.0;
  }
  body.mypage-tool-on #head #head-inner #mypage-tool {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1.0;
  }
  body.mypage-tool-on.smaller #head #head-inner #mypage-tool {
    max-height: calc(100vh - 82px);
  }
  body.mypage-tool-on.smaller #head.hide #head-inner #mypage-tool {
    -webkit-transition: all 0s;
    transition: all 0s;
    top: 0px;
  }
  body.mypage-tool-on.smaller #head.show #head-inner #mypage-tool {
    -webkit-transition: all 0s;
    transition: all 0s;
    top: 82px;
  }
  body.smaller #head.hide {
    top: calc(0px - 82px);
    visibility: hidden;
    opacity: 0;
  }
  body.smaller #head.show {
    top: 0px;
    visibility: visible;
    opacity: 1.0;
  }
  body.smaller #head {
    position: fixed;
    height: 82px;
    min-height: 82px;
    padding: 0 0 8px;
    background-position: 50% 100%;
  }
  body.smaller #head #head-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.smaller #head #head-inner .head-logo {
    position: relative;
    z-index: 10;
  }
  body.smaller #head #head-inner .head-logo > h1 {
    font-size: 14px;
    line-height: 1.0em;
  }
  body.smaller #head #head-inner .head-logo > h1 .logo {
    width: 96px;
    height: 38px;
  }
  body.smaller #head #head-inner .head-logo > h1 .sitename > span {
    padding: 8px;
  }
  body.smaller #head #head-inner .head-nav2 {
    position: relative;
    z-index: 10;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li {
    height: 46px;
    font-size: 10px;
    line-height: 1.0em;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li > a {
    min-width: 86px;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li > a:before {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li.search > a:before {
    background-size: auto 22px;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li.mypage > a:before {
    background-size: 28px auto;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li.contact > a:before {
    background-size: 26px auto;
  }
  body.smaller #head #head-inner .head-nav2 > ul > li.kanku > a:before {
    background-image: url("/common/ncr/img/ic_sprite02.svg#japan");
    background-size: 26px auto;
  }
  body.smaller #head #head-inner .head-nav1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding-top: 27px;
    padding-right: 110px;
  }
  body.smaller #head #head-inner .head-nav1 > ul:before {
    display: none;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li {
    margin: 0 0 -8px;
    height: 54px;
    font-size: 16px;
    line-height: 1.0em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li:after {
    position: relative;
    margin: 8px 24px 0px;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li:nth-last-child(1):after, body.smaller #head #head-inner .head-nav1 > ul > li:nth-last-child(2):after {
    display: none;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > a {
    padding: 0;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > a:before {
    display: none;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > a:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #cc0000;
    margin-top: 4px;
    width: 0;
    opacity: 0;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > a:link, body.smaller #head #head-inner .head-nav1 > ul > li > a:visited, body.smaller #head #head-inner .head-nav1 > ul > li > a:hover, body.smaller #head #head-inner .head-nav1 > ul > li > a:active {
    color: #000000;
    text-decoration: none;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > a:hover:after, body.smaller #head #head-inner .head-nav1 > ul > li > a:active:after {
    width: 100%;
    opacity: 1.0;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li > .submenu {
    top: 54px;
  }
  body.smaller #head #head-inner .head-nav1 > ul > li:hover > a:after {
    width: 100%;
    opacity: 1.0;
  }
  .tool-close {
    text-align: center;
  }
  .tool-close > a {
    font-size: 14px;
    line-height: 1.0em;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  .tool-close > a:link, .tool-close > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .tool-close > a:hover, .tool-close > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .tool-close > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 0.2em;
    width: 20px;
    height: 20px;
    background-color: #000000;
    background-image: url("/common/ncr/img/ic_sprite01.svg#close_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
    border-radius: 100px;
  }
}

@media only screen and (max-width: 520px) {
  /* header ------------------------------ */
  #head {
    -webkit-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    min-height: 15.33333vw;
    padding: 1.33333vw 0px 0px 0px;
    -webkit-backface-visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    zoom: 1;
    background-image: url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg02.jpg");
    background-repeat: repeat-x, repeat-x;
    background-position: 50% 0px, 50% 0.66667vw;
    background-size: auto 0.66667vw, auto 0.66667vw;
    /*box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);*/
  }
  #head:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #head a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #head #head-inner {
    padding: 1.86667vw 3.33333vw;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #head #head-inner .head-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #head #head-inner .head-logo a {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-logo a:link, #head #head-inner .head-logo a:visited, #head #head-inner .head-logo a:hover, #head #head-inner .head-logo a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-logo > h1 {
    font-size: 2.4vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-logo > h1 > a {
    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;
  }
  #head #head-inner .head-logo > h1 .logo {
    width: 14.66667vw;
    height: 7.06667vw;
    margin-right: 3.33333vw;
  }
  #head #head-inner .head-logo > h1 .logo img {
    width: 100%;
    height: 100%;
  }
  #head #head-inner .head-logo > h1 .sitename {
    display: block;
    border: 0.26667vw solid #000000;
    border-left: none;
    border-right: none;
    padding: 0.13333vw 0;
  }
  #head #head-inner .head-logo > h1 .sitename > span {
    display: block;
    border: 0.13333vw solid #000000;
    border-left: none;
    border-right: none;
    padding: 1.6vw 1.06667vw;
    text-align: center;
  }
  #head #head-inner #head-trigger {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    width: 10vw;
    height: 10vw;
    background-color: #000000;
    background-image: url("/common/ncr/img/sp/head_trigger.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
  }
  #head #head-inner .head-nav2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
  #head #head-inner .head-nav2 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav2 > ul > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 2.13333vw;
    line-height: 1.0em;
  }
  #head #head-inner .head-nav2 > ul > li > a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav2 > ul > li > a:link, #head #head-inner .head-nav2 > ul > li > a:visited, #head #head-inner .head-nav2 > ul > li > a:hover, #head #head-inner .head-nav2 > ul > li > a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav2 > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 5.2vw;
    height: 5.2vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 2vw;
  }
  #head #head-inner .head-nav2 > ul > li.search > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#search");
    background-size: auto 5.2vw;
  }
  #head #head-inner .head-nav2 > ul > li.mypage {
    display: none;
  }
  #head #head-inner .head-nav2 > ul > li.contact {
    display: none;
  }
  #head #head-inner .head-nav2 > ul > li.kanku {
    display: none;
  }
  #head #head-inner .head-nav1 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 15.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f5f2;
    width: 100%;
    max-height: calc(100vh - 15.33333vw);
    padding: 4.26667vw 5.33333vw 21.33333vw;
    overflow: auto;
  }
  #head #head-inner .head-nav1 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav1 > ul > li {
    margin: 0;
    padding: 0;
    border-bottom: 0.13333vw solid #000000;
    font-size: 4vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 > ul > li > a {
    display: block;
    padding: 2.66667vw 7.46667vw 2.66667vw 7.46667vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #head #head-inner .head-nav1 > ul > li > a:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 2.66667vw;
    top: 2.66667vw;
  }
  #head #head-inner .head-nav1 > ul > li > a > .trigger {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    background-image: url("/common/ncr/img/ic_plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 2.66667vw;
    top: 2.66667vw;
  }
  #head #head-inner .head-nav1 > ul > li > a:link, #head #head-inner .head-nav1 > ul > li > a:visited, #head #head-inner .head-nav1 > ul > li > a:hover, #head #head-inner .head-nav1 > ul > li > a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu a:link, #head #head-inner .head-nav1 > ul > li > .submenu a:visited, #head #head-inner .head-nav1 > ul > li > .submenu a:hover, #head #head-inner .head-nav1 > ul > li > .submenu a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner.shuuhou > .block:nth-child(n+7) {
    display: none;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner.shuuhou > .block.more {
    display: block !important;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading {
    font-size: 3.2vw;
    line-height: 1.25em;
    border-top: 0.13333vw solid #000000;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading > a {
    display: block;
    padding: 2.4vw 7.46667vw 2.4vw 7.46667vw;
    position: relative;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > .heading > a > .trigger {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    background-image: url("/common/ncr/img/ic_plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 2.66667vw;
    top: 2.66667vw;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li {
    margin: 0;
    padding: 0;
    font-size: 2.66667vw;
    line-height: 1.25em;
    font-weight: normal;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > a,
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span {
    display: block;
    padding: 0.5em 0 1em 8.53333vw;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > a:before,
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span:before {
    content: "・";
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li > span {
    opacity: 0.3;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block > ul > li:nth-last-child(1) {
    padding-bottom: 1.0em;
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.open a > .trigger {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  #head #head-inner .head-nav1 > ul > li > .submenu > .inner > .block.open > ul {
    visibility: visible;
    max-height: 100vh;
    overflow: auto;
  }
  #head #head-inner .head-nav1 > ul > li.open > a > .trigger {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  #head #head-inner .head-nav1 > ul > li.open > .submenu {
    visibility: visible;
    max-height: 100vh;
    overflow: auto;
  }
  #head #head-inner .head-nav1 .tool-close {
    display: none;
  }
  #head #head-inner .head-nav1 .sp-sub-nav a:link, #head #head-inner .head-nav1 .sp-sub-nav a:visited, #head #head-inner .head-nav1 .sp-sub-nav a:hover, #head #head-inner .head-nav1 .sp-sub-nav a:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li {
    border-bottom: 0.13333vw solid #000000;
    margin: 0;
    padding: 0;
    font-size: 4vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.contact > a {
    display: block;
    padding: 2.66667vw 7.46667vw 2.66667vw 7.46667vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.contact > a:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#contact");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 2.66667vw;
    top: 2.66667vw;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage.loggedout {
    padding: 0;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage.loggedout > a {
    display: block;
    padding: 2.66667vw 7.46667vw 2.66667vw 7.46667vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage.loggedout > a:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#mypage");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 2.66667vw;
    top: 2.66667vw;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage {
    margin: 0;
    padding: 5.33333vw 1.33333vw 4.26667vw;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .welcome {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0.13333vw solid #000000;
    background-color: #ffffff;
    padding: 1.6vw 1.06667vw;
    border-radius: 13.33333vw;
    text-align: center;
    font-size: 2.66667vw;
    margin-bottom: 3.2vw;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .welcome br {
    display: none;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .welcome .username {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 12em);
    margin: 0 0.5em 0 1.0em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav {
    list-style-type: none;
    margin: 0;
    padding: 0.8em 0;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li {
    margin: 0 0 4.26667vw;
    padding: 0;
    font-size: 4vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li:before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-right: 2vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li.account:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#account");
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li.kanku:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#edit");
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li .kanku-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li .kanku-list > li {
    margin: 4.26667vw 0 0 0;
    padding: 0 0 0 6vw;
    font-size: 3.46667vw;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .mypage-nav > li .kanku-list > li a:before {
    content: "・";
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout {
    text-align: center;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a {
    display: inline-block;
    min-width: 40vw;
    padding: 3.2vw;
    background-color: #000000;
    font-size: 2.13333vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a:link, #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a:visited, #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a:hover, #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  #head #head-inner .head-nav1 .sp-sub-nav > ul > li.mypage .logout > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8em;
    margin-bottom: 0.2em;
    width: 4.26667vw;
    height: 4.26667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#logout_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  #head #head-inner .sp-close {
    text-align: center;
    margin-top: 6.4vw;
  }
  #head #head-inner .sp-close > a {
    font-size: 4.53333vw;
    line-height: 1.0em;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  #head #head-inner .sp-close > a:link, #head #head-inner .sp-close > a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner .sp-close > a:hover, #head #head-inner .sp-close > a:active {
    color: #000000;
    text-decoration: underline;
  }
  #head #head-inner .sp-close > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.86667vw;
    margin-bottom: 0.2em;
    width: 4.53333vw;
    height: 4.53333vw;
    background-color: #000000;
    background-image: url("/common/ncr/img/ic_sprite01.svg#close_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
    border-radius: 4.53333vw;
  }
  #head #head-inner #mypage-tool {
    display: none;
  }
  #head #head-inner #search-tool {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    visibility: hidden;
    opacity: 0;
    background-color: #f6f5f2;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 15.33333vw;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-height: calc(100vh - 15.33333vw);
  }
  #head #head-inner #search-tool > .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 2.66667vw 6.4vw 21.33333vw;
    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;
  }
  #head #head-inner #search-tool > .inner > .tool-close {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  #head #head-inner #search-tool > .inner > .tool-close:nth-child(1) {
    padding-bottom: 2.66667vw;
    border-bottom: 0.13333vw solid #000000;
    margin-bottom: 2.66667vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #head #head-inner #search-tool > .inner > .block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 5.33333vw;
    border-bottom: 0.13333vw solid #000000;
    margin-bottom: 5.33333vw;
  }
  #head #head-inner #search-tool > .inner > .block a:link, #head #head-inner #search-tool > .inner > .block a:visited {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block a:hover, #head #head-inner #search-tool > .inner > .block a:active {
    color: #000000;
    text-decoration: underline;
  }
  #head #head-inner #search-tool > .inner > .block .history-clear {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3em;
    margin-left: 1.0em;
    padding: 0.8vw 2.13333vw;
    border: 0.13333vw solid #000000;
    border-radius: 4vw;
    background-color: #ffffff;
    font-size: 2.66667vw;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
  }
  #head #head-inner #search-tool > .inner > .block .history-clear:link, #head #head-inner #search-tool > .inner > .block .history-clear:visited, #head #head-inner #search-tool > .inner > .block .history-clear:hover, #head #head-inner #search-tool > .inner > .block .history-clear:active {
    color: #000000;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block > .heading {
    font-size: 4.26667vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    margin-bottom: 2.13333vw;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box {
    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;
    padding: 0.66667vw 0.66667vw 0.66667vw 2.66667vw;
    background-color: #ffffff;
    border-radius: 4vw;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box > button[type='submit'] {
    display: block;
    background-color: #000000;
    background-image: url("/common/ncr/img/ic_sprite01.svg#search_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 2.93333vw auto;
    border-radius: 100px;
    width: 13.33333vw;
    height: 7.46667vw;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box > input[type='text'] {
    display: block;
    border: none;
    width: calc(100% - 13.33333vw);
    height: 7.46667vw;
    position: relative;
    z-index: 1;
  }
  #head #head-inner #search-tool > .inner > .block .keyword-box .keyword-clear {
    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;
    width: 7.46667vw;
    height: 7.46667vw;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #cccccc;
    position: absolute;
    z-index: 10;
    right: 14.66667vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords {
    margin-top: 4.26667vw;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > .sub-heading {
    font-size: 2.66667vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    margin-bottom: 1.06667vw;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > ul {
    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;
  }
  #head #head-inner #search-tool > .inner > .block .popular-keywords > ul > li {
    margin: 1.06667vw 1.06667vw 0 0;
    padding: 0.8vw 6.13333vw;
    background-color: #ffffff;
    border-radius: 4vw;
    font-size: 2.66667vw;
    line-height: 1.0em;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .history-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 1.25em;
    margin: 0 0 1.25em 0;
    padding: 0 0 0 4vw;
    font-size: 2.66667vw;
    line-height: 1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 1.86667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #head #head-inner #search-tool > .inner > .block .history-list > li:nth-child(n+5) {
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  #head #head-inner #search-tool > .inner > .block .history-list.full > li:nth-child(n+5) {
    height: 1.25em;
    margin-bottom: 1.25em;
    opacity: 1.0;
    visibility: visible;
    display: block;
  }
  #head #head-inner #search-tool > .inner > .block #history-more {
    text-align: center;
    margin-top: 2.13333vw;
  }
  #head #head-inner #search-tool > .inner > .block #history-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 37.33333vw;
    padding: 2.13333vw;
    background-color: #000000;
    border-radius: 13.33333vw;
    font-size: 3.2vw;
    line-height: 1.0em;
  }
  #head #head-inner #search-tool > .inner > .block #history-more > a:link, #head #head-inner #search-tool > .inner > .block #history-more > a:visited, #head #head-inner #search-tool > .inner > .block #history-more > a:hover, #head #head-inner #search-tool > .inner > .block #history-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  #head #head-inner #search-tool > .inner > .block .advance-items .select01 {
    width: 48%;
  }
  #head #head-inner #search-tool > .inner > .block .advance-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    border-radius: 13.33333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2.13333vw 4.26667vw;
    margin-top: 2.66667vw;
    position: relative;
    z-index: 1;
  }
  #head #head-inner #search-tool > .inner > .block .advance-items .keyword-clear {
    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;
    width: 7.46667vw;
    height: 7.46667vw;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #cccccc;
    position: absolute;
    z-index: 10;
    right: 1.86667vw;
    bottom: 1.86667vw;
    margin: auto 0;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons {
    margin-top: 2.66667vw;
    text-align: center;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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: 28vw;
    padding: 2.4vw;
    margin: 0 1.33333vw;
    background-color: #ffffff;
    border: 0.13333vw solid #000000;
    border-radius: 13.33333vw;
    font-size: 2.66667vw;
    line-height: 1.0em;
    color: #000000;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons button[type='reset']:hover {
    opacity: 0.6;
  }
  #head #head-inner #search-tool > .inner > .block .advance-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: 48vw;
    padding: 2.4vw;
    margin: 0 1.33333vw;
    background-color: #000000;
    border: 0.13333vw solid #000000;
    border-radius: 13.33333vw;
    font-size: 2.66667vw;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  #head #head-inner #search-tool > .inner > .block .advance-buttons button[type='submit']:hover {
    opacity: 0.6;
  }
  #head.open #head-inner #head-trigger {
    background-position: 50% -10vw;
  }
  #head.open #head-inner .head-nav1 {
    visibility: visible;
    opacity: 1.0;
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1);
  }
  body.sp-smaller #head {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  }
  body.search-tool-on #head #head-inner .head-nav2 > ul > li.search > a:after {
    width: 100%;
    opacity: 1.0;
  }
  body.search-tool-on #head #head-inner #search-tool {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1.0;
  }
  .tool-close {
    text-align: center;
  }
  .tool-close > a {
    font-size: 4.26667vw;
    line-height: 1.0em;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  .tool-close > a:link, .tool-close > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .tool-close > a:hover, .tool-close > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .tool-close > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.13333vw;
    margin-bottom: 0.2em;
    width: 4.26667vw;
    height: 4.26667vw;
    background-color: #000000;
    background-image: url("/common/ncr/img/ic_sprite01.svg#close_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
    border-radius: 100px;
  }
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
@media only screen and (min-width: 521px) {
  * {
    margin: 0;
    padding: 0;
  }
  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%;
  }
  body {
    height: 100%;
  }
  html {
    min-width: 1140px;
  }
  a:link,
  a:visited {
    color: #000000;
    text-decoration: underline;
  }
  a:hover,
  a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .loader,
  .loader:after {
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }
  .owl-carousel {
    -ms-touch-action: auto;
    touch-action: none;
  }
  /* basic style ------------------------------ */
  .hover {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb4 {
    margin-bottom: 4px !important;
  }
  .mb8 {
    margin-bottom: 8px !important;
  }
  .mb12 {
    margin-bottom: 12px !important;
  }
  .mb16 {
    margin-bottom: 16px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb24 {
    margin-bottom: 24px !important;
  }
  .mb32 {
    margin-bottom: 32px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb48 {
    margin-bottom: 48px !important;
  }
  .mb56 {
    margin-bottom: 56px !important;
  }
  .mb64 {
    margin-bottom: 64px !important;
  }
  .mgnTop-32 {
    margin-top: -40px !important;
  }
  .mgnTop-24 {
    margin-top: -32px !important;
  }
  .mgnTop-16 {
    margin-top: -24px !important;
  }
  .mgnTop-8 {
    margin-top: -16px !important;
  }
  .mgnTop4 {
    margin-top: 12px !important;
  }
  .mgnTop8 {
    margin-top: 16px !important;
  }
  .mgnTop12 {
    margin-top: 20px !important;
  }
  .mgnTop16 {
    margin-top: 24px !important;
  }
  .mgnTop20 {
    margin-top: 28px !important;
  }
  .mgnTop24 {
    margin-top: 32px !important;
  }
  .mgnTop32 {
    margin-top: 40px !important;
  }
  .mgnBtm4 {
    margin-bottom: 12px !important;
  }
  .mgnBtm8 {
    margin-bottom: 16px !important;
  }
  .mgnBtm12 {
    margin-bottom: 20px !important;
  }
  .mgnBtm16 {
    margin-bottom: 24px !important;
  }
  .mgnBtm20 {
    margin-bottom: 28px !important;
  }
  .mgnBtm24 {
    margin-bottom: 32px !important;
  }
  .mgnBtm32 {
    margin-bottom: 40px !important;
  }
  .mgnBtm40 {
    margin-bottom: 48px !important;
  }
  .padTop4 {
    padding-top: 12px !important;
  }
  .padTop8 {
    padding-top: 16px !important;
  }
  .padTop12 {
    padding-top: 20px !important;
  }
  .padTop16 {
    padding-top: 24px !important;
  }
  .padTop20 {
    padding-top: 28px !important;
  }
  .padTop24 {
    padding-top: 32px !important;
  }
  .padTop32 {
    padding-top: 40px !important;
  }
  .lead01 {
    font-size: 22px;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #8b702d;
  }
  .lead02 {
    font-size: 22px;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .lead04 {
    font-size: 24px;
    line-height: 1.75em;
    font-weight: bold;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #cc0000;
  }
  .heading01 {
    padding-left: 1.2em;
    position: relative;
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 12px;
  }
  .heading01:before {
    content: "";
    display: block;
    width: 1.0em;
    height: 1.0em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  .heading02 {
    position: relative;
    font-size: 24px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #8b702d;
    margin-bottom: 12px;
  }
  .required {
    color: #cc0000;
  }
  .frontend-user-admin-login > ul {
    list-style-type: none;
    margin: 48px 0 0 0;
    padding: 0;
    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;
  }
  .frontend-user-admin-login > ul > li {
    margin: 0 20px;
    padding: 0;
  }
  .frontend-user-admin-login > ul > li a:link,
  .frontend-user-admin-login > ul > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .frontend-user-admin-login > ul > li a:hover,
  .frontend-user-admin-login > ul > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .frontend-user-admin-login > ul > li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 6px;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .frontend-user-admin-login form > .submit {
    text-align: center;
    margin-top: 32px;
  }
  .frontend-user-admin-login form > .submit input {
    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: -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;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.0em;
    min-width: 260px;
    min-height: 50px;
    font-size: 18px;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer;
  }
  .frontend-user-admin-login form > .submit input:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.6 !important;
  }
  .frontend-user-admin-login .message {
    font-size: 20px;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 48px;
  }
  .frontend-user-admin-login .message .txXL {
    font-size: 20px !important;
    line-height: 1.75em !important;
  }
  .frontend-user-admin-login .error {
    font-size: 22px;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 24px;
  }
  .frontend-user-admin-login .forgetmenot {
    text-align: center;
    font-size: 0.85em;
    line-height: 1.25em;
  }
  .frontend-user-admin-login .forgetmenot input {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.2em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .frontend-user-admin-login input.kyoushiConf,
  .frontend-user-admin-login input#terms_of_use {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.2em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .frontend-user-admin-login .notes {
    display: block;
    color: #8b702d;
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .frontend-user-admin-login .frontend-user-admin-user-attribute-comment {
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  #kiyakuText,
  #confEmail {
    display: none;
  }
  #kiyakuBox {
    border: 1px solid #666666;
    padding: 10px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 16em;
    font-size: 94%;
    overflow: auto;
    text-align: left;
    margin-bottom: 32px;
  }
  #kiyakuBox p {
    margin-bottom: 1.2em;
  }
  #kiyakuBox2 {
    border: 1px solid #666666;
    padding: 5px;
    background: #ffffff;
    width: 640px;
    height: 20em;
    font-size: 94%;
    overflow: auto;
    margin: 0px auto;
    margin-bottom: 16px;
    text-align: left;
  }
  #kiyakuBox2 p {
    margin-bottom: 1.2em;
  }
  #kiyakuAccept {
    font-size: 124%;
    font-weight: bold;
    color: #e25063;
    padding-bottom: 16px;
    display: inline-block;
  }
  .readBeforeList {
    list-style-type: none;
    margin: 0px 0px 24px 0px;
    padding: 0x;
  }
  .readBeforeList li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 0px 24px 0px;
    border: 2px solid #e25063;
    border-radius: 10px;
    text-align: left;
  }
  .readBeforeList li a {
    display: block;
    padding: 20px;
    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;
    text-decoration: none !important;
  }
  .readBeforeList li a:hover {
    opacity: 0.7;
  }
  .readBeforeList li a:before {
    content: "▼";
    color: #e25063;
    font-size: 2.0em;
    width: 2%;
  }
  .readBeforeList li p {
    color: #333333;
  }
  .readBeforeList li .case {
    width: 15%;
    color: #e25063;
    font-weight: bold;
    font-size: 124%;
    line-height: 115%;
    text-align: center;
  }
  .readBeforeList li .inner {
    width: 88%;
  }
  .re-question {
    text-decoration: none !important;
    color: #e25063;
    font-size: 0.9em;
    line-height: 1.25em;
  }
  .re-question > span {
    display: inline-block;
    text-decoration: none !important;
    color: #666666 !important;
  }
  .re-question > span > strong {
    display: inline-block;
  }
  .form-table {
    display: block;
  }
  .form-table thead,
  .form-table tbody,
  .form-table tfoot,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }
  .wpcf7-form .form-show,
  .wpcf7-form .form-confirm,
  .wpcf7-form .fin-message {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000000;
    padding: 62px calc((100% - 840px) / 2) !important;
  }
  .wpcf7-form .form-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpcf7-form .form-loading.is-active {
    visibility: visible;
    opacity: 1.0;
  }
  .wpcf7-form .kyousen-lot-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, auto);
    grid-template-columns: 50% 50%;
    border: 1px solid #cccccc;
    border-radius: 20px;
    overflow: hidden;
  }
  .wpcf7-form .kyousen-lot-list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .wpcf7-form .kyousen-lot-list > li:nth-child(n+16) {
    border-right: none;
  }
  .wpcf7-form .kyousen-lot-list > li:nth-child(15), .wpcf7-form .kyousen-lot-list > li:nth-child(30) {
    border-bottom: none;
  }
  .wpcf7-form .kyousen-lot-list > li > .lot {
    display: block;
    margin-left: auto;
    margin-right: 0.2em;
  }
  .wpcf7-form .kyousen-lot-list > li > input {
    width: 5em;
    text-align: right;
  }
  .wpcf7-form .wpcf7-form-control-wrap.your-division .wpcf7-form-control > span,
  .wpcf7-form .wpcf7-form-control-wrap.your-type .wpcf7-form-control > span {
    display: block;
  }
  .form-confirm .kyousen-lot-list > li .label + span {
    white-space: nowrap;
    margin-left: 0.5em;
  }
  .form-confirm span[class*='confirm_'] {
    color: #548901;
    font-weight: bold;
  }
  .form-table {
    text-align: left;
  }
  .form-table > tbody > tr {
    margin-bottom: 38px;
  }
  .form-table > tbody > tr > th {
    font-size: 24px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 12px;
  }
  .form-table > tbody > tr > th br {
    display: none;
  }
  .form-table > tbody > tr > td .input {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
    margin-bottom: 0.4em;
  }
  .form-table > tbody > tr > td .input#pass2 {
    margin-top: 1.4em;
  }
  .form-table > tbody > tr > td .input#last_name, .form-table > tbody > tr > td .input#first_name, .form-table > tbody > tr > td .input#kankuNum, .form-table > tbody > tr > td .input#jiinNum {
    width: 300px;
  }
  .form-table tr.kyoushiQuestionTitle td {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 40px 0 20px;
    color: #cc0000;
  }
  .form-outer {
    border: 1px solid #000000;
    padding: 62px;
  }
  .form-outer > .form-inner {
    width: 780px;
    margin: 0 auto;
  }
  .form-outer .example {
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.25em;
  }
  .form-outer .form-error {
    margin-top: 0.2em;
    color: #cc0000;
  }
  #form-thanks-Box {
    text-align: center;
  }
  .form-item {
    margin-bottom: 38px;
  }
  .form-item > .heading {
    font-size: 24px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 12px;
  }
  .form-item .conf {
    font-size: 20px;
    line-height: 1.5em;
    color: #8b702d;
  }
  .form-buttons {
    text-align: center;
    margin-top: 54px;
    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;
  }
  .form-buttons > a {
    margin: 0 10px;
  }
  .formerror#errormes {
    color: #cc0000;
    font-weight: bold;
  }
  form .formbuttons {
    text-align: center;
  }
  form .formbuttons a {
    margin: 0px 10px;
  }
  .input01,
  .input06 {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
  }
  .input02 {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 120px;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
  }
  .input04 {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 240px;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
  }
  .input03 {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px;
  }
  .input03.wpcf7-textarea {
    max-height: 8em;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    padding-top: 0 !important;
    margin-top: 0.2em !important;
  }
  #contents .wpcf7 .button01 {
    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: -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;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0 !important;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.0em;
    cursor: pointer;
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  #contents .wpcf7 .button01 {
    min-width: 260px;
    min-height: 50px;
    font-size: 18px !important;
    padding: 10px !important;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  #contents .wpcf7 .button01 {
    min-width: 48vw;
    min-height: 9.33333vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw !important;
    padding: 2.13333vw !important;
  }
}

@media only screen and (min-width: 521px) {
  #contents .wpcf7 .button01:before {
    content: "";
    display: none;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: 1.0em;
    margin-top: -0.1em;
  }
  #contents .wpcf7 .button01.ic-email:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite01.svg#email_fff");
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  #contents .wpcf7 .button01.ic-email:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  #contents .wpcf7 .button01.ic-email:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

@media only screen and (min-width: 521px) {
  #contents .wpcf7 .button01.ic-book:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  #contents .wpcf7 .button01.ic-book:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  #contents .wpcf7 .button01.ic-book:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

@media only screen and (min-width: 521px) {
  #contents .wpcf7 .button01:link, #contents .wpcf7 .button01:visited {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1.0 !important;
  }
  #contents .wpcf7 .button01:hover, #contents .wpcf7 .button01:active {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.6 !important;
  }
  #contents .wpcf7 .button01.dim {
    opacity: 0.3 !important;
    cursor: default !important;
    pointer-events: none !important;
  }
  .overlay-gassho {
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    opacity: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh + 20px);
    border-bottom: 20px solid transparent;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    background-color: #f6f5f2;
    background-image: url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg01.jpg");
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: 0px 0%, 0px 100%, 50% 50%;
    background-size: auto 8px, auto 8px, 194px auto;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlay-gassho .overlay-logo {
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 1.0em;
    text-align: center;
  }
  .overlay-gassho .overlay-logo .logo {
    width: 146px;
    height: 58px;
  }
  .overlay-gassho .overlay-logo .logo img {
    width: 100%;
    height: 100%;
  }
  .overlay-gassho .overlay-logo .sitename {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    margin: 20px auto 0;
    border: 2px solid #000000;
    border-left: none;
    border-right: none;
    padding: 1px 0;
  }
  .overlay-gassho .overlay-logo .sitename > span {
    display: block;
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
    padding: 14px 8px;
    text-align: center;
  }
  .overlay-gassho .overlay-fudemoji {
    width: 600px;
    width: 90vh;
    max-width: 90vw;
    text-align: center;
    margin: 40px auto;
  }
  .overlay-gassho .overlay-fudemoji img {
    width: 100%;
    max-width: 90vw;
    height: auto;
  }
  .overlay-gassho .overlay-info {
    position: relative;
    text-align: center;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.0em;
    font-style: italic;
  }
  .overlay-gassho .overlay-info:before {
    content: "";
    display: block;
    width: 1px;
    height: 10vh;
    background-color: #000000;
    margin: 0 auto 20px;
  }
  .overlay-gassho .overlay-info:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #cc0000;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(10vh - 4px);
    margin: 0 auto;
  }
  .overlay-gassho.blind-up {
    top: -120vh;
    opacity: 0.8;
  }
  .overlay-gassho .overlay-logo,
  .overlay-gassho .overlay-fudemoji,
  .overlay-gassho .overlay-info {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
  }
  body.overlay-gassho-on .overlay-gassho {
    visibility: visible;
  }
  #otherEmailMes .heading {
    color: #e35151;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #e35151;
    margin-bottom: 6px;
  }
  #otherEmailMes .note1 {
    color: #e35151;
  }
  #otherEmailMes2 .heading {
    color: #84a92a;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #84a92a;
    margin-bottom: 6px;
  }
  #otherEmailMes2 .note1 {
    color: #84a92a;
  }
  #otherEmailMes3 .heading {
    color: #654bbe;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #654bbe;
    margin-bottom: 6px;
  }
  #otherEmailMes3 .note1 {
    color: #654bbe;
  }
  /* wrapper ------------------------------ */
  #wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    min-width: 1140px;
    padding-top: 189px;
    position: relative;
    min-height: 100%;
    background: url("/common/ncr/img/bg01.jpg") repeat 0px 0px;
    background-size: 388px auto;
  }
  body.noscroll #wrapper {
    overflow: hidden;
    height: 100%;
  }
  .announce {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    background-image: url("/common/ncr/img/bg_announce.gif");
    background-repeat: repeat;
    margin-bottom: 60px;
  }
  .announce > .inner {
    background-color: #ffffff;
    padding: 14px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .announce > .inner .prefix {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 106px;
    border-right: 1px solid #cc0000;
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #cc0000;
    font-weight: bold;
  }
  .announce > .inner .prefix:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
    margin-top: -0.3em;
    width: 20px;
    height: 20px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#info_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .announce > .inner .text {
    width: calc(100% - 25px -106px);
    font-size: 16px;
    line-height: 1.25em;
    margin-left: 25px;
  }
  .announce > .inner a:link, .announce > .inner a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .announce > .inner a:hover, .announce > .inner a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .announce.type2 > .inner {
    display: block;
  }
  .announce.type2 > .inner .prefix {
    width: auto;
    border-right: none;
    margin-bottom: 12px;
  }
  .announce.type2 > .inner .text {
    margin-left: 0;
  }
  .mainBanners {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #f6f5f2;
    box-sizing: border-box;
    padding: 44px 0;
    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;
  }
  .mainBanners > .inner {
    width: calc(1100px + 40px) !important;
    min-width: calc(1100px + 40px) !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainBanners .item {
    width: 340px;
    margin: 20px;
  }
  .mainBanners .item img {
    width: 100%;
    height: auto;
  }
  .bannerbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #edece8;
    padding: 28px 0px;
    zoom: 1;
  }
  .bannerbox:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .bannerbox p {
    float: left;
    position: relative;
  }
  .bannerbox p img {
    position: relative;
  }
  #bannerbox1.bannerbox p {
    width: 404px;
    height: 124px;
  }
  #bannerbox1.bannerbox p img {
    width: 100%;
    height: 124px;
  }
  #bannerbox2.bannerbox p.secondary {
    width: 215px;
    height: 79px;
  }
  #bannerbox2.bannerbox p.primary {
    width: 343px;
    height: 106px;
  }
  #bannerbox2.bannerbox p img {
    width: 100%;
    height: 79px;
  }
  .bannerbox.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .bannerbox .owl-prev,
  .bannerbox .owl-next {
    width: 70px !important;
    height: 70px !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 25px auto !important;
  }
  .bannerbox .owl-prev:hover,
  .bannerbox .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .bannerbox .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .bannerbox .owl-next {
    right: 0px;
  }
  /* container ------------------------------ */
  #container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    zoom: 1;
    padding: 30px 0 80px;
  }
  #container:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  body.home #container {
    padding-top: 60px;
    padding-bottom: 0;
  }
  #contents {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
  }
  #contents .owl-stage {
    min-width: 100%;
    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;
  }
  #contents.wide {
    width: 100%;
  }
  #contents.wide > * {
    width: 1100px;
    min-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .topic-path {
    margin-bottom: 32px;
  }
  .topic-path a:link,
  .topic-path a:visited {
    color: #000000;
    text-decoration: none;
  }
  .topic-path a:hover,
  .topic-path a:active {
    color: #000000;
    text-decoration: underline;
  }
  .topic-path > .inner {
    display: inline-block;
    padding-bottom: 24px;
    border-bottom: 1px solid #000000;
    font-size: 13px;
    line-height: 1.0em;
  }
  .topic-path .separator {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5em;
  }
  .contents-title {
    position: relative;
    font-size: 50px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .contents-title > .link {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 1.0em;
    margin: auto 0;
    text-align: right;
    font-size: 15px;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  }
  .contents-title + .contents-lead {
    margin-top: -20px;
  }
  .contents-lead {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
  .results-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000000;
  }
  .results-list a:link,
  .results-list a:visited {
    color: #000000;
    text-decoration: none;
  }
  .results-list a:hover,
  .results-list a:active {
    color: #000000;
    text-decoration: underline;
  }
  .results-list > li {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #000000;
    zoom: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .results-list > li:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .results-list > li .thumb {
    float: right;
    width: 170px;
    height: 170px;
    margin-left: 25px;
  }
  .results-list > li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .results-list > li .cnts-type {
    font-size: 15px;
    line-height: 1.0em;
    margin-bottom: 0.8em;
  }
  .results-list > li .title {
    font-size: 22px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
  }
  .results-list > li .summary {
    margin-top: 0.8em;
    font-size: 13px;
    line-height: 1.5em;
  }
  .results-list > li .tags {
    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;
  }
  .results-list > li .tags > li {
    margin: 10px 10px 0 0;
    padding: 4px 10px;
    background-color: #dfddd8;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
  }
  .results-list > li:nth-child(n+20) {
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-width: 0;
  }
  .results-list.full > li:nth-child(n+20) {
    max-height: 50em;
    padding: 24px 0;
    opacity: 1.0;
    border-bottom-width: 1px;
  }
  .listHeading {
    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;
    margin-bottom: 24px;
  }
  .listHeading > .heading {
    position: relative;
    padding-left: 32px;
    font-size: 30px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: auto;
  }
  .listHeading > .heading:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.2em;
  }
  .listHeading > .link {
    margin-left: auto;
    font-size: 0.85em;
    line-height: 1.25em;
  }
  .listHeading > .more {
    margin-left: auto;
  }
  .listHeading > .more > * {
    margin-left: 10px;
  }
  .listHeading .select01 select,
  .listHeading .select02 select {
    padding: 0.4em 3.0em 0.4em 0.8em;
  }
  .archiveList01 {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    border-top: 1px solid #999999;
  }
  .archiveList01 a:link,
  .archiveList01 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .archiveList01 a:hover,
  .archiveList01 a:active {
    color: #000000;
    text-decoration: underline;
  }
  .archiveList01 > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    min-height: 80px;
    margin: 0px;
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
  }
  .archiveList01 > li .thumb {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .archiveList01 > li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .archiveList01 > li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f6f5f2;
  }
  .archiveList01 > li .head {
    width: 11em;
  }
  .archiveList01 > li .head.shuuhou {
    width: 20em;
    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;
  }
  .archiveList01 > li .head.shuuhou .category {
    min-width: 8em;
    text-align: center;
  }
  .archiveList01 > li .head.genshu {
    width: 24em;
    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;
  }
  .archiveList01 > li .head.genshu .type {
    width: 12em;
  }
  .archiveList01 > li .head.genshu .category {
    min-width: 8em;
    text-align: center;
  }
  .archiveList01 > li .head.others {
    width: 20em;
    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;
  }
  .archiveList01 > li .head.others .type {
    width: 8em;
  }
  .archiveList01 > li .head.others .category {
    min-width: 10em;
    text-align: center;
  }
  .archiveList01 > li .data {
    width: calc(100% - 11em - 20px);
  }
  .archiveList01 > li .data.shuuhou {
    width: calc(100% - 20em - 20px);
  }
  .archiveList01 > li .data.shuuhou .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.genshu {
    width: calc(100% - 24em - 20px);
  }
  .archiveList01 > li .data.genshu .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.others {
    width: calc(100% - 20em - 20px);
  }
  .archiveList01 > li .data.others .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.kyousen {
    width: calc(100% - 120px - 20px);
  }
  .archiveList01 > li .data.kanku {
    width: calc(100% - 120px - 20px);
  }
  .archiveList01 > li .resultTxt {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.75em;
    margin-top: 0.4em;
  }
  .archiveList01 > li .type {
    margin-right: 20px;
  }
  .archiveList01 > li .type br {
    display: none;
  }
  .archiveList01 > li .cat-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .archiveList01 > li .cat-item {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 4px 16px;
    background-color: #dfddd8;
    color: #000000 !important;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
    text-decoration: none !important;
  }
  .archiveList01 > li .category {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 4px 16px;
    background-color: #dfddd8;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
  }
  .archiveList01 > li .date {
    font-size: 0.75em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 0.8em;
  }
  .archiveList01 > li .date + .title {
    margin-top: 0.4em;
  }
  .archiveList01 > li .title {
    font-size: 20px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .archiveList01 > li .title > a.link01 {
    display: inline-block;
    text-indent: calc(0px - 25px - 0.5em);
    margin-left: calc(25px + 0.5em);
  }
  .archiveList01 > li .title .preTitle {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.75em;
    padding-bottom: 0.4em;
    color: #454545;
  }
  .archiveList01 > li .title .hosoku {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.75em;
    padding-top: 0.4em;
    color: #454545;
  }
  .archiveList01 > li .summary {
    font-size: 15px;
    line-height: 1.5em;
  }
  .archiveList01 > li .summary > p {
    margin-top: 0.4em;
  }
  .archiveList01 > li .summary .txPink a:link,
  .archiveList01 > li .summary .txPink a:visited,
  .archiveList01 > li .summary .txPink a:hover,
  .archiveList01 > li .summary .txPink a:active {
    color: #e25063;
    text-decoration: underline;
  }
  .archiveList01 > li .buttons {
    margin-top: 20px;
  }
  .archiveList01 > li .buttons > a {
    margin: 0 10px 0 0;
  }
  .archiveList01 > li.videos {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .archiveList01 > li.videos .thumb {
    width: 213px;
    height: 120px;
    position: relative;
  }
  .archiveList01 > li.videos .data {
    width: calc(100% - 213px - 20px);
  }
  .archiveList01 > li:nth-last-child(1) {
    border-bottom: none;
  }
  .archiveList01.monthly {
    padding-left: 320px;
    position: relative;
    min-height: 420px;
  }
  .archiveList01.monthly .cover {
    position: absolute;
    left: 0;
    top: 20px;
    width: 280px;
  }
  .archiveList01.monthly .cover img {
    width: 100%;
    height: auto;
  }
  .columnOuter1 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #cccccc;
    padding-top: 24px;
  }
  .columnOuter1 > .thumb {
    width: 325px;
    height: 325px;
    margin-right: 50px;
  }
  .columnOuter1 > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .columnOuter1 > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f6f5f2;
  }
  .columnOuter1 > .archiveOuter1 {
    border-top: none;
    width: calc(100% - 325px - 50px);
    margin-top: -24px;
  }
  .columnOuter1 > .bottomPager1 {
    width: 100%;
    margin-top: 32px;
  }
  .archiveOuter1 {
    border-top: 1px solid #cccccc;
  }
  .archiveOuter1 > .link {
    text-align: right;
    font-size: 0.85em;
    line-height: 1.25em;
    padding: 24px 16px;
    border-bottom: 1px solid #cccccc;
  }
  .sectionHeading1 > .meta {
    border-bottom: 1px solid #cccccc;
    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: 24px 16px;
  }
  .sectionHeading1 .cat-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 15px 0 0;
  }
  .sectionHeading1 .cat-item {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 4px 16px;
    background-color: #dfddd8;
    color: #000000 !important;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
    text-decoration: none !important;
  }
  .sectionHeading1 .category {
    margin: 0 20px 0 0;
    padding: 4px 16px;
    background-color: #dfddd8;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
  }
  .sectionHeading1 .link {
    font-size: 0.85em;
    margin-right: 20px;
  }
  .sectionHeading1 .type {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: 20px;
  }
  .sectionHeading1 .date {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: 20px;
  }
  .sectionHeading1 > .heading {
    border-bottom: 1px solid #cccccc;
    padding: 24px 16px;
    font-size: 40px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .sectionHeading1 > .heading .mark-discon {
    margin-top: 0;
    vertical-align: middle;
  }
  .sectionHeading1 .tags {
    list-style-type: none;
    margin: 0;
    padding: 10px 16px;
    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;
  }
  .sectionHeading1 .tags > li {
    margin: 5px 10px 5px 0;
    padding: 4px 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.0em;
  }
  .sectionHeading2 {
    margin-bottom: 64px;
  }
  .sectionHeading2 > .heading {
    padding: 24px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 40px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 24px;
  }
  .sectionHeading2 > .lead {
    font-size: 20px;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 32px;
  }
  .kyousenIcExcel {
    display: inline-block;
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 12px 16px;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.0em;
    background: #ffffff;
  }
  .kyousenIcExcel:hover {
    background: #f8fff2;
  }
  .kyousenIcExcel:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_excel.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 62px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .kyousenButtonGroup {
    list-style-type: none;
    margin: 0;
    padding: 0;
    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;
  }
  .kyousenButtonGroup > li {
    margin: 0 10px;
    padding: 0;
    width: 346px;
  }
  .kyousenButtonGroup > li a {
    display: block;
  }
  .kyousenButtonGroup > li img {
    width: 100%;
    height: auto;
  }
  .kyousenButtonGroup > p {
    margin: 0 1.33333vw;
  }
  .kyousen-contact {
    border-top: 1px solid #cccccc;
    padding-top: 32px;
  }
  .kyousen-contact > .box {
    margin-bottom: 1.75em;
  }
  .kyousenButtonRequest {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    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;
    border: 2px solid #999999;
    border-radius: 10px;
    /*padding: 8px 16px;*/
    padding: 8px 8px;
    color: #000000 !important;
    text-decoration: none !important;
    /*font-size: 124%;*/
    font-size: 100%;
    line-height: 1.5em;
    background: #ffffff;
  }
  .kyousenButtonRequest:hover {
    background-color: #f8fff2;
  }
  .kyousenButtonRequest.excel:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_excel2.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 32px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
  }
  .kyousenButtonRequest.pdf:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_pdf.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 32px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
  }
  .archiveBody1 {
    padding: 32px 16px 40px;
    zoom: 1;
  }
  .archiveBody1:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .archiveBody1 > div,
  .archiveBody1 > p,
  .archiveBody1 > table,
  .archiveBody1 > ul,
  .archiveBody1 > ol {
    margin-bottom: 1.75em;
  }
  .archiveBody1 > div > p,
  .archiveBody1 > div > table,
  .archiveBody1 > div > ul,
  .archiveBody1 > div > ol {
    margin-bottom: 1.75em;
  }
  .archiveBody1 ul {
    list-style-type: disc;
    margin: 0 0 1.75em 1.5em;
    padding: 0;
  }
  .archiveBody1 ul > li {
    margin: 0;
    padding: 0;
  }
  .archiveBody1 ol {
    list-style-type: decimal;
    margin: 0 0 1.75em 1.5em;
    padding: 0;
  }
  .archiveBody1 ol > li {
    margin: 0;
    padding: 0;
  }
  .archiveBody1 > .buttons a {
    margin-right: 10px;
  }
  .archiveBody1 .wp-caption {
    max-width: 100%;
  }
  .bottomPager1 {
    border-top: 1px solid #cccccc;
    padding: 24px 16px;
    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;
  }
  .bottomPager1 .prev {
    margin-right: auto;
    font-size: 25px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .bottomPager1 .prev a:link,
  .bottomPager1 .prev a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .prev a:hover,
  .bottomPager1 .prev a:active {
    color: #000000;
    text-decoration: underline;
  }
  .bottomPager1 .prev > span {
    opacity: 0.3;
  }
  .bottomPager1 .prev > span:before,
  .bottomPager1 .prev > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    margin-top: -0.2em;
    width: 13px;
    height: 23px;
    background: url("/common/ncr/img/ic_sprite01.svg#arrow1") no-repeat 50% 50%;
    background-size: 100% auto;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .bottomPager1 .next {
    margin-left: auto;
    font-size: 25px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .bottomPager1 .next a:link,
  .bottomPager1 .next a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .next a:hover,
  .bottomPager1 .next a:active {
    color: #000000;
    text-decoration: underline;
  }
  .bottomPager1 .next > span {
    opacity: 0.3;
  }
  .bottomPager1 .next > span:after,
  .bottomPager1 .next > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -0.2em;
    width: 13px;
    height: 23px;
    background: url("/common/ncr/img/ic_sprite01.svg#arrow1") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .bottomPager1 .index {
    display: inline-block;
    font-size: 32px;
    line-height: 1.05em;
    font-weight: normal;
    color: #000000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-style: italic;
    margin: 0px 0.7em;
  }
  .bottomPager1 .index a {
    display: inline-block;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
  }
  .bottomPager1 .index a:link,
  .bottomPager1 .index a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .index a:hover,
  .bottomPager1 .index a:active {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .index a:hover {
    border-bottom: 2px solid #cc0000;
  }
  .common-index {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(1100px + 50px) !important;
    min-width: calc(1100px + 50px) !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 64px;
  }
  .common-index > .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 525px;
    background-image: url("/common/ncr/img/bg03.jpg");
    padding: 20px 20px 40px;
    margin: 0 25px 50px 25px;
    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;
  }
  .common-index > .item > .heading {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .common-index > .item > .heading > .inner {
    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;
    min-height: 1.8em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .common-index > .item > .heading > .inner:link, .common-index > .item > .heading > .inner:visited {
    color: #000000;
    text-decoration: none;
  }
  .common-index > .item > .heading > .inner:hover, .common-index > .item > .heading > .inner:active {
    color: #000000;
    text-decoration: underline;
  }
  .common-index > .item > .heading:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 40px;
    height: 4px;
    background-color: #cc0000;
  }
  .common-index > .item > .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .common-index > .item > .thumb a {
    display: block;
  }
  .common-index > .item > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .common-index > .item .bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .common-index > .item .bottom .heading01 {
    font-size: 22px;
    margin-top: 1.0em;
  }
  .common-index > .item .bottom .heading01:nth-child(1) {
    margin-top: 0;
  }
  .common-index > .item .bottom .index-list {
    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;
  }
  .common-index > .item .bottom .index-list > li {
    margin: 0 2.0em 1.0em 0;
    padding: 0;
    white-space: nowrap;
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .common-index > .item .bottom .index-list > li > a,
  .common-index > .item .bottom .index-list > li > span {
    display: inline-block;
    padding-left: 10px;
  }
  .common-index > .item .bottom .index-list > li > a:link, .common-index > .item .bottom .index-list > li > a:visited,
  .common-index > .item .bottom .index-list > li > span:link,
  .common-index > .item .bottom .index-list > li > span:visited {
    color: #000000;
    text-decoration: none;
  }
  .common-index > .item .bottom .index-list > li > a:hover, .common-index > .item .bottom .index-list > li > a:active,
  .common-index > .item .bottom .index-list > li > span:hover,
  .common-index > .item .bottom .index-list > li > span:active {
    color: #000000;
    text-decoration: underline;
  }
  .common-index > .item .bottom .index-list > li > a:before,
  .common-index > .item .bottom .index-list > li > span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    width: 25px;
    height: 6px;
  }
  .common-index > .item .bottom .index-list > li > span {
    opacity: 0.3;
  }
  .common-index > .item .bottom .index-list.full > li {
    white-space: normal;
    width: 100%;
    margin-right: 0;
  }
  .common-index > .item .bottom .index-list.half > li, .common-index > .item .bottom .index-list.material > li, .common-index > .item .bottom .index-list.document > li {
    white-space: normal;
    width: 50%;
    margin-right: 0;
  }
  .common-index > .item > .more {
    text-align: center;
    margin-top: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .common-index > .item > .more a {
    min-width: 280px;
    padding: 15px;
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .home-sec-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .home-shuuhou {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    background-color: #f6f5f2;
    border-top: 3px solid #000000;
    padding: 32px 28px;
    text-align: center;
  }
  .home-shuuhou > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 48px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .home-shuuhou .brandnew {
    display: inline-block;
    padding: 6px 14px;
    color: #ffffff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    background: url("/common/ncr/img/bg_kaku1.svg") no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 11px;
  }
  .home-shuuhou .volume {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .home-shuuhou .image {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 396px;
    border: 1px solid #000000;
  }
  .home-shuuhou .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-shuuhou .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-shuuhou .to-detail {
    margin-top: 30px;
  }
  .home-shuuhou .to-detail > a {
    display: inline-block;
    background-color: #000000;
    position: relative;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 190px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  .home-shuuhou .to-detail > a:link, .home-shuuhou .to-detail > a:visited, .home-shuuhou .to-detail > a:hover, .home-shuuhou .to-detail > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .home-shuuhou .to-detail > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: 10px;
    margin-top: -0.2em;
  }
  .home-shuuhou .more {
    margin-top: 20px;
  }
  .home-shuuhou .more > a {
    display: inline-block;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 15px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
  }
  .home-shuuhou .more > a:link, .home-shuuhou .more > a:visited, .home-shuuhou .more > a:hover, .home-shuuhou .more > a:active {
    color: #000000;
    text-decoration: none;
  }
  .home-shuuhou .more > a:after {
    content: "";
    display: block;
    margin-top: 8px;
    height: 1px;
    background-color: #000000;
  }
  .home-shuuhou .more > a:hover:after {
    background-color: #cc0000;
  }
  .home-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
  }
  .home-info > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-info > .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 16px auto 0;
    background-color: #cc0000;
  }
  .home-info > .more {
    text-align: center;
    margin-top: 16px;
  }
  .home-info .home-info-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .home-info .home-info-slider .owl-nav {
    margin: 0 !important;
  }
  .home-info .home-info-slider .owl-nav .owl-prev,
  .home-info .home-info-slider .owl-nav .owl-next {
    display: block;
    width: 14px;
    height: 24px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow1");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .home-info .home-info-slider .owl-nav .owl-prev > span,
  .home-info .home-info-slider .owl-nav .owl-next > span {
    display: none;
  }
  .home-info .home-info-slider .owl-nav .owl-prev:hover,
  .home-info .home-info-slider .owl-nav .owl-next:hover {
    background-color: transparent;
    opacity: 0.6;
  }
  .home-info .home-info-slider .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .home-info .home-info-slider .owl-nav .owl-next {
    right: 0;
  }
  .home-info .home-info-slider .owl-dots {
    margin-top: 16px;
  }
  .home-info .home-info-slider .owl-dots .owl-dot span {
    background-color: #dfddd8;
  }
  .home-info .home-info-slider .owl-dots .owl-dot.active span,
  .home-info .home-info-slider .owl-dots .owl-dot:hover span {
    background-color: #000000;
  }
  .info-list02 {
    list-style-type: none;
    margin: 0 -44px 0 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;
    border-top: 1px solid #999999;
  }
  .info-list02 > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: calc(50% - 44px);
    margin: 0 44px 0 0;
    padding: 24px 0;
    border-bottom: 1px solid #999999;
    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;
  }
  .info-list02 > li > .thumb {
    width: 130px;
    height: 130px;
  }
  .info-list02 > li > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-list02 > li > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .info-list02 > li > .data {
    width: calc(100% - 130px - 25px);
  }
  .info-list02 > li > .data .date {
    font-size: 13px;
    line-height: 1.8em;
  }
  .info-list02 > li > .data .kanku {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8em;
  }
  .info-list02 > li > .data .heading {
    font-size: 20px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.2em;
  }
  .info-list02 > li > .data .summary {
    font-size: 13px;
    line-height: 1.8em;
  }
  .info-list02 > li a:link,
  .info-list02 > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .info-list02 > li a:hover,
  .info-list02 > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .info-list02 > li.last-more {
    width: 100%;
    border-bottom: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .info-list02.noimage {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-top: 1px solid #999999;
  }
  .info-list02.noimage > li {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 22px 32px;
  }
  .info-list02.noimage > li .heading {
    margin-bottom: 0;
  }
  .info-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .info-list01 > li {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #000000;
    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;
  }
  .info-list01 > li > .thumb {
    width: 130px;
    height: 130px;
  }
  .info-list01 > li > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-list01 > li > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info-list01 > li > .data {
    width: 160px;
  }
  .info-list01 > li > .data .date {
    font-size: 13px;
    line-height: 1.8em;
  }
  .info-list01 > li > .data .kanku {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.8em;
  }
  .info-list01 > li > .data .summary {
    font-size: 13px;
    line-height: 1.8em;
  }
  .info-list01 > li a:link,
  .info-list01 > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .info-list01 > li a:hover,
  .info-list01 > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .sec-shuuhou-latest {
    width: 100% !important;
    background-color: #f6f5f2;
    border-top: 3px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 0;
    min-height: 400px;
    margin-bottom: 64px;
  }
  .sec-shuuhou-latest > .heading {
    text-align: center;
    font-size: 42px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  .sec-shuuhou-latest > .heading:after {
    content: "";
    display: block;
    margin: 24px auto 0;
    width: 40px;
    height: 4px;
    background-color: #cc0000;
  }
  .sec-shuuhou-latest .shuuhou-slider {
    position: relative;
    width: 100%;
  }
  .sec-shuuhou-latest .shuuhou-slider.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev,
  .sec-shuuhou-latest .shuuhou-slider .owl-next {
    width: 70px !important;
    height: 70px !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 25px auto !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev:hover,
  .sec-shuuhou-latest .shuuhou-slider .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-next {
    right: 0px;
  }
  .sec-shuuhou-latest .brandnew {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 14px;
    color: #ffffff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    background: url("/common/ncr/img/bg_kaku1.svg") no-repeat 50% 50%;
    background-size: cover;
    margin-right: 0.6em;
    margin-bottom: 0.2em;
  }
  .shuuhou-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .shuuhou-list01:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .shuuhou-list01 li {
    width: 280px;
    margin: 0 54px 0 0;
    padding: 0;
  }
  .shuuhou-list01 li .thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 396px;
    border: 1px solid #000000;
  }
  .shuuhou-list01 li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shuuhou-list01 li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .shuuhou-list01 li .heading {
    font-size: 24px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 16px;
  }
  .shuuhou-list01 li .more {
    margin-top: 24px;
    text-align: center;
  }
  .shuuhou-list01 li .more > a {
    min-width: 190px;
  }
  .shuuhou-list01 li a:link,
  .shuuhou-list01 li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .shuuhou-list01 li a:hover,
  .shuuhou-list01 li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .shuuhou-list01 .owl-item {
    width: 280px !important;
    margin: 0 54px 0 0;
    padding: 0;
  }
  .shuuhou-list01 .owl-item li {
    margin: 0;
  }
  .sec-recommend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 1100px !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f5f2;
    border-top: 3px solid #000000;
    box-sizing: border-box;
    padding: 64px 0;
    min-height: 400px;
  }
  .sec-recommend > .heading {
    text-align: center;
    font-size: 42px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  .sec-recommend > .heading:after {
    content: "";
    display: block;
    margin: 24px auto 0;
    width: 40px;
    height: 4px;
    background-color: #cc0000;
  }
  .sec-recommend .recommend-slider {
    position: relative;
    width: 100%;
  }
  .sec-recommend .recommend-slider.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .sec-recommend .recommend-slider .owl-prev,
  .sec-recommend .recommend-slider .owl-next {
    width: 70px !important;
    height: 70px !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 25px auto !important;
  }
  .sec-recommend .recommend-slider .owl-prev:hover,
  .sec-recommend .recommend-slider .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .sec-recommend .recommend-slider .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .sec-recommend .recommend-slider .owl-next {
    right: 0px;
  }
  body.home .sec-recommend {
    border-top: none;
    padding: 64px 0;
    background-image: url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg02.jpg");
    background-repeat: repeat-x, repeat-x;
    background-position: 50% 0px, 50% 100%;
    background-size: auto 8px, auto 8px;
  }
  body.home .sec-recommend > .heading:before {
    content: "【 ";
  }
  body.home .sec-recommend > .heading:after {
    content: " 】";
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
    margin: 0;
  }
  .recommend-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .recommend-list01:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .recommend-list01 li {
    width: 300px;
    margin: 0 54px 0 0;
    padding: 0;
    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;
  }
  .recommend-list01 li .thumb {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  .recommend-list01 li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .recommend-list01 li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: url("/common/ncr/img/bg04.jpg");
  }
  .recommend-list01 li .thumb.kyousen {
    width: 200px;
    height: 200px;
  }
  .recommend-list01 li .data {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .recommend-list01 li .heading {
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    min-height: 4.5em;
    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;
  }
  .recommend-list01 li .heading > span,
  .recommend-list01 li .heading > a {
    display: block;
    width: calc(100% - 48px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .recommend-list01 li .heading:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#pen");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .recommend-list01 li .summary {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.75em;
  }
  .recommend-list01 li .more {
    margin-top: 20px;
    text-align: center;
  }
  .recommend-list01 li .more > a {
    width: 280px;
  }
  .recommend-list01 li a:link,
  .recommend-list01 li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .recommend-list01 li a:hover,
  .recommend-list01 li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .recommend-list01 .owl-item {
    width: 300px !important;
    margin: 0 54px 0 0;
    padding: 0;
  }
  .recommend-list01 .owl-item li {
    margin: 0;
  }
  .recommend-list01.noimage {
    width: 1100px;
    margin: 0 auto;
    display: block;
    border-top: 1px solid #999999;
  }
  .recommend-list01.noimage > li {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 22px 32px;
  }
  .recommend-list01.noimage > li .heading {
    margin-bottom: 8px;
  }
  .shuuhou-search-outer,
  .kyousen-search-outer,
  .genshu-search-outer,
  .others-search-outer,
  .videos-search-outer,
  .youshiki-search-outer {
    border: 1px solid #000000;
    padding: 44px 62px;
    margin-top: 56px;
  }
  .shuuhou-search-outer > .heading,
  .kyousen-search-outer > .heading,
  .genshu-search-outer > .heading,
  .others-search-outer > .heading,
  .videos-search-outer > .heading,
  .youshiki-search-outer > .heading {
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 24px;
  }
  .shuuhou-search-outer .search-items,
  .kyousen-search-outer .search-items,
  .genshu-search-outer .search-items,
  .others-search-outer .search-items,
  .videos-search-outer .search-items,
  .youshiki-search-outer .search-items {
    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: 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;
    padding: 20px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .shuuhou-search-outer .search-items .select01,
  .kyousen-search-outer .search-items .select01,
  .genshu-search-outer .search-items .select01,
  .others-search-outer .search-items .select01,
  .videos-search-outer .search-items .select01,
  .youshiki-search-outer .search-items .select01 {
    width: calc(25% - 15px);
    background-color: #f6f5f2;
  }
  .shuuhou-search-outer .search-items input[type='text'],
  .kyousen-search-outer .search-items input[type='text'],
  .genshu-search-outer .search-items input[type='text'],
  .others-search-outer .search-items input[type='text'],
  .videos-search-outer .search-items input[type='text'],
  .youshiki-search-outer .search-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
    margin-top: 16px;
  }
  .shuuhou-search-outer .search-buttons,
  .kyousen-search-outer .search-buttons,
  .genshu-search-outer .search-buttons,
  .others-search-outer .search-buttons,
  .videos-search-outer .search-buttons,
  .youshiki-search-outer .search-buttons {
    margin-top: 20px;
    text-align: center;
  }
  .shuuhou-search-outer .search-buttons button[type='reset'],
  .kyousen-search-outer .search-buttons button[type='reset'],
  .genshu-search-outer .search-buttons button[type='reset'],
  .others-search-outer .search-buttons button[type='reset'],
  .videos-search-outer .search-buttons button[type='reset'],
  .youshiki-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;
    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;
  }
  .shuuhou-search-outer .search-buttons button[type='reset']:hover,
  .kyousen-search-outer .search-buttons button[type='reset']:hover,
  .genshu-search-outer .search-buttons button[type='reset']:hover,
  .others-search-outer .search-buttons button[type='reset']:hover,
  .videos-search-outer .search-buttons button[type='reset']:hover,
  .youshiki-search-outer .search-buttons button[type='reset']:hover {
    opacity: 0.6;
  }
  .shuuhou-search-outer .search-buttons button[type='submit'],
  .kyousen-search-outer .search-buttons button[type='submit'],
  .genshu-search-outer .search-buttons button[type='submit'],
  .others-search-outer .search-buttons button[type='submit'],
  .videos-search-outer .search-buttons button[type='submit'],
  .youshiki-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;
    padding: 10px;
    margin: 0 8px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  .shuuhou-search-outer .search-buttons button[type='submit']:hover,
  .kyousen-search-outer .search-buttons button[type='submit']:hover,
  .genshu-search-outer .search-buttons button[type='submit']:hover,
  .others-search-outer .search-buttons button[type='submit']:hover,
  .videos-search-outer .search-buttons button[type='submit']:hover,
  .youshiki-search-outer .search-buttons button[type='submit']:hover {
    opacity: 0.6;
  }
  .shuuhou-search-outer .search-buttons a,
  .kyousen-search-outer .search-buttons a,
  .genshu-search-outer .search-buttons a,
  .others-search-outer .search-buttons a,
  .videos-search-outer .search-buttons a,
  .youshiki-search-outer .search-buttons a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .genshu-search-outer .search-items .select01,
  .others-search-outer .search-items .select01,
  .shuuhou-search-outer .search-items .select01,
  .kyousen-search-outer .search-items .select01,
  .videos-search-outer .search-items .select01 {
    width: calc(33% - 15px);
  }
  .videos-search-outer .search-items input[name='s'] {
    width: calc(33% - 15px);
    margin-top: 0;
  }
  .youshiki-search-outer .search-items input[type='text'] {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  .youshiki-search-outer .search-items #youshikiKeywords {
    width: 100%;
    text-align: center;
  }
  .archive-nav-outer {
    border: 1px solid #000000;
    padding: 44px 62px;
    margin-top: 56px;
  }
  .archive-nav-outer .ico-text {
    padding: 22px 0;
    border-top: 1px solid #999999;
    text-align: right;
    font-size: 16px;
    line-height: 1.25em;
  }
  .archive-nav-outer .ico-text .ico {
    width: auto;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.4em;
  }
  .archive-nav-outer > .heading {
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 24px;
  }
  .archive-nav-outer > .heading-outer {
    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;
    margin-bottom: 24px;
  }
  .archive-nav-outer > .heading-outer > .heading {
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    white-space: nowrap;
  }
  .archive-nav-outer > .heading-outer > .more {
    padding-left: 1.0em;
    font-size: 18px;
    line-height: 1.25em;
  }
  .archive-nav-outer > .heading-outer > .more a:link,
  .archive-nav-outer > .heading-outer > .more a:visited {
    text-decoration: none;
  }
  .archive-nav-outer > .heading-outer > .more a:hover,
  .archive-nav-outer > .heading-outer > .more a:active {
    text-decoration: underline;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger > span {
    display: inline;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger:after {
    display: none;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger.open > span {
    display: none;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger.open:after {
    content: "−全て閉じる";
    display: inline;
  }
  .archive-nav-outer #shuuhou-more {
    text-align: center;
    margin-top: 32px;
  }
  .archive-nav-outer #shuuhou-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 176px;
    padding: 10px;
    background-color: #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
  }
  .archive-nav-outer #shuuhou-more > a:link, .archive-nav-outer #shuuhou-more > a:visited, .archive-nav-outer #shuuhou-more > a:hover, .archive-nav-outer #shuuhou-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .archive-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #999999;
  }
  .archive-nav a:link, .archive-nav a:visited {
    color: #000000;
    text-decoration: none;
  }
  .archive-nav a:hover, .archive-nav a:active {
    color: #000000;
    text-decoration: underline;
  }
  .archive-nav > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999999;
    font-size: 24px;
    line-height: 1.25em;
  }
  .archive-nav > li > span {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
  .archive-nav > li > a,
  .archive-nav > li > span {
    display: block;
    padding: 20px 180px 20px 48px;
    font-size: 24px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
  }
  .archive-nav > li > a:before,
  .archive-nav > li > span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 20px;
    top: 20px;
    margin-top: 0.3em;
  }
  .archive-nav > li > a.trigger:after,
  .archive-nav > li > span.trigger:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background-image: url("/common/ncr/img/ic_plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .archive-nav > li > a.open:after,
  .archive-nav > li > span.open:after {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .archive-nav > li > a .ico-text,
  .archive-nav > li > span .ico-text {
    display: inline-block;
    padding: 0;
    padding-left: 1.0em;
    border-top: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.0em;
  }
  .archive-nav > li > a .ico-text .ico,
  .archive-nav > li > span .ico-text .ico {
    vertical-align: text-bottom;
  }
  .archive-nav > li > ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 72px 20px 48px;
    display: none;
    zoom: 1;
  }
  .archive-nav > li > ul:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .archive-nav > li > ul > li {
    float: left;
    margin: 0.5em 0;
    padding: 0;
  }
  .archive-nav > li > ul > li:after {
    content: '／';
    margin: 0 1.0em;
    color: #999999;
  }
  .archive-nav > li > ul > li:nth-last-child(1):after {
    display: none;
  }
  .archive-nav > li > ul > li img.ico {
    width: auto;
    height: 0.825em;
    vertical-align: middle;
    margin-left: 0.2em;
  }
  .archive-nav.shuuhou > li:nth-child(n+6) {
    display: none;
  }
  .popular-outer {
    border: 1px solid #000000;
    padding: 44px 62px;
    margin-top: 56px;
  }
  .popular-outer > .heading {
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 24px;
  }
  .popular-outer .info-list02 > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .popular-outer .info-list02 > li:nth-child(n+3) {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
  .popular-outer .info-list02.full > li:nth-child(n+3) {
    max-height: 50em;
    padding: 24px 0;
    opacity: 1.0;
  }
  .popular-outer .info-list02.full.noimage > li:nth-child(n+3) {
    padding: 24px 32px;
  }
  .popular-more,
  .results-more {
    text-align: center;
    margin-top: 32px;
  }
  .popular-more > a,
  .results-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 176px;
    padding: 10px;
    background-color: #000000;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.0em;
  }
  .popular-more > a:link, .popular-more > a:visited, .popular-more > a:hover, .popular-more > a:active,
  .results-more > a:link,
  .results-more > a:visited,
  .results-more > a:hover,
  .results-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .home-index {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 44px 0;
    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;
  }
  .home-index > .inner {
    width: calc(1100px + 40px) !important;
    min-width: calc(1100px + 40px) !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-index .item {
    width: 340px;
    margin: 20px;
  }
  .home-index .item > .inner,
  .home-index .item > a {
    display: block;
    background-image: url("/common/ncr/img/bg03.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    padding-top: 20px;
    height: 100%;
  }
  .home-index .item > .inner:link, .home-index .item > .inner:visited, .home-index .item > .inner:hover, .home-index .item > .inner:active,
  .home-index .item > a:link,
  .home-index .item > a:visited,
  .home-index .item > a:hover,
  .home-index .item > a:active {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .thumb {
    width: 300px;
    margin: 0 auto;
  }
  .home-index .item .thumb img {
    width: 100%;
    height: auto;
  }
  .home-index .item .data {
    padding: 28px 20px 20px;
  }
  .home-index .item .heading {
    font-size: 28px;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }
  .home-index .item .heading:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #cc0000;
    margin: 16px auto 0;
  }
  .home-index .item .heading:before {
    content: "";
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    margin-top: -0.2em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    display: none;
  }
  .home-index .item.fukyo .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#gassho");
  }
  .home-index .item.hosshiki .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#play");
  }
  .home-index .item.page .data {
    padding-top: 16px;
  }
  .home-index .item.page .heading {
    font-size: 20px;
  }
  .home-index .item.kanku .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#japan");
  }
  .home-index .item.kasseika .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_kirari.png");
  }
  .home-index .item.seiten .data {
    padding-top: 16px;
  }
  .home-index .item .summary {
    font-size: 13px;
    line-height: 1.5em;
  }
  .home-index .item .seiten-index {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 24px;
  }
  .home-index .item .seiten-index > li {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  .home-index .item .seiten-index > li > a:link, .home-index .item .seiten-index > li > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .seiten-index > li > a:hover, .home-index .item .seiten-index > li > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .home-index .item .seiten-index > li > a > span {
    font-size: 15px;
  }
  .home-index .item .seiten-index > li .number {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2em;
    color: #cc0000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
  }
  .home-index .item .item-index {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
  }
  .home-index .item .item-index > li {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  .home-index .item .item-index > li > a:link, .home-index .item .item-index > li > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .item-index > li > a:hover, .home-index .item .item-index > li > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .home-index .item .item-index > li > a > span {
    font-size: 15px;
  }
  .home-index .item .item-index > li .number {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.2em;
    color: #cc0000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
  }
  .contents-list01 {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    counter-reset: number 0 !important;
  }
  .contents-list01 > li {
    margin: 0 !important;
    padding: 24px 48px 24px !important;
    padding-left: 64px !important;
    position: relative !important;
  }
  .contents-list01 > li:before {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #795f1f;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 36px;
    line-height: 1.0em;
    position: absolute;
    left: 24px;
    top: 24px;
  }
  .contents-list01 > li:nth-child(odd) {
    background-color: #eeede9;
  }
  .contents-list01 > li:nth-child(even) {
    background-color: #f6f6f6;
  }
  .contents-list01 > li .trackinfo {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 1.2em;
  }
  .contents-list01 > li .trackinfo .title {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.4em;
  }
  .contents-list01 > li .trackinfo .summary {
    margin-bottom: 0;
  }
  .contents-list01 > li .player {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contents-list01 > li .player audio {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 40px;
  }
  .contents-list01 > li .player.children {
    padding: 1.0em 0 0 5.0em;
  }
  .contents-list01 > li .player.children audio {
    height: 2.0em;
  }
  .contents-list01 > li .player.children .name {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
    margin-top: 0.6em;
    padding-top: 0.6em;
    border-top: 1px solid #d4d4d4;
  }
  .contents-list01 > li .player.children .name:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  /* youshiki ------------------------------ */
  .youshiki-pickup .file-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5em;
  }
  .youshiki-pickup a:link,
  .youshiki-pickup a:visited {
    text-decoration: none;
  }
  .youshiki-pickup a:hover,
  .youshiki-pickup a:active {
    text-decoration: underline;
  }
  #fileList {
    margin-top: 40px;
  }
  .youshikiSinglePad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .youshikiList01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #cccccc;
  }
  .youshikiList01 li {
    margin: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .youshikiList01 li.irrShow {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .youshikiList01 li.irrHide {
    display: none !important;
  }
  .youshikiList01 li .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 670px;
    padding: 0 14px;
  }
  .youshikiList01 li .title > span {
    font-size: 0.75em;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    padding-top: 0.4em;
  }
  .youshikiList01 li .title a:link,
  .youshikiList01 li .title a:visited {
    color: #000000;
    text-decoration: none;
  }
  .youshikiList01 li .title a:hover,
  .youshikiList01 li .title a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .youshikiList01 li .forFilter {
    position: absolute;
    left: -9000px;
    top: 0px;
  }
  .youshiki-button-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 670px - 170px);
    text-align: center;
    border-left: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
  }
  .youshiki-ex-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    text-align: center;
    border-left: 1px solid #cccccc;
    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;
  }
  .youshiki-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33px;
    height: 37px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 33px auto;
  }
  .youshiki-button a,
  .youshiki-button span {
    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.75em;
    line-height: 1.0em;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 33px auto;
  }
  .youshiki-button a:link,
  .youshiki-button a:visited {
    color: #000000;
    text-decoration: none;
    opacity: 1.0;
  }
  .youshiki-button a:hover,
  .youshiki-button a:active {
    color: #cc0000;
    text-decoration: none;
    opacity: 0.6;
  }
  .youshiki-button.pdf {
    background-image: url("/common/ncr/img/ic_pdf_dim.svg");
  }
  .youshiki-button.pdf a {
    background-image: url("/common/ncr/img/ic_pdf.svg");
  }
  .youshiki-button.word {
    background-image: url("/common/ncr/img/ic_word_dim.svg");
  }
  .youshiki-button.word a {
    background-image: url("/common/ncr/img/ic_word.svg");
  }
  .youshiki-button.excel {
    background-image: url("/common/ncr/img/ic_excel_dim.svg");
  }
  .youshiki-button.excel a {
    background-image: url("/common/ncr/img/ic_excel.svg");
  }
  .youshiki-button.ichitaro {
    background-image: url("/common/ncr/img/ic_ichitaro_dim.svg");
  }
  .youshiki-button.ichitaro a {
    background-image: url("/common/ncr/img/ic_ichitaro.svg");
  }
  .youshiki-button.example {
    width: auto;
    background-image: url("/common/ncr/img/ic_pdf_dim.svg");
  }
  .youshiki-button.example a {
    background-image: url("/common/ncr/img/ic_pdf.svg");
    text-indent: 0;
    width: auto;
    padding-left: 44px;
  }
  .youshiki-button.example span {
    text-indent: 0;
    width: auto;
    color: #cccccc;
    padding-left: 44px;
  }
  .youshikiList01 li .title span.highlight {
    font-size: 100%;
  }
  .youshikiList01 .hide {
    display: none;
  }
  .youshikiList01 .show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .youshikiList01 #noresults {
    display: block;
    text-align: center;
    padding: 3em 0;
  }
  .youshiki-single-buttons {
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.75em;
  }
  .youshiki-single-buttons .youshiki-button-outer {
    width: auto;
    padding-left: 0;
    border-left: none;
  }
  .youshiki-single-buttons .youshiki-ex-outer {
    width: auto;
    padding-left: 40px;
  }
  .youshiki-single-buttons .youshiki-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 54px;
    margin: 0 40px 0 0;
    background-size: 48px auto;
  }
  .youshiki-single-buttons .youshiki-button a,
  .youshiki-single-buttons .youshiki-button span {
    background-size: 48px auto;
    font-size: 1.0em;
  }
  .youshiki-single-buttons .youshiki-button.example {
    width: auto;
  }
  .youshiki-single-buttons .youshiki-button.example a {
    text-indent: 0;
    width: auto;
    padding-left: 58px;
  }
  .youshiki-single-buttons .youshiki-button.example span {
    text-indent: 0;
    width: auto;
    color: #cccccc;
    padding-left: 58px;
  }
  .kanku-list-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f5f2;
    border-top: 3px solid #000000;
    padding: 32px 28px;
    text-align: center;
    margin-top: 56px;
  }
  .kanku-list-outer > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 32px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  .kanku-list-outer .areaNav {
    margin-bottom: 32px;
  }
  .kanku-list-outer .areaNav > ul {
    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;
  }
  .kanku-list-outer .areaNav > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.85em;
    line-height: 1.0em;
    padding: 0 0.5em;
    margin: 0.5em 0;
    border-left: 1px solid #cccccc;
    min-width: 5em;
  }
  .kanku-list-outer .areaNav > ul > li:nth-last-child(1) {
    border-right: 1px solid #cccccc;
  }
  .tableList1 {
    border: none;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  .tableList1 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: -1px;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  .tableList1 {
    display: block;
  }
  .tableList1 thead,
  .tableList1 tbody,
  .tableList1 tfoot,
  .tableList1 tr,
  .tableList1 th,
  .tableList1 td {
    display: block;
  }
}

@media only screen and (min-width: 521px) {
  .tableList1 a:link,
  .tableList1 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .tableList1 a:hover,
  .tableList1 a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .tableList1 .notfound {
    background-color: #edece8;
    padding: 6em 1em;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    color: #000000;
    font-size: 136%;
    font-weight: bold;
  }
  .tableList1 th {
    border: none;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    background-color: #edece8;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  .tableList1 th {
    width: 10%;
    padding: 12px 30px 12px 14px;
    font-size: 108%;
    line-height: 145%;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  .tableList1 th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.6vw 2.13333vw;
    font-size: 1.125em;
    line-height: 1.5em;
    border-top: 1px solid #cccccc;
    margin-top: 1.0em;
  }
}

@media only screen and (min-width: 521px) {
  .tableList1 td {
    border: none;
    padding: 0px;
    vertical-align: middle;
    text-align: left;
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  .tableList1 td {
    font-size: 108%;
    line-height: 145%;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  .tableList1 td {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 521px) {
  .tableList1 td.heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    white-space: nowrap;
    vertical-align: top;
  }
}

@media only screen and (min-width: 521px) and (min-width: 521px) {
  .tableList1 td.heading {
    width: 60%;
    padding: 12px 14px;
  }
}

@media only screen and (min-width: 521px) and (max-width: 520px) {
  .tableList1 td.heading {
    padding: 3.2vw 2.13333vw 0.8vw;
    border-top: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 521px) {
  #contents.fukyo .listHeading {
    margin-left: auto;
    margin-right: auto;
  }
  .fukyo-old-outer {
    width: 720px;
    margin: 0 auto 56px;
    position: relative;
  }
  .fukyo-old-outer > P {
    margin-bottom: 1.0em;
  }
  .fukyo-old-outer #fukyo2017Pdf,
  .fukyo-old-outer #fukyo2018Pdf,
  .fukyo-old-outer #fukyo2022Pdf {
    top: 0px;
  }
  .fukyo-old-outer #fukyo2017Pdf img,
  .fukyo-old-outer #fukyo2018Pdf img,
  .fukyo-old-outer #fukyo2022Pdf img {
    width: auto;
    height: 2.0em;
  }
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2022Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2022Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2022Container {
    padding-top: 48px;
  }
  .fukyoList01 {
    list-style-type: none;
    margin: 0px 0px 1.8em 0px;
    padding: 0px;
  }
  .fukyoList01 > dt {
    display: block;
    margin: 0px 0px 0.4em 0px;
    padding: 0px;
    font-size: 116%;
    line-height: 115%;
    font-weight: bold;
  }
  .fukyoList01 > dd {
    display: list-item;
    margin: 0px 0px 0px 3.0em;
    padding: 0px;
    font-size: 84%;
    line-height: 160%;
    font-weight: normal;
    list-style-type: disc;
  }
  .textBox01 {
    border: 1px solid #cccccc;
    background-color: #f6f5f2;
    padding: 40px;
  }
  body.happyakuyear {
    /* single column ------------------------------ */
    /* main column ------------------------------ */
    /* side column ------------------------------ */
  }
  body.happyakuyear #contents {
    width: 960px;
    min-width: 960px;
    zoom: 1;
  }
  body.happyakuyear #contents:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  body.happyakuyear #singleColumn {
    width: 720px;
    margin: 0px auto;
    text-align: left;
    border-top: 2px solid #000000;
    padding-top: 12px;
    _overflow: hidden;
    /* for IE6 */
  }
  body.happyakuyear #mainColumn {
    text-align: left;
    width: 720px;
    float: right;
    border-top: 2px solid #000000;
    padding-top: 12px;
    _overflow: hidden;
    /* for IE6 */
  }
  body.happyakuyear #sideColumn {
    text-align: left;
    width: 210px;
    float: left;
  }
  body.happyakuyear #localNav {
    border-top: 1px solid #d5ceaa;
    margin-bottom: 20px;
  }
  body.happyakuyear #localNav .heading {
    margin: 0px;
    padding: 7px 8px 7px 8px;
    background: url(../img/bg02.gif) repeat left top;
    font-size: 0.1em;
    line-height: 0.1em;
  }
  body.happyakuyear #localNav h2.active a:link,
  body.happyakuyear #localNav h2.active a:visited {
    background-image: url(/common/img/bg02_a.gif);
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav h2.active a:hover,
  body.happyakuyear #localNav h2.active a:active {
    background-image: url(/common/img/bg02_r.gif);
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading2 {
    font-size: 108%;
    line-height: 110%;
    font-weight: bold;
  }
  body.happyakuyear #localNav .heading2 span {
    display: block;
    margin: 0px;
    border: 1px solid #d5ceaa;
    border-top: none;
    padding: 7px 8px 7px 8px;
    background-image: url(/common/img/bg02.gif);
    background-repeat: repeat;
    background-position: left top;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading2 a {
    display: block;
    margin: 0px;
    padding: 7px 8px 7px 8px;
    background-repeat: repeat;
    background-position: left top;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading2 a:link,
  body.happyakuyear #localNav .heading2 a:visited {
    background-image: url(/common/img/bg02.gif);
    border: 1px solid #d5ceaa;
    border-top: none;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading2 a:hover,
  body.happyakuyear #localNav .heading2 a:active {
    background-image: url(/common/img/bg02_r.gif);
    border: 1px solid #d5ceaa;
    border-top: none;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading3 {
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 108%;
    line-height: 105%;
    font-weight: bold;
  }
  body.happyakuyear #localNav .heading3 a {
    display: block;
    margin: 0px;
    padding: 12px 8px 10px 8px;
    overflow: hidden;
    background-repeat: repeat;
    background-position: left top;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading3 a:link,
  body.happyakuyear #localNav .heading3 a:visited {
    background-image: url(/common/img/bg02.gif);
    border: 1px solid #d5ceaa;
    border-top: none;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav .heading3 a:hover,
  body.happyakuyear #localNav .heading3 a:active {
    background-image: url(/common/img/bg02_r.gif);
    border: 1px solid #d5ceaa;
    border-top: none;
    color: #000000;
    text-decoration: none;
  }
  body.happyakuyear #localNav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  body.happyakuyear #localNav ul li {
    margin: 0px;
    padding: 0px;
    background: url(../img/lnav_bg_r.gif) no-repeat 1px -2px;
    background-position: 0px -2px;
    font-size: 108%;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
  }
  body.happyakuyear #localNav ul li div {
    display: block;
    padding: 6px 10px 6px 20px;
    border: 1px solid #d5ceaa;
    border-top: none;
    background: url(../img/lnav_bg.gif) no-repeat 0px -2px;
  }
  body.happyakuyear #localNav ul li span {
    display: block;
    padding: 6px 10px 6px 20px;
    border: 1px solid #d5ceaa;
    border-top: none;
    background: url(../img/lnav_bg.gif) no-repeat 0px -2px;
    color: #bbbbbb;
  }
  body.happyakuyear #localNav ul li a {
    display: block;
    padding: 6px 4px 6px 20px;
    border: 1px solid #d5ceaa;
    border-top: none;
  }
  body.happyakuyear #localNav ul li a span.date {
    display: inline;
    padding: 0px;
    border: none;
    background: none;
    color: #000000 !important;
    text-decoration: none !important;
  }
  body.happyakuyear #localNav ul li a span.wareki {
    display: inline;
    padding: 0px;
    border: none;
    background: none;
    color: #72578b !important;
    text-decoration: none !important;
    font-size: 76%;
    line-height: 115%;
  }
  body.happyakuyear #localNav ul li a:link span.wareki,
  body.happyakuyear #localNav ul li a:visited span.wareki {
    color: #72578b !important;
  }
  body.happyakuyear #localNav ul li a:hover span.wareki,
  body.happyakuyear #localNav ul li a:active span.wareki {
    color: #72578b !important;
  }
  body.happyakuyear #localNav ul li a img {
    vertical-align: middle;
  }
  body.happyakuyear #localNav ul li a:link,
  body.happyakuyear #localNav ul li a:visited {
    background: url(../img/lnav_bg.gif) no-repeat 0px -2px;
  }
  body.happyakuyear #localNav ul li a:hover,
  body.happyakuyear #localNav ul li a:active {
    background: none;
  }
  body.happyakuyear #localNav ul li.active a {
    font-weight: bold;
  }
  body.happyakuyear #localNav ul li.active a:link,
  body.happyakuyear #localNav ul li.active a:visited {
    color: #000000;
    background: url(../img/lnav_bg_a.gif) no-repeat 0px -2px;
  }
  body.happyakuyear #localNav ul li.active a:hover,
  body.happyakuyear #localNav ul li.active a:active {
    color: #462b5f;
    background: none;
  }
  body.happyakuyear #localNav ul li.active a:link span.wareki,
  body.happyakuyear #localNav ul li.active a:visited span.wareki {
    color: #000000 !important;
  }
  body.happyakuyear #localNav ul li.active a:hover span.wareki,
  body.happyakuyear #localNav ul li.active a:active span.wareki {
    color: #462b5f !important;
  }
  body.happyakuyear #localNav ul li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: none;
  }
  body.happyakuyear body.learning #localNav ul li ul {
    display: block;
  }
  body.happyakuyear #localNav ul li ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #ecfbd3 url(../img/lnav_bg_r.gif) no-repeat 13px 0px;
    font-size: small;
    line-height: 145%;
    font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
  }
  body.happyakuyear #localNav ul li ul li span {
    display: block;
    padding: 9px 10px 8px 34px;
    border: 1px solid #d5ceaa;
    border-top: none;
    background: #f2f0e5 url(../img/lnav_bg.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav ul li ul li a {
    display: block;
    padding: 9px 10px 8px 34px;
    border: 1px solid #d5ceaa;
    border-top: none;
  }
  body.happyakuyear #localNav ul li ul li a:link,
  body.happyakuyear #localNav ul li ul li a:visited {
    background: #f2f0e5 url(../img/lnav_bg.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav ul li ul li a:hover,
  body.happyakuyear #localNav ul li ul li a:active {
    background: none;
  }
  body.happyakuyear #localNav ul li.active ul li a.trigger {
    font-weight: bold;
  }
  body.happyakuyear #localNav ul li.active ul li a {
    font-weight: normal;
  }
  body.happyakuyear #localNav ul li.active ul li a:link,
  body.happyakuyear #localNav ul li.active ul li a:visited {
    color: #72578b;
    background: #f2f0e5 url(../img/lnav_bg.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav ul li.active ul li a:hover,
  body.happyakuyear #localNav ul li.active ul li a:active {
    color: #462b5f;
    background: none;
  }
  body.happyakuyear #localNav ul li ul li.active a {
    font-weight: bold;
  }
  body.happyakuyear #localNav ul li ul li.active a:link,
  body.happyakuyear #localNav ul li ul li.active a:visited {
    color: #000000;
    background: #fafafa url(../img/lnav_bg_a.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav ul li ul li.active a:hover,
  body.happyakuyear #localNav ul li ul li.active a:active {
    color: #462b5f;
    background: none;
  }
  body.happyakuyear #localNav dl {
    margin: 0px;
    padding: 0px;
  }
  body.happyakuyear #localNav dl dt {
    margin: 0px;
    padding: 7px 8px 7px 8px;
    background: url(../img/bg02.gif) repeat left top;
    font-size: 0.1em;
    line-height: 0.1em;
  }
  body.happyakuyear #localNav dl dd {
    margin: 0px;
    padding: 0px;
    background: url(../img/lnav_bg_r.gif) no-repeat 1px 0px;
    background-position: 0px 0px;
    font-size: 108%;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
  }
  body.happyakuyear #localNav dl dd a {
    display: block;
    padding: 6px 10px 6px 20px;
    border: 1px solid #d5ceaa;
    border-top: none;
  }
  body.happyakuyear #localNav dl dd a:link,
  body.happyakuyear #localNav dl dd a:visited {
    background: url(../img/lnav_bg.gif) no-repeat 0px -2px;
  }
  body.happyakuyear #localNav dl dd a:hover,
  body.happyakuyear #localNav dl dd a:active {
    background: none;
  }
  body.happyakuyear #localNav dl dd.active a {
    font-weight: bold;
  }
  body.happyakuyear #localNav dl dd.active a:link,
  body.happyakuyear #localNav dl dd.active a:visited {
    color: #000000;
    background: url(../img/lnav_bg_a.gif) no-repeat 0px -2px;
  }
  body.happyakuyear #localNav dl dd.active a:hover,
  body.happyakuyear #localNav dl dd.active a:active {
    color: #462b5f;
    background: none;
  }
  body.happyakuyear #localNav dl dd ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: none;
  }
  body.happyakuyear #localNav dl dd ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #ecfbd3 url(../img/lnav_bg_r.gif) no-repeat 13px 0px;
    font-size: small;
    line-height: 145%;
    font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
  }
  body.happyakuyear #localNav dl dd ul li a {
    display: block;
    padding: 9px 10px 8px 34px;
    border: 1px solid #d5ceaa;
    border-top: none;
  }
  body.happyakuyear #localNav dl dd ul li a:link,
  body.happyakuyear #localNav dl dd ul li a:visited {
    background: #f2f0e5 url(../img/lnav_bg.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav dl dd ul li a:hover,
  body.happyakuyear #localNav dl dd ul li a:active {
    background: none;
  }
  body.happyakuyear #localNav dl dd.active ul li a {
    font-weight: normal;
  }
  body.happyakuyear #localNav dl dd.active ul li a:link,
  body.happyakuyear #localNav dl dd.active ul li a:visited {
    color: #72578b;
    background: #f2f0e5 url(../img/lnav_bg.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav dl dd.active ul li a:hover,
  body.happyakuyear #localNav dl dd.active ul li a:active {
    color: #462b5f;
    background: none;
  }
  body.happyakuyear #localNav dl dd ul li.active a {
    font-weight: bold;
  }
  body.happyakuyear #localNav dl dd ul li.active a:link,
  body.happyakuyear #localNav dl dd ul li.active a:visited {
    color: #000000;
    background: #fafafa url(../img/lnav_bg_a.gif) no-repeat 12px 0px;
  }
  body.happyakuyear #localNav dl dd ul li.active a:hover,
  body.happyakuyear #localNav dl dd ul li.active a:active {
    color: #462b5f;
    background: none;
  }
  .archiveBody1 .playerWrap,
  .fukyo-old-outer .playerWrap {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .archiveBody1 .playerWrap > iframe,
  .archiveBody1 .playerWrap > object,
  .archiveBody1 .playerWrap > embed,
  .fukyo-old-outer .playerWrap > iframe,
  .fukyo-old-outer .playerWrap > object,
  .fukyo-old-outer .playerWrap > embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* for 全日青 */
  body.site-seinenkai .archiveBody1 h1, body.site-seinenkai .archiveBody1 h2, body.site-seinenkai .archiveBody1 h3, body.site-seinenkai .archiveBody1 h4, body.site-seinenkai .archiveBody1 h5, body.site-seinenkai .archiveBody1 h6 {
    font-weight: bold;
  }
  /* for いのちに合掌ロゴデータ活用事例 */
  .gasshoAnnounce {
    padding: 5em 0;
  }
  #contents.fukyo-logo .listHeading {
    padding-bottom: 24px;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
  }
  .item-list01 {
    list-style-type: none;
    margin: 0px -71px 0px 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-list01 a:link,
  .item-list01 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .item-list01 a:hover,
  .item-list01 a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .item-list01 > li {
    margin: 0px 71px 60px 0px;
    padding: 0px;
    width: 220px;
  }
  .item-list01 > li .image {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
  }
  .item-list01 > li .image > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .item-list01 > li .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .item-list01 > li .temple {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 4px;
  }
  .item-list01 > li .title {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 8px;
  }
  .item-list01 > li .date,
  .item-list01 > li .area {
    font-size: 13px;
    line-height: 1.7em;
  }
  .item-list02 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .item-list02 a:link,
  .item-list02 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .item-list02 a:hover,
  .item-list02 a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .item-list02 > li {
    margin: 0px;
    padding: 16px 0px 14px;
    border-bottom: 1px solid #000000;
  }
  .item-list02 > li:nth-last-child(1) {
    border-bottom: none;
  }
  .item-list02 > li > a {
    display: inline-block;
  }
  .item-list02 > li .temple {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 4px;
  }
  .item-list02 > li .title {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 8px;
  }
  .item-list02 > li .date,
  .item-list02 > li .area {
    display: inline-block;
    font-size: 13px;
    line-height: 1.7em;
  }
  .item-list02 > li .date {
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 520px) {
  * {
    margin: 0;
    padding: 0;
  }
  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%;
  }
  body {
    height: 100%;
  }
  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;
  }
  a:link,
  a:visited {
    color: #000000;
    text-decoration: underline;
  }
  a:hover,
  a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .loader,
  .loader:after {
    border-radius: 50%;
    width: 16vw;
    height: 16vw;
  }
  .owl-carousel {
    -ms-touch-action: auto;
    touch-action: none;
  }
  .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;
  }
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb4 {
    margin-bottom: calc(0.4em + 0.53333vw) !important;
  }
  .mb8 {
    margin-bottom: calc(0.4em + 1.06667vw) !important;
  }
  .mb12 {
    margin-bottom: calc(0.4em + 1.6vw) !important;
  }
  .mb16 {
    margin-bottom: calc(0.4em + 2.13333vw) !important;
  }
  .mb20 {
    margin-bottom: calc(0.4em + 2.66667vw) !important;
  }
  .mb24 {
    margin-bottom: calc(0.4em + 3.2vw) !important;
  }
  .mb32 {
    margin-bottom: calc(0.4em + 4.26667vw) !important;
  }
  .mb40 {
    margin-bottom: calc(0.4em + 5.33333vw) !important;
  }
  .mb48 {
    margin-bottom: calc(0.4em + 6.4vw) !important;
  }
  .mb56 {
    margin-bottom: calc(0.4em + 7.46667vw) !important;
  }
  .mb64 {
    margin-bottom: calc(0.4em + 8.53333vw) !important;
  }
  .mgnTop-32 {
    margin-top: calc(0.4em + -5.33333vw) !important;
  }
  .mgnTop-24 {
    margin-top: calc(0.4em + -4.26667vw) !important;
  }
  .mgnTop-16 {
    margin-top: calc(0.4em + -3.2vw) !important;
  }
  .mgnTop-8 {
    margin-top: calc(0.4em + -2.13333vw) !important;
  }
  .mgnTop4 {
    margin-top: calc(0.4em + 1.6vw) !important;
  }
  .mgnTop8 {
    margin-top: calc(0.4em + 2.13333vw) !important;
  }
  .mgnTop12 {
    margin-top: calc(0.4em + 2.66667vw) !important;
  }
  .mgnTop16 {
    margin-top: calc(0.4em + 3.2vw) !important;
  }
  .mgnTop20 {
    margin-top: calc(0.4em + 3.73333vw) !important;
  }
  .mgnTop24 {
    margin-top: calc(0.4em + 4.26667vw) !important;
  }
  .mgnTop32 {
    margin-top: calc(0.4em + 5.33333vw) !important;
  }
  .mgnBtm4 {
    margin-bottom: calc(0.4em + 1.6vw) !important;
  }
  .mgnBtm8 {
    margin-bottom: calc(0.4em + 2.13333vw) !important;
  }
  .mgnBtm12 {
    margin-bottom: calc(0.4em + 2.66667vw) !important;
  }
  .mgnBtm16 {
    margin-bottom: calc(0.4em + 3.2vw) !important;
  }
  .mgnBtm20 {
    margin-bottom: calc(0.4em + 3.73333vw) !important;
  }
  .mgnBtm24 {
    margin-bottom: calc(0.4em + 4.26667vw) !important;
  }
  .mgnBtm32 {
    margin-bottom: calc(0.4em + 5.33333vw) !important;
  }
  .mgnBtm40 {
    margin-bottom: calc(0.4em + 6.4vw) !important;
  }
  .padTop4 {
    padding-top: calc(0.4em + 1.6vw) !important;
  }
  .padTop8 {
    padding-top: calc(0.4em + 2.13333vw) !important;
  }
  .padTop12 {
    padding-top: calc(0.4em + 2.66667vw) !important;
  }
  .padTop16 {
    padding-top: calc(0.4em + 3.2vw) !important;
  }
  .padTop20 {
    padding-top: calc(0.4em + 3.73333vw) !important;
  }
  .padTop24 {
    padding-top: calc(0.4em + 4.26667vw) !important;
  }
  .padTop32 {
    padding-top: calc(0.4em + 5.33333vw) !important;
  }
  .lead01 {
    font-size: 1.125em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #8b702d;
  }
  .lead02 {
    font-size: 1.125em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .lead04 {
    font-size: 1.125em;
    line-height: 1.75em;
    font-weight: bold;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #cc0000;
  }
  .heading01 {
    padding-left: 1.2em;
    position: relative;
    font-size: 1.125em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 2.13333vw;
  }
  .heading01:before {
    content: "";
    display: block;
    width: 1.0em;
    height: 1.0em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  .heading02 {
    position: relative;
    font-size: 1.125em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #8b702d;
    margin-bottom: 2.13333vw;
  }
  .required {
    color: #cc0000;
  }
  .frontend-user-admin-login {
    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;
  }
  .frontend-user-admin-login > ul {
    list-style-type: none;
    margin: 6.4vw auto 0;
    padding: 0;
    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;
  }
  .frontend-user-admin-login > ul > li {
    margin: 0 0 2.66667vw;
    padding: 0;
  }
  .frontend-user-admin-login > ul > li a:link,
  .frontend-user-admin-login > ul > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .frontend-user-admin-login > ul > li a:hover,
  .frontend-user-admin-login > ul > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .frontend-user-admin-login > ul > li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3.33333vw;
    height: 0.8vw;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .frontend-user-admin-login form > .submit {
    text-align: center;
    margin-top: 4.26667vw;
  }
  .frontend-user-admin-login form > .submit input {
    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: -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;
    background: #000000;
    color: #ffffff;
    border: 0.13333vw solid #000000;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.0em;
    min-width: 34.66667vw;
    min-height: 6.66667vw;
    font-size: 2.66667vw;
    padding: 2.66667vw;
    margin: 0 1.33333vw;
    cursor: pointer;
  }
  .frontend-user-admin-login form > .submit input:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.6 !important;
  }
  .frontend-user-admin-login .message {
    font-size: 1.0em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 6.4vw;
  }
  .frontend-user-admin-login .message .txXL {
    font-size: 1.0em !important;
    line-height: 1.75em !important;
  }
  .frontend-user-admin-login .error {
    font-size: 1.0em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 4.26667vw;
  }
  .frontend-user-admin-login .forgetmenot {
    text-align: center;
    font-size: 1.0em;
    line-height: 1.25em;
  }
  .frontend-user-admin-login .forgetmenot input {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .frontend-user-admin-login input.kyoushiConf,
  .frontend-user-admin-login input#terms_of_use {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.2em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .frontend-user-admin-login .notes {
    display: block;
    color: #8b702d;
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .frontend-user-admin-login .frontend-user-admin-user-attribute-comment {
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  #kiyakuText,
  #confEmail {
    display: none;
  }
  #kiyakuBox {
    border: 0.13333vw solid #666666;
    padding: 2.66667vw;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 16em;
    font-size: 0.9em;
    overflow: auto;
    text-align: left;
    margin-bottom: 4.26667vw;
  }
  #kiyakuBox p {
    margin-bottom: 1.2em;
  }
  #kiyakuBox2 {
    border: 1px solid #666666;
    padding: 5px;
    background: #ffffff;
    width: 640px;
    height: 20em;
    font-size: 0.9em;
    overflow: auto;
    margin: 0px auto;
    margin-bottom: 16px;
    text-align: left;
  }
  #kiyakuBox2 p {
    margin-bottom: 1.2em;
  }
  #kiyakuAccept {
    font-size: 1.25em;
    font-weight: bold;
    color: #e25063;
    padding-bottom: 16px;
    display: inline-block;
  }
  .readBeforeList {
    list-style-type: none;
    margin: 0px 0px 3.2vw 0px;
    padding: 0x;
  }
  .readBeforeList li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 0px 3.2vw 0px;
    border: 0.26667vw solid #e25063;
    border-radius: 1.33333vw;
    text-align: left;
  }
  .readBeforeList li a {
    display: block;
    padding: 2.66667vw;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
  }
  .readBeforeList li a:hover {
    opacity: 0.7;
  }
  .readBeforeList li a:before {
    content: "▼";
    color: #e25063;
    font-size: 2.0em;
    width: 6%;
  }
  .readBeforeList li p {
    color: #333333;
  }
  .readBeforeList li .case {
    width: 94%;
    color: #e25063;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 115%;
  }
  .readBeforeList li .inner {
    width: 100%;
  }
  .re-question {
    display: inline-block;
    text-decoration: none !important;
    color: #e25063;
    font-size: 0.9em;
    line-height: 1.5em;
    position: relative;
    padding-left: 1.4em;
  }
  .re-question > span {
    display: block;
    text-decoration: none !important;
    color: #666666 !important;
  }
  .re-question > span.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .re-question > span > strong {
    display: inline-block;
  }
  .wpcf7-form .form-show,
  .wpcf7-form .form-confirm,
  .wpcf7-form .fin-message {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.13333vw solid #000000;
    padding: 6.4vw 6.4vw !important;
  }
  .wpcf7-form .form-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpcf7-form .form-loading.is-active {
    visibility: visible;
    opacity: 1.0;
  }
  .wpcf7-form .kyousen-lot-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 20px;
    overflow: hidden;
  }
  .wpcf7-form .kyousen-lot-list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    margin: 0;
    padding: 0.5em 1.0em;
    border-bottom: 1px solid #cccccc;
  }
  .wpcf7-form .kyousen-lot-list > li:nth-child(30) {
    border-bottom: none;
  }
  .wpcf7-form .kyousen-lot-list > li > .lot {
    display: block;
    margin-left: auto;
    margin-right: 0.2em;
  }
  .wpcf7-form .kyousen-lot-list > li > input {
    width: 4.0em;
    text-align: right;
  }
  .wpcf7-form .wpcf7-form-control-wrap.your-division .wpcf7-form-control > span,
  .wpcf7-form .wpcf7-form-control-wrap.your-type .wpcf7-form-control > span {
    display: block;
  }
  .form-confirm .kyousen-lot-list > li .label + span {
    white-space: nowrap;
    margin-left: 0.5em;
  }
  .form-confirm span[class*='confirm_'] {
    color: #548901;
    font-weight: bold;
  }
  .form-confirm button,
  .form-confirm input[type='submit'] {
    width: 40% !important;
    min-width: 0 !important;
  }
  .form-table {
    display: block;
  }
  .form-table thead,
  .form-table tbody,
  .form-table tfoot,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }
  .form-table {
    text-align: left;
  }
  .form-table > tbody > tr {
    margin-bottom: 5.33333vw;
  }
  .form-table > tbody > tr > th {
    font-size: 1.125em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 2.13333vw;
  }
  .form-table > tbody > tr > th br {
    display: none;
  }
  .form-table > tbody > tr > td .input {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw 3.2vw;
    margin-bottom: 0.4em;
  }
  .form-table > tbody > tr > td .input#pass2 {
    margin-top: 1.4em;
  }
  .form-table > tbody > tr > td .input#last_name, .form-table > tbody > tr > td .input#first_name, .form-table > tbody > tr > td .input#kankuNum, .form-table > tbody > tr > td .input#jiinNum {
    width: 40vw;
  }
  .form-table tr.kyoushiQuestionTitle td {
    border-top: 0.13333vw solid #999999;
    border-bottom: 0.13333vw solid #999999;
    padding: 6.4vw 0 2.66667vw;
    color: #cc0000;
  }
  .form-outer {
    border: 0.13333vw solid #000000;
    padding: 6.4vw 5.33333vw;
  }
  .form-outer > .form-inner {
    margin: 0 auto;
  }
  .form-outer .example {
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    line-height: 1.25em;
  }
  .form-outer .form-error {
    margin-top: 0.2em;
    color: #cc0000;
  }
  #form-thanks-Box {
    text-align: center;
  }
  .form-item {
    margin-bottom: 5.33333vw;
  }
  .form-item > .heading {
    font-size: 1.125em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 2.13333vw;
  }
  .form-item .conf {
    font-size: 1.0em;
    line-height: 1.75em;
    color: #8b702d;
  }
  .form-buttons {
    text-align: center;
    margin-top: 5.33333vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-buttons > a {
    margin: 0 0 4.26667vw;
  }
  .form-buttons > a.button04 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .form-buttons > a.button03 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .formerror#errormes {
    color: #cc0000;
    font-weight: bold;
  }
  form .formbuttons {
    text-align: center;
  }
  form .formbuttons a {
    margin: 0px 1.0em 1.0em;
  }
  .input01,
  .input06 {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 13.33333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw 3.2vw;
  }
  .input02 {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 21.33333vw;
    background-color: #f6f5f2;
    border-radius: 13.33333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw 3.2vw;
  }
  .input04 {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32vw;
    background-color: #f6f5f2;
    border-radius: 13.33333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw 3.2vw;
  }
  .input03 {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw;
  }
  .input03.wpcf7-textarea {
    max-height: 8em;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    padding-top: 0 !important;
    margin-top: 0.2em !important;
  }
  #contents .wpcf7 .button01 {
    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: -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;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0 !important;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.0em;
    cursor: pointer;
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  #contents .wpcf7 .button01 {
    min-width: 260px;
    min-height: 50px;
    font-size: 18px !important;
    padding: 10px !important;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  #contents .wpcf7 .button01 {
    min-width: 48vw;
    min-height: 9.33333vw;
    border-width: 0.13333vw;
    font-size: 2.93333vw !important;
    padding: 2.13333vw !important;
  }
}

@media only screen and (max-width: 520px) {
  #contents .wpcf7 .button01:before {
    content: "";
    display: none;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: 1.0em;
    margin-top: -0.1em;
  }
  #contents .wpcf7 .button01.ic-email:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite01.svg#email_fff");
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  #contents .wpcf7 .button01.ic-email:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  #contents .wpcf7 .button01.ic-email:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

@media only screen and (max-width: 520px) {
  #contents .wpcf7 .button01.ic-book:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  #contents .wpcf7 .button01.ic-book:before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  #contents .wpcf7 .button01.ic-book:before {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

@media only screen and (max-width: 520px) {
  #contents .wpcf7 .button01:link, #contents .wpcf7 .button01:visited {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1.0 !important;
  }
  #contents .wpcf7 .button01:hover, #contents .wpcf7 .button01:active {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.6 !important;
  }
  #contents .wpcf7 .button01.dim {
    opacity: 0.3 !important;
    cursor: default !important;
    pointer-events: none !important;
  }
  .overlay-gassho {
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    visibility: hidden;
    opacity: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh + 2.66667vw);
    border-bottom: 2.66667vw solid transparent;
    padding: 2.66667vw 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    background-color: #f6f5f2;
    background-image: url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg01.jpg");
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: 0px 0%, 0px 0.66667vw, 50% 50%;
    background-size: auto 0.66667vw, auto 0.66667vw, 51.73333vw auto;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlay-gassho .overlay-logo {
    position: relative;
    z-index: 10;
    font-size: 1.86667vw;
    line-height: 1.0em;
    text-align: center;
  }
  .overlay-gassho .overlay-logo .logo {
    width: 19.06667vw;
    height: 9.2vw;
  }
  .overlay-gassho .overlay-logo .logo img {
    width: 100%;
    height: 100%;
  }
  .overlay-gassho .overlay-logo .sitename {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24vw;
    margin: 2.66667vw auto 0;
    border: 0.26667vw solid #000000;
    border-left: none;
    border-right: none;
    padding: 0.13333vw 0;
  }
  .overlay-gassho .overlay-logo .sitename > span {
    display: block;
    border: 0.13333vw solid #000000;
    border-left: none;
    border-right: none;
    padding: 1.86667vw 0.66667vw;
    text-align: center;
  }
  .overlay-gassho .overlay-fudemoji {
    width: 19.86667vw;
    width: 10vh;
    text-align: center;
    margin: 2.66667vw auto;
  }
  .overlay-gassho .overlay-fudemoji img {
    width: 100%;
    height: auto;
  }
  .overlay-gassho .overlay-info {
    position: relative;
    text-align: center;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.66667vw;
    line-height: 1.0em;
    font-style: italic;
    margin-bottom: 18.66667vw;
  }
  .overlay-gassho .overlay-info:before {
    content: "";
    display: block;
    width: 1px;
    height: 8vh;
    background-color: #000000;
    margin: 0 auto 2.66667vw;
  }
  .overlay-gassho .overlay-info:after {
    content: "";
    display: block;
    width: 1.06667vw;
    height: 1.06667vw;
    border-radius: 1.33333vw;
    background-color: #cc0000;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(8vh - 0.53333vw);
    margin: 0 auto;
  }
  .overlay-gassho.blind-up {
    top: -120vh;
    opacity: 0.8;
  }
  .overlay-gassho .overlay-logo,
  .overlay-gassho .overlay-fudemoji,
  .overlay-gassho .overlay-info {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
  }
  body.overlay-gassho-on .overlay-gassho {
    visibility: visible;
  }
  #otherEmailMes .heading {
    color: #e35151;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 1.6vw;
    border-bottom: 0.13333vw solid #e35151;
    margin-bottom: 1.6vw;
  }
  #otherEmailMes .note1 {
    color: #e35151;
  }
  #otherEmailMes2 .heading {
    color: #84a92a;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 1.6vw;
    border-bottom: 0.13333vw solid #84a92a;
    margin-bottom: 1.6vw;
  }
  #otherEmailMes2 .note1 {
    color: #84a92a;
  }
  #otherEmailMes3 .heading {
    color: #654bbe;
    font-size: 116%;
    line-height: 135%;
    font-weight: bold;
    padding-bottom: 1.6vw;
    border-bottom: 0.13333vw solid #654bbe;
    margin-bottom: 1.6vw;
  }
  #otherEmailMes3 .note1 {
    color: #654bbe;
  }
  /* wrapper ------------------------------ */
  #wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    overflow: hidden;
    padding-top: 15.33333vw;
    overflow: hidden;
    background: url("/common/ncr/img/bg01.jpg") repeat 0px 0px;
    background-size: 51.73333vw auto;
  }
  body.noscroll #wrapper {
    overflow: hidden;
    height: 100%;
  }
  .announce {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.06667vw;
    background-image: url("/common/ncr/img/bg_announce.gif");
    background-repeat: repeat;
    margin-bottom: 6.4vw;
  }
  .announce > .inner {
    background-color: #ffffff;
    padding: 2.66667vw 3.46667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .announce > .inner .prefix {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0.13333vw solid #cc0000;
    padding-right: 3.33333vw;
    font-size: 1.0em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #cc0000;
    font-weight: bold;
    white-space: nowrap;
  }
  .announce > .inner .prefix:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
    margin-top: -0.3em;
    width: 3.73333vw;
    height: 3.73333vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#info_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .announce > .inner .text {
    font-size: 1.0em;
    line-height: 1.25em;
    margin-left: 3.33333vw;
    white-space: nowrap;
  }
  .announce > .inner a:link, .announce > .inner a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .announce > .inner a:hover, .announce > .inner a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .announce.type2 > .inner {
    display: block;
  }
  .announce.type2 > .inner .prefix {
    width: auto;
    border-right: none;
    margin-bottom: 1.6vw;
  }
  .announce.type2 > .inner .text {
    margin-left: 0;
    line-height: 1.75em;
    white-space: normal;
  }
  .mainBanners {
    background-color: #f6f5f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7.46667vw 2.26667vw;
    margin-left: calc(0px - 3.33333vw);
    margin-right: calc(0px - 3.33333vw);
  }
  .mainBanners > .inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainBanners .item {
    width: 45.33333vw;
    margin: 1.06667vw;
  }
  .mainBanners .item img {
    width: 100%;
    height: auto;
  }
  .bannerbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #edece8;
    padding: 6.4vw 0px;
    zoom: 1;
  }
  .bannerbox:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .bannerbox p {
    float: left;
    position: relative;
  }
  .bannerbox p img {
    position: relative;
  }
  #bannerbox1.bannerbox p {
    width: 28.66667vw;
    height: 10.53333vw;
  }
  #bannerbox1.bannerbox p img {
    width: 100%;
    height: 10.53333vw;
  }
  #bannerbox2.bannerbox p.secondary {
    width: 28.66667vw;
    height: 10.53333vw;
  }
  #bannerbox2.bannerbox p.primary {
    width: 28.66667vw;
    height: 10.53333vw;
  }
  #bannerbox2.bannerbox p img {
    width: 100%;
    height: 10.53333vw;
  }
  .bannerbox.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .bannerbox .owl-prev,
  .bannerbox .owl-next {
    width: 9.33333vw !important;
    height: 9.33333vw !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 3.33333vw auto !important;
  }
  .bannerbox .owl-prev:hover,
  .bannerbox .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .bannerbox .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .bannerbox .owl-next {
    right: 0px;
  }
  /* container ------------------------------ */
  #container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 4.26667vw 0 8.53333vw;
    zoom: 1;
  }
  #container:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  body.home #container {
    padding-top: 2.66667vw;
    padding-bottom: 0;
  }
  #contents {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  #contents .owl-stage {
    min-width: 100%;
    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;
  }
  .topic-path {
    overflow: auto;
    margin-bottom: 4.26667vw;
  }
  .topic-path a:link,
  .topic-path a:visited {
    color: #000000;
    text-decoration: none;
  }
  .topic-path a:hover,
  .topic-path a:active {
    color: #000000;
    text-decoration: underline;
  }
  .topic-path > .inner {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 2.66667vw;
    border-bottom: 0.13333vw solid #000000;
    font-size: 0.615em;
    line-height: 1.0em;
  }
  .topic-path .separator {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.0em;
  }
  .contents-title {
    position: relative;
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 6.4vw;
  }
  .contents-title > .link {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 1.0em;
    margin: auto 0;
    text-align: right;
    font-size: 2.66667vw;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  }
  .contents-title + .contents-lead {
    margin-top: -3.2vw;
  }
  .contents-lead {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 6.4vw;
  }
  .results-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 0.13333vw solid #000000;
  }
  .results-list a:link,
  .results-list a:visited {
    color: #000000;
    text-decoration: none;
  }
  .results-list a:hover,
  .results-list a:active {
    color: #000000;
    text-decoration: underline;
  }
  .results-list > li {
    margin: 0;
    padding: 3.2vw 0;
    border-bottom: 0.13333vw solid #000000;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .results-list > li .thumb {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 22.66667vw;
    height: 22.66667vw;
    margin-left: 2.66667vw;
    margin-top: 1.2em;
  }
  .results-list > li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .results-list > li .cnts-type {
    width: 100%;
    font-size: 1.0em;
    line-height: 1.0em;
    margin-bottom: 0.8em;
  }
  .results-list > li .title {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
  }
  .results-list > li .summary {
    display: block;
    margin-top: 1.2em;
    font-size: 1.0em;
    line-height: 1.5em;
  }
  .results-list > li .tags {
    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;
    width: 100%;
  }
  .results-list > li .tags > li {
    margin: 1.6vw 1.6vw 0 0;
    padding: 0.8vw 2.13333vw;
    background-color: #dfddd8;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
  }
  .results-list > li.with-image .summary {
    width: calc(100% - 25.33333vw);
  }
  .results-list > li:nth-child(n+20) {
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-width: 0;
  }
  .results-list.full > li:nth-child(n+20) {
    max-height: 50em;
    padding: 3.2vw 0;
    opacity: 1.0;
    border-bottom-width: 0.13333vw;
  }
  .listHeading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.2vw;
  }
  .listHeading > .heading {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    position: relative;
    padding-left: 4.26667vw;
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .listHeading > .heading:before {
    content: "";
    display: block;
    width: 3.73333vw;
    height: 3.73333vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.2em;
  }
  .listHeading > .link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 0.7em;
    line-height: 1.25em;
    width: 100%;
    margin-top: 2.66667vw;
  }
  .listHeading > .more {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 4.26667vw;
  }
  .listHeading > .more > * {
    margin-right: 1.33333vw;
  }
  .listHeading .select01,
  .listHeading .select02 {
    width: 48%;
  }
  .listHeading .select01 select,
  .listHeading .select02 select {
    padding: 0.4em 3.0em 0.4em 0.8em;
  }
  .archiveList01 {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    border-top: 0.13333vw solid #999999;
  }
  .archiveList01 a:link,
  .archiveList01 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .archiveList01 a:hover,
  .archiveList01 a:active {
    color: #000000;
    text-decoration: underline;
  }
  .archiveList01 > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    margin: 0px;
    padding: 2.66667vw 1.33333vw;
    border-bottom: 0.13333vw solid #999999;
  }
  .archiveList01 > li.kyousen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .archiveList01 > li.kanku {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .archiveList01 > li .thumb {
    width: 17.33333vw;
    height: 17.33333vw;
    margin-right: 2.66667vw;
    float: left;
    position: relative;
  }
  .archiveList01 > li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .archiveList01 > li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f6f5f2;
  }
  .archiveList01 > li .head {
    width: 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;
    margin-bottom: 2.13333vw;
  }
  .archiveList01 > li .head.shuuhou .category {
    text-align: center;
  }
  .archiveList01 > li .head.genshu .type {
    max-width: 20em;
  }
  .archiveList01 > li .head.genshu .category {
    text-align: center;
  }
  .archiveList01 > li .head.others .type {
    max-width: 20em;
  }
  .archiveList01 > li .head.others .category {
    text-align: center;
  }
  .archiveList01 > li .data {
    width: 100%;
  }
  .archiveList01 > li .data.shuuhou .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.genshu .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.others .title > a {
    display: inline-block;
  }
  .archiveList01 > li .data.kyousen {
    width: calc(100% - 17.33333vw - 2.66667vw);
  }
  .archiveList01 > li .data.kanku {
    width: calc(100% - 17.33333vw - 2.66667vw);
  }
  .archiveList01 > li .resultTxt {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.75em;
    margin-top: 0.4em;
  }
  .archiveList01 > li .type {
    font-size: 0.75em;
    line-height: 1.5em;
    margin-right: 2.66667vw;
  }
  .archiveList01 > li .type br {
    display: none;
  }
  .archiveList01 > li .cat-outer {
    margin: 0;
  }
  .archiveList01 > li .cat-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.66667vw 0 0;
    padding: 0.8vw 2.13333vw;
    background-color: #dfddd8;
    color: #000000 !important;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
    text-decoration: none !important;
  }
  .archiveList01 > li .category {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.66667vw 0 0;
    padding: 0.8vw 2.13333vw;
    background-color: #dfddd8;
    color: #000000;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
  }
  .archiveList01 > li .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .archiveList01 > li .date + .title {
    margin-top: 0.4em;
  }
  .archiveList01 > li .title {
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .archiveList01 > li .title > a.link01 {
    display: inline-block;
    text-indent: calc(0px - 3.33333vw - 0.5em);
    margin-left: calc(3.33333vw + 0.5em);
  }
  .archiveList01 > li .title .preTitle {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.75em;
    padding-bottom: 0.4em;
    color: #454545;
  }
  .archiveList01 > li .title .hosoku {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.75em;
    padding-top: 0.4em;
    color: #454545;
  }
  .archiveList01 > li .summary {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .archiveList01 > li .summary > p {
    margin-top: 0.4em;
  }
  .archiveList01 > li .summary .txPink a:link,
  .archiveList01 > li .summary .txPink a:visited,
  .archiveList01 > li .summary .txPink a:hover,
  .archiveList01 > li .summary .txPink a:active {
    color: #e25063;
    text-decoration: underline;
  }
  .archiveList01 > li .buttons {
    margin-top: 2.66667vw;
    text-align: center;
  }
  .archiveList01 > li .buttons > a {
    margin: 0 1.33333vw;
  }
  .archiveList01 > li.videos {
    display: block;
  }
  .archiveList01 > li.videos .thumb {
    float: none;
    width: 40vw;
    height: 22.53333vw;
    margin: 0 auto 1.6vw;
  }
  .archiveList01 > li.videos .data {
    width: 100%;
    position: relative;
  }
  .archiveList01 > li.videos .data .category {
    vertical-align: text-top;
  }
  .archiveList01 > li.videos .data .ic-new {
    position: absolute;
    right: 0;
    top: 0;
  }
  .archiveList01.monthly .cover {
    width: 100%;
    text-align: center;
    margin: 0 auto 5.33333vw;
  }
  .archiveList01.monthly .cover img {
    width: 48vw;
    height: auto;
  }
  .columnOuter1 {
    border-top: 0.13333vw solid #cccccc;
    padding-top: 4.26667vw;
  }
  .columnOuter1 > .thumb {
    width: 43.33333vw;
    height: 43.33333vw;
    margin: 0 auto 4.26667vw;
  }
  .columnOuter1 > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .columnOuter1 > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f6f5f2;
  }
  .archiveOuter1 {
    border-top: 0.13333vw solid #cccccc;
  }
  .archiveOuter1 > .link {
    font-size: 0.7em;
    line-height: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 2.66667vw 0;
    border-bottom: 0.13333vw solid #cccccc;
  }
  .sectionHeading1 > .meta {
    border-bottom: 0.13333vw 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;
    padding: 2.66667vw 1.33333vw;
  }
  .sectionHeading1 .cat-outer {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2vw 0.4em 0;
  }
  .sectionHeading1 .cat-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.66667vw 0 0;
    padding: 0.8vw 2.13333vw;
    background-color: #dfddd8;
    color: #000000 !important;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
    text-decoration: none !important;
  }
  .sectionHeading1 .category {
    margin: 0 2.66667vw 0 0;
    padding: 0.8vw 2.13333vw;
    background-color: #dfddd8;
    color: #000000;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
  }
  .sectionHeading1 .link {
    margin-top: 0.8em;
    font-size: 0.85em;
    margin-left: auto;
  }
  .sectionHeading1 .type {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: 2.66667vw;
  }
  .sectionHeading1 .date {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: 2.66667vw;
  }
  .sectionHeading1 > .heading {
    border-bottom: 0.13333vw solid #cccccc;
    padding: 2.13333vw 1.33333vw;
    font-size: 1.425em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .sectionHeading1 > .heading .mark-discon {
    margin-top: 0;
    vertical-align: text-top;
  }
  .sectionHeading1 .tags {
    list-style-type: none;
    margin: 0;
    padding: 1.33333vw 1.33333vw;
    border-bottom: 0.13333vw solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sectionHeading1 .tags > li {
    margin: 0.66667vw 1.33333vw 0.66667vw 0;
    padding: 0.8vw 2.13333vw;
    border: 0.13333vw solid #000000;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4vw;
    font-size: 0.5em;
    line-height: 1.0em;
  }
  .sectionHeading2 {
    margin-bottom: 8.53333vw;
  }
  .sectionHeading2 > .heading {
    padding: 2.13333vw 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 1.425em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 3.2vw;
  }
  .sectionHeading2 > .lead {
    font-size: 1.0em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 4.26667vw;
  }
  .kyousenIcExcel {
    display: inline-block;
    border: 0.26667vw solid #999999;
    border-radius: 1.33333vw;
    padding: 2.66667vw 3.2vw;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 1.0em;
    line-height: 1.0em;
    background: #ffffff;
  }
  .kyousenIcExcel:hover {
    background: #f8fff2;
  }
  .kyousenIcExcel:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_excel.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 8.26667vw;
    height: 8vw;
    vertical-align: middle;
    margin-right: 0.4em;
  }
  .kyousenButtonGroup {
    list-style-type: none;
    margin: 0;
    padding: 0;
    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;
  }
  .kyousenButtonGroup > li {
    margin: 0 2.66667vw;
    padding: 0;
    width: 26.66667vw;
  }
  .kyousenButtonGroup > li a {
    display: block;
  }
  .kyousenButtonGroup > li img {
    width: 100%;
    height: auto;
  }
  .kyousenButtonGroup > p {
    margin: 0 2.66667vw;
  }
  .kyousen-contact {
    border-top: 0.13333vw solid #cccccc;
    padding-top: 4.26667vw;
  }
  .kyousen-contact > .box {
    margin-bottom: 1.75em;
  }
  .kyousenButtonRequest {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    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;
    border: 0.26667vw solid #999999;
    border-radius: 1.33333vw;
    /*padding: 8px 16px;*/
    padding: 1.6vw 1.06667vw;
    color: #000000 !important;
    text-decoration: none !important;
    /*font-size: 124%;*/
    font-size: 0.85em;
    line-height: 1.5em;
    background: #ffffff;
  }
  .kyousenButtonRequest:hover {
    background-color: #f8fff2;
  }
  .kyousenButtonRequest.excel:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_excel2.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 4.26667vw;
    height: 5.33333vw;
    vertical-align: middle;
    margin-bottom: 0.26667vw;
    margin-right: 1.33333vw;
  }
  .kyousenButtonRequest.pdf:before {
    content: " ";
    display: inline-block;
    background: url("/common/ncr/img/kyousen_ic_pdf.png") no-repeat 0px 0px;
    background-size: auto 100%;
    width: 4.26667vw;
    height: 5.33333vw;
    vertical-align: middle;
    margin-bottom: 0.26667vw;
    margin-right: 1.33333vw;
  }
  .archiveBody1 {
    padding: 3.2vw 1.33333vw 4.26667vw;
    zoom: 1;
  }
  .archiveBody1:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .archiveBody1 > div,
  .archiveBody1 > p,
  .archiveBody1 > table,
  .archiveBody1 > ul,
  .archiveBody1 > ol {
    margin-bottom: 1.75em;
  }
  .archiveBody1 > div > p,
  .archiveBody1 > div > table,
  .archiveBody1 > div > ul,
  .archiveBody1 > div > ol {
    margin-bottom: 1.75em;
  }
  .archiveBody1 ul {
    list-style-type: disc;
    margin: 0 0 1.75em 1.5em;
    padding: 0;
  }
  .archiveBody1 ul > li {
    margin: 0;
    padding: 0;
  }
  .archiveBody1 ol {
    list-style-type: decimal;
    margin: 0 0 1.75em 1.5em;
    padding: 0;
  }
  .archiveBody1 ol > li {
    margin: 0;
    padding: 0;
  }
  .archiveBody1 > .buttons a {
    margin-right: 2.66667vw;
  }
  .archiveBody1 .videos-document .notes {
    display: block;
    padding-top: 0.8em;
  }
  .archiveBody1 .wp-caption {
    max-width: 100%;
  }
  .bottomPager1 {
    border-top: 0.13333vw solid #cccccc;
    padding: 3.2vw 1.33333vw;
    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;
  }
  .bottomPager1 .prev {
    margin-right: auto;
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .bottomPager1 .prev a:link,
  .bottomPager1 .prev a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .prev a:hover,
  .bottomPager1 .prev a:active {
    color: #000000;
    text-decoration: underline;
  }
  .bottomPager1 .prev > span {
    opacity: 0.3;
  }
  .bottomPager1 .prev > span:before,
  .bottomPager1 .prev > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.13333vw;
    margin-top: -0.2em;
    width: 1.73333vw;
    height: 3.06667vw;
    background: url("/common/ncr/img/ic_sprite01.svg#arrow1") no-repeat 50% 50%;
    background-size: 100% auto;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .bottomPager1 .next {
    margin-left: auto;
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .bottomPager1 .next a:link,
  .bottomPager1 .next a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .next a:hover,
  .bottomPager1 .next a:active {
    color: #000000;
    text-decoration: underline;
  }
  .bottomPager1 .next > span {
    opacity: 0.3;
  }
  .bottomPager1 .next > span:after,
  .bottomPager1 .next > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.13333vw;
    margin-top: -0.2em;
    width: 1.73333vw;
    height: 3.06667vw;
    background: url("/common/ncr/img/ic_sprite01.svg#arrow1") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .bottomPager1 .index {
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.05em;
    font-weight: normal;
    color: #000000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-style: italic;
    margin: 0px 0.7em;
  }
  .bottomPager1 .index a {
    display: inline-block;
    border-bottom: 0.26667vw solid #000000;
    padding-bottom: 0.4vw;
  }
  .bottomPager1 .index a:link,
  .bottomPager1 .index a:visited {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .index a:hover,
  .bottomPager1 .index a:active {
    color: #000000;
    text-decoration: none;
  }
  .bottomPager1 .index a:hover {
    border-bottom: 0.4vw solid #cc0000;
  }
  .common-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    margin-top: 7.2vw;
  }
  .common-index > .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/common/ncr/img/bg03.jpg");
    width: 100%;
    padding: 4.26667vw 3.2vw 6.4vw;
    margin: 0 0 6.4vw 0;
    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;
  }
  .common-index > .item > .heading {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 4.26667vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .common-index > .item > .heading > .inner {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .common-index > .item > .heading > .inner:link, .common-index > .item > .heading > .inner:visited {
    color: #000000;
    text-decoration: none;
  }
  .common-index > .item > .heading > .inner:hover, .common-index > .item > .heading > .inner:active {
    color: #000000;
    text-decoration: underline;
  }
  .common-index > .item > .heading:after {
    content: "";
    display: block;
    margin: 3.2vw auto 0;
    width: 5.33333vw;
    height: 0.4vw;
    background-color: #cc0000;
  }
  .common-index > .item > .thumb {
    width: 63.33333vw;
    height: 26.66667vw;
    margin: 0 auto;
    margin-bottom: 4.26667vw;
  }
  .common-index > .item > .thumb a {
    display: block;
  }
  .common-index > .item > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .common-index > .item .bottom .heading01 {
    font-size: 1.125em;
    margin-top: 1.0em;
  }
  .common-index > .item .bottom .heading01:nth-child(1) {
    margin-top: 0;
  }
  .common-index > .item .bottom .index-list {
    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;
  }
  .common-index > .item .bottom .index-list > li {
    margin: 0 2.0em 1.0em 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0.9em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .common-index > .item .bottom .index-list > li > a,
  .common-index > .item .bottom .index-list > li > span {
    display: inline-block;
    padding-left: 2.66667vw;
  }
  .common-index > .item .bottom .index-list > li > a:link, .common-index > .item .bottom .index-list > li > a:visited,
  .common-index > .item .bottom .index-list > li > span:link,
  .common-index > .item .bottom .index-list > li > span:visited {
    color: #000000;
    text-decoration: none;
  }
  .common-index > .item .bottom .index-list > li > a:hover, .common-index > .item .bottom .index-list > li > a:active,
  .common-index > .item .bottom .index-list > li > span:hover,
  .common-index > .item .bottom .index-list > li > span:active {
    color: #000000;
    text-decoration: underline;
  }
  .common-index > .item .bottom .index-list > li > a:before,
  .common-index > .item .bottom .index-list > li > span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    width: 3.33333vw;
    height: 0.8vw;
  }
  .common-index > .item .bottom .index-list > li > span {
    opacity: 0.3;
  }
  .common-index > .item .bottom .index-list.full > li {
    white-space: normal;
    width: 100%;
    margin-right: 0;
  }
  .common-index > .item .bottom .index-list.half > li, .common-index > .item .bottom .index-list.material > li, .common-index > .item .bottom .index-list.document > li {
    white-space: normal;
    width: 50%;
    margin-right: 0;
  }
  .common-index > .item > .more {
    text-align: center;
    margin-top: 2.13333vw;
  }
  .common-index > .item > .more a {
    min-width: 50.66667vw;
    padding: 2.13333vw;
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .home-sec-main {
    display: block;
    padding-bottom: 8.53333vw;
  }
  .home-shuuhou {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f6f5f2;
    border-top: 0.4vw solid #000000;
    padding: 5.06667vw 5.86667vw 5.06667vw 48.8vw;
    height: 63.33333vw;
    position: relative;
    text-align: center;
    margin-bottom: 8.53333vw;
  }
  .home-shuuhou > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.0em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 2.13333vw;
  }
  .home-shuuhou .brandnew {
    display: inline-block;
    padding: 1.06667vw 3.2vw;
    color: #ffffff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.75em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    background: url("/common/ncr/img/bg_kaku1.svg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.46667vw;
  }
  .home-shuuhou .volume {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.0em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4.26667vw;
  }
  .home-shuuhou .image {
    position: absolute;
    top: 5.06667vw;
    left: 5.86667vw;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.33333vw;
    height: 52.8vw;
    border: 0.13333vw solid #000000;
  }
  .home-shuuhou .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-shuuhou .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-shuuhou .to-detail {
    margin-top: 4.26667vw;
    text-align: center;
  }
  .home-shuuhou .to-detail > a {
    display: inline-block;
    background-color: #000000;
    position: relative;
    padding: 2.13333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 35.46667vw;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.9em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  .home-shuuhou .to-detail > a:link, .home-shuuhou .to-detail > a:visited, .home-shuuhou .to-detail > a:hover, .home-shuuhou .to-detail > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .home-shuuhou .to-detail > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3.46667vw;
    height: 3.46667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#book_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: 1.33333vw;
    margin-top: -0.2em;
  }
  .home-shuuhou .more {
    margin-top: 2.66667vw;
    text-align: center;
  }
  .home-shuuhou .more > a {
    display: inline-block;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.85em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
  }
  .home-shuuhou .more > a:link, .home-shuuhou .more > a:visited, .home-shuuhou .more > a:hover, .home-shuuhou .more > a:active {
    color: #000000;
    text-decoration: none;
  }
  .home-shuuhou .more > a:after {
    content: "";
    display: block;
    margin-top: 1.06667vw;
    height: 0.13333vw;
    background-color: #000000;
  }
  .home-shuuhou .more > a:hover:after {
    background-color: #cc0000;
  }
  .home-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8.53333vw;
  }
  .home-info:nth-last-child(1) {
    margin-bottom: 0;
  }
  .home-info > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-info > .heading:after {
    content: "";
    display: block;
    width: 9.33333vw;
    height: 0.66667vw;
    margin: 2.66667vw auto 0;
    background-color: #cc0000;
  }
  .home-info > .more {
    text-align: center;
    margin-top: 2.66667vw;
  }
  .home-info .home-info-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8vw;
  }
  .home-info .home-info-slider .owl-nav {
    margin: 0 !important;
  }
  .home-info .home-info-slider .owl-nav .owl-prev,
  .home-info .home-info-slider .owl-nav .owl-next {
    display: block;
    width: 3.33333vw;
    height: 6.26667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow1");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .home-info .home-info-slider .owl-nav .owl-prev > span,
  .home-info .home-info-slider .owl-nav .owl-next > span {
    display: none;
  }
  .home-info .home-info-slider .owl-nav .owl-prev:hover,
  .home-info .home-info-slider .owl-nav .owl-next:hover {
    background-color: transparent;
    opacity: 0.6;
  }
  .home-info .home-info-slider .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .home-info .home-info-slider .owl-nav .owl-next {
    right: 0;
  }
  .home-info .home-info-slider .owl-dots {
    margin-top: 2.66667vw;
  }
  .home-info .home-info-slider .owl-dots .owl-dot span {
    background-color: #dfddd8;
  }
  .home-info .home-info-slider .owl-dots .owl-dot.active span,
  .home-info .home-info-slider .owl-dots .owl-dot:hover span {
    background-color: #000000;
  }
  .info-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .info-list01 > li {
    margin: 0;
    padding: 3.2vw 0;
    border-bottom: 0.13333vw solid #000000;
    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;
  }
  .info-list01 > li > .thumb {
    width: 23.33333vw;
    height: 23.33333vw;
  }
  .info-list01 > li > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-list01 > li > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info-list01 > li > .data {
    width: 48.53333vw;
  }
  .info-list01 > li > .data .date {
    font-size: 0.75em;
    line-height: 1.8em;
    margin-bottom: 0.4em;
  }
  .info-list01 > li > .data .kanku {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .info-list01 > li > .data .summary {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .info-list01 > li a:link,
  .info-list01 > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .info-list01 > li a:hover,
  .info-list01 > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .info-list02 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .info-list02 > li {
    margin: 0;
    padding: 4.26667vw 0 5.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 0.13333vw solid #000000;
    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;
  }
  .info-list02 > li > .thumb {
    width: 16vw;
    height: 16vw;
  }
  .info-list02 > li > .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-list02 > li > .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .info-list02 > li > .data {
    width: calc(100% - 16vw - 2.66667vw);
  }
  .info-list02 > li > .data .date {
    font-size: 0.75em;
    line-height: 1.8em;
    margin-bottom: 0.4em;
  }
  .info-list02 > li > .data .kanku {
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.8em;
    margin-bottom: 0.4em;
  }
  .info-list02 > li > .data .heading {
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.2em;
  }
  .info-list02 > li > .data .summary {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .info-list02 > li a:link,
  .info-list02 > li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .info-list02 > li a:hover,
  .info-list02 > li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .info-list02 > li.last-more {
    width: 100%;
    border-bottom: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .info-list02.noimage {
    width: auto;
    margin: 5.33333vw auto 0 auto;
    display: block;
    border-top: 0.13333vw solid #999999;
  }
  .info-list02.noimage > li {
    width: 100%;
    border-bottom: 0.13333vw solid #999999;
    padding: 2.66667vw 0;
  }
  .info-list02.noimage > li .heading {
    margin-bottom: 0;
  }
  .info-list02.noimage > li .data {
    width: 100%;
  }
  .sec-shuuhou-latest {
    background-color: #f6f5f2;
    border-top: 0.4vw solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8vw 0;
    margin-left: calc(0px - 3.33333vw);
    margin-right: calc(0px - 3.33333vw);
    min-height: 53.33333vw;
    margin-bottom: 8.53333vw;
  }
  .sec-shuuhou-latest > .heading {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 5.33333vw;
  }
  .sec-shuuhou-latest > .heading:after {
    content: "";
    display: block;
    margin: 2.13333vw auto 0;
    width: 5.33333vw;
    height: 0.53333vw;
    background-color: #cc0000;
  }
  .sec-shuuhou-latest .shuuhou-slider {
    position: relative;
    width: 100%;
    min-height: 40vw;
  }
  .sec-shuuhou-latest .shuuhou-slider.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev,
  .sec-shuuhou-latest .shuuhou-slider .owl-next {
    width: 9.33333vw !important;
    height: 9.33333vw !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 3.33333vw auto !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev:hover,
  .sec-shuuhou-latest .shuuhou-slider .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .sec-shuuhou-latest .shuuhou-slider .owl-next {
    right: 0px;
  }
  .sec-shuuhou-latest .brandnew {
    display: inline-block;
    vertical-align: middle;
    padding: 1.06667vw 3.2vw;
    color: #ffffff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.75em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    background: url("/common/ncr/img/bg_kaku1.svg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    margin-right: 0.6em;
    margin-bottom: 0.2em;
  }
  .shuuhou-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .shuuhou-list01:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .shuuhou-list01 li {
    width: 48vw;
    margin: 0 6.13333vw 0 0;
    padding: 0;
  }
  .shuuhou-list01 li .thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 67.86667vw;
    border: 0.13333vw solid #000000;
  }
  .shuuhou-list01 li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shuuhou-list01 li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .shuuhou-list01 li .heading {
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .shuuhou-list01 li .more {
    margin-top: 3.2vw;
    text-align: center;
  }
  .shuuhou-list01 li .more > a {
    min-width: 34.66667vw;
  }
  .shuuhou-list01 li a:link,
  .shuuhou-list01 li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .shuuhou-list01 li a:hover,
  .shuuhou-list01 li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .shuuhou-list01 .owl-item {
    width: 48vw !important;
    margin: 0 54px 0 0;
    padding: 0;
  }
  .shuuhou-list01 .owl-item li {
    margin: 0;
  }
  .sec-recommend {
    background-color: #f6f5f2;
    border-top: 0.4vw solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8vw 0;
    margin-left: calc(0px - 3.33333vw);
    margin-right: calc(0px - 3.33333vw);
    min-height: 53.33333vw;
  }
  .sec-recommend > .heading {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 5.33333vw;
  }
  .sec-recommend > .heading:after {
    content: "";
    display: block;
    margin: 2.13333vw auto 0;
    width: 5.33333vw;
    height: 0.53333vw;
    background-color: #cc0000;
  }
  .sec-recommend .recommend-slider {
    position: relative;
    width: 100%;
  }
  .sec-recommend .recommend-slider.owl-theme .owl-nav {
    margin: 0px !important;
    display: block !important;
  }
  .sec-recommend .recommend-slider .owl-prev,
  .sec-recommend .recommend-slider .owl-next {
    width: 9.33333vw !important;
    height: 9.33333vw !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("/common/ncr/img/ic_sprite01.svg#arrow3_fff") no-repeat 50% 50% !important;
    background-size: 3.33333vw auto !important;
  }
  .sec-recommend .recommend-slider .owl-prev:hover,
  .sec-recommend .recommend-slider .owl-next:hover {
    background-color: #cc0000 !important;
  }
  .sec-recommend .recommend-slider .owl-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .sec-recommend .recommend-slider .owl-next {
    right: 0px;
  }
  body.home .sec-recommend {
    border-top: none;
    padding: 8vw 0;
    background-image: url("/common/ncr/img/bg02.jpg"), url("/common/ncr/img/bg02.jpg");
    background-repeat: repeat-x, repeat-x;
    background-position: 50% 0px, 50% 100%;
    background-size: auto 0.66667vw, auto 0.66667vw;
  }
  body.home .sec-recommend > .heading:before {
    content: "【 ";
  }
  body.home .sec-recommend > .heading:after {
    content: " 】";
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
    margin: 0;
  }
  .recommend-list01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .recommend-list01:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .recommend-list01 li {
    width: 53.33333vw;
    margin: 0 6.13333vw 0 0;
    padding: 0;
    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;
  }
  .recommend-list01 li .thumb {
    width: 100%;
    height: 35.6vw;
    margin: 0 auto;
    margin-bottom: 2.66667vw;
  }
  .recommend-list01 li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .recommend-list01 li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: url("/common/ncr/img/bg04.jpg");
  }
  .recommend-list01 li .thumb.kyousen {
    width: 26.66667vw;
    height: 26.66667vw;
  }
  .recommend-list01 li .data {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .recommend-list01 li .heading {
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    min-height: 4.5em;
    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;
  }
  .recommend-list01 li .heading > span,
  .recommend-list01 li .heading > a {
    display: block;
    width: calc(100% - 9.06667vw);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .recommend-list01 li .heading:before {
    content: "";
    display: block;
    width: 7.46667vw;
    height: 7.46667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#pen");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .recommend-list01 li .summary {
    margin-top: 2.66667vw;
    font-size: 0.85em;
    line-height: 1.75em;
  }
  .recommend-list01 li .more {
    margin-top: 2.66667vw;
    text-align: center;
  }
  .recommend-list01 li .more > a {
    width: 50.66667vw;
  }
  .recommend-list01 li a:link,
  .recommend-list01 li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .recommend-list01 li a:hover,
  .recommend-list01 li a:active {
    color: #000000;
    text-decoration: underline;
  }
  .recommend-list01 .owl-item {
    width: 53.33333vw !important;
    margin: 0 6.13333vw 0 0;
    padding: 0;
  }
  .recommend-list01 .owl-item li {
    margin: 0;
  }
  .recommend-list01.noimage {
    width: auto;
    margin: 0 4.66667vw;
    display: block;
    border-top: 1px solid #999999;
  }
  .recommend-list01.noimage > li {
    width: 100%;
    border-bottom: 0.13333vw solid #999999;
    padding: 4.26667vw 0;
  }
  .recommend-list01.noimage > li .heading {
    margin-bottom: 1.6vw;
  }
  .shuuhou-search-outer,
  .kyousen-search-outer,
  .genshu-search-outer,
  .others-search-outer,
  .videos-search-outer,
  .youshiki-search-outer {
    border: 0.13333vw solid #000000;
    padding: 6.4vw 5.33333vw;
    margin-top: 8.53333vw;
  }
  .shuuhou-search-outer > .heading,
  .kyousen-search-outer > .heading,
  .genshu-search-outer > .heading,
  .others-search-outer > .heading,
  .videos-search-outer > .heading,
  .youshiki-search-outer > .heading {
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 3.2vw;
  }
  .shuuhou-search-outer .search-items,
  .kyousen-search-outer .search-items,
  .genshu-search-outer .search-items,
  .others-search-outer .search-items,
  .videos-search-outer .search-items,
  .youshiki-search-outer .search-items {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.13333vw 0 4.26667vw;
    border-top: 0.13333vw solid #000000;
    border-bottom: 0.13333vw solid #000000;
  }
  .shuuhou-search-outer .search-items .select01,
  .kyousen-search-outer .search-items .select01,
  .genshu-search-outer .search-items .select01,
  .others-search-outer .search-items .select01,
  .videos-search-outer .search-items .select01,
  .youshiki-search-outer .search-items .select01 {
    width: calc(50% - 1.33333vw);
    background-color: #f6f5f2;
    margin-top: 2.13333vw;
  }
  .shuuhou-search-outer .search-items input[type='text'],
  .kyousen-search-outer .search-items input[type='text'],
  .genshu-search-outer .search-items input[type='text'],
  .others-search-outer .search-items input[type='text'],
  .videos-search-outer .search-items input[type='text'],
  .youshiki-search-outer .search-items input[type='text'] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 13.33333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.86667vw 3.2vw;
    margin-top: 2.13333vw;
  }
  .shuuhou-search-outer .search-buttons,
  .kyousen-search-outer .search-buttons,
  .genshu-search-outer .search-buttons,
  .others-search-outer .search-buttons,
  .videos-search-outer .search-buttons,
  .youshiki-search-outer .search-buttons {
    margin-top: 4.26667vw;
    text-align: center;
  }
  .shuuhou-search-outer .search-buttons button[type='reset'],
  .kyousen-search-outer .search-buttons button[type='reset'],
  .genshu-search-outer .search-buttons button[type='reset'],
  .others-search-outer .search-buttons button[type='reset'],
  .videos-search-outer .search-buttons button[type='reset'],
  .youshiki-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: 26.66667vw;
    padding: 2.4vw;
    margin: 0 1.33333vw;
    background-color: #ffffff;
    border: 0.13333vw solid #000000;
    border-radius: 13.33333vw;
    font-size: 0.9em;
    line-height: 1.0em;
    color: #000000;
    cursor: pointer;
  }
  .shuuhou-search-outer .search-buttons button[type='reset']:hover,
  .kyousen-search-outer .search-buttons button[type='reset']:hover,
  .genshu-search-outer .search-buttons button[type='reset']:hover,
  .others-search-outer .search-buttons button[type='reset']:hover,
  .videos-search-outer .search-buttons button[type='reset']:hover,
  .youshiki-search-outer .search-buttons button[type='reset']:hover {
    opacity: 0.6;
  }
  .shuuhou-search-outer .search-buttons button[type='submit'],
  .kyousen-search-outer .search-buttons button[type='submit'],
  .genshu-search-outer .search-buttons button[type='submit'],
  .others-search-outer .search-buttons button[type='submit'],
  .videos-search-outer .search-buttons button[type='submit'],
  .youshiki-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: 42.66667vw;
    padding: 2.4vw;
    margin: 0 1.33333vw;
    background-color: #000000;
    border: 0.13333vw solid #000000;
    border-radius: 13.33333vw;
    font-size: 0.9em;
    line-height: 1.0em;
    color: #ffffff;
    cursor: pointer;
  }
  .shuuhou-search-outer .search-buttons button[type='submit']:hover,
  .kyousen-search-outer .search-buttons button[type='submit']:hover,
  .genshu-search-outer .search-buttons button[type='submit']:hover,
  .others-search-outer .search-buttons button[type='submit']:hover,
  .videos-search-outer .search-buttons button[type='submit']:hover,
  .youshiki-search-outer .search-buttons button[type='submit']:hover {
    opacity: 0.6;
  }
  .shuuhou-search-outer .search-buttons a,
  .kyousen-search-outer .search-buttons a,
  .genshu-search-outer .search-buttons a,
  .others-search-outer .search-buttons a,
  .videos-search-outer .search-buttons a,
  .youshiki-search-outer .search-buttons a {
    margin-left: 1.33333vw;
    margin-right: 1.33333vw;
  }
  .genshu-search-outer .search-items .select01,
  .others-search-outer .search-items .select01,
  .shuuhou-search-outer .search-items .select01,
  .kyousen-search-outer .search-items .select01 {
    width: calc(33% - 1.33333vw);
  }
  .youshiki-search-outer .search-items input[type='text'] {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  .youshiki-search-outer .search-items #youshikiKeywords {
    width: 100%;
  }
  .archive-nav-outer {
    border: 0.13333vw solid #000000;
    padding: 6.4vw 5.33333vw;
    margin-top: 8.53333vw;
  }
  .archive-nav-outer .ico-text {
    padding: 3.2vw 0;
    border-top: 1px solid #999999;
    text-align: right;
    font-size: 0.825em;
    line-height: 1.25em;
  }
  .archive-nav-outer .ico-text .ico {
    width: auto;
    height: 1.4em;
    vertical-align: middle;
    margin-right: 0.4em;
  }
  .archive-nav-outer > .heading {
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 3.2vw;
  }
  .archive-nav-outer > .heading-outer {
    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;
    margin-bottom: 3.2vw;
  }
  .archive-nav-outer > .heading-outer > .heading {
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    white-space: nowrap;
  }
  .archive-nav-outer > .heading-outer > .more {
    padding-left: 1.0em;
    font-size: 1.0em;
    line-height: 1.25em;
  }
  .archive-nav-outer > .heading-outer > .more a:link,
  .archive-nav-outer > .heading-outer > .more a:visited {
    color: #000000;
    text-decoration: none;
  }
  .archive-nav-outer > .heading-outer > .more a:hover,
  .archive-nav-outer > .heading-outer > .more a:active {
    color: #000000;
    text-decoration: none;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger > span {
    display: inline;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger:after {
    display: none;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger.open > span {
    display: none;
  }
  .archive-nav-outer > .heading-outer > .more .all-trigger.open:after {
    content: "−全て閉じる";
    display: inline;
  }
  .archive-nav-outer #shuuhou-more {
    text-align: center;
    margin-top: 4.26667vw;
  }
  .archive-nav-outer #shuuhou-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 37.33333vw;
    padding: 2.13333vw;
    background-color: #000000;
    border-radius: 13.33333vw;
    font-size: 0.9em;
    line-height: 1.0em;
  }
  .archive-nav-outer #shuuhou-more > a:link, .archive-nav-outer #shuuhou-more > a:visited, .archive-nav-outer #shuuhou-more > a:hover, .archive-nav-outer #shuuhou-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .archive-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 0.13333vw solid #999999;
  }
  .archive-nav a:link, .archive-nav a:visited {
    color: #000000;
    text-decoration: none;
  }
  .archive-nav a:hover, .archive-nav a:active {
    color: #000000;
    text-decoration: underline;
  }
  .archive-nav > li {
    margin: 0;
    padding: 0;
    border-bottom: 0.13333vw solid #999999;
    font-size: 1.0em;
    line-height: 1.25em;
  }
  .archive-nav > li > span {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
  .archive-nav > li > a,
  .archive-nav > li > span {
    display: block;
    padding: 2.66667vw 9.6vw 2.66667vw 6.4vw;
    font-size: 1.125em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
  }
  .archive-nav > li > a:before,
  .archive-nav > li > span:before {
    content: "";
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 2.66667vw;
    top: 2.66667vw;
    margin-top: 0.3em;
  }
  .archive-nav > li > a.trigger:after,
  .archive-nav > li > span.trigger:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    background-image: url("/common/ncr/img/ic_plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 2.66667vw;
    top: 2.66667vw;
  }
  .archive-nav > li > a.open:after,
  .archive-nav > li > span.open:after {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .archive-nav > li > a .ico-text,
  .archive-nav > li > span .ico-text {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0;
    padding-left: 1.0em;
    border-top: none;
    text-decoration: none;
    font-size: 0.7em;
    line-height: 1.0em;
  }
  .archive-nav > li > a .ico-text .ico,
  .archive-nav > li > span .ico-text .ico {
    vertical-align: text-bottom;
  }
  .archive-nav > li > ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0px 4vw 2.66667vw 5.33333vw;
    display: none;
    zoom: 1;
  }
  .archive-nav > li > ul:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .archive-nav > li > ul > li {
    float: left;
    margin: 0.5em 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.25em;
  }
  .archive-nav > li > ul > li:after {
    content: '／';
    margin: 0 1.0em;
    color: #999999;
  }
  .archive-nav > li > ul > li:nth-last-child(1):after {
    display: none;
  }
  .archive-nav > li > ul > li img.ico {
    width: auto;
    height: 0.825em;
    vertical-align: middle;
    margin-left: 0.2em;
  }
  .archive-nav.shuuhou > li:nth-child(n+6) {
    display: none;
  }
  .popular-outer {
    border: 0.13333vw solid #000000;
    padding: 6.4vw 5.33333vw;
    margin-top: 8.53333vw;
  }
  .popular-outer > .heading {
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 3.2vw;
  }
  .popular-outer .info-list02 > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .popular-outer .info-list02 > li:nth-child(n+3) {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
  .popular-outer .info-list02.full > li:nth-child(n+3) {
    max-height: 50em;
    padding: 4.26667vw 0 5.33333vw;
    opacity: 1.0;
  }
  .popular-more,
  .results-more {
    text-align: center;
    margin-top: 4.26667vw;
  }
  .popular-more > a,
  .results-more > a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 37.33333vw;
    padding: 2.13333vw;
    background-color: #000000;
    border-radius: 13.33333vw;
    font-size: 0.9em;
    line-height: 1.0em;
  }
  .popular-more > a:link, .popular-more > a:visited, .popular-more > a:hover, .popular-more > a:active,
  .results-more > a:link,
  .results-more > a:visited,
  .results-more > a:hover,
  .results-more > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .home-index {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8.53333vw 0 8.53333vw;
  }
  .home-index > .inner {
    margin: 0 auto;
  }
  .home-index .item {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .home-index .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .home-index .item > .inner,
  .home-index .item > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    height: 100%;
    padding: 5.33333vw 4.26667vw;
    background-image: url("/common/ncr/img/bg03.jpg");
    background-repeat: repeat;
    background-position: 0 0;
  }
  .home-index .item > .inner:link, .home-index .item > .inner:visited, .home-index .item > .inner:hover, .home-index .item > .inner:active,
  .home-index .item > a:link,
  .home-index .item > a:visited,
  .home-index .item > a:hover,
  .home-index .item > a:active {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .thumb {
    width: 40vw;
    margin: 0 auto;
  }
  .home-index .item .thumb img {
    width: 100%;
    height: auto;
  }
  .home-index .item .data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40vw);
    padding: 0 0 0 3.73333vw;
  }
  .home-index .item .heading {
    font-size: 1.125em;
    line-height: 1.75em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.2vw;
  }
  .home-index .item .heading:after {
    content: "";
    display: block;
    width: 5.33333vw;
    height: 0.66667vw;
    background-color: #cc0000;
    margin: 1.6vw auto 0;
  }
  .home-index .item .heading:before {
    content: "";
    vertical-align: middle;
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 1.6vw;
    margin-top: -0.2em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    display: none;
  }
  .home-index .item.fukyo .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#gassho");
  }
  .home-index .item.hosshiki .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#play");
  }
  .home-index .item.page > a {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
  .home-index .item.page .heading {
    font-size: 1.0em;
    letter-spacing: normal;
  }
  .home-index .item.kanku .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_sprite02.svg#japan");
  }
  .home-index .item.kasseika .heading:before {
    display: inline-block;
    background-image: url("/common/ncr/img/ic_kirari.png");
  }
  .home-index .item.seiten > * {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
  .home-index .item .summary {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .home-index .item .seiten-index {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .home-index .item .seiten-index > li {
    margin: 0 0 2.13333vw 0;
    padding: 0;
    font-size: 0.85em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: normal;
  }
  .home-index .item .seiten-index > li > a:link, .home-index .item .seiten-index > li > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .seiten-index > li > a:hover, .home-index .item .seiten-index > li > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .home-index .item .seiten-index > li > a > span {
    font-size: 0.5em;
  }
  .home-index .item .seiten-index > li .number {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    color: #cc0000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.25em;
    line-height: 1.0em;
  }
  .home-index .item .item-index {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .home-index .item .item-index > li {
    margin: 0 0 3.2vw 0;
    padding: 0;
    font-size: 0.75em;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: normal;
  }
  .home-index .item .item-index > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .home-index .item .item-index > li > a:link, .home-index .item .item-index > li > a:visited {
    color: #000000;
    text-decoration: none;
  }
  .home-index .item .item-index > li > a:hover, .home-index .item .item-index > li > a:active {
    color: #000000;
    text-decoration: underline;
  }
  .home-index .item .item-index > li > a > span {
    font-size: 0.5em;
  }
  .home-index .item .item-index > li .number {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    color: #cc0000;
    font-family: "Cormorant Garamond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.0em;
    line-height: 1.0em;
  }
  .contents-list01 {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    counter-reset: number 0 !important;
  }
  .contents-list01 > li {
    margin: 0 !important;
    padding: 1.5em 1.0em 1.5em !important;
    padding-left: 3.2em !important;
    position: relative !important;
  }
  .contents-list01 > li:before {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #795f1f;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.6em;
    line-height: 1.0em;
    position: absolute;
    left: 1.0em;
    top: 1.0em;
  }
  .contents-list01 > li:nth-child(odd) {
    background-color: #eeede9;
  }
  .contents-list01 > li:nth-child(even) {
    background-color: #f6f6f6;
  }
  .contents-list01 > li .trackinfo {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .contents-list01 > li .trackinfo .title {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.4em;
  }
  .contents-list01 > li .trackinfo .summary {
    margin-bottom: 0;
  }
  .contents-list01 > li .player {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 1.0em;
    margin-left: -2.2em;
  }
  .contents-list01 > li .player audio {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 40px;
  }
  .contents-list01 > li .player.children {
    padding: 1.0em 0 0 2.2em;
  }
  .contents-list01 > li .player.children audio {
    height: 1.8em;
  }
  .contents-list01 > li .player.children .name {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-bottom: 0.4em;
    margin-top: 0.6em;
    padding-top: 0.6em;
    border-top: 2px solid #d4d4d4;
  }
  .contents-list01 > li .player.children .name:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  /* youshiki ------------------------------ */
  .youshiki-pickup .file-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5em;
  }
  .youshiki-pickup a:link,
  .youshiki-pickup a:visited {
    text-decoration: none;
  }
  .youshiki-pickup a:hover,
  .youshiki-pickup a:active {
    text-decoration: underline;
  }
  #fileList {
    margin-top: 5.33333vw;
  }
  .youshikiSinglePad {
    padding-top: 5.33333vw !important;
    padding-bottom: 5.33333vw !important;
  }
  .youshikiList01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 0.13333vw solid #cccccc;
  }
  .youshikiList01 li {
    margin: 0px;
    padding: 3.33333vw 4vw;
    border-bottom: 0.13333vw solid #cccccc;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .youshikiList01 li.irrShow {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .youshikiList01 li.irrHide {
    display: none !important;
  }
  .youshikiList01 li .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 0;
    margin-bottom: 0.8em;
  }
  .youshikiList01 li .title > span {
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    padding-top: 0.4em;
  }
  .youshikiList01 li .title a:link,
  .youshikiList01 li .title a:visited {
    color: #000000;
    text-decoration: none;
  }
  .youshikiList01 li .title a:hover,
  .youshikiList01 li .title a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .youshikiList01 li .forFilter {
    position: absolute;
    left: -9000px;
    top: 0px;
  }
  .youshiki-button-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 32vw);
    text-align: center;
    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;
  }
  .youshiki-ex-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32vw;
    text-align: center;
    border-left: 0.13333vw solid #cccccc;
    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;
  }
  .youshiki-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7.06667vw;
    height: 7.86667vw;
    margin: 0 4.66667vw 0 0;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 7.06667vw auto;
  }
  .youshiki-button a,
  .youshiki-button span {
    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.75em;
    line-height: 1.0em;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 7.06667vw auto;
  }
  .youshiki-button a:link,
  .youshiki-button a:visited {
    color: #000000;
    text-decoration: none;
    opacity: 1.0;
  }
  .youshiki-button a:hover,
  .youshiki-button a:active {
    color: #cc0000;
    text-decoration: none;
    opacity: 0.6;
  }
  .youshiki-button.pdf {
    background-image: url("/common/ncr/img/ic_pdf_dim.svg");
  }
  .youshiki-button.pdf a {
    background-image: url("/common/ncr/img/ic_pdf.svg");
  }
  .youshiki-button.word {
    background-image: url("/common/ncr/img/ic_word_dim.svg");
  }
  .youshiki-button.word a {
    background-image: url("/common/ncr/img/ic_word.svg");
  }
  .youshiki-button.excel {
    background-image: url("/common/ncr/img/ic_excel_dim.svg");
  }
  .youshiki-button.excel a {
    background-image: url("/common/ncr/img/ic_excel.svg");
  }
  .youshiki-button.ichitaro {
    background-image: url("/common/ncr/img/ic_ichitaro_dim.svg");
  }
  .youshiki-button.ichitaro a {
    background-image: url("/common/ncr/img/ic_ichitaro.svg");
  }
  .youshiki-button.example {
    width: auto;
    background-image: url("/common/ncr/img/ic_pdf_dim.svg");
  }
  .youshiki-button.example a {
    background-image: url("/common/ncr/img/ic_pdf.svg");
    text-indent: 0;
    width: auto;
    padding-left: 8.53333vw;
  }
  .youshiki-button.example span {
    text-indent: 0;
    width: auto;
    color: #cccccc;
    padding-left: 8.53333vw;
  }
  .youshikiList01 li .title span.highlight {
    font-size: 100%;
  }
  .youshikiList01 .hide {
    display: none;
  }
  .youshikiList01 .show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .youshikiList01 #noresults {
    display: block;
    text-align: center;
    padding: 3em 0;
  }
  .youshiki-single-buttons {
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.75em;
  }
  .youshiki-single-buttons .youshiki-button-outer {
    width: auto;
    padding-left: 0;
    border-left: none;
  }
  .youshiki-single-buttons .youshiki-ex-outer {
    width: auto;
    padding-left: 5.33333vw;
  }
  .youshiki-single-buttons .youshiki-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8vw;
    height: 8.93333vw;
    margin: 0 5.33333vw 0 0;
    background-size: 8vw auto;
  }
  .youshiki-single-buttons .youshiki-button a,
  .youshiki-single-buttons .youshiki-button span {
    background-size: 8vw auto;
    font-size: 1.0em;
  }
  .youshiki-single-buttons .youshiki-button.example {
    width: auto;
  }
  .youshiki-single-buttons .youshiki-button.example a {
    text-indent: 0;
    width: auto;
    padding-left: 10.66667vw;
  }
  .youshiki-single-buttons .youshiki-button.example span {
    text-indent: 0;
    width: auto;
    color: #cccccc;
    padding-left: 10.66667vw;
  }
  .kanku-list-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f6f5f2;
    border-top: 0.4vw solid #000000;
    padding: 5.06667vw 4vw 5.06667vw 4vw;
    position: relative;
    text-align: center;
    margin-top: 8.53333vw;
  }
  .kanku-list-outer > .heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 3.2vw;
  }
  .kanku-list-outer .areaNav {
    margin-bottom: 2.13333vw;
  }
  .kanku-list-outer .areaNav > ul {
    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;
  }
  .kanku-list-outer .areaNav > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.85em;
    line-height: 1.0em;
    padding: 0 0.5em;
    margin: 0.8em 0;
    border-left: 1px solid #cccccc;
    min-width: 5em;
  }
  .kanku-list-outer .areaNav > ul > li:nth-last-child(1) {
    border-right: 1px solid #cccccc;
  }
  .tableList1 {
    border: none;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  .tableList1 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  .tableList1 {
    display: block;
  }
  .tableList1 thead,
  .tableList1 tbody,
  .tableList1 tfoot,
  .tableList1 tr,
  .tableList1 th,
  .tableList1 td {
    display: block;
  }
}

@media only screen and (max-width: 520px) {
  .tableList1 a:link,
  .tableList1 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .tableList1 a:hover,
  .tableList1 a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .tableList1 .notfound {
    background-color: #edece8;
    padding: 6em 1em;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    color: #000000;
    font-size: 136%;
    font-weight: bold;
  }
  .tableList1 th {
    border: none;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    background-color: #edece8;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  .tableList1 th {
    width: 10%;
    padding: 12px 30px 12px 14px;
    font-size: 108%;
    line-height: 145%;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  .tableList1 th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.6vw 2.13333vw;
    font-size: 1.125em;
    line-height: 1.5em;
    border-top: 1px solid #cccccc;
    margin-top: 1.0em;
  }
}

@media only screen and (max-width: 520px) {
  .tableList1 td {
    border: none;
    padding: 0px;
    vertical-align: middle;
    text-align: left;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  .tableList1 td {
    font-size: 108%;
    line-height: 145%;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  .tableList1 td {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 520px) {
  .tableList1 td.heading {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    white-space: nowrap;
    vertical-align: top;
  }
}

@media only screen and (max-width: 520px) and (min-width: 521px) {
  .tableList1 td.heading {
    width: 60%;
    padding: 12px 14px;
  }
}

@media only screen and (max-width: 520px) and (max-width: 520px) {
  .tableList1 td.heading {
    padding: 3.2vw 2.13333vw 3.2vw;
    border-top: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 520px) {
  #contents.fukyo .listHeading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents.fukyo .fukyo-old-outer {
    margin-left: -3.33333vw;
    margin-right: -3.33333vw;
  }
  #contents.fukyo .fukyoreport-sec01 {
    margin-left: 3.33333vw;
    margin-right: 3.33333vw;
  }
  .fukyo-old-outer {
    margin: 0 auto 7.46667vw;
    position: relative;
  }
  .fukyo-old-outer > P {
    margin-left: 3.33333vw;
    margin-right: 3.33333vw;
    margin-bottom: 1.0em;
  }
  .fukyo-old-outer #fukyo2017Pdf,
  .fukyo-old-outer #fukyo2018Pdf,
  .fukyo-old-outer #fukyo2022Pdf {
    top: 0px;
    right: 1.0em;
  }
  .fukyo-old-outer #fukyo2017Pdf img,
  .fukyo-old-outer #fukyo2018Pdf img,
  .fukyo-old-outer #fukyo2022Pdf img {
    width: auto;
    height: 1.8em;
  }
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2017Pdf + #fukyo2022Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2018Pdf + #fukyo2022Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2017Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2018Container,
  .fukyo-old-outer #fukyo2022Pdf + #fukyo2022Container {
    padding-top: 8.53333vw;
  }
  .fukyoList01 {
    list-style-type: none;
    margin: 0px 0px 1.8em 0px;
    padding: 0px;
  }
  .fukyoList01 > dt {
    display: block;
    margin: 0px 0px 0.4em 0px;
    padding: 0px;
    font-size: 116%;
    line-height: 115%;
    font-weight: bold;
  }
  .fukyoList01 > dd {
    display: list-item;
    margin: 0px 0px 0px 3.0em;
    padding: 0px;
    font-size: 84%;
    line-height: 160%;
    font-weight: normal;
    list-style-type: disc;
  }
  .textBox01 {
    border: 0.13333vw solid #cccccc;
    background-color: #f6f5f2;
    padding: 2.66667vw;
  }
  body.happyakuyear {
    /* single column ------------------------------ */
    /* main column ------------------------------ */
    /* side column ------------------------------ */
  }
  body.happyakuyear #sideColumn {
    margin-top: 4em;
  }
  body.happyakuyear .itemList {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  body.happyakuyear .itemBox {
    float: none;
    margin-right: 0;
  }
  .archiveBody1 .playerWrap,
  .fukyo-old-outer .playerWrap {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .archiveBody1 .playerWrap > iframe,
  .archiveBody1 .playerWrap > object,
  .archiveBody1 .playerWrap > embed,
  .fukyo-old-outer .playerWrap > iframe,
  .fukyo-old-outer .playerWrap > object,
  .fukyo-old-outer .playerWrap > embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* for 全日青 */
  body.site-seinenkai .archiveBody1 h1, body.site-seinenkai .archiveBody1 h2, body.site-seinenkai .archiveBody1 h3, body.site-seinenkai .archiveBody1 h4, body.site-seinenkai .archiveBody1 h5, body.site-seinenkai .archiveBody1 h6 {
    font-weight: bold;
  }
  /* for いのちに合掌ロゴデータ活用事例 */
  .gasshoAnnounce {
    padding: 5em 0;
  }
  #contents.fukyo-logo .item-list01 {
    margin-left: -3.33333vw;
    margin-right: -3.33333vw;
    margin-top: 5.33333vw;
    border-top: 1px solid #000000;
  }
  .item-list01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .item-list01 a:link,
  .item-list01 a:visited,
  .item-list01 a:hover,
  .item-list01 a:active {
    color: #000000;
    text-decoration: none;
  }
  .item-list01 > li {
    margin: 0px;
    padding: 4.66667vw 3.33333vw;
    border-bottom: 1px solid #000000;
    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;
    zoom: 1;
  }
  .item-list01 > li:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .item-list01 > li .image {
    width: 42.66667vw;
    height: 100%;
  }
  .item-list01 > li .image > a {
    display: block;
    width: 100%;
    height: 42.66667vw;
  }
  .item-list01 > li .image img {
    width: 100%;
    height: 42.66667vw;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .item-list01 > li > a,
  .item-list01 > li .item-category {
    display: block;
    width: 46.66667vw;
    margin-left: auto;
  }
  .item-list01 > li .temple {
    font-size: 2.66667vw;
    line-height: 1.5em;
    margin-top: 0.2em;
    margin-bottom: 0.6em;
  }
  .item-list01 > li .title {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4vw;
    line-height: 1.6em;
    margin-bottom: 0.4em;
  }
  .item-list01 > li .date,
  .item-list01 > li .area {
    font-size: 2.66667vw;
    line-height: 1.7em;
  }
  .item-list02 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .item-list02 a:link,
  .item-list02 a:visited {
    color: #000000;
    text-decoration: none;
  }
  .item-list02 a:hover,
  .item-list02 a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  .item-list02 .ui-effects-wrapper > li {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    padding: 3.33333vw !important;
    width: 100% !important;
  }
  .item-list02 > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 3.33333vw;
    border-bottom: 1px solid #000000;
    width: 100%;
  }
  .item-list02 > li:nth-child(n + 3) {
    max-height: 0px;
    padding: 0px 3.33333vw;
    overflow: hidden;
    border-bottom-width: 0;
  }
  .item-list02 > li:nth-child(n + 3).show {
    max-height: 100vh;
    padding: 3.33333vw;
    border-bottom-width: 1px;
  }
  .item-list02 > li > a {
    display: inline-block;
  }
  .item-list02 > li .temple {
    font-size: 2.66667vw;
    line-height: 1.5em;
    margin-top: 0.2em;
    margin-bottom: 0.6em;
  }
  .item-list02 > li .title {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4vw;
    line-height: 1.6em;
    margin-bottom: 0.4em;
  }
  .item-list02 > li .date,
  .item-list02 > li .area {
    display: inline-block;
    font-size: 2.66667vw;
    line-height: 1.7em;
  }
  .item-list02 > li .date {
    padding-right: 1.5em;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
@media only screen and (min-width: 521px) {
  #foot {
    position: relative;
    z-index: 500;
    width: 100%;
  }
  #foot #foot-inner {
    width: 1100px;
    margin: 0px auto;
    padding: 52px 0px 60px;
  }
  #foot a:link,
  #foot a:visited {
    color: #000000;
    text-decoration: none;
  }
  #foot a:hover,
  #foot a:active {
    color: #000000;
    text-decoration: underline;
  }
  #foot #foot-nav {
    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;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  #foot .foot-nav-row {
    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;
    width: calc(100% - 280px - 60px);
  }
  #foot .foot-nav-column {
    max-width: 240px;
  }
  #foot .foot-nav-column > .block {
    margin: 48px 0 0;
  }
  #foot .foot-nav-column > .block:nth-child(1) {
    margin-top: 0;
  }
  #foot .foot-nav-column > .block > .heading {
    font-size: 20px;
    line-height: 1.25em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
  #foot .foot-nav-column > .block > .heading > a {
    display: inline-block;
    padding-left: 28px;
    position: relative;
  }
  #foot .foot-nav-column > .block > .heading > a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#disc2_c00");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #foot .foot-nav-column > .block > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #foot .foot-nav-column > .block > ul > li {
    margin: 1.0em 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.25em;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
  }
  #foot .foot-nav-column > .block > ul > li > a {
    display: inline-block;
    padding-left: 26px;
    position: relative;
  }
  #foot .foot-nav-column > .block > ul > li > a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  #foot .foot-nav-column > .block > ul > li.more {
    text-align: right;
  }
  #foot .foot-nav-column > .block > ul > li.more > a {
    padding: 0;
  }
  #foot .foot-nav-column > .block > ul > li.more > a:before {
    display: none;
  }
  #foot #foot-subnav {
    width: 280px;
  }
  #foot #foot-subnav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000000;
  }
  #foot #foot-subnav > ul > li {
    margin: 0;
    padding: 22px 10px;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #foot #foot-subnav > ul > li > a {
    display: inline-block;
    padding-left: 46px;
    position: relative;
  }
  #foot #foot-subnav > ul > li > a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: -0.2em;
  }
  #foot #foot-subnav > ul > li.search > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#search");
    background-size: auto 26px;
  }
  #foot #foot-subnav > ul > li.mypage > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#mypage");
    background-size: 30px auto;
  }
  #foot #foot-subnav > ul > li.contact > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#contact");
    background-size: 30px auto;
  }
  #foot #foot-subnav > ul > li.website > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#website");
    background-size: 30px auto;
  }
  #foot #foot-bottom {
    text-align: center;
  }
  #foot #foot-logo {
    width: 95px;
    height: 32px;
    margin: 0px auto 14px;
  }
  #foot #foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #foot #foot-logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  #foot #copyright {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 11px;
    line-height: 1.0em;
  }
  #foot #copyright > small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
  }
  #foot #foot-topagetop {
    display: none;
    position: fixed;
    z-index: 100;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 182px;
    border-left: 2px solid #000000;
  }
  #foot #foot-topagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    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: 14px;
    height: 100px;
    background: url("/common/ncr/img/topagetop.png") no-repeat 50% 50%;
    background-size: auto 100%;
  }
  #foot #foot-topagetop a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 520px) {
  #foot {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  #foot #foot-inner {
    margin: 0px auto;
    padding: 4.26667vw 0px 18.53333vw;
  }
  #foot a:link,
  #foot a:visited,
  #foot a:hover,
  #foot a:active {
    color: #000000;
    text-decoration: none;
  }
  #foot #foot-nav {
    display: block;
  }
  #foot .foot-nav-row {
    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;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8888;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 10.13333vw;
    padding: 0 10vw 0 0;
    background-color: #ffffff;
    border-top: 0.13333vw solid #000000;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  }
  #foot .foot-nav-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -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;
  }
  #foot .foot-nav-column ul {
    display: none;
  }
  #foot .foot-nav-column > .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -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;
  }
  #foot .foot-nav-column > .block > .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 3.2vw;
    line-height: 1.0em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: normal;
  }
  #foot .foot-nav-column > .block > .heading > a {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 1.6vw 3.33333vw;
  }
  #foot #foot-subnav {
    display: block;
  }
  #foot #foot-subnav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #foot #foot-subnav > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin: 0;
    padding: 2.66667vw 0 3.2vw;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 0.13333vw solid #000000;
    border-right: 0.13333vw solid #000000;
    font-size: 2.13333vw;
    line-height: 1.5em;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: normal;
    text-align: center;
  }
  #foot #foot-subnav > ul > li:nth-child(1) {
    border-left: none;
  }
  #foot #foot-subnav > ul > li > a {
    display: block;
    position: relative;
  }
  #foot #foot-subnav > ul > li > a:before {
    content: "";
    display: block;
    width: 7.2vw;
    height: 7.2vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto 2.13333vw;
  }
  #foot #foot-subnav > ul > li.search > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#search");
    background-size: auto 100%;
  }
  #foot #foot-subnav > ul > li.mypage > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#mypage");
    background-size: 100% auto;
  }
  #foot #foot-subnav > ul > li.contact > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#contact");
    background-size: 100% auto;
  }
  #foot #foot-subnav > ul > li.website > a:before {
    background-image: url("/common/ncr/img/ic_sprite01.svg#website");
    background-size: 100% auto;
  }
  #foot #foot-bottom {
    margin-top: 5.33333vw;
    text-align: center;
  }
  #foot #foot-logo {
    width: 12.66667vw;
    height: 4.26667vw;
    margin: 0px auto 2.66667vw;
  }
  #foot #foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #foot #foot-logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  #foot #copyright {
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.13333vw;
    line-height: 1.0em;
  }
  #foot #copyright > small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
  }
  #foot #foot-topagetop {
    display: block !important;
    opacity: 1.0 !important;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    top: auto !important;
    left: auto !important;
    right: 0px !important;
    bottom: 0px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10vw !important;
    height: 10vw !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #foot #foot-topagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    background: #000000;
    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: 5.33333vw;
    height: 5.33333vw;
    background-image: url("/common/ncr/img/ic_sprite01.svg#arrow2_fff");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #foot #foot-topagetop a:hover {
    opacity: 1.0;
  }
}

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