@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

img,
canvas {
  height: auto;
  width: 100%;
}

dt,
th {
  font-weight: inherit;
}

textarea {
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url] {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: red;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  font-size: 625%;
}

@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: calc(100vw / 12.8);
  }
}
@media (max-width: 750px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', "Segoe UI", "Helvetica Neue", sans-serif; /*"Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, sans-serif;*/
  direction: ltr;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

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

.mb5 {
  margin-bottom: 0.05rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mb20 {
  margin-bottom: 0.2rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mb30 {
  margin-bottom: 0.3rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mb50 {
  margin-bottom: 0.5rem !important;
}

/* ================================================
reset
================================================ */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html::-webkit-scrollbar {
  width: 1px;
}
html::-webkit-scrollbar-thumb {
  background: #fff;
}

/* ================================================
text-shadow
================================================ */
/* ================================================
layout
================================================ */
body {
  height: 100%;
  background: #1b1c20 url("../img/common/bg.jpg") no-repeat top/cover fixed;
}
@media (max-width: 750px) {
  body {
    font-size: 0.24rem;
  }
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 751px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 751px) {
  .contents {
    margin: 0 0 0 auto;
    padding: 0.3rem 0.5rem;
    width: calc(100% - 240px);
  }
}
@media (max-width: 750px) {
  .contents {
    padding: 1.4rem 0.3rem;
  }
}

.sidebar {
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 50;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 751px) {
  .sidebar {
    width: 240px;
    height: 100%;
  }
}
.sidebar .qr {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  margin: 26px 10px 0 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 750px) {
  .sidebar .qr {
    display: none;
  }
}
.sidebar .qr img {
  margin: 0 0 20px 0;
  width: 82px;
}

/* ================================================
header
================================================ */
.header {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .header {
    padding: 0 0.8rem 0 0.3rem;
    -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 0.8rem;
    background: #fff;
  }
}
.header .logo {
  text-align: center;
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif", "Noto Serif JP", serif;*/
  font-weight: 600;
  color: #fff;
  padding: 0.1rem 0 0.2rem;
}
@media (max-width: 750px) {
  .header .logo {
    color: #000;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', "Segoe UI", "Helvetica Neue", sans-serif;/*"Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, sans-serif;*/
	    	font-size: 0.7em;
  }
}
.header .logo span {
  background: url("../img/common/logo_naen.png") no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 2.4rem/*1.17rem*/;
  height: 1.5rem/*2.1rem*/;
  margin: 0 auto 0.1rem;
}
@media (max-width: 750px) {
  .header .logo span {
    background: none;
    text-indent: 0;
    white-space: normal;
    overflow: unset;
    width: auto;
    height: auto;
    margin: 0 1em 0 0;
    display: inline-block;
  }
}
.header .toggle {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #924d2c;
  cursor: pointer;
}
@media (min-width: 751px) {
  .header .toggle {
    display: none;
  }
}
.header .toggle.open span {
  background: none;
}
.header .toggle.open span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .toggle.open span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header .toggle span {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .toggle span::before, .header .toggle span::after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  content: "";
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .toggle span::before {
  -webkit-transform: translateY(-0.08rem);
          transform: translateY(-0.08rem);
}
.header .toggle span::after {
  -webkit-transform: translateY(0.08rem);
          transform: translateY(0.08rem);
}

/* ================================================
nav
================================================ */
.gnav {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .gnav {
    padding: 10px;
    border-top: 0.01rem solid #5f3223;
    border-bottom: 0.01rem solid #5f3223;
    display: block !important;
    background: rgba(42, 55, 56, 0.6);
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .gnav {
    padding: 0.1rem;
    display: none;
    background: #203a3f;
    font-weight: bold;
    font-size: 0.3rem;
  }
}
.gnav dt {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav dt:hover {
  text-shadow: #41cbe2 0.02rem 0 0.05rem, #41cbe2 -0.02rem 0 0.05rem, #41cbe2 0 -0.02rem 0.05rem, #41cbe2 0 0.02rem 0.05rem, #41cbe2 0.02rem 0.02rem 0.05rem, #41cbe2 -0.02rem 0.02rem 0.05rem, #41cbe2 0.02rem -0.02rem 0.05rem, #41cbe2 -0.02rem -0.02rem 0.05rem;
}
.gnav dt a {
  pointer-events: none;
}
.gnav dd {
  display: none;
  background: #1d1917;
}
.gnav dd li.crrt {
  background: url("../img/common/nav_current.png") no-repeat center/contain;
}
.gnav dd a {
  color: #fff;
}
.gnav dd a.current {
  color: #fff;
  background: url("../img/common/nav_current.png") no-repeat center/contain;
}
@media (max-width: 750px) {
  .gnav dd a.current {
    background-image: url("../img/common/nav_current_sp.png");
  }
}
.gnav dd a:hover {
  color: #fff;
  font-weight: bold;
  text-shadow: #b45528 0.02rem 0 0.05rem, #b45528 -0.02rem 0 0.05rem, #b45528 0 -0.02rem 0.05rem, #b45528 0 0.02rem 0.05rem, #b45528 0.02rem 0.02rem 0.05rem, #b45528 -0.02rem 0.02rem 0.05rem, #b45528 0.02rem -0.02rem 0.05rem, #b45528 -0.02rem -0.02rem 0.05rem;
}
.gnav a {
  padding: 1em 0;
  display: block;
}

/* ================================================
main
================================================ */
main section {
  margin: -0.3rem 0 0.5rem 0;
  padding: 0.3rem 0 0 0;
}
@media (max-width: 750px) {
  main section {
    margin-top: -1.1rem;
    padding-top: 1.1rem;
  }
}
main section:last-child {
  margin-bottom: 0;
}
main .sec {
  margin: 2em 0;
}
main .sec:last-child {
  margin-bottom: 0;
}
main .w80 {
  margin: 1em auto;
  width: 80%;
}
@media (max-width: 750px) {
  main .w80 {
    width: 90%;
  }
}
main .disc li {
  margin: 0 0 0 1em;
  list-style: disc outside;
}
main .reference,
main .reference_list li {
  padding: 0 0 0 1em;
  color: #30cfc3;
  font-size: 0.16rem;
  text-indent: -1em;
}
@media (max-width: 750px) {
  main .reference,
main .reference_list li {
    font-size: 0.2rem;
  }
}
main .reference::before,
main .reference_list li::before {
  margin: 0;
  content: "\025b7"/*"※"*/;
  font-family: 'Roboto', "Segoe UI", "Helvetica Neue", sans-serif;
/*‘Hiragino Kaku Gothic ProN’, ’ヒラギノ角ゴ ProN W3′, ’Meiryo UI’, Meiryo, sans-serif;*/
}
main .ic_list {
  margin: 1em 0;
}
main .ic_list:last-child {
  margin-bottom: 0;
}
main .ic_list li {
  margin: 0 0 0.2em 0;
}
main .ic_list li:last-child {
  margin-bottom: 0;
}
main .ic_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .ic_list dt {
  white-space: nowrap;
}
main .ic_list dt::after {
  margin: 0 0.2em;
  content: "：";
}

/* ================================================
link
================================================ */
main + .pagination {
  margin: 0.5rem 0 0 0;
}

.pagination {
  margin: 0 0 0.2rem 0;
  line-height: 1;
}
.pagination li {
  display: inline-block;
}
.pagination li + li {
  margin: 0 0 0 0.15rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 750px) {
  .pagination li + li {
    margin: 0 0 0 0.2rem;
  }
}
.pagination a {
  display: block;
  width: 0.5rem;
  height: 0.4rem;
  background-image: url("../img/common/pagination.png");
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 0 0;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 750px) {
  .pagination a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pagination a:hover {
  background-position: 0 -0.4rem;
}
@media (max-width: 750px) {
  .pagination a:hover {
    background-position: 0 -0.6rem;
  }
}

.pagejump {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 37, 40, 0)), color-stop(5%, #152528), color-stop(95%, #152528), to(rgba(21, 37, 40, 0)));
  background: linear-gradient(to right, rgba(21, 37, 40, 0) 0%, #152528 5%, #152528 95%, rgba(21, 37, 40, 0) 100%);
  margin-bottom: 0.36rem;
}
.pagejump li {
  position: relative;
  font-size: 0.17rem;
  color: #eee3d6;
  padding: 0.1rem 0 0.1rem 0.22rem;
  line-height: 1;
  margin: 0 0.16rem;
}
.pagejump li::before {
  content: "";
  position: absolute;
  background: url("../img/common/page_nav_icon.png") no-repeat center center/contain;
  width: 0.18rem;
  height: 0.2rem;
  left: 0;
}
@media (max-width: 750px) {
  .pagejump li {
    font-size: 0.24rem;
  }
}
.pagejump li:hover a {
  color: #72f4ff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .pagejump {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ================================================
title
================================================ */
.ttl_primary {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  margin: 0 0 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.9rem;
  background: url("../img/common/ttl_primary.png") no-repeat center/100%;
  font-weight: 900;
  font-size: 0.34rem;
  color: #eee3d6;
  text-shadow: #000 0.02rem 0 0.05rem, #000 -0.02rem 0 0.05rem, #000 0 -0.02rem 0.05rem, #000 0 0.02rem 0.05rem, #000 0.02rem 0.02rem 0.05rem, #000 -0.02rem 0.02rem 0.05rem, #000 0.02rem -0.02rem 0.05rem, #000 -0.02rem -0.02rem 0.05rem;
}
@media (max-width: 750px) {
  .ttl_primary {
    margin: 0 -0.3rem 0.2rem -0.3rem;
    height: 1.1rem;
    background-image: url("../img/common/ttl_primary_sp.png");
    font-size: 0.28rem/*0.42rem*/;
  }
}
@media (min-width: 751px) {
  .ttl_primary br {
    display: none;
  }
}

.ttl_secondary {
  position: relative;
}
.ttl_secondary h2 {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 900;
  font-size: 0.28rem;
  line-height: 1.4;
  color: #eee3d6;
  text-shadow: #000 0.02rem 0 0.05rem, #000 -0.02rem 0 0.05rem, #000 0 -0.02rem 0.05rem, #000 0 0.02rem 0.05rem, #000 0.02rem 0.02rem 0.05rem, #000 -0.02rem 0.02rem 0.05rem, #000 0.02rem -0.02rem 0.05rem, #000 -0.02rem -0.02rem 0.05rem;
  background-image: url("../img/common/ttl_secondary_top.png"), url("../img/common/ttl_secondary_btm.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  position: relative;
  z-index: 1;
  padding: 0.1rem 0.3rem;
}
@media (max-width: 750px) {
  .ttl_secondary h2 {
    font-size: 0.34rem;
  }
}
.ttl_secondary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 0.4rem);
  background: url("../img/common/ttl_secondary_ptrn.png") repeat-y center center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.ttl_secondary + p {
  margin-top: 1em;
}

.ttl_third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.57rem;
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  font-weight: 900;
  font-size: 0.26rem;
  color: #eee3d6;
  text-shadow: #000 0.02rem 0 0.05rem, #000 -0.02rem 0 0.05rem, #000 0 -0.02rem 0.05rem, #000 0 0.02rem 0.05rem, #000 0.02rem 0.02rem 0.05rem, #000 -0.02rem 0.02rem 0.05rem, #000 0.02rem -0.02rem 0.05rem, #000 -0.02rem -0.02rem 0.05rem;
  background: url("../img/common/ttl_third.png") no-repeat center/100%;
  margin-bottom: 0.18rem;
}
@media (max-width: 750px) {
  .ttl_third {
    font-size: 0.3rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.ttl_fourth {
  background-color: #23505a;
  border: 1px solid #774823;
  padding: 0.03rem 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .ttl_fourth {
    font-size: 0.24rem;
  }
}

.ttl_num {
  font-family: 'Noto Serif', "Times New Roman", serif;/*"Noto Serif JP", serif;*/
  font-weight: 900;
  margin: 0 0 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.22rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#203a3f), color-stop(50%, #203a3f), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, #203a3f 0%, #203a3f 50%, rgba(125, 185, 232, 0) 100%);
  padding: 0.03rem 0 0.05rem 0.15rem;
}
.ttl_num > span {
  margin-right: 0.06rem;
  text-shadow: 0 0 0.05rem red, 0 0 0.05rem red, 0 0 0.05rem red;
}
@media (max-width: 750px) {
  .ttl_num {
    font-size: 0.3rem;
  }
}
.ttl_num img {
  margin: 0 0.1rem 0 0;
  max-width: 1.65em;
}

/* ================================================
rim・table
================================================ */
.tbl__controller {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #774823;
  width: 100%;
  line-height: 1.2;
}
.tbl__controller th {
  background-color: #381810;
  padding: 0.5em;
  vertical-align: middle;
  width: 50%;
}
.tbl__controller th .flx_th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.tbl__controller th ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {/*thのテキストが多い時に文字を小さく*/
.withbtn {
	font-size: 11px;
}
}


.tbl__controller th span {
  display: inline-block;
  width: 0.35rem;
  margin: 0.05rem 0.1rem;
}
.tbl__controller th span.h-base {
  height: 0.35rem;
  width: auto;
}
.tbl__controller th span.h-base img {
  height: 100%;
  width: auto;
}
.tbl__controller th .spbr {
  display: none;
}
@media (max-width: 750px) {
  .tbl__controller th .spbr {
    display: inline;
  }


}
.tbl__controller td {
  background-color: #000;
  vertical-align: middle;
  padding: 0.5em;
}
.tbl__controller + .reference {
  margin-top: 0.1rem;
}
.tbl__controller + .ttl_third {
  margin-top: 0.5rem;
}

.flx_clm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.45rem;
  height: calc(((0.6rem * 4) + 5px) + 0.5px);
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media (max-width: 750px) {
  .flx_clm {
    height: auto;
  }
}
.flx_clm .flx_clm_item__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 0.05rem);
  border: 1px solid #774823;
  border-top: none;
  font-size: 0.16rem;
}
@media (max-width: 750px) {
  .flx_clm .flx_clm_item__half {
    width: 100%;
    font-size: 0.22rem;

  }
}
.flx_clm .flx_clm_item__half:nth-child(1), .flx_clm .flx_clm_item__half:nth-child(5) {
  border-top: 1px solid #774823;
}
.flx_clm .flx_clm_item__half .flx_clm_item__th {
  background-color: #381810;
  border-right: 1px solid #774823;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0;
  width: 50%;
  padding: 0 0.15rem;
  -webkit-box-flex: 1;
        -ms-flex: 1;
          flex: 1;
}
.keyboard {/*タイトル文字溢れ*/
	display: flex;
/*	  justify-content: center;*/
  align-items: center;
/*	border:1px white dotted; */
  height: 0.6rem;
	  line-height: 0.22rem;
}


.flx_clm .flx_clm_item__half .flx_clm_item__td {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		padding-left: 0.5em;
	padding-right: 0.5em;
}
.td_aki {/*本文文字溢れ*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.flx_clm .flx_clm_item__half .flx_clm_item__td span {
  display: inline-block;
  width: 0.35rem;
  margin: 0.05rem 0.1rem;
}
.flx_clm + .reference {
  margin-top: 0.1rem;
}

.rim {
  border: 1px solid #774823;
  margin: 1em auto;
}
.rim dt {
  padding: 0.1rem 0.2rem;
  background-color: #562416;
}
.rim dd {
  padding: 0.1rem 0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ================================================
ph
================================================ */
.ph {
  margin: 1em auto;
  border: solid 0.01rem #774823;
}
.ph.controller {
  border: none;
  width: 90%;
}
@media (max-width: 750px) {
  .ph.controller {
    width: 100%;
  }
}

.tile {
  margin: 0.4rem auto;
  display: grid;
  gap: 0.4rem 0.2rem;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  line-height: 1.4;
  color: #30cfc3;
  font-size: 0.16rem;
  text-align: center;
}
@media (max-width: 750px) {
  .tile {
    width: 90%;
    font-size: 0.2rem;
  }
}
.tile.img_cover dt {
  height: 1.8rem;
}
.tile dt {
  margin: 0 0 0.15rem 0;
  border: solid 0.01rem #30cfc3;
}
.tile img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================================
flexbox
================================================ */
.flexbox_reverse,
.sw .flexbox_sw {
  margin: 1em 0;
}
@media (min-width: 751px) {
  .flexbox_reverse,
.sw .flexbox_sw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@supports (display: grid) {
  .flexbox_reverse,
.sw .flexbox_sw {
    display: grid;
    gap: 1em;
  }
  @media (min-width: 751px) {
    .flexbox_reverse,
.sw .flexbox_sw {
      grid-template-columns: auto 40%;
    }
  }
}
@media (min-width: 751px) {
  .flexbox_reverse .txt,
.sw .flexbox_sw .txt {
    margin: 0 1em 0 0;
    width: 60%;
  }
  @supports (display: grid) {
    .flexbox_reverse .txt,
.sw .flexbox_sw .txt {
      width: auto;
    }
  }
}
@media (max-width: 750px) {
  .flexbox_reverse .txt,
.sw .flexbox_sw .txt {
    margin: 0 0 1em 0;
  }
}
.flexbox_reverse .ph,
.sw .flexbox_sw .ph {
  margin: 0 auto;
}
@media (min-width: 751px) {
  .flexbox_reverse .ph,
.sw .flexbox_sw .ph {
    width: 60%;
  }
  @supports (display: grid) {
    .flexbox_reverse .ph,
.sw .flexbox_sw .ph {
      width: 100%;
    }
  }
}

@supports (display: grid) {
  @media (max-width: 750px) {
    .flexbox_reverse .txt {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .flexbox_reverse .ph {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox > .ph:first-child {
  margin-right: 0.1rem;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox > .ph:first-child {
    margin-right: auto;
  }
  .flexbox > .ph {
    width: 90%;
    margin: 1em auto;
  }
}

/* ================================================
footer
================================================ */
.footer {
  margin: 0.2rem 0 0 0;
}
.footer .copyright {
  font-size: 0.12rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .footer .copyright {
    font-size: 0.2rem;
  }
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 10;
  width: 0.5rem;
  height: 0.63rem;
  content: "";
  background: url("../img/common/pagetop_arrow.png") no-repeat center/100%;
}
@media (max-width: 750px) {
  .footer .pagetop {
    min-width: 40px;
    min-height: 50px;
  }
}
.footer .pagetop:hover {
  opacity: 0.8;
}

/* ================================================
TOP
================================================ */
.top {
  background: #000;
}
@media (min-width: 751px) {
  .top {
    padding: 0 0.3rem 0.3rem 0.3rem;
  }
}
@media (max-width: 750px) {
  .top {
    padding-top: 0.8rem;
  }
}
.top .mv {
  margin: 0 -0.3rem;
  height: 4rem;
  background: url("../img/0000/mv.png") no-repeat center/cover;
}
@media (max-width: 750px) {
  .top .mv {
    height: 7.5rem;
    background-image: url("../img/0000/mv_sp.png");
  }
}
.top p,
.top dl,
.top ul {
  text-shadow: none;
}
.top .index_link_area {
  margin: 2em 0;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 751px) {
  .top .index_link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.14rem;
  }
  @supports (display: grid) {
    .top .index_link_area {
      display: grid;
      gap: 0.1rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 751px) {
  .top .index_link_area .col {
    width: calc(100% / 3);
  }
  @supports (display: grid) {
    .top .index_link_area .col {
      width: auto;
    }
  }
}
@media (max-width: 750px) {
  .top .index_link_area .col {
    margin: 0 0 2em 0;
  }
  .top .index_link_area .col:last-child {
    margin-bottom: 0;
  }
}
.top .index_link_area dl {
  margin: 0 0 2em 0;
  padding: 0 0 0 1.5em;
  border-left: 0.01rem solid #eb7331;
}
.top .index_link_area dl:last-child {
  margin-bottom: 0;
}
.top .index_link_area dt {
  margin: 0 0 1em 0;
  color: #eb7331;
}
.top .index_link_area dt.space {
  height: 1em;
}
@media (max-width: 750px) {
  .top .index_link_area dt.space {
    height: auto;
  }
}
.top .index_link_area li {
  margin: 0 0 1em 0;
}
.top .index_link_area li:last-child {
  margin-bottom: 0;
}
.top .index_link_area .index_link_list li a {
  display: block;
  margin-bottom: 0.15rem;
}
.top .index_link_area .page_nav {
  padding-left: 1em;
  margin-bottom: 1.5em;
}
.top .index_link_area .page_nav li {
  position: relative;
  color: #ffd6aa;
  padding-left: 1.2em;
}
.top .index_link_area .page_nav li::before {
  content: "";
  position: absolute;
  background: url("../img/common/page_nav_icon.png") no-repeat center center/contain;
  width: 0.126rem;
  height: 0.14rem;
  left: 0;
}
@media (max-width: 750px) {
  .top .index_link_area .page_nav li::before {
    width: 0.18rem;
    height: 0.2rem;
    top: 0.02rem;
  }
}
.top .reference_list {
  margin: 2em 0;
}
.top .reference_list li {
  color: #fff;
  font-size: 0.12rem;
}
@media (max-width: 750px) {
  .top .reference_list li {
    font-size: 0.2rem;
  }
}
.top .reference_list img {
  height: 1.4em;
  width: auto;
}
