@charset "utf-8";

/* =============================================================

    Module Setting

============================================================= */


/*  Text
-------------------------- */

/* -- Text Size -- */

/* X Small */
.txt-xs {
  font-size: .7em;
  line-height: 1;
}

/* Small */
.txt-sm {
  font-size: .85em;
}

/* Normal */
.txt-nm {
  font-size: .95em;
}

/* Default */
.txt-df {
  font-size: 1em;
}

/* X Normal */
.txt-xn {
  font-size: 1.1em;
}

/* Middle */
.txt-md {
  font-size: 1.25em;
}

/* X Middle */
.txt-xm {
  font-size: 1.35em;
}

/* Large */
.txt-lg {
  font-size: 1.5em;
}

/* X Large */
.txt-xl {
  font-size: 1.7em;
}

/* -- Text Weight -- */

.txt-bold-sp {
  font-weight: normal;
}

/* -- Text Font Load -- */

@font-face {
  font-family: Proxima Nova;
  src: url(/common/fonts/proxima-nova-light.otf);
  font-weight: normal;
}

/* -- Text Font -- */

.txt-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.lang-e .txt-mincho {
  font-family: Georgia, Times, ‘Times New Roman’, serif;
}

.txt-gothic {
  font-family: "Proxima Nova", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.lang-e .txt-gothic {
  font-family: "Proxima Nova", Helvetica, Arial, Verdana, sans-serif;
}

.txt-gothic2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

.lang-e .txt-gothic2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

/* -- Text Other -- */

.txt-catch {
  margin: 50px 0 25px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.2;
}

.txt-caption {
  padding-top: 10px;
  font-size: .95em;
}

.txt-tel {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}

.txt-tel .link-tel {
  padding-left: 2px;
  font-size: 1.65em;
  font-weight: bold;
  font-family: 'Helvetica', Helvetica, Arial, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0;
}

.txt-tel .fa {
  vertical-align: .18em;
}

.txt-cont {
  line-height: 2.1;
}

.txt-cont p {
  padding-bottom: 15px;
}

.txt-note {
  padding: 8px 18px;
  background: #efefef;
  font-size: .95em;
  line-height: 2;
}

.txt-note .txt-lg {
  font-size: 1.2em;
  line-height: 1.2;
}

.txt-intro,
.txt-intro:first-child,
.txt-intro:last-child {
  margin-bottom: 2.5em !important;
}

.txt-intro {
  margin: 30px 0 50px;
  font-size: 1.05em;
  line-height: 2;
}


/*  Link
-------------------------- */

.link-line {
  text-decoration: underline;
}

a.link-line:hover {
  text-decoration: none;
}


/*  Title
-------------------------- */

.ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.ttl.txt-normal {
  font-weight: normal;
}

.ttl.txt-bold {
  font-weight: bold;
}

.ttl a:hover {
  text-decoration: underline;
}

/* -- Title Size -- */

.ttl .txt-lg {
  margin-right: 5px;
}

.ttl .txt-lg+.txt-sm {
  margin-left: 15px;
  vertical-align: 0;
}

/* -- Title Tag -- */

.ttl .tag {
  margin-right: 1em;
}

/* -- Title Styles -- */

.ttl.ttl-style1 {
  margin-bottom: 1em;
  font-size: 1.15em;
  letter-spacing: .02em;
}

.ttl.ttl-style2 {
  margin-bottom: 1em;
  padding: 15px;
  font-size: 1.1em;
  letter-spacing: .02em;
  line-height: 1.6;
  background: #eee;
  text-align: center;
}

.ttl.ttl-style3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1em;
}


/*  Button
-------------------------- */

.btn {
  position: relative;
  transition: opacity .2s ease-in-out,
    background-color .2s ease-in-out,
    background-image .2s ease-in-out,
    border-color .2s ease-in-out,
    color .2s ease-in-out,
    filter .2s ease-in-out;
  border-radius: 0;
  border-width: 1px;
  font-weight: bold;
  cursor: default;
  white-space: normal;
}

.section-side .btn {
  width: 100%;
}

.panel-grid:last-child .btn-wrap.btn-center:last-child {
  margin-bottom: 4em;
}

/* -- Button Icon -- */

.btn .fa:before {
  margin-right: 8px;
  font-size: 1.2em;
}

/* -- Button Link -- */

a.btn {
  cursor: pointer;
}

a.btn:hover,
a:hover .btn {
  cursor: pointer;
}

.btn,
a.btn {
  text-decoration: none !important;
}

.btn img {
  margin: 0 10px 0 -10px !important;
}

/* -- Button Shape -- */

.btn-square {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 200px;
}

/* -- Button Position -- */

.btn.txt-left {
  text-align: left !important;
}

.btn.txt-bold {
  font-weight: bold !important;
}

.btn-center,
.article-container .btn-center,
.textwidget .btn-center,
.article-container .textwidget .btn-center {
  margin-top: 4em;
  margin-bottom: 3em;
  text-align: center;
}

.btn-center .btn {
  margin-right: auto;
  margin-left: auto;
}

.section.bg-default-light>.inner .btn-center,
.section.bg-default-light>.inner .entry-body .btn-center,
.section.bg-default-light2>.inner .btn-center,
.section.bg-default-light2>.inner .entry-body .btn-center,
.section.bg-accent2-light>.inner .btn-center,
.section.bg-accent2-light>.inner .entry-body .btn-center,
.section.bg-sub3-light>.inner .btn-center,
.section.bg-sub3-light>.inner .entry-body .btn-center {
  margin-top: 3em;
  margin-bottom: 0;
}

/* -- Button Size -- */

/* Small Size */
.btn-sm,
.entry-body a[target="_blank"].btn-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 15px;
  font-size: .82em;
  line-height: 1.2;
  letter-spacing: .02em;
  text-decoration: none !important;
}

.btn-sm.btn-rounded,
a[target="_blank"].btn-sm.btn-rounded {
  padding-right: 30px;
  padding-left: 30px;
}

/* Middle Size */
.btn-md,
.entry-body a[target="_blank"].btn-md {
  padding-top: 18px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 18px;
  font-size: .85em;
  letter-spacing: .02em;
}

/* Middle X Size */
.btn-md-x,
.entry-body a[target="_blank"].btn-md-x {
  padding: 20px 45px;
  font-size: 1em;
}

/* Large Size */
.btn-lg,
.entry-body a[target="_blank"].btn-lg {
  width: 100%;
  padding: 20px 30px;
  font-size: 1.15em;
}

.lang-e .btn-lg,
.lang-e .entry-body a[target="_blank"].btn-lg {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 1.1em;
}

.btn-wrap .btn-lg,
.btn-wrap a[target="_blank"].btn-lg {
  width: auto;
  min-width: 65%;
}

.btn-group .btn-lg,
.entry-body .btn-group a[target="_blank"].btn-lg {
  width: 100%;
}

/* Large Size */
.btn-lg-x,
.entry-body a[target="_blank"].btn-lg-x {
  padding-top: 22px;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 22px;
  font-size: 1.02em;
  font-weight: bold;
}

/* -- Button Group -- */

.btn-group {
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-left: -20px;
  margin-left: 0;
  margin-bottom: 3em;
  border-collapse: separate;
  border-spacing: 20px 0;
}

.btn-group .btn,
.btn-group .btn.btn-lg,
.btn-group .btn.btn-lg-x {
  width: auto;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.btn-group .btn.media-pc,
.btn-group .btn.btn-lg.media-pc,
.btn-group .btn.btn-lg-x.media-pc {
  display: block;
}

.btn-group .btn.media-sp,
.btn-group .btn.btn-lg.media-sp,
.btn-group .btn.btn-lg-x.media-sp {
  display: none;
}

.btn-group.column,
.entry-body .btn-group.column {
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.btn-group.column .btn {
  width: 100% !important;
}

.btn-group.column .btn,
.btn-group.column .btn.btn-lg,
.btn-group.column .btn.btn-lg-x {
  margin-right: 0;
  margin-left: 0;
}

.btn-group>ul,
.entry-body .btn-group>ul {
  margin-bottom: 0;
  margin-left: -15px !important;
  padding-left: 0;
}

.btn-group>ul>li,
.entry-body .btn-group>ul>li {
  margin: 0;
  padding-left: 15px !important;
}

/* -- Group Justified -- */

.btn-group.btn-group-justified {
  display: table;
}

.btn-group.btn-group-justified .btn {
  width: 1%;
}

/* -- Button Frame -- */

.btn.btn-frame {
  background-color: #fff;
}

a.btn.btn-frame:hover,
a:hover .btn.btn-frame {
  opacity: 1;
}

.btn.btn-frame.icn-arw:before,
.entry-body a[target="_blank"].btn.btn-frame.icn-arw:before {
  transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-width: 1px 1px 0 0;
  border-color: #bbb #bbb transparent transparent;
}

.btn-sm.btn-frame.icn-arw:before,
.entry-body a[target="_blank"].btn-sm.btn-frame.icn-arw:before {
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-width: 1px 1px 0 0;
}

.btn-md.btn-frame.icn-arw:before,
.entry-body a[target="_blank"].btn-md.btn-frame.icn-arw:before {
  right: 16px;
  width: 6px;
  height: 6px;
}

.btn.btn-frame.icn-arw:after,
.entry-body a[target="_blank"].btn.btn-frame.icn-arw:after {
  display: none;
}

/* -- Button Arrow -- */

.btn.icn-arw,
.btn .icn-arw,
.entry-body a[target="_blank"].btn.icn-arw {
  position: relative;
  padding-right: 25px;
}

.btn .icn-arw {
  margin-left: -10px;
  margin-right: -10px;
}

.btn.icn-arw:before,
.btn .icn-arw:before,
.entry-body a[target="_blank"].btn.icn-arw:before {
  transition: border .2s ease-in-out;
  transform: rotate(45deg);
  position: absolute;
  top: 50% !important;
  right: 12px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 0;
  border-width: 1px 1px 0 0;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  background: none;
  content: "";
}

.btn.icn-arw:after,
.btn .icn-arw:after,
.entry-body a[target="_blank"].btn.icn-arw:after {
  display: none;
}

/* Small Size */
.btn-sm.icn-arw,
.btn-sm .icn-arw,
.entry-body a[target="_blank"].btn-sm.icn-arw {
  padding-right: 25px;
}

.btn-sm.icn-arw:before,
.btn-sm .icn-arw:before,
.entry-body a[target="_blank"].btn-sm.icn-arw:before {
  right: 8px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
}

/* Middle Size */
.btn-md.icn-arw,
.btn-md .icn-arw,
.entry-body a[target="_blank"].btn-md.icn-arw {
  padding-right: 35px;
  padding-left: 35px;
}

.btn-md .icn-arw {
  margin-left: -35px;
  margin-right: -35px;
}

/* Large Size */
.btn-lg.icn-arw,
.btn-lg .icn-arw,
.entry-body a[target="_blank"].btn-lg.icn-arw {
  padding-right: 35px;
  padding-left: 25px;
}

.btn-lg .icn-arw {
  margin-left: -35px;
  margin-right: -25px;
}

.btn-lg.icn-arw:before,
.btn-lg .icn-arw:before,
.entry-body a[target="_blank"].btn-lg.icn-arw:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: 5px;
}

/*  X Large Size */
.btn-lg-x.icn-arw,
.entry-body a[target="_blank"].btn-lg-x.icn-arw {
  padding-right: 130px !important;
  padding-left: 100px !important;
}

.btn-lg-x .icn-arw {
  padding-right: 35px;
  padding-left: 35px;
}

.btn-lg-x.icn-arw:before,
.btn-lg-x .icn-arw:before,
.entry-body a[target="_blank"].btn-lg-x.icn-arw:before,
.btn-lg-x.btn-frame.icn-arw:before,
.btn-lg-x.btn-frame .icn-arw:before,
.entry-body a[target="_blank"].btn-lg-x.btn-frame.icn-arw:before {
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

/* ---- Button Color ---- */

/* -- White -- */

.btn.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #222;
}

.btn.icn-arw.btn-white:before,
.btn .icn-arw.btn-white:before {
  border-top-color: #333;
  border-right-color: #333;
}

.btn.btn-frame.btn-white {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

.btn.btn-frame.icn-arw.btn-white:before,
.btn.btn-frame .icn-arw.btn-white:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-white,
a.btn.btn-white:hover,
input.btn.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

a:hover .btn.btn-frame.icn-arw.btn-white:before,
a.btn.btn-frame.icn-arw.btn-white:hover:before,
a.btn.btn-frame.btn-whitefa-file-pdf:hover .icn-arw:before,
input.btn.btn-frame:hover .icn-arw.btn-white:before {
  border-top-color: #000;
  border-right-color: #000;
}

/* -- Default -- */

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default.focus {
  border-color: #ddd;
  background-color: #ddd;
  color: #fff;
  font-weight: bold;
}

.btn.btn-default.icn-arw:before,
.btn .btn-default.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-default.btn-frame {
  border-color: #cdcdcd;
  background-color: #fff;
  color: #bcbcbc;
}

.btn.btn-default.btn-frame.icn-arw:before,
.btn.btn-default.btn-frame .icn-arw:before {
  border-top-color: #cdcdcd;
  border-right-color: #cdcdcd;
}

a:hover .btn.btn-default,
a.btn.btn-default:hover,
input.btn.btn-default:hover {
  border-color: #cdcdcd;
  background-color: #cdcdcd;
  color: #fff !important;
}

.btn.btn-default.icn-arw:hover:before,
.btn.btn-default .icn-arw:hover:before {
  border-top-color: #cdcdcd;
  border-right-color: #cdcdcd;
}

a:hover .btn.btn-default.btn-frame,
a.btn.btn-default.btn-frame:hover,
input.btn.btn-default.btn-frame:hover {
  border-color: #cdcdcd;
  background-color: #cdcdcd;
  color: #fff;
}

a:hover .btn.btn-default.icn-arw:before,
a:hover .btn .btn-default.icn-arw:before,
a.btn.btn-default.icn-arw:hover:before,
a.btn.btn-default:hover .icn-arw:before,
input.btn.btn-default.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Base -- */

.btn.btn-base {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.btn.btn-base.icn-arw:before,
.btn.btn-base .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-base.btn-frame {
  background-color: transparent;
  color: #333;
}

.btn.btn-base.btn-frame.icn-arw:before,
.btn.btn-base.btn-frame .icn-arw:before {
  border-top-color: #333;
  border-right-color: #333;
}

a:hover .btn.btn-base,
a.btn.btn-base:hover,
input.btn.btn-base:hover {
  border-color: #444;
  background-color: #444;
  color: #fff !important;
}

a:hover .btn.btn-base.btn-frame,
a.btn.btn-base.btn-frame:hover,
input.btn.btn-base.btn-frame:hover {
  border-color: #333;
  background-color: #333;
}

a:hover .btn.btn-base.icn-arw:before,
a:hover .btn.btn-base .icn-arw:before,
a.btn.btn-base.icn-arw:hover:before,
a.btn.btn-base:hover .icn-arw:before,
input.btn.btn-base.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary -- */

.btn.btn-primary {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff;
}

.btn.btn-primary.btn-lg {
  font-weight: bold;
}

.btn.btn-primary.icn-arw:before,
.btn.btn-primary .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary.btn-frame {
  background-color: #fff;
  color: #022d92;
}

.btn.btn-primary.btn-frame.icn-arw:before,
.btn.btn-primary.btn-frame .icn-arw:before {
  border-top-color: #022d92;
  border-right-color: #022d92;
}

a:hover .btn.btn-primary,
a.btn.btn-primary:hover,
input.btn.btn-primary:hover,
.display-pc .acc-head .btn.btn-primary:hover {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff !important;
}

a:hover .btn.btn-frame.btn-primary,
a.btn.btn-frame.btn-primary:hover,
input.btn.btn-frame.btn-primary:hover,
.display-pc .acc-head.active .btn.btn-frame.btn-primary,
.display-pc .acc-head .btn.btn-frame.btn-primary:hover {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff;
}

a:hover .btn.btn-primary.icn-arw:before,
a:hover .btn.btn-primary .icn-arw:before,
a.btn.btn-primary.icn-arw:hover:before,
a.btn.btn-primary:hover .icn-arw:before,
input.btn.btn-primary.icn-arw:hover:before,
.display-pc .acc-head.active .btn.btn-primary.icn-arw:before,
.display-pc .acc-head .btn.btn-primary:hover.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Accent -- */

.btn.btn-accent {
  border-color: #791c17;
  background-color: #791c17;
  color: #fff;
}

.btn.btn-accent.icn-arw:before,
.btn.btn-accent .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent.btn-frame {
  background-color: #fff;
  color: #dc1b14;
}

.btn.btn-accent.btn-frame.icn-arw:before,
.btn.btn-accent.btn-frame .icn-arw:before {
  border-top-color: #791c17 !important;
  border-right-color: #791c17 !important;
}

a:hover .btn.btn-accent,
a.btn.btn-accent:hover,
input.btn.btn-accent:hover {
  border-color: #791c17;
  background-color: #791c17;
  color: #fff !important;
}

a:hover .btn.btn-accent.btn-frame,
a.btn.btn-accent.btn-frame:hover,
input.btn.btn-accent.btn-frame:hover {
  border-color: #791c17;
  background-color: #791c17;
  color: #fff;
}

a:hover .btn.btn-accent.icn-arw:before,
a:hover .btn.btn-accent .icn-arw:before,
a.btn.btn-accent.icn-arw:hover:before,
a.btn.btn-accent:hover .icn-arw:before,
input.btn.btn-accent.icn-arw:hover:before {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}

/* -- Accent2 -- */

.btn.btn-accent2 {
  border-color: #ff8000;
  background-color: #ff8000;
  color: #fff;
}

.btn.btn-accent2.icn-arw:before,
.btn.btn-accent2 .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent2.btn-frame {
  background-color: #fff;
  color: #ff8000;
}

.btn.btn-accent2.btn-frame.icn-arw:before,
.btn.btn-accent2.btn-frame .icn-arw:before {
  border-top-color: #ff8000;
  border-right-color: #ff8000;
}

a:hover .btn.btn-accent2,
a.btn.btn-accent2:hover,
input.btn.btn-accent2:hover {
  border-color: #fe9517;
  background-color: #fe9517;
  color: #fff !important;
}

a:hover .btn.btn-accent2.btn-frame,
a.btn.btn-accent2.btn-frame:hover,
input.btn.btn-accent2.btn-frame:hover {
  border-color: #ff8000;
  background-color: #ff8000;
  color: #fff;
}

a:hover .btn.btn-accent2.icn-arw:before,
a:hover .btn.btn-accent2 .icn-arw:before,
a.btn.btn-accent2.icn-arw:hover:before,
a.btn.btn-accent2:hover .icn-arw:before,
input.btn.btn-accent2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Sub -- */

.btn.btn-sub {
  border-color: #156c00;
  background-color: #156c00;
  color: #fff;
}

.btn.btn-sub.btn-lg {
  font-weight: bold;
}

.btn.btn-sub.icn-arw:before,
.btn.btn-sub .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-sub.btn-frame {
  background-color: #fff;
  color: #156c00;
}

.btn.btn-sub.btn-frame.icn-arw:before,
.btn.btn-sub.btn-frame .icn-arw:before {
  border-top-color: #156c00;
  border-right-color: #156c00;
}

a:hover .btn.btn-sub,
a.btn.btn-sub:hover,
input.btn.btn-sub:hover {
  border-color: #156c00;
  background-color: #156c00;
  color: #fff !important;
}

a:hover .btn.btn-frame.btn-sub,
a.btn.btn-frame.btn-sub:hover,
input.btn.btn-frame.btn-sub:hover {
  border-color: #156c00;
  background-color: #156c00;
  color: #fff;
}

a:hover .btn.btn-sub.icn-arw:before,
a:hover .btn.btn-sub .icn-arw:before,
a.btn.btn-sub.icn-arw:hover:before,
a.btn.btn-sub:hover .icn-arw:before,
input.btn.btn-sub.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Sub -- */

.btn.btn-sub2 {
  border-color: #c5b105;
  background-color: #c5b105;
  color: #fff;
}

.btn.btn-sub2.btn-lg {
  font-weight: bold;
}

.btn.btn-sub2.icn-arw:before,
.btn.btn-sub2 .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-sub2.btn-frame {
  background-color: #fff;
  color: #c5b105;
}

.btn.btn-sub2.btn-frame.icn-arw:before,
.btn.btn-sub2.btn-frame .icn-arw:before {
  border-top-color: #c5b105;
  border-right-color: #c5b105;
}

a:hover .btn.btn-sub2,
a.btn.btn-sub2:hover,
input.btn.btn-sub2:hover {
  border-color: #c5b105;
  background-color: #c5b105;
  color: #fff !important;
}

a:hover .btn.btn-frame.btn-sub2,
a.btn.btn-frame.btn-sub2:hover,
input.btn.btn-frame.btn-sub2:hover {
  border-color: #c5b105;
  background-color: #c5b105;
  color: #fff;
}

a:hover .btn.btn-sub2.icn-arw:before,
a:hover .btn.btn-sub2 .icn-arw:before,
a.btn.btn-sub2.icn-arw:hover:before,
a.btn.btn-sub2:hover .icn-arw:before,
input.btn.btn-sub2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- PC/SP -- */

.btn.media-sp {
  display: none;
}

/* ---- Button Other ---- */

.btn-viewall {
  float: right;
  margin-top: -110px;
  font-size: .8em;
  letter-spacing: .05em;
}

.btn-viewall a {
  padding-left: 45px;
}


/*  Banner
-------------------------- */

.bnr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  transition: opacity .4s ease-in-out;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

a.bnr:hover {
  opacity: .8;
}

.bnr.round {
  padding: 15px 20px;
  border-radius: 6px;
}


/*  Tag
-------------------------- */

.tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 3px;
  margin-right: 4px;
  padding: 5px 22px;
  border-radius: 0;
  border: 1px solid #b5b5b5;
  background: #b5b5b5;
  font-size: .9em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  line-height: 1.4\9;
}

.tag+.tag {
  margin-left: 5px;
}

.tag,
.tag a {
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
}

a .tag,
a.tag,
.tag a {
  transition: opacity .2s ease-in-out,
    color .2s ease-in-out,
    background-color .2s ease-in-out,
    border-color .2s ease-in-out;
}

a.tag:hover,
.tag a:hover {
  opacity: .7;
  text-decoration: none !important;
}

/* -- Tag Size -- */

.tag.tag-sm {
  margin: 0 10px 0 20px;
  padding: 2px 8px 1px;
  font-size: .85em;
  line-height: 1.4;
}

.tag.tag-sm:first-child {
  margin-left: 0;
}

.tag.tag-md {
  margin: 0 10px 0 20px;
  padding: 2px 20px;
  font-size: .85em;
  line-height: 1.4;
}

.tag.tag-md:first-child {
  margin-left: 0;
}

/* -- Tag Rounded -- */

.tag-rounded {
  padding: 6px 25px;
  border-color: #f6f6f6;
  border-radius: 200px;
  background-color: #f6f6f6;
  color: #1e3285 !important;
  font-weight: normal;
}

.tag-rounded .icn-arw {
  padding-left: 10px;
}

.tag-rounded .icn-arw:before {
  top: 5px;
  border-left-color: #999;
}

.tag-list .tag-rounded {
  margin-right: -11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Active */
.tag-rounded.active {
  border-color: #1e3285;
  background-color: #1e3285;
  color: #fff !important;
}

.tag-rounded.active .icn-arw:before {
  border-left-color: #fff;
}

/* -- Color Setting -- */

.tag-default {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  color: #000;
  font-weight: normal;
}

.tag-base,
.tag-primary,
.tag-primary2,
.tag-primary3,
.tag-accent,
.tag-sub,
.tag-sub2,
.tag-sub3 {
  color: #fff !important;
  font-weight: bold;
}

.tag-base {
  border-color: #757575;
  background-color: #757575;
}

.tag-primary {
  border-color: #022d92;
  background-color: #022d92;
}

.tag-primary2 {
  border-color: #1d2090;
  background-color: #1d2090;
}

.tag-primary3 {
  border-color: #448aca;
  background-color: #448aca;
}

.tag-accent {
  border-color: #cc362d;
  background-color: #cc362d;
}

.tag-sub {
  border-color: #dd9030;
  background-color: #dd9030;
}

/* -- Tag Entry -- */

.tag-entry {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

/* Tag1 */

.tag1 {
  border-color: #df1300;
  background-color: #df1300;
}

a:hover .tag1,
a.tag1:hover,
.lang-e .link-nav .tag1 {
  background-color: transparent;
  color: #df1300;
}

.border-tag1 {
  border-color: #df1300 !important;
}

.background-tag1,
.pagenav-tag1 a span:after,
.pagenav-tag1.current span:after {
  background-color: #df1300 !important;
}

/* Tga2 */

.tag2 {
  border-color: #203583;
  background-color: #203583;
}

a:hover .tag2,
a.tag2:hover,
.lang-e .link-nav .tag2 {
  background-color: transparent;
  color: #203583;
}

.border-tag2 {
  border-color: #203583 !important;
}

.background-tag2,
.pagenav-tag2 a span:after,
.pagenav-tag2.current span:after {
  background-color: #203583 !important;
}

/* Tga3 */

.tag3 {
  border-color: #ff8000;
  background-color: #ff8000;
}

a:hover .tag3,
a.tag3:hover,
.lang-e .link-nav .tag3 {
  background-color: transparent;
  color: #ff8000;
}

.border-tag3 {
  border-color: #ff8000 !important;
}

.background-tag3,
.pagenav-tag3 a span:after,
.pagenav-tag3.current span:after {
  background-color: #ff8000 !important;
}

/* Tga4 */

.tag4 {
  border-color: #2dac5b;
  background-color: #2dac5b;
}

a:hover .tag4,
a.tag4:hover,
.lang-e .link-nav .tag4 {
  background-color: transparent;
  color: #2dac5b;
}

.border-tag4 {
  border-color: #2dac5b !important;
}

.background-tag4,
.pagenav-tag4 a span:after,
.pagenav-tag4.current span:after {
  background-color: #2dac5b !important;
}

/*  Icon
-------------------------- */

.icn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* -- Icon Link -- */

.icn-link {
  position: relative;
  padding-right: 22px;
}

.icn-link:before {
  opacity: .7;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(/common/img/icn-link.png) no-repeat 0 0;
  background-size: 16px;
  background-image: url(/common/img/icn-link-ie.png)\9;
  content: "";
}

/* -- Icon Zoom -- */

.icn-zoom {
  position: relative;
  overflow: hidden;
  display: block;
}

.icn-zoom:before {
  transition: font-size .15s linear;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .73);
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  content: "\f00e";
}

.icn-zoom:hover:before {
  transition: font-size .15s linear;
  font-size: 25px;
}

/* -- Icon Arrow -- */

.icn-arw {
  position: relative;
  padding-left: 15px;
}

a.icn-arw,
.entry-body a[target="_blank"].icn-arw,
span.icn-arw {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
}

a.icn-arw.media-sp,
.entry-body a[target="_blank"].icn-arw.media-sp,
span.icn-arw.media-sp {
  display: none;
}

.icn-arw:before,
.entry-body a[target="_blank"].icn-arw:before {
  position: absolute;
  top: 7px;
  right: auto;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  content: "";
}

.icn-arw:after,
.entry-body a[target="_blank"].icn-arw:after {
  display: none;
}

/* -- Icon Arrow2 -- */

.icn-arw2,
.entry-body a[target="_blank"].icn-arw2 {
  position: relative;
  padding-left: 15px;
}

.icn-arw2:before,
.entry-body a[target="_blank"].icn-arw2:before {
  position: absolute;
  top: 4px;
  right: auto;
  left: 2px;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  content: "";
}

.icn-arw2:after,
.entry-body a[target="_blank"].icn-arw2:after {
  display: none;
}

/* -- Icon Arrow3 -- */

.icn-arw3,
.entry-body a[target="_blank"].icn-arw3 {
  position: relative;
  padding-left: 15px;
}

.icn-arw3:before,
.entry-body a[target="_blank"].icn-arw3:before {
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: auto;
  left: 0;
  z-index: 20;
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #022d92 #022d92 transparent transparent;
  content: "";
}

.icn-arw3:after,
.entry-body a[target="_blank"].icn-arw3:after {
  display: none;
}

/* -- Round & Square Icon -- */

.icn-rounded,
.icn-square {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.icn-rounded {
  border-radius: 100%;
}

/* -- Icon Font Awesome -- */

.fa:before {
  margin-right: 7px;
  font-size: 1.2em;
  vertical-align: -1px;
}

.fa.fa-file-pdf-o,
.fa.fa-file-pdf {
  margin-left: 10px;
  color: #d9222a;
}

.fa.fa-file-word-o,
.fa.fa-file-word {
  margin-left: 10px;
  color: #0a51d4;
}

.fa.fa-file-excel-o,
.fa.fa-file-excel {
  margin-left: 10px;
  color: #077b07;
}

.fa.fa-file-pdf-o:before,
.fa.fa-file-pdf:before,
.fa.fa-file-word-o:before,
.fa.fa-file-excel-o:before {
  font-size: 1.3em;
}

.fa.fa-check:before {
  margin-right: 10px;
  color: #bd1f1f;
}

/* ---- File Link Icon ---- */

.article-container a[href$=".pdf"].icn:after,
.article-container a[href$=".xls"].icn:after,
.article-container a[href$=".xlsx"].icn:after,
.article-container a[href$=".doc"].icn:after,
.article-container a[href$=".zip"].icn:after,
.article-container a[href$=".pptx"].icn:after,
.article-container a[href$=".pptm"].icn:after,
.article-container a[href$=".ppt"].icn:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.3em;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  vertical-align: -1px;
  content: "";
}

.article-container a[href$=".pdf"].icn.btn:after,
.article-container a[href$=".xls"].icn.btn:after,
.article-container a[href$=".xlsx"].icn.btn:after,
.article-container a[href$=".doc"].icn.btn:after,
.article-container a[href$=".zip"].icn.btn:after,
.article-container a[href$=".pptx"].icn.btn:after,
.article-container a[href$=".pptm"].icn.btn:after,
.article-container a[href$=".ppt"].icn.btn:after {
  color: #fff !important;
}

.article-container .column-line2 a[href$=".pdf"].icn:after,
.article-container .column-line2 a[href$=".xls"].icn:after,
.article-container .column-line2 a[href$=".xlsx"].icn:after,
.article-container .column-line2 a[href$=".doc"].icn:after,
.article-container .column-line2 a[href$=".zip"].icn:after,
.article-container .column-line2 a[href$=".pptx"].icn:after,
.article-container .column-line2 a[href$=".pptm"].icn:after,
.article-container .column-line2 a[href$=".ppt"].icn:after {
  display: none;
}

/* -- PDF -- */

.article-container a[href$=".pdf"].icn:after {
  content: "\f1c1";
  color: #d9222a;
}

/* -- Excel -- */

.article-container a[href$=".xls"].icn:after,
.article-container a[href$=".xlsx"].icn:after {
  content: "\f1c3";
  color: #077b07;
}

/* -- Word -- */

.article-container a[href$=".doc"].icn:after {
  content: "\f1c2";
  color: #0a51d4;
}

/* -- PowerPoint -- */

.article-container a[href$=".pptx"].icn:after,
.article-container a[href$=".pptm"].icn:after,
.article-container a[href$=".ppt"].icn:after {
  content: "\f1c4";
  color: #d24726;
}

/* -- ZIP -- */

.article-container a[href$=".zip"].icn:after {
  content: "\f1c6";
  color: #f99d00;
}

/* -- Movie Icon -- */

.icn-movie {}

.icn-movie * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 0;
  transition: opacity .4s ease-in-out;
  width: 100%;
}

.icn-movie * img {
  position: relative;
  z-index: -1;
}

.icn-movie *:before,
.icn-movie *:after {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 5;
  opacity: .8;
  content: "";
}

.icn-movie *:before {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.icn-movie *:after {
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -11px;
  border-radius: 1px;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
}

.icn-movie *:hover {
  opacity: .6;
}

.icn-movie *:hover img {
  opacity: 1;
}

/* -- Number Icon -- */

.icn-num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

/* -- Icon Flow -- */

.icn-flow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 15px;
}

.icn-flow:before {
  position: absolute;
  top: 7px;
  right: auto;
  left: auto;
  width: 0;
  height: 0;
  margin-left: -32px;
  border-width: 28px 32px;
  border-color: #e0dede transparent transparent transparent;
  border-style: solid;
  content: "";
}

.icn-flow.icn-flow-lg {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 30px 50px;
}

.icn-flow.icn-flow-lg:before {
  top: 15px;
  margin-left: -48px;
  border-width: 42px 48px;
}

/*  Image
-------------------------- */

.img-frame {
  border: 1px solid #bbb;
}

.img-main {
  margin-bottom: 30px;
}

.img-thumbnail {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin: 0 0 50px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
}

.img-thumbnail figure {
  display: inline-block;
}

.img-thumbnail figcaption {
  text-align: left;
}

.img-thumbnail.float-left {
  margin-right: 50px;
}

.img-thumbnail.float-right {
  margin-left: 50px;
}


/* -- Thumb -- */

.thumb,
.article-container .thumb,
.wp-caption {
  margin-top: 0;
  margin-bottom: 1.5em;
}

figure.thumb,
.article-container figure.thumb {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

figure.thumb+figure.thumb,
.article-container figure.thumb+figure.thumb {
  margin-top: 1.5em;
}

figure.thumb img,
.article-container figure.thumb img,
.wp-caption img,
.article-container .wp-caption img {
  margin-top: .5em;
  margin-bottom: .8em;
}

.column figure.thumb,
.list figure.thumb,
.column .wp-caption,
.list .wp-caption {
  display: block;
}

.thumb img,
.wp-caption img {
  width: 100%;
}

.thumb-xs,
.thumb-sm,
.thumb-md,
.thumb-lg {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.thumb-xs {
  width: 100px !important;
}

.thumb-sm {
  width: 120px !important;
}

.thumb-md {
  width: 160px !important;
}

.thumb-lg {
  width: 220px !important;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumb .txt-caption,
.wp-caption .wp-caption-text,
.wp-caption-text {
  padding-top: 0;
  color: inherit;
  font-size: .9em;
  text-align: center;
}

/* -- Pisition -- */

.position-relative {
  position: relative;
}

.img-position,
.article-container .img-position {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}


/*  List
-------------------------- */

.list ul {
  padding-left: 0;
}

.list.mt-0,
.entry-body .list.mt-0 {
  margin-top: 0 !important;
}

.list li {
  list-style-type: none;
}

.list>* {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list>*>li p,
.list>*>.list-cell p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.list>*>li p:first-child,
.list>*>.list-cell p:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ttl.ttl-style5+.list,
.ttl.ttl-style4+.list {
  margin-top: 2em;
}

/* -- List Line -- */

.list-line {}

.list-line>*>li,
.list-line>*>.list-cell {
  margin: 0 0 .04em !important;
  padding: 20px 0;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.list-line>*>li:first-child,
.list-line>*>.list-cell:first-child {
  border-top-width: 0;
  padding-top: 0;
}

.list-line>*>li>a,
.list-line>*>li.active>*,
.list-line>*>.list-cell>a,
.list-line>*>.list-cell.active>* {
  display: block;
  position: relative;
  padding: 9px 18px;
}

/* -- List Line Dot -- */

.list-line.list-line-dot>*>li,
.list-dl.list-line.list-line-dot>*>li,
.list-dl2.list-line.list-line-dot>*>li,
.list-line.list-line-dot>*>.list-cell,
.list-dl.list-line.list-line-dot>*>.list-cell,
.list-dl2.list-line.list-line-dot>*>.list-cell {
  border-style: dotted;
  border-color: #888;
}

/* -- List Dot -- */

.list-dot,
.list.list-dot {
  margin: 1em 0;
}

.list-dot .list-dot {
  margin: 0 0 .5em;
}

.list-dot ul,
.list.list-dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list-dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
}

.list-dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list-dot ul li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 3px;
  height: 3px;
  margin-top: -5px;
  margin-left: -1.2em;
  margin-right: 14px;
  background: #000;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

.list-dot.list-dot2 ul,
.list-dot.list-dot3 ul,
.list-dot.list-dot4 ul,
.list-dot.list-dot5 ul {
  padding-top: 0;
  padding-left: 1.5em !important;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li,
.list-dot.list-dot5 ul li {
  margin-bottom: .5em;
}

.list-dot.list-dot2 ul li:before,
.list-dot.list-dot3 .list-dot.list-dot2 ul li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  margin-left: -1.5em;
  margin-right: 10px;
  background: #000;
  border: 1px solid #000;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

.list-dot.list-dot3 ul li:before,
.list-dot.list-dot2 .list-dot.list-dot3 ul li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  margin-left: -1.5em;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

.list-dot.list-dot4 ul li:before {
  display: inline;
  width: auto;
  height: auto;
  background: none;
  margin-left: -1.5em;
  margin-right: 7px;
  content: "※";
}

.lang-e .list-dot.list-dot4 ul {
  margin-left: -.7em !important;
}

.lang-e .list-dot.list-dot4 ul li {
  padding-top: 0;
}

.lang-e .list-dot.list-dot4 ul li:before {
  margin-left: -.7em;
  margin-right: 5px;
  content: "*";
}

.list-dot.list-dot5 ul li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -1.5em;
  margin-right: 7px;
  color: #bd1f1f;
  content: "\f00c";
}

/* -- List Dot Column -- */

.list-dot.column {
  margin: 0;
}

.list-dot.column>ul {
  margin: 0 0 0 -20px !important;
}

.list-dot.column>ul>li {
  padding-top: 5px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
}

/* -- List Row -- */

.list-row {
  margin: -5px 0 0;
}

.list-row li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 5px;
  margin-right: 15px;
}

.entry-body .list-row li {
  margin-top: 8px;
}

.list-dot.list-row li {
  margin-right: 30px;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0;
}

.list-num ol {
  padding-left: 1.5em;
}

.list-num>ol {
  margin-top: 0 !important;
}

.list-num ol li {
  list-style-type: decimal;
}

.list-num ol li ul li {
  list-style: none;
}

.list-num ol li ol {
  padding-top: 2px;
}

.list-num.list-num2 {
  margin: 20px 0;
}

.list-num .list-num,
.list-dot .list-num {
  margin: 0 0 5px;
}

.list-num.list-num2 ol {
  padding-left: 2em;
}

.list-num.list-num2 ol li {
  list-style-type: none;
}

.list-num.list-num2 .txt-num {
  margin-left: -2em;
  padding-right: 6px;
}

.list-dot .list-num.list-num2 ol li:before {
  margin: 0;
  padding: 0;
  content: "" !important;
}

/* -- List Arrow -- */

.list-arw {
  margin: 20px 0;
  line-height: 1.6;
}

/* -- List Definition -- */

.list-dl dl {
  overflow: hidden;
  margin: 20px 0;
}

.list-dl li dl {
  margin: 0;
}

.list-dl dl dt {
  float: left;
  width: 130px;
  margin-bottom: 5px;
  font-weight: bold;
}

.list-dl dl dd {
  margin-left: 0;
  padding-left: 150px;
}

.list-dl dl .list-dot,
.list-dl dl .list-num {
  margin: 0;
}

.list-dl>ul>li {
  padding: 5px 0;
}

.list-dl.list-line,
.list.list-dl.list-line {
  overflow: hidden;
  margin-bottom: 2em;
}

.list-dl.list-line>ul {
  margin-bottom: -1px;
}

.list-dl.list-line>ul>li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: dotted;
}

.list-dl>ul>li:first-child {}

.list-dl.list-line>ul>li:first-child {
  padding-top: 10px;
}

.list-dl.list-line .column {
  margin-top: 0;
  margin-bottom: 0;
}

/* -- List Definition2 -- */

.list-dl2+.list-dl2 {
  padding-top: 8px;
}

.list-dl2 dl {
  display: table;
  margin: 5px 0;
  line-height: 1.85;
}

.list-dl2 dl dt,
.list-dl2 dl dd {
  display: table-cell;
  padding-top: 2px;
  vertical-align: top;
}

.list-dl2 dl dt {
  min-width: 45px;
  white-space: nowrap;
}

.list-dl2 dl dd {
  width: 100%;
  padding-left: 20px;
}

/* -- List Definition Line -- */

.list-dl>ul,
.list-dl2>ul {
  padding-left: 0;
}

.list-dl.list-line>ul>li,
.list-dl2.list-line>ul>li {
  border-style: solid;
  border-color: #ccc;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  padding-top: 2px;
  line-height: 1.7;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 2px;
}

.list-dl-contact dl dt {
  float: left;
  width: 110px;
}

.list-dl-contact dl dt:after {
  content: "：";
}

.list-dl-contact dl dd {
  padding-left: 110px;
}

/* -- List Definition Size -- */

.list-dl-md>dt {
  width: 200px !important;
}

.list-dl-md>dd {
  padding-left: 200px !important;
}

.list-dl-lg>dt {
  width: 240px !important;
}

.list-dl-lg>dd {
  padding-left: 240px !important;
}

/* -- List News -- */

.list-news {}

.news-ttl a {
  display: block;
  color: #022d92;
}

.news-ttl+.news-thumb {
  padding-top: 15px;
}

.news-thumb {
  display: block;
}

.news-thumb .news-thumb-inner {
  display: block;
  float: left;
  max-width: 252px;
  margin-right: 20px;
}

.news-thumb .news-thumb-inner a,
.news-thumb .news-thumb-inner img {
  width: 100%;
}

.news-thumb .news-thumb-inner a:hover {
  opacity: .7;
}

.news-thumb .txt-caption {
  padding-top: 0;
}

.news-cont {
  padding-top: 8px;
}

/* -- List Indent -- */

ul.ind  {
  padding: 0 !important;
}

ul.ind li {
  text-indent: -1em;
  margin-left: 1em;
}



/*  Table
-------------------------- */

.table {
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #fff;
  letter-spacing: .05em;
}

.table-inline {
  display: inline-block;
}

.table caption {
  color: #313131;
  font-weight: normal;
}

.table.txt-thCenter th {
  text-align: center;
}

.table>thead>tr>th {
  vertical-align: middle;
  background-color: #eee;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px 25px;
  border: 1px solid #ccc;
  line-height: 1.6;
  vertical-align: middle;
}

.table>tbody>tr>th {
  width: 22%;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top-width: 1px;
}

@media screen and (max-width: 992px) {
  .table>tbody>tr>th {
    width: 28%;
  }
}

/* ---- Active ---- */

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #efede6;
  color: #958961;
}

/* ---- Responsive ---- */

.table-responsive {}

/* ---- Responsive2 ---- */

.table-responsive2 {}


/*  Table Style2
-------------------------- */

.table-style2 {}

.table.table-style2>thead>tr>th {
  background-color: #fff;
}

.table-style2 tr:nth-child(odd) {
  background-color: #e6e6e6;
}



/*  Category Title
-------------------------- */

.category-title {
  margin-bottom: 40px;
  text-align: center;
}

.category-title h1 {
  margin: 0;
}

.category-title h1 span {
  display: block;
  color: inherit;
}

.category-title h1 .txt-lg {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.category-title h1 .txt-sm {
  font-size: .5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .02em;
}

/*  Column
-------------------------- */

/* ---- Common ---- */

.column>div.clearfix,
.column>ul {
  letter-spacing: -.40em;
}

.column>div.clearfix>div,
.column>ul>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.column>div.clearfix>.column-full,
.column>ul>.column-full {
  width: 100% !important;
}

/* -- Column List -- */

.column-list {
  margin-top: 3em;
  margin-bottom: 3em;
}

.column-list>div.clearfix,
.column-list>ul,
.column>ul {
  margin-bottom: 0 !important;
}

/* -- Title -- */

.column .column-ttl {
  margin: .6em 0;
  font-size: 1.15em;
}

.column img+.column-ttl {
  margin-top: 1.2em;
}

.column .column-ttl-sub {
  margin-bottom: 0;
}

/* -- Cont -- */

.column .column-cont,
.article-container .column .column-cont {
  margin-top: .6em;
  margin-bottom: 0;
  line-height: 1.8;
}

.column .column-cont+img {
  margin-top: 2.5em;
}

/* ---- 1 Column ---- */

.column.column1>div.clearfix,
.column.column1>ul {
  margin-top: -35px;
  padding-left: 0;
}

.column.column1>div.clearfix>div,
.column.column1>ul>li {
  width: 1000%;
  padding: 35px 1px 0 0;
}

/* ---- 2 Column ---- */

.column.column2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.column.column2>div.clearfix,
.column.column2>ul {
  margin-top: -35px;
  margin-left: -35px;
  padding-left: 0;
}

.column.column2>div.clearfix>div,
.column.column2>ul>li {
  width: 50%;
  padding: 35px 1px 0 35px;
}

.column.column2 .column-cont {}

/* ---- 3 Column ---- */

.column.column3>div.clearfix,
.column.column3>ul {
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 0;
}

.column.column3>div.clearfix>div,
.column.column3>ul>li {
  width: 33.333%;
  padding: 30px 0 0 30px;
}

.column.column3 .column-cont {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}

/* ---- 4 Column ---- */

.column.column4>div.clearfix,
.column.column4>ul {
  margin-top: -25px;
  margin-left: -25px;
  padding-left: 0;
}

.column.column4>div.clearfix>div,
.column.column4>ul>li {
  width: 25%;
  padding: 25px 0 0 25px;
}

/* ---- 5 Column ---- */

.column.column5>div.clearfix,
.column.column5>ul {
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 0;
}

.column.column5>div.clearfix>div,
.column.column5>ul>li {
  width: 20%;
  padding: 30px 0 0 30px;
}

/* ---- 6 Column ---- */

.column.column6>div.clearfix,
.column.column6>ul {
  margin-top: -20px;
  margin-left: -17px;
  padding-left: 0;
}

.column.column6>div.clearfix>div,
.column.column6>ul>li {
  width: 16.65%;
  padding: 20px 0 0 17px;
}

/* ---- 7 Column ---- */

.column.column7>div.clearfix,
.column.column7>ul {
  margin-top: -20px;
  margin-left: -17px;
  padding-left: 0;
}

.column.column7>div.clearfix>div,
.column.column7>ul>li {
  width: 14.2%;
  padding: 20px 0 0 17px;
}

/* ---- 8 Column ---- */

.column.column8>div.clearfix,
.column.column8>ul {
  margin-top: -10px;
  margin-left: -15px;
  padding-left: 0;
}

.column.column8>div.clearfix>div,
.column.column8>ul>li {
  width: 12.5%;
  padding: 10px 0 0 15px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
}

.textwidget>.column.column-line,
.textwidget>.column.column-line2 {
  margin-top: 20px;
}

.column.column-line>div.clearfix,
.column.column-line>ul,
.column.column-line2>div.clearfix,
.column.column-line2>ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: -.40em;
  margin-top: -20px;
  margin-left: -1px;
  padding-left: 0;
}

.column.column-line2>div.clearfix,
.column.column-line2>ul {
  margin: 0 -10px;
}

.column.column-line>div.clearfix>div,
.column.column-line>ul>li {
  border-left: 1px solid #eee;
  margin-top: 20px;
  padding: 0;
}

.column.column-line2>div.clearfix>div,
.column.column-line2>ul>li {
  margin: 0;
  padding: 10px;
}

.column .column-inner {
  padding: 0 10px;
}

.column.column-line2 .column-inner {
  width: 100%;
  height: 100%;
  padding: 33px 40px;
  border: 1px solid #d2d2d2;
}

/* ---- Cell Styles ---- */

.column-style2.column.column3 {
  margin: 2em 0 0;
}

.column-style2.column.column3>div.clearfix,
.column-style2.column.column3>ul {
  margin: -15px 0 0 -15px;
}

.column-style2.column.column3>div.clearfix>div,
.column-style2.column.column3>ul>li {
  padding: 15px 0 0 15px;
}




/*  Section
-------------------------- */

.section {
  margin-bottom: 0;
  line-height: 1.7;
}

.section2 {
  margin-bottom: 35px;
}

.section:last-child {
  margin-bottom: 40px;
}

.section.bg-default-light>.inner,
.section.bg-default-light2>.inner,
.section.bg-accent2-light>.inner,
.section.bg-sub3-light>.inner {
  padding-top: 5em;
  padding-bottom: 5em;
}

.article-container .entry-body.inner .section.bg-default-light,
.article-container .entry-body.inner .section.bg-primary-light,
.article-container .entry-body.inner .section.bg-primary3-light,
.article-container .entry-body.inner .section.bg-accent2-light,
.article-container .entry-body.inner .section.bg-sub3-light {
  margin-right: -100%;
  margin-left: -100%;
}

.article-container .entry-body.inner .section.bg-default-light>.inner,
.article-container .entry-body.inner .section.bg-primary-light>.inner,
.article-container .entry-body.inner .section.bg-primary3-light>.inner,
.article-container .entry-body.inner .section.bg-accent2-light>.inner,
.article-container .entry-body.inner .section.bg-sub3-light>.inner {
  width: 1256px;
  padding: 5em 28px;
}

.article-container .entry-body.inner .section.bg-primary-light>.inner,
.article-container .entry-body.inner .section.bg-primary3-light>.inner,
.article-container .entry-body.inner .section.bg-accent2-light>.inner,
.article-container .entry-body.inner .section.bg-sub3-light>.inner {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* ---- Section Text ---- */

.section-main>p:first-child,
.article-container .section-main>p:first-child,
.section-side>p:first-child,
.article-container .section-side>p:first-child,
.section-half>p:first-child,
.article-container .section-half>p:first-child {
  margin-top: 0;
}

/* ---- Section Head ---- */

.section-head {}

.section-head .ttl {
  margin: -.1em 0 0;
  line-height: 2;
}

.section-head .ttl .txt-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  font-size: .65em;
  line-height: 1.2;
  vertical-align: middle;
}

.section-head.float-left {
  width: 15%;
}

.section-content.float-right {
  width: 85%;
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {}

.section-main {
  width: 770px;
}

.section-main2 {
  width: 800px;
}

.section-side {
  width: 290px;
}

.section-side2 {
  width: 320px;
}

.section-side2 .ttl:first-child {
  margin-top: 0;
}

.section-side.float-left {
  padding-left: 0;
}

.section-side .thumb img {
  width: 100%;
}

.section-side .section {
  margin-bottom: 20px;
}

.section-main.float-left {
  width: 770px;
}

.section-side.float-right {
  width: 360px;
}

/* ---- Section Half ---- */

.section-half {
  width: 50%;
}

.section-half .thumb img {
  width: 100%;
}

.section-half.float-left {
  padding-right: 18px;
}

.section-half.float-right {
  padding-left: 20px;
}

.section-half .ttl:first-child {
  margin-top: 0;
}

p+.section-half,
p+.section-half+.section-half {
  margin-top: 2em;
}

.ttl+.section-half,
.ttl+.section-half+.section-half {
  margin-top: 1em;
}

/* ---- Section Text ---- */

.section>p,
.section .inner>p,
.section .section-inner>p,
.section .section-half>p,
.section .section-main>p {
  line-height: 2;
}

.section-half .ttl.ttl-style3,
.section-half .ttl.ttl-style4 {
  margin-bottom: 1.2em;
}

.section-half .ttl.ttl-style3+p,
.section-half .ttl.ttl-style4+p {
  margin-top: .8em;
}

/* ---- Section Inner ---- */

.section-inner {
  margin-top: 5em;
  margin-bottom: 3em;
}

.section-inner:first-child {
  margin-top: 0;
}

.section.line-top,
.section-inner.line-top {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 40px;
}

.section.line-top>.ttl:first-child,
.section-inner.line-top>.ttl:first-child {
  margin-top: 0;
}


/*  Box Decoration
-------------------------- */

.line-frame {
  border: 1px solid #d2d2d2;
}

.line-top {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.panel-first-child .ttl.line-top {
  margin-top: 50px !important;
}

.line-bottom {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.article-container .panel-grid .line-bottom,
.article-container .panel-grid .line-bottom:last-child {
  margin-bottom: 50px;
}

.line-dot {
  border-top-style: dotted;
}

/* -- Animation keyframes -- */

@keyframes opa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa0 {
  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  100% {
    opacity: 1;
  }
}

@keyframes bl1 {
  100% {
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

/*  Breadcrumb
-------------------------- */

.breadcrumb {
  margin: 0;
  padding: 12px 0 12px 220px;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-size: .82em;
  font-weight: bold;
  letter-spacing: 0;
}

.breadcrumb .inner {
  width: 100%;
  padding: 0;
}


/*  Pagination
-------------------------- */

.pagination {
  display: block;
  width: 800px;
  margin: 5em auto 0;
  font-size: .95em;
  text-align: center;
  color: #999;
}

.pagination .page,
.pagination .next,
.pagination .prev {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px 12px;
}

.pagination a {
  padding: 0;
  color: #000;
  text-decoration: underline;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination .prev {
  margin-right: 30px;
}

.pagination .next {
  margin-left: 30px;
}



/*  Pager
-------------------------- */

.pager {

  padding-top: 60px;
  text-align: center;
}

.pager span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pager .btn {
  float: none !important;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
  border-radius: 0;
}

.pager .btn a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
}

.pager .btn a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* -- Previous -- */

.pager .previous {
  float: left;
}

/* -- Next -- */

.pager .next {
  float: right;
}


/*  Form
-------------------------- */

.mw_wp_form {}

/* ---- Form Table ---- */

.mw_wp_form table {
  margin-bottom: 2em;
}

.mw_wp_form table th {
  letter-spacing: -.05em
}

.mw_wp_form .tag.tag-sm {
  margin: .4em 0 .4em .9em;
}

.mw_wp_form table td {
  font-size: 1.05em;
  letter-spacing: -.02em;
}

.mw_wp_form table td .txt-sm {
  padding-left: .6em;
  font-size: .8em;
}

.mw_wp_form input[type="text"] {
  margin-top: .4em;
  margin-right: .7em;
  margin-bottom: .4em;
  vertical-align: middle;
}

.mw_wp_form input[maxlength="4"],
.mw_wp_form input[maxlength="5"] {
  margin-right: .1em;
}

.mw_wp_form input[size="10"] {
  width: 90px;
}

.mw_wp_form input[size="20"] {
  width: 150px;
}

.mw_wp_form input[size="40"] {
  width: 300px;
}

.mw_wp_form input[size="70"] {
  width: 530px;
}

.mw_wp_form table td label {
  margin-top: .4em;
  margin-bottom: .4em;
  padding-right: 1em;
  font-weight: normal;
}

.mw_wp_form table td label input[type="text"] {
  margin-left: 1em;
}

.mw_wp_form table td textarea {
  height: 90px;
  min-height: 90px;
  margin: .2em 0 -.2em;
}

/* ---- Form Button ---- */

.mw_wp_form .btn-wrap {
  margin-top: 4em;
}

.mw_wp_form .btn-wrap div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 .7em;
  vertical-align: middle;
}

.mw_wp_form .btn-wrap .btn {
  width: 360px;
}

.mw_wp_form .btn-wrap .btn.btn-lg-x {
  padding: 0 !important;
}

.mw_wp_form .btn-wrap .btn:before {
  margin-top: -4px;
}

.mw_wp_form .btn-wrap .btn:hover {
  opacity: .7;
}

.mw_wp_form .btn-wrap .btn input {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 22px 22px 22px 12px;
  background: none;
  border: none;
}

.mw_wp_form .btn-wrap .btn-confirm:before {
  right: 122px;
}

.mw_wp_form .btn-wrap .btn-submit:before {
  right: 132px;
}

.mw_wp_form .btn-wrap .btn-back:before {
  right: auto;
  left: 150px;
  transform: rotate(-135deg);
}

.mw_wp_form .btn-wrap .btn-back input {
  padding-right: 12px;
  padding-left: 22px;
}


/*  Search Form
-------------------------- */

.search-form-wrap {
  line-height: 0;
}

.search-form-wrap label {
  display: none;
}

.search-form {
  position: relative;
}

.search-form .search-input {
  width: 476px;
  height: 50px;
  margin-right: 10px;
  padding: 5px 15px !important;
  border-radius: 4px !important;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #fff;
  color: #222;
  font-size: .82em;
  line-height: 24px;
}

.search-form .search-input:focus {}

.search-form .search-btn {
  overflow: hidden;
  transition: background .4s ease-in-out, opacity .4s ease-in-out;
  padding: 23px 55px;
  border-radius: 0 !important;
  border: none;
  background: #000;
  color: #fff;
  font-size: .98em;
  font-weight: bold;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
}

.search-form .search-btn:hover,
.search-form .search-btn:focus {
  opacity: .7;
}


/*  Embed
-------------------------- */

.embed {
  margin-bottom: 40px;
  text-align: center;
}

.embed iframe {
  position: absolute !important;
  height: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.embed p {
  font-size: .98em;
  text-align: left;
}

/* -- Embed Video -- */

.embed-video {}

.embed-video iframe {}

/* -- Embed Map -- */

.embed-map {
  border: 1px solid #ccc;
}

.embed-map iframe {}

/* -- Embed Twitter -- */

.embed-tw {
  padding: 0 2px;
  background: #fff;
}

.embed-tw a {
  font-size: .85em;
}

.embed-tw iframe {
  max-width: 410px !important;
  height: 500px !important;
  max-height: 600px !important;
}

@media screen and (max-width: 992px) {

  .embed-tw {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

  .embed-tw iframe {
    width: 100% !important;
  }
}


/*  Mega Header
-------------------------- */

.mega-header {}

.mega-header .inner {
  padding-top: 45px;
  padding-bottom: 0;
}

.mega-header h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  margin: 0;
  vertical-align: middle;
}

.mega-header h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.mega-header h1 .txt-lg {
  padding-right: 25px;
  font-size: 1.7em;
}

.mega-header h1 .txt-sm {
  font-size: .92em;
}

.mega-header .btn-wrap {
  float: right;
  padding-top: 10px;
}


/*  Entry Container
-------------------------- */

.entry-container {}

.entry-container .entry-body .entry-body-content.bg-default-light:last-child {
  padding-bottom: 30px;
}

/* ------ Common Setting ------ */


/* ---- Text ---- */

/* Child */

.txt-child {}

.txt-child .tag {
  vertical-align: middle;
}

/* Asterisk */

.txt-asterisk {
  padding-left: 15px;
  text-indent: -15px;
}

.entry-cell .txt-asterisk+.txt-asterisk {
  margin-top: 0;
}

.txt-asterisk.txt-small {
  padding-left: 12px;
  text-indent: -12px;
}

/* Date */

.entry-date {}


/* PDF */

.txt-pdf a,
.txt-pdf a[target="_blank"] {
  padding: 0 !important;
  background: none !important;
  color: #022d92;
}

.txt-pdf a:before,
.txt-pdf a:after,
.txt-pdf a[target="_blank"]:before,
.txt-pdf a[target="_blank"]:after {
  display: none;
}

/*
.txt-pdf:before {
  content: "\f1c1";
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #d9222a;
  font-size: 1.3em;
}
*/

/* -- SNS -- */

.sns-list {
  margin-left: 20px;
  padding: 2px 3px;
  background: #fff;
  font-size: .95em;
  line-height: 1.2;
}

.sns-list dl {
  margin: 0;
}

.sns-list dt,
.sns-list dd {
  display: table-cell;
  vertical-align: middle;
}

.sns-list dt {
  padding: 0 15px 0 10px;
  font-weight: bold;
}

.sns-list dt:before {
  top: 50%;
  left: auto;
  right: 0;
  margin-top: -4px;
}

.sns-list dd {
  padding-left: 10px;
}

.sns-list ul {
  margin: 0;
  padding-left: 0;
  letter-spacing: -.4em;
}

.sns-list li {
  display: inline-block;
  *display: inline;
  /* IE7用 */
  *zoom: 1;
  /* IE7用 */
  width: 75px;
  margin: 2px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}

.sns-list li a {
  display: block;
  height: 32px;
  padding: 10px;
}

.sns-list li a:hover {
  opacity: .7;
}

.sns-list #sns-tw {
  background: #1c94e0;
}

.sns-list #sns-tw img {
  width: 15px;
}

.sns-list #sns-fb {
  background: #4266b2;
}

.sns-list #sns-fb img {
  width: 7px;
}

.sns-list #sns-line {
  padding-top: 7px;
  background: #00b901;
}

.sns-list #sns-line img {
  width: 20px;
}

/* -- Notes -- */

.notes {
  margin: 30px 0;
  padding: 15px 20px;
  line-height: 1.85;
}

.notes .icn-arw:before,
.notes .icn-arw:after {
  top: 7px;
}

/* -- Notes2 -- */

.notes2 {
  margin-bottom: 2em;
  padding: 20px 25px;
  background-color: #f6f6f6;
  line-height: 1.85;
}

.list.list-line+.notes2,
.table+.notes2 {
  margin-top: 3em;
}

.notes2.float-right {
  margin-left: 3em;
}

.notes2.float-left {
  margin-right: 3em;
}

.notes2 .ttl {
  margin-top: 0;
  margin-bottom: 1em;
}

.notes2 p,
.article-container .notes2 p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.notes2 .list-dl dl dt {
  margin-top: 1em;
}

/* -- Notes3 -- */

.notes3 {
  margin-bottom: 5em;
  padding: 30px 35px;
}

.notes3 .inner {
  width: auto;
  margin: -30px -35px;
  padding: 30px 35px;
}

.notes3.img-left {
  margin-top: 5em;
  margin-right: -100%;
  padding: 0;
}

.notes3.img-left .inner {
  width: 1200px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.img-left .section-half.float-left img {
  width: 743px;
  max-width: 743px;
  margin-top: -70px;
  margin-left: -160px;
}

.notes3.img-right {
  margin-top: 5em;
  margin-left: -100%;
  padding: 0;
}

.notes3.img-right .inner {
  width: 1200px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.img-right .section-half.float-right img {
  width: 743px;
  max-width: 743px;
  margin-top: -70px;
  margin-right: -160px;
}

/* -- Well -- */

.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -- Alert -- */

.alert {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*  Entry List
-------------------------- */

.entry-list {
  padding-bottom: 80px;
}

.entry-list:first-child {
  padding-top: 20px;
}

.entry-list .ttl-entry-list {
  margin-bottom: 40px;
}

.entry-list .ttl-entry-list .txt-sm {
  margin-left: 10px;
}

/* ------ Entry Section ------ */

.entry-section {
  display: table;
  width: 100%;
  padding: 30px 0;
  font-size: .9em;
}

.entry-section+.entry-section {
  margin-top: 30px;
  padding-top: 70px;
  border-top: 1px solid #ccc;
}

.entry-list .entry-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.entry-list .entry-section:first-child,
.entry-list .ttl-entry-list+.entry-section {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}

/* ---- Entry Cell ---- */

.entry-cell {
  display: table-cell;
  padding-left: 48px;
  line-height: 1.7;
  letter-spacing: .02em;
  vertical-align: top;
}

.entry-cell:first-child {
  padding-left: 0;
}

.entry-cell .entry-link {}

.entry-cell p {
  margin-bottom: 5px;
  line-height: 2;
}

.entry-cell .tag-entry {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 40px;
  border-radius: 200px;
  font-size: 0.98em;
  font-family: "segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  letter-spacing: 0.05em;
}


/* ---- Entry Content ---- */



/* ---- Entry Status ---- */

.entry-cell.entry-status {
  width: 26%;
}

.entry-cell .btn.btn-lg {
  min-width: 100%;
}

/* ---- Entry Finished ---- */

.entry-finished .entry-thumb,
.entry-finished .entry-date,
.entry-finished .entry-title,
.entry-finished .entry-hall,
.entry-finished .entry-detail {
  opacity: .3;
}


/*  Entry Body (Detail)
-------------------------- */


/* ------ Entry Body ------ */

.entry-body {
  line-height: 1.9;
}

.entry-body-content {}

/* ---- Entry Head ---- */

.entry-head {}

/* ---- Entry Mata ---- */

.entry-meta {}

/* ---- Entry Content ---- */

.entry-body .entry-content {
  margin-top: 25px;
}

.entry-body .entry-content p {
  margin-bottom: 20px;
}

.entry-body .entry-content strong {
  font-weight: bold;
}

.entry-body .entry-content del {
  text-decoration: line-through;
}

.entry-body .entry-content a {
  text-decoration: underline;
}

.entry-body .entry-content a:hover,
.entry-body .entry-content a:focus {
  text-decoration: none;
}

/* ---- Column ---- */

.entry-body .column {
  overflow: hidden;
}

.entry-body .column>ul>li ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.entry-body .list+.column {
  margin-top: 2em;
}

/* ---- List ---- */

.entry-body ul,
.entry-body ol {
  margin: 30px 0;
  padding-left: 1em;
}

.entry-body h2+ul,
.entry-body h3+ul,
.entry-body h4+ul,
.entry-body h2+ol,
.entry-body h3+ol,
.entry-body h4+ol {
  margin-top: 20px;
}

.entry-body ul>li,
.entry-body ol>li {
  margin-bottom: 8px;
}

.entry-body li>ul,
.entry-body li>ol {
  margin: 5px 0 10px;
  padding-top: 2px;
  padding-left: 1.5em;
}

/* -- List Dot -- */

.entry-body ul {}

.entry-body ul>li {
  list-style-type: disc;
}

/* -- List Number -- */

.entry-body ol {}

.entry-body ol>li {
  list-style-type: decimal;
}

/* -- List Other -- */

.entry-body .list {
  margin: 0;
}

.entry-body .list>ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.entry-body .list ul.pl-0 {
  padding-left: 0;
}

.entry-body .list ul>li {
  list-style-type: none;
}

.entry-body .list>ul+p {
  margin-top: 1em;
}

/* ---- List Definition ---- */

.entry-body dl {
  margin: 20px 0;
}

.entry-body dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.entry-body dl .list-dot,
.entry-body dl .list-num {
  margin: 0;
}

/* -- Dl Other -- */

.entry-body .list-dl dl {
  margin: 0 !important;
}

/* ---- Table ---- */

.entry-body table {}

.entry-body table th {}

.entry-body table td {}

.entry-body table td p {
  margin: 0;
  padding-top: 20px;
}

.entry-body table td p:first-child {
  padding-top: 0;
}

.entry-body table ul,
.entry-body table ol {
  margin: 0;
}

.entry-body table ul {
  padding-left: 1.5em;
}

.entry-body table ul li {
  float: left;
  margin-right: 30px;
}

/* ---- List Row ---- */

.entry-body .list-row {}

.entry-body .list-row ul {
  padding-left: 0;
}

.entry-body .entry-content p.clearfix {
  height: 0;
}

/* ---- CMS ---- */

/* editor */
.entry-body p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.entry-body strong {
  font-weight: bold;
}

.entry-body em {
  font-style: italic;
}

.entry-body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.aligncenter {
  display: block;
  margin: 2em auto;
}

.alignright,
.article-container .alignright {
  float: right;
  margin-left: 3em;
  margin-bottom: 2em;
}

.alignleft,
.article-container .alignleft {
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
}

.alignright,
.article-container .alignright,
.alignleft,
.article-container .alignleft {
  margin-top: 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* ---- Summary ---- */

.summary {
  margin: 20px 0 40px;
  padding-left: 20px;
}

.summary>p,
.entry-cont,
.entry-cont-inner {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #888;
}

.entry-cont {
  border-top: 1px solid #ccc;
}

.summary>p:first-child,
.summary .ttl+p,
.entry-cont:first-child,
.ttl+.entry-cont,
.entry-cont-inner:first-child,
.summary .ttl+.entry-cont-inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.summary .ttl,
.summary .profile {
  margin-left: -20px;
}

/* ---- Notice ---- */

.notice {
  margin: 3em 0;
  padding: 30px 40px;
  border: 1px solid #ccc;
  background: #fff;
}

.notice p,
.entry-body .notice p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.notice .ttl {
  margin-top: 0;
  margin-bottom: .5em;
}

.notice p+.ttl {
  margin-top: 1.5em;
}

.notice-content .column>div.clearfix {
  display: table;
  width: 100%;
  margin-left: 0 !important;
}

.notice-content .column .column-cell {
  display: table-cell;
  vertical-align: middle;
}

/* ---- Notice2 ---- */

.notice2 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border: 2px solid #999;
  font-size: .92em;
  letter-spacing: 0;
}

.notice2 .notice-head,
.notice2 .notice-content {
  padding: 20px;
}

.notice2 .notice-head {
  background-color: #222;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.02em;
  line-height: 1.4;
}

.lang-e .notice2 .notice-head {
  letter-spacing: 0;
}

.notice2 .notice-head .txt-lg {
  font-size: 2em;
}

.notice2 .notice-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  line-height: 1.6;
}

/* ---- Notice2 ---- */

.notice3 {
  display: table;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border: 1px solid #999;
  font-size: .92em;
  letter-spacing: 0;
}

.notice3 .notice-head,
.notice3 .notice-content {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.notice3 .notice-head {
  width: 22%;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.notice3 .notice-head .txt-lg {
  font-size: 2em;
}

.notice3 .notice-content {
  width: 78%;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 1.6;
}

.notice3 .notice-content p {
  margin: 0;
}

/* -- Notice Color Setting -- */

.notice-primary {
  border-color: #022d92;
}

.notice-primary .notice-head {
  background-color: #022d92;
}

.notice-primary2 {
  border-color: #0070a1;
}

.notice-primary2 .notice-head {
  background-color: #0070a1;
}

.notice-accent {
  border-color: #c30d23;
  background-color: #fef0f2;
}

.notice-accent .notice-head {
  background-color: #c30d23;
}

.notice-accent .notice-content {
  color: #c30d23;
  font-weight: bold;
}

.notice-base {
  border-color: #ddd;
}

.notice-base .notice-head {
  background-color: #898989;
}

.notice-sub {
  border-color: #008283;
}

.notice-sub .notice-head {
  background-color: #008283;
}

.notice-sub2 {
  border-color: #744b43;
}

.notice-sub2 .notice-head {
  background-color: #744b43;
}


/*  Entry Slider
-------------------------- */

.entry-slider {
  padding: 15px 35px;
}

.entry-slider2 {
  padding: 0;
}

.entry-slider>ul,
.entry-slider2>ul {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-left: 0;
}

.entry-slider>ul>li,
.entry-slider2>ul>li {
  display: none;
  float: left;
  width: 33.333%;
}

.entry-slider2>ul>li {
  width: 25%;
}

.entry-slider li:first-child,
.entry-slider li:first-child+li,
.entry-slider li:first-child+li+li,
.entry-slider .slick-slide {
  display: block;
}

.entry-slider2 li:first-child,
.entry-slider2 li:first-child+li,
.entry-slider2 li:first-child+li+li,
.entry-slider2 li:first-child+li+li+li,
.entry-slider2 .slick-slide {
  display: block;
}

.entry-slider li {
  padding: 0 20px;
}

.entry-slider2 li {
  padding: 0 10px;
}

.entry-slider li a,
.entry-slider2 li a {
  color: #000;
}

.entry-slider .entry-thumb,
.entry-slider2 .entry-thumb {
  margin-bottom: 15px;
}

.entry-slider .entry-thumb img,
.entry-slider2 .entry-thumb img {
  width: 100%;
  height: 212px !important;
  object-fit: cover;
}

.entry-slider2 .entry-thumb img {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
}

.entry-slider .entry-date,
.entry-slider .entry-title,
.entry-slider2 .entry-date,
.entry-slider2 .entry-title {
  margin: .2em 0;
  font-size: .85em;
  font-weight: bold;
  line-height: 1.6;
}

.entry-slider2 .entry-title {
  font-size: 1em;
  text-align: center;
}

/* ---- Slider Setting ---- */

/* -- Arrow (Common) -- */

.slick-arrow {
  width: 40px;
  height: 60px;
  margin-top: -16px;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow:after {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  content: "";
}

.slick-prev {
  left: -45px;
}

.slick-prev:after {
  transform: rotate(-45deg);
  border-right: none;
  border-bottom: none;
  margin-left: 11px;
}

.slick-next {
  right: -45px;
}

.slick-next:after {
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  margin-left: 5px;
}

/* -- Arrow (Slider2) -- */

.entry-slider2 .slick-arrow {
  z-index: 2;
  width: 33px;
  height: 33px;
  border-radius: 0;
  background: #dc1914;
}

.entry-slider2 .slick-arrow:hover {
  background: #dc1914;
}

.entry-slider2 .slick-arrow:after {
  width: 11px;
  height: 11px;
  margin-left: 8px;
  border-color: #fff;
}

.entry-slider2 .slick-next {
  right: -8px;
}

.entry-slider2 .slick-prev {
  left: -8px;
}

.entry-slider2 .slick-prev:after {
  margin-left: 12px;
}


/* -- List -- */

.slick-slider {}

.slick-slide li {
  height: 100%;
  padding-bottom: 0;
}

.slick-slide img {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}



/*  Tab
-------------------------- */

.tab-wrap {
  overflow: hidden;
  margin-bottom: 40px !important;
}

/* -- Select -- */

.tab-select {
  overflow: hidden;
  position: relative;
  border-right: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

.tab-select:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ccc;
  content: "";
}

.tab-select .tab-select-pc {
  display: block;
}

.tab-select .tab-select-sp {
  display: none;
}

.tab-select ul {
  display: block;
  margin: 0 -2px 0 -15px;
  padding: 0;
  letter-spacing: -.4em;
}

.tab-select li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  opacity: 1 !important;
  transition: none !important;
  width: auto;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  background: none !important;
  font-size: 15px !important;
  letter-spacing: normal;
  vertical-align: middle;
}

.tab-select.js-tab-select li span {
  cursor: pointer;
}

.tab-select.tab-list2 li {
  width: 50%;
}

.tab-select.tab-list3 li {
  width: 33.333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

.tab-select.tab-list4 li {
  width: 25%;
}

.tab-select.tab-list5 li {
  width: 20%;
}

.tab-select.tab-list6 li {
  width: 16.65%;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
}

.tab-select.tab-list7 li {
  width: 14.2%;
}

.tab-select.tab-list8 li {
  width: 12.5%;
}

/* Edge */
@supports (-ms-ime-align:auto) {

  .tab-select.tab-list3 li,
  .tab-select.tab-list6 li {
    width: 16.65%;
  }
}

.tab-select a,
.tab-select a:hover {
  text-decoration: none;
}

.tab-select span {
  position: relative;
  display: block;
  transition: background .4s ease-in-out;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #000;
  text-decoration: none !important;
}

.tab-select .fa:before {
  margin-right: .5em;
  color: #ccc;
  font-size: 1.3em;
  vertical-align: -2px;
}

.tab-select .current .fa:before {
  color: #bb1717;
}

.tab-select .icn-arw {
  padding-bottom: 20px;
}

.tab-select .icn-arw:before {
  transition: border-color .4s ease-in-out;
  top: auto;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  margin-bottom: 0;
  border-width: 6px 5px;
  border-color: #9e9e9e transparent transparent transparent;
}

.tab-select span:after {
  display: block !important;
  transition: background-color .4s ease-in-out;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 2px;
  background: transparent;
  content: "";
}

.tab-link .icn-arw {
  padding-bottom: 15px;
}

.tab-link .icn-arw:before {
  display: none;
}

/* -- Tab Active -- */

.tab-select .resp-tab-active span,
.tab-select .current span {
  background: #fff;
  border-bottom: 1px solid #fff !important;
  cursor: default;
}

.tab-select .resp-tab-active .icn-arw:before,
.tab-select .current .icn-arw:before {
  border-top-color: #b40000;
}

.tab-select .resp-tab-active span:after,
.tab-select .current span:after {
  background: #b40000;
}

/* -- Content Wrap -- */

.tab-content-wrap {
  clear: inherit;
}

/* -- Content -- */

.tab-content {
  display: block;
  border: 1px solid #ccc !important;
  border-top-width: 0 !important;
  margin-bottom: 20px !important;
  padding: 0;
}

.tab-content.resp-tab-content {
  display: none;
}

.tab-content.tab-hidden {
  display: none;
}

.tab-content .tab-content-inner {
  opacity: 0;
  animation: opa1 .4s ease .2s 1 forwards;
  padding: 32px 28px;
}

.tab-content .entry-title {
  margin-top: 0;
  margin-bottom: .1em;
  letter-spacing: .05em;
}

.tab-content .entry-date,
.article-container .tab-content .entry-date {
  margin: 0;
}

/* -- Select Form -- */

.select-form {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
  vertical-align: bottom;
  color: #000;
}

.select-form.media-sp {
  display: none;
}

.select-form:before {
  display: block;
  display: none\9;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: -1;
  height: 0;
  margin-top: -3px;
  border-width: 8px 6px;
  border-style: solid;
  border-top-color: #222;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}

.select-form select {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 15px;
  padding-right: 10px\9;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-weight: normal;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .select-form select {
    padding-right: 10px;
  }
}

/* ------ Tab Styles ------ */

/* ---- Tab Style2 ---- */

.tab-style2 {
  margin-bottom: 0 !important;
}

.tab-style2 .tab-select {
  border-right-width: 0;
}

.tab-style2 .tab-select ul {
  margin-right: 0 !important;
  margin-left: -5px !important;
}

.tab-style2 .tab-select li {
  padding-left: 5px !important;
  padding-bottom: 8px !important;
}

.tab-style2 .tab-select span {
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
  padding: 6px 10px;
  border-radius: 200px;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff;
  font-size: 1.1em;
  letter-spacing: .15em;
}

.tab-style2 .tab-select .icn-arw:before {
  transition: border-color .4s ease-in-out, opcity .4s ease-in-out;
  border-top-color: #fff;
  opacity: 0;
  bottom: -15px;
  border-width: 8px;
}

.tab-style2 .tab-select span:after,
.tab-style2 .tab-select:before {
  display: none !important;
}

.tab-style2 .tab-select .resp-tab-active span,
.tab-style2 .tab-select .current span {
  border-color: #d8528c;
  background: #d8528c;
  color: #fff;
}

.tab-style2 .tab-select .resp-tab-active .icn-arw:before,
.tab-style2 .tab-select .current .icn-arw:before {
  opacity: 1;
  border-top-color: #d8528c;
}

.tab-style2 .tab-select .resp-tab-active span,
.tab-style2 .tab-select .current span {}

.tab-style2 .resp-tabs-container {
  background-color: transparent;
}

.tab-style2 .tab-content {
  border-width: 0 !important;
}

.tab-style2 .tab-content .tab-content-inner {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.tab-style2 .tab-content .tab-content-inner p.clearfix {
  margin-bottom: 2.1em;
}

.tab-style2 .tab-content .tab-content-inner .ttl.ttl-style6 {
  margin-top: 2.1em;
}

/* ---- Tab Style3 ---- */

.tab-style3 {
  margin-top: 1em;
  margin-bottom: 0 !important;
}

.tab-style3 .tab-select {
  border-right-width: 0;
}

.tab-style3 .tab-select ul {
  margin-right: 0 !important;
  margin-left: -5px !important;
}

.tab-style3 .tab-select li {
  padding-left: 5px !important;
  padding-bottom: 8px !important;
}

.tab-style3 .tab-select span {
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
  padding: 4px 18px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  font-size: 1em;
  letter-spacing: 0;
}

.tab-style3 .tab-select span>a {
  display: block;
  margin: -4px -18px;
  padding: 4px 18px;
}

.tab-style3 .tab-select span,
.tab-style3 .tab-select a {
  color: #000;
}

.tab-style3 .tab-select .icn-arw:before {
  transition: border-color .4s ease-in-out, opcity .4s ease-in-out;
  border-top-color: #fff;
  opacity: 0;
  bottom: -15px;
  border-width: 8px;
  margin-left: -8px;
}

.tab-style3 .tab-select span:after,
.tab-style3 .tab-select:before {
  display: none !important;
}

.tab-style3 .tab-select .current span {
  border-color: #000;
  background: #000;
}

.tab-style3 .tab-select .current span,
.tab-style3 .tab-select .current a {
  color: #fff;
}

.tab-style3 .tab-select .current .icn-arw:before {
  opacity: 1;
  border-top-color: #000;
}

.tab-style3 .resp-tabs-container {
  background-color: transparent;
}

.tab-style3 .tab-content {
  border-width: 0 !important;
}


/*  Link List
-------------------------- */

.link-list {
  margin-top: 70px;
  margin-bottom: 45px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.link-list ul {
  margin: 0;
  padding: 0;
}

.link-list li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #000;
  line-height: 1;
  letter-spacing: .05em;
}

.link-list li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left-width: 0;
}

.link-list a {
  opacity: .5;
}

.link-list a:hover {
  opacity: .3;
  text-decoration: none;
}

.link-list .icn-arw {
  padding-right: 25px;
  padding-left: 0;
}

.link-list .icn-arw:before {
  border-radius: 1px;
  overflow: hidden;
  transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  left: auto;
  right: 2px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}


/*  News List
-------------------------- */

.news-list,
.news-list.list {
  margin: 3em 0;
}

.news-list ul {
  margin: 0;
  padding: 0;
}

.news-list li {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #bbb;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list.line-list li,
.news-list.line-list li:first-child {
  padding-top: 18px;
}

.news-list li dl {
  margin: 0;
}

.news-list li dt,
.news-list li dd {
  display: table-cell;
  vertical-align: top;
}

.news-list li dt {
  min-width: 115px;
  padding-right: 10px;
  font-weight: normal;
  white-space: nowrap;
}

.news-list li dd {
  margin-left: 0;
  padding-left: 0;
}

.news-list li dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: inherit;
}

.page-child-list {
  width: 800px;
  margin: 0 auto;
}

.page-child-list .news-list li {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.8;
}

.page-child-list .news-list li:first-child {
  padding-top: 20px;
}


/*  News Detail
-------------------------- */

.news-detail {}

.news-title {
  margin-bottom: 40px;
  padding: 0 0 17px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

.news-title .news-title-txt {
  margin: 0;
  padding: 3px 0 0;
  font-size: 1.6em;
  font-weight: normal;
}

.news-content {
  line-height: 2;
}

.news-content p {
  margin-bottom: 30px;
}

.news-content h2 {
  font-size: 1.1em;
}

.news-content img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-content a:hover img {
  opacity: .6;
}


/*  Banner Link
-------------------------- */

.bnr-link {
  margin: -3.5em 0 -2em;
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}

.bnr-link a:hover {
  opacity: .7;
}

/*  Breadcrumb
-------------------------- */

.c-breadcrumb {
  margin-top: -35px;
  margin-bottom: 25px;
  padding: 0;
  font-size: 0.95em;
}

.c-breadcrumb a {
  color: #000;
}

.c-breadcrumb span:last-child {
  color: #676666;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

/*  Contact Section
-------------------------- */

.contact-section {}

.contact-section .contact-area {
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 30px 50px;
  background: #f5f6f9;
  letter-spacing: 0.1em;
}

.contact-section .contact-area h3 {
  margin: 0 0 5px;
  font-size: 1em;
}

.contact-section .contact-area .txt-tel,
.contact-section .contact-area .txt-tel-contact {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.contact-section .contact-area .txt-tel {
  font-size: 2.6em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #780f0f;
}

.contact-section .contact-area .txt-tel-contact {
  padding-left: 30px;
  font-size: 0.8em;
  font-weight: bold;
}

.contact-section .btn-wrap {
  margin-top: 30px;
}

.sub-title2 {
  padding: 0 0 10px;
  border-bottom: 1px solid #bbb;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

.contact-section .notice {
  margin-top: 20px;
  margin-bottom: 80px;
}

.contact-section .notice a {
  color: #1a0dab;
}

.contact-section .notice a:hover {
  text-decoration: underline;
}

.contact-section form .btn-wrap {
  padding-top: 20px;
}

.contact-form .table-style2 tr:nth-child(odd) {
  background: none;
}

.contact-form .table tr {
  border-bottom: 1px solid #ccc;
}

.contact-form .table>thead>tr>th,
.contact-form .table>tbody>tr>th,
.contact-form .table>tfoot>tr>th,
.contact-form .table>thead>tr>td,
.contact-form .table>tbody>tr>td,
.contact-form .table>tfoot>tr>td {
  border: none;
  padding: 28px 0;
  vertical-align: top;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  padding: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form select {
  width: 317px;
}

.contact-form select {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../img/icn-select-black2.png) no-repeat 96% center;
}

.contact-form input[size="25"] {
  width: 177px;
  margin-left: 8px;
  margin-right: 18px;
}

.contact-form textarea {
  height: 244px;
}

.contact-check .btn-wrap p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.contact-form .txt-required {
  padding-top: 12px;
  font-size: 0.95em;
}

.contact-form th .txt-accent {
  padding-left: 4px;
}

.btn-link.btn-back {
  border-color: #dadada;
  background: url(../../../common/img/icn-arw2.png) no-repeat 6% center #dadada;
  background-size: 8px;
  color: #000;
}

.btn-link.btn-back:hover {
  background-image: url(../../../common/img/icn-arw2.png);
}

.contact-form.contact-comp .btn-wrap {
  margin-top: 60px;
}

.contact-form.contact-comp .txt-center {
  padding-top: 20px;
  font-size: 1.02em;
  line-height: 2;
}

.btn-link.btn-comp {
  display: inline-block;
  width: 180px;
  height: auto;
  border-color: #666;
  border-width: 1px;
  background: #fff !important;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-size: 0.95em;
}

.btn-link.btn-comp:hover,
.btn-link.btn-comp:focus,
.btn-link.btn-comp:active {
  width: 180px;
  height: auto;
  color: #fff;
  padding: 10px 20px;
  border-width: 1px;
  background-color: #000 !important;
  font-size: 0.95em;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 70px;
  padding: 20px 40px;
  border: 2px solid #000;
  background: url(../../../common/img/icn-arw.png) no-repeat 95% center #000;
  background-size: 8px;
  color: #fff;
  font-size: 1.05em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.btn-wrap.txt-center .btn-link {
  margin: 0 auto;
}

.btn-link:hover {
  border-color: #000;
  background-color: #fff;
  background-image: url(../../../common/img/icn-arw-black.png);
  color: #000;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .btn-link,
  .btn-link:focus,
  .btn-link:active {
    padding: 20px 40px 14px;
  }

  /* IE11 */
}


/*  Concert Search
-------------------------- */

.concert-search {
  margin-bottom: 50px;
}

.search-title {
  margin: 0;
  padding: 22px;
  background: #000;
  color: #fff;
  font-size: 1.12em;
  text-align: center;
}

.search-cont {
  padding: 20px 40px;
  background: #f5f6f9;
}

.entry-search ul {
  margin: 0;
  padding: 0;
}

.entry-search li {
  padding-right: 10px;
}

.entry-search dt {
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.entry-search li,
.entry-search dd {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.entry-search select {
  width: 135px;
  height: auto;
  vertical-align: middle;
  margin: 0 8px;
  padding: 10px 25px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-color: #e9e9e9;
  background: url(../img/icn-select-black2.png) no-repeat 92% center #fff;
}

.entry-search select:first-child {
  margin-left: 0;
}

.entry-search select[name="month"],
.entry-search select[name="day"] {
  width: 80px;
}

.concert-search .btn-link {
  width: 232px;
  height: 56px;
  background-position: 88% center;
}

.concert-search .btn-link input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  background: none !important;
}

.search-cont .btn-wrap {
  margin: 20px 0;
}




/*  Banner List
-------------------------- */

.bnr-area {
  padding: 60px 0;
  background: #f3f1f0;
}

.bnr-area .bnr-list {
  margin: 0 !important;
  padding: 0 55px;
}

.bnr-list .info-bnr {
  width: 100%;
  padding: 0;
}

.bnr-list .info-bnr a {
  background-size: cover;
}

.bnr-list .info-bnr .info-bnr__inner {
  height: 152px;
  display: flex;
  align-items: center;
  border-width: 8px;
  padding-left: 25px;
}

.bnr-funclub a {
  font-size: 0.95em;
}

.bnr-ticket a {
  font-size: 1.08em;
}

a.btn-bnr {
  display: block;
  height: 76px; 
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: #000;
  border: 2px solid #000;
}

a.btn-bnr.btnGrey {
  background-color: #625e5b;
  border: 2px solid #625e5b;
}

a.btn-bnr.txtDouble {
  padding: 15px 0;
}

a.btn-bnr.txtSingle {
  padding: 27px 0;
}

a.btn-bnr:hover {
  color: #000;
  background-color: #fff;
}


/*  Calendar
-------------------------- */

/* ------ Calendar ------ */

.entry-calendar {
  margin-bottom: 10px;
  padding-top: 50px;
}

.entry-calendar-inner {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.entry-calendar .calendar-select,
.entry-calendar .cal-list-wrap {
  display: table-cell;
  vertical-align: top;
}

/* -- Calendar Select -- */

.entry-calendar .calendar-select {
  width: 15%;
  padding-top: 10px;
  padding-bottom: 15px;
}

/* -- Select Input -- */

.select-input-inner,
.select-input select {
  width: 100%;
  height: auto;
}

.select-input-inner {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  vertical-align: bottom;
  font-size: 27px;
  font-weight: normal;
}

.select-input-inner:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  border-radius: 0;
  border-width: 7px 6px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  content: "";
}

.select-input-inner:after {
  display: none;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .select-input-inner:before,
  .select-input-inner:after {
    display: none;
  }
}

.select-input select {
  padding: 0;
  border-radius: 0 !important;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  letter-spacing: .0em !important;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .select-input select {
    padding-left: 10px;
  }
}

/* -- Calendar Content -- */

/* .entry-calendar .calendar-content {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: .95em;
  text-align: right;
} */

.cal-datewrap {
  border-bottom: 2px solid #000;
}

.entry-calendar .calendar-content::-webkit-scrollbar {
  height: 3px;
}

.entry-calendar .calendar-content::-webkit-scrollbar-track {
  background: #cacaca;
}

.entry-calendar .calendar-content::-webkit-scrollbar-thumb {
  background: #666;
}

.entry-calendar .cal-list-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* .entry-calendar .cal-list-wrap:before {
  position: absolute;
  left: -200px;
  right: 0;
  bottom: 1px;
  border-bottom: 2px solid #000;
  content: "";
} */

.entry-calendar .cal-list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin: 0;
  padding: 20px 0 5px 15px;
  font-size: 1.15em;
  text-align: left;
  vertical-align: middle;
  letter-spacing: -.8em;
}

.entry-calendar .cal-list .cal-cell {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 0;
  vertical-align: middle;
  letter-spacing: normal;
  height: 28px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  letter-spacing: .02em;
  line-height: 29px;
}

.entry-calendar .cal-list .cal-cell a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

.entry-calendar .cal-list .cal-cell a:hover {
  text-decoration: underline;
}
.entry-calendar .cal-list .cal-cell.cal-today a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.entry-calendar .cal-list .cal-cell a:before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 100%;
  background: #da1f21;

  content: "";
}

.entry-calendar .cal-list .cal-cell.cal-today a:before {
  top: -18px;
}

/*
.entry-calendar .cal-list .cal-cell:before {
  transition: opacity 0 ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-width: 15px 10px;
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  content: "";
}

.entry-calendar .cal-list .cal-cell.active:before {
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
*/
/*ミニカレンダー　曜日*/
.entry-calendar .cal-list .cal-holiday,
.entry-calendar .cal-list .cal-holiday a {
  color: #d8222a;
}

/* Sunday */
.entry-calendar .cal-list .cal-sun {
  color: #d8222a;
}

/* Saturday */
.entry-calendar .cal-list .cal-sat,
.entry-calendar .cal-list .cal-sat a {
  color: #00698c;
}

/* holiday */
.entry-calendar .cal-list .holiday,
.entry-calendar .cal-list .cal-sat .holidy,
.entry-calendar .cal-list .cal-sun .holidy {
  color: #d8222a;
}

.entry-calendar .cal-list .cal-today {
  display: inline-block;
  font-size: 2em;
  line-height: 0.5em;
  border-bottom: 3px solid #d61818 !important;
}


.entry-calendar .cal-list .cal-today.cal-sat {
  background-color: #1657e6;
}

.entry-calendar .cal-list .cal-today.cal-holiday {
  background-color: #da1f21;
}

.entry-calendar .cal-list .cal-today a {

  padding: 0;
  border: none !important;
}

.entry-calendar .cal-list .cal-today a,
.entry-calendar .cal-list .cal-today a:hover,
.entry-calendar .cal-list .cal-today a:focus {
}

.entry-calendar .btn-wrap {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
  width: auto;
  padding-top: 1.8%;
  padding-left: 10px;
  font-size: .85em;
  vertical-align: middle;
}

.entry-calendar .btn-wrap .btn {
  letter-spacing: .15em;
}

/* -- Calendar JS -- */

.cal-detail-off,
.cal-detail-on {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  left: 0;
  text-align: left;
}

.cal-detail-off {
  overflow: hidden;
  height: 0 !important;
}

.cal-detail-on {
  clear: both;
}

.cal-detail-inner {
  overflow: hidden;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  position: relative;
  height: 100%;
  margin-bottom: 15px;
  padding: 30px 0 0;
  font-size: 1.1em;
  line-height: 1.7;
}

.cal-detail-on .cal-detail-inner {
  opacity: 1;
}

/* -- Calendar Perform -- */

.cal-perform {
  display: table;
  width: 100%;
  overflow: hidden;
  margin: 0 0 13px;
  padding: 20px;
  background: #fff;
}

.cal-perform:first-child {}

.cal-perform .cal-perform-thumb,
.cal-perform .cal-perform-content {
  display: table-cell;
  vertical-align: top;
  white-space: normal;
}

.cal-perform .cal-perform-thumb {
  width: 75px;
  word-spacing: normal;
}

.cal-perform .cal-perform-thumb img {
  width: 60px;
}

.cal-perform .cal-perform-title,
.cal-perform .cal-perform-content {
  display: table-cell;
  vertical-align: top;
}

.cal-perform .cal-perform-title {
  width: 10%;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.4;
}

.cal-perform .cal-perform-content {
  width: 90%;
  border-left: 1px solid #000;
  padding-left: 20px;
  white-space: normal;
}

.cal-perform .cal-perform-content ul {
  margin: 0;
  padding: 0;
}

.cal-perform .cal-perform-content ul li {
  padding-top: 10px;
}

.cal-perform .cal-perform-content ul li:first-child {
  padding-top: 0;
}

.tag-hall {
  display: inline-block;
  width: 140px;
  margin-right: 15px;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 0.8em;
}

.hall01 {
  border-color: #9e4848;
  background-color: #9e4848;
}

.hall02 {
  border-color: #9e7948;
  background-color: #9e7948;
}

.hall03 {
  border-color: #489544;
  background-color: #489544;
}

.cal-perform .entry-title {
  padding-right: 5px;
  font-size: 0.95em;
  font-weight: normal;
}

.cal-perform .date-time {
  padding-right: 10px;
}

.cal-perform .entry-title a {
  color: #000;
}

.cal-perform .entry-title a:hover {
  opacity: .7;
  text-decoration: none;
}

.cal-perform .entry-title,
.cal-perform .entry-hall {
  display: inline;

}

.cal-perform .entry-hall {
  font-size: .9em;
}

.cal-perform .entry-detail {
  padding-top: 5px;
  font-size: .85em;
  line-height: 1.6;
}

.cal-perform h3.entry-title {
  margin: 0;
}

.cal-perform .entry-date {
  font-size: .9em;
}

/* =============================================================

    Plugins Setting

============================================================= */


/*  Accordion
-------------------------- */

.acc,
.acc-list {
  position: relative;
}

.acc {}

/* -- Accordion Button -- */

.acc-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.acc-btn .btn,
.acc-close-btn .btn {
  width: 100%;
  cursor: pointer;
}

.acc-close-btn {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.acc-close-btn .btn .icn-arw {
  padding-right: 80px;
}

.acc-btn .btn .icn-arw:before {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -6px;
  width: 8px;
  height: 8px;
}

.acc-btn.active .btn .icn-arw:before,
.acc-close-btn .btn .icn-arw:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: -2px;
}

/* -- Accordion Content -- */

.acc-content {
  display: block;
  margin: 0;
  padding: 0;
}

.acc .acc-content-inner {
  padding: 30px 20px;
}

.article-container .acc .acc-content-inner>p {
  margin-top: 0;
}

/* -- Accordion List -- */

.acc-list {
  margin: 0;
}

.acc-list .acc {
  margin-bottom: 20px;
}

.acc-list .acc-cont {
  display: none;
}

.acc-list .acc-cont-inner {
  padding: 35px 20px 0;
  border: 1px solid #003b9f;
  border-top-width: 0;
}

.acc-list .acc-cont-inner>.ttl:first-child {
  margin-top: 0;
}


/*  Mobile Accordion
-------------------------- */

#container.display-pc .acc-sp .acc-content {
  display: block !important;
}


/*  Modal
-------------------------- */

/* -- JS Setting -- */

html.mfp-ready,
.mfp-ready body {}

.mfp-container {
  position: relative;
  padding: 5% 100px 5% 40px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mfp-fade.mfp-bg.mfp-ready {
  background: #000;
}

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

.mfp-content {
  position: relative;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

/* -- Arrow -- */

.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-arrow {
  top: 50% !important;
  width: 50px;
  height: 95px;
  margin-top: -30px !important;
  filter: none !important;
}

.mfp-arrow:before {
  transition: opacity .4s ease-in-out;
  top: 0 !important;
  width: 20px;
  height: 20px;
  margin-top: 35px !important;
  margin-right: 0;
  margin-left: 0;
  border: 3px solid #222;
}

.mfp-arrow:hover:before {
  opacity: 1;
}

.mfp-arrow:after {
  display: none;
}

.mfp-arrow-right {
  right: 2.5%;
}

.mfp-arrow-right:before {
  transform: rotate(45deg);
  margin-left: 10px;
  border-left: none;
  border-bottom: none;
}

.mfp-arrow-left {
  left: 2.5%;
}

.mfp-arrow-left:before {
  transform: rotate(-45deg);
  margin-left: 16px;
  border-right: none;
  border-bottom: none;
}

/* -- Close -- */

.mfp-content .mfp-close {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -70px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-indent: 100px;
  line-height: 100px;
  font-size: 0 !important;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: normal;
}

.mfp-content .mfp-close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icn-close.png) no-repeat center;
  background-size: 100%;
  content: "";
}

.mfp-content .mfp-close:hover {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  max-height: 880px;
}

.mfp-figure:after {
  background: none;
  box-shadow: none;
}

/* -- Image -- */

img.mfp-img {
  transition: all .4s ease-in-out;
  padding: 0;
  vertical-align: top;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-title {
  padding: 0;
  color: #000;
}

.mfp-counter {
  display: none;
}

/* -- Modal Sction -- */

.modal-section,
.modal-section:first-child,
.modal-section:last-child {
  margin: 0;
}

.modal-section {
  width: 830px;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

.modal-section.note-section {
  width: auto;
}

.note-section .modal-section-inner {
  padding: 30px;
  background: #fff;
}

/* -- Modal Inline Sction -- */

.mfp-modal-inline .mfp-content {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.mfp-modal-inline .modal-section-inner {
  overflow: scroll;
  padding: 25px;
  background: #fff !important;
}

.mfp-modal-inline .modal-section-inner,
.mfp-modal-iframe .mfp-content,
.mfp-modal-movie .mfp-content {
  border: 6px solid #e8061c;
  border-left-color: #1f2087;
  border-bottom-color: #1f2087;
}

.mfp-modal-inline .modal-section-inner,
.mfp-modal-iframe .mfp-content {
  height: 100%;
}

/* -- Modal Iframe -- */

.mfp-modal-iframe .mfp-content {
  background: #fff !important;
}

.mfp-modal-iframe .mfp-iframe-scaler {
  height: 100%;
  padding-top: 0;
}

.mfp-modal-iframe .mfp-iframe-scaler .mfp-iframe-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
}

.mfp-modal-iframe .mfp-iframe-scaler iframe {
  background: #fff;
}

/* -- Modal Movie -- */

.mfp-modal-movie .mfp-content {
  padding: 20px 20px 30px;
  background: #fff !important;
}

.mfp-iframe-scaler {
  height: auto;
  padding-top: 0;
}

.mfp-modal-movie .mfp-iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-modal-movie .mfp-title {
  padding: 30px 0 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.7;
}


/*  TagColor
-------------------------- */

/*  主催・共催 */
span.shusai {
  color: #fff;
  background-color: #000;
}

span.kyosai {
  color: #fff;
  background-color: #6e6d6d;
}

/*  発売状況 */
span.onsale {
  background-color: #cb2727;
}

span.comingsoon {
  background-color: #dd8f15;
}

span.soldout {
  background-color: #213f83;
}

