@charset "UTF-8";
/* ============================================================================
 * 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: 100%;
  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: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #223;
  background: #fff;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  position: static;

  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:link {
  color: #314da5;
}

a:visited {
  color: #736f9e;
}

a:hover,
a:active {
  text-decoration: underline;
  color: #4164d9;
}

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 {
  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-outer* 左右の余白を管理するストラクチャ（子要素には.str-inner以外を受け入れない）
* ------------------------------------------------------------------------- */
[class^="str-outer"] {
  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: 960px;
  margin: 0 auto;
}

[class^="str-outer"]> .str-inner:last-child {
  padding-bottom: 40px;
}

[class^="str-outer"]> .str-inner:last-child> *:first-child {
  margin-top: 0;
}

[class^="str-outer"]> .str-inner:last-child> *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
* .str-pageTitle
* ------------------------------------------------------------------------- */
.str-pageTitle {
  margin: 0 0 12px;
  padding: 20px 12px 10px;
}

.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%;
}

.str-pageTitle> .inner h1+ * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

/* ============================================================================
 * _txt modules
 * ========================================================================= */
[class^="mod-"] strong {
  color: #e00000;
}

[class*="-smaller"] {
  font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------
 * .mod-txt
 * ------------------------------------------------------------------------- */
.mod-txt {
  margin: 0 0 24px;
}

.mod-txt p {
  margin: 0;
  line-height: 1.8;
}

.mod-txt p> b.lede {
  font-size: 1.9rem;
  display: block;
  margin: 0 0 8px;
}

.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;
}

/* ============================================================================
 * _hdg modules
 * ========================================================================= */
[class^="mod-hdg"]+ [class^="mod-hdg"],
.ux2_heading+ .ux2_heading> [class^="mod-hdg"] {
  margin-top: 0;
}

/* ============================================================================
 * _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.of-large a:visited {
  color: inherit;
}

.mod-btn a,
.mod-btn button[type] {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #f0f1f3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  min-height: 48px;
  margin: 0 auto;
  padding: 10px 36px;
  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-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.mod-btn a> span,
.mod-btn button[type]> span {
  width: 100%;
}

html:not([data-device="iphone"]) .mod-btn a> span,
html:not([data-device="iphone"])
.mod-btn button[type]> span {
  margin-bottom: -.25em;
}

.mod-btn a:not([target="_blank"])::after,
.mod-btn button[type]::after {
  background-image: url(/hikari/pr/images/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-btn a[href^="#"]::after {
  background: url(/hikari/pr/images/btn_icn1.png);
  background-size: 28px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin: auto 0;
  content: "";
}

.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-02 a,
.mod-btn .btn.var-02 button[type] {
  color: #222233;
  background: #fcdb00;
}


.mod-btn .btn.var-03 a,
.mod-btn .btn.var-03 button[type] {
  background: #fcdb00;
}

.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-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(/hikari/pr/images/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;
  overflow: hidden;
  justify-content: flex-start;
  margin: 0 0 24px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.mod-link> a {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
}

.mod-link> a::before {
  background-image: url(/hikari/pr/images/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.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 {
  overflow: hidden;
  margin: 0 0 3px;
}

.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(/hikari/pr/images/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;
}

.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(/hikari/pr/images/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-"]::before {
  background-image: url(/hikari/pr/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -23px -135px;
  background-size: 201px 196px;
  display: inline-block;
  width: 13px;
  height: 7px;
  margin: 0 3px 0 3px;
  content: "";
}

/* ----------------------------------------------------------------------------
 * .mod-link-newsList
 * ------------------------------------------------------------------------- */
.mod-link-newsList {
  overflow: auto;
  max-height: 320px;
  margin: 0 0 40px;
  border: dashed #d9dadb;
  border-width: 1px 0;

  -webkit-overflow-scrolling: touch;
}

.mod-link-newsList li:not(:last-child) {
  border-bottom: 1px dashed #d9dadb;
}

.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: #fff;
  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;
}

/* ============================================================================
 * _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;
}
ul.list> li {
  background: none;
}

.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 {
  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;
}

.mod-list-notice> .list> li {
  padding: 0 0 0 1em;
}

.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;
  border: 4px solid #edede4;
}
.mod-box.type-article {
  border: 4px solid #ffdb9c;
}

.mod-box> .inner {
  background: #fff;
  padding: 24px;
}

.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: #f7f7f2;
}

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;
}

/* ----------------------------------------------------------------------------
 * .mod-box-02
 * ------------------------------------------------------------------------- */
.mod-box-02 {
  margin: 0 0 40px;
}

.mod-box-02> .inner {
  background: #e6f2e6;
  padding: 29px 32px 24px;
}

.mod-box-02> .inner> *:first-child:not(.mod-btn):not([data-col]) {
  margin-top: 0;
}

.mod-box-02> .inner> *:last-child {
  margin-bottom: 0;
}

section.mod-box-02> .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2f8c00;
  padding: 9px 12px 4px;
}

section.mod-box-02> .title:empty+ .inner {
  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: #929294;
  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(/hikari/pr/images/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 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(/hikari/pr/images/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-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: #edede4;
  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(/hikari/pr/images/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(/hikari/pr/images/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: 24px 0 0 24px;
}

.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;
}

.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: 20px 20px 13px;
  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;
}

.mod-pnl> .inner> .col> .content> .summary p {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 0;
}

.mod-pnl> .inner> .col> .content> .summary p> b.lede {
  font-size: 1.6rem;
  color: #314da5;
  display: block;
  margin: 0 0 9px;
}

.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][target="_blank"] {
  padding-bottom: 24px;
}

.mod-pnl> .inner> .col> .content[href][target="_blank"]> .summary img.icn-_blank {
  position: absolute;
  top: 100%;
  right: 8px;
}

.mod-pnl> .inner> .col> .content[href]:not([target="_blank"])> .summary {
  padding: 0 32px 0 0;
}

.mod-pnl> .inner> .col> .content[href]:not([target="_blank"])> .summary::after {
  background-image: url(/hikari/pr/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -179px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 17px;
  margin: auto 0;
  content: "";
}

.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: -24px 0 0 -24px;
}

.mod-lyt> .inner> .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 24px 0 0 24px;

  -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;
}

/* ============================================================================
 * _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 {
  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-tgl
 * ------------------------------------------------------------------------- */
.mod-tgl {
  margin: 0 0 20px;
}

.mod-tgl> .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  background: #f0f0ed;
  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(/hikari/pr/images/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 28px;
}

.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: #d9dadb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 4px solid #5ca122;
}

.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: #5ca122;
  border-top: 1px solid transparent;
}

.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: #f4f8ed;
  padding: 35px 12px;
}

.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;
}

/* ----------------------------------------------------------------------------
 * .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;
}

/* ----------------------------------------------------------------------------
 * .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(/hikari/pr/images/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
 * ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
 * .mod-multiToggle
 * ------------------------------------------------------------------------- */
.mod-multiToggle {
  position: relative;
  overflow: hidden;
}

.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;
}

/* ============================================================================
 * for AEM only Styles
 * ========================================================================= */
[class*="cq-placeholder-main"]+ [id*="cq-gen"]> * {
  width: 100% !important;
}

.richtext_box2 .red {
  color: #e00000;
}

.richtext_box2+ .richtext_box2 {
  margin-top: 8px;
}

.richtext_box2> p:first-child {
  margin-top: 0;
}

.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(/shared/img/icn-_blank.svg) no-repeat right center;
  content: "新しいウィンドウで開く";
}

.richtext_box2 a[href*=".pdf"]::before {
  background: url(/shared/img/icn-pdf.svg) no-repeat right center;
  content: "PDFファイル";
}

*+ .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^="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):not(.ux2_toggle)> *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
  * .mod-box-step
  * ------------------------------------------------------------------------- */
.richtext_box2+ .ux2_stepbox {
  margin-top: 8px;
}

.ux2_stepbox:last-child {
  margin-bottom: 40px;
}

@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;
  }
  .str-pageTitle> .inner {
    font-size: 3.5rem;
  }
  .str-pageTitle> .inner> * span:not(:last-child) {
    font-size: 2.2rem;
  }
  .mod-btn.of-large a,
  .mod-btn.of-large button[type] {
    font-size: 2.4rem;
    min-height: 57px;
    min-width: 480px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .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: 480px;
  }
  .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: underline;
    opacity: 1;
  }
  .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 a[href]:not([target="_blank"])::after,
  .mod-btn button[type]:not(:disabled)::after {
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .mod-btn a[href]:not([target="_blank"]):hover::after,
  .mod-btn a[href]:not([target="_blank"]):focus::after,
  .mod-btn button[type]:not(:disabled):hover::after,
  .mod-btn button[type]:not(:disabled):focus::after {
    top: 4px;
  }
  .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 {
    width: 468px;
  }
  .mod-btn .btn.type-narrow {
    width: 222px;
  }
  .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 #d9dadb;
  }
  .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: #fffee5;
  }
  .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> .list> li> .inner > * {
    max-width: 100%;
  }
  .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[href] {
    text-decoration: none;
    -webkit-transition: .2s background-color ease-out;
            transition: .2s background-color ease-out;
  }
  .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,
  .mod-pnl> .inner> .col> .content[href]:focus {
    background-color: #fffee5;
  }
  .mod-pnl> .inner> .col> .content[href]:hover> .summary p> b.lede,
  .mod-pnl> .inner> .col> .content[href]:focus> .summary p> b.lede {
    text-decoration: underline;
  }
  .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-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-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 {
    opacity: .7;
  }
  .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"]) {
    border-top-color: #d9dadb;
    border-left-color: #d9dadb;
  }
  .mod-tab .tab-list:not([data-col-pc])> li:not([aria-selected="true"]):last-child {
    border-right-color: #d9dadb;
    border-radius: 0 4px 0 0;
  }
  .mod-tab .tab-list:not([data-col-pc])> li[aria-selected="true"] {
    border-left-color: transparent;
    border-radius: 4px 4px 0 0;
  }
  .mod-tab .tab-list:not([data-col-pc])> li[aria-selected="true"]+ li {
    border-left-color: transparent;
  }
  .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;
  }
  .mod-tab> .tab-panel {
    border: solid #d9dadb;
    border-width: 0 1px 1px 1px;
  }
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .str-pageTitle> .inner {
    font-size: 2.8rem;
    -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;
  }
  .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;
  }
}

@media screen and (min-device-width: 768px) {
  .mod-list-flow> .list> li> .inner> .hdg> .label {
    padding: 3px 11px 0;
  }
}

.kv {
  height: auto;
  padding: 40px 0 30px;
}
#AT-test.kv {
  background: #ca3034 url(/hikari/pr/images/kv_bg_2.png) center top no-repeat;
}
.kv h1 {
  padding: 0;
}
.kv > .inner > .application {
  width: 870px;
  margin: 15px auto;
}
.kv .application .selectPlan__recommend {
  color: #fff;
}
.kv .application .selectPlan__inputTag > span {
  background: #fff;
  color: #9a061b;
}
.kv .application .selectPlan__convBtn {
  color: #000!important;
  background: #fcdb00!important;
  box-shadow: none;
}
.kv .application .selectPlan__input.js-active .selectPlan__agreement:before {
  border: 4px solid #222233;
}
.kv .application .selectPlan__input.js-active .selectPlan__agreement {
  border: 2px solid #fcdb00;
  background: #fcdb00;
}
.kv .application .selectPlan__input.js-active:after {
  border-top: 10px solid #fcdb00;
}
.kv > .mod-btn {
  margin-top: 30px;
}
.kv > .btn {
  margin-top: 15px;
}
.kv > .btn a:hover,
.kv > .btn a img:hover {
  opacity: 1!important;
  color: inherit;
}
.kv > .noteList {
  margin-top: 15px;
}
.kv > .noteList a {
  text-decoration: underline;
}
.kv > .noteList a:hover {
  text-decoration: none;
}


/* ----------------------------------------------------------------------------
* .str-outer
* ------------------------------------------------------------------------- */
[class^="str-outer"] > .str-inner {
  width: 870px;
  margin: 0 auto;
  padding-bottom: 0!important;
}
[class^="str-outer"] [class^="mod-"] {
  text-align: left;
  box-sizing: border-box;
}
[class^="str-outer"] > .str-inner > *:last-child {
  margin-bottom: 0!important;
}
/* -----------------------------------
* .str-outer-about
* ----------------------------------- */
.str-outer-about {
  padding: 30px 0 65px;
  background: #f7f7f7;
}
.str-outer-about .mod-box {
  margin-bottom: 50px;
  border: 1px solid #e4e4e4;
}
.str-outer-about .mod-box > .inner {
  padding: 0;
}
.str-outer-about .mod-box > .inner > .hdg {
  padding: 15px;
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
}
.str-outer-about .mod-box > .inner > .mod-list-description > .list {
  display: block;
  margin: 0;
}
.str-outer-about .mod-box > .inner > .mod-list-description dl {
  display: flex;
  padding: 15px;
}
.str-outer-about .mod-box > .inner > .mod-list-description dl + dl {
  border-top: 1px solid #e4e4e4;
}
.str-outer-about .mod-box > .inner > .mod-list-description dl> dt{
  min-width: 8em;
  text-align: left;
}
.str-outer-about .mod-box > .inner > .mod-list-description dl> dt:after{
  content: "：";
}
.str-outer-about .mod-box > .inner > .mod-list-description dl> dd{
  margin: 0;
  padding-left: 15px;
}
.str-outer-about .mod-box > .inner > .mod-list-description .mod-list {
  text-align: left;
}
.str-outer-about .mod-box > .inner > .mod-list-description .mod-list li:first-child {
  margin-top: 0;
}
/* -----------------------------------
* .str-outer-benefit
* ----------------------------------- */
.str-outer-benefit {
  padding: 48px 0 80px;
  background: #fff;
}
.str-outer-benefit .mod-hdg2 {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
}
.str-outer-benefit .mod-hdg2 .symbol {
  padding-right: 20px;
}
.str-outer-benefit .mod-hdg2 + * {
  margin-top: 32px!important;
}
.str-outer-benefit .mod-hdg3 {
  font-size: 4.0rem;
  color: #ca3034;
  line-height: 1.2;
}
.str-outer-benefit .mod-hdg3 .num {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 6.0rem;
  color: #f8bdbf;
  line-height: 1;
}
.str-outer-benefit .mod-hdg3 b {
  font-size: 5.6rem;
}
.str-outer-benefit .mod-hdg3 + * {
  margin-top: 26px;
}
.str-outer-benefit .mod-hdg4 {
  font-size: 2.8rem;
  line-height: 1.2;
}
.str-outer-benefit .mod-hdg4 span {
  color: #ca3034;
}
.str-outer-benefit .mod-lyt-media .media img {
  width: 270px!important;
}
.str-outer-benefit .mod-tgl {
  margin-top: 26px;
  margin-bottom: 0;
}
.str-outer-benefit .mod-tgl + .mod-tgl {
  margin-top: 2px;
}
.str-outer-benefit .mod-tgl .tgl-hook {
  display: table;
  list-style: none;
  padding: 0 40px 0 0;
  width: 100%;
  min-height: 70px;
  background: #e4e4e4;
}
.str-outer-benefit .mod-tgl .tgl-hook::-webkit-details-marker {
  display:none;
}
.str-outer-benefit .mod-tgl .tgl-hook > .img {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  background: #ca3034;
}
.str-outer-benefit .mod-tgl .tgl-hook > .img img {
  max-width: 100%;
}
.str-outer-benefit .mod-tgl .tgl-hook > .img + span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.str-outer-benefit .mod-lyt-media {
  margin-top: 70px;
}

.str-outer-benefit .denwaBlock {
  border: 1px solid #d8d8d8;
  padding: 16px 24px;
  margin-bottom: 20px;
  background: #fff;
  /*h6*/
}
.str-outer-benefit .denwaBlock h6 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 120%;
}
.str-outer-benefit .denwaBlock h6 span {
  font-size: 1.8rem;
}
.str-outer-benefit .denwaBlock > div {
  text-align: left;
  display: table;
  width: 100%;
  margin-top: 20px;
  /*leftBlock*/
}
.str-outer-benefit .denwaBlock > div .leftBlock {
  width: 436px;
  display: table-cell;
  vertical-align: top;
}
.str-outer-benefit .denwaBlock > div .leftBlock > div {
  background: #ffdb9c;
  width: 374px;
  padding: 24px 0;
  text-align: center;
}
.str-outer-benefit .denwaBlock > div .rightBlock {
  display: table-cell;
  vertical-align: top;
}
.str-outer-benefit .denwaBlock > div .rightBlock .colorImg {
  background: #ffdb9c;
  width: 374px;
  margin-bottom: 8px;
  padding: 24px 0;
  text-align: center;
}
.str-outer-benefit .denwaBlock > div .rightBlock dl {
  margin-bottom: 10px;
}
.str-outer-benefit .denwaBlock > div .rightBlock dl dd {
  padding-left: 1.2em;
  position: relative;
  margin: 5px 0 0;
}
.str-outer-benefit .denwaBlock > div .rightBlock dl dd:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.str-outer-benefit .denwaBlock .listNormal > li,
.str-outer-benefit .denwaBlock .listNormal > dd {
  padding-left: 1em;
}
.str-outer-benefit .denwaBlock .singleImg {
  margin: 0 0 8px;
}
.str-outer-benefit .denwaBlock .singleImg img {
  max-width: 100%;
}
.str-outer-benefit h4 {
  font-weight: bold;
  font-size: 38px;
  padding: 0px 0 30px;
}
.str-outer-benefit h5 {
  margin-top: 24px;
  font-size: 3.0rem;
}
.str-outer-benefit .planBox {
  padding: 16px 24px;
  display: block;
  background: #fff;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: row;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.str-outer-benefit .planBox .priceArea {
  width: 45%;
  border-right: 1px solid #d6d6d6;
  padding: 0;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
}
.str-outer-benefit .planBox .priceArea h6 {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  padding: 0 2px 2px;
  border-bottom: 8px solid #ffdb9c;
  margin: 0 0 50px;
}
.str-outer-benefit .planBox .priceArea .price > div {
  margin: 0 0 2px;
  font-size: 14px;
  color: #333;
}
.str-outer-benefit .planBox .priceArea .price p {
  margin: 5px 0 0;
}
.str-outer-benefit .planBox .channel {
  font-size: 20px;
  padding: 0 0 0 36px;
  text-align: left;
  width: 55%;
  box-sizing: border-box;
}
.str-outer-benefit .planBox .channel p {
  margin: 0;
  font-size: 18px;
}
.str-outer-benefit .planBox .channel ul {
  display: flex;
  flex-wrap: wrap;
}
.str-outer-benefit .planBox .channel ul li {
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.str-outer-benefit .planBox .channel ul li span {
  padding: 2px 5px;
  display: block;
}
.str-outer-benefit .planBox .channel ul li span.orange {
  width: 70px;
  background: #ff9507;
}
.str-outer-benefit .planBox .channel ul li span.gray {
  background: #e7e7e7;
  color: #c9c9c9;
}
.str-outer-benefit .planBox .channel ul li a {
  color: #fff;
  padding: 2px 5px;
  display: block;
}
.str-outer-benefit .planBox .channel ul li a.pink {
  background: #fd585d;
}
.str-outer-benefit .planBox .channel ul li a.green {
  background: #6fb401;
}
.str-outer-benefit .planBox .channel ul li a.blue {
  background: #7fc7ef;
}
.str-outer-benefit .planBox .channel ul li a:hover {
  opacity: 0.8;
}
.str-outer-benefit .tvBox {
  border: 4px solid #ffdb9c;
  background: #fff;
  padding: 20px;
  display: block;
  margin: 0 0 20px;
}
.str-outer-benefit .tvBox h5 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 25px;
}
.str-outer-benefit .tvBox h6 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
}
.str-outer-benefit .tvBox .txtArea {
  text-align: left;
  padding: 0 0 0 220px;
  background: url("/tv/price/images/price_img1.png") no-repeat left top;
  background-size: 190px auto;
  min-height: 150px;
}
.str-outer-benefit .tvBox .txtArea p {
  line-height: 180%;
}
.str-outer-benefit .tunerBox {
  border: 4px solid #ffdb9c;
  display: block;
  padding: 20px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 28px;
  width: 80%;
}
.str-outer-benefit .tunerBox:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #ffdb9c transparent transparent transparent;
  left: 50%;
  margin-left: -12px;
  bottom: -22px;
}
.str-outer-benefit .tunerRental {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 20px 40px 10px 40px;
  display: block;
}
.str-outer-benefit .tunerRental h6 {
  font-size: 26px;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d6d6d6;
}
.str-outer-benefit .tunerRental ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.str-outer-benefit .tunerRental ul li {
  text-align: center;
  width: 50%;
  margin: 0;
  justify-content: space-around;
}
.str-outer-benefit .tokutenArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 10px;
}
.str-outer-benefit .tokutenArea .tokutenBlock {
  border-radius: 6px;
  padding: 30px;
  width: 260px;
  background: #ffdb9c;
  margin: 0 0 10px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
}
.str-outer-benefit .tokutenArea .tokutenBlock h6 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  position: relative;
}
.str-outer-benefit .tokutenArea .tokutenBlock h6 span {
  position: relative;
}
.str-outer-benefit .tokutenArea .tokutenBlock h6 span sup {
  position: absolute;
  font-size: 11px;
  top: 10px;
  right: -2em;
  font-weight: normal;
}
.str-outer-benefit .tokutenArea .tokutenBlock .tokutenContent {
  text-align: center;
}
.str-outer-benefit .tokutenArea .tokutenBlock .tokutenContent p {
  font-size: 14px;
  margin: 0 0 10px;
}
.str-outer-benefit .tokutenArea .tokutenBlock .tokutenContent img {
  max-width: 100%;
}
.str-outer-benefit .noteWrap .numnoteList li {
  padding-left: 2.2em;
}
.str-outer-benefit .noteList li:before {
  margin-left: 0;
}
.str-outer-benefit .mod-tgl strong {
  color: inherit!important;
}
.str-outer-benefit .selectPlan__tab {
  padding: 0 10px;
}
.str-outer-benefit .selectPlan__tab.js-active {
  padding: 0;
}
.str-outer-benefit .selectPlan__panel {
  padding-top: 14px;
}
.str-outer-benefit .selectPlan__agreement {
  padding: 8px 0;
}
.str-outer-benefit .selectPlan__tab.js-active .selectPlan__agreement {
  padding: 16px 0;
}
.str-outer-benefit .priceTable tr td {
  padding: 15px 0;
}
.str-outer-benefit .mod-txt.caution {
  padding: 10px 0;
  background: #fee7e8;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* -----------------------------------
* .str-outer-service
* ----------------------------------- */
.str-outer-service {
  background: #ebebeb;
  padding: 75px 0 80px;
}
.str-outer-service .mod-hdg2 .img {
  text-align: center;
}
.str-outer-service .mod-hdg2 + * {
  margin-top: 30px;
}
.str-outer-service .mod-box > .inner {
  background: #fafafa;
  padding: 0 24px 48px;
}
.str-outer-service .mod-box > .inner > .hdg {
  margin: 0 -24px;
  padding: 15px;
  background: #ca3034;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.str-outer-service .mod-box > .inner > .hdg + * {
  margin-top: 24px;
}

/* -----------------------------------
* .fixedArea
* ----------------------------------- */
.fixedArea {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ca3034;
  padding: 24px 20px 18px;
  z-index: 9999;
  box-shadow: 0 0 12px gray;
}
.fixedArea.active {
  display: block;
}
.fixedArea > .txt {
  width: 400px;
  margin: 0 auto;
}
.fixedArea > .txt img {
  width: 100%;
}
.fixedArea .mod-btn {
  margin-bottom: 0!important;
}
.fixedArea .mod-btn a {
  min-height: 48px;
  font-size: 1.8rem;
}
.modal-area {
  text-align: left;
}
.modal-area .noteList li:before {
  margin-left: 0;
}
.dotList li,
.listNormal li {
  padding-left: 20px!important;
  margin-left: 10px!important;
  margin-bottom: 10px!important;
}
.dotList li a,
.noteList li a,
.mod-list-notice a,
.modal-box a {
  text-decoration: underline;
}
.noteList li {
  padding-left: 1.2em!important;
}
.modal-area {
  z-index: 2147483647!important;
}
.modal-area .in_block .cont-area {
  max-height: 400px;
  overflow-y: scroll;
}
.priceTable.type-last {
  border-right: 2px solid #606060;
}
.priceTable.type-last th {
  border-bottom: 1px solid #606060;
}
.priceTable.type-last  tr:last-child td{
  background: inherit!important;
}
.priceTable.type-last  thead th {
  background: #fdeee7!important;
  font-weight: bold;
}
.priceTable.type-last .lineRed {
  color: #fe616c;
}
.priceTable.type-last .lineBlue {
  color: #297ad6;
}
.priceTable.type-last  .label {
  display: inline-block;
  background: #FAEA01;
  color: #222233;
}
.priceTable.type-last tr td:nth-of-type(1) {
  font-weight: normal;
}
.hdg-step {
  position: relative;
  margin-top: 36px;
  padding: 10px 10px 10px 170px;
  font-size: 2.0rem;
  background: #e4e4e4;
}
.hdg-h5 + .hdg-step {
  margin-top: 12px;
}
.hdg-step > .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  padding: 10px 0;
  background: #ca3034;
  color: #fff;
  text-align: center;
}
.hdg-step + * {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    padding: 20px 16px 15px;
    background: #9a061b url(/hikari/pr/images/kv_bg_sp.png) center top repeat-y;
    background-size: 100%;
  }
  #AT-test.kv {
    background: #ca3034;
  }
  .kv > .inner > .application {
    width: 100%;
  }
  .kv > .mod-btn {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .kv > .noteList {
    margin-top: 16px;
  }
  /* ----------------------------------------------------------------------------
  * .str-outer
  * ------------------------------------------------------------------------- */
  [class^="str-outer"] > .str-inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* -----------------------------------
  * .str-outer-about
  * ----------------------------------- */
  .str-outer-about {
    padding: 30px 0 40px;
  }
  .str-outer-about .mod-box {
    margin-bottom: 25px;
  }
  .str-outer-about .mod-box > .inner > .hdg {
    padding: 8px;
  }
  .str-outer-about .mod-box > .inner > .mod-list-description dl {
    display: block;
    padding: 15px;
  }
  .str-outer-about .mod-box > .inner > .mod-list-description dl> dt{
    min-width: inherit;
  }
  .str-outer-about .mod-box > .inner > .mod-list-description dl> dd{
    padding-left: 0;
  }

  /* -----------------------------------
  * .str-outer-benefit
  * ----------------------------------- */
  .str-outer-benefit {
    padding: 30px 0 40px;
  }
  .str-outer-benefit .mod-hdg2 {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .str-outer-benefit .mod-hdg2 .symbol {
    flex-basis: 61px;
    padding-right: 10px;
  }
  .str-outer-benefit .mod-hdg2 .symbol + * {
    flex-basis: calc(100% - 61px);
  }
  .str-outer-benefit .mod-hdg2 + * {
    margin-top: 24px!important;
  }
  .str-outer-benefit .mod-hdg3 {
    font-size: 2.4rem;
  }
  .str-outer-benefit .mod-hdg3 .num {
    padding-bottom: 10px;
    font-size: 3.0rem;
  }
  .str-outer-benefit .mod-hdg3 b {
    font-size: 3.2rem;
  }
  .str-outer-benefit .mod-hdg3 + * {
    margin-top: 16px;
  }
  .str-outer-benefit .mod-hdg4 {
    font-size: 2.0rem;
  }
  .str-outer-benefit .mod-lyt-media .media img {
    width: 180px!important;
  }
  .str-outer-benefit .mod-tgl {
    margin-top: 0;
  }
  .str-outer-benefit .mod-hdg3 + .mod-tgl {
    margin-top: 16px;
  }
  .str-outer-benefit .mod-tgl .tgl-hook {
    min-height: inherit;
    padding: 0 30px 0 0;
    font-size: 1.5rem;
  }
  .str-outer-benefit .mod-tgl .tgl-hook > .img {
    width: 80px;
  }
  .str-outer-benefit .mod-tgl .tgl-hook > .img + span {
    padding-left: 10px;
  }
  .str-outer-benefit .mod-lyt-media {
    margin-top: 40px;
  }

  .str-outer-benefit .denwaBlock {
    padding: 20px 30px;
    margin-bottom: 20px;
    /*h6*/
  }
  .str-outer-benefit .denwaBlock h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
  }
  .str-outer-benefit .denwaBlock h6 span {
    font-size: 20px;
  }
  .str-outer-benefit .denwaBlock > div {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    /*leftBlock*/
  }
  .str-outer-benefit .denwaBlock > div .leftBlock {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .str-outer-benefit .denwaBlock > div .leftBlock > div {
    width: 90%;
    padding: 16px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  .str-outer-benefit .denwaBlock > div .rightBlock {
    display: block;
  }
  .str-outer-benefit .denwaBlock > div .rightBlock .colorImg {
    width: 90%;
    padding: 16px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  .str-outer-benefit h4 {
    font-size: 20px;
    padding: 0px 0 20px;
  }
  .str-outer-benefit h5 {
    margin-top: 16px;
    font-size: 2.4rem;
  }
  .str-outer-benefit .planBox {
    border-radius: 6px;
    padding: 20px;
    display: block;
    background: #fff;
    border: 1px solid #d6d6d6;
    display: flex;
    flex-direction: column;
    display: block;
    margin: 0 0 20px;
  }
  .str-outer-benefit .planBox .priceArea {
    border-bottom: 1px solid #d6d6d6;
    border-right: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    width: 100%;
  }
  .str-outer-benefit .planBox .priceArea h6 {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    padding: 0 2px 2px;
    margin: 0 0 30px;
  }
  .str-outer-benefit .planBox .priceArea .price > div {
    margin: 0 0 2px;
    font-size: 14px;
    color: #333;
  }
  .str-outer-benefit .planBox .priceArea .price p {
    margin: 5px 0 0;
  }
  .str-outer-benefit .planBox .channel {
    width: 100%;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
  }
  .str-outer-benefit .planBox .channel p {
    margin: 0;
  }
  .str-outer-benefit .planBox .channel ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .str-outer-benefit .planBox .channel ul li {
    margin: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    display: block;
  }
  .str-outer-benefit .planBox .channel ul li span {
    padding: 2px 5px;
    display: block;
  }
  .str-outer-benefit .planBox .channel ul li span.orange {
    width: 70px;
    background: #ff9507;
  }
  .str-outer-benefit .planBox .channel ul li span.gray {
    background: #e7e7e7;
    color: #c9c9c9;
  }
  .str-outer-benefit .planBox .channel ul li a {
    color: #fff;
    padding: 2px 5px;
    display: block;
  }
  .str-outer-benefit .planBox .channel ul li a.pink {
    background: #fd585d;
  }
  .str-outer-benefit .planBox .channel ul li a.green {
    background: #6fb401;
  }
  .str-outer-benefit .planBox .channel ul li a.blue {
    background: #7fc7ef;
  }
  .str-outer-benefit .planBox .channel ul li a:hover {
    opacity: 0.8;
  }
  .str-outer-benefit .tvBox {
    background: #fff;
    padding: 15px;
    display: block;
    margin: 0 0 20px;
  }
  .str-outer-benefit .tvBox h5 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .str-outer-benefit .tvBox h6 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
  }
  .str-outer-benefit .tvBox .txtArea {
    text-align: left;
    background: none;
    padding: 15px;
  }
  .str-outer-benefit .tunerBox {
    display: block;
    padding: 15px;
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 28px;
  }
  .str-outer-benefit .tunerRental {
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 15px 25px;
    display: block;
    text-align: center;
  }
  .str-outer-benefit .tunerRental h6 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d6d6d6;
  }
  .str-outer-benefit .tunerRental ul {
    display: flex;
    flex-direction: column;
  }
  .str-outer-benefit .tunerRental ul li {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }
  .str-outer-benefit .tokutenArea {
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock {
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 10px;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    display: table;
    width: 100%;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock h6 {
    border-right: 1px solid #000;
    font-size: 22px;
    padding: 0 20px 0 0;
    border-bottom: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 95px;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock h6 span {
    position: relative;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock h6 span sup {
    position: absolute;
    font-size: 11px;
    top: 10px;
    right: -2em;
    font-weight: normal;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock .tokutenContent {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
  }
  .str-outer-benefit .tokutenArea .tokutenBlock .tokutenContent p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .str-outer-benefit .noteWrap {
    margin: 0;
  }
  .str-outer-benefit .noteList li:before {
    margin-left: 0;
  }
  .str-outer-benefit .mod-tgl strong {
    color: inherit!important;
  }
  .str-outer-benefit .selectPlan__tab {
    padding: 0 10px;
  }
  .str-outer-benefit .selectPlan__tab.js-active {
    padding: 0;
  }
  .str-outer-benefit .selectPlan__panel {
    padding-top: 14px;
  }
  .str-outer-benefit .selectPlan__agreement {
    padding: 8px 0;
  }
  .str-outer-benefit .selectPlan__tab.js-active .selectPlan__agreement {
    padding: 16px 0;
  }
  .str-outer-benefit .priceTable tr td {
    padding: 15px 0;
  }
  .str-outer-benefit .mod-txt.caution {
    padding: 6px 0;
    font-size: 1.6rem;
  }
  .mod-txt p {
    line-height: 1.4;
  }
  .str-outer-benefit .mod-tgl .mod-list {
    font-size: 1.2rem;
  }
  .str-outer-benefit .mod-tgl> .tgl-panel .inner {
    padding: 20px 16px;
  }

  /* -----------------------------------
  * .str-outer-service
  * ----------------------------------- */
  .str-outer-service {
    padding: 30px 0 40px;
  }
  .str-outer-service .mod-hdg2 + * {
    margin-top: 20px;
  }
  .str-outer-service .mod-hdg2 + .mod-list-notice> .list {
    font-size: 1.2rem;
  }
  .str-outer-service .mod-box > .inner {
    padding: 0 12px 24px;
  }
  .str-outer-service .mod-box > .inner > .hdg {
    margin: 0 -12px;
    padding: 10px;
    font-size: 2.0rem;
  }
  .str-outer-service .mod-box > .inner > .hdg + * {
    margin-top: 24px;
  }
  .str-outer-service .mod-box {
    margin-bottom: 24px;
  }


  /* -----------------------------------
  * .fixedArea
  * ----------------------------------- */
  .fixedArea {
    padding: 12px 16px 10px;
    box-shadow: 0 0 10px gray;
  }
  .fixedArea > .txt {
    width: 280px;
    margin: 0 auto;
  }
  .fixedArea .mod-btn {
    margin-bottom: 0!important;
  }
  .mod-btn a[href^="#"] {
    min-height: inherit;
    padding: 16px 50px;
    font-size: 2.0rem;
  }
  .fixedArea .mod-btn a {
    padding: 10px 50px;
    font-size: 1.6rem;
  }
  .fixedArea .mod-btn a::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .hdg-step {
    margin-top: 24px;
    padding: 5px 5px 5px 90px;
    font-size: 1.6rem;
  }
  .hdg-h5 + .hdg-step {
    margin-top: 12px;
  }
  .hdg-step > .num {
    width: 80px;
    padding: 5px 0;
  }
  .hdg-step + * {
    margin-top: 15px;
  }
}


.wifiRecommend {
	box-sizing: border-box !important;
	position: relative !important;
	width: 760px !important;
	margin: 60px auto 30px !important;
	font-size: 16px !important;
}

.wifiRecommend * {
	box-sizing: border-box !important;
}

.wifiRecommend img {
	display: block !important;
	margin: auto !important;
	max-width: 100% !important;
}

.wifiRecommend__heading {
	margin-bottom: 24px !important;
}

.wifiRecommend__recommend {
	margin-bottom: 3px !important;
}

.wifiRecommend__plan {
	margin-bottom: 14px !important;
}

.wifiRecommend__notes {
	font-size: 16px !important;
	margin-bottom: 24px !important;
}

.wifiRecommend__notesLink {
	text-align: center !important;
	width: 100% !important;
	padding: 6px 0 !important;
	border: 1px solid #707070 !important;
	margin-bottom: 45px !important;
}

.wifiRecommend__notesLink span {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 4px !important;
	cursor: pointer;
}

.wifiRecommend__subHeading {
	width: 330px !important;
	margin: 0 auto 30px !important;
}

.wifiRecommend-container {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}

.wifiRecommend-sliderItem {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  font-size: 30px !important;
  font-weight: bold !important;
}

.wifiRecommend-sliderItem img {
	max-width: 578px !important;
}

.wifiRecommend__flowDetail {
	position: relative !important;
	margin-bottom: 56px !important;
}

.prev-next-box {
	position: absolute !important;
	top: 45% !important;
	transform: translate(0, -45%) !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.prev-next-box span {
	display: block !important;
	width: 48px !important;
	height: 48px !important;
	background-image: url("/common/images/wifi-recommend/btn-arrow.png") !important;
	background-size: contain !important;
	border-radius: 50% !important;
}

.prev-next-box span:hover {
	cursor: pointer !important;
}

.wifiRecommend-prev {
	margin-left: 8px !important;
	transform: scale(-1,1) !important;
	box-shadow: -5px 5px 5px 0px rgba(106, 85, 0, .1) !important;
}

.wifiRecommend-next {
	margin-right: 8px !important;
	box-shadow: 5px 5px 5px 0px rgba(106, 85, 0, .1) !important;
}

.wifiRecommend__flowPoint {
	text-align: center !important;
}

.wifiRecommend__flowPoint span {
	display: inline-block !important;
	color: #f74747 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	letter-spacing: .1em !important;
	margin-bottom: 15px !important;
}

.wifiRecommend__flowPoint img {
	width: 320px !important;
}

.plan-mobileRooter {
	display: none;
}

/* Swiper調整 */
.swiper-body {
	position: relative;
	height: 100%;
	background: #fff;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -34px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #757575 !important;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.swiper-button-prev,
.swiper-button-next {
	display: block !important;
	width: 48px !important;
	height: 48px !important;
	background-size: contain !important;
	border-radius: 50% !important;
	z-index: 1 !important;
}

.swiper-button-prev {
	background-image: url(/common/images/wifi-recommend/btn-arrow.png) !important;
	left: 0 !important;
}

.swiper-button-next {
	background-image: url(/common/images/wifi-recommend/btn-arrow.png) !important;
	right: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none !important;
}

.swiper-pagination {
	z-index: 1 !important;
}

/* 各ページ 調整 */
.campaignPage .wrapper .wifiRecommend dl dd {
	margin-left: auto !important;
}

.campaignPage .wifiRecommend__notesLink .c-anotherWindow,
.type-hikari .wifiRecommend__notesLink .c-anotherWindow {
	display: inline-block;
	position: relative;
	color: #0066be;
	text-decoration: underline !important;
	padding-right: 1.5em;
}

.campaignPage .wifiRecommend__notesLink .c-anotherWindow:after,
.type-hikari .wifiRecommend__notesLink .c-anotherWindow:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/hikari/renewal/common/images/icon-another-window-gray.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translate(0, -50%);
}

.type-hikari .modal-area .scrollArea {
	font-weight: normal;
}

#hikariFlow .modal-area .scrollArea .list_style li,
.type-hikari .modal-area .scrollArea .list_style li {
	margin-bottom: 10px;
	position: relative;
}

#hikariFlow .modal-area .scrollArea .list_style li:before,
.type-hikari .modal-area .scrollArea .list_style li:before {
	content:"・";
	position: absolute;
	font-size: 24px;
	left: -1em;
	top: -.1em;
}

.type-hikari .modal-area .scrollArea .listNote li {
	position: relative;
	padding-left: 1.4em;
	margin: 0;
	display: inline-block;
	line-height: 1.4;
}

@media screen and (max-width: 559px) {
	.wifiRecommend {
		position: relative !important;
		width: 92% !important;
		margin: 40px auto 0 !important;
		font-size: 14px !important;
	}

	.wifiRecommend * {
		box-sizing: border-box !important;
	}

	.wifiRecommend img {
		display: block !important;
		margin: auto !important;
	}

	.wifiRecommend__heading {
		margin-bottom: 8px !important;
	}

	.wifiRecommend__recommend {
		margin-bottom: 3px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.wifiRecommend__plan {
		margin-bottom: 12px !important;
	}

	.wifiRecommend__notes {
		font-size: 12px !important;
		margin-bottom: 12px !important;
	}

	.wifiRecommend__notesLink {
		text-align: center !important;
		width: 100% !important;
		padding: 6px 0 !important;
		border: 1px solid #707070 !important;
		margin-bottom: 25px !important;
	}

	.wifiRecommend__notesLink span {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		padding-left: 4px !important;
		font-size: 12px !important;
		cursor: pointer;
	}

	.wifiRecommend__subHeading {
		width: 245px !important;
		margin: 0 auto 10px !important;
	}

	.wifiRecommend-container {
		width: 86% !important;
		margin: auto !important;
		height: auto !important;
		overflow: hidden !important;
	}

	.wifiRecommend-sliderItem {
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		align-items: center !important;
		font-size: 30px !important;
		font-weight: bold !important;
	}

	.wifiRecommend-sliderItem img {
		max-width: 86% !important;
	}

	.wifiRecommend__flowDetail {
		position: relative !important;
		margin-bottom: 46px !important;
	}

	.prev-next-box {
		position: absolute !important;
		top: 43% !important;
		transform: translate(0, -43%) !important;
		display: flex !important;
		justify-content: space-between !important;
		width: 100% !important;
	}

	.prev-next-box span {
		display: block !important;
		width: 35px !important;
		height: 35px !important;
		background-image: url("/common/images/wifi-recommend/btn-arrow.png") !important;
		background-size: contain !important;
		border-radius: 50% !important;
	}

	.prev-next-box span:hover {
		cursor: pointer !important;
	}

	.wifiRecommend-prev {
		margin-left: 5px !important;
		transform: scale(-1,1) !important;
		box-shadow: -5px 5px 5px 0px rgba(106, 85, 0, .1) !important;
	}

	.wifiRecommend-next {
		margin-right: 5px !important;
		box-shadow: 5px 5px 5px 0px rgba(106, 85, 0, .1) !important;
	}

	.wifiRecommend__flowPoint {
		text-align: center !important;
	}

	.wifiRecommend__flowPoint span {
		display: inline-block !important;
		color: #f74747 !important;
		font-weight: bold !important;
		font-size: 15px !important;
		letter-spacing: .01em !important;
		margin-bottom: 10px !important;
	}

	.wifiRecommend__flowPoint img {
		width: 240px !important;
	}

	/* Swiper調整 */
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: -35px !important;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px !important;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: block !important;
		width: 35px !important;
		height: 35px !important;
		background-size: contain !important;
		border-radius: 50% !important;
		z-index: 1 !important;
	}

	/* 各ページ調整 */
	.renewal-ssCoupon .wifiRecommend {
		width: 100% !important;
	}

	.campaignPage .wifiRecommend__notesLink .c-anotherWindow,
	.type-hikari .wifiRecommend__notesLink .c-anotherWindow {
		padding-right: 2em;
	}
}

/* IE対応 */
@media all and (-ms-high-contrast:none) {
	.swiper-button-next, .swiper-button-prev {
		top: 40% !important;
	}

	.wifiRecommend-sliderItem img {
		max-width: 580px !important;
		margin : 0 !important;
	}
}
