@charset "UTF-8";
@-webkit-keyframes nav-local-expand-sp {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes nav-local-expand-sp {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes nav-local-expand-pc {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes nav-local-expand-pc {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* ============================================================================
 * Vendor
 * ========================================================================= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  word-break: break-word;
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -.25em;
}
sup,
.sup {
  top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  /* 1 */
  vertical-align: baseline;
  display: inline-block;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ============================================================================
 * Default Styles
 * ========================================================================= */
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #000;
  background: #fff;
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
/* 既存CSSの上書きここから*/
.elementHeader .headerInner {
  position: static!important;
}
/* 既存CSSの上書きここまで*/
body.unq-page-top {
  background: #fff;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:link {
  color: #0086c7;
}
a:visited {
  color: #492387;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #0074ad;
}
a:not([href]) {
  text-decoration: none;
  color: inherit;
}
a img {
          backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a img.icn-_blank,
a img.icn-pdf {
  position: static;
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}
*:not([class^="x-"])> small {
  font-size: 100%;
}
*:not([class^="x-"])> h1,
*:not([class^="x-"])> h2,
*:not([class^="x-"])> h3,
*:not([class^="x-"])> h4,
*:not([class^="x-"])> h5,
*:not([class^="x-"])> h6 {
  font-size: inherit;
  margin: 0;
}
*:not([class^="x-"])> ::-moz-focus-inner {
  padding: 0;
  border: 0;
}
*:not([class^="x-"])> figure {
  margin: 0;
}
*:not([class^="x-"])> ul,
*:not([class^="x-"])> ol,
*:not([class^="x-"])> dl,
*:not([class^="x-"])> dt,
*:not([class^="x-"])> dd,
*:not([class^="x-"])> li {
  margin: 0;
  padding: 0;
}
*:not([class^="x-"])> li {
  list-style: none;
}
*:not([class^="x-"])> em {
  font-weight: bold;
  font-style: normal;
}
*:not([class^="x-"])> dfn {
  font-style: normal;
}
*:not([class^="x-"])> button {
  line-height: inherit;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
*:not([class^="x-"])> select::-ms-expand {
  display: none;
}
*:not([class^="x-"])> input,
*:not([class^="x-"])> textarea,
*:not([class^="x-"])> select,
*:not([class^="x-"])> button {
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.richtext_box2 ul,
.richtext_box2 ol {
  padding-left: 22px;
}
.richtext_box2 ul+ *,
.richtext_box2 ol+ * {
  margin-top: 24px;
}
.richtext_box2 ul:not([class]) li {
  display: list-item;
  list-style-type: disc;
}
.richtext_box2 ul:not([class]) li li {
  list-style-type: circle;
}
.richtext_box2 ul:not([class]) li li li {
  list-style-type: square;
}
.richtext_box2 ol:not([class]) li {
  list-style: unset;
}
/* ============================================================================
 * site-*, str-* 全ページ共通で登場するパーツ、構造
 * ========================================================================= */
/* ============================================================================
* str-* 主にメインコンテンツエリアで登場する構造
* ========================================================================= */
/* ----------------------------------------------------------------------------
* .str-hidden アクセシビリティ上存在したほうがいいが、デザイン上非表示にしても問題ないコンテンツに付与する
* ------------------------------------------------------------------------- */
.str-hidden {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* ----------------------------------------------------------------------------
* .str-outer* 左右の余白を管理するストラクチャ（子要素には.str-inner以外を受け入れない）
* ------------------------------------------------------------------------- */
[class^="str-outer"] {
  margin-top: 16px;
  padding: 0 16px;
}
[class^="str-outer"]+ .str-outer-partition {
  border-top: 1px solid #d9dadb;
}
[class^="str-outer"]+ .str-outer-partition .str-inner:first-child {
  padding-top: 40px;
}
[class^="str-outer"]+ .str-outer-partition .str-inner:first-child> *:first-child {
  margin-top: 0;
}
.str-outer-full {
  padding: 0;
}
.str-outer-full .str-inner {
  max-width: none;
}
/* ----------------------------------------------------------------------------
* .str-inner モジュールを受け入れるストラクチャ
* ------------------------------------------------------------------------- */
.str-inner {
  max-width: 760px;
  margin: 0 auto;
}
[class^="str-outer"]> .str-inner:last-child {
  padding-bottom: 40px;
}
[class^="str-outer"]> .str-inner:last-child> *:last-child {
  margin-bottom: 0;
}
[class^="str-outer"]> .str-inner:last-child> *:last-child> .richtext_box2> *:last-child,
[class^="str-outer"]> .str-inner:last-child> *:last-child> [class*="ux2_"]:not(.ux2_heading)> *:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------------------
* .str-alertList
* ------------------------------------------------------------------------- */
.str-alertList {
  color: #d9dadb;
  margin: 12px 0 32px;
  padding: 0 12px;
  border: solid;
  border-width: 1px 0;
}
.str-alertList strong {
  font-weight: normal;
  color: #223;
}
.str-alertList .list {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 0 8px;
}
.str-alertList li {
  position: relative;
}
.str-alertList li strong {
  display: block;
  padding: 0 0 0 33px;
}
.str-alertList li a {
  text-decoration: underline;
  color: inherit;
}
.str-alertList li:not(:last-child) {
  margin: 0 0 4px;
}
.str-alertList li::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
}
.str-alertList[data-level="1"] {
  background: #fff8eb;
}
.str-alertList[data-level="1"] .list li::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -25px;
  background-size: 201px 196px;
  left: 1px;
  width: 20px;
  height: 20px;
}
.str-alertList[data-level="2"] {
  background: #ffebeb;
}
.str-alertList[data-level="2"] strong {
  color: #e00000;
}
.str-alertList[data-level="2"] .list li::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px 0;
  background-size: 201px 196px;
  left: 0;
  width: 22px;
  height: 20px;
}
/* ----------------------------------------------------------------------------
* .str-pageTitle
* ------------------------------------------------------------------------- */
.str-pageTitle {
  margin: 0 0 40px;
  padding: 30px 12px;
  background: url(/mansion/shared/img/bg-01.png) center top no-repeat #dfebf2;
  background-size: cover;
  color: #000;
}
.str-pageTitle> .inner {
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.str-pageTitle> .inner> * {
  margin: 0;
}
.str-pageTitle> .inner> * span {
  display: block;
}
.str-pageTitle> .inner> * span+ *:not(strong) {
  display: none;
}
.str-pageTitle> .inner .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.str-pageTitle> .inner .symbol img {
  display: block;
}
.str-pageTitle> .inner h1 {
  word-break: break-word;
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
}
.str-pageTitle> .inner h1+ * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
/* ----------------------------------------------------------------------------
* .str-kv キービジュアル
* ------------------------------------------------------------------------- */
.str-kv img {
  display: block;
  max-width: 100%;
  margin: auto;
}
/* ----------------------------------------------------------------------------
* .str-breadclumb パンくずリスト
* ------------------------------------------------------------------------- */
.str-breadclumb {
  font-size: 1.2rem;
  margin: 0 auto 16px;
  padding: 0 16px;
}
.str-breadclumb> .inner {
  max-width: 960px;
  margin: 0 auto;
}
.str-breadclumb .list {
  color: #929294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.str-breadclumb li {
  list-style: none;
}
.str-breadclumb li+ li {
  padding-left: 8px;
}
.str-breadclumb li+ li::before {
  margin: 0 4px 0 -4px;
  content: ">";
}
.str-breadclumb a[aria-current="page"] {
  color: inherit;
}
/* ----------------------------------------------------------------------------
  * .str-column PC幅時に2カラムを実現するためのストラクチャ
  * ------------------------------------------------------------------------- */
.str-column {
  margin: 0 0 24px;
}
.str-column> .column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.str-column.of-reverse> .column-inner {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}
/* ----------------------------------------------------------------------------
  * .str-scrollTop ページスクロールトップを実現する
  * ------------------------------------------------------------------------- */
.str-scrollTop .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.str-scrollTop p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.str-scrollTop a {
  position: relative;
}
.str-scrollTop a::before {
  background-image: url("/mansion/shared/img/sprite.png");
  background-position: 0 0;
  background-size: 214px auto;
  display: block;
  width: 44px;
  height: 44px;
  content: "";
}
.str-scrollTop a span {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}
.str-scrollTop.is-ready .link {
  pointer-events: none;
  -webkit-transition: .2s opacity ease-out;
          transition: .2s opacity ease-out;
}
.str-scrollTop.is-fixed> .str-inner {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px * 2);
  padding: 0;
}
.str-scrollTop.is-fixed .link {
  position: absolute;
  right: 0;
  bottom: 100%;
  contain: layout style;
  opacity: 0;
}
.str-scrollTop.is-visible .link {
  pointer-events: auto;
  opacity: 1;
}
/* ----------------------------------------------------------------------------
  * .str-subcontent
  * ------------------------------------------------------------------------- */
.str-subcontent {
  background: #f2f6f7;
  padding-top: 50px;
  padding-bottom: 40px;
  border: 0;
}
.str-subcontent> .inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: auto;
  padding: 0 12px;
}
.str-subcontent> .inner:last-child> *:last-child {
  margin-bottom: 0;
}
.str-subcontent> .inner:first-child> *:first-child {
  margin-top: 0;
}
.str-subcontent> .inner> .hdg {
  text-align: center;
}

/* ============================================================================
 * _main メインコンテンツエリアのナビゲーション
 * ========================================================================= */
/* ============================================================================
 * _txt modules
 * ========================================================================= */
[class^="mod-"] strong {
  color: #e00000;
}
/**********AEM専用**********/
/*赤文字*/
.richtext_box2 .red {
  color: #e00000;
}
/* コンテンツの間隔調整 */
.richtext_box2+ .richtext_box2 {
  margin-top: 8px;
}
.richtext_box2> p:first-child {
  margin-top: 0;
}
*+ .ux2_list_column {
  margin-top: 24px;
}
/*注釈*/
[class*="aem-note"],
[class*="aem-num-note"] {
  display: inline-block;
  padding-left: 1.7em;
}
[class*="aem-note"]:last-of-type,
[class*="aem-num-note"]:last-of-type {
  margin-bottom: 24px;
}
[class*="aem-note"] {
  text-indent: -1.4em;
}
[class*="aem-note"]::before {
  margin-right: .4em;
  content: "※";
}
[class*="aem-num-note"] {
  text-indent: -1.7em;
}
[class*="aem-num-note"]::first-letter {
  margin-right: .5em;
}
[class*="-smaller"] {
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------------------
 * .mod-txt
 * ------------------------------------------------------------------------- */
.mod-txt {
  margin: 0 0 24px;
}
.mod-txt p {
  margin: 0;
  line-height: 1.75;
}
.mod-txt p> b.lede {
  font-size: 1.9rem;
  display: block;
  margin: 0 0 8px;
}
.mod-txt sup {
  font-size: 1.6rem;
}
.mod-txt p> b.lede.type-01 {
  font-size: 1.9rem;
  color: #eb6f00;
  padding-left: 1.5em;
  background: url(/mansion/shared/img/ic-01.png) 0 10px no-repeat;
  background-size: 15px;
}
.mod-txt.of-small {
  font-size: 1.3rem;
}
.mod-txt+ .mod-txt {
  margin-top: -8px;
}
.mod-txt+ [class^="mod-list"] {
  margin-top: -20px;
}
.mod-txt-label.type-step {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #929294;
  display: inline-block;
  padding: 3px 11px 0;
}
.mod-txt-label+ span,
.mod-txt-label+ strong,
.mod-txt-label+ em {
  margin-left: .5em;
}
.mod-txt.type-attention em {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.38;
  font-weight: bold;
  color: #e81443;
}
.mod-txt.type-attention em::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 21px;
  background: url(/mansion/shared/img/icn-attention.svg) 0 0 no-repeat;
}
/* ============================================================================
 * _hdg modules
 * ========================================================================= */
[class^="mod-hdg"]+ [class^="mod-hdg"],
.ux2_heading+ .ux2_heading> [class^="mod-hdg"] {
  margin-top: 0;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-al2
 * ------------------------------------------------------------------------- */
.mod-hdg-al2 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 25px 0 20px;
}
.mod-hdg-al2 span {
  display: block;
}
.mod-hdg-al2 span:not(:last-child) {
  font-size: 1.6rem;
  padding-top: 4px;
}
.mod-hdg-al2 span+ *:not(strong) {
  display: none;
}
.mod-hdg-al2 strong {
  color: inherit;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-al3
 * ------------------------------------------------------------------------- */
.mod-hdg-al3 {
  font-size: 2.1rem;
  line-height: 1.2381;
  margin: 48px 0 20px;
  padding-left: 16px;
  border-left: solid 4px #272727;
}
.mod-hdg-al3 span:not(:last-child) {
  font-size: 1.3rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-al4
 * ------------------------------------------------------------------------- */
.mod-hdg-al4 {
  font-size: 1.9rem;
  line-height: 1.26316;
  margin: 40px 0 20px;
  padding-left: 16px;
  border-left: solid 6px #ffa500;
}
.mod-hdg-al4 span:not(:last-child) {
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-al5
 * ------------------------------------------------------------------------- */
.mod-hdg-al5 {
  font-size: 1.7rem;
  line-height: 1.23529;
  margin: 32px 0 20px;
}
.mod-hdg-al5 span:not(:last-child) {
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-al6
 * ------------------------------------------------------------------------- */
.mod-hdg-al6 {
  font-size: 1.5rem;
  line-height: 1.26667;
  margin: 0 0 20px;
}
.mod-hdg-al6 span:not(:last-child) {
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl{n}
 * ------------------------------------------------------------------------- */
.mod-hdg-bl2,
.mod-hdg-bl3,
.mod-hdg-bl4,
.mod-hdg-bl5,
.mod-hdg-bl6 {
  background: #f1f3f6;
  margin: 0 0 20px;
  border-left: 4px solid #272727;
}
.mod-hdg-bl2> *,
.mod-hdg-bl3> *,
.mod-hdg-bl4> *,
.mod-hdg-bl5> *,
.mod-hdg-bl6> * {
  margin: 0;
  padding: 0 10px;
}
.mod-hdg-bl2> *:first-child,
.mod-hdg-bl3> *:first-child,
.mod-hdg-bl4> *:first-child,
.mod-hdg-bl5> *:first-child,
.mod-hdg-bl6> *:first-child {
  padding-top: 8px;
  padding-bottom: 5px;
}
.mod-hdg-bl2 p> b.lede,
.mod-hdg-bl3 p> b.lede,
.mod-hdg-bl4 p> b.lede,
.mod-hdg-bl5 p> b.lede,
.mod-hdg-bl6 p> b.lede {
  font-weight: normal;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl2
 * ------------------------------------------------------------------------- */
.mod-hdg-bl2 {
  font-size: 2.2rem;
  line-height: 1.27273;
  margin: 64px 0 20px;
}
.mod-hdg-bl2> *:first-child:not(:last-child) {
  padding-top: 13px;
  padding-bottom: 4px;
}
.mod-hdg-bl2> *:last-child:not(:first-child) {
  padding-bottom: 11px;
}
.mod-hdg-bl2 p> b.lede {
  font-size: 1.7rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl3
 * ------------------------------------------------------------------------- */
.mod-hdg-bl3 {
  font-size: 1.8rem;
  line-height: 1.27778;
  margin: 48px 0 20px;
}
.mod-hdg-bl3> *:first-child:not(:last-child) {
  padding-top: 14px;
  padding-bottom: 4px;
}
.mod-hdg-bl3> *:last-child:not(:first-child) {
  padding-bottom: 14px;
}
.mod-hdg-bl3 p> b.lede {
  font-size: 1.3rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl4
 * ------------------------------------------------------------------------- */
.mod-hdg-bl4 {
  font-size: 1.7rem;
  line-height: 1.23529;
  margin: 40px 0 20px;
}
.mod-hdg-bl4> *:first-child:not(:last-child) {
  padding-top: 11px;
  padding-bottom: 2px;
}
.mod-hdg-bl4> *:last-child:not(:first-child) {
  padding-bottom: 10px;
}
.mod-hdg-bl4 p> b.lede {
  font-size: 1.3rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl5
 * ------------------------------------------------------------------------- */
.mod-hdg-bl5 {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 32px 0 20px;
}
.mod-hdg-bl5> *:first-child:not(:last-child) {
  padding-top: 11px;
  padding-bottom: 2px;
}
.mod-hdg-bl5> *:last-child:not(:first-child) {
  padding-bottom: 10px;
}
.mod-hdg-bl5 p> b.lede {
  font-size: 1.3rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-bl6
 * ------------------------------------------------------------------------- */
.mod-hdg-bl6 {
  font-size: 1.5rem;
  line-height: 1.26667;
  margin: 0 0 20px;
}
.mod-hdg-bl6> *:first-child:not(:last-child) {
  padding-top: 12px;
  padding-bottom: 3px;
}
.mod-hdg-bl6> *:last-child:not(:first-child) {
  padding-bottom: 10px;
}
.mod-hdg-bl6 p> b.lede {
  font-size: 1.3rem;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl{n}
 * ------------------------------------------------------------------------- */
.mod-hdg-cl2,
.mod-hdg-cl3,
.mod-hdg-cl4,
.mod-hdg-cl5,
.mod-hdg-cl6 {
  text-align: center;
  margin: 0 0 20px;
}
.mod-hdg-cl2> *,
.mod-hdg-cl3> *,
.mod-hdg-cl4> *,
.mod-hdg-cl5> *,
.mod-hdg-cl6> * {
  position: relative;
  padding: 0 0 12px;
}
.mod-hdg-cl2> *::after,
.mod-hdg-cl3> *::after,
.mod-hdg-cl4> *::after,
.mod-hdg-cl5> *::after,
.mod-hdg-cl6> *::after {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 171px;
  height: 2px;
  margin: 0 auto;
  content: "";
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl2
 * ------------------------------------------------------------------------- */
.mod-hdg-cl2 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 36px 0 27px;
}
.mod-hdg-cl2> * {
  padding-bottom: 10px;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl3
 * ------------------------------------------------------------------------- */
.mod-hdg-cl3 {
  font-size: 1.8rem;
  line-height: 1.27778;
  margin: 48px 0 20px;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl4
 * ------------------------------------------------------------------------- */
.mod-hdg-cl4 {
  font-size: 1.7rem;
  line-height: 1.23529;
  margin: 40px 0 20px;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl5
 * ------------------------------------------------------------------------- */
.mod-hdg-cl5 {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 32px 0 20px;
}
/* ----------------------------------------------------------------------------
 * .mod-hdg-cl6
 * ------------------------------------------------------------------------- */
.mod-hdg-cl6 {
  font-size: 1.5rem;
  line-height: 1.26667;
  margin: 0 0 20px;
}
/* ============================================================================
 * _btn modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-btn
 * ------------------------------------------------------------------------- */
.mod-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-btn[data-col] {
  -ms-flex-direction: row;
      flex-direction: row;
  align-items: stretch;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.mod-btn[data-col] .btn {
  padding: 24px 0 0 24px;
}
.mod-btn[data-col] .btn:not(:last-child) {
  margin: 0;
}
.mod-btn[data-col] .btn a,
.mod-btn[data-col] .btn button[type] {
  width: 100%;
}
.mod-btn[data-col="1"] .btn {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
}
.mod-btn[data-col="2"] .btn {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-btn[data-col="3"] .btn {
  flex-basis: 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
}
.mod-btn[data-col="4"] .btn {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-btn[data-col="5"] .btn {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-btn[data-col="6"] .btn {
  flex-basis: 16.6666%;
  width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.6666%;
}
.mod-btn.of-small a,
.mod-btn.of-small button[type] {
  font-size: 1.3rem;
}
.mod-btn.of-large a,
.mod-btn.of-large button[type] {
  font-size: 2.4rem;
  line-height: 1.25;
  width: 100%;
  min-height: 54px;
  padding: 8px 36px;
}
.mod-btn a,
.mod-btn button[type] {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #707376;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  min-height: 48px;
  padding: 10px 36px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-btn a:not([target="_blank"])::after,
.mod-btn button[type]::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto 0;
  content: "";
}
.mod-btn .btn.var-02 a:not([target="_blank"])::after,
.mod-btn .btn.var-02 button[type]::after,
.mod-btn .btn.var-03 a:not([target="_blank"])::after,
.mod-btn .btn.var-03 button[type]::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -179px;
  background-size: 201px 196px;
  width: 7px;
  height: 13px;
}
.mod-btn a[target="_blank"] img.icn-_blank {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto 0;
}
.mod-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.mod-btn .btn:not(:last-child) {
  margin: 0 0 24px;
}
.mod-btn .btn.var-01 a,
.mod-btn .btn.var-01 button[type] {
  background: #fff;
  border: solid 1px #262626;
  color: #000;
}
.mod-btn .btn.var-01 a:hover,
.mod-btn .btn.var-01 button[type]:hover {
  background: #fff;
  border: solid 1px #262626;
  color: #000;
}
.mod-btn .btn.var-02 a,
.mod-btn .btn.var-02 button[type] {
  background: #262626;
}
.mod-btn .btn.var-03 a,
.mod-btn .btn.var-03 button[type] {
  background: #eb6f00;
  color: #fff;
}
.mod-btn .btn.type-full,
.mod-btn .btn.type-wide,
.mod-btn .btn.type-narrow {
  width: 100%;
}
.mod-btn .btn.type-full a,
.mod-btn .btn.type-full button[type],
.mod-btn .btn.type-wide a,
.mod-btn .btn.type-wide button[type],
.mod-btn .btn.type-wide-02 a,
.mod-btn .btn.type-wide-02 button[type],
.mod-btn .btn.type-narrow a,
.mod-btn .btn.type-narrow button[type] {
  width: 100%;
}
.mod-btn .btn.type-full {
  flex-basis: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
}
.mod-btn .btn.type-wide {
  width: 468px;
}
.mod-btn .btn.type-narrow {
  width: 222px;
}
.mod-btn .btn.of-return a,
.mod-btn .btn.of-return button[type] {
  color: #fff;
  background: #929294;
}
.mod-btn .btn.of-return a:not([target="_blank"])::after,
.mod-btn .btn.of-return button[type]::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -60px -179px;
  background-size: 201px 196px;
  right: auto;
  left: 14px;
  width: 7px;
  height: 13px;
}
.mod-btn button:disabled,
.mod-btn a:not([href]) {
  opacity: .3;
}
.mod-btn:not([data-col]).align-left {
  align-items: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
}
.mod-btn:not([data-col]).align-right {
  align-items: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
}
.mod-btn[data-col].align-left {
  justify-content: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
}
.mod-btn[data-col].align-left .btn a {
  text-align: left;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}
.mod-btn[data-col].align-right {
  justify-content: flex-end !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
}
.mod-btn[data-col].align-right .btn a {
  text-align: right;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.mod-btn[data-col].align-right .btn a::after,
.mod-btn[data-col].align-right .btn a img.icn-_blank {
  left: 14px;
}
/* ============================================================================
 * _link modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-link
 * ------------------------------------------------------------------------- */
.mod-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}
.mod-link> a {
  position: relative;
  display: block;
}
.mod-link> a::after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin-left: 4px;
  border-top: 2px solid #0086c7;
  border-left: 2px solid #0086c7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-link.align-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-link.align-right {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
/* ----------------------------------------------------------------------------
 * .mod-link-list
 * ------------------------------------------------------------------------- */
.mod-link-list {
  margin: 0 0 24px;
}
.mod-link-list[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-link-list[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-link-list[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-link-list[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-link-list[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-link-list[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-link-list> .list> li {
  margin: 0 0 3px;
  padding-left: 0;
  background: none;
}
.mod-link-list> .list> li a {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
}
.mod-link-list> .list> li a::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: .46666em;
  left: 12px;
  display: block;
  width: 7px;
  height: 8px;
  content: "";
}
.mod-link-list> .list> li:last-child {
  margin-bottom: 0;
}
.mod-link-list.align-center> .list {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-link-list.align-right> .list {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
/* ----------------------------------------------------------------------------
 * .mod-link-anchor
 * ------------------------------------------------------------------------- */
.mod-link-anchor {
  margin: 0 0 24px;
  padding: 13px 14px 9px;
  border: solid #d9dadb;
  border-width: 1px 0;
}
.mod-link-anchor.of-noborder {
  border: 0;
}
.mod-link-anchor.of-holizontal> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row;
  margin-top: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.mod-link-anchor.of-holizontal> .list> li {
  padding-top: 6px;
  background: none;
}
.mod-link-anchor> .list {
  margin: -8px 0 0 -14px;
}
.mod-link-anchor> .list> li {
  padding: 8px 0 0 8px;
}
.mod-link-anchor> .list> li> a {
  display: block;
  padding: 0 0 0 6px;
}
.mod-link-anchor> .list> li> a[href^="#anc-"] {
  position: relative;
  padding-left: 30px;
}
.mod-link-anchor> .list> li> a[href^="#anc-"]::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -23px -135px;
  background-size: 201px 196px;
  position: absolute;
  top: 8px;
  left: 7px;
  display: block;
  width: 13px;
  height: 7px;
  content: "";
}
:not(.str-scrollTop) :not(.mod-link-list):not(.mod-link-anchor) *> :not(li)> a[href^="#anc-"]::after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: -6px 0 0 8px;
  border-top: 2px solid #0086c7;
  border-left: 2px solid #0086c7;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* ----------------------------------------------------------------------------
 * .mod-link-newsList
 * ------------------------------------------------------------------------- */
.mod-link-newsList {
  overflow: auto;
  max-height: 320px;
  margin: 0 0 40px;
  border: dashed #272727;
  border-width: 1px 0;
  font-size: 1.6rem;
  -webkit-overflow-scrolling: touch;
}
.mod-link-newsList li {
  margin-top: 0!important;
}
.mod-link-newsList li:not(:last-child) {
  border-bottom: 1px dashed #272727;
}
.mod-link-newsList li:first-child a {
  padding-top: 13px;
}
.mod-link-newsList li:last-child a {
  padding-bottom: 13px;
}
.mod-link-newsList a,
.mod-link-newsList li> div {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}
.mod-link-newsList a {
  text-decoration: none;
}
.mod-link-newsList .date {
  color: #223;
  margin: 0 0 2px;
}
.mod-link-newsList .label {
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background: #929294;
  margin: 0 0 4px;
  padding: 5px 8px 4px;
}
.mod-link-newsList .label.var-02 {
  background: #e85db3;
}
.mod-link-newsList .label.var-03 {
  background: #d65347;
}
.mod-link-newsList .label.var-04 {
  background: #32a8b2;
}
.mod-link-newsList .label.var-05 {
  background: #e3af02;
}
/*AEM専用*/
.richtext_box2 a.blank {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.richtext_box2 a.blank::before,
.richtext_box2 a[href*=".pdf"]:before {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 4px;
}
.richtext_box2 a.blank::before {
  background: url(/mansion/shared/img/icn-_blank.png) no-repeat right center;
  content: "新しいウィンドウで開く";
}
.richtext_box2 a[href*=".pdf"]::before {
  background: url(/mansion/shared/img/icn-pdf.png) no-repeat right center;
  content: "PDFファイル";
}
/* ============================================================================
 * _list modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-list
 * ------------------------------------------------------------------------- */
.mod-list {
  margin: 0 0 24px;
}
.mod-list[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-list> .list {
  margin: 0;
  padding: 0;
}
.mod-list> .list> li {
  position: relative;
  padding: 0 0 0 22px;
}
.mod-list> .list> li> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-list> .list> li> *:last-child {
  margin-bottom: 0;
}
.mod-list> .list> li> span {
  display: block;
}
.mod-list> .list> li> [class^="mod-"]:not([class^="mod-list"]):last-child {
  margin-bottom: 8px;
}
.mod-list> .list> li::before {
  background: #223;
  position: absolute;
  top: .6em;
  left: 9px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 15px;
}
.mod-list .mod-list> .list> li {
  padding-left: 24px;
}
.mod-list .mod-list> .list> li::before {
  background: #fff;
  top: .53333em;
  left: 12px;
  width: 5px;
  height: 4px;
  border: 1px solid #bcbcbf;
}
.mod-list .mod-list> .list> li .mod-list> .list> li {
  padding-left: 20px;
}
.mod-list .mod-list> .list> li .mod-list> .list> li::before {
  background: #223;
  top: .6em;
  left: 5px;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 0;
}
/* ----------------------------------------------------------------------------
 * .mod-list-ordered
 * ------------------------------------------------------------------------- */
.mod-list-ordered {
  margin: 0 0 24px;
}
.mod-list-ordered[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list-ordered[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list-ordered[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list-ordered[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list-ordered[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list-ordered[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-list-ordered:not([data-col])> ol.list {
  display: table;
  margin: 0;
}
.mod-list-ordered:not([data-col])> ol.list> li {
  display: table-row;
}
.mod-list-ordered:not([data-col])> ol.list> li::before,
.mod-list-ordered:not([data-col])> ol.list> li> .content {
  display: table-cell;
}
.mod-list-ordered> ol.list {
  margin: 0 0 0 -12px;
  padding: 0;
  counter-reset: mod-list-ordered;
}
.mod-list-ordered> ol.list> li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 12px;
}
.mod-list-ordered> ol.list> li> .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mod-list-ordered> ol.list> li> .content> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-list-ordered> ol.list> li> .content> *:last-child {
  margin-bottom: 0;
}
.mod-list-ordered> ol.list> li> .content> span {
  display: block;
}
.mod-list-ordered> ol.list> li> .content> [class^="mod-"]:not([class^="mod-list"]):last-child {
  margin-bottom: 8px;
}
.mod-list-ordered> ol.list> li::before {
  width: 2em;
  padding: 0 5px 0 2px;
  content: counter(mod-list-ordered) ".";
  counter-increment: mod-list-ordered;
}
/* ----------------------------------------------------------------------------
 * .mod-list-notice
 * ------------------------------------------------------------------------- */
.mod-list-notice {
  margin: 0 0 24px;
}
.mod-list-notice> .list {
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mod-list-notice> .list {
    font-size: 1.2rem;
  }
}
.mod-list-notice> .list> li {
  padding: 0 0 0 1em;
  background: none;
}
.mod-list-notice> .list> li> * {
  padding: 0 0 1px;
}
.mod-list-notice> .list> li> .symbol {
  white-space: nowrap;
  padding-right: 7px;
}
.mod-list-notice> .list> li .content {
  display: inline;
}
.mod-list-notice> .list> li .content> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-list-notice> .list> li .content> *:last-child {
  margin-bottom: 0;
}
.mod-list-notice.align-center> .list,
.mod-list-notice.align-right> .list {
  text-align: left;
}
/* ----------------------------------------------------------------------------
 * .mod-list-description
 * ------------------------------------------------------------------------- */
.mod-list-description {
  font-size: 1.5rem;
  margin: 0 0 24px;
}
.mod-list-description> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -14px 0 0 -24px;
}
.mod-list-description> .list> * {
  padding: 14px 0 0 24px;
}
.mod-list-description> .list> *> dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.33333;
}
.mod-list-description> .list> *> dt dfn {
  font-style: normal;
}
.mod-list-description> .list> *> dt+ dt {
  margin-top: 3px;
}
.mod-list-description> .list> *> dd {
  margin: 6px 0 0;
}
.mod-list-description> .list> *> dd> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-list-description> .list> *> dd> *:last-child {
  margin-bottom: 0;
}
.mod-list-description[data-col="2"]> .list> * {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list-description[data-col="3"]> .list> * {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list-description[data-col="4"]> .list> * {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list-description[data-col="5"]> .list> * {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list-description[data-col="6"]> .list> * {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list-description .mod-list-description {
  margin-left: 16px;
}
/* ----------------------------------------------------------------------------
 * .mod-list-hasSymbol
 * ------------------------------------------------------------------------- */
.mod-list-hasSymbol {
  margin: 0 0 24px;
}
.mod-list-hasSymbol[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list-hasSymbol[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list-hasSymbol[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list-hasSymbol[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list-hasSymbol[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list-hasSymbol[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-list-hasSymbol[data-col]:not([data-col="1"])> .list> li {
  display: table;
}
.mod-list-hasSymbol> .list {
  display: table;
}
.mod-list-hasSymbol> .list> li {
  display: table-row;
}
.mod-list-hasSymbol> .list> li> .symbol,
.mod-list-hasSymbol> .list> li> .content {
  vertical-align: top;
  display: table-cell;
}
.mod-list-hasSymbol> .list> li> .symbol {
  white-space: nowrap;
  padding: 0 7px 0 0;
}
.mod-list-hasSymbol> .list> li> .content {
  width: 100%;
}
.mod-list-hasSymbol> .list> li> .content> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-list-hasSymbol> .list> li> .content> *:last-child {
  margin-bottom: 0;
}
.mod-list-hasSymbol> .list> li> .content> span:first-child {
  display: block;
}
.mod-list-hasSymbol> .list> li> .content> span:not(:last-child) {
  margin: 0 0 6px;
}
/* ----------------------------------------------------------------------------
 * .mod-list-flow
 * ------------------------------------------------------------------------- */
.mod-list-flow {
  margin: 0 0 24px;
}
.mod-list-flow[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list-flow[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list-flow[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list-flow[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list-flow[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list-flow> .list {
  overflow: hidden;
  margin: -24px 0 0 -24px;
}
.mod-list-flow> .list> li {
  padding: 24px 0 0 24px;
}
.mod-list-flow> .list> li> .inner {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 17px 24px;
  border: 2px solid #d9dadb;
}
.mod-list-flow> .list> li> .inner> .hdg> .label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #929294;
  display: inline-block;
  padding: 2px 11px 1px;
}
.mod-list-flow> .list> li> .inner> .hdg:first-child {
  margin-top: 7px;
}
.mod-list-flow> .list> li> .inner> .hdg+ .media {
  margin-top: 24px;
}
.mod-list-flow> .list> li> .inner> .hdg+ .txt {
  margin-top: 7px;
}
.mod-list-flow> .list> li> .inner> .media {
  width: 100%;
  min-height: calc(0%);
}
.mod-list-flow> .list> li> .inner> .media> span img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.mod-list-flow> .list> li> .inner> .media+ .hdg {
  margin-top: 24px;
}
.mod-list-flow> .list> li> .inner> .media+ .txt {
  margin-top: 21px;
}
.mod-list-flow> .list> li> .inner .txt+ .media {
  margin-top: 17px;
}
.mod-list-flow> .list> li:not(:last-child)> .inner::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 10px auto 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: #d9dadb;
}
.mod-list-flow.of-hasIndex> .list {
  counter-reset: mod-list-flow;
}
.mod-list-flow.of-hasIndex> .list> li> .inner> .txt::before {
  margin: 0 4px 0 0;
  content: counter(mod-list-flow) ".";
  counter-increment: mod-list-flow;
}
.mod-list-flow:not([data-col])> .list> li {
  flex-basis: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
}
.mod-list-flow[data-col]> .list> li:not(:last-child)> .inner::after {
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  margin: auto 0 auto 10px;
  border-color: transparent;
  border-left-color: #d9dadb;
}
/* ----------------------------------------------------------------------------
 * .mod-list-step
 * ------------------------------------------------------------------------- */
.mod-list-step {
  margin: 0 0 24px;
}
.mod-list-step[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-list-step[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-list-step[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-list-step[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-list-step[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-list-step> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -24px;
  counter-reset: mod-list-step;
}
.mod-list-step> .list> li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0 24px;
}
.mod-list-step> .list> li> .wrap {
  background: #f7f7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-list-step> .list> li> .wrap::before,
.mod-list-step> .list> li> .wrap> span {
  padding: 5px 0 3px;
}
.mod-list-step> .list> li> .wrap::before {
  padding-right: 6px;
  padding-left: 10px;
  content: counter(mod-list-step) ".";
  counter-increment: mod-list-step;
}
.mod-list-step> .list> li> .wrap> span,
.mod-list-step> .list> li> .wrap> b {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.mod-list-step> .list> li[aria-current="step"]> .wrap {
  background: #fff;
  border: 2px solid #5ca112;
}
.mod-list-step> .list> li[aria-current="step"]> .wrap::before,
.mod-list-step> .list> li[aria-current="step"]> .wrap> b {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 1px;
}
.mod-list-step> .list> li[aria-current="step"]> .wrap::before {
  padding-left: 8px;
}
.mod-list-step> .list> li[aria-current="step"]> .wrap> b {
  padding-left: 0;
}
.mod-list-step> .list> li+ li> .wrap {
  position: relative;
}
.mod-list-step> .list> li+ li> .wrap span::before,
.mod-list-step> .list> li+ li> .wrap b::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  content: "";
  border: 8px solid transparent;
  border-left-color: #d9d9d4;
}
.mod-list-step:not([data-col])> .list {
  display: block;
  width: auto;
  margin: 0;
}
.mod-list-step:not([data-col])> .list> li {
  display: block;
  margin: 0 0 24px;
  padding: 0;
}
.mod-list-step:not([data-col])> .list> li+ li> .wrap span::before,
.mod-list-step:not([data-col])> .list> li+ li> .wrap b::before {
  top: -18px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  border-top-color: #d9d9d4;
  border-left-color: transparent;
}
/* ============================================================================
 * _tbl modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-tbl
 * ------------------------------------------------------------------------- */
.mod-tbl {
  margin: 0 0 24px;
}
.mod-tbl.var-02 thead th:not(:first-child) {
  background: #fff;
}
.mod-tbl.var-02 tbody th {
  background: #f0f1f3;
}
.mod-tbl.var-03 thead th {
  color: #fff;
  background: #929294;
}
.mod-tbl.var-03 tbody th {
  background: #f0f1f3;
}
.mod-tbl.of-scroll[tabindex] {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mod-tbl.of-scroll[tabindex] table {
  min-width: 768px;
}
.mod-tbl.of-break table,
.mod-tbl.of-break caption,
.mod-tbl.of-break thead,
.mod-tbl.of-break tbody,
.mod-tbl.of-break tr,
.mod-tbl.of-break th,
.mod-tbl.of-break td {
  display: block;
}
.mod-tbl.of-break table {
  table-layout: auto;
  border-width: 0;
}
.mod-tbl.of-break th {
  border-bottom-width: 0;
}
.mod-tbl.of-break tr:not(:first-child) th {
  border-top-width: 0;
}
.mod-tbl.of-tableLayoutAuto table {
  table-layout: auto;
}
.mod-tbl table {
  font-size: 1.5rem;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d9dadb;
}
.mod-tbl tbody {
  background: #fff;
}
.mod-tbl caption {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 7px;
}
.mod-tbl td,
.mod-tbl th {
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  padding: 9px 11px 5px;
  border: 1px solid #d9dadb;
}
.mod-tbl td> *:first-child:not(.mod-btn):not([data-col]),
.mod-tbl th> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-tbl td> *:last-child,
.mod-tbl th> *:last-child {
  margin-bottom: 0;
}
.mod-tbl thead th {
  background: #f0f1f3;
}
.mod-tbl tbody th {
  font-weight: normal;
}
.richtext_box2 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.richtext_box2 table {
  font-size: 1.5rem;
  margin: 0 0 24px;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d9dadb;
}
.richtext_box2 table:last-child {
  margin-bottom: 0;
}
.richtext_box2 tbody {
  background: #fff;
}
.richtext_box2 caption {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 7px;
}
.richtext_box2 td,
.richtext_box2 th {
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  padding: 9px 11px 5px;
  border: 1px solid #d9dadb;
}
.richtext_box2 td> *:first-child:not(.mod-btn):not([data-col]),
.richtext_box2 th> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.richtext_box2 td> *:last-child,
.richtext_box2 th> *:last-child {
  margin-bottom: 0;
}
.richtext_box2 th {
  font-weight: normal;
  white-space: pre-line;
  background: #f0f1f3;
}
.richtext_box2 th.thead {
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  background: #929294;
}
/* ============================================================================
 * _box modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-box
 * ------------------------------------------------------------------------- */
.mod-box {
  margin: 0 0 40px;
}
.mod-box> .inner {
  background: #fff;
  padding: 24px;
  color: #000;
}
.mod-box> .inner> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-box> .inner> *:last-child {
  margin-bottom: 0;
}
.mod-box> .inner> .hdg {
  font-weight: normal;
}
.mod-box.var-02 {
  border-color: #f7f7f2;
}
.mod-box.var-02> .inner {
  background: #f1f3f6;
}
.mod-box.var-03> .inner {
  background: #fffbea;
}
.mod-box.var-03.type-narrow {
  position: relative;
  margin-bottom: 16px;
  padding-top: 50px;
}
.mod-box.var-03.type-narrow:before {
  position: absolute;
  display: block;
  background: url(/mansion/shared/img/ic-02.png) 0 0 no-repeat;
  width: 42px;
  height: 34px;
  left: 50%;
  top: 0;
  margin-left: -21px;
  content: "";
}
section[class*="mod-box"]> .inner> .hdg {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 8px;
}
section[class*="mod-box"]> .inner:not(:first-child)> .hdg {
  font-size: 1.8rem;
}
section[class*="mod-box"]> .inner:not(:first-child):not(section)> .hdg {
  display: none;
}
section[class*="mod-box"]> .inner:first-child> *:first-child:not(.hdg) {
  display: none;
}
/* ----------------------------------------------------------------------------
 * .mod-box-list
 * ------------------------------------------------------------------------- */
.mod-box-list {
  margin: 0 0 40px;
}
.mod-box-list> .item> .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin: 0 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}
.mod-box-list> .item> .header> .hdg {
  font-size: 1.9rem;
}
.mod-box-list> .item> .header> .property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0 0 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.mod-box-list> .item> .header> .property .label {
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background: #999997;
  margin: 0 12px 0 0;
  padding: 5px 8px 4px;
}
.mod-box-list> .item> .header> .property .label.var-02 {
  background: #e85db3;
}
.mod-box-list> .item> .header> .property .label.var-03 {
  background: #d65347;
}
.mod-box-list> .item> .header> .property .label.var-04 {
  background: #32a8b2;
}
.mod-box-list> .item> .header> .property .label.var-05 {
  background: #e3af02;
}
.mod-box-list> .item> .header> .property .date {
  font-size: 1.3rem;
  margin: 1px 0 0;
}
.mod-box-list> .item> .content> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-box-list> .item> .content> *:last-child {
  margin-bottom: 0;
}
.mod-box-list> .item> .footer {
  margin: 17px 0 0;
}
.mod-box-list> .item> .footer .btn {
  font-weight: bold;
}
.mod-box-list> .item> .footer .btn a {
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  color: inherit;
  background: #f0f1f3;
  position: relative;
  display: block;
  width: 200px;
  padding: 14px 12px 10px;
  border: 1px solid #d9dadb;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
}
.mod-box-list> .item> .footer .btn a:not([href]) {
  opacity: .3;
}
.mod-box-list> .item> .footer .btn a:not([target="_blank"])::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -84px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto 0;
  content: "";
}
.mod-box-list> .item> .footer .btn a[target="_blank"] img.icn-_blank {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto 0;
}
.mod-box-list> .item+ .item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d9dadb;
}
/* ----------------------------------------------------------------------------
 * .mod-box-step
 * ------------------------------------------------------------------------- */
.mod-box-step {
  margin: 0 0 40px;
}
.mod-box-step> .step {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 20px 20px 12px;
  border: 1px solid #d9dadb;
}
.mod-box-step> .step> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-box-step> .step> *:last-child {
  margin-bottom: 0;
}
.mod-box-step> .step> .hdg {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.mod-box-step> .step> .hdg span:first-child {
  color: #fff;
  background: #929294;
  padding: 4px 10px;
}
.mod-box-step> .step> .hdg strong {
  padding-left: 1em;
  font-size: 2.0rem;
  color: #000;
}
.mod-box-step> .step> .hdg sup {
  font-size: 1.6rem;
}
.mod-box-step> .step> .hdg span:not(:first-child) {
  margin: 0 0 0 10px;
}
.mod-box-step> .step> .hdg+ * {
  margin-top: 0;
}
.mod-box-step> .step+ .step,
.mod-box-step> .step+ .step-note {
  margin-top: 57px;
}
.mod-box-step> .step+ .step::before,
.mod-box-step> .step+ .step-note::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -23px -112px;
  background-size: 201px 196px;
  position: absolute;
  top: -39px;
  right: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 18px;
  margin: 0 auto;
  content: "";
}
.mod-box-step> .step+ .step:last-child .step-endText,
.mod-box-step> .step+ .step-note:last-child .step-endText {
  text-align: center;
  padding-bottom: 6px;
}
.mod-box-step> .step+ .step:last-child .step-endText b,
.mod-box-step> .step+ .step-note:last-child .step-endText b {
  font-size: 2rem;
  font-weight: bold;
}
.mod-box-step> .step+ .step-note {
  margin-top: 47px;
}
.mod-box-step> .step+ .step-note::before {
  top: -28px;
}
.step-note {
  background-color: #fff8eb;
  position: relative;
  display: table;
  margin: auto;
  margin-bottom: 1em;
  padding: .5em 1em .4em;
}
.mod-box-step> .step.last {
  background: #929294;
}
.mod-box-step> .step.last .hdg {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
/**********AEM専用**********/
.richtext_box2+ .ux2_stepbox {
  margin-top: 8px;
}
.ux2_stepbox:last-child {
  margin-bottom: 40px;
}
/* ----------------------------------------------------------------------------
 * .mod-conversion コンバージョンへの導線を設置する
 * ------------------------------------------------------------------------- */
.mod-conversion {
  margin: 0 0 40px;
}
.mod-conversion .box-item {
  text-align: center;
}
.mod-conversion .box-item .hdg {
  font-size: 1.7rem;
  font-weight: bold;
  background: #f1f3f6;
  padding: 15px 15px 13px;
  border: 1px solid #d9dadb;
  border-radius: 4px 4px 0 0;
}
.mod-conversion .box-item .content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  align-items: center;
  padding: 16px 16px 15px;
  border: 1px solid #d9dadb;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-conversion .box-item .content> * {
  width: 100%;
}
.mod-conversion .box-item .content> p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}
.mod-conversion .box-item .content .lede {
  font-size: 1.3rem;
  font-weight: bold;
}
.mod-conversion .box-item .content .time {
  order: 3;
  margin: 0 0 9px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
}
.mod-conversion .box-item .content .note {
  font-size: 1.3rem;
  display: table;
  order: 4;
  width: auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
}
.mod-conversion .box-item .content .note> * {
  display: table-cell;
}
.mod-conversion .box-item .content .note> .symbol {
  white-space: nowrap;
}
.mod-conversion .box-item .content .number {
  font-family: -apple-system, arial, "Helvetica Neue", helvetica, sans-serif;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0 1px;
  margin: 0 0 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-conversion .box-item .content .number a {
  line-height: 1.3;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-conversion .box-item .content .number img {
  vertical-align: middle;
}
[data-msbr="edge"] .mod-conversion .box-item .content .number {
  display: block;
}
.mod-conversion .box-item .content .mod-btn {
  margin: 25px 0 19px;
}
.mod-conversion[data-col]> .inner .conversion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}
.mod-conversion[data-col]> .inner .conversion-box+ .conversion-box {
  margin-top: 0;
}
.mod-conversion[data-col]> .inner .conversion-box> .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 24px 0 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.mod-conversion[data-col]> .inner .conversion-box> .box-item:not(:only-child) .mod-btn a,
.mod-conversion[data-col]> .inner .conversion-box> .box-item:not(:only-child) .mod-btn button {
  width: 100%;
  max-width: 235px;
}
.mod-conversion[data-col="1"]> .inner .box-item {
  width: 100%;
}
.mod-conversion[data-col="2"]> .inner .box-item {
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
/* ----------------------------------------------------------------------------
* .mod-information
* ------------------------------------------------------------------------- */
.mod-information {
  margin: 12px 0 32px;
  padding: 0 16px;
  border: 1px solid;
}
.mod-information[data-level]:not([data-level=""]) strong {
  display: block;
  padding: 0 0 0 30px;
}
.mod-information[data-level]:not([data-level=""]) strong::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
}
.mod-information strong {
  font-weight: normal;
  color: #223;
  position: relative;
}
.mod-information .list {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 0 12px;
}
.mod-information li a {
  text-decoration: underline;
  color: inherit;
}
.mod-information li:not(:last-child) {
  margin: 0 0 4px;
}
.mod-information[data-level="caution"] {
  border-color: #ffb030;
}
.mod-information[data-level="caution"] strong::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -50px;
  background-size: 201px 196px;
  left: 1px;
  width: 20px;
  height: 20px;
}
.mod-information[data-level="warn"] {
  border-color: #e00000;
}
.mod-information[data-level="warn"] strong {
  color: #e00000;
}
.mod-information[data-level="warn"] strong::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -145px -150px;
  background-size: 201px 196px;
  left: 0;
  width: 22px;
  height: 20px;
}
/* ============================================================================
 * _pnl modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-pnl
 * ------------------------------------------------------------------------- */
.mod-pnl {
  margin: 0 0 24px;
}
.mod-pnl> .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}
.mod-pnl> .inner[data-justify="right"] {
  justify-content: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
}
.mod-pnl> .inner[data-justify="center"] {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-pnl> .inner> .col {
  padding: 15px 0 0 15px;
}
.mod-pnl[data-col="2"]> .inner> .col {
  flex-basis: calc(100% / 2);
  -ms-flex-preferred-size: calc(100% / 2);
}
.mod-pnl[data-col="3"]> .inner> .col {
  flex-basis: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
}
.mod-pnl[data-col="4"]> .inner> .col {
  flex-basis: calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
}
.mod-pnl[data-col="5"]> .inner> .col {
  flex-basis: calc(100% / 5);
  -ms-flex-preferred-size: calc(100% / 5);
}
.mod-pnl[data-col="6"]> .inner> .col {
  flex-basis: calc(100% / 6);
  -ms-flex-preferred-size: calc(100% / 6);
}
.mod-pnl> .inner> .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mod-pnl> .inner> .col> .content {
  text-decoration: none;
  color: #223;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 20px 20px;
  border: 1px solid #d9dadb;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.mod-pnl> .inner> .col> .content> .summary {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}
.mod-pnl> .inner> .col> .content> .summary p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
}
.mod-pnl> .inner> .col> .content> .summary p> b.lede {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 9px;
  text-align: center;
}
.mod-pnl> .inner> .col> .content> .media {
  min-width: 40px;
  min-height: calc(0%);
  margin: 0 0 18px;
}
.mod-pnl> .inner> .col> .content> .media> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-pnl> .inner> .col> .content> .media> *:last-child {
  margin-bottom: 0;
}
.mod-pnl> .inner> .col> .content> .media .mod-media> .inner> .media img {
  width: 100%;
  height: auto;
}
.mod-pnl> .inner> .col> .content[href] {
  -webkit-box-shadow: 0 0 7px rgba(180,180,180,0.5);
  -moz-box-shadow: 0 0 7px rgba(180,180,180,0.5);
  box-shadow: 0 0 7px rgba(180,180,180,0.5);
  -webkit-transition: .2s all ease-out;
          transition: .2s all ease-out;
}
.mod-pnl> .inner> .col> .content[href]:hover {
  -webkit-box-shadow: 0 0 30px rgba(180,180,180,1);
  -moz-box-shadow: 0 0 30px rgba(180,180,180,1);
  box-shadow: 0 0 30px rgba(180,180,180,1);
}
.mod-pnl> .inner> .col> .content[href]:hover * {
  opacity: .9;
}
.mod-pnl> .inner> .col> .content[href]:not([target="_blank"])> .summary p> b.lede:after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: -4px 0 0 4px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-pnl.type-onlyimage> .inner> .col {
  width: 100%;
}
.mod-pnl.type-onlyimage> .inner> .col> .content[href] {
  position: relative;
  padding-right: 30px;
  padding-bottom: 15px;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-pnl.type-onlyimage> .inner> .col> .content[href]> .media {
  margin-bottom: 0;
}
.mod-pnl.type-onlyimage> .inner> .col> .content> .media .mod-media> .inner> .media img {
  width: 80%;
  height: auto;
  margin: 0;
}
.mod-pnl.type-onlyimage .mod-media> .inner {
  margin: 0;
}
.mod-pnl.type-onlyimage> .inner> .col> .content[href]:not([target="_blank"])::after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: -4px 0 0 4px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-multiToggle .mod-pnl.type-onlyimage> .inner> .col> .content[href]:not([target="_blank"])::after {
  left: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mod-multiToggle .mod-pnl.type-onlyimage> .inner> .col> .content.open[href]:not([target="_blank"])::after {
  bottom: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod-pnl.type-onlyimage> .inner> .col> .content[href][target="_blank"] img.icn-_blank {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
}
.mod-pnl> .inner> .col> .content[href][target="_blank"]> .summary img.icn-_blank {
  margin-left: 8px;
  vertical-align: middle;
}
.mod-pnl[data-media-position="bottom"]> .inner> .col> .content {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 13px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.mod-pnl[data-media-position="bottom"]> .inner> .col> .content> .media {
  margin: 18px 0 0;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content,
.mod-pnl[data-media-position="left"]> .inner> .col> .content {
  padding-right: 32px;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content> .media,
.mod-pnl[data-media-position="left"]> .inner> .col> .content> .media {
  max-width: 45%;
  padding-bottom: 7px;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content .summary,
.mod-pnl[data-media-position="left"]> .inner> .col> .content .summary {
  width: 50%;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content[href]:not([target="_blank"])> .summary,
.mod-pnl[data-media-position="left"]> .inner> .col> .content[href]:not([target="_blank"])> .summary {
  position: static;
  padding: 0;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content[href]:not([target="_blank"])> .summary::after,
.mod-pnl[data-media-position="left"]> .inner> .col> .content[href]:not([target="_blank"])> .summary::after {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.mod-pnl[data-media-position="left"]> .inner> .col> .content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.mod-pnl[data-media-position="left"]> .inner> .col> .content> .media {
  margin: 0 18px 0 0;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content {
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.mod-pnl[data-media-position="right"]> .inner> .col> .content> .media {
  margin: 0 0 0 18px;
}
.mod-pnl+ [class^="mod-hdg"] {
  margin-top: 80px;
}
/* ============================================================================
 * _lyt modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-lyt
 * ------------------------------------------------------------------------- */
.mod-lyt {
  margin: 0 0 24px;
}
.mod-lyt> .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.mod-lyt> .inner> .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 20px 0 0 20px;
  -ms-flex-preferred-size: 100%;
}
.mod-lyt> .inner> .col> *:first-child {
  margin-top: 0;
}
.mod-lyt> .inner> .col> *:last-child {
  margin-bottom: 0;
}
.mod-lyt[data-col="2"]> .inner> .col {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-lyt[data-col="3"]> .inner> .col {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-lyt[data-col="4"]> .inner> .col {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-lyt[data-col="5"]> .inner> .col {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-lyt[data-col="6"]> .inner> .col {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
/* ----------------------------------------------------------------------------
 * .mod-lyt-media
 * ------------------------------------------------------------------------- */
.mod-lyt-media {
  margin: 0 0 40px;
}
.mod-lyt-media> .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}
.mod-lyt-media> .inner> .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mod-lyt-media> .inner> .content> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-lyt-media> .inner> .content> *:last-child {
  margin-bottom: 0;
}
.mod-lyt-media> .inner> .media {
  width: 100%;
  padding: 0 0 15px;
}
.mod-lyt-media> .inner> .media> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-lyt-media> .inner> .media> *:last-child {
  margin-bottom: 0;
}
.mod-lyt-media.of-reverse> .inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.mod-lyt-media.of-reverse> .inner> .content {
  padding: 0 0 15px;
}
.mod-lyt-media.of-reverse> .inner> .media {
  padding: 0;
}
.mod-lyt-media.of-noBreak> .inner {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.mod-lyt-media.of-noBreak> .inner> .content {
  padding: 0 0 0 15px;
}
.mod-lyt-media.of-noBreak> .inner> .media {
  padding-top: 4px;
}
.mod-lyt-media.of-noBreak.of-reverse> .inner {
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.mod-lyt-media.of-noBreak.of-reverse> .inner> .content {
  padding: 0 15px 0 0;
}
.mod-lyt-media .mod-media> .inner {
  width: auto;
}
.mod-lyt-media .mod-media> .inner> .media img:not([width]) {
  width: 100%;
}
.mod-lyt-media .mod-media> .inner> .media img:not([height]) {
  height: auto;
}
/* ============================================================================
 * _form フォーム関連モジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * %form-label フォームラベル
 * ------------------------------------------------------------------------- */
.mod-form-txt> label,
.mod-form-split> legend,
.mod-form-select> label,
.mod-form-fieldset> .inner> .content> .label {
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  display: block;
}
.mod-form-txt> label .required,
.mod-form-split> legend .required,
.mod-form-select> label .required,
.mod-form-fieldset> .inner> .content> .label .required {
  font-size: 1.5rem;
  line-height: 1.6;
  white-space: nowrap;
  color: #fff;
  background: #e00000;
  margin: 0 0 0 14px;
  padding: 2px 8px 0;
}
/* ----------------------------------------------------------------------------
 * %form-note フォーム説明・注釈テキスト
 * ------------------------------------------------------------------------- */
.mod-form-txt> p,
.mod-form-split> p,
.mod-form-select> p {
  margin: 10px 0 7px 16px;
}
.mod-form-txt> p.of-invalid,
.mod-form-split> p.of-invalid,
.mod-form-select> p.of-invalid {
  color: #e00000;
}
.mod-form-txt> p.of-notice,
.mod-form-split> p.of-notice,
.mod-form-select> p.of-notice {
  display: table;
}
.mod-form-txt> p.of-notice> *,
.mod-form-split> p.of-notice> *,
.mod-form-select> p.of-notice> * {
  display: table-cell;
}
.mod-form-txt> p.of-notice> .symbol,
.mod-form-split> p.of-notice> .symbol,
.mod-form-select> p.of-notice> .symbol {
  padding: 0 4px 0 0;
}
.mod-form-txt> p+ p,
.mod-form-split> p+ p,
.mod-form-select> p+ p {
  margin-top: -8px;
}
/* ----------------------------------------------------------------------------
 * %form-txt テキストフィールド
 * ------------------------------------------------------------------------- */
.mod-form-txt> input,
.mod-form-txt> textarea,
.mod-form-split> .lyt input,
.mod-form-select> .select> select,
.mod-form-searchbox> .inner> .input input {
  font-size: 1.6rem;
  line-height: 1.15;
  display: block;
  min-height: 34px;
  padding: 8px 16px 6px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(180,180,180,0.5);
  -moz-box-shadow: 0 0 7px rgba(180,180,180,0.5);
  box-shadow: 0 0 7px rgba(180,180,180,0.5);
}
.mod-form-txt> input[aria-invalid="true"],
.mod-form-txt> textarea[aria-invalid="true"],
.mod-form-split> .lyt input[aria-invalid="true"],
.mod-form-select> .select> select[aria-invalid="true"],
.mod-form-searchbox> .inner> .input input[aria-invalid="true"] {
  background: #ffebeb;
  border-color: #e00000;
}
.mod-form-txt> input:focus,
.mod-form-txt> textarea:focus,
.mod-form-split> .lyt input:focus,
.mod-form-select> .select> select:focus,
.mod-form-searchbox> .inner> .input input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #b2c4ff;
          box-shadow: 0 0 0 2px #b2c4ff;
}
/* ----------------------------------------------------------------------------
 * .mod-form-txt テキストフィールド
 * ------------------------------------------------------------------------- */
.mod-form-txt {
  margin: 0 0 24px;
}
.mod-form-txt+ .mod-form-txt {
  margin-top: -13px;
}
.mod-form-txt> input,
.mod-form-txt> textarea {
  width: 100%;
}
.mod-form-txt> input:not(:first-child),
.mod-form-txt> textarea:not(:first-child) {
  margin: 10px 0 0;
}
.mod-form-txt> input {
  color: #707070;
}
.mod-form-txt> textarea {
  max-width: 100%;
  min-height: 136px;
}
/* ----------------------------------------------------------------------------
 * .mod-form-split 複数の番号入力
 * ------------------------------------------------------------------------- */
.mod-form-split {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}
.mod-form-split> legend~ .lyt {
  margin: 10px 0 0;
}
.mod-form-split> .lyt {
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-form-split> .lyt input {
  text-align: center;
  width: 100%;
  max-width: 70px;
  padding-right: 5px;
  padding-left: 5px;
}
.mod-form-split> .lyt .symbol {
  margin: 0 10px 0 0;
}
.mod-form-split> .lyt .joint {
  margin: 0 8px;
}
/* ----------------------------------------------------------------------------
 * .mod-form-select セレクト
 * ------------------------------------------------------------------------- */
.mod-form-select {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}
.mod-form-select> label~ .select {
  margin: 10px 0 0;
}
.mod-form-select> .select {
  background: #fff;
  position: relative;
  z-index: 1;
  height: calc(0%);
}
.mod-form-select> .select> select {
  background: transparent;
  width: 100%;
  border: 1px solid #929294;
}
.mod-form-select> .select::before,
.mod-form-select> .select::after {
  position: absolute;
  display: block;
  content: "";
}
.mod-form-select> .select::before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  margin: auto 0;
}
.mod-form-select> .select::after {
  pointer-events: none;
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -156px -126px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 16px;
  margin: auto 0;
}
/* ----------------------------------------------------------------------------
 * .mod-form-checkbox チェックボックス
 * ------------------------------------------------------------------------- */
.mod-form-checkbox {
  margin: 0 0 24px;
}
.mod-form-checkbox[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-form-checkbox[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-form-checkbox[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-form-checkbox[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-form-checkbox[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-form-checkbox[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-form-checkbox> .list input {
  position: absolute;
  z-index: -1;
  right: 100%;
  bottom: 100%;
  opacity: 0;
}
.mod-form-checkbox> .list input:checked+ span::after {
  opacity: 1;
}
.mod-form-checkbox> .list input:focus+ span::before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #b2c4ff;
          box-shadow: 0 0 0 2px #b2c4ff;
}
.mod-form-checkbox> .list> li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.mod-form-checkbox> .list> li:last-child {
  margin-bottom: 0;
}
.mod-form-checkbox> .list> li> label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-form-checkbox> .list> li> label::after {
  display: block;
  float: right;
  min-height: 20px;
  content: "";
}
.mod-form-checkbox> .list> li> label> span {
  display: block;
  padding: 0 0 0 37px;
  cursor: default;
}
.mod-form-checkbox> .list> li> label> span::before,
.mod-form-checkbox> .list> li> label> span::after {
  position: absolute;
  display: block;
  content: "";
}
.mod-form-checkbox> .list> li> label> span::before {
  background: #fff;
  z-index: 1;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #929294;
}
.mod-form-checkbox> .list> li> label> span::after {
  z-index: 2;
  -webkit-transition: .2s opacity ease-out;
          transition: .2s opacity ease-out;
  opacity: 0;
}
.mod-form-checkbox [type="checkbox"]+ span::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -150px;
  background-size: 201px 196px;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 18px;
  height: 18px;
  content: "";
}
/* ----------------------------------------------------------------------------
 * .mod-form-radio ラジオボタン
 * ------------------------------------------------------------------------- */
.mod-form-radio {
  margin: 0 0 24px;
}
.mod-form-radio[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-form-radio[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-form-radio[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-form-radio[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-form-radio[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-form-radio[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
.mod-form-radio> .list input {
  position: absolute;
  z-index: -1;
  right: 100%;
  bottom: 100%;
  opacity: 0;
}
.mod-form-radio> .list input:checked+ span::after {
  opacity: 1;
}
.mod-form-radio> .list input:focus+ span::before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #b2c4ff;
          box-shadow: 0 0 0 2px #b2c4ff;
}
.mod-form-radio> .list> li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.mod-form-radio> .list> li:last-child {
  margin-bottom: 0;
}
.mod-form-radio> .list> li> label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-form-radio> .list> li> label::after {
  display: block;
  float: right;
  min-height: 20px;
  content: "";
}
.mod-form-radio> .list> li> label> span {
  display: block;
  padding: 0 0 0 37px;
  cursor: default;
}
.mod-form-radio> .list> li> label> span::before,
.mod-form-radio> .list> li> label> span::after {
  position: absolute;
  display: block;
  content: "";
}
.mod-form-radio> .list> li> label> span::before {
  background: #fff;
  z-index: 1;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #929294;
}
.mod-form-radio> .list> li> label> span::after {
  z-index: 2;
  -webkit-transition: .2s opacity ease-out;
          transition: .2s opacity ease-out;
  opacity: 0;
}
.mod-form-radio [type="radio"]+ span::before {
  border-radius: 80px;
}
.mod-form-radio [type="radio"]+ span::after {
  background: #314da5;
  top: 6px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 32px;
}
/* ----------------------------------------------------------------------------
 * .mod-form-radio02 ラジオボタン
 * ------------------------------------------------------------------------- */
.mod-form-radio02 {
  margin: 0 0 24px;
}
.mod-form-radio02> .list {
  margin: -12px 0 0 -12px;
}
.mod-form-radio02> .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 0 12px;
}
.mod-form-radio02> .list li.of-hasImage label input+ .content {
  padding-top: 12px;
  padding-bottom: 5px;
}
.mod-form-radio02> .list li.of-hasImage label input+ .content::before,
.mod-form-radio02> .list li.of-hasImage label input+ .content::after {
  bottom: auto;
  margin: 0;
}
.mod-form-radio02> .list li.of-hasImage label input+ .content::before {
  top: 22px;
}
.mod-form-radio02> .list li.of-hasImage label input+ .content::after {
  top: 26px;
}
.mod-form-radio02> .list li.of-hasImage label input+ .content img {
  display: block;
  margin: 0 9px 9px 0;
}
.mod-form-radio02> .list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
}
.mod-form-radio02> .list label input {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 0;
}
.mod-form-radio02> .list label input+ .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px 22px 10px 44px;
  -webkit-transition: .2s background-color ease-out, .2s border-color ease-out;
          transition: .2s background-color ease-out, .2s border-color ease-out;
  border: 1px solid #929294;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-form-radio02> .list label input+ .content::before,
.mod-form-radio02> .list label input+ .content::after {
  position: absolute;
  display: block;
  margin: auto 0;
  content: "";
}
.mod-form-radio02> .list label input+ .content::before {
  background: #fff;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 1px solid #929294;
  border-radius: 40px;
}
.mod-form-radio02> .list label input+ .content::after {
  background: #5ca122;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 12px;
  height: 12px;
  -webkit-transition: .2s opacity ease-out;
          transition: .2s opacity ease-out;
  border-radius: 24px;
  opacity: 0;
}
.mod-form-radio02> .list label input:checked+ span {
  background: #f1ffe5;
  border-color: #5ca122;
}
.mod-form-radio02> .list label input:checked+ span::after {
  opacity: 1;
}
.mod-form-radio02> .list label input:focus+ .content::before {
  -webkit-box-shadow: 0 0 0 2px #b2c4ff;
          box-shadow: 0 0 0 2px #b2c4ff;
}
.mod-form-radio02[data-col]:not([data-col="1"])> .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-form-radio02[data-col="2"]> .list> li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
}
.mod-form-radio02[data-col="3"]> .list> li {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.333%;
}
.mod-form-radio02[data-col="4"]> .list> li {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
}
.mod-form-radio02[data-col="5"]> .list> li {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
}
.mod-form-radio02[data-col="6"]> .list> li {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
  -ms-flex-preferred-size: 16.666%;
}
/* ----------------------------------------------------------------------------
 * .mod-form-searchBox 検索ボックス
 * ------------------------------------------------------------------------- */
.mod-form-searchbox {
  margin: 0 0 15px;
}
.mod-form-searchbox> .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-form-searchbox> .inner> .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 8px 0 0;
}
.mod-form-searchbox> .inner> .input input {
  width: 100%;
}
.mod-form-searchbox> .inner> .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 50px;
  min-width: 50px;
  max-width: 50px;
  -ms-flex-preferred-size: 50px;
}
.mod-form-searchbox> .inner> .submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#000000));
  background: linear-gradient(to bottom, #545454, #000000);
  position: relative;
  width: 100%;
  border-radius: 0 3px 3px 0;
}
.mod-form-searchbox> .inner> .submit button::after {
  background: url(/mansion/shared/img/icn-search.svg) no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
}
.mod-form-searchbox> .inner> .submit button span {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* ----------------------------------------------------------------------------
 * .mod-form-fieldset フィールドセット
 * ------------------------------------------------------------------------- */
.mod-form-fieldset {
  margin: 0 0 40px;
  border: solid #d9dadb;
  border-width: 1px 0;
}
.mod-form-fieldset+ .mod-form-fieldset {
  margin-top: -40px;
  border-top: 0;
}
.mod-form-fieldset> .inner {
  overflow: hidden;
  padding: 22px 0;
}
.mod-form-fieldset> .inner> .content {
  display: flow-root;
  margin: 0 0 0 -24px;
  padding: 0;
  border: 0;
}
.mod-form-fieldset> .inner> .content> * {
  padding: 0 0 0 24px;
}
.mod-form-fieldset> .inner> .content> .label {
  float: left;
  width: 26%;
  padding-top: 1px;
}
.mod-form-fieldset> .inner> .content> .input {
  float: right;
  width: 74%;
}
.mod-form-fieldset> .inner> .content> .input> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-form-fieldset> .inner> .content> .input> *:last-child {
  margin-bottom: 0;
}
.mod-form-fieldset> .inner> .content:not(fieldset) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
/* ----------------------------------------------------------------------------
 * .mod-form-agreeCheck 同意ボックス
 * ------------------------------------------------------------------------- */
.mod-form-agreeCheck {
  background: #fff8eb;
  margin: 0 0 40px;
  border: 1px solid #d9dadb;
}
.mod-form-agreeCheck> .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-form-agreeCheck> .checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-form-agreeCheck> .checkbox label::after {
  display: block;
  float: right;
  min-height: 20px;
  content: "";
}
.mod-form-agreeCheck> .checkbox [type="checkbox"] {
  position: absolute;
  z-index: -1;
  right: 100%;
  bottom: 100%;
  opacity: 0;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]:checked+ span::after {
  opacity: 1;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]:focus+ span::before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #b2c4ff;
          box-shadow: 0 0 0 2px #b2c4ff;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span {
  display: block;
  padding: 0 0 0 40px;
  cursor: default;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::before,
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::after {
  position: absolute;
  display: block;
  content: "";
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::before {
  background: #fff;
  z-index: 1;
  top: 2px;
  left: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #929294;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -150px;
  background-size: 201px 196px;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 9px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transition: .2s opacity ease-out;
          transition: .2s opacity ease-out;
  opacity: 0;
}
/* ============================================================================
 * _media modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-media
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 単一メディアレイアウト .mod-media
 * ------------------------------------------------------------------------- */
.mod-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 24px;
}
.mod-media> .inner {
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mod-media> .inner> .caption {
  font-size: 1.2rem;
  width: 100%;
}
.mod-media> .inner> .media {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mod-media> .inner> .media img,
.mod-media> .inner> .media iframe,
.mod-media> .inner> .media video,
.mod-media> .inner> .media picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod-media> .inner> .media img[src*="icn-"] {
  position: absolute;
  margin: auto;
}
.mod-media> .inner> .media img[src*="icn-"]:not([data-position]) {
  top: 8px;
  left: 8px;
}
.mod-media> .inner> .media img[src*="icn-"][data-position*="top"] {
  top: 8px;
}
.mod-media> .inner> .media img[src*="icn-"][data-position*="bottom"] {
  bottom: 8px;
}
.mod-media> .inner> .media img[src*="icn-"][data-position*="left"] {
  left: 8px;
}
.mod-media> .inner> .media img[src*="icn-"][data-position*="right"] {
  right: 8px;
}
.mod-media.of-reverse> .inner {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}
.mod-media.align-left {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.mod-media.align-left> .caption {
  text-align: left;
}
.mod-media.align-left> .caption> img {
  margin-left: 0;
}
.mod-media.align-right {
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.mod-media.align-right> .caption {
  text-align: right;
}
.mod-media.align-right> .caption> img {
  margin-right: 0;
}
/*背景に白塗りの下敷き*/
*+ .caption {
  display: inline-block;
  margin: 6px 0 0;
}
/*AEM専用*/
.parbase.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.parbase.image [align="left"] {
  margin-right: auto;
}
.parbase.image [align="right"] {
  margin-left: auto;
}
.parbase.image [align] {
  text-align: left;
}
.parbase.image .caption {
  display: block;
}
.parbase.image img {
  max-width: 100%;
}
/* ============================================================================
 * _widget modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .js-carousel 共通スタイル
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .mod-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html[data-script-enabled="true"] .mod-carousel.is-ready> * {
  -webkit-transition: .3s transform ease-out;
          transition: .3s transform ease-out;
}
html[data-script-enabled="true"] .mod-carousel.is-dragging> * {
  -webkit-transition: none !important;
          transition: none !important;
}
/* ----------------------------------------------------------------------------
 * .js-tgl 共通スタイル
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tgl> summary.tgl-hook {
  display: list-item;
  list-style: none;
}
html[data-script-enabled="true"] .js-tgl> summary.tgl-hook::-webkit-details-marker {
  display: none;
}
html[data-script-enabled="true"] .js-tgl> .tgl-hook {
  display: block;
  cursor: default;
}
html[data-script-enabled="true"] .js-tgl> .tgl-panel {
  overflow: hidden;
  padding: 0 !important;
  -webkit-transition: .2s height ease-out;
          transition: .2s height ease-out;
}
html[data-script-enabled="true"] .js-tgl:not([open]) .tgl-panel {
  display: none;
}
html[data-script-enabled="true"] .js-tgl:not([open]) .tgl-panel> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
html[data-script-enabled="true"] .js-tgl:not([open]) .tgl-panel> *:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------------------
 * .js-tab 共通スタイル
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tab [role="tab"] {
  cursor: default;
}
html[data-script-enabled="true"] .js-tab .tab-panel:not(:nth-of-type(1)):not([aria-hidden="false"]) {
  display: none;
}
html[data-script-enabled="true"] .js-tab .tab-panel[aria-hidden="true"] {
  display: none;
}
/* ----------------------------------------------------------------------------
 * .js-accordion 共通スタイル
 * ------------------------------------------------------------------------- */
.js-accordion .accordion-panel {
  overflow: hidden;
  padding: 0 !important;
}
html[data-script-enabled="true"] .js-accordion .accordion-panel {
  display: none;
  -webkit-transition: .2s height ease-out;
          transition: .2s height ease-out;
}
html[data-script-enabled="true"] .js-accordion .accordion-panel[role="region"]:not([hidden]) {
  display: block;
}
/* ----------------------------------------------------------------------------
 * .js-setCondition 共通スタイル
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-setCondition [data-step-name]:not([data-step-name="default"]):not(.is-active) {
  display: none;
}
html[data-script-enabled="true"] .js-setCondition [data-step-id]:not(.is-active) {
  display: none;
}
.js-setCondition [data-step-id] noscript {
  display: block;
  padding: 24px 0 0;
  border-top: 2px dashed #d9dadb;
}
/* ----------------------------------------------------------------------------
 * .mod-carousel カルーセル
 * ------------------------------------------------------------------------- */
/*
  .js-carousel
 ----------------------------*/
.mod-carousel {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 0 0 20px;
}
.mod-carousel.type-full .slick-slider {
  max-width: none;
}
.mod-carousel> * {
  -webkit-transition: .5s ease-out opacity;
          transition: .5s ease-out opacity;
  opacity: 0;
}
.mod-carousel> *.slick-initialized,
.mod-carousel> *.slick-initialized~ * {
  opacity: 1;
}
.mod-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: border-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: auto;
  padding: 0 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.mod-carousel .slick-slider .slick-list,
.mod-carousel .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mod-carousel .slick-slider .slick-list {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 -12px;
  padding: 0;
}
.mod-carousel .slick-slider .slick-list:focus {
  outline: none;
}
.mod-carousel .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.mod-carousel .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.mod-carousel .slick-slider .slick-track> li {
  margin: 0 12px;
}
.mod-carousel .slick-slider .slick-track> li> .inner {
  margin: 0 auto;
}
.mod-carousel .slick-slider .slick-track> li> .inner> .col {
  padding: 0;
}
.slick-loading .mod-carousel .slick-slider .slick-track {
  visibility: hidden;
}
.mod-carousel .slick-slider .slick-arrow {
  background: rgba(0, 0, 0, .4);
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
}
.mod-carousel .slick-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, .7);
}
.mod-carousel .slick-slider .slick-arrow.btn-prev::before,
.mod-carousel .slick-slider .slick-arrow.btn-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.mod-carousel .slick-slider .slick-arrow.btn-prev .inner,
.mod-carousel .slick-slider .slick-arrow.btn-next .inner {
  display: block;
  overflow: hidden;
  height: 0;
}
.mod-carousel .slick-slider .slick-arrow.btn-prev {
  left: 0;
}
.mod-carousel .slick-slider .slick-arrow.btn-prev::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -156px -73px;
  background-size: 201px 196px;
  width: 17px;
  height: 30px;
}
.mod-carousel .slick-slider .slick-arrow.btn-next {
  right: 0;
}
.mod-carousel .slick-slider .slick-arrow.btn-next::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -156px -38px;
  background-size: 201px 196px;
  width: 17px;
  height: 30px;
}
.mod-carousel .slick-slider .slick-arrow.slick-hidden {
  display: none;
}
.mod-carousel .carousel-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.mod-carousel .carousel-controller> * {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-carousel .carousel-controller .btn-play {
  font-size: 0;
  background: none;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  -webkit-animation: inherit !important;
          animation: inherit !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mod-carousel .carousel-controller .btn-play:not(.stop)::before,
.mod-carousel .carousel-controller .btn-play:not(.stop)::after {
  pointer-events: none;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  display: block;
  width: 5px;
  height: 15px;
  content: "";
}
.mod-carousel .carousel-controller .btn-play:not(.stop)::before {
  left: 0;
}
.mod-carousel .carousel-controller .btn-play:not(.stop)::after {
  right: 0;
}
.mod-carousel .carousel-controller .btn-play:not(.stop):hover::before,
.mod-carousel .carousel-controller .btn-play:not(.stop):hover::after {
  background: rgba(0, 0, 0, .7);
}
.mod-carousel .carousel-controller .btn-play.stop::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border: 7.5px solid transparent;
  border-right: 0;
  border-left: 14px solid rgba(0, 0, 0, .4);
}
.mod-carousel .carousel-controller .btn-play.stop:hover:before {
  border-left-color: rgba(0, 0, 0, .7);
}
.mod-carousel .carousel-controller .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.mod-carousel .carousel-controller .slick-dots li {
  width: 18px;
  margin-left: 14px;
}
.mod-carousel .carousel-controller .slick-dots li+ li {
  margin-left: 12px;
}
.mod-carousel .carousel-controller .slick-dots li button {
  position: relative;
  width: 100%;
  height: 15px;
}
.mod-carousel .carousel-controller .slick-dots li button::before {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
}
.mod-carousel .carousel-controller .slick-dots li.slick-active button::before {
  background-color: rgba(0, 0, 0, .7);
}
/* Slider */
.slick-slide {
  text-align: left;
  display: none;
  min-height: 1px;
}
.slick-slide a:hover {
  opacity: .8;
}
.slick-slide img {
  display: block;
  width: 100%;
  max-width: initial;
  height: 100%;
}
.slick-loading .slick-slide {
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* ----------------------------------------------------------------------------
 * .mod-tgl
 * ------------------------------------------------------------------------- */
.mod-tgl {
  margin: 0 0 20px;
}
.mod-tgl> .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  background: #e8e8e9;
  position: relative;
  padding: 9px 40px 7px 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #d9dadb;
}
.mod-tgl> .tgl-hook::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -105px -112px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 17px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transition: .2s transform ease-out;
          transition: .2s transform ease-out;
}
.mod-tgl> .tgl-panel {
  border: 1px solid #d9dadb;
  border-width: 0 1px 1px;
}
.mod-tgl> .tgl-panel> .inner {
  background: #fff;
  padding: 35px 12px;
}
.mod-tgl> .tgl-panel> .inner> *:first-child {
  margin-top: 0;
}
.mod-tgl> .tgl-panel> .inner> *:last-child {
  margin-bottom: 0;
}
.mod-tgl[open]> .tgl-hook:not([aria-expanded="false"])::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* ----------------------------------------------------------------------------
 * .mod-tab
 * ------------------------------------------------------------------------- */
.mod-tab {
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(100% - 2px);
  margin: 0 0 24px;
  border-radius: 4px 4px 0 0;
}
.mod-tab .tab-list {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 10px solid #000;
}
.mod-tab .tab-list> li {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  background: #f4f8ed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 47px;
  padding: 8px 8px 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
html[data-script-enabled] .mod-tab .tab-list> li {
  background-color: #fff;
}
html[data-script-enabled] .mod-tab .tab-list> li[aria-selected="true"] {
  color: #fff;
  background: #000;
}
.mod-tab .tab-list> li[role="tab"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .2s background-color ease-out;
          transition: .2s background-color ease-out;
}
.mod-tab .tab-list> li[role="tab"] span {
  text-decoration: none;
  color: inherit;
}
.mod-tab .tab-list:not([data-col])> li:last-child {
  margin-left: auto;
}
.mod-tab> .tab-panel {
  background: #fff;
  padding: 35px 12px;
  border: solid 1px #d9dadb;
}
.mod-tab> .tab-panel> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}
.mod-tab> .tab-panel> *:last-child {
  margin-bottom: 0;
}
.mod-tab> .tab-panel> [class*="tab-parsys_ux2_tab"]> .ux2_heading:first-child> * {
  margin-top: 0;
}
.mod-tab> .tab-panel> [class*="tab-parsys_ux2_tab"]> .richtext_box2+ .richtext_box2 {
  margin-top: 24px;
}
/* ============================================================================
 * _adjust classes
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .align-* 文字揃え
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .align-left 左揃え強制
 * --------------------------------- */
.align-left {
  text-align: left !important;
}
/* ------------------------------------
 * .align-center 中央揃え強制
 * --------------------------------- */
.align-center {
  text-align: center !important;
}
/* ------------------------------------
 * .align-right 右揃え強制
 * --------------------------------- */
.align-right {
  text-align: right !important;
}
/* ------------------------------------
 * .align-top 上揃え強制
 * --------------------------------- */
.align-top {
  vertical-align: top !important;
}
/* ------------------------------------
 * .align-middle 中揃え強制
 * --------------------------------- */
.align-middle {
  vertical-align: middle !important;
}
/* ------------------------------------
 * .align-bottom 下揃え強制
 * --------------------------------- */
.align-bottom {
  vertical-align: bottom !important;
}
/* ----------------------------------------------------------------------------
 * .fz-smaller font-siez: 86.667%;
 * ------------------------------------------------------------------------- */
.fz-smaller {
  font-size: 86.667% !important;
}
/* ----------------------------------------------------------------------------
 * .fz-larger font-siez: 113.334%;
 * ------------------------------------------------------------------------- */
.fz-larger {
  font-size: 113.334% !important;
}
/* ----------------------------------------------------------------------------
 * .fz-type 強調テキスト
 * ------------------------------------------------------------------------- */
.fz-type {
  font-weight: bold !important;
}
.fz-type-02 {
  color: #e8143c !important;
}
.fz-type-03 {
  color: #e8143c !important;
  font-weight: bold !important;
}
/* ----------------------------------------------------------------------------
 * .mb-*
 * ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .mt-*
 * ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .m*-a
 * ------------------------------------------------------------------------- */
.ml-a {
  margin-left: auto !important;
}
.mr-a {
  margin-right: auto !important;
}
.ms-a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.ma-a {
  margin: auto !important;
}
/* ----------------------------------------------------------------------------
 * .pb-*
 * ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .pt-*
 * ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .pl-*
 * ------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0 !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .pr-*
 * ------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0 !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
/* ----------------------------------------------------------------------------
 * .w-*
 * ------------------------------------------------------------------------- */
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-16 {
  width: 16.6666% !important;
}
.w-33 {
  width: 33.3333% !important;
}
.w-66 {
  width: 66.6666% !important;
}
.w-83 {
  width: 83.3333% !important;
}

/* ----------------------------------------------------------------------------
 * .fs-*
 * ------------------------------------------------------------------------- */
.fs-10 {
  font-size: 1.0rem!important;
}
.fs-11 {
  font-size: 1.1rem!important;
}
.fs-12 {
  font-size: 1.2rem!important;
}
.fs-13 {
  font-size: 1.3rem!important;
}
.fs-14 {
  font-size: 1.4rem!important;
}
.fs-15 {
  font-size: 1.5rem!important;
}
.fs-16 {
  font-size: 1.6rem!important;
}
.fs-17 {
  font-size: 1.7rem!important;
}
.fs-18 {
  font-size: 1.8rem!important;
}
.fs-19 {
  font-size: 1.9rem!important;
}
.fs-20 {
  font-size: 2.0rem!important;
}

/* ----------------------------------------------------------------------------
 * .bg-
 * ------------------------------------------------------------------------- */
.bg-alert {
  background-color: #ffebeb !important;
}
.bg-warn {
  background-color: #fff8eb !important;
}
/* ----------------------------------------------------------------------------
 * .dc-
 * ------------------------------------------------------------------------- */
.dc-arrow {
  display: block;
  padding: 19px 0;
}
.dc-arrow::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -23px -112px;
  background-size: 201px 196px;
  display: block;
  width: 33px;
  height: 18px;
  margin: 0 auto;
  content: "";
}
/* ----------------------------------------------------------------------------
 * .pc-hide
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * .sp-hide
 * ------------------------------------------------------------------------- */
/* ============================================================================
 * _widget components
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .comp-widget-setCondition
 * ------------------------------------------------------------------------- */
.comp-widget-setCondition {
  margin: 0 0 40px;
}
.comp-widget-setCondition> .notice {
  margin: 0 0 16px;
}
.comp-widget-setCondition> .controller {
  background: #f0f1f3;
  padding: 16px 16px 32px;
}
.comp-widget-setCondition> .controller .mod-form-select {
  margin-bottom: 27px;
}
.comp-widget-setCondition> .controller .mod-form-select> label~ .select {
  margin-top: 6px;
}
.comp-widget-setCondition> .controller .mod-form-select+ .mod-btn {
  margin-top: 40px;
}
html:not([data-script-enabled]) .comp-widget-setCondition> .controller {
  display: none;
}
.comp-widget-setCondition:not(.is-complete)> .controller .mod-form-select> .select::after {
  opacity: 1;
}
.comp-widget-setCondition:not(.is-complete) .complete {
  display: none;
}
.comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-02 a::after,
.comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-02 button[type]::after {
  right: 17px;
  -webkit-transition: .2s top ease-out;
          transition: .2s top ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-03 a::after,
.comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-03 button[type]::after {
  right: 17px;
  -webkit-transition: .2s top ease-out;
          transition: .2s top ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.comp-widget-setCondition.is-complete .mod-form-select> .select {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px dotted #b5b5b5;
}
.comp-widget-setCondition.is-complete .mod-form-select> .select::after {
  opacity: 0;
}
.comp-widget-setCondition.is-complete .mod-form-select> .select select {
  font-size: 1.1em;
  line-height: 1.5;
  white-space: normal;
  color: currentColor;
  border-color: #f0f1f3;
}
.comp-widget-setCondition.is-complete .mod-btn .btn.of-return a span:not(.complete),
.comp-widget-setCondition.is-complete .mod-btn .btn.of-return button[type] span:not(.complete) {
  display: none;
}
.comp-widget-setCondition.is-complete .mod-btn .btn.of-return a::after,
.comp-widget-setCondition.is-complete .mod-btn .btn.of-return button[type]::after {
  left: 17px;
  -webkit-transition: .2s top ease-out;
          transition: .2s top ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.comp-widget-setCondition .result {
  padding: 20px;
  border: 4px solid #f0f1f3;
  border-top: 0;
}
/* ----------------------------------------------------------------------------
 * .comp-widget-qa-tgl
 * ------------------------------------------------------------------------- */
.comp-widget-qa-tgl> .list> li+ li {
  margin-top: 10px;
}
.comp-widget-qa-tgl> .list .mod-tgl {
  margin: 0;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-hook {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 8px 40px 6px 44px;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-hook:before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -125px;
  background-size: 201px 196px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  width: 17px;
  height: 20px;
  content: "";
  -webkit-transition: .2s transform ease-out;
          transition: .2s transform ease-out;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child {
  position: relative;
  min-height: calc(0%);
  padding-left: 3.2rem;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child:before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -100px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 20px;
  content: "";
  -webkit-transition: .2s transform ease-out;
          transition: .2s transform ease-out;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child+ * {
  margin-top: 2.4rem;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child+ *> *:first-child {
  margin-top: 0;
}
.comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child+ *> *:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------------------
 * .mod-multiToggle
 * ------------------------------------------------------------------------- */
.mod-multiToggle {
  position: relative;
}
.mod-multiToggle .mt-handlesWrap ul li {
  padding-bottom: 0;
  -webkit-transition: .3s ease-out padding-bottom;
          transition: .3s ease-out padding-bottom;
}
.mod-multiToggle .mt-handlesWrap ul li a {
  position: relative;
  z-index: 1;
  display: block;
}
.mod-multiToggle .mt-panelsWrap> *[id] {
  overflow: hidden;
}
[data-script-enabled] .mod-multiToggle .mt-panelsWrap> *[id] {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 1px;
  -webkit-transition: .3s height ease-out;
          transition: .3s height ease-out;
}
[data-script-enabled] .mod-multiToggle .mt-panelsWrap> *[id]:not(.show) {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
}


@media screen and (min-width: 768px) {
  body {
    min-width: 950px;
  }
  [class^="str-outer"]+ .str-outer-partition .str-inner:first-child {
    padding-top: 80px;
  }
  [class^="str-outer"]> .str-inner:last-child {
    padding-bottom: 80px;
  }
  .mod-tab [class^="str-outer"]> .str-inner:last-child {
    padding-bottom: 0;
  }
  .str-alertList {
    margin-top: 24px;
  }
  .str-alertList li a:hover {
    text-decoration: none;
  }
  .str-pageTitle {
    padding: 90px 10px;
  }
  .str-pageTitle> .inner h1 {
    font-size: 4.0rem;
  }
  .str-pageTitle> .inner {
    font-size: 4rem;
    text-align: center;
  }
  .str-pageTitle> .inner> * span:not(:last-child) {
    font-size: 2.2rem;
  }
  .str-column> .column-inner {
    -ms-flex-direction: row;
        flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .str-column> .column-inner> .main-column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
  .str-column> .column-inner> .main-column:not(:last-child) {
    max-width: 687px;
    padding: 0 0 0 12px;
  }
  .str-column> .column-inner> .main-column:not(:last-child) [class^="str-outer"] {
    padding: 0;
  }
  .str-column> .column-inner> .sub-column {
    flex-basis: 30%;
    max-width: 292px;
    padding: 0 12px 0 30px;
    -ms-flex-preferred-size: 30%;
  }
  .str-column> .column-inner> .sub-column [class^="str-outer"] {
    padding-right: 0;
    padding-left: 0;
  }
  .str-column.of-reverse> .column-inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .str-column.of-reverse-pc> .column-inner {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .str-column.of-reverse-pc> .column-inner> .main-column {
    padding-right: 0;
    padding-left: 30px;
  }
  .str-scrollTop a::before {
    background-image: url(/mansion/shared/img/sprite.png);
    background-position: -178px -88px;
    background-size: auto;
    width: 64px;
    height: 64px;
    -webkit-transition: .2s transform ease-out;
            transition: .2s transform ease-out;
  }
  .str-scrollTop a:hover:not(:active),
  .str-scrollTop a:focus:not(:active) {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
    opacity: .7;
  }
  .str-scrollTop a:hover:not(:active)::before,
  .str-scrollTop a:focus:not(:active)::before {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .str-subcontent {
    padding-bottom: 80px;
  }
  .str-subcontent> .inner> .hdg {
    font-size: 2.4rem;
  }
  .str-subcontent> .inner> .hdg+ *:not(.read) {
    margin-top: 30px;
  }
  .str-subcontent> .inner> .hdg+ .read {
    margin-top: 20px;
  }
  .mod-hdg-al2 {
    font-size: 3.2rem;
    margin-top: 50px;
  }
  .mod-hdg-al2 span:not(:last-child) {
    font-size: 2rem;
  }
  .mod-hdg-al3 {
    font-size: 2.6rem;
    margin-top: 64px;
  }
  .mod-hdg-al3 span:not(:last-child) {
    font-size: 1.8rem;
  }
  .mod-hdg-al4 {
    font-size: 2.4rem;
    margin-top: 48px;
  }
  .mod-hdg-al4 span:not(:last-child) {
    font-size: 1.6rem;
  }
  .mod-hdg-al5 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .mod-hdg-al5 span:not(:last-child) {
    font-size: 1.3rem;
  }
  .mod-hdg-al6 {
    font-size: 1.5rem;
  }
  .mod-hdg-bl2> *,
  .mod-hdg-bl3> *,
  .mod-hdg-bl4> *,
  .mod-hdg-bl5> *,
  .mod-hdg-bl6> * {
    padding: 0 12px;
  }
  .mod-hdg-bl2> *:first-child,
  .mod-hdg-bl3> *:first-child,
  .mod-hdg-bl4> *:first-child,
  .mod-hdg-bl5> *:first-child,
  .mod-hdg-bl6> *:first-child {
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .mod-hdg-bl2> *:last-child:not(:first-child),
  .mod-hdg-bl3> *:last-child:not(:first-child),
  .mod-hdg-bl4> *:last-child:not(:first-child),
  .mod-hdg-bl5> *:last-child:not(:first-child),
  .mod-hdg-bl6> *:last-child:not(:first-child) {
    padding-left: 12px;
  }
  .mod-hdg-bl2 {
    font-size: 3.2rem;
    margin-top: 80px;
  }
  .mod-hdg-bl2> *:first-child:not(:last-child) {
    padding-top: 12px;
    padding-bottom: 5px;
  }
  .mod-hdg-bl2> *:last-child:not(:first-child) {
    padding-bottom: 15px;
  }
  .mod-hdg-bl2 p> b.lede {
    font-size: 1.9rem;
  }
  .mod-hdg-bl3 {
    font-size: 2.2rem;
    margin-top: 64px;
  }
  .mod-hdg-bl3> *:first-child {
    padding-top: 7px;
  }
  .mod-hdg-bl3> *:first-child:not(:last-child) {
    padding-top: 14px;
    padding-bottom: 2px;
  }
  .mod-hdg-bl3> *:last-child:not(:first-child) {
    padding-bottom: 9px;
  }
  .mod-hdg-bl3 p> b.lede {
    font-size: 1.7rem;
  }
  .mod-hdg-bl4 {
    font-size: 1.9rem;
    margin-top: 48px;
  }
  .mod-hdg-bl4> *:first-child {
    padding-top: 7px;
  }
  .mod-hdg-bl4> *:first-child:not(:last-child) {
    padding-top: 16px;
    padding-bottom: 5px;
  }
  .mod-hdg-bl4> *:last-child:not(:first-child) {
    padding-bottom: 13px;
  }
  .mod-hdg-bl4 p> b.lede {
    font-size: 1.5rem;
  }
  .mod-hdg-bl5 {
    font-size: 1.7rem;
    margin-top: 40px;
  }
  .mod-hdg-bl5> *:first-child {
    padding-top: 7px;
  }
  .mod-hdg-bl5> *:first-child:not(:last-child) {
    padding-top: 10px;
    padding-bottom: 1px;
  }
  .mod-hdg-bl5> *:last-child:not(:first-child) {
    padding-bottom: 10px;
  }
  .mod-hdg-bl6> *:first-child {
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .mod-hdg-bl6> *:first-child:not(:last-child) {
    padding-top: 12px;
    padding-bottom: 3px;
  }
  .mod-hdg-bl6> *:last-child:not(:first-child) {
    padding-bottom: 10px;
  }
  .mod-hdg-cl2> *::after,
  .mod-hdg-cl3> *::after,
  .mod-hdg-cl4> *::after,
  .mod-hdg-cl5> *::after,
  .mod-hdg-cl6> *::after {
    width: 224px;
  }
  .mod-hdg-cl2 {
    font-size: 3.6rem;
    margin-top: 80px;
    margin-bottom: 32px;
  }
  .mod-hdg-cl3 {
    margin-top: 64px;
    font-size: 2.8rem;
  }
  .mod-hdg-cl4 {
    margin-top: 48px;
  }
  .mod-hdg-cl5 {
    margin-top: 40px;
  }
  .mod-txt p> b.lede.type-01 {
    font-size: 2.4rem;
    padding-left: 2em;
    background: url(/mansion/shared/img/ic-01.png) 0 center no-repeat;
  }
  .mod-btn.of-large a,
  .mod-btn.of-large button[type] {
    font-size: 2.8rem;
    min-height: 67px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mod-btn[data-col-pc] {
    -ms-flex-direction: row;
        flex-direction: row;
    align-items: stretch;
    margin-top: -24px;
    margin-left: -24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
  .mod-btn[data-col-pc] .btn {
    padding: 24px 0 0 24px;
  }
  .mod-btn[data-col-pc] .btn:not(:last-child) {
    margin: 0;
  }
  .mod-btn[data-col-pc] .btn a,
  .mod-btn[data-col-pc] .btn button[type] {
    width: 100%;
  }
  .mod-btn[data-col-pc="1"] .btn {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-btn[data-col-pc="2"] .btn {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-btn[data-col-pc="3"] .btn {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
  }
  .mod-btn[data-col-pc="4"] .btn {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-btn[data-col-pc="5"] .btn {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-btn[data-col-pc="6"] .btn {
    flex-basis: 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
  }
  .mod-btn a,
  .mod-btn button[type] {
    width: 226px;
  }
  .mod-btn a[href],
  .mod-btn button[type]:not(:disabled) {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .mod-btn a[href]:hover,
  .mod-btn a[href]:focus,
  .mod-btn button[type]:not(:disabled):hover,
  .mod-btn button[type]:not(:disabled):focus {
    text-decoration: none;
    background: #5c6063;
    background: -moz-linear-gradient(top, #72787b, #5c6063);
    background: -webkit-linear-gradient(top, #72787b, #5c6063);
    background: linear-gradient(to bottom, #72787b, #5c6063);
  }
  .mod-btn .btn.var-02 a[href]:hover,
  .mod-btn .btn.var-02 a[href]:focus,
  .mod-btn .btn.var-02 button[type]:not(:disabled):hover,
  .mod-btn .btn.var-02 button[type]:not(:disabled):focus {
    text-decoration: none;
    background: #262626;
  }
  .mod-btn .btn.var-03 a[href]:hover,
  .mod-btn .btn.var-03 a[href]:focus,
  .mod-btn .btn.var-03 button[type]:not(:disabled):hover,
  .mod-btn .btn.var-03 button[type]:not(:disabled):focus {
    text-decoration: none;
    background: #d58617;
    background: -moz-linear-gradient(top, #e6911a, #d58617);
    background: -webkit-linear-gradient(top, #e6911a, #d58617);
    background: linear-gradient(to bottom, #e6911a, #d58617);
  }
  .mod-btn a::after,
  .mod-btn button[type]::after {
    background-repeat: no-repeat;
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .mod-btn> .btn.of-return a[href]:not([target="_blank"])::after,
  .mod-btn> .btn.of-return button[type]:not(:disabled)::after {
    -webkit-transition: .2s left ease-out;
            transition: .2s left ease-out;
  }
  .mod-btn> .btn.of-return a[href]:not([target="_blank"]):hover::after,
  .mod-btn> .btn.of-return a[href]:not([target="_blank"]):focus::after,
  .mod-btn> .btn.of-return button[type]:not(:disabled):hover::after,
  .mod-btn> .btn.of-return button[type]:not(:disabled):focus::after {
    left: 10px;
  }
  .mod-btn .btn.type-wide-02 {
    width: 467px;
  }
  .mod-btn .btn.type-wide {
    width: 480px;
  }
  .mod-btn .btn.type-narrow {
    width: 178px;
  }
  /* .mod-btn .btn a,
  .mod-btn .btn button[type] {
    color: inherit;
  } */
  .mod-link-list[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-link-list[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-link-list[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-link-list[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-link-list[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-link-list[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-link-list[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-link-anchor.of-holizontal-pc> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    margin-top: -6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .mod-link-anchor.of-holizontal-pc> .list> li {
    padding-top: 6px;
  }
  .mod-link-anchor.of-holizontal-pc> .list> li> a {
    display: inline-block;
  }
  .mod-link-newsList li:not(:last-child) {
    border-bottom: 1px dashed #272727;
  }
  .mod-link-newsList li:first-child a {
    padding-top: 16px;
  }
  .mod-link-newsList li:last-child a {
    padding-bottom: 16px;
  }
  .mod-link-newsList a,
  .mod-link-newsList li> div {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 16px 0 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .mod-link-newsList a[href] {
    -webkit-transition: .2s background-color ease-out;
            transition: .2s background-color ease-out;
  }
  .mod-link-newsList a[href]:hover,
  .mod-link-newsList a[href]:focus {
    background-color: #e8e8e9;
  }
  .mod-link-newsList a[href]:hover .summary,
  .mod-link-newsList a[href]:focus .summary {
    text-decoration: underline;
  }
  .mod-link-newsList .date {
    flex-basis: 154px;
    min-width: 154px;
    max-width: 154px;
    padding: 0 0 0 16px;
    -ms-flex-preferred-size: 154px;
  }
  .mod-link-newsList .label {
    flex-basis: 116px;
    min-width: 116px;
    max-width: 116px;
    -ms-flex-preferred-size: 116px;
  }
  .mod-link-newsList .summary {
    padding: 0 0 0 20px;
  }
  .mod-link-newsList .summary:first-child:last-child {
    padding-left: 16px;
  }
  .mod-link-newsList .label {
    padding-top: 4px;
  }
  .mod-list[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-ordered[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list-ordered[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-ordered[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-ordered[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-ordered[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-ordered[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-ordered[data-col-pc]:not([data-col-pc="1"])> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-ordered[data-col-pc="1"]> ol.list {
    display: table;
  }
  .mod-list-ordered[data-col-pc="1"]> ol.list> li {
    display: table-row;
  }
  .mod-list-ordered[data-col-pc="1"]> ol.list> li::before,
  .mod-list-ordered[data-col-pc="1"]> ol.list> li> .content {
    display: table-cell;
  }
  .mod-list-notice[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list-notice[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-notice[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-notice[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-notice[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-notice[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-notice[data-col-pc]:not([data-col-pc="1"])> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-notice[data-col]:not([data-col="1"])> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-notice:not([data-col])> .list {
    display: table;
    margin: 0;
  }
  .mod-list-notice:not([data-col])> .list> li {
    display: table-row;
    padding: 0;
  }
  .mod-list-notice:not([data-col])> .list> li::before,
  .mod-list-notice:not([data-col])> .list> li> .content {
    display: table-cell;
  }
  .mod-list-notice> .list {
    margin: 0 0 0 -12px;
  }
  .mod-list-notice> .list> li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 12px;
  }
  .mod-list-notice> .list> li+ li {
    margin-top: .3em;
  }
  .mod-list-notice> .list> li .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mod-list-notice> .list> li .content> small {
    display: block;
  }
  .mod-list-notice.align-center,
  .mod-list-notice.align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-list-notice.align-center {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .mod-list-notice.align-right {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  .mod-list-description[data-col-pc="2"]> .list> * {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-description[data-col-pc="3"]> .list> * {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-description[data-col-pc="4"]> .list> * {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-description[data-col-pc="5"]> .list> * {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-description[data-col-pc="6"]> .list> * {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-hasSymbol[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list-hasSymbol[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-hasSymbol[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-hasSymbol[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-hasSymbol[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-hasSymbol[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-hasSymbol[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-hasSymbol[data-col-pc]> .list> li {
    display: table;
  }
  .mod-list-hasSymbol[data-col-pc][data-col-pc="1"]> .list {
    display: table;
  }
  .mod-list-hasSymbol[data-col-pc][data-col-pc="1"]> .list> li {
    display: table-row;
  }
  .mod-list-flow[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list-flow[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-flow[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-flow[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-flow[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-flow[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-flow> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-flow> .list> li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-flow> .list> li> .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
  .mod-list-flow[data-col-pc]> .list> li:not(:last-child)> .inner::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 100%;
    margin: auto 0 auto 10px;
    border-color: transparent;
    border-left-color: #d9dadb;
  }
  .mod-list-step[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-list-step[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-list-step[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-step[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-list-step[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-list-step[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-step[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px 0 0 -24px;
  }
  .mod-list-step[data-col-pc]> .list> li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0 24px;
  }
  .mod-list-step[data-col-pc]> .list> li+ li> .wrap span::before,
  .mod-list-step[data-col-pc]> .list> li+ li> .wrap b::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -18px;
    margin: auto 0;
    border-top-color: transparent;
    border-left-color: #d9d9d4;
  }
  .mod-tbl.of-break.of-tableLayoutAuto table {
    table-layout: auto;
  }
  .mod-tbl.of-break table,
  .mod-tbl.of-break caption,
  .mod-tbl.of-break thead,
  .mod-tbl.of-break tbody,
  .mod-tbl.of-break tr,
  .mod-tbl.of-break th,
  .mod-tbl.of-break td {
    display: block;
  }
  .mod-tbl.of-break table {
    display: table;
    table-layout: fixed;
    border-width: 1px;
  }
  .mod-tbl.of-break caption {
    display: table-caption;
  }
  .mod-tbl.of-break thead {
    display: table-header-group;
  }
  .mod-tbl.of-break tbody {
    display: table-row-group;
  }
  .mod-tbl.of-break tr {
    display: table-row;
  }
  .mod-tbl.of-break tr:not(:first-child) th {
    border-top-width: 1px;
  }
  .mod-tbl.of-break th {
    display: table-cell;
    border-bottom-width: 1px;
  }
  .mod-tbl.of-break td {
    display: table-cell;
  }
  .richtext_box2 table {
    width: 100%;
  }
  .mod-box-list> .item> .header> .hdg {
    font-size: 2.2rem;
  }
  .mod-box-list> .item> .footer .btn a[href] {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .mod-box-list> .item> .footer .btn a[href]::after {
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .mod-box-list> .item> .footer .btn a[href]:hover,
  .mod-box-list> .item> .footer .btn a[href]:focus {
    opacity: .7;
  }
  .mod-box-list> .item> .footer .btn a[href]:hover::after,
  .mod-box-list> .item> .footer .btn a[href]:focus::after {
    right: 10px;
  }
  .mod-box-list> .item> .header> .property .label {
    padding-top: 4px;
  }
  .mod-box-step> .step .content+ .media {
    padding-bottom: 7px;
  }
  .mod-box-step> .step> .hdg span:first-child {
    display: inline-block;
    padding: 3px 11px 0;
  }
  .mod-conversion[data-col-pc]> .inner .conversion-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .mod-conversion[data-col-pc]> .inner .conversion-box .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 24px 0 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .mod-conversion[data-col-pc]> .inner .conversion-box .box-item:only-child {
    flex-basis: 100%;
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: 100%;
  }
  .mod-conversion[data-col-pc]:not([data-col-pc="1"]) .box-item:not(:only-child) .mod-btn a,
  .mod-conversion[data-col-pc]:not([data-col-pc="1"]) .box-item:not(:only-child) .mod-btn button {
    width: 100%;
    max-width: 235px;
  }
  .mod-conversion[data-col-pc="1"]> .inner .box-item {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-conversion[data-col-pc="2"]> .inner .box-item {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-conversion[data-col-pc="3"]> .inner .box-item {
    flex-basis: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
  }
  .mod-conversion .box-item .content .number a[href] {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .mod-conversion .box-item .content .number a[href]:hover {
    opacity: .7;
  }
  .mod-conversion .box-item .content .number {
    font-size: 3.9rem;
  }
  .mod-conversion .box-item .content .number img {
    height: 34px;
  }
  .mod-information {
    margin-top: 24px;
  }
  .mod-information li a:hover {
    text-decoration: none;
  }
  .mod-pnl> .inner> .col> .content {
    padding: 30px 20px 23px;
  }
  .mod-pnl> .inner> .col> .content> .summary p> b.lede {
    font-size: 2rem;
  }
  .mod-pnl> .inner> .col> .content[href] {
    text-decoration: none;
  }
  .mod-pnl> .inner> .col> .content[href]> .summary::after {
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .mod-pnl> .inner> .col> .content[href]:hover> .summary::after,
  .mod-pnl> .inner> .col> .content[href]:focus> .summary::after {
    right: 0;
  }
  .mod-pnl> .inner> .col> .content[href] .mod-media> .inner> .media> img {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
    opacity: 1;
  }
  .mod-pnl> .inner> .col> .content[href] .mod-media> .inner> .media> img:hover {
    opacity: .7;
  }
  .mod-pnl[data-col-pc="1"]> .inner> .col {
    max-width: 100%;
  }
  .mod-pnl[data-col-pc="2"]> .inner> .col {
    max-width: calc(100% / 2);
  }
  .mod-pnl[data-col-pc="3"]> .inner> .col {
    max-width: calc(100% / 3);
  }
  .mod-pnl[data-col-pc="4"]> .inner> .col {
    max-width: calc(100% / 4);
  }
  .mod-pnl[data-col-pc="5"]> .inner> .col {
    max-width: calc(100% / 5);
  }
  .mod-pnl[data-col-pc="6"]> .inner> .col {
    max-width: calc(100% / 6);
  }
  .mod-pnl.type-onlyimage> .inner> .col> .content> .media .mod-media> .inner> .media img {
    width: 100%;
    height: auto;
  }
  .mod-pnl.type-onlyimage> .inner> .col> .content {
    min-height: 95px;
    padding: 24px 20px 17px;
  }
  .mod-pnl.type-onlyimage .mod-media> .inner {
    margin: 0 auto;
  }
  .mod-pnl.type-onlyimage[data-col-pc="2"]> .inner> .col {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-pnl.type-onlyimage[data-col-pc="3"]> .inner> .col {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-pnl.type-onlyimage[data-col-pc="4"]> .inner> .col {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-multiToggle .mod-pnl.type-onlyimage> .inner> .col> .content[href] {
    padding-bottom: 26px;
  }
  .mod-multiToggle .mod-pnl.type-onlyimage> .inner> .col> .content[href]:not([target="_blank"])::after {
    left: calc(50% - 4px);
    top: auto;
    bottom: 13px;
    margin: 0;
  }
  .mod-multiToggle .mod-pnl.type-onlyimage> .inner> .col> .content.open[href]:not([target="_blank"])::after {
    bottom: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mod-lyt[data-col-pc="1"]> .inner> .col {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-lyt[data-col-pc="2"]> .inner> .col {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-lyt[data-col-pc="3"]> .inner> .col {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-lyt[data-col-pc="4"]> .inner> .col {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-lyt[data-col-pc="5"]> .inner> .col {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-lyt[data-col-pc="6"]> .inner> .col {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-lyt-media> .inner {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .mod-lyt-media> .inner> .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(0%);
    padding: 0 0 0 15px;
  }
  .mod-lyt-media> .inner> .media {
    width: auto;
    padding-top: 4px;
  }
  .mod-lyt-media> .inner> .media img {
    max-width: none;
  }
  .mod-lyt-media.of-reverse> .inner,
  .mod-lyt-media.of-reverse-pc> .inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .mod-lyt-media.of-reverse> .inner> .content,
  .mod-lyt-media.of-reverse-pc> .inner> .content {
    padding: 0 15px 0 0;
  }
  .mod-form-txt> input,
  .mod-form-txt> textarea,
  .mod-form-split> .lyt input,
  .mod-form-select> .select> select,
  .mod-form-searchbox> .inner> .input input {
    min-height: 46px;
  }
  .mod-form-txt> input,
  .mod-form-txt> textarea,
  .mod-form-split> .lyt input,
  .mod-form-select> .select> select,
  .mod-form-searchbox> .inner> .input input {
    padding-left: 22px;
    font-size: 1.8rem;
  }
  .mod-form-checkbox[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-form-checkbox[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-form-checkbox[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-form-checkbox[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-form-checkbox[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-form-checkbox[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-form-checkbox[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-form-radio[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-form-radio[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-form-radio[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-form-radio[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-form-radio[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-form-radio[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-form-radio[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-form-radio02[data-col-pc]> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-form-radio02[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .mod-form-radio02[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .mod-form-radio02[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .mod-form-radio02[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .mod-form-radio02[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }
  .mod-form-radio02[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;
    -ms-flex-preferred-size: 16.666%;
  }
  .mod-form-radio02> .list li.of-hasImage label input+ .content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 13px;
    padding-bottom: 11px;
  }
  .mod-form-radio02> .list li.of-hasImage label input+ .content::before,
  .mod-form-radio02> .list li.of-hasImage label input+ .content::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .mod-form-radio02> .list li.of-hasImage label input+ .content img {
    margin: -1px 12px 0 0;
  }
  .mod-form-searchbox.pc-narrow {
    max-width: 50%;
  }
  .mod-form-searchbox .inner> .submit button {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .mod-form-searchbox .inner> .submit button:hover,
  .mod-form-searchbox .inner> .submit button:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#000000));
    background: linear-gradient(to bottom, #181818, #000000);
  }
  .mod-form-searchbox> .inner> .submit {
    flex-basis: 140px;
    min-width: 140px;
    max-width: 140px;
    -ms-flex-preferred-size: 140px;
  }
  .mod-form-searchbox> .inner> .submit button span {
    position: static;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .mod-form-searchbox> .inner> .submit button::after {
    position: static;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
  .mod-media img,
  .mod-media iframe {
    margin: 0 auto;
  }
  .mod-media figcaption {
    margin: 15px 0 0;
  }
  .mod-media> .inner[href]> .media img {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
    opacity: 1;
  }
  .mod-media> .inner[href]> .media:hover img {
    opacity: .7;
  }
  .mod-media .type-mat[href],
  .mod-media .type-mat [href],
  .type-mat .mod-media[href],
  .type-mat .mod-media [href] {
    color: #fff;
  }
  .mod-media .type-mat[href]:hover,
  .mod-media .type-mat [href]:hover,
  .type-mat .mod-media[href]:hover,
  .type-mat .mod-media [href]:hover {
    color: rgba(255, 255, 255, .7);
  }
  .mod-media .type-mat .media,
  .mod-media .type-mat.media,
  .type-mat .mod-media .media,
  .type-mat .mod-media.media {
    background: #fff;
  }
  html[data-script-enabled="true"] .js-tgl> .tgl-hook {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  html[data-script-enabled="true"] .js-tgl> .tgl-hook:hover {
    opacity: .7;
  }
  .mod-carousel .slick-slider .slick-list {
    overflow: hidden;
  }
  .mod-carousel .carousel-controller .slick-dots li {
    width: 36px;
  }
  .mod-carousel .carousel-controller .slick-dots li button:hover::before {
    background-color: rgba(0, 0, 0, .7);
  }
  .mod-tab .tab-list {
    /******** PC表示時 段落ちなし ********/
    /******** PC表示時 段落ちあり ********/
  }
  .mod-tab .tab-list> li {
    border: 1px solid transparent;
    border-bottom: 0;
  }
  .mod-tab .tab-list> li:first-child {
    border-radius: 4px 0 0 0;
  }
  .mod-tab .tab-list> li[aria-selected="true"] {
    border-radius: 4px 4px 0 0;
  }
  .mod-tab .tab-list> li[role="tab"] span {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .mod-tab .tab-list> li[role="tab"]:not([aria-selected="true"]) {
    cursor: pointer;
  }
  .mod-tab .tab-list> li[role="tab"]:not([aria-selected="true"]):hover span {
    opacity: .7;
  }
  .mod-tab .tab-list:not([data-col-pc])> li:not([aria-selected="true"]):last-child {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list:not([data-col-pc])> li[aria-selected="true"] {
    border-radius: 4px 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-tab .tab-list[data-col-pc]> li:not([aria-selected="true"]) {
    border-top-color: #d9dadb;
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col-pc="2"]> li {
    flex-basis: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
  }
  .mod-tab .tab-list[data-col-pc="2"]> li:not([aria-selected="true"]):nth-child(2n) {
    border-right-color: #d9dadb;
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc="2"]> li[aria-selected="true"]+ li:not(:nth-child(2n + 1)) {
    border-left-color: transparent;
  }
  .mod-tab .tab-list[data-col-pc="3"]> li {
    flex-basis: calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
  }
  .mod-tab .tab-list[data-col-pc="3"]> li:not([aria-selected="true"]):nth-child(3) {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc="3"]> li[aria-selected="true"]+ li:not(:nth-child(3n + 1)) {
    border-left-color: transparent;
  }
  .mod-tab .tab-list[data-col-pc="4"]> li {
    flex-basis: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
  }
  .mod-tab .tab-list[data-col-pc="4"]> li:not([aria-selected="true"]):nth-child(4) {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc="4"]> li[aria-selected="true"]+ li:not(:nth-child(4n + 1)) {
    border-left-color: transparent;
  }
  .mod-tab .tab-list[data-col-pc="5"]> li {
    flex-basis: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
  }
  .mod-tab .tab-list[data-col-pc="5"]> li:not([aria-selected="true"]):nth-child(5) {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc="5"]> li[aria-selected="true"]+ li:not(:nth-child(5n + 1)) {
    border-left-color: transparent;
  }
  .mod-tab .tab-list[data-col-pc="6"]> li {
    flex-basis: calc(100% / 6);
    -ms-flex-preferred-size: calc(100% / 6);
  }
  .mod-tab .tab-list[data-col-pc="6"]> li:not([aria-selected="true"]):nth-child(6) {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col-pc="6"]> li[aria-selected="true"]+ li:not(:nth-child(6n + 1)) {
    border-left-color: transparent;
  }
  .pc-hide {
    display: none !important;
  }
  .comp-widget-setCondition> .controller {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .comp-widget-setCondition> .controller> *:first-child:not(.mod-btn):not([data-col]) {
    margin-top: 0;
  }
  .comp-widget-setCondition> .controller> *:last-child {
    margin-bottom: 0;
  }
  .comp-widget-setCondition> .controller .mod-form-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .comp-widget-setCondition> .controller .mod-form-select> label {
    flex-basis: 269px;
    max-width: 269px;
    padding: 7px 12px 0 0;
    -ms-flex-preferred-size: 269px;
  }
  .comp-widget-setCondition> .controller .mod-form-select> p,
  .comp-widget-setCondition> .controller .mod-form-select> .select {
    flex-basis: calc(100% - 269px);
    max-width: calc(100% - 269px);
    -ms-flex-preferred-size: calc(100% - 269px);
  }
  .comp-widget-setCondition> .controller .mod-form-select> p,
  .comp-widget-setCondition> .controller .mod-form-select> p::after,
  .comp-widget-setCondition> .controller .mod-form-select> p> *,
  .comp-widget-setCondition> .controller .mod-form-select> .select,
  .comp-widget-setCondition> .controller .mod-form-select> .select::after,
  .comp-widget-setCondition> .controller .mod-form-select> .select> * {
    -webkit-transition: ease-out .3s all;
            transition: ease-out .3s all;
  }
  .comp-widget-setCondition> .controller .mod-form-select> p {
    margin: 7px 0;
  }
  .comp-widget-setCondition> .controller .mod-form-select> p+ p {
    margin-top: -5px;
  }
  .comp-widget-setCondition> .controller .mod-form-select> p~ p,
  .comp-widget-setCondition> .controller .mod-form-select> p~ .select {
    margin-left: 269px;
  }
  .comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-02 a:not([disabled]):hover::after,
  .comp-widget-setCondition:not(.is-complete) .mod-btn .btn.var-02 button[type]:not([disabled]):hover::after {
    top: 8px;
    right: 17px;
  }
  .comp-widget-setCondition.is-complete .mod-form-select> .select {
    margin-bottom: 12px;
  }
  .comp-widget-setCondition.is-complete .mod-form-select> .select select {
    font-size: 1.2em;
    margin-top: -12px;
    padding-bottom: 14px;
  }
  .comp-widget-setCondition.is-complete .mod-btn .btn.of-return a:hover::after,
  .comp-widget-setCondition.is-complete .mod-btn .btn.of-return button[type]:hover::after {
    top: -8px;
    left: 17px;
  }
  .comp-widget-qa-tgl> .list .mod-tgl> .tgl-hook {
    padding: 12px 40px 10px 50px;
  }
  .comp-widget-qa-tgl> .list .mod-tgl> .tgl-hook:before {
    top: 1.4rem;
    left: 1.8rem;
  }
  .comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child {
    padding-left: 3.8rem;
  }
  .comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner> *:first-child:before {
    top: 0;
    left: .6rem;
  }
  .mod-txt.type-attention em {
    padding-left: 40px;
  }
  .mod-txt.type-attention em::before {
    width: 30px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .str-pageTitle> .inner {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .str-pageTitle> .inner> * span:not(:last-child) {
    font-size: 1.8rem;
  }
  .str-pageTitle> .inner> .symbol:not(.sp-hide)+ h1:not(:only-child):not(:first-child) {
    width: calc(100% - 60px);
  }
  .str-pageTitle> .inner> .symbol+ h1+ * {
    margin: 12px auto 0;
  }
  .str-pageTitle> .inner> .symbol+ h1+ *.align-left {
    margin-left: 0;
  }
  .str-pageTitle> .inner> .symbol+ h1+ *.align-right {
    margin-right: 0;
  }
  .str-subcontent> .inner> .hdg {
    font-size: 2.1rem;
  }
  .str-subcontent> .inner> .hdg+ .read {
    margin-top: 10px;
  }
  .str-subcontent> .inner> .hdg+ *:not(.read) {
    margin-top: 20px;
  }
  html:not([data-msbr]) .str-sp-fixed-apply {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 99;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
  }
  html:not([data-msbr]) .str-sp-fixed-apply .mod-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction: row;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 375px;
    margin: auto;
    padding: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  html:not([data-msbr]) .str-sp-fixed-apply .mod-btn .btn {
    width: 100%;
    margin: 0;
    padding: 6px;
  }
  html:not([data-msbr]) .str-sp-fixed-apply .mod-btn .btn a {
    width: 100%;
    padding: 5px 25px 5px 15px;
  }
  html:not([data-msbr]) .str-sp-fixed-apply .mod-btn .btn a svg {
    vertical-align: bottom;
    width: 100%;
    max-height: 40px;
  }
  html:not([data-msbr]) .str-sp-fixed-apply .mod-btn .btn a svg text {
    font-size: 14px;
  }
  html:not([data-msbr]) .str-sp-fixed-apply+ * {
    margin-bottom: 68px;
  }
  .nav-local-02 {
    padding: 9px 15px;
  }
  .nav-local-02> .inner> .title {
    width: 78vw;
  }
  .nav-local-02> .inner> .link> .list> li {
    flex-basis: 50%;
    align-items: flex-start;
    min-width: 50%;
    max-width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-preferred-size: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .nav-local-02> .inner> .link> .list> li:nth-child(2n + 1) {
    padding-right: 24px;
    border-right: 1px solid #c7c7c7;
  }
  .nav-local-02> .inner> .link> .list> li:nth-child(2n) {
    padding-left: 24px;
  }
  .nav-local-02> .inner> .link> .list> li:nth-child(2n)~ li {
    padding-top: 14px;
  }
  .nav-local-02> .inner> .conversion> .btn {
    margin: auto;
    margin-top: 24px;
  }
  .mod-btn a> span,
  .mod-btn button[type]> span {
    line-height: 1.2;
  }
  .mod-list-notice> .list> li> .symbol {
    margin-left: -1em;
  }
  .mod-box-step> .step> .hdg {
    line-height: 2;
  }
  .mod-conversion .box-item .content .number img {
    height: .7em;
  }
  .mod-tab {
    border: 1px solid #d9dadb;
  }
  .mod-tab .tab-list> li {
    border: 1px solid transparent;
  }
  .mod-tab .tab-list:not([data-col])> li:not([aria-selected="true"])+ li:not([aria-selected="true"]) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col]:not([data-col=""]) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-tab .tab-list[data-col]:not([data-col=""])> li {
    position: relative;
  }
  .mod-tab .tab-list[data-col]~ .tab-panel {
    position: relative;
  }
  .mod-tab .tab-list[data-col="2"]> li {
    flex-basis: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
  }
  .mod-tab .tab-list[data-col="2"]> li:not([aria-selected="true"])+ li:not(:nth-child(2n + 1)) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="2"]> li:nth-child(2)~ li {
    border-top-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="3"]> li {
    flex-basis: calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
  }
  .mod-tab .tab-list[data-col="3"]> li:not([aria-selected="true"])+ li:not(:nth-child(3n + 1)) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="3"]> li:nth-child(3) {
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list[data-col="3"]> li:nth-child(3)~ li {
    border-top-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="4"]> li {
    flex-basis: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
  }
  .mod-tab .tab-list[data-col="4"]> li:not([aria-selected="true"])+ li:not(:nth-child(4n + 1)) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="4"]> li:nth-child(4)~ li {
    border-top-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="5"]> li {
    flex-basis: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
  }
  .mod-tab .tab-list[data-col="5"]> li:not([aria-selected="true"])+ li:not(:nth-child(5n + 1)) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="5"]> li:nth-child(5)~ li {
    border-top-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="6"]> li {
    flex-basis: calc(100% / 6);
    -ms-flex-preferred-size: calc(100% / 6);
  }
  .mod-tab .tab-list[data-col="6"]> li:not([aria-selected="true"])+ li:not(:nth-child(6n + 1)) {
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list[data-col="6"]> li:nth-child(6)~ li {
    border-top-color: #d9dadb;
  }
  .sp-hide {
    display: none !important;
  }
  .comp-widget-setCondition .controller,
  .comp-widget-setCondition .result {
    margin-right: -16px;
    margin-left: -16px;
  }
  .comp-widget-qa-tgl> .list .mod-tgl> .tgl-panel> .inner {
    padding-top: 1.4rem;
  }
}
@media screen and (min-device-width: 768px) {
  .mod-list-flow> .list> li> .inner> .hdg> .label {
    padding: 3px 11px 0;
  }
}
/*
 パンくず
----------------------------*/
.elementBreadcrumbs {
  margin-bottom: 10px;
}
/*
 光・マンショントップ トグルパネル
----------------------------*/
.mod-multiToggle .mt-panelsWrap > *[id]{
  overflow: hidden;
}
[data-script-enabled] .mod-multiToggle .mt-panelsWrap > *[id]{
  position:absolute;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 1px;
  background: #000;
  color: #fff;
  height: 0;
  width: 100%;
  transition: .3s height ease-out;
}
[data-script-enabled] .mod-multiToggle .mt-panelsWrap > *[id]:not(.show) {
  transform: translateX(100vw);
  opacity:0;
}
[data-script-enabled] .mod-multiToggle .mt-panelsWrap > *[id] .panel{
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 15px 70px;
}
.mod-multiToggle .panel> .title {
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 2px solid #7a7f82;
}
.mod-multiToggle .panel .mod-link-list> .list> li {
  margin-bottom: 0;
  line-height: 1.66;
  font-size: 1.5rem;
}
.mod-multiToggle .panel .mod-link-list> .list> li> span {
  display: block;
  height: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #4a4d4f;
}
.mod-multiToggle .panel .mod-link-list> .list> li a {
  color: #fff;
}
.mod-multiToggle .panel .mod-link-list> .list> li a::before {
  background: url(/mansion/shared/img/icn-_linklist-white.svg) 0 0 no-repeat;
}
.mod-multiToggle .panel .mod-link-list> .list> li a:hover {
  opacity: .7;
  text-decoration: none;
}
.mod-pnl> .inner {
  margin: -15px 0 0 -15px;
}
.mod-multiToggle .mod-pnl> .inner> .col {
  padding: 15px 0 0 15px;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content> .summary p> b.lede {
  font-size: 1.3rem;
  line-height: 1.44;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content[href]:not([target="_blank"])> .summary p> b.lede:after {
  display: none;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content[href] {
  min-height: 50px;
  position: relative;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content[href]::after {
  position: absolute;
  left: calc(50% - 4px);
  bottom: 13px;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.type-hikari .mod-multiToggle .mod-pnl> .inner> .col> .content.open {
  background: #a6d751;
}
.type-mansion .mod-multiToggle .mod-pnl> .inner> .col> .content.open {
  background: #fda325;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content.open::before {
  position: absolute;
  left: calc(50% - 6px);
  bottom: -24px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #000;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content.open::after {
  bottom: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod-multiToggle .mod-pnl> .inner> .col> .content[href]:hover::after {
  opacity: .7;
}
.mod-multiToggle .mod-pnl> .inner> .col> .content> .media .mod-media> .inner> .media .icon-menu {
  width: 80px;
}
.mod-multiToggle .mt-close {
  width: 100px;
  line-height: 1.2;
  background: #45474b;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 20px 10px 40px;
  cursor: pointer;
  -webkit-animation: inherit !important;
  animation: inherit !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.mod-multiToggle .mt-close::before,
.mod-multiToggle .mt-close::after {
  background: #8e8e8e;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 2px;
  height: 18px;
  content: "";
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.mod-multiToggle .mt-close::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.mod-multiToggle .mt-close + .mt-close {
  display: none!important;
}
@media only screen and (min-width: 768px) {
  [data-script-enabled] .mod-multiToggle .mt-panelsWrap > *[id] .panel{
    padding: 40px 0 100px;
  }
  .mod-multiToggle .mod-pnl> .inner> .col> .content[href] {
    min-height: 105px;
  }
  .mod-multiToggle .mod-pnl> .inner> .col> .content> .summary p> b.lede {
    font-size: 1.8rem;
  }
  .mod-multiToggle .panel .mod-link-list> .list {
    margin: 0 0 0 -15px;
  }
  .mod-multiToggle .panel .mod-link-list> .list> li {
    padding: 0 0 0 15px;
  }
  .mod-multiToggle .panel .mod-link-list> .list> li a {
    padding-left: 20px;
  }
  .mod-multiToggle .panel .mod-link-list> .list> li a::before {
    left: 0;
  }
  .mod-multiToggle .mt-close {
    bottom: 30px;
  }
}
.elementBreadcrumbs {
  font-size: 1.4rem;
}
noscript.noscript-header {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 2.0;
  background: #fce7eb;
  color: #e8143c;
  text-align: center;
}
noscript.noscript-header a {
  text-decoration: underline;
  color: #e8143c;
}
.width-content {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .width-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.sony-bk {
  height: 68px;
  background: #000;
  padding: 26px 25px 25px 26px;
  line-height: 1.0;
}

/* ----------------------------------------------------------------------------
 * .global-header
 * ------------------------------------------------------------------------- */
.global-header > .other-site {
  display: flex;
  justify-content: flex-end;
  padding: 7px 0 4px 0;
  background-color: #262626;
}
.global-header > .other-site > li + li {
  padding-left: 10px;
}
.global-header > .other-site > li a {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
  font-size: 1.6rem;
  color: #ccc;
}
.global-header > .other-site > li a::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: .46666em;
  left: 12px;
  display: block;
  width: 7px;
  height: 8px;
  content: "";
}
.global-header header {
  width: 100%;
  margin: 0;
  background: #262626;
}
.global-header header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.global-header.active header.fixed {
  overflow: scroll;
  height: 100%;
}
.global-header header > .inner {
  position: relative;
  min-height: 84px;
}
.global-header .logo-bk {
  position: absolute;
  left: 26px;
  top: 0;
  width: 96px;
  height: 70px;
}
.global-header .logo-bk .logo {
  height: 100%;
}
.global-header .logo-bk .logo a {
  height: 100%;
  display: block;
  padding-top: 24px;
}
.global-header .logo-bk img {
  width: 100%;
  height: auto;
}
.global-header .logo-bk > .conversion-list {
  display: none;
}
.global-header .navi-bk {
  padding-left: 130px;
}
.global-header .navi-bk > .inner {
  display: flex;
  width: 100%;
}
.global-header .navi-bk .conversion-list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
}
.global-header .navi-bk .conversion {
  padding-left: 10px;
}
.global-header .navi-bk .conversion a {
  display: block;
  margin: 20px 0 0 0;
  padding: 5px 45px;
  background: #eb6f00;
  border: solid 1px #eb6f00;
  border-radius: 4px;
  color: #fff;
}
.global-header .navi-bk .conversion a:after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


.elementBreadcrumbs {
  margin-left: 245px;
  padding: 10px 0;
}
.elementBreadcrumbs > .inner {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  margin: 0 auto;
}
.elementBreadcrumbs > .inner > li + li {
  padding-left: 8px;
}
.elementBreadcrumbs > .inner > li + li:before {
  content: ">";
  margin: 0 4px 0 -4px;
}
.str-note .str-inner {
  max-width: 100%!important;
  margin: 5px 0 10px 0!important;
}
.str-note .mod-list-notice {
  margin-bottom: 0;
}
.global-header .link-list .detail-list > .inner .title {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.2;
}
.global-header .link-list .detail-list > .inner .title .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.global-header .link-list .detail-list > .inner .sub-title {
  margin-top: 10px;
  padding-left: 8px;
  border-left: solid 4px #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}
.global-header .link-list .detail-list > .inner .title + * {
  margin-top: 30px!important;
}
.global-header .link-list .detail-list > .inner .sub-title + * {
  margin-top: 16px;
}
.global-header .link-list .detail-list > .inner .list >li {
  margin-top: 16px;
}
.global-header .link-list .detail-list > .inner .list >li a {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  font-size: 1.6rem;
  color: #ccc;
}
.global-header .link-list .detail-list > .inner .list >li a::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: .46666em;
  left: 7px;
  display: block;
  width: 7px;
  height: 8px;
  content: "";
}
.global-header .link-list .detail-list > .inner .list + .list {
  margin-top: 16px;
  border-top: solid 1px #ccc;
}
.global-header .link-list .detail-list > .inner .list + .sub-title {
  margin-top: 24px;
}
.global-header .link-list .detail-list > .inner .title + * {
  margin-top: 24px;
}
.global-header .link-list .detail-list > .inner .button,
.global-header .side-nav > .button {
  margin-top: 16px;
}
.global-header .side-nav > .button a {
  background: #262626;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 11px 36px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.global-header .link-list .detail-list > .inner .button {
  margin-left: -20px;
  margin-right: -20px;
}
.global-header .link-list .detail-list > .inner .button a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: transparent;
  border: solid 1px #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  min-height: 48px;
  margin: 0 auto;
  padding: 10px 36px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.global-header .navi-bk .link-list > li.list-label {
  margin: 2px 0 5px;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: bold;
}
.global-header .navi-bk .link-list > li a .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}
.global-header .navi-bk .link-list > li a .icon + span {
  display: inline-block;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .global-header > .other-site {
    display: none;
  }
  .other-site {
    padding: 20px 25px!important;
    border-bottom: solid 1px #f4f4f4;
  }
  .other-site > li + li {
    margin-top: 10px;
  }
  .other-site > li a {
    font-size: 1.4rem;
    color: #fff;
  }
  .sony-bk {
    height: auto;
    padding: 16px 20px;
  }
  .sony-bk img {
    width: 84px;
    height: auto;
  }
  .global-header header > .inner {
    position: static;
    min-height: auto;
  }
  .global-header .logo-bk {
    display: flex;
    justify-content: space-between;
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
  }
  .global-header .logo-bk > .logo {
    width: 116px;
    height: auto;
    padding-left: 20px;
  }
  .global-header .logo-bk .logo a {
    padding-top: 17px;
  }
  .global-header .logo-bk > .conversion-list {
    display: flex;
    margin: 12px 20px 0 auto;
  }
  .global-header .logo-bk > .conversion-list > .conversion {
    width: 55px;
    height: auto;
    padding-left: 5px;
    box-sizing: content-box;
  }
  .global-header .logo-bk > .conversion-list > .conversion a {
    display: block;
    width: 55px;
  }
  .global-header .logo-bk > .conversion-list > .conversion a > * {
    display: block;
    text-align: center;
  }
  .global-header .logo-bk > .conversion-list > .conversion a img {
    width: 39px;
    height: auto;
    margin: 0 auto;
  }
  .global-header .logo-bk > .conversion-list > .conversion a span {
    margin-top: 8px;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.0;
  }
  .global-header .logo-bk button {
  font-size: 0;
  position: relative;
  border: none;
  width: 42px;
  height: 40px;
  background-color: transparent;
  top: 20px;
  right: 15px;
  overflow: hidden;
  }
  .global-header .logo-bk button::before,
  .global-header .logo-bk button::after {
    border-top: 2px solid #fff;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    transition: all 0.2s ease-in-out;
    display: block;
    content: "";
    position: absolute;
  }
  .global-header .logo-bk button::before {
    top: 0;
  }
  .global-header.active .logo-bk button::before {
    transform: translateY(8px) rotate(45deg);
  }
  .global-header .logo-bk button::after {
    bottom: 22px;
  }
  .global-header.active .logo-bk button::after {
    transform: translateY(-8px) rotate(-45deg)
  }
  .global-header .logo-bk button span.line {
    display: block;
    position: absolute;
    width: 24px;
    top: 8px;
    left: 50%;
    margin-left: -12px;
    border-top: 2px solid #fff;
    transition: all 0.2s ease-in-out;
  }
  .global-header.active .logo-bk button span.line {
    border-top-color: transparent;
  }
  .global-header .logo-bk button span.txt {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 26px;
    font-size: 11px;
    color: #fff;
    text-align: center;
  }
  .global-header .navi-bk {
    height: 100%;
    overflow: scroll;
    padding-left: 0;
    border-top: solid 1px #fff;
  }
  .global-header .navi-bk > .inner {
    display: block;
  }
  .global-header .navi-bk > .inner .side-nav {
    padding: 0 10px 10px;
    background: #fff;
  }
  .global-header .navi-bk .conversion {
    margin: 0;
    padding: 20px 25px;
  }
  .global-header .navi-bk .conversion a {
    display: block;
    margin: 0;
    padding: 5px 20px;
    border-radius: 4px;
  }
  .global-header .navi-bk .conversion-list {
    display: block;
    padding: 20px 20px 10px;
  }
  .global-header .navi-bk .conversion-list .conversion {
    padding: 0;
  }
  .global-header .navi-bk .conversion-list .conversion + .conversion {
    margin-top: 15px;
  }
  .global-header .navi-bk .link-list {
    display: block;
    margin-top: 0;
  }
  .global-header .navi-bk .link-list.sp-other {
    padding: 15px 0 10px;
  }
  .global-header .navi-bk .link-list.type-category {
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
  }
  .global-header .navi-bk .link-list > li {
    padding: 0;
  }
  .global-header .navi-bk .link-list.sp-other > li + li {
    margin-top: 5px;
  }
  .global-header .navi-bk .link-list > li.list-label {
    margin: 12px 0 5px;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .global-header .navi-bk .link-list > li a {
    display: block;
    position: relative;
    padding: 15px 25px 15px 22px;
    border-bottom: solid 1px #dedede;
    line-height: 1.0;
    color: #000;
    font-size: 1.6rem;
  }
  .global-header .navi-bk .link-list.type-category > li a {
    border-bottom: none;
    padding: 10px 25px 10px 22px;
  }
  .global-header .navi-bk .link-list > li a .icon {
    padding-right: 3px;
  }
  .global-header .navi-bk .link-list.sp-other > li a {
    padding: 5px 25px 5px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .elementBreadcrumbs {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
  }
  .elementBreadcrumbs > .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .elementBreadcrumbs > .inner > li + li {
    padding-left: 8px;
  }
  .elementBreadcrumbs > .inner > li + li:before {
    content: ">";
    margin: 0 4px 0 -4px;
  }
  .global-header .side-nav > .button {
    margin: 0 -10px;
  }
  .global-header .side-nav > .button a {
    background: #262626;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 11px 36px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .global-header .link-list .detail-list > .inner .button {
    margin-left: -20px;
    margin-right: -20px;
  }
  .global-header .link-list .detail-list > .inner .button a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: transparent;
    border: solid 1px #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    min-height: 48px;
    margin: 0 auto;
    padding: 10px 36px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .global-header .navi-bk .link-list > li > a[href="javascript:void(0)"] {
    position: relative;
  }
  .global-header .navi-bk .link-list > li > a[href="javascript:void(0)"]:after {
    display: block;
    vertical-align: middle;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .global-header .navi-bk .link-list > li > a[href="javascript:void(0)"]:after {
    background-image: url(/mansion/shared/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -105px -112px;
    background-size: 201px 196px;
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 17px;
    height: 10px;
    margin: auto;
    content: "";
    -webkit-transition: .3s transform ease-out;
            transition: .3s transform ease-out;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .global-header .navi-bk .link-list > li > a.active[href="javascript:void(0)"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .global-header .navi-bk .link-list .detail-list {
    background: #262626;
    margin: 0 -10px;
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
    color: #ccc;
  }
  .global-header .navi-bk .link-list .detail-list .list a {
    color: #ccc;
  }
  .global-header .link-list .detail-list > .inner .title {
    display: none;
  }
  .global-header .link-list .detail-list > .inner .sub-title {
    margin-top: 0;
    padding-left: 6px;
    border-left: solid 3px #fff;
    font-size: 1.6rem;
  }
  .global-header .link-list .detail-list > .inner .title + * {
    margin-top: 0!important;
  }
  .global-header .link-list .detail-list > .inner .sub-title + * {
    margin-top: 16px;
  }
  .global-header .link-list .detail-list > .inner .list >li {
    margin-top: 16px;
  }
  .global-header .link-list .detail-list > .inner .list >li:first-child {
    margin-top: 0;
  }
  .global-header .link-list .detail-list > .inner .list >li a {
    font-size: 1.6rem;
    border-bottom: none;
  }
  .global-header .link-list .detail-list > .inner .list >li a::before {
    top: .16666em;
  }
  .global-header .link-list .detail-list > .inner .list + .list {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #ccc;
  }
  .global-header .link-list .detail-list > .inner .list + .sub-title {
    margin-top: 24px;
  }
  .global-header .link-list .detail-list > .inner .title + * {
    margin-top: 24px;
  }
  .global-header .link-list .detail-list > .inner .button,
  .global-header .side-nav > .button {
    margin-top: 16px;
  }
  .global-header .side-nav > .button a {
    font-size: 1.6rem;
    width: 100%;
    min-height: 42px;
    padding: 11px 36px;
    margin: 0 auto;
  }
  .global-header .link-list .detail-list > .inner .button {
    margin-left: 0;
    margin-right: 0;
  }
  .global-header .link-list .detail-list > .inner .button a {
    font-size: 1.6rem;
    width: 234px;
    min-height: 48px;
    margin: 0 auto;
    padding: 10px 36px;
  }
}

@media only screen and (min-width: 768px) {
  .str-column {
    margin: 0 0 24px 245px;
  }
  .global-header .logo-bk {
    height: 100%;
  }
  .global-header header > .inner {
    padding-bottom: 10px;
  }
  .global-header .navi-bk .side-nav {
    position: fixed;
    left: 0;
    top: 113px;
    width: 245px;
    height: 100vh;
    overflow-x : hidden;
    overflow-y: scroll;
    background: #fff;
    padding: 10px 0 15vh 0;
    box-sizing: border-box;
  }
  .global-header .navi-bk .side-nav.fixed {
    top: 70px;
  }
  .global-header .navi-bk .link-list {
    padding-right: 10px;
  }
  .global-header .navi-bk .link-list > li {
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .global-header .navi-bk .link-list > li > a {
    display: block;
    padding: 7px 0 7px 22px;
    color: #000;
    position: relative;
  }
  .global-header .navi-bk .link-list > li > a:hover,
  .global-header .navi-bk .link-list > li > a.current {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background-color: #eff0f1;
  }
  .global-header .navi-bk .link-list > li > a[href="javascript:void(0)"]:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    vertical-align: middle;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .global-header .navi-bk .link-list .detail-list {
    position: fixed;
    left: 245px;
    top: 113px;
    width: 300px;
    height: 100%;
    overflow-x : hidden;
    overflow-y: scroll;
    background: #262626;
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
    color: #ccc;
    z-index: 2147483647;
  }
  .global-header .navi-bk .side-nav.fixed .link-list .detail-list {
    top: 70px;
  }
  .global-header .navi-bk .link-list .detail-list ::-webkit-scrollbar {
    width: 10px;
  }
  .global-header .navi-bk .link-list .detail-list ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.2);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .str-subfooter {
    margin-left: 245px;
  }
  .global-footer {
    margin-left: 245px;
  }
  .global-header .navi-bk .side-nav > .link-list + .link-list, .global-header .navi-bk .side-nav > .link-list > .link-list {
    border-top: solid 1px #dedede;
    margin-top: 15px;
    padding-top: 15px;
  }
}


/* ----------------------------------------------------------------------------
 * .global-footer
 * ------------------------------------------------------------------------- */
.global-footer {
  background: #262626;
}
.global-footer > .inner {
  width: 760px;
  margin: 0 auto;
  padding: 65px 0;
}
.conversion-bk {
  background: #fff;
  padding: 35px 40px 20px 40px;
}
.conversion-bk .tell > ul {
  display: flex;
  justify-content: center;
}
.conversion-bk .tell li + li {
  padding-left: 10px;
}
.conversion-bk .tell li > .num {
  font-size: 4.2rem;
  font-family: -apple-system, arial, "Helvetica Neue", helvetica, sans-serif;
  line-height: 1.0;
  font-weight: bold;
  color: #000;
}
.conversion-bk .tell li > .time {
  line-height: 1.2;
  font-size: 1.8rem;
}
.conversion-bk .tell li > .time > em {
  font-size: 1.3rem;
  border: solid 1px #000;
  padding: 2px 10px;
  margin-right: 0.5em;
}
.conversion-bk .tell li:first-child {
  position: relative;
  padding-left: 86px;
}
.conversion-bk .tell li:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: auto;
}
.conversion-bk .tell li.text {
  padding-top: 10px;
  font-size: 1.6rem;
  font-family: -apple-system, arial, "Helvetica Neue", helvetica, sans-serif;
  font-weight: bold;
}
.conversion-bk .note {
  color: #666666;
}
.sitemap-bk {
  margin-top: 40px;
}
.sitemap-bk > *:first-child {
  margin-top: 0!important;
}
.sitemap-bk > .hdg {
  margin-top: 30px;
  color: #ccc;
  font-size: 2.0rem;
}
.sitemap-bk > .mod-lyt {
  margin: 15px 0 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #555555;
}
.sitemap-bk .mod-link-list a {
  color: #ccc;
}
.sitemap-bk .mod-btn a {
  background: transparent!important;
  color: #fff!important;
  border: solid 1px #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
}
.sitemap-bk .mod-btn a:not([target="_blank"])::after,
.sitemap-bk .mod-btn button[type]::after {
  border-top: 2px solid #fff!important;
  border-left: 2px solid #fff!important;
}
.company-bk {
  margin-top: 40px;
}
.company-bk > .link-list > li {
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px 0 10px;
  font-size: 1.4rem;
}
.company-bk > .link-list a {
  color: #ccc;
}
.company-bk > .certifications {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.company-bk > .certifications .text {
  font-size: 1.4rem;
  color: #ccc;
}
.company-bk > .certifications .text p {
  margin: 0;
}
.company-bk > .certifications .text .company-logo {
  width: 100px;
  padding: 28px 0;
}
.company-bk > .certifications .text .company-logo img {
  max-width: 100%;
  height: auto;
}
.company-bk > .certifications .logo {
  display: flex;
}
.company-bk > .certifications .logo > li + li {
  padding-left: 10px;
}
.contact-bk {
  background: #fff;
  padding: 35px 20px 20px 20px;
}
.remodal .contact-bk,
.remodal .conversion-bk {
  padding: 0;
}
.contact-bk .contact-area {
  margin-top: 30px;
}
.contact-bk .contact-area .hdg {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  padding: 24px 0 0 24px;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a {
  display: block;
  padding: 19px;
  border: 2px solid #262626;
  border-top: 4px solid #262626;
  background: #262626;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a::after {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -83px -112px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 17px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transition: .2s transform ease-out;
          transition: .2s transform ease-out;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a.open {
  background: #fff;
  border-bottom: none;
  border-top: 6px solid #262626;
  color: #000;
  text-align: center;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a.open::after {
  background-position: -105px -112px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a.open::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #fff;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li span {
  position: relative;
  padding: 5px 0 0 35px;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li:first-child span {
  padding: 0 0 0 45px;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li span::before {
  background-image: url(/mansion/shared/img/icn-menu_13.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 34px;
  margin: auto;
  content: "";
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li:first-child span::before {
  background-image: url(/mansion/shared/img/icn-menu_12.png);
  width: 34px;
  height: 30px;
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a.open span::before {
  background-image: url(/mansion/shared/img/icn-menu_13_on.png);
}
.contact-bk .mod-multiToggle .mt-handlesWrap > ul > li:first-child a.open span::before {
  background-image: url(/mansion/shared/img/icn-menu_12_on.png);
}
.contact-bk .mod-multiToggle .mt-panelsWrap > *[id]{
  margin-top: 0;
  background-color: #fff;
  border: solid 2px #262626;
  color: #000;
}
.contact-bk .mod-multiToggle .mt-panelsWrap > *[id] .panel {
  padding: 10px;
}
.contact-bk .mod-multiToggle .mt-close {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 10px auto;
}
.contact-bk .contact-area .contact-panel .mod-hdg-al2,
.remodal .contact-bk .mod-hdg-al2 {
  font-size: 2.0rem;
  margin-top: 30px;
  padding-bottom: 16px;
  border-bottom: solid 1px #000;
  text-align: left;
}
.contact-bk .conversion-bk .tell {
  padding: 10px;
  background: #f1f3f6;
}
.contact-bk .conversion-bk .tell > ul {
  padding: 0 0 20px;
}
.remodal .contact-bk .conversion-bk .tell > ul {
  padding: 0 0 5px;
}
.contact-bk .conversion-bk .tell > p {
  margin: 10px 0 0;
}
.contact-bk .conversion-bk .tell li > .num {
  font-size: 4.0rem;
}
.contact-bk .mod-lyt.type-contact > .inner > .col > .inner {
  height: 100%;
  background: #f1f3f6;
  padding: 10px;
}
.contact-bk .mod-lyt.type-contact .mod-lyt-media.of-noBreak> .inner> .content {
  padding: 0 0 0 10px;
}
.contact-bk .mod-lyt.type-contact .mod-txt.title {
  font-size: 1.6rem;
}
.contact-bk .mod-lyt.type-contact .mod-txt.title p {
  padding-top: 6px;
  line-height: 1.2;
}
.contact-bk .mod-lyt.type-contact .mod-txt.title .lede {
  font-size: 2.4rem;
  margin-bottom: 4px;
}
.contact-bk .mod-lyt.type-contact .mod-list {
  font-size: 1.6rem;
  line-height: 1.4;
}
.contact-bk .mod-lyt.type-contact .mod-box > .inner {
  margin: 0 0 20px;
  padding: 4px;
  border: solid 1px #c2cad7;
}
.contact-bk .mod-lyt.type-contact .mod-box .mod-txt p {
  padding-top: 11px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-bk .mod-lyt.type-contact .mod-lyt-media.of-noBreak> .inner> .media {
  padding-bottom: 0;
}
.contact-bk .mod-lyt.type-contact .mod-btn a,
.contact-bk .mod-lyt.type-contact .mod-btn button[type] {
  background: #fff;
  color: #0086c7;
  border: solid 1px #c2cad7;
  font-size: 1.8rem;
}
.contact-bk .mod-lyt.type-contact .mod-btn a:hover,
.contact-bk .mod-lyt.type-contact .mod-btn button[type]:hover,
.contact-bk .mod-lyt.type-contact .mod-btn a:active,
.contact-bk .mod-lyt.type-contact .mod-btn button[type]:active,
.contact-bk .mod-lyt.type-contact .mod-btn a:focus,
.contact-bk .mod-lyt.type-contact .mod-btn button[type]:focus,
.contact-bk .mod-lyt.type-contact .mod-btn a:visited,
.contact-bk .mod-lyt.type-contact .mod-btn button[type]:visited {
  background: #fff;
  color: #0086c7;
  border: solid 1px #c2cad7;
  text-decoration: underline;
}
.contact-bk .mod-lyt.type-contact .mod-btn a::after,
.contact-bk .mod-lyt.type-contact .mod-btn button[type]::after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 2px solid #0086c7;
  border-left: 2px solid #0086c7;
  background: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.contact-bk .mod-multiToggle .panel .mod-link-list> .list> li {
  font-size: 1.8rem;
  line-height: inherit;
}
.contact-bk .mod-multiToggle .panel .mod-link-list> .list> li a {
  color: #0086c7;
  padding: 0 0 0 29px;
}
.contact-bk .mod-multiToggle .panel .mod-link-list> .list> li a::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: .46666em;
  left: 12px;
  display: block;
  width: 7px;
  height: 8px;
  content: "";
}

@media only screen and (max-width: 767px) {
  .global-footer > .inner {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
  }
.conversion-bk {
    padding: 20px;
  }
  .global-header .conversion-bk {
    margin: 10px 10px;
  }
.conversion-bk .tell > ul {
    display: block;
  }
.conversion-bk .tell li + li {
    padding-left: 0;
    margin-top: 5px;
  }
.conversion-bk .tell li {
    text-align: center;
  }
.conversion-bk .tell li > .num {
    font-size: 3.5rem;
  }
.conversion-bk .tell li > .time {
    font-size: 1.4rem;
  }
.conversion-bk .tell li > .time > em {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
.conversion-bk .tell li:first-child {
    position: relative;
    padding-left: 50px;
  }
.conversion-bk .tell li:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    height: auto;
  }
.conversion-bk .tell li.text {
    padding-top: 10px;
    font-size: 1.6rem;
    font-family: -apple-system, arial, "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
  }
  .sitemap-bk {
    margin-top: 20px;
  }
  .sitemap-bk > .hdg {
    font-size: 2.0rem;
  }
  .company-bk {
    margin-top: 20px;
  }
  .company-bk > .link-list > li {
    font-size: 1.4rem;
  }
  .company-bk > .link-list a {
    color: #ccc;
  }
  .company-bk > .certifications {
    display: block;
    margin-top: 15px;
  }
  .company-bk > .certifications .text {
    font-size: 1.4rem;
  }
  .company-bk > .certifications .text .company-logo {
    width: 75px;
    padding: 21px 0;
  }
  .company-bk > .certifications .logo {
    justify-content: center;
  }
  .company-bk > .certifications .logo > li + li {
    padding-left: 10px;
  }
  .contact-bk {
    padding: 10px 10px 20px;
  }
  .global-header .contact-bk {
    margin: 15px 10px;
  }
  .contact-bk .contact-area {
    margin-top: 30px;
  }
  .global-header .contact-bk .contact-area {
    margin-top: 20px;
  }
  .contact-bk .contact-area .hdg {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul {
    margin: -16px 0 0 -16px;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li {
    padding: 16px 0 0 16px;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a {
    padding: 10px 5px 15px;
    height: 100%;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li a::after {
    top: auto;
    right: 50%;
    bottom: 3px;
    margin-right: -9px;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li span {
    display: block;
    padding: 42px 0 0;
    line-height: 1.4;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li:first-child span {
    padding: 42px 0 0;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li span::before {
    top: 0;
    left: 50%;
    margin-left: -13px;
  }
  .contact-bk .mod-multiToggle .mt-handlesWrap > ul > li:first-child span::before {
    margin-left: -17px;
  }
  .contact-bk .contact-area .contact-panel .mod-hdg-al2,
  .remodal .contact-bk .mod-hdg-al2 {
    font-size: 2.0rem;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .contact-bk .conversion-bk .tell > ul {
    padding: 0;
  }
  .contact-bk .conversion-bk p {
    font-size: 1.6rem;
  }
  .contact-bk .conversion-bk .tell li > .num {
    font-size: 3.5rem;
  }
  .remodal .contact-bk .conversion-bk .tell li > .num {
    font-size: 3.2rem;
  }
  .contact-bk .mod-lyt.type-contact > .inner > .col > .inner {
    padding: 10px;
  }
  .contact-bk .mod-lyt.type-contact .mod-lyt-media.of-noBreak> .inner> .content {
    padding: 0 0 0 10px;
  }
  .contact-bk .mod-lyt.type-contact .mod-txt.title {
    font-size: 1.4rem;
  }
  .contact-bk .mod-lyt.type-contact .mod-txt.title .lede {
    font-size: 2.0rem;
    margin-bottom: 4px;
  }
  .contact-bk .mod-lyt.type-contact .mod-list {
    font-size: 1.6rem;
  }
  .contact-bk .mod-lyt.type-contact .mod-box .mod-txt p {
    padding-top: 11px;
    font-size: 1.6rem;
  }
  .contact-bk .mod-lyt.type-contact .mod-lyt-media.of-noBreak> .inner> .media {
    width: auto;
  }
  .contact-bk .mod-lyt.type-contact .mod-btn a,
  .contact-bk .mod-lyt.type-contact .mod-btn button[type] {
    font-size: 1.8rem;
  }
  .contact-bk .conversion-bk .tell li:first-child img {
    width: 52px;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------
 * .str-subfooter
 * ------------------------------------------------------------------------- */
.str-subfooter {
  background: #dfebf2;
  padding: 82px 0 90px 0;
  color: #000;
}
.str-subfooter .mod-btn a {
  width: 530px;
  font-size: 2.4rem;
}
.str-subfooter .mod-hdg-al2 {
  font-size: 2.0rem;
  padding-bottom: 16px;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 767px) {
  .str-subfooter {
    padding: 40px 12px 45px;
  }
  .str-subfooter .mod-btn a {
    width: 100%;
    font-size: 2.2rem;
  }
  .str-subfooter .mod-hdg-al2 {
    font-size: 2.0rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
  }
}

/* ----------------------------------------------------------------------------
 * .no-navigation
 * ------------------------------------------------------------------------- */
.no-navigation .global-header .navi-bk > .inner .side-nav,
.no-navigation .global-footer .contact-bk,
.no-navigation .global-footer .sitemap-bk {
  display: none!important;
}
.no-navigation .global-footer .company-bk {
  margin-top: 0!important;
}
.no-navigation .elementBreadcrumbs,
.no-navigation .str-column,
.no-navigation .str-subfooter,
.no-navigation .global-footer {
  margin-left: 0!important;
}


/* ----------------------------------------------------------------------------
 * .20211006 NURO 光 for マンションの特長
 * ------------------------------------------------------------------------- */
.mod-pnl--feature {
}
.mod-pnl--feature > .inner> .col> .content {
    -ms-flex-direction: column;
          flex-direction: column;
    padding: 30px 15px;
    display: block;
    text-align: center;
}
.mod-pnl--feature .content:after{
    display: none !important;
}
.mod-pnl--feature .mod-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mod-pnl--feature > .inner> .col> .content> .summary p {
      font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
}
.mod-pnl--feature > .inner> .col> .content> .summary p b {
    font-size: 2.3rem
}
.mod-pnl--feature > .inner> .col> .content> .summary p small {
    font-size: 1.5rem
}
.mod-pnl--feature > .inner> .col> .content> .summary p sup{
  font-size: 1.6rem;
}
.mod-pnl--feature > .inner> .col> .content> .media {
    margin: 10px 0;
}
.mod-pnl--feature__linktxt {
    position: relative;
    padding: 0 0 0 29px;
    color: #0074ad;
    font-size: 1.5rem;
    display: inline-block;
}
.mod-pnl--feature__linktxt::before {
  background-image: url(/mansion/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: .46666em;
  left: 12px;
  display: block;
  width: 7px;
  height: 8px;
  content: "";
}
.mod-pnl--feature__ttl {
/*    color: #ea4200;*/
    color: #000000;
    font-weight: bold;
    font-size: 2rem !important;
    padding: 20px 20px;
    text-align: center;
    background-color:#fff8eb;
    margin: -30px -15px 20px -15px !important;
    border-radius: 4px 4px 0 4px;
}
.mod-pnl--feature__ic {
    width: 140px;
}
.mod-pnl--feature__ic img{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .mod-pnl--feature__ic {
        width: 160px;
    }
    .mod-pnl--feature > .inner> .col> .content> .media {
        margin: 0 0;
    }
    .mod-pnl--feature__ttl {
        font-size: 2rem !important;
        padding: 10px 20px;
        text-align: center;
        margin: -30px -15px 20px -15px !important;
    }

}

/* ヘッダテスト用 */

@media only screen and (max-width: 767px){

.global-header header.white {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(112 112 112 / 30%);
}

.global-header .logo-bk > .conversion-list > .conversion a span.black {
  color: #000;
}
.global-header .logo-bk > .conversion-list > .conversion a span.orange {
  color: #eb6f00;
}

.global-header .logo-bk button.black span.txt {
  color: #000;
}
.global-header .logo-bk button.orange span.txt {
  color: #eb6f00;
}

.global-header .logo-bk button.black span {
  border-color: #262626;
}
.global-header .logo-bk button.orange span {
  border-color: #eb6f00;
}

.global-header .logo-bk button.black::before,
.global-header .logo-bk button.black::after {
  border-top: 2px solid #262626;
}

.global-header .logo-bk button.orange::before,
.global-header .logo-bk button.orange::after {
  border-top: 2px solid #eb6f00;
}

}
