@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 {
  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 {
  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 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

/* ------------ colors ------------ */
html {
  visibility: hidden;
  font-size: 62.5%;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #252525;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body > iframe {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: agenda, sans-serif;
  line-height: 1;
}

::selection,
::-moz-selection {
  background: #5db2d9;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

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

Clear Fix

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

/* ----------------------------------------------------------
cookie-box
---------------------------------------------------------- */
.cookie-box.cookie-box--close {
  display: none;
}
.cookie-box .cookie-box__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.cookie-box .cookie-box__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.cookie-box .cookie-box__cnt {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__cnt {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.cookie-box .cookie-box__txt {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.cookie-box .cookie-box__txt a {
  text-decoration: underline;
}
.cookie-box .cookie-box__txt a:hover {
  text-decoration: none;
}
.cookie-box .cookie-box__btn {
  width: 100px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.cookie-box .cookie-box__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

.system_article {
  /*
  YUI 3.5.0 (build 5089)
  Copyright 2012 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/
  */
}
.system_article html {
  color: #252525;
  background: #fff;
}
.system_article body,
.system_article div,
.system_article dl,
.system_article dt,
.system_article dd,
.system_article ul,
.system_article ol,
.system_article li,
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6,
.system_article pre,
.system_article code,
.system_article form,
.system_article fieldset,
.system_article legend,
.system_article input,
.system_article textarea,
.system_article p,
.system_article blockquote,
.system_article th,
.system_article td {
  margin: 0;
  padding: 0;
}
.system_article table {
  border-spacing: 0;
  border-collapse: collapse;
}
.system_article fieldset,
.system_article img {
  border: 0;
}
.system_article address,
.system_article caption,
.system_article cite,
.system_article code,
.system_article dfn,
.system_article em,
.system_article strong,
.system_article th,
.system_article var {
  font-weight: normal;
  font-style: normal;
}
.system_article ol,
.system_article ul {
  list-style: none;
}
.system_article caption,
.system_article th {
  text-align: left;
}
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6 {
  font-size: 100%;
  font-weight: normal;
}
.system_article q:before,
.system_article q:after {
  content: "";
}
.system_article abbr,
.system_article acronym {
  font-variant: normal;
  border: 0;
}
.system_article sup {
  vertical-align: text-top;
}
.system_article sub {
  vertical-align: text-bottom;
}
.system_article input,
.system_article textarea,
.system_article select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  z-index: auto;
}
.system_article input,
.system_article textarea,
.system_article select {
  *font-size: 100%;
}
.system_article legend {
  color: #000;
}
.system_article #yui3-css-stamp.cssreset {
  display: none;
}
.system_article main,
.system_article aside {
  display: block;
}
.system_article p {
  color: #252525;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  min-height: 1.4em;
}
.system_article p::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.system_article ul {
  color: #252525;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: disc !important;
}
.system_article ol {
  color: #252525;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: decimal !important;
}
.system_article a {
  color: #1790c8;
  text-decoration: underline !important;
}
.system_article a:hover {
  text-decoration: none !important;
}
.system_article a:active {
  text-decoration: underline !important;
}
.system_article .aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article img.aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .wp-caption-text {
  text-align: center;
}
.system_article strong,
.system_article em {
  font-weight: bold !important;
}
.system_article h1 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 2.4em 0 1.2em;
  font-size: 1.25em;
}
.system_article h1:first-child {
  margin-top: 0;
}
.system_article h2 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
  font-size: 1.25em;
}
.system_article h2:first-child {
  margin-top: 0;
}
.system_article h3 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.6em 0 0.8em;
  font-size: 1.2em;
}
.system_article h3:first-child {
  margin-top: 0;
}
.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.system_article th {
  font-size: 0.9em;
  padding: 0.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.system_article td {
  font-size: 0.9em;
  padding: 0.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.system_article img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.system_article iframe {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  .system_article iframe {
    width: 100%;
  }
}
.system_article video {
  max-width: 100%;
}
.system_article .photo01,
.system_article .photo02 {
  margin-bottom: 20px;
}
.system_article .photo01 img {
  display: block;
  width: 100%;
  height: auto;
}
.system_article .photo02 {
  *zoom: 1;
}
.system_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.system_article .photo02 li {
  overflow: hidden;
  width: 49%;
}
.system_article .photo02 li:first-child {
  float: left;
}
.system_article .photo02 li:last-child {
  float: right;
}
.system_article .photo02 li img {
  display: block;
  height: auto;
}
.system_article .unit_faq {
  margin-bottom: 50px;
}
.system_article .unit_faq dt,
.system_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}
.system_article .unit_faq dt {
  font-size: 15px;
  font-weight: bold;
}
.system_article .unit_faq dd:last-child {
  margin-bottom: 0;
}
.system_article .unit_data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}
.system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}
.system_article .unit_data td {
  font-size: 13px;
  padding: 16px 0;
}
.system_article .unit_data th {
  font-size: 13px;
  font-weight: bold;
  width: 240px;
  padding: 16px;
  text-align: left;
  background: #f7f2ee;
}
.system_article .unit_data td {
  padding: 16px 32px;
}
.system_article::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.voice_box {
  width: 920px;
  margin: 90px auto;
}
@media screen and (max-width: 740px) {
  .voice_box {
    width: 100%;
    margin: 10% 0;
  }
}
.voice_box .tit {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 20px;
  line-height: 1;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 740px) {
  .voice_box .tit {
    font-size: 5vw;
    margin-bottom: 4%;
    padding-top: 4%;
  }
}
.voice_box ul {
  list-style: none;
}
.voice_box li.box {
  width: 450px;
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .voice_box li.box {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}
.voice_box li.box:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 740px) {
  .voice_box li.box:nth-child(2n) {
    float: none;
  }
}
.voice_box li.box a {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
}
@media screen and (max-width: 740px) {
  .voice_box li.box a {
    padding: 3%;
  }
}
.voice_box li.box a .ph {
  width: 120px;
  height: 80px;
  overflow: hidden;
  position: relative;
  float: left;
}
.voice_box li.box a .info_box {
  width: calc(100% - 130px);
  float: right;
  text-align: left;
}
.voice_box li.box a .info_box .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 740px) {
  .voice_box li.box a .info_box .title {
    font-size: 4vw;
    margin-bottom: 4%;
  }
}
.voice_box li.box a .info_box .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .voice_box li.box a .info_box .date {
    font-size: 3.47vw;
  }
}

.new {
  position: relative;
}

.new:after {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 53px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  content: "NEW";
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 50%;
  background: #ea6800;
  font-family: #252525;
}

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 12px;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 45px;
  }
}
.page_system {
  /* ================================
  *
  * 共通
  *
  * ================================ */
  /*  style
  *---------------------------------------------------------- */
  /*  icon
  *---------------------------------------------------------- */
  /*  Pager
  *---------------------------------------------------------- */
  /*  Archive
  *---------------------------------------------------------- */
  /* ================================
  *
  * 共通
  *
  * ================================ */
  /*---------------------------------------------------
  詳細 おすすめ吐き出し
  ---------------------------------------------------*/
  /*---------------------------------------------------
  インデックス おすすめ吐き出し
  ---------------------------------------------------*/
  /*-------------------------------------------
  インデックス section_other_list
  -------------------------------------------*/
  /*-------------------------------------------
  詳細 section_detail
  -------------------------------------------*/
  /*-------------------------------------------
  詳細 section_other_article
  -------------------------------------------*/
  /*--------------------------------------------
  SP horizontal
  ---------------------------------------------*/
  /*--------------------------------------------
    2pc. サイドナビ z-index:3333
  ---------------------------------------------*/
  /*--------------------------------------------
  3pc. カテゴリーナビ z-index:2222
  ---------------------------------------------*/
}
.page_system .icon_box {
  overflow: hidden;
  text-align: inherit;
}
.page_system .section_index .icon_box {
  max-height: 40px;
}
.page_system .icon,
.page_system .category {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  padding: 0 5px;
  color: #fff;
  margin-bottom: 2px;
  font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .page_system .icon,
.page_system .category {
    font-size: 9px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page_system .icon,
.page_system .category {
    font-size: 9px;
  }
}
.page_system .special_box .icon,
.page_system .special_box .category {
  padding: 2px 8px;
}
.page_system .pager li.next a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition-duration: 200ms;
}
.page_system .pager li.prev a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
  transition-duration: 200ms;
}
.page_system .pager {
  text-align: center;
  position: relative;
  z-index: 1;
  clear: both;
  margin-top: 30px;
}
.page_system .pager li.next, .page_system section .pager li.prev {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 239px;
  height: 37px;
  margin: 0 10px;
  float: none;
}
.page_system .pager li.next a, .page_system section .pager li.prev a {
  background: #252525;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  display: block;
}
.page_system .next_btn {
  clear: both;
}
.page_system .next_btn p a {
  display: block;
  text-align: center;
  background: #252525;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .page_system .pager {
    margin-top: 1%;
  }
  .page_system .pager li.next, .page_system section .pager li.prev {
    margin: 0 auto 13%;
  }
}
.page_system .side_title {
  background: #252525;
  color: #fff;
  padding: 15px 0 10px;
  text-align: center;
  width: 100%;
}
.page_system .archive {
  margin-bottom: 30px;
}
.page_system .archive a {
  text-decoration: none;
}
.page_system .archive .nextback {
  height: 34px;
  padding: 0;
  text-align: center;
  position: relative;
  background: #e0e0e0;
}
.page_system .archive .nextback .back, .page_system .archive .nextback .next {
  width: 30%;
}
.page_system .archive .nextback .back {
  float: left;
}
.page_system .archive .nextback .next {
  float: right;
}
.page_system .archive .nextback .back a, .page_system .archive .nextback .next a {
  color: #252525;
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  letter-spacing: 1px;
}
.page_system .archive .nextback .back a {
  padding-left: 5px;
}
.page_system .archive .nextback .next a {
  padding-right: 8px;
}
.page_system .archive .nextback .back a:hover, .page_system .archive .nextback .next a:hover {
  text-decoration: none;
}
.page_system .archive .nextback .back a span, .page_system .archive .nextback .next a span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.page_system .archive .nextback .back a span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-right: 5px solid #252525;
  transition-duration: 200ms;
}
.page_system .archive .nextback .next a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #252525;
  transition-duration: 200ms;
}
.page_system .archive .nextback p.yearbox {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  height: 34px;
  text-align: center;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25%;
  letter-spacing: 1px;
}
.page_system .archive ul li a {
  border-bottom: 1px dotted #252525;
  color: #252525;
  display: block;
  padding: 9px 15px 8px 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.page_system .archive ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #252525;
  transition-duration: 200ms;
}
@media screen and (max-width: 740px) {
  .page_system .archive {
    margin-bottom: 10%;
  }
  .page_system .archive:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .page_system .section_index,
.page_system .section_detail {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 740px) {
  .page_system .section_index,
.page_system .section_detail {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.page_system .section_detail .section_rec {
  width: 910px;
  margin: 0 auto;
  position: relative;
}
.page_system .section_detail .section_rec .title_rec {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #252525;
}
.page_system .section_detail .section_rec .ph {
  width: 43%;
  height: 0;
  padding-bottom: 29%;
  float: left;
}
.page_system .section_detail .section_rec .info_box {
  float: right;
  width: 55%;
  text-align: left;
}
.page_system .section_detail .section_rec .icon_box {
  margin-top: 5px;
  max-height: 20px;
}
.page_system .section_detail .section_rec .title {
  font-size: 15px;
  margin-top: 7px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .tit {
  font-size: 15px;
  margin-top: 7px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .txt {
  margin-top: 5px;
  max-height: 100px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .btn_more02 {
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .section_rec {
    width: 100%;
  }
  .page_system .section_detail .section_rec .ph {
    width: 39%;
  }
  .page_system .section_detail .section_rec .info_box {
    width: 58%;
  }
  .page_system .section_detail .section_rec .btn_more02 {
    margin-top: 7px;
    font-size: 11px;
    text-align: right;
  }
}
.page_system .section_rank {
  margin: 0 auto 100px;
}
.page_system .section_rank .box {
  position: relative;
  width: 100%;
  height: 160px;
  background: #fff;
  border: 2px solid #ea6800;
}
.page_system .section_rank .box:after {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #ea6800;
}
.page_system .section_rank .box:first-child {
  position: relative;
  max-height: 353px;
  height: 27vw;
  margin-bottom: 21px;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box:first-child {
    max-height: inherit;
  }
}
.page_system .section_rank .box:first-child .ph {
  max-width: 485px;
  height: 24.5vw;
  max-height: 320px;
  overflow: hidden;
  width: 40%;
}
.page_system .section_rank .box:first-child .title {
  max-height: 86px;
  margin-top: 15px;
}
.page_system .section_rank .box:first-child .tit {
  max-height: 86px;
  margin-top: 15px;
}
.page_system .section_rank .box:first-child .txt_box:after {
  right: 10px;
  bottom: 14px;
}
.page_system .section_rank .box:nth-child(2), .page_system .section_rank .box:nth-child(3) {
  max-width: 540px;
  width: 49%;
  height: auto;
}
.page_system .section_rank .box:nth-child(2) .info_box, .page_system .section_rank .box:nth-child(3) .info_box {
  width: calc(100% - 43%);
}
.page_system .section_rank .box:nth-child(2) .ph, .page_system .section_rank .box:nth-child(3) .ph {
  width: 43%;
  max-height: 145px;
  height: 13vw;
}
@media screen and (max-width: 480px) {
  .page_system .section_rank .box:nth-child(2) .ph, .page_system .section_rank .box:nth-child(3) .ph {
    /* for sp Device Only */
    width: 100%;
  }
}
.page_system .section_rank .box:nth-child(2) {
  float: left;
}
.page_system .section_rank .box:nth-child(2) .title {
  max-height: 43px;
}
.page_system .section_rank .box:nth-child(2) .tit {
  max-height: 43px;
}
.page_system .section_rank .box:nth-child(2) .date {
  margin-bottom: 0;
  margin-top: 5px;
}
.page_system .section_rank .box:nth-child(3) {
  float: right;
}
.page_system .section_rank .box:nth-child(3) .title {
  max-height: 43px;
}
.page_system .section_rank .box:nth-child(3) .tit {
  max-height: 43px;
}
.page_system .section_rank .box:nth-child(3) .date {
  margin-bottom: 0;
}
.page_system .section_rank .box a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px;
}
.page_system .section_rank .box .ph {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 195px;
  height: 130px;
}
.page_system .section_rank .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 450px);
  padding: 20px;
  transform: translateY(-50%);
  text-align: left;
}
.page_system .section_rank .box .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.page_system .section_rank .box .plice {
  font-size: 16px;
}
.page_system .section_rank .box .icon_box {
  margin-bottom: 5px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_rank .box .title {
  font-size: 14px;
  overflow: hidden;
}
.page_system .section_rank .box .caption {
  margin-top: 7px;
  max-height: 100px;
  overflow: hidden;
}
.page_system .section_rank .box:first-child .txt_box {
  width: calc(100% - 505px);
}
.page_system .section_rank .box:nth-child(2) .txt_box,
.page_system .section_rank .box:nth-child(3) .txt_box {
  position: relative;
  float: right;
  width: calc(100% - 210px);
  height: 100%;
}
.page_system .section_rank .box:nth-child(2) .caption,
.page_system .section_rank .box:nth-child(3) .caption {
  display: none;
}
.page_system .section_rank .box:first-child .title {
  box-sizing: border-box;
  max-height: 120px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #252525;
}
.page_system .section_rank .box:first-child .txt {
  overflow: hidden;
  max-height: 100px;
}
.page_system .section_rank .box:first-child .txt_box .btn_more02 {
  display: block;
}
.page_system .section_rank .box .title {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  max-height: 72px;
}
.page_system .section_rank .box .txt_box .btn_more02 {
  display: none;
  float: right;
  margin-top: 40px;
}
.page_system .section_rank .inner {
  margin-bottom: 50px;
}
.page_system .section_rank .box:nth-child(2) .txt,
.page_system .section_rank .box:nth-child(3) .txt {
  font-size: 13px;
  overflow: hidden;
  height: 60px;
  margin-top: 10px;
}
.page_system .section_rank .box:nth-child(2) .title,
.page_system .section_rank .box:nth-child(3) .title {
  font-size: 14px;
  overflow: hidden;
  max-height: 70px;
  margin-top: 8px;
}
.page_system .main_fair .section_rank .box:nth-child(2) .txt,
.page_system .main_fair .section_rank .box:nth-child(3) .txt {
  display: none;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank {
    margin: 0 auto 10%;
  }
  .page_system .section_rank .box {
    height: auto;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
    border: none;
  }
  .page_system .section_rank .box a {
    padding: 0;
  }
  .page_system .section_rank .box .ph {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  .page_system .section_rank .box .icon_box {
    max-height: 25px;
  }
  .page_system .section_rank .box .date {
    margin-top: 2px;
  }
  .page_system .section_rank .box:first-child {
    width: 100%;
    height: auto;
  }
  .page_system .section_rank .box:first-child .ph {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
  }
  .page_system .section_rank .box:first-child .title {
    max-height: 70px;
    margin-bottom: 0;
    margin-top: 4px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.5;
  }
  .page_system .section_rank .box:nth-child(2),
.page_system .section_rank .box:nth-child(3) {
    width: 48%;
  }
  .page_system .section_rank .box:nth-child(2) .title,
.page_system .section_rank .box:nth-child(3) .title {
    max-height: 42px;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .page_system .section_rank .box .info_box {
    position: inherit;
    float: none;
    width: auto;
    top: inherit;
    right: inherit;
    padding: 0;
    transform: inherit;
    margin-top: 13px;
  }
  .page_system .section_rank .box:nth-child(2) .info_box,
.page_system .section_rank .box:nth-child(3) .info_box {
    width: auto;
  }
  .page_system .section_rank .box:after {
    display: none;
  }
}
.page_system .section_other_list {
  margin: 0 auto 30px;
}
.page_system .section_other_list h3 {
  line-height: 1.2;
  margin: 0 auto 32px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-family: source-han-sans-japanese, sans-serif;
}
.page_system .section_other_list .catch {
  font-size: 14px;
  text-align: center;
  display: block;
}
.page_system .section_other_list .box {
  border: solid 1px #ccc;
  float: left;
  width: 534px;
  margin-bottom: 22px;
  margin-right: 10px;
  margin-left: 10px;
}
.page_system .section_other_list .box:nth-child(2n) {
  margin-right: 0;
}
.page_system .section_other_list .box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.page_system .section_other_list .box .info_box {
  float: right;
  width: calc(100% - 205px);
  text-align: left;
}
.page_system .section_other_list .box .title {
  font-size: 14px;
  overflow: hidden;
  max-height: 50px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.page_system .section_other_list .box .txt {
  font-size: 13px;
  overflow: hidden;
  height: 40px;
}
.page_system .section_other_list .box .ph {
  width: 195px;
  height: 130px;
  overflow: hidden;
  float: left;
  position: relative;
}
.page_system .section_other_list .box .txt_box {
  float: right;
  width: calc(100% - 210px);
  position: relative;
  text-align: left;
}
.page_system .section_other_list .box .plice {
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .page_system .section_other_list h3 {
    font-size: 24px;
    margin-bottom: 6%;
  }
  .page_system .section_other_list .box {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 8%;
    cursor: pointer;
  }
  .page_system .section_other_list .box .ph {
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
    float: none;
  }
  .page_system .section_other_list .box .info_box {
    float: none;
    width: auto;
    margin-top: 13px;
  }
  .page_system .section_other_list .box .title {
    font-size: 15px;
    line-height: 1.5;
    max-height: 46px;
    margin-bottom: 0;
  }
}
.page_system .section_detail {
  width: 910px;
  margin: 0 auto 100px;
}
.page_system .section_detail .inner {
  width: 100%;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.page_system .section_detail .ph {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.page_system .section_detail .ph img {
  width: 100%;
}
.page_system .section_detail .cnt_box {
  margin-bottom: 60px;
}
.page_system .section_detail .inner.main_box,
.page_system .section_detail .inner.main_box div,
.page_system .section_detail .inner.main_box ul {
  opacity: 1;
  transform: none;
}
.page_system .section_detail .main_box {
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
.page_system .section_detail .main_box .ph {
  position: relative;
  width: 910px;
  margin: 0 auto 30px;
  padding-bottom: 60%;
  height: 0;
  line-height: 0;
}
.page_system .section_detail .main_box .ph.new::after {
  line-height: 61px;
  width: 60px;
  height: 60px;
}
.page_system .section_detail .main_box .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  text-align: center;
  vertical-align: top;
  background: #252525;
  color: #fff;
}
.page_system .section_detail .main_box .tbl_txt dd {
  font-size: 14px;
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  text-align: left;
  line-height: inherit;
}
.page_system .section_detail .unit {
  text-align: center;
}
.page_system .section_detail .unit .cnt_box {
  padding: 20px;
}
.page_system .section_detail .unit .icon_box {
  margin-bottom: 12px;
}
.page_system .section_detail .unit .title {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.page_system .section_detail .unit .date {
  font-size: 16px;
  margin-bottom: 5px;
}
.page_system .section_detail .unit .sub_title {
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.page_system .section_detail .unit .caption {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.page_system .section_detail .unit .tbl_txt {
  border-collapse: collapse;
  margin: 20px auto 30px;
}
.page_system .section_detail .unit .tbl_txt dt {
  padding: 3px 30px;
  text-align: center;
  background: #252525;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.page_system .section_detail .unit .tbl_txt dt.empty {
  display: none;
}
.page_system .section_detail .unit .tbl_txt dd {
  max-width: 33%;
  padding-right: 30px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  line-height: 17px;
  vertical-align: top;
}
.page_system .section_detail .unit .tbl_txt dd:last-child {
  padding-right: 0;
}
.page_system .section_detail .unit .price {
  padding: 15px 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}
.page_system .section_detail .unit .price span {
  display: block;
  font-size: 13px;
}
.page_system .section_detail .unit .txt {
  margin-bottom: 50px;
}
.page_system .section_detail .unit .txt img {
  margin: 10px 0;
}
.page_system .section_detail .unit .unit_faq {
  text-align: left;
}
.page_system .section_detail .unit .unit_faq dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.page_system .included_box {
  margin-top: 50px;
}
.page_system .included_box .title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.page_system .included_box .data {
  margin-bottom: 65px;
}
.page_system .included_box .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.page_system .included_box .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system .included_box .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}
.page_system .included_box .data th,
.page_system .included_box .data td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.page_system .included_box .data th {
  padding: 10px 6px;
  letter-spacing: 1px;
  background: #dedede;
}
.page_system .included_box .data th:nth-child(1) {
  width: 30%;
  border-right: 1px solid #fff;
}
.page_system .included_box .data th:nth-child(2) {
  width: 70%;
}
.page_system .included_box .data td {
  padding: 10px 6px;
  vertical-align: middle;
}
.page_system .included_box .data td.data {
  padding: 13px 20px;
  text-align: left;
}
.page_system .included_box .data .note {
  width: 35%;
}
.page_system .included_box .data .ex dt,
.page_system .included_box .data .ex dd {
  font-size: 12px;
  font-weight: normal;
  float: left;
}
.page_system .included_box .data .ex dt:after {
  content: ": ";
}
.page_system .included_box .data .ex dd {
  margin-right: 2em;
}
.page_system .value_box {
  padding: 20px;
  background: #dedede;
  margin-top: 40px;
}
.page_system .value_box .title {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  color: #252525 !important;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  margin: 0px 0 15px;
}
.page_system .section_detail .section_btn {
  margin-top: 70px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail {
    width: 100%;
    background: #FFF;
    margin: 0 auto 20%;
  }
  .page_system .section_detail .main_box {
    margin-bottom: 6%;
  }
  .page_system .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .page_system .section_detail .main_box .unit .icon_box {
    margin-bottom: 7px;
  }
  .page_system .section_detail .main_box .unit .ph.new::after {
    line-height: 43px;
    width: 42px;
    height: 42px;
  }
  .page_system .section_detail .main_box .ph {
    padding-bottom: 67%;
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
  .page_system .section_detail .main_box .txt_box {
    float: none;
    width: 100%;
  }
  .page_system .section_detail .main_box .tbl_txt {
    text-align: left;
    margin: 5% auto;
  }
  .page_system .section_detail .main_box .tbl_txt dt {
    width: 36%;
    padding: 6px;
    line-height: 1;
  }
  .page_system .section_detail .main_box .tbl_txt dd {
    max-width: 100%;
    width: 58%;
    padding-right: 0;
    margin-bottom: 4%;
    margin-left: 10px;
  }
  .page_system .section_detail .cnt_box {
    margin-bottom: 11%;
  }
  .page_system .section_detail .inner.detail,
.page_system .section_detail .inner.detail div,
.page_system .section_detail .inner.detail ul {
    opacity: 1;
    transform: none;
  }
  .page_system .included_box .data {
    margin-bottom: 0;
  }
  .page_system .included_box .title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .page_system .value_box {
    margin-top: 10%;
  }
  .page_system .section_btn {
    width: 100%;
  }
  .page_system .section_btn li {
    width: 100%;
  }
  .page_system .section_btn li:first-child {
    margin-bottom: 10px;
  }
  .page_system .section_btn .btn a span {
    font-size: 14px;
  }
  .page_system .section_detail .section_btn {
    margin-top: 5%;
  }
}
.page_system .section_other_article {
  margin: 90px auto 30px;
}
.page_system .section_other_article h3 {
  line-height: 1.2;
  margin: 0 auto 32px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
}
.page_system .section_other_article h3 span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 5px;
}
.page_system .section_other_article .catch {
  font-size: 14px;
  text-align: center;
  display: block;
}
.page_system .section_other_article .box {
  border: solid 1px #ccc;
  float: left;
  width: 440px;
  margin-bottom: 22px;
  margin-right: 10px;
  margin-left: 10px;
}
.page_system .section_other_article .box:nth-child(2n) {
  margin-right: 0;
}
.page_system .section_other_article .box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.page_system .section_other_article .box .info_box {
  float: right;
  width: calc(100% - 205px);
  text-align: left;
}
.page_system .section_other_article .box .title {
  font-size: 14px;
  overflow: hidden;
  max-height: 50px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.page_system .section_other_article .box .txt {
  font-size: 13px;
  overflow: hidden;
  height: 40px;
}
.page_system .section_other_article .box .ph {
  width: 195px;
  height: 130px;
  overflow: hidden;
  float: left;
  position: relative;
}
.page_system .section_other_article .box .txt_box {
  float: right;
  width: calc(100% - 210px);
  position: relative;
  text-align: left;
}
.page_system .out_of_range {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .page_system .section_other_article {
    margin: 13% auto 7%;
  }
  .page_system .section_other_article h3 {
    font-size: 17px;
    margin-bottom: 6%;
  }
  .page_system .section_other_article .box {
    width: 100%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .page_system .section_other_article .box a {
    padding: 8px;
  }
  .page_system .section_other_article .box .ph {
    width: 39%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 26%;
    float: left;
  }
  .page_system .section_other_article .box .info_box {
    float: right;
    width: 58%;
    margin-top: 0;
  }
  .page_system .section_other_article .box .title {
    margin-top: 0;
  }
  .page_system .section_other_article .icon_box {
    max-height: 20px;
  }
  .page_system .out_of_range {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .page_system .main_report .horizontal li:first-child,
.page_system .main_fair .horizontal li:first-child {
    width: 100%;
  }
  .page_system .main_report .horizontal li:nth-child(2n),
.page_system .main_fair .horizontal li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .page_system .main_report .horizontal li:nth-child(odd),
.page_system .main_fair .horizontal li:nth-child(odd) {
    border-right: none;
  }
  .page_system .main_report .horizontal li.active a::after,
.page_system .main_fair .horizontal li.active a::after {
    display: none;
  }
}
.page_system .side-nav {
  width: 370px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3333;
  *zoom: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.page_system .side-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page_system .side-nav:before {
  content: "";
  display: table;
}
.page_system .side-nav-open {
  width: 70px;
  float: right;
  position: relative;
}
.page_system .side-nav-cts {
  width: 300px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0 70px 70px;
}
.page_system .side-nav-cts nav {
  display: inline-block;
}
.page_system #snav-triger {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.page_system #snav-triger span {
  display: block;
  position: absolute;
  top: 31px;
  left: 26px;
  right: 7px;
  width: 19px;
  height: 2px;
  background-color: #262626;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.page_system #snav-triger span:before, .page_system #snav-triger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
}
.page_system #snav-triger span:before {
  top: -7px;
}
.page_system #snav-triger span:after {
  bottom: -7px;
}
.page_system #snav-triger span:before, .page_system #snav-triger span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.page_system #snav-triger span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.page_system #snav-triger span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.page_system #snav-triger.active span {
  background: none;
}
.page_system #snav-triger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_system #snav-triger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_system #snav-triger.active span:before, .page_system #snav-triger.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  background-color: #262626;
}
.page_system .nav-main {
  font-size: 22px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.page_system .nav-main li {
  margin-bottom: 20px;
  line-height: 1.4em;
}
.page_system .nav-main li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #262626;
}
.page_system .nav-main li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_system .nav-main li a:hover:after {
  width: 100%;
}
.page_system .nav-sub {
  font-size: 13px;
  line-height: 1em;
}
.page_system .nav-sub li {
  margin-bottom: 20px;
}
.page_system .nav-sub li a {
  color: #a1a1a1;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-sub li a:hover {
  color: #262626;
}
.page_system .nav-sub-link {
  margin-top: 40px;
  padding-bottom: 40px;
}
.page_system .nav-sns {
  font-size: 0;
}
.page_system .nav-sns li {
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
}
.page_system .nav-sns li a {
  color: #262626;
}
.page_system .cate-nav {
  width: 670px;
  background: #fff;
  position: fixed;
  z-index: 2222;
  top: 0;
  right: 0;
  *zoom: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
}
.page_system .cate-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page_system .cate-nav:before {
  content: "";
  display: table;
}
.page_system .cate-nav-open {
  width: 70px;
  float: left;
  position: relative;
}
.page_system .cate-nav-cts {
  width: 600px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 70px 70px 0;
}
.page_system .cate-nav-cts nav {
  display: inline-block;
}
.page_system .cate-nav-cts nav h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.page_system .cate-nav-cts nav p {
  margin-bottom: 10px;
}
.page_system #cate-triger {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page_system #cate-triger div {
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.page_system #cate-triger span {
  display: block;
  position: absolute;
  top: 34px;
  left: 22px;
  right: 7px;
  width: 19px;
  height: 2px;
  background: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.page_system #cate-triger span:before, .page_system #cate-triger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system #cate-triger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_system #cate-triger span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_system #cate-triger span:before, .page_system #cate-triger span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.page_system #cate-triger span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.page_system #cate-triger span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.page_system #cate-triger.active div {
  font-size: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.page_system #cate-triger.active span {
  display: block;
  position: absolute;
  top: 34px;
  left: 22px;
  right: 7px;
  width: 19px;
  height: 1px;
  background: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page_system #cate-triger.active span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page_system #cate-triger.active span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page_system #cate-triger.active span:before, .page_system #cate-triger.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  background-color: #262626;
}
.page_system .nav-item {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 40px;
}
.page_system .nav-item li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.page_system .nav-item li a {
  text-decoration: none;
  color: #a1a1a1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-item li a:hover {
  color: #262626;
}
.page_system .nav-item li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page_system .nav-idol {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 40px;
}
.page_system .nav-idol li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.page_system .nav-idol li a {
  text-decoration: none;
  color: #a1a1a1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-idol li a:hover {
  color: #262626;
}
.page_system .nav-idol li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page_system .form_menu {
  width: 910px;
  margin: 0 auto 30px;
}
.page_system .form_menu .reserve_time {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
}
.page_system .form_menu .reserve_time .title_form {
  display: inline-block;
  margin-right: 10px;
}
.page_system .form_menu .reserve_time .select_box {
  display: inline-block;
}
.page_system .form_menu .reserve_time .select_box select {
  height: 40px;
  background: #f4f1ec;
}
.page_system .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.page_system .form_menu .btn_reserve::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #271d00;
}
.page_system .form_menu .btn_reserve input {
  font-size: 16px;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #ea6800;
  -webkit-appearance: none;
}
.page_system .form_menu .btn_reserve:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}

.main_with .section_index .box .info_box {
  padding-top: 0;
}
@media screen and (max-width: 740px) {
  .main_with .section_other_list .box .ph {
    padding-bottom: 67% !important;
  }
}

.page_system {
  /* section_detail
  --------------------------------------------------*/
}
.page_system.page_news, .page_system.page_blog, .page_system.page_with {
  /*  Main
  *---------------------------------------------------------- */
  /*  Side
  *---------------------------------------------------------- */
  /*  Main と Side　iPad
  *---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
  *---------------------------------------------------------- */
  /* news_box
  --------------------------------------------------*/
  /* for pc */
}
.page_system.page_news .icon_special.name .icon, .page_system.page_blog .icon_special.name .icon, .page_system.page_with .icon_special.name .icon {
  color: #252525 !important;
  background: none !important;
  padding: 0 !important;
  margin-right: 6px;
  font-size: 15px;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .icon_special.name, .page_system.page_blog .icon_special.name, .page_system.page_with .icon_special.name {
    margin-top: 4px;
  }
  .page_system.page_news .icon_special.name .icon, .page_system.page_blog .icon_special.name .icon, .page_system.page_with .icon_special.name .icon {
    font-size: 14px;
  }
}
.page_system.page_news .section_rank .box:nth-child(2) .title,
.page_system.page_news .section_rank .box:nth-child(3) .title, .page_system.page_blog .section_rank .box:nth-child(2) .title,
.page_system.page_blog .section_rank .box:nth-child(3) .title, .page_system.page_with .section_rank .box:nth-child(2) .title,
.page_system.page_with .section_rank .box:nth-child(3) .title {
  margin-bottom: 4px;
}
@media print, screen and (min-width: 741px) {
  .page_system.page_news .main, .page_system.page_blog .main, .page_system.page_with .main {
    max-width: 850px;
    width: 78%;
    float: left;
  }
}
.page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_with aside.side {
  max-width: 200px;
  width: 20%;
  float: right;
}
@media screen and (max-width: 979px) {
  .page_system.page_news .main, .page_system.page_blog .main, .page_system.page_with .main {
    width: 100%;
    float: none;
  }
  .page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_with aside.side {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .page_system.page_news aside.side .archive, .page_system.page_blog aside.side .archive, .page_system.page_with aside.side .archive {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .page_system.page_news, .page_system.page_blog, .page_system.page_with {
    /* for sp Device Only */
  }
  .page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_with aside.side {
    width: 100%;
    display: block;
  }
  .page_system.page_news aside.side .archive, .page_system.page_blog aside.side .archive, .page_system.page_with aside.side .archive {
    width: 100%;
  }
}
.page_system.page_news .section_other_list h3, .page_system.page_blog .section_other_list h3, .page_system.page_with .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  color: #a03e64;
  border-top: 2px solid #ea6800;
  border-bottom: 2px solid #ea6800;
}
.page_system.page_news .section_other_list .news_list.column_01 .box, .page_system.page_blog .section_other_list .news_list.column_01 .box, .page_system.page_with .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 22px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .section_other_list .news_list.column_01 .box, .page_system.page_blog .section_other_list .news_list.column_01 .box, .page_system.page_with .section_other_list .news_list.column_01 .box {
    width: 48%;
  }
}
.page_system.page_news .section_other_list .news_list.column_01 .box a, .page_system.page_blog .section_other_list .news_list.column_01 .box a, .page_system.page_with .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_news .section_other_list .news_list.column_01 .box .ph, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph, .page_system.page_with .section_other_list .news_list.column_01 .box .ph {
  width: 195px;
  padding-bottom: 273px;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .section_other_list .news_list.column_01 .box .ph, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph, .page_system.page_with .section_other_list .news_list.column_01 .box .ph {
    width: 100%;
    padding-bottom: 140%;
    margin-bottom: 5%;
  }
}
.page_system.page_news .section_other_list .news_list.column_01 .box .ph img, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph img, .page_system.page_with .section_other_list .news_list.column_01 .box .ph img {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.page_system.page_news .section_other_list .news_list.column_01 .box .date, .page_system.page_blog .section_other_list .news_list.column_01 .box .date, .page_system.page_with .section_other_list .news_list.column_01 .box .date {
  margin-top: 5px;
}
.page_system.page_news .section_other_list .news_list .box, .page_system.page_blog .section_other_list .news_list .box, .page_system.page_with .section_other_list .news_list .box {
  border: none;
  width: 420px;
}
.page_system.page_news .section_other_list .news_list .box a, .page_system.page_blog .section_other_list .news_list .box a, .page_system.page_with .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_news .section_other_list .news_list .box .date, .page_system.page_blog .section_other_list .news_list .box .date, .page_system.page_with .section_other_list .news_list .box .date {
  margin-top: 2px;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .section_other_list .news_list.column_01 > ul,
.page_system.page_news .section_other_list .news_list.column_03 > ul, .page_system.page_blog .section_other_list .news_list.column_01 > ul,
.page_system.page_blog .section_other_list .news_list.column_03 > ul, .page_system.page_with .section_other_list .news_list.column_01 > ul,
.page_system.page_with .section_other_list .news_list.column_03 > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_system.page_news .section_other_list .news_list.column_01 > ul::after,
.page_system.page_news .section_other_list .news_list.column_03 > ul::after, .page_system.page_blog .section_other_list .news_list.column_01 > ul::after,
.page_system.page_blog .section_other_list .news_list.column_03 > ul::after, .page_system.page_with .section_other_list .news_list.column_01 > ul::after,
.page_system.page_with .section_other_list .news_list.column_03 > ul::after {
    display: none;
  }
  .page_system.page_news .section_other_list .news_list.column_01 .box,
.page_system.page_news .section_other_list .news_list.column_03 .box, .page_system.page_blog .section_other_list .news_list.column_01 .box,
.page_system.page_blog .section_other_list .news_list.column_03 .box, .page_system.page_with .section_other_list .news_list.column_01 .box,
.page_system.page_with .section_other_list .news_list.column_03 .box {
    width: 48%;
  }
  .page_system.page_news .section_other_list .news_list.column_01 .box .info_box,
.page_system.page_news .section_other_list .news_list.column_03 .box .info_box, .page_system.page_blog .section_other_list .news_list.column_01 .box .info_box,
.page_system.page_blog .section_other_list .news_list.column_03 .box .info_box, .page_system.page_with .section_other_list .news_list.column_01 .box .info_box,
.page_system.page_with .section_other_list .news_list.column_03 .box .info_box {
    float: none;
    width: auto;
    margin-top: 13px;
  }
  .page_system.page_news .section_other_list .news_list.column_01 .box a,
.page_system.page_news .section_other_list .news_list.column_03 .box a, .page_system.page_blog .section_other_list .news_list.column_01 .box a,
.page_system.page_blog .section_other_list .news_list.column_03 .box a, .page_system.page_with .section_other_list .news_list.column_01 .box a,
.page_system.page_with .section_other_list .news_list.column_03 .box a {
    display: block;
  }
  .page_system.page_news .section_other_list .news_list.column_01 .box .ph,
.page_system.page_news .section_other_list .news_list.column_03 .box .ph, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph,
.page_system.page_blog .section_other_list .news_list.column_03 .box .ph, .page_system.page_with .section_other_list .news_list.column_01 .box .ph,
.page_system.page_with .section_other_list .news_list.column_03 .box .ph {
    width: 100%;
    padding-bottom: 140%;
    margin-bottom: 0;
  }
  .page_system.page_news .section_other_list .news_list.column_01 .box .ph img,
.page_system.page_news .section_other_list .news_list.column_03 .box .ph img, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph img,
.page_system.page_blog .section_other_list .news_list.column_03 .box .ph img, .page_system.page_with .section_other_list .news_list.column_01 .box .ph img,
.page_system.page_with .section_other_list .news_list.column_03 .box .ph img {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_news .section_other_list .news_list.column_03 .box, .page_system.page_blog .section_other_list .news_list.column_03 .box, .page_system.page_with .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box .ph.ph_sys, .page_system.page_blog .section_other_list .news_list.column_03 .box .ph.ph_sys, .page_system.page_with .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    margin-bottom: 15px;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box .ph.ph_sys img, .page_system.page_blog .section_other_list .news_list.column_03 .box .ph.ph_sys img, .page_system.page_with .section_other_list .news_list.column_03 .box .ph.ph_sys img {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box .info_box, .page_system.page_blog .section_other_list .news_list.column_03 .box .info_box, .page_system.page_with .section_other_list .news_list.column_03 .box .info_box {
    float: none;
    width: 100%;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box:nth-child(3n), .page_system.page_blog .section_other_list .news_list.column_03 .box:nth-child(3n), .page_system.page_with .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box:nth-child(3n+1), .page_system.page_blog .section_other_list .news_list.column_03 .box:nth-child(3n+1), .page_system.page_with .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
}
.page_system .btn.up {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .page_system .btn.up {
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 761px) {
  .page_system .section_detail .main_box {
    border-bottom: 1px solid #252525;
    padding-bottom: 50px;
  }
  .page_system .section_detail .main_box .unit {
    padding: 0;
    margin-bottom: 0;
  }
  .page_system .section_detail .main_box .txt_box {
    padding-top: 30px;
  }
  .page_system .section_detail .main_box .ph {
    float: left;
    width: 300px;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page_system .section_detail .main_box .ph img {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translate(0, 0);
  }
  .page_system .section_detail .main_box .txt_box {
    text-align: left;
    float: right;
    width: calc(100% - 330px);
  }
  .page_system .section_detail .inner.detail {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #252525;
  }
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .main_box .ph {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .page_system .section_detail .main_box .ph img {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translate(0, 0);
  }
}

/* ================================
 *
 * レポート
 *
 * ================================ */
/*---------------------------------------------------
 Report_index
---------------------------------------------------*/
.main_event .section_index .box {
  width: 100%;
  float: none;
  margin-right: 0;
}
.main_event .section_index .box .ph {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main_event .section_index .box .ph.list {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 67% !important;
  }
}

.section_index .box {
  position: relative;
  width: 345px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.section_index .box:nth-child(3n) {
  margin-right: 0;
}
.section_index .box:nth-child(3n+1) {
  clear: left;
}
.section_index .box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_index .box .info_box {
  padding-top: 15px;
  text-align: center;
}
.section_index .box .info_box .tit {
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  max-height: 47px;
  margin-bottom: 5px;
}
.section_index .box .info_box .date {
  margin-bottom: 5px;
}
.section_index .box .info_box .icon_box {
  margin-top: 8px;
}
.section_index .box .info_box .name {
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .section_index .box {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .section_index .box:nth-child(2n) {
    float: right;
  }
  .section_index .box:nth-child(2n+1) {
    clear: left;
  }
  .section_index .box:nth-child(3n+1) {
    clear: none;
  }
}
/*---------------------------------------------------
 Report_detail
---------------------------------------------------*/
.section_detail .main_box .name,
.section_detail .main_box .report_date,
.section_detail .main_box .report_people,
.section_detail .main_box .icon_box {
  margin-top: 15px;
}

.section_detail .cnt_box {
  width: 750px;
  margin: 0 auto;
}
.section_detail .cnt_box .planner_message {
  background: #dedede;
  padding: 20px 20px 10px !important;
}
.section_detail .cnt_box .planner_message .txt {
  line-height: 1.6 !important;
}

.system_article .contents_box {
  margin-top: 70px;
}
@media screen and (max-width: 740px) {
  .system_article .contents_box {
    margin-top: 10%;
  }
}
.system_article p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.system_article .photo01 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.system_article .photo02 {
  *zoom: 1;
}
.system_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.system_article p,
.system_article .photo02 {
  margin-bottom: 20px;
  max-width: 100%;
  padding-left: 0 !important;
}
.system_article p li,
.system_article .photo02 li {
  overflow: hidden;
  max-width: 49%;
}
.system_article p li img,
.system_article .photo02 li img {
  width: 100%;
}
.system_article .unit_data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}
.system_article .unit_data table p {
  margin-bottom: 0 !important;
}
.system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}
.system_article .unit_data td {
  font-size: 13px;
  padding: 16px 0;
}
.system_article .unit_data th {
  font-weight: bold;
  width: 30%;
  text-align: left;
  background: #dedede;
  padding: 16px;
  font-size: 13px;
}
.system_article .unit_data td {
  padding: 16px 32px;
}

.section_other_list .info_box .icon_box {
  margin-top: 7px;
}

.section_other_article .tit {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.section_other_article .date {
  font-size: 1.8rem;
}

.bnr_box {
  width: 750px;
  margin: 90px auto 0;
}
.bnr_box .tit {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 20px;
  line-height: 1;
  border-top: 1px solid #ccc;
}
.bnr_box ul {
  list-style: none;
}
.bnr_box li {
  width: 49%;
  margin-bottom: 20px;
  float: left;
}
.bnr_box li:nth-child(even) {
  float: right;
}

@media screen and (max-width: 740px) {
  .bnr_box {
    width: 100%;
    margin: 10% 0;
  }
  .bnr_box .tit {
    font-size: 5vw;
    margin-bottom: 4%;
    padding-top: 4%;
  }
  .bnr_box li {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}
@media screen and (max-width: 740px) {
  .section_detail .main_box .name,
.section_detail .main_box .report_date,
.section_detail .main_box .report_people {
    margin-top: 8px;
  }
  .section_detail .main_box .icon_box {
    margin-top: 12px;
  }

  .section_detail .cnt_box {
    width: 100%;
  }

  .system_article .unit_faq {
    margin-bottom: 10%;
  }

  .section_other_list {
    margin: 7% auto 8%;
  }
}
.simple_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /* ========================================================================== */
}
.simple_monthly_calendar .calendar_slide {
  float: left;
  width: 543px;
}
.simple_monthly_calendar .day_unit {
  float: right;
  width: 544px;
  height: 512px;
  padding: 40px calc(75px - 5%) 40px;
  background: rgba(255, 255, 255, 0.85);
  /* border: 1px solid #ccc; */
}
.simple_monthly_calendar .day_unit iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media print, screen and (min-width: 741px) {
  .simple_monthly_calendar {
    /* for Desktop Device */
  }
}
@media screen and (max-width: 460px) {
  .simple_monthly_calendar {
    /* for Mobile Device */
  }
  .simple_monthly_calendar .calendar_slide,
.simple_monthly_calendar .day_unit {
    float: none;
    width: 100%;
    height: auto;
    padding: 5% 0;
  }
}
.simple_monthly_calendar .calendar_month_unit .calendar_nav::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev,
.simple_monthly_calendar .calendar_month_unit .btn_next {
  padding: 8px;
  font-size: 13px;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev {
  float: left;
  padding-left: 0;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev::before {
  content: "<";
  margin-right: 0.5em;
}
.simple_monthly_calendar .calendar_month_unit .btn_next {
  float: right;
  padding-right: 0;
}
.simple_monthly_calendar .calendar_month_unit .btn_next::after {
  content: ">";
  margin-left: 0.5em;
}
.simple_monthly_calendar .month_title h4 {
  font-size: 12vw;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.simple_monthly_calendar .month_title .catch {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #252525;
  text-align: center;
  padding-bottom: 14px;
  /* border-bottom: 1px solid #d8d6d1; */
}
.simple_monthly_calendar .month_title .lead {
  margin-top: 14px;
  text-align: center;
  margin: -8px 0 16px;
  font-size: 1.1rem;
  line-height: 1.9;
}
.simple_monthly_calendar .month_title .fair_txt {
  font-size: 14px;
  text-align: center;
}
.simple_monthly_calendar .calendar_container {
  margin-top: 10px;
}
.simple_monthly_calendar .calendar_container .cell {
  width: 14.2857142857%;
}
.simple_monthly_calendar .calendar_header,
.simple_monthly_calendar .calendar_body {
  display: flex;
  flex-wrap: wrap;
}
.simple_monthly_calendar .calendar_header {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding: 8px 0;
  margin-bottom: 10px;
}
.simple_monthly_calendar .calendar_header .cell {
  text-align: center;
  font-weight: 700;
}
.simple_monthly_calendar .calendar_header .cell.sat {
  color: #1790c8;
}
.simple_monthly_calendar .calendar_header .cell.sun {
  color: #f23126;
}
.simple_monthly_calendar .calendar_body .inner {
  width: 36px;
  height: 36px;
  margin: 6px auto;
  line-height: 36px;
  text-align: center;
}
.simple_monthly_calendar .calendar_body a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.simple_monthly_calendar .calendar_body .out_of_month .inner {
  opacity: 0;
}

.detail_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /*@media screen and (max-width: 740px) {*/
  /* for Mobile Device */
  /*.calendar_header {
      display: none;
    }

    .calendar_body {
      display: block;  // display: flex; 解除のため
    }

    .calendar_container {
      margin-top: 4px;

      .cell.disable {
        display: none;
      }

      .cell {
        width: auto;
        margin: 0;
      }

      .inner {
        display: flex;

        padding: 0;
      }

      .day,
      .dow {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 36px;
        padding: 8px 0;

        font-size: 13px;

        border-right: 1px solid #ccc;
      }

      .events {
        flex-grow: 1;
        flex-shrink: 1;

        width: calc(100% - 74px);
        margin: 0;
        padding: 10px;
      }
    }
  }
  */
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_month_unit .calendar_nav::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev,
.detail_monthly_calendar .calendar_month_unit .btn_next {
    font-size: 13px;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a,
.detail_monthly_calendar .calendar_month_unit .btn_next a {
    display: block;
    padding: 8px;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev {
    float: left;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a {
    padding-left: 0;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a::before {
    content: "<";
    margin-right: 0.5em;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next {
    float: right;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next a {
    padding-right: 0;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next a::after {
    content: ">";
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 740px) {
  .detail_monthly_calendar {
    /* for Mobile Device */
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .month_title h4 {
    font-size: 68px;
    text-align: center;
    line-height: 1;
  }
  .detail_monthly_calendar .month_title .fair_txt {
    font-size: 14px;
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_header,
.detail_monthly_calendar .calendar_body {
    display: flex;
    flex-wrap: wrap;
  }
  .detail_monthly_calendar .calendar_header .cell {
    text-align: center;
    font-weight: 700;
  }
  .detail_monthly_calendar .calendar_header .cell.sat {
    color: #1790c8;
  }
  .detail_monthly_calendar .calendar_header .cell.sun {
    color: #f23126;
  }
  .detail_monthly_calendar .calendar_container {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .detail_monthly_calendar .calendar_container .cell {
    width: 14.2857142857%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .detail_monthly_calendar .calendar_container .inner {
    height: 100%;
    padding: 10px;
  }
  .detail_monthly_calendar .calendar_container .day {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  .detail_monthly_calendar .calendar_container .events {
    margin-top: 6px;
    font-size: 12px;
  }
  .detail_monthly_calendar .calendar_container .event_title {
    margin-top: 4px;
  }
  .detail_monthly_calendar .calendar_container .event_unit:not(:first-child) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dotted #ccc;
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_container .dow {
    display: none;
  }
  .detail_monthly_calendar .calendar_container .cell.disable {
    padding: 0;
  }
  .detail_monthly_calendar .calendar_container .cell .icon_box {
    max-height: none;
  }
  .detail_monthly_calendar .calendar_container .cell .icon {
    width: 100%;
    text-align: center;
  }
}

.page_system.page_event, .page_system.page_fair {
  /*-------------------------------------------
  day.html
  -------------------------------------------*/
  /*-------------------------------------------
  list.html
  -------------------------------------------*/
  /*-------------------------------------------
  detail_list.html
  -------------------------------------------*/
}
.page_system.page_event .category_special, .page_system.page_fair .category_special {
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .category_special, .page_system.page_fair .category_special {
    margin-bottom: 10%;
  }
}
.page_system.page_event ul.horizontal, .page_system.page_fair ul.horizontal {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  margin-bottom: 25px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #d9d5d4 !important;
  text-align: center;
  opacity: 1;
}
.page_system.page_event ul.horizontal a, .page_system.page_fair ul.horizontal a {
  text-align: center;
}
.page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
  display: inline-block;
  margin: 0 7px;
  background: #f5f4f1;
  opacity: 1;
  padding: 10px 15px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
    display: block;
    width: 50%;
    margin: 0;
    padding: 2% !important;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 3.2vw !important;
    text-align: left;
    opacity: 1;
  }
  .page_system.page_event ul.horizontal li:first-child, .page_system.page_fair ul.horizontal li:first-child {
    width: 100%;
    text-align: center;
  }
}
.page_system.page_event .search_btn, .page_system.page_fair .search_btn {
  display: block;
  padding: 15px 0;
  background: #a03e64;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border: none;
  outline: none;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .search_btn, .page_system.page_fair .search_btn {
    padding: 4% 0;
    font-size: 4vw;
    width: 70%;
  }
}
.page_system.page_event .tabbox .ph, .page_system.page_fair .tabbox .ph {
  width: 485px;
  height: 62.5vw;
  max-height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .tabbox .ph, .page_system.page_fair .tabbox .ph {
    width: 100%;
  }
}
.page_system.page_event .btn.cv02 a,
.page_system.page_event .btn.back a, .page_system.page_fair .btn.cv02 a,
.page_system.page_fair .btn.back a {
  line-height: 40px;
}
.page_system.page_event .section_btn, .page_system.page_fair .section_btn {
  text-align: center;
  margin-top: 70px;
}
.page_system.page_event .section_btn.index, .page_system.page_fair .section_btn.index {
  margin-bottom: 100px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn, .page_system.page_fair .section_btn {
    margin-top: 10%;
  }
  .page_system.page_event .section_btn.index, .page_system.page_fair .section_btn.index {
    margin-bottom: 15%;
  }
}
.page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
    margin: 0 0;
  }
}
.page_system.page_event .section_btn .btn.cv03, .page_system.page_fair .section_btn .btn.cv03 {
  height: 92px;
  display: inline-block;
  width: 400px;
  margin: 0 3%;
  vertical-align: middle;
}
.page_system.page_event .section_btn .btn.cv03 a, .page_system.page_fair .section_btn .btn.cv03 a {
  line-height: 50px;
  background-color: #ea6800;
  display: block;
  color: #fff;
  padding: 20px 0;
  transition: all 0.4s;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.page_system.page_event .section_btn .btn.cv03 a::after, .page_system.page_fair .section_btn .btn.cv03 a::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn .btn.cv03, .page_system.page_fair .section_btn .btn.cv03 {
    width: 100%;
    margin: 0 auto;
  }
  .page_system.page_event .section_btn .btn.cv03 a, .page_system.page_fair .section_btn .btn.cv03 a {
    line-height: 12vw;
    font-size: 14px;
  }
}
.page_system.page_event .btn.back.sub_btn a,
.page_system.page_event .btn.cv01.back.sub_btn a,
.page_system.page_event .btn.cv02.back.sub_btn a, .page_system.page_fair .btn.back.sub_btn a,
.page_system.page_fair .btn.cv01.back.sub_btn a,
.page_system.page_fair .btn.cv02.back.sub_btn a {
  line-height: 25px;
}
.page_system.page_event .section_btn .btn.cv01, .page_system.page_fair .section_btn .btn.cv01 {
  height: 92px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_btn .btn.cv01, .page_system.page_fair .section_btn .btn.cv01 {
    /* for sp Device Only */
    height: 23vw;
  }
}
.page_system.page_event .section_btn .btn.cv01 a, .page_system.page_fair .section_btn .btn.cv01 a {
  line-height: 50px !important;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_btn .btn.cv01 a, .page_system.page_fair .section_btn .btn.cv01 a {
    /* for sp Device Only */
    line-height: 12vw !important;
  }
}
.page_system.page_event .list_btn, .page_system.page_fair .list_btn {
  margin: 0 auto 40px;
  text-align: center;
}
.page_system.page_event .list_btn li, .page_system.page_fair .list_btn li {
  font-size: 18px;
  line-height: 70px;
  float: left;
  width: 550px;
  height: 70px;
  color: #fff;
  background: #a03e64;
}
.page_system.page_event .list_btn li:last-child, .page_system.page_fair .list_btn li:last-child {
  float: right;
}
.page_system.page_event .list_btn li a, .page_system.page_fair .list_btn li a {
  display: block;
  color: #252525;
  background: #f4f1ec;
}
@media screen and (min-width: 761px) {
  .page_system.page_event, .page_system.page_fair {
    /* for pc */
  }
  .page_system.page_event .section_visual, .page_system.page_fair .section_visual {
    height: 430px;
    margin: 92px auto 80px;
  }
}
.page_system.page_event .section_index, .page_system.page_fair .section_index {
  margin: 10px auto 90px;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index, .page_system.page_fair .section_index {
    margin: 15vw auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index .simple_monthly_calendar .calendar_slide, .page_system.page_fair .section_index .simple_monthly_calendar .calendar_slide {
    /* for sp Device Only */
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index .simple_monthly_calendar .day_unit, .page_system.page_fair .section_index .simple_monthly_calendar .day_unit {
    /* for sp Device Only */
    padding-top: 0;
  }
}
.page_system.page_event .section_calendar, .page_system.page_fair .section_calendar {
  margin-bottom: 50px;
}
@media screen and (min-width: 761px) {
  .page_system.page_event .main_event .section_index .fair_list .box, .page_system.page_fair .main_event .section_index .fair_list .box {
    /*  border: 2px solid #ea6800; */
  }
  .page_system.page_event .main_event .section_index .fair_list .box.b_none, .page_system.page_fair .main_event .section_index .fair_list .box.b_none {
    border: inherit;
  }
}
.page_system.page_event .calendar_naka .event-top, .page_system.page_fair .calendar_naka .event-top {
  width: 100%;
  height: auto;
  padding: 0 0 0;
  background: none;
  margin-bottom: 94px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .calendar_naka .event-top .event-nav, .page_system.page_fair .calendar_naka .event-top .event-nav {
    padding: 0;
    justify-content: center;
  }
  .page_system.page_event .calendar_naka .event-top .main_system, .page_system.page_fair .calendar_naka .event-top .main_system {
    padding: 0;
  }
  .page_system.page_event .calendar_naka .event-top .section_calendar .calendar_slide, .page_system.page_fair .calendar_naka .event-top .section_calendar .calendar_slide {
    padding: 0;
  }
}
.page_system.page_event .calendar_naka .event-top .event-nav a, .page_system.page_fair .calendar_naka .event-top .event-nav a {
  background: rgba(238, 238, 238, 0.88);
}
.page_system.page_event .calendar_naka .event-top .event-nav .active a, .page_system.page_fair .calendar_naka .event-top .event-nav .active a {
  background: rgba(234, 104, 0, 0.88);
}
.page_system.page_event .calendar_naka .event-top .section_calendar .day_unit, .page_system.page_fair .calendar_naka .event-top .section_calendar .day_unit {
  padding-bottom: 0;
}
.page_system.page_event .calendar_naka .event-top .simple_monthly_calendar .day_unit, .page_system.page_fair .calendar_naka .event-top .simple_monthly_calendar .day_unit {
  padding-top: 0;
  margin-top: -10px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .list_btn, .page_system.page_fair .list_btn {
    margin-bottom: 6%;
  }
  .page_system.page_event .list_btn li, .page_system.page_fair .list_btn li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .page_system.page_event .section_calendar, .page_system.page_fair .section_calendar {
    margin-bottom: 8%;
    padding: 0 5%;
  }
  .page_system.page_event .section_btn, .page_system.page_fair .section_btn {
    padding: 0 0;
  }
  .page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
    width: 90%;
    margin-bottom: 3%;
  }
}
.page_system.page_event .section_fair_cal span, .page_system.page_fair .section_fair_cal span {
  display: block;
}
.page_system.page_event > .map, .page_system.page_fair > .map {
  width: 100%;
  margin: 50px 0 20px;
}
.page_system.page_event > .map iframe, .page_system.page_fair > .map iframe {
  width: 100%;
  height: 300px;
}
.page_system.page_event .address_box, .page_system.page_fair .address_box {
  text-align: center;
  margin-bottom: 80px;
}
.page_system.page_event .address_box dt, .page_system.page_fair .address_box dt {
  display: inline-block;
  vertical-align: top;
  background: #585858;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
}
.page_system.page_event .address_box dd, .page_system.page_fair .address_box dd {
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .map, .page_system.page_fair .map {
    width: 100%;
    margin: 10% 0 5%;
  }
  .page_system.page_event .map iframe, .page_system.page_fair .map iframe {
    width: 100%;
    height: 180px;
  }
  .page_system.page_event .address_box, .page_system.page_fair .address_box {
    text-align: center;
    margin-bottom: 10%;
  }
  .page_system.page_event .address_box dt, .page_system.page_fair .address_box dt {
    display: inline-block;
    vertical-align: top;
    background: #585858;
    color: #fff;
    padding: 2% 5%;
    text-align: center;
  }
  .page_system.page_event .address_box dd, .page_system.page_fair .address_box dd {
    display: inline-block;
    vertical-align: top;
    padding: 2% 5%;
    text-align: left;
  }
}
.page_system.page_event .section_day h3.tit, .page_system.page_fair .section_day h3.tit {
  font-size: 23px;
  margin-bottom: 4px;
  padding: 16px 20px;
  text-align: center;
  letter-spacing: 1px;
  /* border-top: 1px solid colors.$dark-text;
  border-bottom: 1px solid colors.$dark-text; */
}
@media screen and (max-width: 460px) {
  .page_system.page_event .section_day h3.tit, .page_system.page_fair .section_day h3.tit {
    font-size: 5vw;
    margin-bottom: 4%;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 500;
  }
}
.page_system.page_event .section_day .section_index, .page_system.page_fair .section_day .section_index {
  padding: 0 0 !important;
}
.page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
  position: relative;
  height: 353px;
  height: auto;
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px dotted #252525 !important;
}
.page_system.page_event .section_day .fair_list .box:first-child, .page_system.page_fair .section_day .fair_list .box:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    margin-top: 5%;
    padding-top: 5%;
  }
  .page_system.page_event .section_day .fair_list .box:first-child, .page_system.page_fair .section_day .fair_list .box:first-child {
    margin-top: 10%;
  }
}
.page_system.page_event .section_day .fair_list .box a, .page_system.page_fair .section_day .fair_list .box a {
  padding: 14px;
}
.page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
  float: left;
  overflow: hidden;
  width: 465px;
  height: 0;
  margin-right: 18px;
  padding-bottom: 30%;
}
.page_system.page_event .section_day .fair_list .box .info_box, .page_system.page_fair .section_day .fair_list .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 490px);
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.page_system.page_event .section_day .fair_list .box .caption, .page_system.page_fair .section_day .fair_list .box .caption {
  overflow: hidden;
  max-height: 60px;
  margin-top: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_system.page_event .section_day .fair_list .box .caption:empty, .page_system.page_fair .section_day .fair_list .box .caption:empty {
  display: none;
}
.page_system.page_event .section_day .fair_list .box .tit, .page_system.page_fair .section_day .fair_list .box .tit {
  box-sizing: border-box;
  max-height: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #252525;
  margin-top: 12px;
}
.page_system.page_event .section_day .fair_list .box:nth-child(2),
.page_system.page_event .section_day .fair_list .box:nth-child(3), .page_system.page_fair .section_day .fair_list .box:nth-child(2),
.page_system.page_fair .section_day .fair_list .box:nth-child(3) {
  float: none;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .page_day .section_day .fair_list, .page_system.page_fair .page_day .section_day .fair_list {
    height: 82vw;
  }
  .page_system.page_event .section_day .fair_list, .page_system.page_fair .section_day .fair_list {
    margin: 0 auto;
  }
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    height: auto;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
    border: none;
    margin-bottom: 5%;
  }
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    width: 100%;
    height: auto;
  }
  .page_system.page_event .section_day .fair_list .box .icon_box, .page_system.page_fair .section_day .fair_list .box .icon_box {
    max-height: 20px !important;
  }
  .page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
    position: relative;
    width: 127px;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 18%;
  }
  .page_system.page_event .section_day .fair_list .box .tit, .page_system.page_fair .section_day .fair_list .box .tit {
    max-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
  }
  .page_system.page_event .section_day .fair_list .box a, .page_system.page_fair .section_day .fair_list .box a {
    padding: 0;
  }
  .page_system.page_event .section_day .fair_list .box .info_box, .page_system.page_fair .section_day .fair_list .box .info_box {
    position: inherit;
    float: none;
    width: auto;
    top: inherit;
    right: inherit;
    padding: 0;
    transform: inherit;
    /* margin-top: 13px; */
  }
  .page_system.page_event .section_day .fair_list .box:after, .page_system.page_fair .section_day .fair_list .box:after {
    display: none;
  }
  .page_system.page_event .section_day .fair_list .box .icon_box, .page_system.page_fair .section_day .fair_list .box .icon_box {
    max-height: 40px;
  }
}
@media screen and (max-width: 460px) {
  .page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
    padding-bottom: 25%;
  }
}
.page_system.page_event ul.horizontal, .page_system.page_fair ul.horizontal {
  margin-bottom: 15px;
  padding: 0;
  border: none;
}
.page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}
.page_system.page_event ul.horizontal li.active a::after, .page_system.page_fair ul.horizontal li.active a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 10px;
  margin: auto;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ea6800 transparent transparent transparent;
}
@media screen and (max-width: 760px) {
  .page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
    margin-bottom: 0;
  }
  .page_system.page_event ul.horizontal li a::after, .page_system.page_fair ul.horizontal li a::after {
    display: none;
  }
}
.page_system.page_event .data02, .page_system.page_fair .data02 {
  margin: 0 auto;
}
.page_system.page_event .data02 th,
.page_system.page_event .data02 td, .page_system.page_fair .data02 th,
.page_system.page_fair .data02 td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.page_system.page_event .data02 th, .page_system.page_fair .data02 th {
  font-weight: bold;
  width: 20%;
  padding: 10px 6px;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #252525;
  background: #252525;
}
.page_system.page_event .data02 td, .page_system.page_fair .data02 td {
  padding: 14px 20px;
  text-align: left;
  word-break: break-all;
  border: 1px solid #252525;
}
.page_system.page_event .data02 span, .page_system.page_fair .data02 span {
  display: inline-block;
  padding-right: 20px;
  line-height: 1.9;
}
.page_system.page_event .data.date_box th, .page_system.page_fair .data.date_box th {
  width: 30%;
  padding: 10px 6px;
  text-align: center;
  color: #252525;
  border-right: none;
  background: #e3dccf;
}
.page_system.page_event .data.date_box th:nth-child(4), .page_system.page_fair .data.date_box th:nth-child(4) {
  border-right: none;
}
.page_system.page_event .data.date_box td, .page_system.page_fair .data.date_box td {
  padding: 10px 20px;
  text-align: left;
}
.page_system.page_event .data.date_box .tit, .page_system.page_fair .data.date_box .tit {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 26px;
  text-align: center;
}
.page_system.page_event .data, .page_system.page_fair .data {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page_system.page_event .data .fairtime, .page_system.page_fair .data .fairtime {
  text-align: center;
}
.page_system.page_event .data th, .page_system.page_fair .data th {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .data th, .page_system.page_fair .data th {
    /* for sp Device Only */
  }
  .page_system.page_event .data th:first-of-type, .page_system.page_fair .data th:first-of-type {
    width: 35vw;
  }
  .page_system.page_event .data th:nth-of-type(2), .page_system.page_fair .data th:nth-of-type(2) {
    width: 11vw;
  }
}
.page_system.page_event .data td, .page_system.page_fair .data td {
  padding: 15px 6px;
  text-align: center;
  vertical-align: middle;
}
.page_system.page_event .data .note, .page_system.page_fair .data .note {
  width: 35%;
}
.page_system.page_event .data .ex dt,
.page_system.page_event .data .ex dd, .page_system.page_fair .data .ex dt,
.page_system.page_fair .data .ex dd {
  font-size: 12px;
  font-weight: normal;
  float: left;
}
.page_system.page_event .data .ex dt:after, .page_system.page_fair .data .ex dt:after {
  content: ": ";
}
.page_system.page_event .data .ex dd, .page_system.page_fair .data .ex dd {
  margin-right: 2em;
}
.page_system.page_event .data table, .page_system.page_fair .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.page_system.page_event .data tbody tr, .page_system.page_fair .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system.page_event .data tbody tr:first-child, .page_system.page_fair .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system.page_event .form_menu .reserve_time, .page_system.page_fair .form_menu .reserve_time {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
}
.page_system.page_event .form_menu .reserve_time .tit_form, .page_system.page_fair .form_menu .reserve_time .tit_form {
  display: inline-block;
  margin-right: 10px;
}
.page_system.page_event .form_menu .reserve_time .select_box, .page_system.page_fair .form_menu .reserve_time .select_box {
  display: inline-block;
}
.page_system.page_event .form_menu .reserve_time .select_box select, .page_system.page_fair .form_menu .reserve_time .select_box select {
  width: 100%;
  height: 40px;
  background: #f4f1ec;
}
.page_system.page_event .form_menu .btn_reserve, .page_system.page_fair .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.page_system.page_event .form_menu .btn_reserve:hover, .page_system.page_fair .form_menu .btn_reserve:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.page_system.page_event .form_menu .btn_reserve::after, .page_system.page_fair .form_menu .btn_reserve::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.page_system.page_event .form_menu .btn_reserve input, .page_system.page_fair .form_menu .btn_reserve input {
  font-size: 16px;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #a03e64;
  -webkit-appearance: none;
  text-align: center;
}
.page_system.page_event .reserve_time a, .page_system.page_fair .reserve_time a {
  font-size: 1.1em;
  line-height: 50px;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 200px;
  width: 70%;
  height: 50px;
  margin: 5px auto 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  background: #a03e64;
}
.page_system.page_event .reserve_time.btn_time a, .page_system.page_fair .reserve_time.btn_time a {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 48px;
  margin: 5px auto 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background: #a03e64;
}
.page_system.page_event .reserve_time a:after, .page_system.page_fair .reserve_time a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  content: "";
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.page_system.page_event .section_map, .page_system.page_fair .section_map {
  text-align: center;
  margin-bottom: 60px;
}
.page_system.page_event .section_map .box_l, .page_system.page_fair .section_map .box_l {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.page_system.page_event .section_map .box_l dt, .page_system.page_fair .section_map .box_l dt {
  margin-bottom: 15px;
}
.page_system.page_event .section_map .box_l iframe, .page_system.page_fair .section_map .box_l iframe {
  width: 100%;
  height: 250px;
}
.page_system.page_event .section_map .box_r, .page_system.page_fair .section_map .box_r {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page_system.page_event .section_map .box_r dl, .page_system.page_fair .section_map .box_r dl {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.page_system.page_event .section_map .box_r dl dt, .page_system.page_fair .section_map .box_r dl dt {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  background: #D8C6BA;
  width: 25%;
  margin-bottom: 3px;
}
.page_system.page_event .section_map .box_r dl dd, .page_system.page_fair .section_map .box_r dl dd {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  width: 72%;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_map, .page_system.page_fair .section_map {
    text-align: center;
    margin-bottom: 10%;
  }
  .page_system.page_event .section_map .box_l, .page_system.page_fair .section_map .box_l {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5%;
  }
  .page_system.page_event .section_map .box_l dt, .page_system.page_fair .section_map .box_l dt {
    margin-bottom: 3%;
  }
  .page_system.page_event .section_map .box_l iframe, .page_system.page_fair .section_map .box_l iframe {
    width: 100%;
    height: 200px;
  }
  .page_system.page_event .section_map .box_r, .page_system.page_fair .section_map .box_r {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .page_system.page_event .section_map .box_r dl, .page_system.page_fair .section_map .box_r dl {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .page_system.page_event .section_map .box_r dl dt, .page_system.page_fair .section_map .box_r dl dt {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    background: #D8C6BA;
    width: 25%;
    margin-bottom: 3px;
  }
  .page_system.page_event .section_map .box_r dl dd, .page_system.page_fair .section_map .box_r dl dd {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    width: 72%;
  }
}
.page_system.page_event .map_area, .page_system.page_fair .map_area {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area, .page_system.page_fair .map_area {
    margin-bottom: 8%;
  }
}
.page_system.page_event .map_area .address, .page_system.page_fair .map_area .address {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area .address, .page_system.page_fair .map_area .address {
    margin-bottom: 3%;
  }
}
.page_system.page_event .map_area .map, .page_system.page_fair .map_area .map {
  margin-top: 0;
}
.page_system.page_event .map_area .map iframe, .page_system.page_fair .map_area .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area .map iframe, .page_system.page_fair .map_area .map iframe {
    height: 200px;
  }
}
.page_system.page_event .movie_area, .page_system.page_fair .movie_area {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .movie_area, .page_system.page_fair .movie_area {
    width: 100%;
    margin: 0 auto 8%;
  }
}
.page_system.page_event .movie_area .movie iframe, .page_system.page_fair .movie_area .movie iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .movie_area .movie iframe, .page_system.page_fair .movie_area .movie iframe {
    height: 200px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_event .form_menu, .page_system.page_fair .form_menu {
    width: 100%;
  }
  .page_system.page_event .form_menu .btn_reserve, .page_system.page_fair .form_menu .btn_reserve {
    width: 100%;
  }
  .page_system.page_event .reserve_time a, .page_system.page_fair .reserve_time a {
    width: 100%;
    font-size: 3.4vw;
  }
  .page_system.page_event .reserve_time a::after, .page_system.page_fair .reserve_time a::after {
    display: none;
  }
}
.page_system.page_event .main_box .data02, .page_system.page_fair .main_box .data02 {
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .main_box .data02, .page_system.page_fair .main_box .data02 {
    margin-top: 5%;
  }
}
.page_system.page_event .icon.category, .page_system.page_fair .icon.category {
  color: #252525 !important;
  font-size: 12.5px;
  padding: 0 3px !important;
  position: relative;
  background: none;
  margin-top: 4px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box .date, .page_system.page_fair .section_rank .box .date {
    /* for sp Device Only */
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box:nth-of-type(2) .icon_box, .page_system.page_event .section_rank .box:nth-of-type(3) .icon_box, .page_system.page_fair .section_rank .box:nth-of-type(2) .icon_box, .page_system.page_fair .section_rank .box:nth-of-type(3) .icon_box {
    /* for sp Device Only */
    max-height: 25px;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box:nth-of-type(2) .date, .page_system.page_event .section_rank .box:nth-of-type(3) .date, .page_system.page_fair .section_rank .box:nth-of-type(2) .date, .page_system.page_fair .section_rank .box:nth-of-type(3) .date {
    /* for sp Device Only */
    height: 6vw;
    font-size: 3.8vw;
  }
}
.page_system.page_event .section_rank .box .tit, .page_system.page_fair .section_rank .box .tit {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .simple_monthly_calendar .day_unit, .page_system.page_fair .simple_monthly_calendar .day_unit {
    /* for sp Device Only */
    height: 85vw !important;
  }
}

.ph.ph_sys {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ph.ph_sys img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
/*  Table
---------------------------------------------------------- */
.tbl01 {
  width: 100%;
  font-size: 100%;
  text-align: left;
  background-size: cover;
  border-top: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
}
.tbl01 th {
  background: #dedede;
  padding: 15px;
  width: 23%;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media screen and (max-width: 760px) {
  .tbl01 th {
    padding: 3%;
    width: 100%;
    display: block;
  }
}
.tbl01 td {
  padding: 15px;
  word-break: break-all;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media screen and (max-width: 760px) {
  .tbl01 td {
    padding: 3%;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .tbl_scrl {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 760px) {
  .tbl_scrl .tbl01 th {
    white-space: nowrap;
    display: table-cell;
    padding: 2%;
  }
}
@media screen and (max-width: 760px) {
  .tbl_scrl .tbl01 td {
    white-space: nowrap;
    display: table-cell;
    padding: 2%;
  }
}
.tbl_scrl .caption {
  display: none;
}
@media screen and (max-width: 760px) {
  .tbl_scrl .caption {
    display: inherit;
    font-size: 3.73vw;
    color: #999;
    margin-bottom: 3%;
    text-align: left;
  }
}

/*  anc_box
---------------------------------------------------------- */
.anc_box {
  margin-top: -54px;
  padding-top: 54px;
}

@media screen and (max-width: 740px) {
  .anc_box {
    margin-top: 0px;
    padding-top: 0px;
  }
}

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