@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #cc0022;
  text-decoration: none;
}
a:hover, a:focus {
  color: #800015;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 540px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #cc0022;
}

a.text-primary:hover {
  color: #99001a;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #cc0022;
}

a.bg-primary:hover {
  background-color: #99001a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt,
dd {
  line-height: 2;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 540px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 2;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 2;
}

.label {
  display: inline-block;
  padding: 1rem 1.5rem 0.6rem;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.5rem;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #cc0022;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #99001a;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.clearfix:before, .row:before, .block-link:before, .block-link-item a:before, .l-global-area:before, .l-global-navi:before, .l-footer-sitemap .sitemap-list:before, .l-footer ul.l-utility-navi:before, .l-footer .l-site-data:before, .footer-switcharea ul:before, .l-property-area:before, .l-breadcrumbs-wrap:before, .l-breadcrumbs-wrap .l-breadcrumbs-nav:before, .l-contents:before, .l-contents .l-main:before, .l-contents .l-side:before, .frame-line .line-navi-item a:before, .ban-area:before, .theme-smp .cta-navi:before, ul.text-link-ul-v:before, .asterisk-list:before, .asterisk-s-list:before, .attention-list:before, .closeParenthesis-list:before, .parenthesis-list:before, .text-icon-1em:before, .text-icon-2em:before, .text-icon-3em:before, .text-icon-4em:before, .text-icon-5em:before, .text-icon-6em:before, .text-icon-7em:before, .text-icon-8em:before, .text-icon-9em:before, .text-icon-10em:before, .text-icon-11em:before, .text-icon-12em:before, .fxb-basic:before,
.fxb-float-img:before,
.fxb-block:before,
.fxb-block-image:before,
.fxb-list:before,
.fxb-list-inline:before, .fxb-block a.block:before, .fxb-block-image .block:before, .fxb-list-frame:before, .list-col-1 ul:before,
.list-col-2 ul:before,
.list-col-3 ul:before,
.list-col-4 ul:before, ul.list-inline:before, .text-btn-link.btn-list:before, .news-list-rss:before, .pagenation:before, .tabs-navi:before, .application-section:before, .subsidiary-navi:before, .section-center:before, .info-section .latest-news:before, .info-section .stock-quotation:before, .login-area ul:before, .news-section:before, .banner-section ul.banner-list:before, .banner-section ul.banner-list-2column:before, .theme-smp .cta-section ul.cta-navi:before, .group-list p:before, .group-list ul:before, .contact-step:before, .clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi:after, .l-footer-sitemap .sitemap-list:after, .l-footer ul.l-utility-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-property-area:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.text-link-ul-v:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .closeParenthesis-list:after, .parenthesis-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after,
.fxb-float-img:after,
.fxb-block:after,
.fxb-block-image:after,
.fxb-list:after,
.fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after,
.list-col-2 ul:after,
.list-col-3 ul:after,
.list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .login-area ul:after, .news-section:after, .banner-section ul.banner-list:after, .banner-section ul.banner-list-2column:after, .theme-smp .cta-section ul.cta-navi:after, .group-list p:after, .group-list ul:after, .contact-step:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi:after, .l-footer-sitemap .sitemap-list:after, .l-footer ul.l-utility-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-property-area:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.text-link-ul-v:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .closeParenthesis-list:after, .parenthesis-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after,
.fxb-float-img:after,
.fxb-block:after,
.fxb-block-image:after,
.fxb-list:after,
.fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after,
.list-col-2 ul:after,
.list-col-3 ul:after,
.list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .login-area ul:after, .news-section:after, .banner-section ul.banner-list:after, .banner-section ul.banner-list-2column:after, .theme-smp .cta-section ul.cta-navi:after, .group-list p:after, .group-list ul:after, .contact-step:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 539px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 539px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 539px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 539px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 540px) and (max-width: 739px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 540px) and (max-width: 739px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 540px) and (max-width: 739px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 540px) and (max-width: 739px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 740px) and (max-width: 999px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 740px) and (max-width: 999px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 740px) and (max-width: 999px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 740px) and (max-width: 999px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1000px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1000px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1000px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 539px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 540px) and (max-width: 739px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.icon-answer:before, .faq-answer:before, .faq-item .faq-item-a:before {
  content: url(../images/icon_answer.png);
}

.icon-arrow-bottom:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

.icon-arrow-left:before {
  content: url(../images/icon_arrow_left_r.png);
}

.icon-arrow-right:before {
  content: url(../images/icon_arrow_right_r.png);
}

.icon-arrow-top:before {
  content: url(../images/icon_arrow_top_r.png);
}

.icon-download:before {
  content: url(../images/icon_download.png);
}

.icon-pdf:before {
  content: url(../images/icon_pdf.png);
}

.icon-openwindow:before {
  content: url(../images/icon_owr.png);
}

.icon-question:before, .faq-question:before, .faq-item .faq-item-q:before {
  content: url(../images/icon_question.png);
}

.icon-question-small:before {
  content: url(../images/icon_question_small.png);
}

.icon-rss:before {
  content: url(../images/icon_rss.png);
}

.icon-print:before {
  content: url(../images/icon_print.png);
}

.text-link:before, .theme-smp .l-footer ul.l-utility-navi li:before, .l-local-navi li a:before, .frame-line .line-navi-item .line-navi-text:before, .stock-quotation .chart-link a:before, h2.title-link:before, ul.text-link-ul li:before, ul.text-link-ul-v li:before, .fxb-block h5:before, .list-col-1 li:before,
.list-col-2 li:before,
.list-col-3 li:before,
.list-col-4 li:before, ul.list-inline li:before, .arrow-link:before, .tabs-navi li a:before, .contents-navi-item .contents-navi-text h5:before, ul.faq-list li:before, .flat-btn:before, .text-btn-link a:before, .pagenation .mp-prev span.pagenation-btn:before, .pagenation .mp-next span.pagenation-btn:before, .glossary-list ul.list-inline li a.flat-btn.btn-inline:before, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:before, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:before, .more-btn:before, .block-link-item a:before, .frame-line .line-navi-item a[target="_blank"] .line-navi-text:after, .fxb-block-image.fxb-block-noarrow .fxb-btn-wrap:before, a[target="_blank"]:after,
.text-btn-link a[target="_blank"] span:after,
.open-window:after,
.text-btn-link a.open-window span:after, .news-list .news-link:before, .faq-question:before, .faq-answer:before, .faq-item .faq-item-q:before, .faq-item .faq-item-a:before, .contact-step li {
  display: inline;
}

/*base*/
/*color*/
/*link_color*/
/*font-size*/
/*line-height*/
/*box-shadow*/
/*border-radius*/
/*link-color*/
.row, .block-link {
  margin-left: -10px;
  margin-right: -10px;
}

a {
  color: #224488;
}
a:hover, a:active, a:focus {
  color: #4170cf;
}

.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .more-btn, .block-link-item a, .l-global-navi li a,
.l-global-navi li a:hover,
.l-global-navi li a:active,
.l-global-navi li a:visited, .l-footer-sitemap a,
.l-footer-sitemap a:hover,
.l-footer-sitemap a:active,
.l-footer-sitemap a:visited, .pagenation a {
  text-decoration: none;
}
.flat-btn:hover, .text-btn-link a:hover, .pagenation .mp-prev span.pagenation-btn:hover, .pagenation .mp-next span.pagenation-btn:hover, .glossary-list ul.list-inline li a.flat-btn.btn-inline:hover, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:hover, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:hover, .more-btn:hover, .block-link-item a:hover, .l-global-navi li a:hover, .l-footer-sitemap a:hover, .pagenation a:hover {
  text-decoration: none;
}

.l-global-area, .l-global-navi, .l-footer-sitemap .sitemap-list, .l-footer ul.l-utility-navi, .l-footer .l-site-data, .l-branding-head, .l-property-area {
  width: 990px;
  margin: 0 auto;
}
.theme-smp .l-global-area, .theme-smp .l-global-navi, .theme-smp .l-footer-sitemap .sitemap-list, .l-footer-sitemap .theme-smp .sitemap-list, .theme-smp .l-footer ul.l-utility-navi, .l-footer .theme-smp ul.l-utility-navi, .theme-smp .l-footer .l-site-data, .l-footer .theme-smp .l-site-data, .theme-smp .l-branding-head, .theme-smp .l-property-area {
  width: 100%;
  min-width: 320px;
}
.theme-popup .l-global-area, .theme-popup .l-global-navi, .theme-popup .l-footer-sitemap .sitemap-list, .l-footer-sitemap .theme-popup .sitemap-list, .theme-popup .l-footer ul.l-utility-navi, .l-footer .theme-popup ul.l-utility-navi, .theme-popup .l-footer .l-site-data, .l-footer .theme-popup .l-site-data, .theme-popup .l-branding-head, .theme-popup .l-property-area {
  width: 736px;
}

.l-pagetop p, .l-breadcrumbs-wrap {
  width: 990px;
  margin: 0 auto;
}

/*arrow link*/
.text-link, .theme-smp .l-footer ul.l-utility-navi li, .l-local-navi li a, .frame-line .line-navi-item .line-navi-text, .stock-quotation .chart-link a, h2.title-link, ul.text-link-ul li, ul.text-link-ul-v li, .fxb-block h5, .list-col-1 li,
.list-col-2 li,
.list-col-3 li,
.list-col-4 li, ul.list-inline li, .arrow-link, .tabs-navi li a, .contents-navi-item .contents-navi-text h5, ul.faq-list li {
  list-style: none;
}
.text-link:before, .theme-smp .l-footer ul.l-utility-navi li:before, .l-local-navi li a:before, .frame-line .line-navi-item .line-navi-text:before, .stock-quotation .chart-link a:before, h2.title-link:before, ul.text-link-ul li:before, ul.text-link-ul-v li:before, .fxb-block h5:before, .list-col-1 li:before,
.list-col-2 li:before,
.list-col-3 li:before,
.list-col-4 li:before, ul.list-inline li:before, .arrow-link:before, .tabs-navi li a:before, .contents-navi-item .contents-navi-text h5:before, ul.faq-list li:before {
  position: relative;
  display: inline-block;
  content: url(../images/icon_arrow_right_r.png);
  font-size: 16px;
  color: #cc0022;
  margin-left: -3px;
  text-decoration: none !important;
}

.text-link:before {
  /*ie8fix*/
  font-family: 'sompoicon';
  line-height: 1;
}

.clearfix, .row, .block-link, .block-link-item a, .l-global-area, .l-global-navi, .l-footer-sitemap .sitemap-list, .l-footer ul.l-utility-navi, .l-footer .l-site-data, .footer-switcharea ul, .l-property-area, .l-breadcrumbs-wrap, .l-breadcrumbs-wrap .l-breadcrumbs-nav, .l-contents, .l-contents .l-main, .l-contents .l-side, .frame-line .line-navi-item a, .ban-area, .theme-smp .cta-navi, ul.text-link-ul-v, .asterisk-list, .asterisk-s-list, .attention-list, .closeParenthesis-list, .parenthesis-list, .text-icon-1em, .text-icon-2em, .text-icon-3em, .text-icon-4em, .text-icon-5em, .text-icon-6em, .text-icon-7em, .text-icon-8em, .text-icon-9em, .text-icon-10em, .text-icon-11em, .text-icon-12em, .fxb-basic,
.fxb-float-img,
.fxb-block,
.fxb-block-image,
.fxb-list,
.fxb-list-inline, .fxb-block a.block, .fxb-block-image .block, .fxb-list-frame, .list-col-1 ul,
.list-col-2 ul,
.list-col-3 ul,
.list-col-4 ul, ul.list-inline, .text-btn-link.btn-list, .news-list-rss, .pagenation, .tabs-navi, .application-section, .subsidiary-navi, .section-center, .info-section .latest-news, .info-section .stock-quotation, .login-area ul, .news-section, .banner-section ul.banner-list, .banner-section ul.banner-list-2column, .theme-smp .cta-section ul.cta-navi, .group-list p, .group-list ul, .contact-step {
  *zoom: 1;
}
.clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi:after, .l-footer-sitemap .sitemap-list:after, .l-footer ul.l-utility-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-property-area:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.text-link-ul-v:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .closeParenthesis-list:after, .parenthesis-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after,
.fxb-float-img:after,
.fxb-block:after,
.fxb-block-image:after,
.fxb-list:after,
.fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after,
.list-col-2 ul:after,
.list-col-3 ul:after,
.list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .login-area ul:after, .news-section:after, .banner-section ul.banner-list:after, .banner-section ul.banner-list-2column:after, .theme-smp .cta-section ul.cta-navi:after, .group-list p:after, .group-list ul:after, .contact-step:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*hover effect*/
/*animation*/
.pointer-none,
.pointer-none a,
a.pointer-none[href^="tel"] {
  pointer-events: none !important;
  color: #333 !important;
  text-decoration: none !important;
}

/*button*/
.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn {
  display: block;
  background: #eeeeee;
  position: relative;
  border-right: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 15px 15px 15px 30px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}
.flat-btn:before, .text-btn-link a:before, .pagenation .mp-prev span.pagenation-btn:before, .pagenation .mp-next span.pagenation-btn:before, .glossary-list ul.list-inline li a.flat-btn.btn-inline:before, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:before, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:before {
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  content: url(../images/icon_arrow_right_r.png);
  font-size: 16px;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  color: #cc0022;
  line-height: 1.2em;
}
.flat-btn:hover, .text-btn-link a:hover, .pagenation .mp-prev span.pagenation-btn:hover, .pagenation .mp-next span.pagenation-btn:hover, .glossary-list ul.list-inline li a.flat-btn.btn-inline:hover, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:hover, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:hover, .flat-btn:active, .text-btn-link a:active, .pagenation .mp-prev span.pagenation-btn:active, .pagenation .mp-next span.pagenation-btn:active, .glossary-list ul.list-inline li a.flat-btn.btn-inline:active, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:active, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:active, .flat-btn:focus, .text-btn-link a:focus, .pagenation .mp-prev span.pagenation-btn:focus, .pagenation .mp-next span.pagenation-btn:focus, .glossary-list ul.list-inline li a.flat-btn.btn-inline:focus, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:focus, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:focus {
  background: #d6d6d6;
  color: #333;
  border-color-right: #c1c1c1;
  border-color-bottom: #c1c1c1;
}
.flat-btn:visited, .text-btn-link a:visited, .pagenation .mp-prev span.pagenation-btn:visited, .pagenation .mp-next span.pagenation-btn:visited, .glossary-list ul.list-inline li a.flat-btn.btn-inline:visited, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:visited, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:visited {
  color: #333;
}
.flat-btn.float-right, .text-btn-link a.float-right, .pagenation .mp-prev span.float-right.pagenation-btn, .pagenation .mp-next span.float-right.pagenation-btn, .glossary-list ul.list-inline li a.float-right.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.float-right.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.float-right.flat-btn {
  margin: 0 0 0 10px;
}
.flat-btn.float-left, .text-btn-link a.float-left, .pagenation .mp-prev span.float-left.pagenation-btn, .pagenation .mp-next span.float-left.pagenation-btn, .glossary-list ul.list-inline li a.float-left.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.float-left.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.float-left.flat-btn {
  margin: 0 10px 0 0;
}

.popped-btn {
  display: block;
  background: #cc0022;
  margin: 0.3em 0.4em;
  border-radius: 50px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0 3px 0 #660011;
}
.popped-btn.btn-inline, .text-btn-link.btn-list.inline-list a.popped-btn, .pagenation .mp-prev span.popped-btn.pagenation-btn, .pagenation .mp-next span.popped-btn.pagenation-btn, .glossary-list ul.list-inline li a.popped-btn.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link a.popped-btn.btn-inline, .text-btn-link .glossary-list ul.list-inline li a.popped-btn.btn-inline {
  padding: 6px 15px 4px;
}
.popped-btn:hover, .popped-btn:active, .popped-btn:focus {
  top: 2px;
  box-shadow: none;
  text-decoration: none;
  color: #ffffff;
}
.popped-btn:visited {
  top: 0;
  color: #ffffff;
}
.popped-btn.float-right {
  margin: 0 0 0 10px;
}
.popped-btn.float-left {
  margin: 0 10px 0 0;
}

.btn-inline, .text-btn-link.btn-list.inline-list a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link a.btn-inline, .text-btn-link .glossary-list ul.list-inline li a.btn-inline {
  display: inline-block;
  padding: 8px 8px 8px 25px;
  font-size: 16px;
  font-weight: normal;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.btn-small {
  padding: 8px 8px 8px 25px;
  font-size: 14px;
  font-weight: normal;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.btn-dark, .text-btn-link a.btn-dark, .text-btn-link.btn-list.inline-list li.current a {
  background: #666;
  border-right: 2px solid #525252;
  border-bottom: 2px solid #525252;
  color: #fff;
}
.btn-dark:before, .text-btn-link a.btn-dark:before, .text-btn-link.btn-list.inline-list li.current a:before {
  content: url(../images/icon_arrow_right_c.png);
}
.btn-dark:hover, .text-btn-link a.btn-dark:hover, .text-btn-link.btn-list.inline-list li.current a:hover, .btn-dark:active, .text-btn-link a.btn-dark:active, .text-btn-link.btn-list.inline-list li.current a:active, .btn-dark:visited, .text-btn-link a.btn-dark:visited, .text-btn-link.btn-list.inline-list li.current a:visited, .btn-dark:focus, .text-btn-link a.btn-dark:focus, .text-btn-link.btn-list.inline-list li.current a:focus {
  background: #5c5c5c;
  text-decoration: none;
  color: #fff;
  border-color-right: #4a4a4a;
  border-color-bottom: #4a4a4a;
}

.btn-anchor:before, .text-btn-link.btn-list li a.btn-anchor:before {
  content: url(../images/icon_arrow_bottom_r.png);
}
.btn-anchor.btn-dark:before, .text-btn-link.btn-list li a.btn-anchor.btn-dark:before, .text-btn-link.btn-list.inline-list li.current a.btn-anchor:before {
  content: url(../images/icon_arrow_bottom_c.png);
}

.btn-fit {
  width: 100%;
}

.btn-ssize {
  width: 25%;
}
.theme-smp .btn-ssize {
  width: 100%;
}

.btn-msize {
  width: 50%;
}
.theme-smp .btn-msize {
  width: 100%;
}

.btn-lsize {
  width: 100%;
}

.btn-center {
  margin: 0 auto;
}

.btn-rss {
  background: #fe9900;
  border-right: 1px solid #e58900;
  width: 33px;
  height: 33px;
  padding: 0;
}
.btn-rss:hover {
  background: #cb7a00;
}
.btn-rss:before {
  content: url(../images/icon_rss.png);
  left: 6px;
  top: 14px;
}
.btn-rss span {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

.hover-diaShine {
  position: relative;
}
.hover-diaShine:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: lighten;
  transform: translateX(100%);
  pointer-events: none;
  transition: .4s;
}
.hover-diaShine:hover {
  opacity: 1 !important;
}
.hover-diaShine:hover:before {
  transform: translateX(-100%);
}

.more-btn {
  color: #9f9f9f;
  position: absolute;
  width: 5em;
  right: 0;
  top: 15px;
  font-size: 11px;
  font-weight: normal;
}
.more-btn:before {
  content: "\e607";
  font-size: 10px;
  padding: 0 5px;
  /*ie8fix*/
  font-family: 'sompoicon';
  line-height: 1;
}
.more-btn:hover {
  color: #e0667a;
}

.block-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-link-item a {
  position: relative;
  margin: -10px;
  padding: 10px;
  display: block;
  color: #333;
}
.block-link-item a:hover {
  color: #333;
  background: #f7d9de;
}
.block-link-item a:before {
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  content: "\e607";
  font-size: 10px;
  right: 10px;
  bottom: 10px;
  color: #cc0022;
  /*ie8fix*/
  font-family: 'sompoicon';
  line-height: 1;
}
.block-link-item a .image-wrap img {
  width: 100%;
}

.frame-red-bold, .frame-red, .frame-glay-bold, .frame-glay, .frame-titlebox .frame-titlebox-contents {
  padding: 10px 0;
  margin-bottom: 20px;
}

.frame-red-bold {
  border: 2px solid #cc0022;
}

.frame-red {
  border: 1px solid #cc0022;
}

.frame-glay-bold {
  border: 2px solid #777;
}

.frame-glay {
  border: 1px solid #777;
}

.frame-titlebox .frame-titlebox-title {
  background: #e6e6e6;
  padding: 10px;
  margin: 0;
}
.frame-titlebox .frame-titlebox-title .btn-inline, .frame-titlebox .frame-titlebox-title .text-btn-link.btn-list.inline-list a, .text-btn-link.btn-list.inline-list .frame-titlebox .frame-titlebox-title a, .frame-titlebox .frame-titlebox-title .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .frame-titlebox .frame-titlebox-title span.pagenation-btn, .frame-titlebox .frame-titlebox-title .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .frame-titlebox .frame-titlebox-title span.pagenation-btn, .frame-titlebox .frame-titlebox-title .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .frame-titlebox .frame-titlebox-title a.flat-btn.btn-inline, .frame-titlebox .frame-titlebox-title .glossary-list ul.list-inline li .text-btn-link a.btn-inline, .glossary-list ul.list-inline li .text-btn-link .frame-titlebox .frame-titlebox-title a.btn-inline, .frame-titlebox .frame-titlebox-title .text-btn-link .glossary-list ul.list-inline li a.btn-inline, .text-btn-link .glossary-list ul.list-inline li .frame-titlebox .frame-titlebox-title a.btn-inline {
  padding: 6px 8px 6px 25px;
  margin: -2px;
}
.frame-titlebox .frame-titlebox-contents {
  border: 2px solid #e6e6e6;
  border-top: 0px;
  margin-bottom: 30px;
}
.theme-smp .frame-titlebox .frame-titlebox-contents {
  margin-bottom: 35px;
}

/*font-size*/
.text-size-10 {
  font-size: 10px !important;
}

.text-size-11 {
  font-size: 11px !important;
}

.text-size-12 {
  font-size: 12px !important;
}

.text-size-13 {
  font-size: 13px !important;
}

.text-size-14 {
  font-size: 14px !important;
}

.text-size-15 {
  font-size: 15px !important;
}

.text-size-16 {
  font-size: 16px !important;
}

.text-size-17 {
  font-size: 17px !important;
}

.text-size-18 {
  font-size: 18px !important;
}

.text-size-19 {
  font-size: 19px !important;
}

.text-size-20 {
  font-size: 20px !important;
}

.text-size-21 {
  font-size: 21px !important;
}

.text-size-22 {
  font-size: 22px !important;
}

.text-size-23 {
  font-size: 23px !important;
}

/*margin*/
.marginX-auto {
  margin-right: auto;
  margin-left: auto;
}

.marginY-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-all0 {
  margin: 0px !important;
}

.margin-allm0 {
  margin: -0px !important;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-topm0 {
  margin-top: -0px !important;
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-bottomm0 {
  margin-bottom: -0px !important;
}

.margin-right0 {
  margin-right: 0px !important;
}

.margin-rightm0 {
  margin-right: -0px !important;
}

.margin-left0 {
  margin-left: 0px !important;
}

.margin-leftm0 {
  margin-left: -0px !important;
}

.margin-all10 {
  margin: 10px !important;
}

.margin-allm10 {
  margin: -10px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-topm10 {
  margin-top: -10px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottomm10 {
  margin-bottom: -10px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-rightm10 {
  margin-right: -10px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-leftm10 {
  margin-left: -10px !important;
}

.margin-all20 {
  margin: 20px !important;
}

.margin-allm20 {
  margin: -20px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-topm20 {
  margin-top: -20px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bottomm20 {
  margin-bottom: -20px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-rightm20 {
  margin-right: -20px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-leftm20 {
  margin-left: -20px !important;
}

.margin-all30 {
  margin: 30px !important;
}

.margin-allm30 {
  margin: -30px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-topm30 {
  margin-top: -30px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottomm30 {
  margin-bottom: -30px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

.margin-rightm30 {
  margin-right: -30px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

.margin-leftm30 {
  margin-left: -30px !important;
}

.margin-all40 {
  margin: 40px !important;
}

.margin-allm40 {
  margin: -40px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-topm40 {
  margin-top: -40px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-bottomm40 {
  margin-bottom: -40px !important;
}

.margin-right40 {
  margin-right: 40px !important;
}

.margin-rightm40 {
  margin-right: -40px !important;
}

.margin-left40 {
  margin-left: 40px !important;
}

.margin-leftm40 {
  margin-left: -40px !important;
}

.margin-all50 {
  margin: 50px !important;
}

.margin-allm50 {
  margin: -50px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-topm50 {
  margin-top: -50px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-bottomm50 {
  margin-bottom: -50px !important;
}

.margin-right50 {
  margin-right: 50px !important;
}

.margin-rightm50 {
  margin-right: -50px !important;
}

.margin-left50 {
  margin-left: 50px !important;
}

.margin-leftm50 {
  margin-left: -50px !important;
}

.margin-all5 {
  margin: 5px !important;
}

.margin-allm5 {
  margin: -5px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-topm5 {
  margin-top: -5px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottomm5 {
  margin-bottom: -5px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-rightm5 {
  margin-right: -5px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-leftm5 {
  margin-left: -5px !important;
}

.margin-all15 {
  margin: 15px !important;
}

.margin-allm15 {
  margin: -15px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-topm15 {
  margin-top: -15px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottomm15 {
  margin-bottom: -15px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.margin-rightm15 {
  margin-right: -15px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-leftm15 {
  margin-left: -15px !important;
}

.margin-all25 {
  margin: 25px !important;
}

.margin-allm25 {
  margin: -25px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-topm25 {
  margin-top: -25px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-bottomm25 {
  margin-bottom: -25px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-rightm25 {
  margin-right: -25px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-leftm25 {
  margin-left: -25px !important;
}

.margin-all35 {
  margin: 35px !important;
}

.margin-allm35 {
  margin: -35px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-topm35 {
  margin-top: -35px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-bottomm35 {
  margin-bottom: -35px !important;
}

.margin-right35 {
  margin-right: 35px !important;
}

.margin-rightm35 {
  margin-right: -35px !important;
}

.margin-left35 {
  margin-left: 35px !important;
}

.margin-leftm35 {
  margin-left: -35px !important;
}

.margin-all45 {
  margin: 45px !important;
}

.margin-allm45 {
  margin: -45px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-topm45 {
  margin-top: -45px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-bottomm45 {
  margin-bottom: -45px !important;
}

.margin-right45 {
  margin-right: 45px !important;
}

.margin-rightm45 {
  margin-right: -45px !important;
}

.margin-left45 {
  margin-left: 45px !important;
}

.margin-leftm45 {
  margin-left: -45px !important;
}

.margin-all55 {
  margin: 55px !important;
}

.margin-allm55 {
  margin: -55px !important;
}

.margin-top55 {
  margin-top: 55px !important;
}

.margin-topm55 {
  margin-top: -55px !important;
}

.margin-bottom55 {
  margin-bottom: 55px !important;
}

.margin-bottomm55 {
  margin-bottom: -55px !important;
}

.margin-right55 {
  margin-right: 55px !important;
}

.margin-rightm55 {
  margin-right: -55px !important;
}

.margin-left55 {
  margin-left: 55px !important;
}

.margin-leftm55 {
  margin-left: -55px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.padding-all0 {
  padding: 0px !important;
}

.padding-top0 {
  padding-top: 0px !important;
}

.padding-bottom0 {
  padding-bottom: 0px !important;
}

.padding-right0 {
  padding-right: 0px !important;
}

.padding-left0 {
  padding-left: 0px !important;
}

.padding-all10 {
  padding: 10px !important;
}

.padding-top10 {
  padding-top: 10px !important;
}

.padding-bottom10 {
  padding-bottom: 10px !important;
}

.padding-right10 {
  padding-right: 10px !important;
}

.padding-left10 {
  padding-left: 10px !important;
}

.padding-all20 {
  padding: 20px !important;
}

.padding-top20 {
  padding-top: 20px !important;
}

.padding-bottom20 {
  padding-bottom: 20px !important;
}

.padding-right20 {
  padding-right: 20px !important;
}

.padding-left20 {
  padding-left: 20px !important;
}

.padding-all30 {
  padding: 30px !important;
}

.padding-top30 {
  padding-top: 30px !important;
}

.padding-bottom30 {
  padding-bottom: 30px !important;
}

.padding-right30 {
  padding-right: 30px !important;
}

.padding-left30 {
  padding-left: 30px !important;
}

.padding-all40 {
  padding: 40px !important;
}

.padding-top40 {
  padding-top: 40px !important;
}

.padding-bottom40 {
  padding-bottom: 40px !important;
}

.padding-right40 {
  padding-right: 40px !important;
}

.padding-left40 {
  padding-left: 40px !important;
}

.padding-all50 {
  padding: 50px !important;
}

.padding-top50 {
  padding-top: 50px !important;
}

.padding-bottom50 {
  padding-bottom: 50px !important;
}

.padding-right50 {
  padding-right: 50px !important;
}

.padding-left50 {
  padding-left: 50px !important;
}

.padding-all5 {
  padding: 5px !important;
}

.padding-top5 {
  padding-top: 5px !important;
}

.padding-bottom5 {
  padding-bottom: 5px !important;
}

.padding-right5 {
  padding-right: 5px !important;
}

.padding-left5 {
  padding-left: 5px !important;
}

.padding-all15 {
  padding: 15px !important;
}

.padding-top15 {
  padding-top: 15px !important;
}

.padding-bottom15 {
  padding-bottom: 15px !important;
}

.padding-right15 {
  padding-right: 15px !important;
}

.padding-left15 {
  padding-left: 15px !important;
}

.padding-all25 {
  padding: 25px !important;
}

.padding-top25 {
  padding-top: 25px !important;
}

.padding-bottom25 {
  padding-bottom: 25px !important;
}

.padding-right25 {
  padding-right: 25px !important;
}

.padding-left25 {
  padding-left: 25px !important;
}

.padding-all35 {
  padding: 35px !important;
}

.padding-top35 {
  padding-top: 35px !important;
}

.padding-bottom35 {
  padding-bottom: 35px !important;
}

.padding-right35 {
  padding-right: 35px !important;
}

.padding-left35 {
  padding-left: 35px !important;
}

.padding-all45 {
  padding: 45px !important;
}

.padding-top45 {
  padding-top: 45px !important;
}

.padding-bottom45 {
  padding-bottom: 45px !important;
}

.padding-right45 {
  padding-right: 45px !important;
}

.padding-left45 {
  padding-left: 45px !important;
}

.padding-all55 {
  padding: 55px !important;
}

.padding-top55 {
  padding-top: 55px !important;
}

.padding-bottom55 {
  padding-bottom: 55px !important;
}

.padding-right55 {
  padding-right: 55px !important;
}

.padding-left55 {
  padding-left: 55px !important;
}

/*accordion*/
.ac-section {
  border-top: 1px solid #e5e5e5;
}
.ac-section h2 {
  margin: 20px auto;
  padding: 0 0 0 70px;
}

.ac-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-size: 30px 30px;
  border-bottom: 0px;
  font-size: 1.8em;
}
.ac-btn:before {
  display: none;
}

.active .ac-btn {
  background-size: 30px 30px;
}

.ac-area {
  display: none;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1200px;
  padding: 0 5%;
}

.active .ac-area {
  display: block;
}

/*carousel Splide*/
.blanding-area {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}
.theme-smp .blanding-area {
  padding-bottom: 0;
}
.blanding-area:after {
  display: block;
  width: 100%;
  height: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/shadow.png) repeat 0 0;
}

.splide {
  width: 990px;
  margin: 0 auto;
  position: relative;
  visibility: visible;
}
.theme-smp .splide {
  width: 100%;
}
.splide .splide__arrows--ltr {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, -50%);
}
.theme-smp .splide .splide__arrows--ltr {
  width: 100%;
}
.splide .splide__arrows--ltr .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  opacity: .7;
}
.splide .splide__arrows--ltr .splide__arrow svg {
  width: 12px;
  height: 12px;
}
.splide .splide__arrows--ltr .splide__arrow:hover {
  opacity: 1;
}
.splide .splide__arrows--ltr .splide__arrow--prev {
  left: auto;
  right: 200px;
}
.theme-smp .splide .splide__arrows--ltr .splide__arrow--prev {
  right: auto;
  left: 16px;
}
.splide .splide__arrows--ltr .splide__arrow--next {
  right: auto;
  left: 200px;
}
.theme-smp .splide .splide__arrows--ltr .splide__arrow--next {
  left: auto;
  right: 16px;
}
.splide a[target="_blank"]:after {
  content: none;
}

.splide__list {
  transition: transform 1000ms ease !important;
}
.splide__list .splide__slide {
  max-width: 100%;
}
.splide__list .splide__slide img {
  width: auto;
  height: auto;
}
.theme-smp .splide__list .splide__slide img {
  width: 100%;
}

.splide__controls {
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  position: relative;
}
.splide__controls-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.theme-smp .splide__controls-wrapper {
  margin-top: 0;
}
.splide__controls .splide__pagination {
  position: static;
  padding-right: 0;
}
.splide__controls .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 8px;
  background-color: transparent;
  border: 1px solid #333;
}
.splide__controls .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1.3);
  background-color: #333;
}
.splide__controls .splide__toggle {
  border-radius: 100%;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}
.splide__controls .splide__toggle .splide__toggle__play,
.splide__controls .splide__toggle .splide__toggle__pause {
  width: inherit;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
}
.splide__controls .splide__toggle .splide__toggle__play:hover,
.splide__controls .splide__toggle .splide__toggle__pause:hover {
  opacity: 1;
}
.splide__controls .splide__toggle .splide__toggle__play {
  background-image: url("../images/play-circle.png");
}
.splide__controls .splide__toggle .splide__toggle__pause {
  background-image: url("../images/pause-circle.png");
}

/*display*/
.d-flex {
  display: flex;
}

.d-flex-col {
  display: flex;
}
.theme-smp .d-flex-col {
  display: flex;
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

/*gridbase*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-1, .col-sm-2, .col-2, .col-sm-3, .col-3, .col-sm-4, .col-4, .col-sm-5, .col-5, .col-sm-6, .col-6, .col-sm-7, .col-7, .col-sm-8, .col-8, .col-sm-9, .col-9, .col-sm-10, .col-10, .col-sm-11, .col-11, .col-sm-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12, .col-md-1, .col-1, .col-md-2, .col-2, .col-md-3, .col-3, .col-md-4, .col-4, .col-md-5, .col-5, .col-md-6, .col-6, .col-md-7, .col-7, .col-md-8, .col-8, .col-md-9, .col-9, .col-md-10, .col-10, .col-md-11, .col-11, .col-md-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*base*/
.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

/*540*/
@media (min-width: 540px) {
  .col-sm-1, .col-1 {
    width: 8.33333%;
  }
}

@media (min-width: 540px) {
  .col-sm-2, .col-2 {
    width: 16.66667%;
  }
}

@media (min-width: 540px) {
  .col-sm-3, .col-3 {
    width: 25%;
  }
}

@media (min-width: 540px) {
  .col-sm-4, .col-4 {
    width: 33.33333%;
  }
}

@media (min-width: 540px) {
  .col-sm-5, .col-5 {
    width: 41.66667%;
  }
}

@media (min-width: 540px) {
  .col-sm-6, .col-6 {
    width: 50%;
  }
}

@media (min-width: 540px) {
  .col-sm-7, .col-7 {
    width: 58.33333%;
  }
}

@media (min-width: 540px) {
  .col-sm-8, .col-8 {
    width: 66.66667%;
  }
}

@media (min-width: 540px) {
  .col-sm-9, .col-9 {
    width: 75%;
  }
}

@media (min-width: 540px) {
  .col-sm-10, .col-10 {
    width: 83.33333%;
  }
}

@media (min-width: 540px) {
  .col-sm-11, .col-11 {
    width: 91.66667%;
  }
}

@media (min-width: 540px) {
  .col-sm-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12 {
    width: 100%;
  }
}

/*740*/
@media (min-width: 740px) {
  .col-md-1, .col-1 {
    width: 8.33333%;
  }
}

@media (min-width: 740px) {
  .col-md-2, .col-2 {
    width: 16.66667%;
  }
}

@media (min-width: 740px) {
  .col-md-3, .col-3 {
    width: 25%;
  }
}

@media (min-width: 740px) {
  .col-md-4, .col-4 {
    width: 33.33333%;
  }
}

@media (min-width: 740px) {
  .col-md-5, .col-5 {
    width: 41.66667%;
  }
}

@media (min-width: 740px) {
  .col-md-6, .col-6 {
    width: 50%;
  }
}

@media (min-width: 740px) {
  .col-md-7, .col-7 {
    width: 58.33333%;
  }
}

@media (min-width: 740px) {
  .col-md-8, .col-8 {
    width: 66.66667%;
  }
}

@media (min-width: 740px) {
  .col-md-9, .col-9 {
    width: 75%;
  }
}

@media (min-width: 740px) {
  .col-md-10, .col-10 {
    width: 83.33333%;
  }
}

@media (min-width: 740px) {
  .col-md-11, .col-11 {
    width: 91.66667%;
  }
}

@media (min-width: 740px) {
  .col-md-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12 {
    width: 100%;
  }
}

/*1000*/
@media (min-width: 1000px) {
  .col-lg-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1000px) {
  .col-lg-2 {
    width: 16.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 1000px) {
  .col-lg-4 {
    width: 33.33333%;
  }
}

@media (min-width: 1000px) {
  .col-lg-5 {
    width: 41.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .col-lg-7 {
    width: 58.33333%;
  }
}

@media (min-width: 1000px) {
  .col-lg-8 {
    width: 66.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg-9 {
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .col-lg-10 {
    width: 83.33333%;
  }
}

@media (min-width: 1000px) {
  .col-lg-11 {
    width: 91.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg-12 {
    width: 100%;
  }
}

/*grid*/
.col-1 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-1 img {
  max-width: 100%;
  height: auto;
}

.col-2 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-2 img {
  max-width: 100%;
  height: auto;
}

.col-3 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-3 img {
  max-width: 100%;
  height: auto;
}

.col-4 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-4 img {
  max-width: 100%;
  height: auto;
}

.col-5 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-5 img {
  max-width: 100%;
  height: auto;
}

.col-6 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-6 img {
  max-width: 100%;
  height: auto;
}

.col-7 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-7 img {
  max-width: 100%;
  height: auto;
}

.col-8 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-8 img {
  max-width: 100%;
  height: auto;
}

.col-9 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-9 img {
  max-width: 100%;
  height: auto;
}

.col-10 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-10 img {
  max-width: 100%;
  height: auto;
}

.col-11 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-11 img {
  max-width: 100%;
  height: auto;
}

.col-12 img {
  max-width: 100%;
  height: auto;
}

.theme-smp .col-12 img {
  max-width: 100%;
  height: auto;
}

/*link*/
a {
  color: #6666AA;
  text-decoration: none;
}
a:visited {
  color: #6666AA;
}
a:hover {
  color: #444488;
  text-decoration: underline;
}
a:active {
  color: #444488;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  zoom: 1;
}

html {
  overflow-y: scroll;
  word-wrap: break-word;
}

img {
  max-width: 100%;
}

.theme-smp img {
  max-width: 100%;
}

.theme-smp .l-main img {
  height: auto;
}

/*header*/
.l-header {
  position: relative;
  background: #ffffff;
}
.theme-smp .l-header {
  width: auto;
  min-width: 320px;
  height: 54px;
  margin: 0;
  position: relative;
  z-index: 10;
  background: url(../images/header_arc_bg_center_m.png) no-repeat bottom left;
  background-size: 1000px 8px;
}
.theme-smp .l-header:before {
  background-color: #cc0022;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 960px) and (max-width: 2400px) {
  .theme-smp .l-header:before {
    width: 30%;
  }
}
@media (min-width: 2401px) and (max-width: 4000px) {
  .theme-smp .l-header:before {
    width: 40%;
  }
}
.theme-smp .l-header:after {
  background: url(../images/header_arc_bg_right_m.png) repeat-x bottom center;
  background-size: 1px 8px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .theme-smp .l-header:after {
    width: 40%;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .theme-smp .l-header:after {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .theme-smp .l-header {
    height: 70px;
  }
}
@media (min-width: 600px) {
  .l-header #headerwrapper {
    height: 70px;
  }
}

.panelBK {
  position: fixed;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.20;
  display: none;
  top: 0;
}

/*global-navi*/
.l-global-area-warp {
  height: 82px;
  position: relative;
}
.l-global-area-warp:before {
  background-color: #cc0022;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.l-global-area-warp:after {
  background: url(../images/header_arc_bg_right.png) repeat-x center bottom;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 960px) and (max-width: 2000px) {
  .l-global-area-warp:after {
    width: 32%;
  }
}
@media (min-width: 2001px) and (max-width: 3500px) {
  .l-global-area-warp:after {
    width: 38%;
  }
}
@media (min-width: 3501px) and (max-width: 4000px) {
  .l-global-area-warp:after {
    width: 40%;
  }
}
.theme-popup .l-global-area-warp {
  height: 58px;
}
.theme-popup .l-global-area-warp:after {
  background: url(../images/header_arc_bg_right_736.png) repeat-x center bottom;
}
@media (min-width: 736px) and (max-width: 930px) {
  .theme-popup .l-global-area-warp:after {
    width: 10%;
  }
}
@media (min-width: 931px) and (max-width: 1240px) {
  .theme-popup .l-global-area-warp:after {
    width: 20%;
  }
}
@media (min-width: 1241px) and (max-width: 1500px) {
  .theme-popup .l-global-area-warp:after {
    width: 26%;
  }
}

.l-global-area {
  margin: 0 auto;
  position: relative;
  height: 82px;
  background: url(../images/header_arc_bg_center.png) no-repeat center bottom;
  z-index: 2;
  background-size: 990px 16px;
}
.theme-smp .l-global-area {
  background: #fff;
}
.theme-popup .l-global-area {
  height: 58px;
  background: url(../images/header_arc_bg_center_736.png) repeat-x center bottom;
  background-size: 736px 16px;
}

.logo-area {
  margin: 0;
  width: 287px;
  position: absolute;
  left: 20px;
  top: 14px;
  height: 48px;
}
.theme-smp .logo-area {
  position: relative;
  top: 7px;
  left: 10px;
  width: 185px;
  height: 31px;
  z-index: 9999;
}
@media (min-width: 600px) {
  .theme-smp .logo-area {
    top: 10px;
    width: 260px;
    height: 44px;
  }
}
.theme-en .logo-area {
  width: 400px;
  top: 15px;
}
.theme-smp.theme-en .logo-area {
  width: 205px;
  top: 7px;
}
.theme-en.theme-popup .logo-area {
  top: 7px;
  width: 197px;
}
.theme-popup .logo-area {
  top: 8px;
  width: 197px;
}
.logo-area h1 {
  margin: 0;
}

p.btn-pc {
  border: none;
  width: 52px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 52px;
  top: 0;
  text-indent: -9999px;
  background: url(../images/mobile_btn_pc.png) no-repeat center center;
  background-size: 52px 46px;
  margin: 0;
}
@media (min-width: 600px) {
  p.btn-pc {
    width: 70px;
    height: 62px;
    right: 70px;
    background-size: 70px 62px;
  }
}
.is-simple p.btn-pc {
  right: 0;
}
.theme-en p.btn-pc {
  background: url(../images/mobile_btn_pc_en.png) no-repeat center center;
  background-size: 52px 46px;
}
@media (min-width: 600px) {
  .theme-en p.btn-pc {
    background-size: 70px 62px;
  }
}
p.btn-pc a {
  display: block;
  width: 52px;
  height: 46px;
}
@media (min-width: 600px) {
  p.btn-pc a {
    width: 70px;
    height: 62px;
  }
}

.dl-trigger {
  border: none;
  width: 52px;
  height: 46px;
  background: url(../images/mobile_btn_menu.png) no-repeat 0px 0px;
  background-size: 52px 46px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .dl-trigger {
    width: 70px;
    height: 62px;
    background-size: 70px 62px;
  }
}
.theme-en .dl-trigger {
  background: url(../images/mobile_btn_menu_en.png) no-repeat 0px 0px;
  background-size: 52px 46px;
}
@media (min-width: 600px) {
  .theme-en .dl-trigger {
    background-size: 70px 62px;
  }
}
.dl-trigger.close {
  background: url(../images/mobile_btn_close.png) no-repeat 0px 0px;
  background-size: 52px 46px;
}
@media (min-width: 600px) {
  .dl-trigger.close {
    background-size: 70px 62px;
  }
}
.theme-en .dl-trigger.close {
  background: url(../images/mobile_btn_close_en.png) no-repeat 0px 0px;
  background-size: 52px 46px;
}
@media (min-width: 600px) {
  .theme-en .dl-trigger.close {
    background-size: 70px 62px;
  }
}
.dl-trigger a {
  display: block;
  width: 52px;
  height: 46px;
}
@media (min-width: 600px) {
  .dl-trigger a {
    width: 70px;
    height: 62px;
  }
}

p.btn_close {
  border: none;
  width: 52px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
p.btn_close img {
  width: 52px;
  height: 46px;
}

.theme-smp .dl-menuwrapper div.dl-menu {
  margin: 5px 5px 10px;
  position: absolute;
  background: #fff;
  width: 97%;
  display: none;
  z-index: 10;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.theme-smp .dl-menuwrapper div.dl-menu:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  right: 8px;
}
.theme-smp .dl-menuwrapper div.dl-menu a:hover {
  text-decoration: none;
  color: #333;
}

.l-global-navi {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.theme-smp .l-global-navi {
  width: 100%;
  min-width: 300px;
  border-radius: 3px 3px 0 0;
}
.l-global-navi li {
  float: left;
  position: relative;
  list-style: none;
  text-align: center;
}
.theme-smp .l-global-navi li {
  margin: 0;
}
.l-global-navi li a,
.l-global-navi li a:hover,
.l-global-navi li a:active,
.l-global-navi li a:visited {
  display: block;
  padding: 0;
}
.theme-smp .l-global-navi li a, .theme-smp
.l-global-navi li a:hover, .theme-smp
.l-global-navi li a:active, .theme-smp
.l-global-navi li a:visited {
  padding: 12px 12px 12px 43px;
  color: #333;
}
.l-global-navi li:hover {
  z-index: 2;
  background: #ededed;
}
.l-global-navi li.is-active {
  z-index: 3;
  background: #5f5f5f;
}
.theme-smp .l-global-navi li {
  float: none;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  line-height: 22px;
  font-weight: bold;
  background-color: #fff;
  text-align: left;
}
.theme-smp .l-global-navi li:before {
  position: absolute;
  content: url(../images/icon_arrow_right_r.png);
  left: 15px;
  top: 13px;
}
.theme-smp .l-global-navi li:first-child {
  border-radius: 3px 3px 0 0;
}
.theme-smp .l-global-navi li.n_leisure {
  background-color: #fbdee0;
}

.l-extra-navi {
  position: absolute;
  right: 232px;
  top: 10px;
  margin: 0;
}
.theme-smp .l-extra-navi {
  position: relative;
  top: 0;
  border-radius: 0 0 3px 3px;
  margin: 0;
  right: 0;
}
.theme-smp.theme-en .l-extra-navi {
  border-radius: 3px;
}
.l-extra-navi li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 13px;
}
.l-extra-navi li img {
  display: block;
}
.theme-smp .l-extra-navi li {
  float: none;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding: 8px 43px;
  font-weight: bold;
  font-size: 14px;
}
.theme-smp .l-extra-navi li:before {
  position: absolute;
  content: url(../images/icon_arrow_right_r.png);
  left: 15px;
  top: 10px;
}
.theme-smp .l-extra-navi li a {
  color: #333;
}
.theme-smp .l-extra-navi li.last {
  border-radius: 0 0 3px 3px;
  border-bottom: 0px;
}
.theme-smp .l-extra-navi:last-child li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0px;
}

.l-search-area {
  position: absolute;
  top: 36px;
  width: 244px;
  right: 164px;
}
.theme-en .l-search-area {
  width: 257px;
  right: 164px;
}
.theme-smp .l-search-area {
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.l-search-area .search-box {
  width: 191px;
  height: 22px;
  float: left;
  color: #444;
  border: 1px solid #d9d9d9;
  padding: 0 2px;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 1px;
  font-size: 100%;
}
.theme-smp .l-search-area .search-box {
  width: 73%;
  height: 32px;
  border-radius: 3px;
}
.l-search-area .search-but {
  height: 22px;
}
.theme-smp .l-search-area .search-but {
  width: 25%;
  height: 32px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background: #626161;
  background: -webkit-linear-gradient(top, #626161, #484747);
  background: linear-gradient(to bottom, #626161, #484747);
  border: 1px solid #717171;
  padding: 0;
}
.l-search-area legend {
  display: none;
}

.l-language {
  position: absolute;
  right: 385px;
  top: 36px;
  margin: 0;
  padding: 0;
}
.l-language li {
  list-style: none;
}
.theme-en .l-language {
  top: 26px;
  right: 378px;
}

.l-font-size {
  position: absolute;
  width: 133px;
  right: 232px;
  top: 35px;
}
.is-simple .l-font-size {
  right: 0;
}
.theme-en .l-font-size {
  width: 126px;
  top: 24px;
}
.l-font-size img {
  vertical-align: top;
}
.l-font-size p {
  font-size: 12px;
  color: #999;
  width: 58px;
  height: 12px;
  padding: 3px 0;
  float: left;
  margin: 2px 0;
}
.theme-en .l-font-size p {
  width: 51px;
  height: 9px;
  padding: 5px 0;
}
.l-font-size ul {
  float: left;
  margin: 0;
  padding: 0;
}
.l-font-size li {
  margin: 0;
  margin-left: 5px;
  list-style: none;
  float: left;
  width: 20px;
  height: 22px;
  display: block;
  background: none no-repeat 0 0 transparent;
  cursor: pointer;
}
.l-font-size li.active {
  background-repeat: no-repeat;
  background-position: left top;
}
.l-font-size li.active img {
  visibility: hidden;
}
.l-font-size #fontS {
  background-image: url(../images/fontsize_s_on.png);
}
.theme-en .l-font-size #fontS {
  background-image: url(../images/fontsize_s_en_on.png);
}
.l-font-size #fontM {
  background-image: url(../images/fontsize_m_on.png);
}
.theme-en .l-font-size #fontM {
  background-image: url(../images/fontsize_m_en_on.png);
}
.l-font-size #fontL {
  background-image: url(../images/fontsize_l_on.png);
}
.theme-en .l-font-size #fontL {
  background-image: url(../images/fontsize_l_en_on.png);
}

.l-hdLogo {
  position: absolute;
  right: 0;
  top: 17px;
  width: 200px;
}

.theme-smp .dl-menuwrapper {
  width: 100%;
  min-width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 54px;
  z-index: 20;
}
@media (min-width: 600px) {
  .theme-smp .dl-menuwrapper {
    padding-top: 70px;
  }
}
.theme-smp .dl-menuwrapper hr {
  background: #cc0022;
  border: 0;
  height: 2px;
  margin: 0;
}
.theme-smp .dl-menuwrapper ul {
  background: #fff;
  padding: 0;
  list-style: none;
  position: relative;
}
.theme-smp .dl-menuwrapper li {
  position: relative;
}
.theme-smp .dl-menuwrapper li a {
  display: block;
  position: relative;
  outline: none;
}

.l-popup-close {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
  line-height: 0;
}
.theme-smp .l-popup-close {
  border: none;
  width: 52px;
  height: 46px;
  overflow: hidden;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../images/mobile_btn_close.png) no-repeat center center;
  background-size: 52px auto;
  margin: 0;
}
@media (min-width: 600px) {
  .theme-smp .l-popup-close {
    width: 70px;
    height: 62px;
    background-size: 70px auto;
  }
}
.theme-en.theme-smp .l-popup-close {
  background: url(../images/mobile_btn_close_en.png) no-repeat center center;
  background-size: 52px auto;
}
@media (min-width: 600px) {
  .theme-en.theme-smp .l-popup-close {
    width: 70px;
    height: 62px;
    background-size: 70px auto;
  }
}

/*footer*/
.l-footer-sitemap {
  width: 100%;
  position: relative;
  padding: 15px 0;
  background-color: #fff;
}
.l-footer-sitemap:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #cc0022;
  top: 0;
  left: 0;
}
.l-footer-sitemap:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  top: 3px;
  left: 0;
  background: url(../images/shadow.png) repeat 0px 0px;
}
.l-footer-sitemap a,
.l-footer-sitemap a:hover,
.l-footer-sitemap a:active,
.l-footer-sitemap a:visited {
  color: #666666;
}
.l-footer-sitemap .sitemap-list {
  padding: 0 21px;
}
.l-footer-sitemap .sitemap-list a {
  font-weight: bold;
  padding-top: 20px;
  display: block;
}
.l-footer-sitemap .sitemap-list a:first-child {
  padding-top: 0;
}
.l-footer-sitemap .sitemap-list > ul {
  width: 25%;
  float: left;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}
.l-footer-sitemap .sitemap-list > ul:first-child {
  margin: 0;
}
.l-footer-sitemap .sitemap-list > ul > li {
  margin: 0;
  padding: 10px;
  font-size: 12px;
}
.l-footer-sitemap .sitemap-list > ul > li:first-child {
  width: 100%;
  float: none;
}
.l-footer-sitemap .sitemap-list > ul > li > a {
  font-weight: bold;
}
.l-footer-sitemap .sitemap-list > ul > li > ul {
  font: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.l-footer-sitemap .sitemap-list > ul > li > ul > li {
  list-style: none;
  margin: 6px 0;
  padding: 0;
  line-height: 1.4em;
}
.l-footer-sitemap .sitemap-list > ul > li > ul > li > a {
  font-weight: normal;
}

.l-footer {
  width: 100%;
  position: relative;
  border-top: 1px solid #999;
  background: #fff;
}
.theme-smp .l-footer {
  border-top: 1px solid #ccc;
}
.theme-popup .l-footer, .theme-en .l-footer {
  border-top: 0;
}
.l-footer ul.l-utility-navi {
  margin: 0 auto;
  padding: 10px 20px;
}
.l-footer ul.l-utility-navi + ul.l-utility-navi {
  padding-top: 0;
}
.theme-smp .l-footer ul.l-utility-navi {
  width: 100%;
  padding: 0;
}
.l-footer ul.l-utility-navi li {
  float: left;
  list-style: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
  height: 12px;
  position: relative;
}
.l-footer ul.l-utility-navi li:last-child::after {
  content: '';
  display: block;
  height: 1em;
  border-left: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.theme-smp .l-footer ul.l-utility-navi li:last-child::after {
  display: none;
}
.l-footer ul.l-utility-navi li::before {
  content: '';
  display: block;
  height: 1em;
  border-left: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer ul.l-utility-navi li a,
.l-footer ul.l-utility-navi li a:active,
.l-footer ul.l-utility-navi li a:visited {
  color: #666;
  padding: 0 12px;
  font-size: 12px;
}
.theme-smp .l-footer ul.l-utility-navi li a, .theme-smp
.l-footer ul.l-utility-navi li a:active, .theme-smp
.l-footer ul.l-utility-navi li a:visited {
  padding: 0;
}
.theme-smp .l-footer ul.l-utility-navi li {
  position: relative;
  width: 100%;
  height: auto;
}
.theme-smp .l-footer ul.l-utility-navi li:before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: url(../images/icon_arrow_right_g.png);
  border: none;
  height: auto;
  bottom: auto;
  margin: 0;
}
.theme-smp .l-footer ul.l-utility-navi li a,
.theme-smp .l-footer ul.l-utility-navi li a:hover,
.theme-smp .l-footer ul.l-utility-navi li a:active,
.theme-smp .l-footer ul.l-utility-navi li a:visited {
  display: block;
  padding: 9px 4px 9px 25px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.theme-smp .l-footer .l-footer-popup-close {
  width: 156px;
  margin: 15px auto;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/mobile_footer_close.png) no-repeat center center;
  background-size: 156px 20px;
}
.l-footer .l-footer-popup-close .theme-smp, .theme-en .l-footer .l-footer-popup-close {
  background: url(../images/mobile_footer_close_en.png) no-repeat center center;
  background-size: 156px 20px;
}
.l-footer .l-footer-contents {
  background: #cc0022;
  width: 100%;
  height: 35px;
}
.theme-smp .l-footer .l-footer-contents {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 320px;
}
.l-footer .l-site-data {
  margin: 0 auto;
  position: relative;
}
.theme-smp .l-footer .l-site-data {
  min-width: 320px;
}
.l-footer .l-footer-logo {
  position: absolute;
  margin: 0;
  line-height: 12px;
  top: 10px;
  left: 20px;
}
.theme-en .l-footer .l-footer-logo {
  width: 310px;
}
.l-footer .l-copy {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  padding: 0;
  margin: 0;
  font-family: 'Helvetica', 'Arial';
}
.theme-smp .l-footer .l-copy {
  position: relative;
  text-align: center;
  top: 0;
  right: 0;
  padding: 10px;
  line-height: 143%;
}

#footer-search-form {
  background: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
#footer-search-form .footer-search-form-area {
  width: 100%;
  margin: 0 auto;
}
#footer-search-form .footer-search-form-area legend {
  display: none;
}
#footer-search-form .footer-search-form-area .search-box-f {
  width: 73%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 7px;
  height: 34px;
}
#footer-search-form .footer-search-form-area .search-but {
  width: 25%;
  height: 32px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background: #626161;
  background: -webkit-linear-gradient(top, #626161, #484747);
  background: linear-gradient(to bottom, #626161, #484747);
  border: 1px solid #717171;
  padding: 0;
}

.header-switcharea {
  background-color: #f2f2f2;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #f1f1f3);
  background: linear-gradient(to bottom, #ffffff, #f1f1f3);
  border-bottom: 1px solid #ccc;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 300%;
  font-weight: bold;
}
.header-switcharea a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 35px 0 30px;
}
.header-switcharea img {
  width: 45px;
  height: 76px;
  vertical-align: middle;
  margin-right: 15px;
}

.footer-switcharea {
  background: #f2f2f2;
  padding: 40px 0 40px;
}
.footer-switcharea ul {
  width: 90%;
  border-radius: 3px;
  margin: 0 auto;
}
.footer-switcharea ul li {
  list-style: none;
  float: left;
  width: 49%;
  margin-left: -1px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  height: 42px;
  background-color: #5e5e5e;
  background: #5e5e5e;
  background: -webkit-linear-gradient(top, #5e5e5e, #5e5e5e);
  background: linear-gradient(to bottom, #5e5e5e, #5e5e5e);
}
.footer-switcharea ul li.active {
  background-color: #fbfbfc;
  background: #fbfbfc;
  background: -webkit-linear-gradient(top, #fbfbfc, #f1f1f3);
  background: linear-gradient(to bottom, #fbfbfc, #f1f1f3);
}
.footer-switcharea ul li.active a {
  color: #333;
}
.footer-switcharea ul li img {
  height: 15px;
  position: absolute;
  left: 13px;
  top: 13px;
}
.footer-switcharea ul li:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
.footer-switcharea ul li:nth-child(2) {
  border-radius: 0 3px 3px 0;
}
.footer-switcharea ul li a,
.footer-switcharea ul li span.a-active {
  display: block;
  padding: 13px 4px 0px 13px;
  height: 40px;
  color: #ffffff;
}
.footer-switcharea ul li a:hover,
.footer-switcharea ul li span.a-active:hover {
  text-decoration: none;
}
.footer-switcharea ul li a span,
.footer-switcharea ul li span.a_active span {
  display: block;
  font-size: 11px;
}

#btn-page-list {
  position: fixed;
  bottom: 2px;
  right: 50px;
  z-index: 2;
}
@media (min-width: 600px) {
  #btn-page-list {
    right: 74px;
  }
}
#btn-page-list p {
  margin: 0;
}
#btn-page-list a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/mobile_pagelist.png) no-repeat left top;
  background-size: 44px 44px;
}
@media (min-width: 600px) {
  #btn-page-list a {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  width: 100%;
  display: none;
}
.theme-smp .l-pagetop {
  right: 2px;
  bottom: 46px;
}
@media (min-width: 600px) {
  .theme-smp .l-pagetop {
    bottom: 72px;
  }
}
.l-pagetop p {
  margin: 0 auto;
  position: relative;
  height: 0;
}
.theme-smp .l-pagetop p {
  margin: 0;
  width: 100%;
}
.theme-popup .l-pagetop p {
  width: 736px;
}
.l-pagetop a {
  width: 97px;
  height: 31px;
  right: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/pagetop_off.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
}
.l-pagetop a:hover {
  background: url(../images/pagetop_on.png) no-repeat left top;
}
.theme-en .l-pagetop a {
  background: url(../images/pagetop_en_off.png) no-repeat left top;
}
.theme-en .l-pagetop a:hover {
  background: url(../images/pagetop_en_on.png) no-repeat left top;
}
.theme-smp .l-pagetop a, .theme-smp.theme-en .l-pagetop a {
  width: 44px;
  height: 44px;
  background: url(../images/mobile_pagetop.png) no-repeat left top;
  background-size: 44px 44px;
}
@media (min-width: 600px) {
  .theme-smp .l-pagetop a, .theme-smp.theme-en .l-pagetop a {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
}
.theme-smp .l-pagetop a:hover, .theme-smp.theme-en .l-pagetop a:hover {
  background: url(../images/mobile_pagetop.png) no-repeat left top;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
}
@media (min-width: 600px) {
  .theme-smp .l-pagetop a:hover, .theme-smp.theme-en .l-pagetop a:hover {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
}

.l-girdText {
  clear: both;
  padding: 10px 21px;
  height: 12px;
  font-size: 100%;
  border-top: 1px solid #d9d9d9;
}

/*hero*/
.hero-slider {
  display: none;
}

.l-branding-head {
  margin: 0 auto;
}

.l-property-area {
  width: 100%;
  position: relative;
  background: #cc0022;
  z-index: 2;
}

#bodyfade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 1;
  z-index: 20;
  display: none\9;
}

.theme-smp .l-breadcrumbs-wrap {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  position: relative;
}
.theme-popup .l-breadcrumbs-wrap {
  width: 736px;
}
.l-breadcrumbs-wrap .l-breadcrumbs-nav {
  margin: 0 21px 0;
  padding: 21px 0 0 0;
}
.theme-smp .l-breadcrumbs-wrap .l-breadcrumbs-nav {
  padding: 0;
  margin: 20px 10px;
}
.l-breadcrumbs-wrap .l-breadcrumbs-nav li {
  display: inline-block;
  list-style: none;
  float: left;
  font-size: 12px;
  line-height: 115%;
  margin: 1px 0 5px 5px;
}
.theme-smp .l-breadcrumbs-wrap .l-breadcrumbs-nav li {
  float: none;
}
.l-breadcrumbs-wrap .l-breadcrumbs-nav li a {
  background: url(../images/topicpath_arrow.gif) no-repeat right center;
  padding: 0 20px 0 0;
}

.l-local-navi + .l-breadcrumbs-wrap {
  margin-top: -20px;
}

.l-contents {
  width: 990px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  background: #ffffff;
}
.theme-single .l-contents {
  width: 100%;
  min-width: 990px;
}
.theme-popup .l-contents {
  width: 736px;
}
.theme-popup.theme-smp .l-contents {
  width: 100%;
  min-width: 320px;
}
.theme-smp .l-contents {
  width: 100%;
  min-width: 320px;
}
.theme-smp .l-contents .l-main-wide {
  width: auto;
  overflow: hidden;
  min-width: 320px;
  margin: 0;
  float: none;
  padding: 20px 0;
}
.l-contents .l-main {
  width: 696px;
  margin: 21px 0px 21px 21px;
  position: relative;
  float: left;
}
.theme-smp .l-contents .l-main {
  width: auto;
  overflow: hidden;
  min-width: 320px;
  margin: 0;
  float: none;
  padding: 20px 0;
}
.theme-single .l-contents .l-main {
  width: 948px;
  margin: 21px auto;
  float: none;
}
.l-contents .l-side {
  width: 222px;
  margin: 18px 21px 21px 0;
  float: right;
}
.theme-smp .l-contents .l-side {
  width: auto;
  min-width: 320px;
  margin: 0 auto;
  float: none;
}

.theme-smp .theme-single .l-main {
  width: auto;
  overflow: hidden;
  min-width: 320px;
  margin: 0;
  float: none;
  padding: 20px 0;
}

.l-local-navi {
  position: relative;
  margin: 0 0 20px;
}
.l-local-navi .local-navi-panel {
  position: relative;
}
.l-local-navi .local-navi-panel .local-navi-switch {
  height: 42px;
  display: block;
  background: #333 url(../images/mobile_icon_m_plus.png) no-repeat right center;
  background-size: 34px 34px;
  padding: 8px 40px 8px 10px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
}
.l-local-navi .local-navi-panel .local-navi-switch .close {
  display: none;
}
.l-local-navi .local-navi-box {
  display: none;
}
.l-local-navi.is-hide .local-navi-panel .local-navi-switch {
  background: #333 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px;
}
.l-local-navi.is-hide .local-navi-panel .local-navi-switch .open {
  display: none;
}
.l-local-navi.is-hide .local-navi-panel .local-navi-switch .close {
  display: inline;
}
.l-local-navi.is-hide .local-navi-box {
  display: block;
}
.l-local-navi.is-hide .local-navi-uarea {
  font-size: 14px;
}
.l-local-navi h3 {
  padding: 0;
  margin: 0;
  border-left: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  font-size: 16px;
}
.theme-smp .l-local-navi h3 {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.theme-smp .l-local-navi h3 a {
  background: #7f7f7f;
  background: -webkit-linear-gradient(top, #7f7f7f, #424242);
  background: linear-gradient(to bottom, #7f7f7f, #424242);
  color: #ffffff !important;
  font-weight: bold;
  line-height: 136%;
  font-size: 16px;
  padding: 12px 40px 12px 10px;
  display: block;
}
.theme-smp .l-local-navi h3 a:hover {
  color: #ffffff;
  background: #4e4e4e;
  background: -webkit-linear-gradient(top, #4e4e4e, #383838);
  background: linear-gradient(to bottom, #4e4e4e, #383838);
}
.theme-smp .l-local-navi h3 a:active {
  color: #ffffff;
}
.l-local-navi h3 a {
  background: #7d7e7e;
  background: -webkit-linear-gradient(top, #7d7e7e, #454444);
  background: linear-gradient(to bottom, #7d7e7e, #454444);
  color: #ffffff !important;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
}
.l-local-navi h3 a:hover {
  color: #ffffff;
  background: #7c7c7c;
  background: -webkit-linear-gradient(top, #7c7c7c, #343334);
  background: linear-gradient(to bottom, #7c7c7c, #343334);
}
.l-local-navi h3 a:active {
  color: #ffffff;
}
.l-local-navi a {
  color: #333;
}
.l-local-navi a:visited {
  color: #333;
}
.l-local-navi a:hover {
  text-decoration: none;
}
.l-local-navi ul {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  overflow: hidden;
}
.theme-smp .l-local-navi ul {
  border-right: 0;
  border-left: 0;
}
.l-local-navi li {
  /*navi 1*/
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-local-navi li a {
  font-size: 14px;
  line-height: 136%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 6px 6px 6px 25px;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #fff;
  background: #e6e6e6;
  margin: 0;
}
.l-local-navi li a:hover {
  background: #b8b8b8;
  border-top: 1px solid #cccccc;
}
.l-local-navi li a:hover:before {
  content: url(../images/icon_arrow_right_s_r.png);
}
.l-local-navi li a:before {
  position: absolute;
  left: 10px;
  top: 6px;
  content: url(../images/icon_arrow_right_s_r.png);
}
.l-local-navi li a:hover, .l-local-navi li a:active, .l-local-navi li a:visited, .l-local-navi li a:focus {
  text-decoration: none;
}
.l-local-navi li.ac > a, .l-local-navi li.ac > a:hover {
  background: #696969;
  border: 1px solid #696969;
  color: #ffffff;
}
.l-local-navi li.ac > a:before, .l-local-navi li.ac > a:hover:before {
  content: url(../images/icon_arrow_right_s_c.png);
}
.l-local-navi li.ac > a span, .l-local-navi li.ac > a:hover span {
  color: #ffffff;
}
.l-local-navi li.ac a, .l-local-navi li.ac a:visited {
  color: #ffffff;
}
.l-local-navi li.ac li a, .l-local-navi li.ac li a:visited {
  color: #333;
}
.l-local-navi li ul {
  z-index: 1;
  margin: 0;
  zoom: 1;
  border: none;
  position: relative;
}
.l-local-navi li ul:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: url(../images/shadow.png) repeat bottom left;
}
.l-local-navi li ul ul:after {
  display: none;
}
.l-local-navi li li, .l-local-navi li.ac li {
  /*navi 2*/
}
.l-local-navi li li a, .l-local-navi li.ac li a {
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 6px 6px 6px 25px;
  border-bottom: 1px solid #b3b3b3;
}
.l-local-navi li li a:before, .l-local-navi li.ac li a:before {
  content: url(../images/icon_arrow_right_s_g.png);
  left: 10px;
}
.l-local-navi li li a:hover, .l-local-navi li.ac li a:hover {
  color: #333;
  background-color: #b8b8b8;
  background-image: none;
}
.l-local-navi li li a:hover:before, .l-local-navi li.ac li a:hover:before {
  content: url(../images/icon_arrow_right_s_g.png);
}
.l-local-navi li li a ul:after, .l-local-navi li.ac li a ul:after {
  display: none;
}
.l-local-navi li li li, .l-local-navi li li.ac li, .l-local-navi li.ac li li, .l-local-navi li.ac li.ac li {
  /*navi 3*/
}
.l-local-navi li li li a, .l-local-navi li li.ac li a, .l-local-navi li.ac li li a, .l-local-navi li.ac li.ac li a {
  background-color: #fff;
  padding: 6px 6px 6px 31px;
}
.l-local-navi li li li a:before, .l-local-navi li li.ac li a:before, .l-local-navi li.ac li li a:before, .l-local-navi li.ac li.ac li a:before {
  left: 16px;
}
.l-local-navi li li li a.ac a, .l-local-navi li li li a.ac a:hover, .l-local-navi li li.ac li a.ac a, .l-local-navi li li.ac li a.ac a:hover, .l-local-navi li.ac li li a.ac a, .l-local-navi li.ac li li a.ac a:hover, .l-local-navi li.ac li.ac li a.ac a, .l-local-navi li.ac li.ac li a.ac a:hover {
  background-position: 37px 10px;
  color: #ffffff;
}
.l-local-navi li li li li, .l-local-navi li li li.ac li, .l-local-navi li li.ac li li, .l-local-navi li li.ac li.ac li, .l-local-navi li.ac li li li, .l-local-navi li.ac li li.ac li, .l-local-navi li.ac li.ac li li, .l-local-navi li.ac li.ac li.ac li {
  /*navi 4*/
}
.l-local-navi li li li li a, .l-local-navi li li li.ac li a, .l-local-navi li li.ac li li a, .l-local-navi li li.ac li.ac li a, .l-local-navi li.ac li li li a, .l-local-navi li.ac li li.ac li a, .l-local-navi li.ac li.ac li li a, .l-local-navi li.ac li.ac li.ac li a {
  background-color: #fff;
  padding: 6px 6px 6px 37px;
}
.l-local-navi li li li li a:before, .l-local-navi li li li.ac li a:before, .l-local-navi li li.ac li li a:before, .l-local-navi li li.ac li.ac li a:before, .l-local-navi li.ac li li li a:before, .l-local-navi li.ac li li.ac li a:before, .l-local-navi li.ac li.ac li li a:before, .l-local-navi li.ac li.ac li.ac li a:before {
  left: 22px;
}
.theme-smp .l-local-navi a {
  color: #333;
  cursor: pointer;
}
.theme-smp .l-local-navi a:visited {
  color: #333;
}
.theme-smp .l-local-navi a:hover {
  text-decoration: none;
}
.theme-smp .l-local-navi .localNavPanel {
  position: relative;
}
.theme-smp .l-local-navi .localNavPanel .localNavSwitch {
  height: 14px;
  display: block;
  background: #333 url(../images/mobile_icon_m_plus.png) no-repeat right center;
  background-size: 34px 34px;
  padding: 14px 40px 14px 10px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
}
.theme-smp .l-local-navi .localNavPanel .localNavSwitch .close {
  display: none;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch {
  background: #333 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch .open {
  display: none;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch .close {
  display: inline;
}

.l-main-title {
  width: 990px;
  margin: 0 auto;
  padding: 0;
}
.theme-smp .l-main-title {
  width: 100%;
}
.theme-smp .l-main-title img {
  width: 100%;
}

.l-sns {
  background: #efefef;
  padding: 15px 15px 20px;
  text-align: center;
}
.l-sns ul {
  margin: 0;
  padding: 0;
  height: 80px;
}
.theme-smp .l-sns ul {
  height: 47px;
}
.l-sns li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.l-sns li a {
  display: block;
  width: 84px;
  height: 80px;
  background-size: 84px 80px;
  overflow: hidden;
  text-indent: -9999px;
}
.theme-smp .l-sns li a {
  width: 47px;
  height: 47px;
}
.l-sns .sns-facebook a {
  background: url(../images/sns_icon_facebook.png) no-repeat center bottom;
}
.theme-en .l-sns .sns-facebook a {
  background: url(../images/sns_icon_facebook_e.png) no-repeat center bottom;
}
.l-sns .sns-twitter a {
  background: url(../images/sns_icon_twitter.png) no-repeat center bottom;
}
.theme-en .l-sns .sns-twitter a {
  background: url(../images/sns_icon_twitter_e.png) no-repeat center bottom;
}
.l-sns .sns-gplus a {
  background: url(../images/sns_icon_gplus.png) no-repeat center bottom;
}
.theme-en .l-sns .sns-gplus a {
  background: url(../images/sns_icon_gplus_e.png) no-repeat center bottom;
}
.l-sns .sns-line a {
  background: url(../images/sns_icon_line.png) no-repeat center bottom;
}
.theme-en .l-sns .sns-line a {
  background: url(../images/sns_icon_line_e.png) no-repeat center bottom;
}

/*side*/
.l-side hr {
  border-top: 1px solid #aaaaaa;
  margin: 20px 0;
}
.theme-smp .l-side hr {
  margin: 20px 10px;
}

.frame-line {
  margin-bottom: 18px;
  border: 2px solid #d6d6d6;
  background: #fff;
}
.theme-smp .frame-line {
  margin: 0 10px 30px;
}
.frame-line h4 {
  padding: 10px 12px;
  margin: -2px;
  border-top: 3px solid #777777;
}
.frame-line .line-navi {
  margin: 0 10px;
}
.frame-line .line-navi.line-navi-pdf .line-navi-item a[target="_blank"] .line-navi-text:after {
  display: none;
}
.frame-line .line-navi.line-navi-pdf .line-navi-item .line-navi-text {
  padding-left: 75px;
}
.frame-line .line-navi.line-navi-pdf .line-navi-item .line-navi-text:before {
  position: absolute;
  left: 57px;
  content: url(../images/icon_pdf.png);
  margin-top: -5px;
}
.frame-line .line-navi-item {
  border-top: 1px solid #ccc;
}
.frame-line .line-navi-item a {
  display: block;
  padding: 11px 0;
  font-size: 100%;
}
.frame-line .line-navi-item a[target="_blank"] .line-navi-text:after {
  display: inline-block;
  content: url(../images/icon_owr.png);
  padding: 0 10px;
  font-size: 100%;
  color: #cc0022;
  text-decoration: none;
}
.frame-line .line-navi-item p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.4em;
}
.frame-line .line-navi-item .line-navi-image {
  float: left;
  display: inline-block;
  width: 50px;
}
.frame-line .line-navi-item .line-navi-text {
  position: relative;
  padding-left: 18px;
}
.frame-line .line-navi-item .line-navi-text:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: url(../images/icon_arrow_right_g.png);
  margin-top: -8px;
}
.frame-line .line-navi-item .line-navi-image + .line-navi-text {
  padding-left: 75px;
}
.frame-line .line-navi-item .line-navi-image + .line-navi-text:before {
  position: absolute;
  left: 60px;
  top: 4px;
  content: url(../images/icon_arrow_right_g.png);
  margin-top: 0;
}

.stock-quotation {
  margin-bottom: 18px;
}
.stock-quotation .chart-table {
  height: 100px;
}
.stock-quotation .chart-link {
  margin: -1px;
}
.stock-quotation .chart-link a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 28px;
  background: #656565;
  color: #fff;
}
.stock-quotation .chart-link a:before {
  content: url(../images/icon_arrow_right_c.png);
  position: absolute;
  left: 10px;
  top: 12px;
}
.stock-quotation .chart-link a:hover {
  text-decoration: none;
}

.access-rank .access-rank-list {
  padding: 0;
  margin: 0 10px;
}
.access-rank .access-rank-list li {
  list-style: none;
  position: relative;
  padding: 9px 0 9px 28px;
  border-top: 1px solid #cccccc;
  font-size: 100%;
}
.access-rank .access-rank-list li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  width: 17px;
  height: 17px;
  border-radius: 8px;
  background: #cc0022;
  color: #fff;
  line-height: 10px;
  font-size: 10px;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
.access-rank .access-rank-list li:first-child:before {
  content: '1';
}
.access-rank .access-rank-list li:first-child + *:before {
  content: '2';
}
.access-rank .access-rank-list li:first-child + * + *:before {
  content: '3';
}
.access-rank .access-rank-list li:first-child + * + * + *:before {
  content: '4';
}
.access-rank .access-rank-list li:first-child + * + * + * + *:before {
  content: '5';
}

.ban-area {
  margin-bottom: 18px;
}
.theme-smp .ban-area {
  margin: 0 5px 18px;
}
.ban-area .ban-item {
  margin-bottom: 6px;
}
.theme-smp .ban-area .ban-item {
  padding: 5px;
  margin: 0;
  width: 50%;
  float: left;
}
.theme-smp .ban-area .ban-item img {
  width: 100%;
}
.theme-smp .ban-area .ban-item.ban-l-smp {
  width: 100%;
}

.cta-navi {
  background: #eeeeee;
  padding: 0 0 10px;
  margin: 0 0 18px;
}
.theme-smp .cta-navi {
  width: 100%;
  padding: 5px;
}
.cta-navi a {
  display: block;
  background: #fff;
  padding: 10px 2px 10px 40px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.cta-navi a:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}
.theme-smp .cta-navi a:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}
.theme-smp .cta-navi a {
  height: 74px;
  display: block;
  background: #fff;
  padding: 10px;
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 11px;
}
.theme-smp .cta-navi a:before {
  display: block;
  width: 100%;
  height: 35px;
  text-align: center;
  content: '';
}
.theme-en.theme-smp .cta-navi a {
  height: 80px;
  line-height: 1.2em;
}
.cta-navi li {
  padding: 10px 10px 0;
  list-style: none;
}
.theme-smp .cta-navi li {
  width: 50%;
  float: left;
  padding: 5px;
  list-style: none;
}
.cta-navi .cta-mail a {
  background: #fff url(../images/icon_mail.png) no-repeat 10px 12px;
}
.theme-smp .cta-navi .cta-mail a {
  background: #fff;
}
.theme-smp .cta-navi .cta-mail a:before {
  background: #fff url(../images/icon_mail_smp.png) no-repeat center top;
  background-size: 27px auto;
}
.cta-navi .cta-mail a:hover {
  background-color: #c4c4c4;
}
.theme-smp .cta-navi .cta-mail a:hover:before {
  background-color: #c4c4c4;
}
.cta-navi .cta-question a {
  background: #fff url(../images/icon_help.png) no-repeat 10px 12px;
}
.theme-smp .cta-navi .cta-question a {
  background: #fff;
}
.theme-smp .cta-navi .cta-question a:before {
  background: #fff url(../images/icon_help_smp.png) no-repeat center top;
  background-size: 27px auto;
}
.cta-navi .cta-question a:hover {
  background-color: #c4c4c4;
}
.theme-smp .cta-navi .cta-question a:hover:before {
  background-color: #c4c4c4;
}
.cta-navi .cta-contact a {
  background: #fff url(../images/icon_contact.png) no-repeat 10px 12px;
}
.theme-smp .cta-navi .cta-contact a {
  background: #fff;
}
.theme-smp .cta-navi .cta-contact a:before {
  background: #fff url(../images/icon_contact_smp.png) no-repeat center top;
  background-size: 27px auto;
}
.cta-navi .cta-contact a:hover {
  background-color: #c4c4c4;
}
.theme-smp .cta-navi .cta-contact a:hover:before {
  background-color: #c4c4c4;
}
.cta-navi .cta-irevent a {
  background: #fff url(../images/icon_ir_event.png) no-repeat 10px 12px;
}
.theme-smp .cta-navi .cta-irevent a {
  background: #fff;
}
.theme-smp .cta-navi .cta-irevent a:before {
  background: #fff url(../images/icon_ir_event_smp.png) no-repeat center top;
  background-size: 27px auto;
}
.cta-navi .cta-irevent a:hover {
  background-color: #c4c4c4;
}
.theme-smp .cta-navi .cta-irevent a:hover:before {
  background-color: #c4c4c4;
}

.howtoBox {
  border: 2px solid #bfbfbf;
  border-radius: 8px;
  min-height: 235px;
}
.howtoBox > ._title {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #cd001c;
  padding: 8px 8px 8px 50px;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
  line-height: 1.5;
  min-height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.howtoBox > ._title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #bfbfbf;
}
.howtoBox > ._title > ._icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.howtoBox > ._title > ._icon img {
  width: auto;
  height: 100%;
}
.howtoBox > ._body {
  padding: 16px 8px;
  border-top: none;
}
.howtoBox > ._body > *:last-child {
  margin-bottom: 0;
}
.theme-smp .howtoBox {
  min-height: auto;
  margin: 0 10px 23px;
}
.theme-smp .howtoBox > ._title {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  border-bottom: none;
  background: url(../images/mobile_icon_mg_plus.png) right 10px center no-repeat;
  background-size: 40px auto;
  cursor: pointer;
}
.theme-smp .howtoBox > ._title::before {
  opacity: 0;
  transition: opacity 0.3s;
}
.theme-smp .howtoBox > ._title.is-active {
  background: url(../images/mobile_icon_mg_minus.png) right 10px center no-repeat;
  background-size: 40px auto;
}
.theme-smp .howtoBox > ._title.is-active::before {
  opacity: 1;
}
.theme-smp .howtoBox > ._body {
  display: none;
}

.theme-smp {
  -webkit-text-size-adjust: none;
  background: #ffffff;
}
.theme-smp #i_search_autocomplete {
  z-index: 20 !important;
}
.theme-smp #contentswrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.theme-smp .footer_close {
  width: 100%;
  text-align: center;
  margin: 0 auto 15px;
}
.theme-smp .footer_close img {
  width: 156px;
  height: 20px;
}
.theme-smp .f_s_zenrin ul li.active a {
  padding-top: 8px;
  height: 32px;
}

.simulation-start {
  text-align: center;
  background-color: #fbd5c8;
  padding: 30px;
  border-radius: 20px;
}
.theme-smp .simulation-start {
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.simulation-start ._message {
  font-weight: bold;
  display: block;
  font-size: 160%;
}
.theme-smp .simulation-start ._message {
  font-size: 130%;
}
.simulation-start ._btn {
  position: relative;
  background-color: #cc0022;
  color: #fff;
  width: 30%;
  margin: 20px auto 0;
  display: block;
  font-weight: bold;
  font-size: 170%;
  border-radius: 50px;
  padding: 5px;
  border: solid 2px #cc0022;
  overflow: hidden;
}
.simulation-start ._btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}
.theme-smp .simulation-start ._btn {
  width: 100%;
  font-size: 150%;
  margin-top: 20px;
  border-width: 1px;
}
@keyframes shine {
  70% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.simulation-start ._btn:hover {
  background-color: #fff;
  color: #cc0022;
  text-decoration: none;
}
.simulation-start ._btn:hover::before {
  animation-play-state: paused;
}

.simulation-select {
  text-align: center;
  background-color: #fbd5c8;
  padding: 50px;
  border-radius: 20px;
}
.theme-smp .simulation-select {
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.simulation-select ._title {
  font-weight: bold;
  display: block;
  font-size: 200%;
}
.theme-smp .simulation-select ._title {
  font-size: 130%;
  margin-bottom: 10px;
}
.simulation-select ._btnList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.theme-smp .simulation-select ._btnList {
  gap: 10px;
  margin-top: 20px;
}
.simulation-select ._btnList ._inner {
  display: flex;
  gap: 20px;
}
.theme-smp .simulation-select ._btnList ._inner {
  gap: 10px;
}
.simulation-select ._btnList ._btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #cc0022;
  background-color: #fff;
  color: #cc0022;
  flex: 1;
  border-radius: 10px;
  font-weight: bold;
  padding: 20px;
  font-size: 150%;
  line-height: 1.5;
}
.theme-smp .simulation-select ._btnList ._btn {
  padding: 10px;
  font-size: 120%;
  border-width: 1px;
  border-radius: 5px;
}
.simulation-select ._btnList ._btn:hover {
  background-color: #cc0022;
  color: #fff;
  text-decoration: none;
}

.border-none {
  border: none !important;
}

h2 {
  position: relative;
  font-size: 136%;
  font-weight: bold;
  line-height: 30px;
  border-top: 3px solid #cc0022;
  margin: 0;
  padding: 20px 10px 23px;
  color: #333;
}
.theme-smp h2 {
  font-size: 107%;
  padding: 12px 10px 23px;
}
h2.titleB {
  border-top: 3px solid #777;
}
h2.title-link {
  padding-left: 24px;
  position: relative;
}
h2.title-link:before {
  font-size: 100%;
  position: absolute;
  left: 10px;
  top: 20px;
}
.theme-smp h2.title-link:before {
  top: 12px;
}
h2.title-link a {
  color: #333;
}
h2.title-link a:hover {
  text-decoration: none;
}

h2.policy1, h2.policy2, h2.policy3, h2.policy4 {
  display: flex;
}

h2.policy1:after {
  content: '';
  width: 40%;
  min-height: 60px;
  background: url("../images/h2_policy1.png") no-repeat left center;
  background-size: contain;
  margin-left: 20px;
  margin-top: -15px;
}

h2.policy2:after {
  content: '';
  width: 40%;
  min-height: 60px;
  background: url("../images/h2_policy2.png") no-repeat left center;
  background-size: contain;
  margin-left: 20px;
  margin-top: -15px;
}

h2.policy3:after {
  content: '';
  width: 40%;
  min-height: 60px;
  background: url("../images/h2_policy3.png") no-repeat left center;
  background-size: contain;
  margin-left: 20px;
  margin-top: -15px;
}

h2.policy4:after {
  content: '';
  width: 40%;
  min-height: 60px;
  background: url("../images/h2_policy4.png") no-repeat left center;
  background-size: contain;
  margin-left: 20px;
  margin-top: -15px;
}

h3 {
  font-size: 115%;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  border-left: 4px solid #cc0022;
  margin: 0 10px 23px;
  padding: 8px 0 8px 15px;
}
.theme-smp h3 {
  font-size: 107%;
  margin: 0 5px 15px;
  padding: 0 0 0 5px;
}
h3.titleB {
  border-left: 4px solid #777;
}
h3.title-boderBottom {
  border-bottom: 2px solid #cc0022;
}
.theme-smp h3.title-bg {
  background: #f6f6f6;
}

h4 {
  font-size: 115%;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin: 0 10px 23px;
}

h5 {
  margin: 0 10px 23px;
  font-size: 115%;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}

h6 {
  line-height: 1.4em;
  margin: 0 10px 23px;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}

p {
  line-height: 1.6em;
  margin: 0 10px 23px;
  font-size: 100%;
}

blockquote {
  font-size: 100%;
}

ul {
  margin: 0 10px 23px;
  padding: 0 0 0 15px;
}
ul li {
  line-height: 1.6em;
}

ul.text-link-ul {
  padding: 0;
  margin: 0 10px 23px;
}
ul.text-link-ul li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px;
}
ul.text-link-ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
}
ul.text-link-ul ul {
  margin: 20px 0;
  padding-left: 0;
}
ul.text-link-ul.list-gray li:before {
  content: url(../images/icon_arrow_right_g.png);
}
ul.text-link-ul.anchor-list li:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

ul.text-link-ul-v {
  padding: 0;
}
ul.text-link-ul-v li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 10px 10px 15px;
  margin-bottom: 15px;
}
ul.text-link-ul-v li:before {
  position: absolute;
  left: 0px;
  top: 3px;
}
ul.text-link-ul-v.list-gray li:before {
  color: #777;
}
ul.text-link-ul-v.anchor-list li:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

ol {
  padding: 0 0 0 15px;
  margin: 0 10px 23px;
}
ol li {
  line-height: 1.6em;
}
ol.style-decimal > li {
  list-style-type: decimal;
}
ol.style-lalfa > li {
  list-style-type: lower-alpha;
}
ol.style-lroman > li {
  list-style-type: lower-roman;
}

.asterisk-list {
  padding: 0;
  counter-reset: asterisk;
}
.asterisk-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.asterisk-list li:before {
  position: absolute;
  left: 0;
  counter-increment: asterisk;
  content: "※" counter(asterisk);
}
.asterisk-list li ul {
  margin: 0;
  padding: 0;
}
.asterisk-list li ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
.asterisk-list li ul li:before {
  content: none;
}

ul.asterisk-list li {
  padding-left: 15px;
}
ul.asterisk-list li:before {
  content: "※";
}
ul.asterisk-list ul {
  margin: 0;
  padding: 0;
}
ul.asterisk-list ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
ul.asterisk-list ul li:before {
  content: none;
}

.asterisk-s-list {
  padding: 0;
  counter-reset: asterisk;
}
.asterisk-s-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.asterisk-s-list li:before {
  position: absolute;
  left: 0;
  counter-increment: asterisk;
  content: "＊" counter(asterisk);
}
.asterisk-s-list li ul {
  margin: 0;
  padding: 0;
}
.asterisk-s-list li ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
.asterisk-s-list li ul li:before {
  content: none;
}

ul.asterisk-s-list li {
  padding-left: 15px;
}
ul.asterisk-s-list li:before {
  content: "＊";
}
ul.asterisk-s-list ul {
  margin: 0;
  padding: 0;
}
ul.asterisk-s-list ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
ul.asterisk-s-list ul li:before {
  content: none;
}

.attention-list {
  padding: 0;
  counter-reset: attention;
}
.attention-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.attention-list li:before {
  position: absolute;
  left: 0;
  counter-increment: attention;
  content: "注" counter(attention) ")";
}

ul.attention-list li:before {
  content: "(注)";
}

.closeParenthesis-list {
  padding: 0;
  counter-reset: asterisk;
}
.closeParenthesis-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.closeParenthesis-list li:before {
  position: absolute;
  left: 0;
  counter-increment: asterisk;
  content: "( " counter(asterisk) " )";
}
.closeParenthesis-list li ul {
  margin: 0;
  padding: 0;
}
.closeParenthesis-list li ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
.closeParenthesis-list li ul li:before {
  content: none;
}

.parenthesis-list {
  padding: 0;
  counter-reset: asterisk;
}
.parenthesis-list li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.parenthesis-list li:before {
  position: absolute;
  left: 0;
  counter-increment: asterisk;
  content: counter(asterisk) " )";
}
.parenthesis-list li ul {
  margin: 0;
  padding: 0;
}
.parenthesis-list li ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
.parenthesis-list li ul li:before {
  content: none;
}

.text-icon-1em, .text-icon-2em, .text-icon-3em, .text-icon-4em, .text-icon-5em, .text-icon-6em, .text-icon-7em, .text-icon-8em, .text-icon-9em, .text-icon-10em, .text-icon-11em, .text-icon-12em {
  position: relative;
}
.text-icon-1em span.text-icon, .text-icon-2em span.text-icon, .text-icon-3em span.text-icon, .text-icon-4em span.text-icon, .text-icon-5em span.text-icon, .text-icon-6em span.text-icon, .text-icon-7em span.text-icon, .text-icon-8em span.text-icon, .text-icon-9em span.text-icon, .text-icon-10em span.text-icon, .text-icon-11em span.text-icon, .text-icon-12em span.text-icon {
  position: absolute;
  display: block;
  left: 0;
}

div > span.text-icon {
  margin-left: 10px;
}

.text-icon-1em {
  padding-left: 1.5em;
}
.text-icon-1em span.text-icon {
  width: 1.5em;
}

.text-icon-2em {
  padding-left: 2.5em;
}
.text-icon-2em span.text-icon {
  width: 2.5em;
}

.text-icon-3em {
  padding-left: 3.5em;
}
.text-icon-3em span.text-icon {
  width: 3.5em;
}

.text-icon-4em {
  padding-left: 4.5em;
}
.text-icon-4em span.text-icon {
  width: 4.5em;
}

.text-icon-5em {
  padding-left: 5.5em;
}
.text-icon-5em span.text-icon {
  width: 5.5em;
}

.text-icon-6em {
  padding-left: 6.5em;
}
.text-icon-6em span.text-icon {
  width: 6.5em;
}

.text-icon-7em {
  padding-left: 7.5em;
}
.text-icon-7em span.text-icon {
  width: 7.5em;
}

.text-icon-8em {
  padding-left: 8.5em;
}
.text-icon-8em span.text-icon {
  width: 8.5em;
}

.text-icon-9em {
  padding-left: 9.5em;
}
.text-icon-9em span.text-icon {
  width: 9.5em;
}

.text-icon-10em {
  padding-left: 10.5em;
}
.text-icon-10em span.text-icon {
  width: 10.5em;
}

.text-icon-11em {
  padding-left: 11.5em;
}
.text-icon-11em span.text-icon {
  width: 11.5em;
}

.text-icon-12em {
  padding-left: 12.5em;
}
.text-icon-12em span.text-icon {
  width: 12.5em;
}

dl dt {
  font-size: 100%;
  color: #555;
}
dl dd {
  margin-bottom: 1em;
}

hr {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}

.hr-title {
  border-top: 3px solid #cc0022;
  margin: 20px 0;
}

.hr-titleB {
  border-top: 3px solid #777;
  margin: 20px 0;
}

.blank {
  background: url("../images/window-icon.png") no-repeat right center;
  padding-right: 15px;
  margin-right: 5px;
}

.lead-text {
  margin: 0 0 35px;
  font-weight: bold;
}

table {
  margin: 0 0 23px 0;
  width: 100%;
  background: #fff;
}
table caption {
  font-size: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
table td {
  border: 1px solid #ccc;
  padding: 8px;
  line-height: 172%;
  font-size: 100%;
  word-wrap: break-word;
  text-align: center;
}
table th {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 100%;
  line-height: 172%;
  background: #f5f5f5;
  word-wrap: break-word;
}
table ul {
  margin: 10px 0;
}
table li {
  font-size: 100%;
}
table p {
  font-size: 100%;
  margin: 0;
}
table.noline {
  background: none;
}
table.noline td {
  border: none;
}
table.noline th {
  border: none;
  background: none;
}
table.bline {
  background: none;
}
table.bline thead + tbody > tr:first-child {
  border-top: 1px solid #707070;
}
table.bline tbody > tr > th + td {
  border-left: 1px dotted #707070;
}
table.bline tr {
  border-bottom: 1px solid #e0e0e0;
}
table.bline thead tr {
  border-bottom: 0px;
}
table.bline tbody tr:nth-child(2n+1) {
  background: whitesmoke;
}
table.bline tbody > tr:first-child {
  border-top: 1px solid #e0e0e0;
}
table.bline td {
  border: none;
}
table.bline th {
  border: none;
  background: none;
  color: #333;
}
table .lg-bg {
  background: #aaa;
}
table .hd-bg {
  background: #777;
  color: #fff;
}
table .ac-bg {
  background: #f5ccd3;
}

.tablewrap {
  padding: 0 10px;
}

.theme-smp .tablewrap {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.theme-smp .tablewrap.noscroll table {
  opacity: 0.4;
}
.theme-smp .tablewrap.scroll table {
  width: auto;
  min-width: 676px;
}
.theme-smp .tablewrap .icon-scroll {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: url("../images/icon_scrollarea.png") no-repeat center center;
  background-size: 56px 56px;
  z-index: 2;
}

.csv-update {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
.csv-update > ._title {
  font-weight: bold;
}

.csv-text-box {
  padding: 1.4em 1em;
  border: 1px solid #ccc;
}
.csv-text-box p {
  margin-bottom: 0;
}

table tr td.category-title {
  text-align: left;
}
table tr td .table-indent {
  padding-left: 10px;
}
table tr td > span {
  font-weight: bold;
}

.table-th-unlock table {
  width: 928px;
}

.table-th-unlock.company table tbody tr td:nth-child(2), .table-th-unlock.company table tbody tr td:nth-child(3) {
  text-align: left;
}
.table-th-unlock.company table thead tr:nth-child(1) th:nth-child(5), .table-th-unlock.company table thead tr:nth-child(1) th:nth-child(6) {
  width: 100px;
}

.table-th-lock.company table thead tr:nth-child(1) th:nth-child(1), .table-th-lock.company table tbody tr.data-row td:nth-child(1) {
  width: 188px;
}
.table-th-lock.company table thead tr:nth-child(1) th:nth-child(2), .table-th-lock.company table tbody tr.data-row td:nth-child(2) {
  width: 262px;
}
.table-th-lock.company table thead tr:nth-child(1) th:nth-child(3), .table-th-lock.company table tbody tr.data-row td:nth-child(3) {
  width: 200px;
}
.table-th-lock.company table thead tr:nth-child(1) th:nth-child(4), .table-th-lock.company table tbody tr.data-row td:nth-child(4) {
  width: 180px;
}
.table-th-lock.company table thead tr:nth-child(1) th:nth-child(5), .table-th-lock.company table tbody tr.data-row td:nth-child(5) {
  width: 80px;
}

.table-th-unlock.personal table tbody tr td:nth-child(2) {
  text-align: left;
}
.table-th-unlock.personal table tr th:nth-child(1), .table-th-unlock.personal table tr td:nth-child(1) {
  width: 80px;
}
.table-th-unlock.personal table tr th:nth-child(2), .table-th-unlock.personal table tr td:nth-child(2) {
  width: 200px;
}
.table-th-unlock.personal table tr th:nth-child(3), .table-th-unlock.personal table tr td:nth-child(3) {
  width: 116px;
}
.table-th-unlock.personal table tr th:nth-child(4), .table-th-unlock.personal table tr th:nth-child(5), .table-th-unlock.personal table tr td:nth-child(4), .table-th-unlock.personal table tr td:nth-child(5) {
  width: 74px;
}

.table-th-lock.personal table thead tr:nth-child(1) th:nth-child(1), .table-th-lock.personal table tbody tr.data-row td:nth-child(1) {
  width: 210px;
}
.table-th-lock.personal table thead tr:nth-child(1) th:nth-child(2), .table-th-lock.personal table tbody tr.data-row td:nth-child(2) {
  width: 240px;
}
.table-th-lock.personal table thead tr:nth-child(1) th:nth-child(3), .table-th-lock.personal table tbody tr.data-row td:nth-child(3) {
  width: 100px;
}
.table-th-lock.personal table thead tr:nth-child(1) th:nth-child(4), .table-th-lock.personal table tbody tr.data-row td:nth-child(4) {
  width: 80px;
}
.table-th-lock.personal table thead tr:nth-child(1) th:nth-child(5), .table-th-lock.personal table tbody tr.data-row td:nth-child(5) {
  width: 280px;
}

.table-th-lock .icon-pdf {
  padding: 5px 0;
  display: block;
}
.table-th-lock table thead {
  display: block;
  width: calc(928px - 17px);
}
.table-th-lock table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
  max-height: 1261px;
  width: 928px;
}

.theme-smp .table-th-lock thead {
  display: block;
  width: 928px;
}
.theme-smp .table-th-lock tbody {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  max-height: 1261px;
  width: 928px;
}

.theme-smp .rwdwrap {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0 0 10px;
}
.theme-smp .rwdwrap img {
  max-width: initial !important;
  display: block;
}
.theme-smp .rwdwrap.noscroll img {
  opacity: 0.4;
}
.theme-smp .rwdwrap.scroll img {
  width: auto;
  min-width: 676px;
}
.theme-smp .rwdwrap .icon-scroll {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: url("../images/icon_scrollarea.png") no-repeat center center;
  background-size: 56px 56px;
  z-index: 2;
}

.img-wrap {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.img-wrap .text-left {
  text-align: left;
}
.img-wrap .text-center {
  text-align: center;
}
.img-wrap .text-right {
  text-align: right;
}
.img-wrap img {
  max-width: 100%;
  height: auto;
}

.float-left {
  float: left;
  margin: 0 15px 15px 0;
}

.float-right {
  float: right;
  margin-left: 0 0 15px 15px;
}

.float-tag {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
.float-tag.float-clear {
  clear: right;
}

input,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
}

sub,
sup {
  font-size: 84%;
  margin: 0 5px 0 0;
}

sup {
  top: 10;
}

/*cBlock*/
.sst {
  background: #f4f4f4;
  color: #333;
  padding: 10px;
  border-radius: 4px;
  margin: 0 0 20px;
  border-top: 0px;
}
.sst:before {
  display: none;
}

.fxb-image-wrap {
  text-align: center;
}

.btnList-image {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btnList-image.is-center {
  justify-content: center;
}
.btnList-image a.fxb-block {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #d6d6d6;
  padding: 2px;
  width: calc(50% - 8px);
  margin: 0;
  background-color: #d6d6d6;
}
.theme-smp .btnList-image a.fxb-block {
  width: 100%;
}
.btnList-image a.fxb-block.w-col12 {
  width: 100%;
}
.btnList-image a.fxb-block.w-col-auto {
  width: auto;
}
.theme-smp .btnList-image a.fxb-block.w-col-auto {
  width: 100%;
}
.btnList-image a.fxb-block::before {
  content: '';
  top: 2px;
  left: 2px;
  position: absolute;
  border: 2px solid #232323;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.btnList-image a.fxb-block:after {
  display: none;
}
.btnList-image a.fxb-block:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btnList-image a.fxb-block h5 {
  text-align: center;
  padding: 0 10px;
}
.btnList-image a.fxb-block h5::before {
  display: none;
}
.btnList-image a.fxb-block .fxb-image-wrap {
  width: 150px;
  margin: 0;
}
.btnList-image a.fxb-block .fxb-text-wrap {
  padding: 0;
  width: 100%;
}
.btnList-image a.fxb-block .fxb-text-wrap * {
  margin-bottom: 0;
}
.btnList-image a.fxb-block.block-red {
  border-color: #cc0022;
  background-color: #cc0022;
}
.btnList-image a.fxb-block.block-red h5 {
  color: #fff;
}
.btnList-image a.fxb-block.block-red::before {
  border-color: #fff;
}

.btnList-imageNone {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btnList-imageNone.is-center {
  justify-content: center;
}
.btnList-imageNone a.fxb-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #cc0022;
  padding: 20px 10px;
  width: calc(50% - 8px);
  margin: 0;
  background-color: #fff;
  min-height: 76px;
}
.theme-smp .btnList-imageNone a.fxb-block {
  width: 100%;
}
.btnList-imageNone a.fxb-block.w-col12 {
  width: 100%;
}
.btnList-imageNone a.fxb-block.w-col-auto {
  width: auto;
}
.theme-smp .btnList-imageNone a.fxb-block.w-col-auto {
  width: 100%;
}
.btnList-imageNone a.fxb-block::before {
  content: '';
  top: 2px;
  left: 2px;
  position: absolute;
  border: 2px solid #cc0022;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.btnList-imageNone a.fxb-block:after {
  display: none;
}
.btnList-imageNone a.fxb-block:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btnList-imageNone a.fxb-block > *,
.btnList-imageNone a.fxb-block .fxb-text-wrap * {
  text-align: center;
  color: #cc0022;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}
.theme-smp .btnList-imageNone a.fxb-block > *, .theme-smp
.btnList-imageNone a.fxb-block .fxb-text-wrap * {
  font-size: 22px;
}
.btnList-imageNone a.fxb-block > * .font-small,
.btnList-imageNone a.fxb-block .fxb-text-wrap * .font-small {
  font-size: 65% !important;
}
.btnList-imageNone a.fxb-block > *::before,
.btnList-imageNone a.fxb-block .fxb-text-wrap *::before {
  display: none;
}
.btnList-imageNone a.fxb-block .fxb-image-wrap {
  width: 150px;
  margin: 0;
}
.btnList-imageNone a.fxb-block .fxb-text-wrap {
  padding: 0;
  width: 100%;
}
.btnList-imageNone a.fxb-block .fxb-text-wrap * {
  margin-bottom: 0;
}
.btnList-imageNone a.fxb-block .fxb-text-wrap h5::before {
  content: none;
}
.btnList-imageNone a.fxb-block.block-red {
  border-color: #cc0022;
  background-color: #cc0022;
}
.btnList-imageNone a.fxb-block.block-red > *,
.btnList-imageNone a.fxb-block.block-red .fxb-text-wrap * {
  color: #fff;
}
.btnList-imageNone a.fxb-block.block-red::before {
  border-color: #fff;
}

.fxb-basic,
.fxb-float-img,
.fxb-block,
.fxb-block-image,
.fxb-list,
.fxb-list-inline {
  margin: 0 -10px;
}
.fxb-basic .fxb-image-caption,
.fxb-float-img .fxb-image-caption,
.fxb-block .fxb-image-caption,
.fxb-block-image .fxb-image-caption,
.fxb-list .fxb-image-caption,
.fxb-list-inline .fxb-image-caption {
  display: block;
  font-size: 100%;
  padding: 10px 0 0 0;
  margin: 0;
}
.fxb-basic .fxb-image-wrap,
.fxb-float-img .fxb-image-wrap,
.fxb-block .fxb-image-wrap,
.fxb-block-image .fxb-image-wrap,
.fxb-list .fxb-image-wrap,
.fxb-list-inline .fxb-image-wrap {
  text-align: center;
  max-width: 100%;
}
.fxb-basic .fxb-image-wrap.altextR,
.fxb-float-img .fxb-image-wrap.altextR,
.fxb-block .fxb-image-wrap.altextR,
.fxb-block-image .fxb-image-wrap.altextR,
.fxb-list .fxb-image-wrap.altextR,
.fxb-list-inline .fxb-image-wrap.altextR {
  text-align: right;
}
.fxb-basic .fxb-image-wrap.altextC,
.fxb-float-img .fxb-image-wrap.altextC,
.fxb-block .fxb-image-wrap.altextC,
.fxb-block-image .fxb-image-wrap.altextC,
.fxb-list .fxb-image-wrap.altextC,
.fxb-list-inline .fxb-image-wrap.altextC {
  text-align: center;
}
.fxb-basic .fxb-image-wrap.altextL,
.fxb-float-img .fxb-image-wrap.altextL,
.fxb-block .fxb-image-wrap.altextL,
.fxb-block-image .fxb-image-wrap.altextL,
.fxb-list .fxb-image-wrap.altextL,
.fxb-list-inline .fxb-image-wrap.altextL {
  text-align: left;
}
.theme-smp .fxb-basic .fxb-image-wrap img, .theme-smp
.fxb-float-img .fxb-image-wrap img, .theme-smp
.fxb-block .fxb-image-wrap img, .theme-smp
.fxb-block-image .fxb-image-wrap img, .theme-smp
.fxb-list .fxb-image-wrap img, .theme-smp
.fxb-list-inline .fxb-image-wrap img {
  max-width: 100%;
}
.fxb-basic.fxb-margin,
.fxb-float-img.fxb-margin,
.fxb-block.fxb-margin,
.fxb-block-image.fxb-margin,
.fxb-list.fxb-margin,
.fxb-list-inline.fxb-margin {
  margin-bottom: 20px;
}
.fxb-basic.fxb-col-center,
.fxb-float-img.fxb-col-center,
.fxb-block.fxb-col-center,
.fxb-block-image.fxb-col-center,
.fxb-list.fxb-col-center,
.fxb-list-inline.fxb-col-center {
  display: flex;
  justify-content: center;
}
.fxb-basic .image-l,
.fxb-float-img .image-l,
.fxb-block .image-l,
.fxb-block-image .image-l,
.fxb-list .image-l,
.fxb-list-inline .image-l {
  float: left;
  margin-right: 20px;
}
.theme-smp .fxb-basic .image-l, .theme-smp
.fxb-float-img .image-l, .theme-smp
.fxb-block .image-l, .theme-smp
.fxb-block-image .image-l, .theme-smp
.fxb-list .image-l, .theme-smp
.fxb-list-inline .image-l {
  margin: 0;
  width: 100%;
  padding: 0 10px;
}
.fxb-basic .image-r,
.fxb-float-img .image-r,
.fxb-block .image-r,
.fxb-block-image .image-r,
.fxb-list .image-r,
.fxb-list-inline .image-r {
  float: right;
  margin-left: 20px;
}
.theme-smp .fxb-basic .image-r, .theme-smp
.fxb-float-img .image-r, .theme-smp
.fxb-block .image-r, .theme-smp
.fxb-block-image .image-r, .theme-smp
.fxb-list .image-r, .theme-smp
.fxb-list-inline .image-r {
  margin: 0;
  width: 100%;
  padding: 0 10px;
}
.fxb-basic .imagebdbr,
.fxb-float-img .imagebdbr,
.fxb-block .imagebdbr,
.fxb-block-image .imagebdbr,
.fxb-list .imagebdbr,
.fxb-list-inline .imagebdbr {
  border: 1px solid #d9d9d9;
}

h5 + .fxb-list-inline,
h5 + .text-btn-link,
h5 + .text-btn-link.btn-list {
  margin-top: -13px;
}

.fxb-col-1,
.c1Blockpa0, .fxb-col-2,
.c2Blockpa0, .fxb-col-3,
.c3Blockpa0, .fxb-col-4,
.c4Blockpa0, .fxb-col-5 {
  float: left;
  zoom: 1;
  padding: 0 10px 20px;
}
.theme-smp .fxb-col-1,
.theme-smp .c1Blockpa0, .theme-smp .fxb-col-2,
.theme-smp .c2Blockpa0, .theme-smp .fxb-col-3,
.theme-smp .c3Blockpa0, .theme-smp .fxb-col-4,
.theme-smp .c4Blockpa0, .theme-smp .fxb-col-5 {
  margin-left: 0;
  margin-bottom: 20px;
  float: none;
}

.fxb-col-fit {
  width: fit-content;
}

.fxb-col-1,
.c1Blockpa0 {
  width: 100%;
}
.theme-smp .fxb-col-1, .theme-smp
.c1Blockpa0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fxb-col-2,
.c2Blockpa0 {
  width: 50%;
}
.theme-smp .fxb-col-2, .theme-smp
.c2Blockpa0 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fxb-col-2 table,
.c2Blockpa0 table {
  width: 94%;
}

.fxb-col-3,
.c3Blockpa0 {
  width: 33.333%;
}
.theme-smp .fxb-col-3, .theme-smp
.c3Blockpa0 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fxb-col-4,
.c4Blockpa0 {
  width: 25%;
}
.theme-smp .fxb-col-4, .theme-smp
.c4Blockpa0 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fxb-col-5,
.c4Blockpa0 {
  width: 20%;
}
.theme-smp .fxb-col-5, .theme-smp
.c4Blockpa0 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.clearfix .image-l, .row .image-l, .block-link .image-l, .block-link-item a .image-l, .l-global-area .image-l, .l-global-navi .image-l, .l-footer-sitemap .sitemap-list .image-l, .l-footer ul.l-utility-navi .image-l, .l-footer .l-site-data .image-l, .footer-switcharea ul .image-l, .l-property-area .image-l, .l-breadcrumbs-wrap .image-l, .l-contents .image-l, .frame-line .line-navi-item a .image-l, .ban-area .image-l, .theme-smp .cta-navi .image-l, ul.text-link-ul-v .image-l, .asterisk-list .image-l, .asterisk-s-list .image-l, .attention-list .image-l, .closeParenthesis-list .image-l, .parenthesis-list .image-l, .text-icon-1em .image-l, .text-icon-2em .image-l, .text-icon-3em .image-l, .text-icon-4em .image-l, .text-icon-5em .image-l, .text-icon-6em .image-l, .text-icon-7em .image-l, .text-icon-8em .image-l, .text-icon-9em .image-l, .text-icon-10em .image-l, .text-icon-11em .image-l, .text-icon-12em .image-l, .fxb-basic .image-l,
.fxb-float-img .image-l,
.fxb-block .image-l,
.fxb-block-image .image-l,
.fxb-list .image-l,
.fxb-list-inline .image-l, .fxb-block a.block .image-l, .fxb-list-frame .image-l, .list-col-1 ul .image-l,
.list-col-2 ul .image-l,
.list-col-3 ul .image-l,
.list-col-4 ul .image-l, ul.list-inline .image-l, .text-btn-link.btn-list .image-l, .news-list-rss .image-l, .pagenation .image-l, .tabs-navi .image-l, .application-section .image-l, .subsidiary-navi .image-l, .section-center .image-l, .info-section .latest-news .image-l, .info-section .stock-quotation .image-l, .login-area ul .image-l, .news-section .image-l, .banner-section ul.banner-list .image-l, .banner-section ul.banner-list-2column .image-l, .theme-smp .cta-section ul.cta-navi .image-l, .group-list p .image-l, .group-list ul .image-l, .contact-step .image-l {
  float: left;
}
.clearfix .image-r, .row .image-r, .block-link .image-r, .block-link-item a .image-r, .l-global-area .image-r, .l-global-navi .image-r, .l-footer-sitemap .sitemap-list .image-r, .l-footer ul.l-utility-navi .image-r, .l-footer .l-site-data .image-r, .footer-switcharea ul .image-r, .l-property-area .image-r, .l-breadcrumbs-wrap .image-r, .l-contents .image-r, .frame-line .line-navi-item a .image-r, .ban-area .image-r, .theme-smp .cta-navi .image-r, ul.text-link-ul-v .image-r, .asterisk-list .image-r, .asterisk-s-list .image-r, .attention-list .image-r, .closeParenthesis-list .image-r, .parenthesis-list .image-r, .text-icon-1em .image-r, .text-icon-2em .image-r, .text-icon-3em .image-r, .text-icon-4em .image-r, .text-icon-5em .image-r, .text-icon-6em .image-r, .text-icon-7em .image-r, .text-icon-8em .image-r, .text-icon-9em .image-r, .text-icon-10em .image-r, .text-icon-11em .image-r, .text-icon-12em .image-r, .fxb-basic .image-r,
.fxb-float-img .image-r,
.fxb-block .image-r,
.fxb-block-image .image-r,
.fxb-list .image-r,
.fxb-list-inline .image-r, .fxb-block a.block .image-r, .fxb-list-frame .image-r, .list-col-1 ul .image-r,
.list-col-2 ul .image-r,
.list-col-3 ul .image-r,
.list-col-4 ul .image-r, ul.list-inline .image-r, .text-btn-link.btn-list .image-r, .news-list-rss .image-r, .pagenation .image-r, .tabs-navi .image-r, .application-section .image-r, .subsidiary-navi .image-r, .section-center .image-r, .info-section .latest-news .image-r, .info-section .stock-quotation .image-r, .login-area ul .image-r, .news-section .image-r, .banner-section ul.banner-list .image-r, .banner-section ul.banner-list-2column .image-r, .theme-smp .cta-section ul.cta-navi .image-r, .group-list p .image-r, .group-list ul .image-r, .contact-step .image-r {
  float: right;
}

.theme-smp .fxb-block {
  margin-bottom: 0;
  border-bottom: 0;
}
.fxb-block h5 {
  margin: 0 0 10px;
  display: block;
  padding: 0 5px 0 15px;
  position: relative;
}
.fxb-block h5:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: url(../images/icon_arrow_right_g.png);
}
.fxb-block.anchor-list h5:before {
  content: url(../images/icon_arrow_bottom_g.png);
}
.fxb-block p {
  margin: 0;
}
.fxb-block .fxb-image-wrap {
  float: left;
  margin: 0;
  width: 100px;
  max-height: 100px;
  overflow: hidden;
  text-align: left;
  margin: 0 10px 0 0;
}
.theme-smp .fxb-block .fxb-image-wrap {
  margin: 4px;
}
.fxb-block .fxb-image-wrap img {
  width: 100%;
}
.fxb-block a.block {
  display: block;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px;
}
.fxb-block a.block h5 {
  color: #6666AA;
}
.fxb-block a.block:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.fxb-block a.block:hover img {
  opacity: 0.8;
}
.theme-smp .fxb-block a.block {
  padding: 0;
  border: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
.fxb-block .fxb-text-wrap {
  padding: 0;
}
.theme-smp .fxb-block .fxb-text-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}
.theme-smp .fxb-block .fxb-text-wrap h5 {
  display: block;
  margin-bottom: 0;
  font-size: 100%;
}
.fxb-block .fxb-image-wrap + .fxb-text-wrap {
  padding: 0 0 0 110px;
}
.theme-smp .fxb-block .fxb-image-wrap + .fxb-text-wrap {
  padding: 10px 10px;
}
.fxb-block .fxb-col-4 .fxb-image-wrap {
  width: 100%;
  height: auto;
  margin: 0 10px 10px 0;
}
.theme-smp .fxb-block .fxb-col-4 .fxb-image-wrap {
  float: left;
  margin: 4px;
  width: 100px;
  overflow: hidden;
  text-align: left;
}
.fxb-block .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
  padding: 0;
  clear: both;
}
.theme-smp .fxb-block .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
  padding: 10px;
}
.fxb-block.smp-list {
  margin-bottom: 10px;
}
.theme-smp .fxb-block.smp-list {
  margin-bottom: 35px;
}
.theme-smp .fxb-block.smp-list .fxb-image-wrap {
  width: 39px;
  height: 39px;
  margin: 4px;
}
.theme-smp .fxb-block.smp-list .fxb-text-wrap * {
  display: none;
}
.theme-smp .fxb-block.smp-list .fxb-text-wrap h5 {
  display: block;
}

.theme-smp .l-main .smp-list:first-child {
  margin-top: -20px;
}

.theme-smp .fxb-block-image {
  margin-bottom: 0;
  border-bottom: 0;
}
.fxb-block-image h5 {
  font-size: 18px;
}
.fxb-block-image h5:before {
  content: url(../images/icon_arrow_right_r.png);
}
.theme-smp .fxb-block-image h5 {
  margin: 0;
}
.fxb-block-image.anchor-list h5:before {
  content: url(../images/icon_arrow_bottom_r.png);
}
.fxb-block-image a.block h5 {
  color: #333;
}
.fxb-block-image .block {
  display: block;
  border: 1px solid #ccc;
  color: #333;
}
.fxb-block-image .block-btn {
  border-left: 1px solid #ccc;
}
.theme-smp .fxb-block-image .block-btn {
  margin-bottom: 10px;
}
.fxb-block-image a.block {
  padding: 0;
}
.fxb-block-image a.block:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.fxb-block-image a.block:hover img {
  opacity: 0.8;
}
.theme-smp .fxb-block-image a.block {
  padding: 0;
}
.fxb-block-image .fxb-image-wrap,
.fxb-block-image .fxb-image-wrap.group-st-list {
  float: none;
  width: 100%;
  min-height: 138px;
  max-height: 138px;
  margin: 0;
  text-align: center;
  position: relative;
}
.theme-smp .fxb-block-image .fxb-image-wrap, .theme-smp
.fxb-block-image .fxb-image-wrap.group-st-list {
  display: block;
  width: 93px;
  min-height: 59px;
  max-height: 59px;
  float: left;
  overflow: hidden;
  margin: 4px;
}
.fxb-block-image .fxb-image-wrap img,
.fxb-block-image .fxb-image-wrap.group-st-list img {
  position: absolute;
  margin: auto;
  margin: 0\0;
  width: 100%;
  height: auto;
  min-height: 138px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-smp .fxb-block-image .fxb-image-wrap img, .theme-smp
.fxb-block-image .fxb-image-wrap.group-st-list img {
  min-height: 100%;
}
.fxb-block-image .fxb-image-wrap.group-st-list,
.fxb-block-image .fxb-image-wrap.group-st-list.group-st-list {
  min-height: 238px;
  max-height: 238px;
}
.fxb-block-image .fxb-image-wrap.group-st-list img,
.fxb-block-image .fxb-image-wrap.group-st-list.group-st-list img {
  min-height: 238px;
}
.fxb-block-image .fxb-text-wrap {
  float: none;
  width: 100%;
  padding: 10px;
}
.theme-smp .fxb-block-image .fxb-text-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 59px;
}
.theme-smp .fxb-block-image .fxb-text-wrap h5 {
  display: block;
  line-height: 1.3em;
}
.fxb-block-image .fxb-image-wrap + .fxb-text-wrap {
  padding: 15px 10px;
}
.theme-smp .fxb-block-image .fxb-image-wrap + .fxb-text-wrap {
  padding: 10px 10px;
}
.fxb-block-image .fxb-col-4 .fxb-image-wrap {
  height: 138px;
}
.fxb-block-image .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
  padding: 10px;
}
.theme-smp .fxb-block-image .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
  padding: 10px;
}
.fxb-block-image .text-link-ul {
  margin: 0;
}
.fxb-block-image .text-link-ul li:before {
  color: #777;
}
.theme-smp .fxb-block-image.smp-list .fxb-image-wrap {
  display: block;
  width: 93px;
  min-height: 59px;
  max-height: 59px;
  float: left;
  overflow: hidden;
  margin: 0;
}
.theme-smp .fxb-block-image.smp-list .fxb-image-wrap img {
  min-height: 100%;
}
.fxb-block-image.smp-list .fxb-text-wrap p {
  font-size: 100%;
}
.theme-smp .fxb-block-image.smp-list .fxb-text-wrap * {
  display: none;
}
.theme-smp .fxb-block-image.smp-list .fxb-text-wrap h5 {
  display: block;
}
.fxb-block-image.fxb-block-channel {
  margin: 0 0 10px;
}
.fxb-block-image.fxb-block-channel .fxb-text-wrap {
  margin-bottom: 0;
}
.fxb-block-image.fxb-block-noarrow {
  margin: 0 0 10px;
}
.theme-smp .fxb-block-image.fxb-block-noarrow {
  margin: 0 0 20px;
}
.fxb-block-image.fxb-block-noarrow a.block {
  position: relative;
  border: 1px solid #ccc;
}
.theme-smp .fxb-block-image.fxb-block-noarrow a.block {
  margin-bottom: 10px;
}
.fxb-block-image.fxb-block-noarrow a.block:hover {
  background: #fff;
}
.fxb-block-image.fxb-block-noarrow a.block:hover img {
  opacity: 1;
}
.fxb-block-image.fxb-block-noarrow a.block:hover .fxb-btn-wrap {
  background: #4e4e4e;
}
.fxb-block-image.fxb-block-noarrow .fxb-image-wrap {
  min-height: 100px;
  margin: 0;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-image-wrap {
  width: 100%;
  float: none;
}
.fxb-block-image.fxb-block-noarrow .fxb-image-wrap img {
  max-width: 100%;
  height: auto;
  min-height: inherit;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-image-wrap img {
  width: auto;
}
.fxb-block-image.fxb-block-noarrow .fxb-text-wrap {
  margin-bottom: 45px;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-text-wrap {
  display: block;
  height: auto;
}
.fxb-block-image.fxb-block-noarrow .fxb-btn-wrap {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  background: #656565;
  color: #fff;
  padding: 10px 10px 10px 30px;
  font-size: 100%;
  font-weight: bold;
}
.fxb-block-image.fxb-block-noarrow .fxb-btn-wrap:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  content: url(../images/icon_owr_c.png);
  left: 7px;
  top: 50%;
  margin-top: -8px;
  line-height: 1.2em;
}

.theme-pc .fxb-block-image-left .fxb-image-wrap {
  float: left;
  width: 50%;
  height: 138px;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap {
  float: left;
  width: 50%;
  height: 138px;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap h5 {
  font-size: 100%;
  line-height: 1.4em;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap h5:before {
  line-height: 0.8em;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap p {
  font-size: 100%;
  line-height: 1.4em;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-image-wrap {
  width: 440px;
  height: 280px;
  min-height: 280px;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-image-wrap img {
  min-height: 280px;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-text-wrap {
  width: 252px;
  height: 280px;
  position: relative;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-text-wrap .text-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.fxb-block-image .smp-image-l {
  padding: 0 10px 30px;
}

.theme-smp .fxb-block-image .smp-image-l {
  padding: 20px 20px;
  border-top: 3px solid #777;
}
.theme-smp .fxb-block-image .smp-image-l .fxb-image-wrap {
  width: 140px;
  height: 97px;
  min-height: 97px;
  min-height: 97px;
}
.theme-smp .fxb-block-image .smp-image-l .fxb-text-wrap {
  height: 97px;
}
.theme-smp .fxb-block-image .smp-image-l a.block {
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/*.fxb-list*/
.fxb-list {
  margin-bottom: 20px;
  padding: 0;
}
.theme-smp .fxb-list {
  padding: 0 10px;
}
.fxb-list .list {
  margin-left: 10px;
}
.fxb-list h5 {
  margin: 10px;
}

.fxb-list-frame {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.fxb-list-frame.list-col-1 ul.list, .fxb-list-frame.list-col-2 ul.list, .fxb-list-frame.list-col-3 ul.list, .fxb-list-frame.list-col-4 ul.list {
  margin: 5px 0;
}
.fxb-list-frame h5 {
  margin: 10px 0;
}

.list-frame-line {
  margin: 8px 0;
  border-top: 1px solid #ccc;
}

.list-col-1 ul,
.list-col-2 ul,
.list-col-3 ul,
.list-col-4 ul {
  margin: 0 10px;
  padding: 0;
}
.list-col-1 li,
.list-col-2 li,
.list-col-3 li,
.list-col-4 li {
  position: relative;
  margin: 5px 0;
  list-style: none;
  padding: 0;
  zoom: 1;
}
.list-col-1 li:before,
.list-col-2 li:before,
.list-col-3 li:before,
.list-col-4 li:before {
  position: absolute;
  left: 0px;
  top: 2px;
}
.list-col-1 li a,
.list-col-2 li a,
.list-col-3 li a,
.list-col-4 li a {
  display: block;
  padding: 0 5px 0 15px;
  position: relative;
}
.list-col-1 li.active a, .list-col-1 li.active,
.list-col-2 li.active a,
.list-col-2 li.active,
.list-col-3 li.active a,
.list-col-3 li.active,
.list-col-4 li.active a,
.list-col-4 li.active {
  color: #333;
}
.list-col-1 li.active a:hover, .list-col-1 li.active:hover,
.list-col-2 li.active a:hover,
.list-col-2 li.active:hover,
.list-col-3 li.active a:hover,
.list-col-3 li.active:hover,
.list-col-4 li.active a:hover,
.list-col-4 li.active:hover {
  text-decoration: none;
}
.list-col-1 .anchor-list li:before,
.list-col-2 .anchor-list li:before,
.list-col-3 .anchor-list li:before,
.list-col-4 .anchor-list li:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

.list-col-1 li {
  width: 100%;
}

.list-col-2 li {
  width: 50%;
  float: left;
}
.theme-smp .list-col-2 li {
  width: 100%;
}

.list-col-3 li {
  width: 33.2%;
  float: left;
}
.theme-smp .list-col-3 li {
  width: 100%;
}

.list-col-4 li {
  width: 24.9%;
  float: left;
}
.theme-smp .list-col-4 li {
  width: 100%;
}

/*.fxb-list-inline*/
.fxb-list-inline h5 {
  margin-bottom: 10px;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  width: 100%;
}
ul.list-inline li {
  float: left;
  display: block;
  float: left;
  font-size: 100%;
  padding: 0 10px 0 15px;
  margin: 5px 0 5px 10px;
  border-right: 1px solid #d9d9d9;
  position: relative;
  margin: 5px 0;
  list-style: none;
  position: relative;
}
ul.list-inline li:before {
  position: absolute;
  left: 15px;
  top: 2px;
}
ul.list-inline li a,
ul.list-inline li span {
  display: block;
  padding: 0 5px 0 15px;
}
ul.list-inline li.active a, ul.list-inline li.active {
  color: #333;
}
ul.list-inline li.active a:hover, ul.list-inline li.active:hover {
  text-decoration: none;
}
ul.list-inline.anchor-list li:before {
  content: url(../images/icon_arrow_bottom_r.png);
}
ul.list-inline .active:before {
  display: none;
}

.text-btn-link a span {
  display: block;
  display: table-cell;
  vertical-align: middle;
}
.text-btn-link a.w1 {
  width: 28%;
}
.text-btn-link a.w2 {
  width: 45%;
}
.text-btn-link a.w3 {
  width: 61%;
}
.text-btn-link a.w4 {
  width: 95%;
}
.text-btn-link a[target="_blank"]:after,
.text-btn-link a.open-window:after {
  display: none;
}
.text-btn-link.btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
}
.theme-smp .text-btn-link.btn-list {
  flex-direction: column;
}
.text-btn-link.btn-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 5px 5px 0 5px;
}
.text-btn-link.btn-list li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.theme-smp .text-btn-link.btn-list li a {
  margin-bottom: 0;
}
.text-btn-link.btn-list li.fxb-col-2 {
  width: 50%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-2 {
  width: 100%;
}
.text-btn-link.btn-list li.fxb-col-3 {
  width: 33.33333%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-3 {
  width: 100%;
}
.text-btn-link.btn-list li.fxb-col-4 {
  width: 25%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-4 {
  width: 100%;
}
.theme-smp .text-btn-link.btn-list.inline-list {
  flex-direction: row !important;
}
.text-btn-link.btn-list.inline-list li {
  display: flex;
  align-items: center;
  width: auto;
}
.text-btn-link.btn-list.inline-list a {
  display: flex;
  align-items: center;
  height: 100%;
}
.text-btn-link.btn-list.inline-list li.current a:before {
  content: url(../images/icon_arrow_bottom_c.png);
}
.text-btn-link.btn-list.inline-list.inline-list-bottom li.current a:before {
  content: url(../images/icon_arrow_top_c.png);
}
.news-list-rss + .text-btn-link.btn-list.inline-list {
  padding-right: 50px;
}
.text-btn-link.anchor-list a:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

.news-list-rss {
  margin: 0 10px -45px;
}
.news-list-rss .flat-btn.float-right, .news-list-rss .text-btn-link a.float-right, .text-btn-link .news-list-rss a.float-right, .news-list-rss .pagenation .mp-prev span.float-right.pagenation-btn, .pagenation .mp-prev .news-list-rss span.float-right.pagenation-btn, .news-list-rss .pagenation .mp-next span.float-right.pagenation-btn, .pagenation .mp-next .news-list-rss span.float-right.pagenation-btn, .news-list-rss .glossary-list ul.list-inline li a.float-right.flat-btn.btn-inline, .glossary-list ul.list-inline li .news-list-rss a.float-right.flat-btn.btn-inline, .news-list-rss .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.float-right.flat-btn, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .news-list-rss a.float-right.flat-btn, .news-list-rss .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.float-right.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .news-list-rss a.float-right.flat-btn {
  margin: 5px 0 0;
}

h1.page-title,
.page-title-label {
  margin: 0 0 35px;
  padding: 0 10px;
  font-size: 186%;
  color: #333;
}
.theme-smp h1.page-title, .theme-smp
.page-title-label {
  margin: 20px 0 35px;
}
h1.page-title span,
.page-title-label span {
  display: block;
  font-size: 57.143%;
  margin-bottom: 12px;
}

.img-wrap {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.img-wrap .text-left {
  text-align: left;
}
.img-wrap .text-center {
  text-align: center;
}
.img-wrap .text-right {
  text-align: right;
}
.img-wrap img {
  max-width: 100%;
  height: auto;
}

.float-left {
  float: left;
  margin: 0 15px 15px 0;
}

.float-right {
  float: right;
  margin-left: 0 0 15px 15px;
}

.float-tag {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
.float-tag.float-clear {
  clear: right;
}

.arrow-link.anchor-list:before {
  content: url(../images/icon_arrow_bottom_r.png);
}

p.arrow-link {
  position: relative;
  padding-left: 15px;
}
p.arrow-link:before {
  position: absolute;
  left: 0px;
  top: 0px;
}

.anchorBtn-big {
  display: flex;
  align-items: stretch;
}
.anchorBtn-big ._head ._img {
  margin: 0 4px;
}
.anchorBtn-big ._head ._img img {
  width: auto;
  height: auto;
}
.theme-smp .anchorBtn-big {
  padding: 0 8px;
  row-gap: 8px;
}
.theme-smp .anchorBtn-big .fxb-col-3 {
  width: 60%;
  margin-bottom: 10px;
}
.theme-smp .anchorBtn-big .fxb-col-4 {
  width: 40%;
  margin-bottom: 10px;
  padding-left: 0;
}
.theme-smp .anchorBtn-big > :nth-child(odd) {
  padding-right: 5px;
}
.theme-smp .anchorBtn-big > :nth-child(even) {
  padding-left: 5px;
}
.theme-smp .anchorBtn-big ._head ._img {
  width: 55px;
  margin: 0 0 0 4px;
}
.theme-smp .anchorBtn-big ._head ._img img {
  width: auto;
  height: auto;
}

.anchorBtn {
  display: flex;
  align-items: stretch;
}
.theme-smp .anchorBtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 8px;
}
.theme-smp .anchorBtn > :nth-child(odd) {
  padding-right: 5px;
}
.theme-smp .anchorBtn > :nth-child(even) {
  padding-left: 5px;
}

.anchorBtn-illust,
.anchorBtn-illust-bg,
.anchorBtn-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px 4px 0 4px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 4px solid #cc0022;
  border-radius: 10px;
  position: relative;
}
.anchorBtn-illust:hover,
.anchorBtn-illust-bg:hover,
.anchorBtn-link:hover {
  opacity: .8;
  text-decoration: none;
}
.anchorBtn-illust ._head,
.anchorBtn-illust-bg ._head,
.anchorBtn-link ._head {
  flex: 1;
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-around;
}
.anchorBtn-illust ._head ._title,
.anchorBtn-illust-bg ._head ._title,
.anchorBtn-link ._head ._title {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  width: 100%;
}
.theme-smp .anchorBtn-illust ._head ._title, .theme-smp
.anchorBtn-illust-bg ._head ._title, .theme-smp
.anchorBtn-link ._head ._title {
  font-size: 24px;
}
.anchorBtn-illust ._head ._title strong,
.anchorBtn-illust-bg ._head ._title strong,
.anchorBtn-link ._head ._title strong {
  font-size: 24px;
}
.theme-smp .anchorBtn-illust ._head ._title, .theme-smp
.anchorBtn-illust-bg ._head ._title, .theme-smp
.anchorBtn-link ._head ._title {
  font-size: 15px;
}
.theme-smp .anchorBtn-illust ._head ._title strong, .theme-smp
.anchorBtn-illust-bg ._head ._title strong, .theme-smp
.anchorBtn-link ._head ._title strong {
  font-size: 20px;
}
.anchorBtn-illust .online-balloon,
.anchorBtn-illust-bg .online-balloon,
.anchorBtn-link .online-balloon {
  display: inline-block;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  background: #cc0022;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.anchorBtn-illust .online-balloon p,
.anchorBtn-illust-bg .online-balloon p,
.anchorBtn-link .online-balloon p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.anchorBtn-illust .online-balloon:before,
.anchorBtn-illust-bg .online-balloon:before,
.anchorBtn-link .online-balloon:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 10px solid #cc0022;
}
.theme-smp .anchorBtn-illust .online-balloon, .theme-smp
.anchorBtn-illust-bg .online-balloon, .theme-smp
.anchorBtn-link .online-balloon {
  padding: 4px 16px;
  top: -17px;
}
.theme-smp .anchorBtn-illust .online-balloon p, .theme-smp
.anchorBtn-illust-bg .online-balloon p, .theme-smp
.anchorBtn-link .online-balloon p {
  font-size: 13px;
}
.anchorBtn-illust:after,
.anchorBtn-illust-bg:after,
.anchorBtn-link:after {
  content: '';
  background: url(../images/icon_arrow_bottom_r.png) no-repeat center;
  display: block;
  background-size: 22px 22px;
  object-fit: contain;
  width: 22px;
  height: 22px;
}
.anchorBtn-illust .flex-reverse,
.anchorBtn-illust-bg .flex-reverse,
.anchorBtn-link .flex-reverse {
  flex-direction: row-reverse;
}

.anchorBtn-illust-bg {
  background-color: #faecad;
}

.anchorBtn-link {
  row-gap: 0;
  padding: 6px 4px 0 4px;
  margin-top: 0;
}
.anchorBtn-link ._head {
  margin-top: 0;
}
.anchorBtn-link ._head ._title {
  font-size: 16px;
}
.anchorBtn-link ._head ._title .font-small {
  font-size: 65% !important;
}

.image-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.image-wrap span {
  display: block;
}

.caption {
  text-align: center;
  margin: 10px auto;
}

.w-col1 {
  width: 8.333333%;
}

.w-col2 {
  width: 16.666666%;
}

.w-col3 {
  width: 25%;
}

.w-col4 {
  width: 33.333333%;
}

.w-col5 {
  width: 41.666666%;
}

.w-col6 {
  width: 50%;
}

.w-col7 {
  width: 58.333333%;
}

.w-col8 {
  width: 66.666666%;
}

.w-col9 {
  width: 75%;
}

.w-col10 {
  width: 83.333333%;
}

.w-col11 {
  width: 91.666666%;
}

.w-col12 {
  width: 100%;
}

a[target="_blank"]:after,
.text-btn-link a[target="_blank"] span:after,
.open-window:after,
.text-btn-link a.open-window span:after {
  display: inline-block;
  content: url(../images/icon_owr.png);
  padding: 0 10px;
  text-decoration: none;
}
a[target="_blank"].btn-dark:after, .text-btn-link.btn-list.inline-list li.current a[target="_blank"]:after,
.text-btn-link a[target="_blank"] span.btn-dark:after,
.open-window.btn-dark:after,
.text-btn-link.btn-list.inline-list li.current a.open-window:after,
.text-btn-link a.open-window span.btn-dark:after {
  content: url(../images/icon_owr_c.png);
}

.text-btn-link a[target="_blank"].btn-dark span:after, .text-btn-link.btn-list.inline-list li.current a[target="_blank"] span:after,
.text-btn-link a.open-window.btn-dark span:after,
.text-btn-link.btn-list.inline-list li.current a.open-window span:after {
  content: url(../images/icon_owr_c.png);
}

a[target="_blank"].blank-noicon:after,
a[target="_blank"].pdf:after {
  display: none;
}

.theme-smp .phone-to {
  display: inline;
}

/*is*/
.font-black {
  color: #333 !important;
}

.font-red {
  color: #cc0022 !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-ind1 {
  display: block;
  padding-left: 2em;
}

.font-small {
  font-size: 90% !important;
}

.font-large {
  font-size: 110% !important;
}

.bg-frame {
  padding: 20px;
  border-radius: 4px;
  background: #eee;
  background: rgba(255, 239, 239, 0.5);
}

.bg-gframe {
  padding: 20px;
  border-radius: 4px;
  background: #eee;
  background: rgba(238, 238, 238, 0.5);
}

.smp-br {
  display: none;
}
@media only screen and (max-width: 740px) {
  .smp-br {
    display: block;
  }
}
.theme-smp .smp-br {
  display: block;
}

.icon-download {
  color: #cc0022;
  padding: 0 5px;
}

/*pagenate*/
.pagenation {
  margin: 20px 10px;
  padding: 0;
  text-align: center;
  position: relative;
  min-height: 30px;
}
.pagenation li {
  display: inline-block;
  list-style: none;
  width: 50%;
  padding: 0;
  margin: 0;
}
.pagenation a {
  color: #333;
}
.pagenation a:hover, .pagenation a:active, .pagenation a:focus {
  color: #666666;
}
.pagenation a:hover {
  text-decoration: underline;
}
.pagenation .mp-prev {
  text-align: left;
  float: left;
}
.pagenation .mp-prev span.pagenation-btn {
  margin-right: 10px;
  float: left;
}
.pagenation .mp-prev span.pagenation-btn:before {
  content: url(../images/icon_arrow_left_r.png);
}
.pagenation .mp-prev span.pagenation-text {
  line-height: 2.4em;
}
.theme-smp .pagenation .mp-prev span.pagenation-text {
  display: block;
  clear: both;
  padding: 10px 0 0;
  line-height: 1em;
}
.pagenation .mp-next {
  text-align: right;
  float: right;
}
.pagenation .mp-next span.pagenation-btn {
  margin-left: 10px;
  float: right;
  padding: 8px 25px 8px 8px;
}
.pagenation .mp-next span.pagenation-btn:before {
  left: auto;
  right: 8px;
}
.pagenation .mp-next span.pagenation-text {
  line-height: 2.4em;
}
.theme-smp .pagenation .mp-next span.pagenation-text {
  display: block;
  clear: both;
  padding: 10px 0 0;
  line-height: 1em;
}
.pagenation .current_page a {
  color: #fff;
  background: #cc0022;
}
.pagenation .current_page a:hover, .pagenation .current_page a:active, .pagenation .current_page a:focus {
  color: white;
}
.pagenation .current_page {
  color: #cc0022;
  font-weight: bold;
}

/*news*/
.news-detail-date {
  text-align: right;
}

.news-list {
  margin: 0 10px 35px;
  padding: 0;
}
.news-list li {
  position: relative;
  list-style: none;
  margin: 5px 0;
}
.theme-smp .news-list li {
  padding-left: 0;
  min-width: 100%;
}
.news-list .news-date {
  position: absolute;
  left: 0;
  width: 120px;
}
.theme-smp .news-list .news-date {
  position: relative;
  float: left;
  left: auto;
}
.theme-en.theme-pc .news-list .news-date {
  width: 100px;
}
.news-list .news-category {
  position: absolute;
  top: 0px;
  left: 120px;
  width: 90px;
  float: left;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  padding: 4px 2px;
}
.theme-smp .news-list .news-category {
  position: static;
  float: right;
}
.theme-en.theme-pc .news-list .news-category {
  left: 100px;
}
.news-list a.pdf:after {
  display: none;
}
.news-list .news-link {
  display: inline-block;
  position: relative;
  padding-left: 136px;
}
.theme-en.theme-pc .news-list .news-link {
  padding-left: 118px;
}
.news-list .news-link .icon-download {
  color: #cc0022;
  padding: 0 5px;
}
.news-list .news-link:before {
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  content: url(../images/icon_arrow_right_g.png);
  left: 118px;
  top: 2px;
}
.theme-smp .news-list .news-link:before {
  top: 7px;
  left: 0px;
}
.theme-en.theme-pc .news-list .news-link:before {
  left: 100px;
}
.theme-smp .news-list .news-link {
  display: block;
  clear: both;
  padding: 5px 0 10px 15px;
}
.news-list.arrow-red .news-link:before {
  content: url(../images/icon_arrow_right_r.png);
}
.news-list .news-category + .news-link {
  padding-left: 230px;
}
.theme-en.theme-pc .news-list .news-category + .news-link {
  padding-left: 210px;
}
.news-list .news-category + .news-link:before {
  left: 212px;
}
.theme-smp .news-list .news-category + .news-link:before {
  left: 0px;
}
.theme-en.theme-pc .news-list .news-category + .news-link:before {
  left: 192px;
}
.theme-smp .news-list .news-category + .news-link {
  padding-left: 15px;
}

/*tab*/
.tabs-area {
  margin-bottom: 20px;
}

.tabs-navi {
  padding: 0;
  margin: 0 0 -3px;
  overflow: hidden;
}
.tabs-navi li {
  position: relative;
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  background: #eeeeee;
  font-weight: bold;
  font-size: 100%;
  z-index: 1;
}
.tabs-navi li a {
  display: block;
  padding: 12px 15px;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  color: #333;
}
.tabs-navi li a:hover {
  text-decoration: none;
}
.tabs-navi li a:before {
  content: url(../images/icon_arrow_bottom_g.png);
  margin-right: 8px;
}
.tabs-navi li.active {
  background: #fff;
  z-index: 3;
  box-shadow: 3px 0px 3px #c3c3c3;
  -moz-box-shadow: 3px 0px 3px #c3c3c3;
  -o-box-shadow: 3px 0px 3px #c3c3c3;
  -ms-box-shadow: 3px 0px 3px #c3c3c3;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}
.tabs-navi li.active span {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tabs-navi li.active:first-child span {
  border-left: 2px solid #e6e6e6;
}
.tabs-navi li.active:last-child span {
  border-right: 2px solid #e6e6e6;
}
.tabs-navi li.active:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #cc0022;
  top: 0;
  left: 0;
}
.tabs-navi li.active a:before {
  display: none;
}

.tabs-panel.active {
  display: block;
}

.tabs-contents {
  position: relative;
  border: 2px solid #e6e6e6;
  z-index: 2;
  padding: 10px 0;
}

/*application-section*/
.application-section {
  border-top: 1px solid #777;
  padding-top: 26px;
  margin-bottom: 25px;
}
.application-section a[target="_blank"]:after {
  display: none;
}
.application-section .application-ban {
  float: left;
  width: 170px;
}
.application-section .application-ban img {
  margin-left: 10px;
}
.application-section .application-text {
  margin-left: 170px;
}
.application-section .application-text p {
  font-size: 100%;
}

/*print-btn*/
.print-btn {
  text-align: right;
  margin-top: -15px;
}
.theme-smp .print-btn {
  display: none;
}
.print-btn .flat-btn:before, .print-btn .text-btn-link a:before, .text-btn-link .print-btn a:before, .print-btn .pagenation .mp-prev span.pagenation-btn:before, .pagenation .mp-prev .print-btn span.pagenation-btn:before, .print-btn .pagenation .mp-next span.pagenation-btn:before, .pagenation .mp-next .print-btn span.pagenation-btn:before, .print-btn .glossary-list ul.list-inline li a.flat-btn.btn-inline:before, .glossary-list ul.list-inline li .print-btn a.flat-btn.btn-inline:before, .print-btn .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:before, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .print-btn a.flat-btn:before, .print-btn .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:before, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .print-btn a.flat-btn:before {
  content: url(../images/icon_print.png);
  left: 7px;
  top: 54%;
}

/*subsidiary navi*/
.subsidiary-navi {
  position: relative;
}

/*smp-ac*/
.smp-ac-area .separate-switch {
  position: relative;
  display: block;
}
.smp-ac-area .separate-switch a {
  display: block;
  padding-right: 40px;
}

a.smp-ac-switch {
  color: #333;
}
a.smp-ac-switch:hover {
  text-decoration: none;
}
.theme-smp a.smp-ac-switch {
  margin: -5px;
  padding: 5px;
  color: #333;
  min-height: 24px;
  display: block;
  background: url(../images/mobile_icon_mg_minus.png) no-repeat right center;
  background-size: 34px 34px;
}
.theme-smp a.smp-ac-switch.switch-separate {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 5px;
  padding: 0;
  top: 5px;
}

.theme-smp .smp-ac-area h3.smp-ac-title-btn {
  border-left: 7px solid #cc0022;
  background: #d9d9d9;
  padding: 5px 5px 5px 10px;
  margin-bottom: 1px;
}
.theme-smp .smp-ac-area h3.smp-ac-title-btn a {
  padding: 5px 30px 0px 0;
}

.theme-smp .is-close .smp-ac-box {
  display: none;
}
.theme-smp .is-close .smp-ac-switch {
  background: url(../images/mobile_icon_mg_plus.png) no-repeat right center;
  background-size: 34px 34px;
}

.accordion-item {
  margin: 0 10px 15px;
}
.accordion-item .faq-question::before {
  top: 12px;
  left: 8px;
}
.accordion-item-title {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 16px 47px 16px 16px;
  width: 100%;
  text-align: left;
  line-height: 1.2;
}
.accordion-item-title:hover {
  background-color: #eee;
}
.accordion-item-title:after {
  position: absolute;
  top: 16px;
  right: 16px;
  margin-left: 16px;
  content: url(../images/icon_arrow_bottom_r.png);
  transition: transform .3s;
}
.accordion-item-inner {
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: none;
  padding: 16px;
}
.accordion-item-inner .faq-answer {
  padding: 0 0 0 24px;
}
.accordion-item-inner .faq-answer ._text {
  margin: 0 0 23px;
}
.accordion-item-inner .faq-answer ._text:last-child {
  margin-bottom: 0;
}
.accordion-item-inner .faq-answer::before {
  left: 0;
  top: 4px;
}
.accordion-item.accordion-open .accordion-item-title:after {
  transform: rotate(180deg) translateY(4px);
}

.accordion-item[style] {
  margin: 0 10px 15px;
}
.accordion-item[style] .accordion-item-title {
  background-color: var(--color);
  font-weight: bold;
  color: #fff;
  border: none;
  font-size: 115%;
  line-height: 1.3;
}
.accordion-item[style] .accordion-item-title:after {
  content: url(../images/icon_arrow_bottom_w.png);
}
.accordion-item[style] .accordion-item-title:hover {
  opacity: 0.8;
}
.accordion-item[style] .accordion-item-inner {
  border: none;
  padding: 16px 8px;
}

.color-btn-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.color-btn-link li {
  padding: 0 4px;
  width: 100%;
}
.color-btn-link .col-pc-2 {
  width: calc(100% / 2);
}
.color-btn-link .col-pc-3 {
  width: calc(100% / 3);
}
.color-btn-link .col-pc-4 {
  width: calc(100% / 4);
}
.theme-smp .color-btn-link .col-sp-1 {
  width: 100%;
}
.theme-smp .color-btn-link .col-sp-2 {
  width: calc(100% / 2);
}
.color-btn-link a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.color-btn-link a:before {
  content: '';
  background: url(../images/mobile_icon_arrow_w.png) center left 5.5px no-repeat var(--color);
  background-size: 30% auto;
  border-radius: 100%;
}

.color-title {
  font-size: 125%;
  border: none;
  color: var(--color);
  margin: 0 10px 23px;
  padding: 5px 0 5px 15px;
  border-left: 4px solid var(--color);
  border-bottom: 2px solid var(--color);
  font-weight: bold;
  line-height: 26px;
}
.theme-smp .color-title {
  font-size: 122%;
  margin: 0 10px 15px;
  padding: 2px 0 2px 5px;
}

.color-subtitle {
  margin: 0 10px 23px;
  font-size: 115%;
  font-weight: bold;
  color: var(--color);
  border: none;
  padding: 0;
  line-height: 24px;
}
.theme-smp .color-subtitle {
  font-size: 115%;
  margin: 0 10px 15px;
  padding: 0;
  line-height: 24px;
}

.accordion-qa-item .accordion-item-title {
  padding: 16px 47px 16px 47px;
}
.accordion-qa-item .accordion-item-title::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: url(../images/icon_q.png);
}
.accordion-qa-item .accordion-item-inner .accordion-qa-text {
  position: relative;
  padding-left: 16px;
}
.accordion-qa-item .accordion-item-inner .accordion-qa-text::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: url(../images/icon_a.png);
}

.flowBox {
  display: flex;
}
.flowBox.is-pageLink > a._item > ._title {
  background-image: url(../images/icon_arrow_bottom_c.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 40px) center;
}
.flowBox > a._item {
  text-decoration: none;
}
.flowBox > a._item > ._title {
  text-decoration: underline;
}
.flowBox > ._item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.flowBox > ._item > ._title {
  position: relative;
  padding: 10px;
  background-color: #cc0022;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.flowBox > ._item > ._title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: inherit;
  z-index: 1;
}
.flowBox > ._item > ._body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  border-left: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  color: #000;
}
.flowBox > ._item > ._body > ._img {
  margin-top: auto;
  padding: 0 10px 10px;
}
.flowBox > ._item:nth-child(1) > ._title {
  background-color: #700013;
}
.flowBox > ._item:nth-child(2) > ._title {
  background-color: #8d0118;
}
.flowBox > ._item:nth-child(3) > ._title {
  background-color: #ad011e;
}
.flowBox > ._item:nth-child(4) > ._title {
  background-color: #cc0022;
}
.flowBox > ._item:nth-child(5) > ._title {
  background-color: #e40026;
}
.flowBox > ._item:last-child > ._body {
  border-right: solid 1px #d6d6d6;
}
.theme-smp .flowBox {
  flex-direction: column;
}
.theme-smp .flowBox > ._item {
  position: relative;
  margin: 0 10px 30px;
}
.theme-smp .flowBox > ._item:after {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 50px;
  translate: -50%;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #d6d6d6;
}
.theme-smp .flowBox > ._item:last-child:after {
  display: none;
}
.theme-smp .flowBox > ._item > ._title {
  padding: 5px 10px;
}
.theme-smp .flowBox > ._item > ._title:after {
  display: none;
}
.theme-smp .flowBox > ._item > ._body {
  flex-direction: row;
  border-right: solid 1px #d6d6d6;
}
.theme-smp .flowBox > ._item > ._body > ._text {
  flex: 1;
}
.theme-smp .flowBox > ._item > ._body > ._img {
  width: 30%;
  margin-left: auto;
  margin-top: 0;
  padding-left: 0;
}

.textAccordion .textAccordion-title {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 16px;
}
.textAccordion .textAccordion-title::before {
  content: '';
  background: url(../images/mobile_icon_mg_plus.png) center no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.textAccordion .textAccordion-title.is-active::before {
  background: url(../images/mobile_icon_mg_minus.png) center no-repeat;
  background-size: 100% auto;
}
.textAccordion .textAccordion-title:hover {
  text-decoration: underline;
}
.textAccordion .textAccordion-inner {
  padding-left: 30px;
  display: none;
}

.text-indent {
  text-indent: -1em;
}

.under-line {
  text-decoration: underline;
}

.title-line-bottom {
  border-bottom: solid 1px #cc0022;
}

h4.icon-exclamation {
  position: relative;
  padding-left: 24px;
}
h4.icon-exclamation::before {
  position: absolute;
  content: url(../images/icon_tittle_exclamation.png);
  left: 0;
  top: 1px;
}

h4.icon-check {
  position: relative;
  padding-left: 24px;
}
h4.icon-check::before {
  position: absolute;
  content: url(../images/icon_tittle_check.png);
  left: 0;
  top: 1px;
}

.page-title-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-title-label .notified-label {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background-color: #F7CA00;
  padding: 4px 8px;
  line-height: 1.7;
}

.notified-label {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background-color: #F7CA00;
  padding: 4px 8px;
}

ol.upper-latin {
  list-style-type: upper-latin;
}

.count-list li {
  counter-increment: mycounter;
}
.count-list li::marker {
  content: counter(mycounter,decimal-leading-zero) ".";
}

.pc {
  display: block;
}
.theme-smp .pc {
  display: none;
}

.smp {
  display: none;
}
.theme-smp .smp {
  display: block;
}

/*stop pattern*/
.section-center {
  width: 990px;
  margin: 0 auto;
  padding: 0 21px;
}
.theme-smp .section-center {
  width: 100%;
  padding: 0;
}

.info-section .section-center {
  padding: 10px 21px 20px;
}
.theme-smp .info-section .section-center {
  padding: 0;
}
.theme-en .info-section .section-center {
  padding: 54px 21px 0;
}
.theme-smp.theme-en .info-section .section-center {
  padding: 0;
}
.theme-smp .info-section {
  margin-top: -20px;
}
.info-section .latest-news {
  width: 696px;
  position: relative;
  float: left;
}
.info-section .latest-news h2 {
  font-size: 18px;
  border-top: 0px;
  padding: 0 10px 10px;
}
.theme-smp .info-section .latest-news h2 {
  border-top: 3px solid #cc0022;
  padding: 5px 5px 10px;
}
.theme-smp .info-section .latest-news {
  width: auto;
  min-width: 320px;
  margin: 0 auto 18px;
  padding: 0;
  float: none;
}
.info-section .latest-news .news-list {
  margin-bottom: 0;
}
.info-section .latest-news .news-list .news-category + .news-link:before {
  color: #777;
}
.info-section .stock-quotation {
  width: 222px;
  height: 268px;
  float: right;
  margin-bottom: 18px;
}
.theme-smp .info-section .stock-quotation {
  float: none;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  min-width: 300px;
}

.contents-navi-section {
  background: #f7f7f7;
  padding: 54px 21px;
}
.theme-smp .contents-navi-section {
  background: #fff;
  padding: 0 10px 15px;
}
.contents-navi-section h4 {
  color: #cc0022;
  margin: 0 0 10px;
}

.contents-navi-item {
  width: 311px;
  float: left;
  position: relative;
  overflow: hidden;
}
.theme-smp .contents-navi-item {
  width: 100%;
  float: none;
  margin: 10px 0 0;
}
.contents-navi-item a {
  color: #333;
  display: block;
}
.contents-navi-item a:hover {
  text-decoration: none;
}
.contents-navi-item a:hover img {
  opacity: 0.8;
}
.theme-smp .contents-navi-item .contents-navi-image {
  height: 70%;
  overflow: hidden;
}
.theme-smp .contents-navi-item .contents-navi-image img {
  width: 100%;
}
.contents-navi-item .contents-navi-text {
  padding: 15px 10px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  bottom: 0;
}
.contents-navi-item .contents-navi-text h4 {
  font-size: 16px;
}
.contents-navi-item .contents-navi-text h5 {
  margin: 0 0 10px;
  font-size: 16px;
}
.contents-navi-item .contents-navi-text p {
  margin: 0;
  font-size: 13px;
}

.login-area {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 3px solid #cc0022;
  width: 306px;
  height: 305px;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
  padding: 0;
}
.theme-smp .login-area {
  width: 100%;
  height: 100%;
  float: none;
  margin: 0 0 25px;
}
.theme-en .login-area {
  width: 100%;
  height: auto;
}
.theme-en.theme-smp .login-area {
  width: 100%;
  height: auto;
}
.login-area ul {
  list-style: none;
  margin: 0;
  padding: 0 7px;
}
.theme-en .login-area ul {
  padding: 15px 30px;
}
.theme-en.theme-smp .login-area ul {
  padding: 0;
}
.login-area ul li {
  width: 100%;
  height: 65px;
  vertical-align: middle;
  font-weight: bold;
  display: table;
  margin: 10px 0;
}
.theme-en .login-area ul li {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.theme-en.theme-smp .login-area ul li {
  width: 100%;
  float: none;
}
.login-area ul li img {
  width: 36px;
  height: 36px;
  display: table-cell;
}
.theme-en .login-area ul li img {
  display: inline;
}
.login-area ul li:first-child {
  border-top: 0px;
}
.login-area ul li:last-child {
  padding: 0;
}
.theme-en .login-area ul li:last-child {
  padding: 0 15px;
}
.login-area ul li a {
  width: 100%;
  display: table;
  color: #333;
  text-decoration: none;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #eee;
  padding: 0 10px;
}
.login-area ul li a:hover {
  background-color: #d6d6d6;
}
.theme-en .login-area ul li a {
  padding: 30px;
}
.theme-smp.theme-en .login-area ul li a {
  padding: 15px;
}
.login-area ul li a[target="_blank"]:after {
  display: none;
}
.login-area ul li p.arrow-link {
  margin: 5px 0;
}
.login-area ul li p.arrow-link a {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 0;
  padding: 0;
}
.login-area ul li p.arrow-link a:hover {
  text-decoration: none;
}
.login-area ul li span {
  display: table-cell;
  width: 46px;
  height: 65px;
  vertical-align: middle;
}
.theme-smp .login-area ul li span {
  width: 17%;
}
.theme-en .login-area ul li span {
  display: block;
  margin: 0 auto 15px;
  height: auto;
  font-size: 17px;
}
.login-area ul li span.login-text {
  vertical-align: middle;
  font-size: 16px;
  width: -webkit-calc(100% - 46px - 80px);
  width: -moz-calc(100% - 46px - 80px);
  width: calc(100% - 46px - 80px);
}
.theme-smp .login-area ul li span.login-text {
  width: 53%;
}
.theme-en.theme-smp .login-area ul li span.login-text {
  width: 100%;
}
.login-area ul li span.login {
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 0;
}
.theme-smp .login-area ul li span.login {
  width: 30%;
}
.theme-en .login-area ul li span.login {
  width: 150px;
  margin: 0 auto;
}
.login-area ul li span.login:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 50px;
  z-index: -1;
  background: #cc0022;
  left: 0;
}
.theme-smp .login-area ul li span.login:before {
  width: 100%;
}
.theme-en .login-area ul li span.login:before {
  width: 150px;
}

.menu-section {
  padding: 54px 21px 27px;
}
.theme-smp .menu-section {
  padding: 25px 0;
}
.menu-section .fxb-block-image {
  margin: 0;
}
.menu-section .fxb-text-wrap {
  padding: 15px 10px;
}

.news-section {
  padding: 27px 21px;
}
.news-section .news-area {
  width: 622px;
  float: left;
}
.theme-smp .news-section {
  padding: 0;
}
.news-section .information-area {
  width: 306px;
  float: right;
}
.news-section .information-area a {
  color: #333;
}
.theme-smp .news-section .information-area {
  width: 100%;
  float: none;
}
.news-section .information-area h5 {
  margin-bottom: 10px;
}
.news-section .information-area p {
  margin-bottom: 10px;
}
.news-section .information-area .dcnews-area {
  margin: 0 0 30px;
}
.arrow-link .news-section .information-area .dcnews-area a:hover {
  text-decoration: none;
}
.news-section .information-area .btn-news {
  border: 1px solid #ccc;
}
.news-section .information-area .btn-news a {
  padding: 10px;
  display: block;
  position: relative;
  line-height: 1.2;
  padding-left: 40px;
}
.news-section .information-area .btn-news a:before {
  display: inline-block;
  content: " ";
  background: url(../images/icon_news.png) no-repeat;
  width: 22px;
  height: 24px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 50%;
  margin: -12px 0 0 10px;
}
.news-section .information-area .btn-news a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.news-section .information-area .btn-news a span {
  font-weight: normal;
}
.news-section .information-area .btn-market {
  border: 1px solid #ccc;
}
.news-section .information-area .btn-market a {
  padding: 10px;
  display: block;
}
.news-section .information-area .btn-market a:before {
  display: inline-block;
  content: " ";
  background: url(../images/icon_market.png) no-repeat;
  width: 25px;
  height: 21px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.news-section .information-area .btn-market a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.news-section .information-area .btn-tsumitate_navi {
  border: 1px solid #ccc;
}
.news-section .information-area .btn-tsumitate_navi a {
  padding: 10px;
  display: block;
}
.news-section .information-area .btn-tsumitate_navi a:before {
  display: inline-block;
  content: " ";
  background: url(../images/icon_tsumitate_navi.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.news-section .information-area .btn-tsumitate_navi a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.news-section .information-area .btn-link {
  border: 1px solid #ccc;
}
.news-section .information-area .btn-link a {
  padding: 10px;
  display: block;
}
.news-section .information-area .btn-link a:before {
  display: inline-block;
  content: " ";
  background: url(../images/icon_link.png) no-repeat;
  width: 18px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 12px 0 5px;
}
.news-section .information-area .btn-link a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.banner-section {
  background: #f7f7f7;
}
.theme-smp .banner-section {
  margin-bottom: 25px;
}
.banner-section ul.banner-list {
  margin: 0 -10px;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.theme-smp .banner-section ul.banner-list {
  margin: 5px;
}
.banner-section ul.banner-list li {
  list-style: none;
  display: inline-block;
  width: 33.33333%;
  padding: 0 10px;
}
.theme-smp .banner-section ul.banner-list li {
  width: 50%;
  padding: 5px;
  margin: 0;
}
.theme-smp .banner-section ul.banner-list li img {
  width: 100%;
}
.banner-section ul.banner-list-2column {
  margin: 0 -10px;
  padding: 0;
  text-align: left;
  font-size: 0;
}
.theme-smp .banner-section ul.banner-list-2column {
  margin: 5px;
}
.banner-section ul.banner-list-2column li {
  list-style: none;
  display: inline-block;
  width: 464px;
  margin: 0 10px;
}
.theme-smp .banner-section ul.banner-list-2column li {
  width: 100%;
  padding: 5px;
  margin: 0;
}
.theme-smp .banner-section ul.banner-list-2column li img {
  width: 100%;
}

.contents-navi-section + .banner-section .section-center {
  padding: 0 21px 54px;
}
.theme-smp .contents-navi-section + .banner-section .section-center {
  padding: 0;
}

.cta-section {
  background: #efefef;
}
.theme-smp .cta-section {
  background: none;
  margin-bottom: 25px;
}
.cta-section .access-rank,
.cta-section .ir-news {
  width: 342px;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.theme-smp .cta-section .access-rank, .theme-smp
.cta-section .ir-news {
  width: 100%;
  padding: 0;
  height: auto;
  float: none;
}
.cta-section .access-rank li a,
.cta-section .ir-news li a {
  height: 21px;
  overflow: hidden;
  display: block;
}
.cta-section .access-rank .line-navi-item a,
.cta-section .ir-news .line-navi-item a {
  padding: 9px 0;
}
.cta-section .access-rank .line-navi-item a p,
.cta-section .ir-news .line-navi-item a p {
  height: 21px;
  overflow: hidden;
  display: block;
  line-height: 1.6em;
}
.cta-section .access-rank .line-navi-item a p:before,
.cta-section .ir-news .line-navi-item a p:before {
  margin-top: -9px;
}
.cta-section .frame-line {
  height: 244px;
}
.cta-section ul.cta-navi {
  width: 222px;
  float: right;
  padding: 0;
  margin: 0;
}
.theme-smp .cta-section ul.cta-navi {
  width: 100%;
  float: none;
  background: #efefef;
  margin: 0;
  padding: 5px;
}
.cta-section ul.cta-navi a {
  height: 55px;
  display: block;
  padding: 18px 5px 18px 40px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #ccc;
  background-position: 12px 17px;
}
.theme-smp .cta-section ul.cta-navi a {
  height: 74px;
  padding: 10px;
  font-size: 11px;
}
.cta-section ul.cta-navi a:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}
.cta-section ul.cta-navi li {
  padding: 0 0 8px;
  list-style: none;
}
.theme-smp .cta-section ul.cta-navi li {
  padding: 5px;
}
.theme-en .cta-section ul.cta-navi li.cta-contact a {
  padding: 6px 5px 6px 40px;
}
.theme-smp .cta-section ul.cta-navi li.cta-contact a {
  padding: 10px;
}

.privacy-section {
  padding: 27px 21px;
}
.theme-smp .privacy-section {
  padding: 0;
}
.privacy-section ul {
  list-style: none;
  padding: 0;
}
.theme-smp .privacy-section ul {
  text-align: center;
}
.privacy-section ul li {
  display: inline-block;
}
.theme-smp .privacy-section ul li {
  margin: 0 0 20px;
}
.privacy-section ul .privacy-iso {
  width: 200px;
  margin: 0 20px 0 0;
}
.privacy-section ul .privacy-text {
  width: 270px;
  margin: 0 20px 0 0;
}
.privacy-section ul .privacy-mark {
  width: 130px;
}

.group-list {
  padding: 27px 21px 54px;
}
.theme-smp .group-list {
  padding: 0;
}
.theme-smp .group-list h2 {
  border-top: 3px solid #777;
  padding-top: 12px;
}
.group-list .d-flex {
  flex-wrap: wrap;
}
.group-list p a:first-child {
  margin: 0 0 10px 10px;
}
.theme-smp .group-list ul {
  margin: 0 0 18px;
  padding: 5px;
}
.group-list ul li {
  list-style: none;
  float: left;
  width: 33.3333%;
  padding: 5px 10px;
}
.theme-smp .group-list ul li {
  width: 100%;
  padding: 5px;
}
.theme-en.theme-pc .group-list ul li {
  width: 50%;
}
.theme-smp .group-list ul li img {
  width: 100%;
}
.group-list ul.group-list-3col {
  margin: 0 auto;
  padding: 0 111px;
}
.theme-smp .group-list ul.group-list-3col {
  margin: 0 0 18px;
  padding: 5px;
}
.group-list ul.group-list-3col li {
  width: 242px;
}
.theme-smp .group-list ul.group-list-3col li {
  width: 100%;
}

.theme-pc .gl_bt {
  position: relative;
}
.theme-pc .gl_bt .gl_block {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 30px;
  border: 4px #eee solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 5px;
  margin: 0;
}
.theme-pc .gl_bt .gl_block li {
  display: block;
  float: none;
  width: 100%;
}

.theme-smp .gl_block {
  display: none;
  margin: 0;
}
.theme-smp .sp-ac-switch {
  width: 30px;
  height: 30px;
  background: url(../images/mobile_icon_mg_plus.png) left top no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  position: relative;
  z-index: 9999;
}
.theme-smp .is-open {
  width: 30px;
  height: 30px;
  background: url(../images/mobile_icon_mg_minus.png) left top no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  position: relative;
  z-index: 9999;
}

/*紙芝居コンテンツ*/
.picture-list {
  margin: 10px;
  padding: 20px 10px 0;
  border: 1px solid #ccc;
}

/*用語集*/
.theme-smp .theme-single .l-main:has(.sticky) {
  overflow: visible;
}

.glossary-list .sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.glossary-list ul.list-inline li {
  padding: 0 5px 0 10px;
  margin: 5px 0;
}
.glossary-list ul.list-inline li:has(.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn) {
  border-right: 0;
}
.theme-smp .glossary-list ul.list-inline li {
  border-right: 0;
  padding: 0 0 0 10px;
}
.theme-smp.theme-en .glossary-list ul.list-inline li:has(.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn) {
  border-right: 0;
  width: 100%;
}
.glossary-list ul.list-inline li.glossary-kana {
  border-right: 0;
  padding: 0 0 0 10px;
  margin-top: 0;
}
.glossary-list ul.list-inline li:before {
  left: 10px;
}
.glossary-list h4 {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  margin-bottom: 0;
}
.glossary-list .glossary-word-en {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

/*よくある質問*/
ul.faq-list {
  padding: 0;
  margin: 0 10px 23px;
}
ul.faq-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
}
ul.faq-list li:before {
  position: absolute;
  left: 5px;
  top: 0;
  content: url(../images/icon_question_small.png);
}
ul.faq-list ul {
  margin: 20px 0;
  padding-left: 0;
}

.faq-question {
  padding-left: 40px;
  position: relative;
}
.theme-smp .faq-question {
  padding-left: 40px;
}
.faq-question:before {
  display: block;
  position: absolute;
  left: 4px;
  top: 23px;
  font-size: 20px;
  color: #cc0022;
}
.theme-smp .faq-question:before {
  top: 16px;
}

.faq-answer {
  padding: 0 10px 30px 30px;
  position: relative;
}
.faq-answer:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 23px;
}
.faq-answer .faq_li {
  margin: 0 10px;
  padding: 0;
}
.faq-answer .faq_li li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-item {
  background: #fdf8e5;
  border-radius: 4px;
  border: 1px solid #c9c6b7;
  padding: 15px;
  margin-bottom: 15px;
}
.faq-item .faq-item-q {
  padding-left: 35px;
  position: relative;
  margin: 0 0 15px;
}
.faq-item .faq-item-q:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #cc0022;
}
.faq-item .faq-item-a {
  padding: 0 10px 0 35px;
  position: relative;
}
.faq-item .faq-item-a p {
  margin: 0;
}
.faq-item .faq-item-a:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  line-height: 23px;
}
.faq-item .faq-item-a .faq_li {
  margin: 0 10px;
  padding: 0;
}
.faq-item .faq-item-a .faq_li li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*IR過去資料一覧*/
.ir-past-report {
  table-layout: fixed;
}
.ir-past-report th {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0;
}
.ir-past-report td {
  padding: 10px 0;
  font-size: 16px;
}
.ir-past-report td a[target="_blank"]:after {
  display: none;
}
.ir-past-report .entry {
  width: 100px;
}
.ir-past-report .quarter {
  width: 70px;
}
.ir-past-report .company {
  width: 105px;
  padding: 10px 3px;
}

/*お問い合わせ*/
.contact-form th {
  width: 30%;
}
.theme-smp .contact-form th {
  display: block;
  width: 100%;
}
.contact-form td {
  text-align: left;
  width: 70%;
}
.theme-smp .contact-form td {
  display: block;
  width: 100%;
}
.contact-form textarea {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
}
.contact-form input[type="text"] {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 5px;
  max-width: 100%;
}
.theme-smp .contact-form input[type="text"] {
  width: 100%;
}
.contact-form select {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.contact-form label {
  font-weight: normal;
  margin-right: 10px;
}
.contact-form .text-input01 {
  width: 100%;
}
.contact-form .text-input02 {
  width: 170px;
}
.contact-form .text-input03 {
  width: 420px;
}
.contact-form .text-input04 {
  width: 100%;
}
.contact-form .text-input05 {
  width: 100px;
}
.contact-form .icon-must {
  padding-left: 10px;
}
.contact-form .icon-must:after {
  content: "必須";
  display: inline-block;
  width: 30px;
  color: #fff;
  background: #cc0022;
  padding: 2px;
  font-size: 11px;
  border-radius: 2px;
}
.theme-english .contact-form .icon-must:after {
  content: "Required";
  width: 50px;
}

.btn-confirm {
  text-align: center;
  margin: 20px 20px 50px;
}
.theme-smp .btn-confirm {
  margin: 20px 0 50px;
}
.btn-confirm .flat-btn, .btn-confirm .text-btn-link a, .text-btn-link .btn-confirm a, .btn-confirm .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .btn-confirm span.pagenation-btn, .btn-confirm .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .btn-confirm span.pagenation-btn, .btn-confirm .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .btn-confirm a.flat-btn.btn-inline, .btn-confirm .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .btn-confirm a.flat-btn, .btn-confirm .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .btn-confirm a.flat-btn {
  display: inline-block;
  border: 0;
  padding: 20px 30px;
  margin: 10px;
}
.theme-smp .btn-confirm .flat-btn, .theme-smp .btn-confirm .text-btn-link a, .text-btn-link .theme-smp .btn-confirm a, .theme-smp .btn-confirm .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .theme-smp .btn-confirm span.pagenation-btn, .theme-smp .btn-confirm .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .theme-smp .btn-confirm span.pagenation-btn, .theme-smp .btn-confirm .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .theme-smp .btn-confirm a.flat-btn.btn-inline, .theme-smp .btn-confirm .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .theme-smp .btn-confirm a.flat-btn, .theme-smp .btn-confirm .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .theme-smp .btn-confirm a.flat-btn {
  max-width: 280px;
  padding: 20px;
}

.contact-step {
  padding: 0;
  margin: 0 0 20px;
}
.contact-step li {
  float: left;
  display: table;
  width: 33.3333%;
  padding: 10px;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
}
.theme-smp .contact-step li {
  font-size: 16px;
}
.theme-smp .contact-step li:before {
  font-size: 16px;
}
.contact-step li span {
  display: block;
}
.theme-smp .contact-step li span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.contact-step li:before {
  content: url(../images/icon_arrow_right_r.png);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -6px;
  z-index: 1;
}
.contact-step li:first-child:before {
  display: none;
}
.contact-step li.current {
  background: #cc0022;
  color: #fff;
}
.contact-step li.current:before {
  content: url(../images/icon_arrow_right_c.png);
}

.ctanavi-Wrap {
  margin: 25px 0 35px;
  background: #777;
  position: relative;
  width: 970px;
}
.ctanavi-Wrap .ctanavi {
  height: 45px;
  width: 100%;
}
.ctanavi-Wrap .ctanavi ul.navi2 {
  width: 100%;
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}
.ctanavi-Wrap .ctanavi ul.navi2 li {
  position: relative;
  max-width: 450px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.ctanavi-Wrap .ctanavi ul.navi2 li:after {
  content: '';
  background: #bdc1c4;
  width: 1px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ctanavi-Wrap .ctanavi ul.navi2 li:last-child:after {
  display: none;
}
.ctanavi-Wrap .ctanavi ul.navi2 li a {
  background: #777;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctanavi-Wrap .ctanavi ul.navi2 li a:hover {
  background: #5B5B5B;
  text-decoration: none;
}
.ctanavi-Wrap .ctanavi ul.navi2 li a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.fix-ctanavi {
  position: fixed;
  bottom: 15px;
  z-index: 9;
  margin: 0;
  background: #777;
  left: 50%;
  transform: translateX(-50%);
}

.ctanavi-Wrap-Smp {
  margin: 20px 0 30px;
  background: #777;
  padding: 5px 0;
}
.ctanavi-Wrap-Smp .ctanavi {
  width: 100%;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  height: 70px;
  padding: 0;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li:after {
  content: '';
  background: #bdc1c4;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li:last-child:after {
  display: none;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li a {
  background: #777;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li a span {
  width: 100%;
  display: block;
  text-align: center;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li a img {
  display: block;
  width: 30px;
  height: 30px;
}
.ctanavi-Wrap-Smp .ctanavi ul.navi2 li a:hover {
  background: #5B5B5B;
  text-decoration: none;
}

#ctanavicontrolSmp .ctanavi .navi2 li:last-child {
  padding-right: 25px;
}

.fix-ctanavi-Smp {
  position: fixed;
  z-index: 9;
  margin: 0;
  background: #777;
  width: 100%;
}

.ideco .l-pagetop {
  bottom: 135px;
}

.l-header-ci {
  position: relative;
  background: #fff;
}
.theme-smp .l-header-ci {
  width: auto;
  min-width: 320px;
  height: 65px;
  margin: 0;
  position: relative;
  z-index: 10;
}
.theme-smp .l-header-ci::before {
  background-color: #c02;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.theme-smp .l-header-ci #headerwrapper {
  width: 100%;
  height: 65px;
}
.l-header-ci .l-global-area-warp:after {
  display: none;
}
.l-header-ci .l-global-area {
  background: none;
}
.l-header-ci .logo-area {
  margin: 0;
  width: 170px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 38px;
}
.theme-smp .l-header-ci .logo-area {
  margin: 0 auto;
  position: relative;
  height: 65px;
  z-index: 21;
  left: 0;
  top: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-smp .l-header-ci .logo-area .l-logo {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  height: 52px;
  width: 100%;
  padding-top: 2px;
}
.theme-smp .l-header-ci .logo-area .l-logo a {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 52px;
  width: 100%;
}
.theme-smp .l-header-ci .logo-area .l-logo img:first-child {
  display: block;
  width: 113px;
  height: 26px;
}
.theme-smp .l-header-ci .logo-area .l-logo img:last-child {
  display: block;
  height: 28px;
  position: absolute;
  left: 8px;
  bottom: 0;
  max-width: none;
}
.theme-smp.theme-en .l-header-ci .logo-area .l-logo img:last-child {
  height: 25px;
  left: -29px;
}
.l-header-ci .l-dcLogo {
  position: absolute;
  right: 19px;
  top: 22px;
  height: 38px;
  margin: 0;
}
.theme-en .l-header-ci .l-dcLogo {
  top: 27px;
  height: 28px;
}
.l-header-ci .l-dcLogo img, .l-header-ci .l-dcLogo a {
  display: flex;
  width: auto;
  height: 100%;
}
.l-header-ci .l-language {
  position: absolute;
  right: 260px;
  top: 30px;
}
.theme-en .l-header-ci .l-language {
  right: 340px;
}
.l-header-ci .l-language li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header-ci .l-language li::before {
  content: '';
  display: block;
  height: 1em;
  border-left: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-header-ci .l-language li::after {
  content: '';
  display: block;
  height: 1em;
  border-left: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-header-ci .l-language li a {
  display: block;
  color: #666;
  padding: 0 12px;
  font-size: 100%;
  font-size: 12px;
  font-weight: normal;
}
.l-header-ci .l-language li a:hover {
  text-decoration: underline;
}
.l-header-ci .l-global-navi {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 990px;
  display: flex;
}
.theme-smp .l-header-ci .l-global-navi {
  width: 100%;
  display: block;
}
.l-header-ci .l-global-navi li {
  width: 100%;
  position: relative;
  list-style: none;
  text-align: center;
}
.l-header-ci .l-global-navi li a {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 46px;
  justify-content: center;
  line-height: 1.3;
  padding: 0 .5rem;
  text-align: center;
}
.theme-smp .l-header-ci .l-global-navi li a {
  padding: 12px 12px 12px 43px;
  display: block;
  position: relative;
  outline: 0;
  font-size: 16px;
  text-align: left;
  height: auto;
  line-height: 22px;
}
.l-header-ci .l-global-navi li a:hover {
  z-index: 2;
  font-weight: 700;
  background: #ededed;
}
.l-header-ci .l-global-navi li.is-active {
  background: none;
}
.l-header-ci .l-global-navi li.is-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #c02;
  bottom: 0;
  left: 0;
}
.l-header-ci .l-global-navi li.is-active a {
  font-weight: 700;
}
.l-header-ci .l-global-navi li + li a::before {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.theme-smp .l-header-ci .l-global-navi li + li a::before {
  display: none;
}
.theme-smp .l-header-ci .dl-menuwrapper {
  width: 100%;
  min-width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 65px;
  z-index: 20;
}
.theme-smp .l-header-ci .dl-menuwrapper .dl-trigger {
  top: 10px;
}
@media (min-width: 600px) {
  .theme-smp .l-header-ci .dl-menuwrapper .dl-trigger {
    display: block;
    width: 52px;
    height: 46px;
    background-size: 52px 46px;
  }
}
@media (min-width: 600px) {
  .theme-smp .l-header-ci .dl-menuwrapper .dl-trigger a {
    width: 52px;
    height: 46px;
  }
}

.block-skip {
  position: relative;
  top: -48px;
  margin-bottom: -48px;
  height: 48px;
  display: block;
  text-align: center;
  background-color: #fbf1f2;
  padding: 14px;
  font-size: 16px;
  color: #6666AA;
  line-height: 1;
}
.block-skip::before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 3px;
  display: inline-block;
  background: url(../images/icon_arrow_bottom_r.png) center no-repeat;
}
.block-skip:focus {
  top: 0;
  margin-bottom: 0;
}
