@charset "UTF-8";
.img-lyt-wrap::after,
.list-row-style::after {
  display: block;
  clear: both;
  content: "";
}

/* ============================================================================
 * _normalize
 * ========================================================================= */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  /* 1 */
  line-height: 1.15;
  /* 2 */

      -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}
_:-ms-lang(x)::-ms-backdrop, body {
  word-wrap: break-word;
}

/**
 * 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;
  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 {
  /* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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 {
  /* 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 {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

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 {
  /* 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;
  /* 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 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;
  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"] {
  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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-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;
}

/* ============================================================================
 * _element
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Default Style
 * ------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Meiryo, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.714;
  letter-spacing: .08em;
  vertical-align: baseline;
  color: #333;
  min-width: 320px;
}

a {
}
_:-ms-lang(x)::-ms-backdrop, a {
  word-break: break-all;
}

a[href] {
  color: #204eb7;
}

a > * {
}

a:hover,
a focus {
  text-decoration: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 14px 0 0;
}

p + p {
  margin: 8px 0 0;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
form,
select,
input,
textarea {
  font: inherit;
  background: none;
  border: none;
}

input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

dl,
dt,
dd {
  margin: 0;
}

ul,
ol {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin: 20px 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

sup {
  font-size: 70%;
  position: relative;
  top: -.4em;
}

sub {
  font-size: 70%;
  position: relative;
  bottom: .2em;
}

div > p:first-child,
div > ul:first-child,
div > ol:first-child {
  margin-top: 0;
}

img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  border: 0;
}

audio,
video,
iframe {
  max-width: 100%;
}

/* ============================================================================
 * _structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .str-inner
 * ------------------------------------------------------------------------- */
.str-inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ----------------------------------------------------------------------------
 * #str-header 共通ヘッダ
 * ------------------------------------------------------------------------- */
#str-header {
  border-bottom: 12px solid;
}

#str-header .str-header-inner {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;

  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}

#str-header .str-header-inner .site-logo {
  font-size: 2rem;
  margin: 10px auto 12px 298px;
}

@media screen and (max-width: 767px){
 #str-header .str-header-inner .site-logo {
   font-size: 2rem;
   padding-left: 66px;
 } 
}

#str-header .str-header-inner .site-logo2 {
  font-size: 2rem;
  margin: 10px auto 12px 180px;
  padding-right: 10px;
}

#str-header .str-header-inner .site-logo img {
  vertical-align: middle;
  width: auto;
  max-width: 223px;
}

#str-header .str-header-inner .site-logo2 img {
  vertical-align: middle;
  width: auto;
  max-width: 223px;
}

#str-header .str-header-inner .area-header {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;

  -webkit-align-items: center;
}

#str-header .str-header-inner .area-header .txt-header-name {
  color: #666;
  margin-right: 1.25em;
}

#str-header .str-header-inner .area-header .txt-header-login,
#str-header .str-header-inner .area-header .header-login-controls,
#str-header .str-header-inner .area-header .txt-header-contact > a,
#str-header .str-header-inner .area-header .txt-header-general > a{
  font-size: .875rem;
}

#str-header .str-header-inner .area-header .lyt-header-menu {
  position: relative;
}

#str-header .str-header-inner .area-header .lyt-header-menu .txt-header-login .header-login-controls{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 164px;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content {
  position: absolute;
  z-index: 2000;
  top: 2.1875em;
  right: 0;
  left: 0;
  min-width: 280px;
  margin: 0 auto;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner {
  background-color: #f5f5f5;
  padding: 16px 16px 22px;
  border: 2px solid;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner > *:first-child,
#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner form > *:first-child {
  margin-top: 0;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts {
  font-size: .875rem;
  font-weight: bold;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="text"],
#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="password"] {
  line-height: 1;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 6px;
  transition: background-color .3s ease;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="text"]:focus,
#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="password"]:focus {
  background-color: #f5f5f5;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check {
  font-size: .875rem;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 24px;
  cursor: pointer;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner input[type="checkbox"] + .txt-check-item::before {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #b6b6b6;
  border-radius: 4px;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 8px;
  margin-top: -8px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login {
  margin: 10px 0 0;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login {
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
  padding: 10px 10px 8px;
  border-radius: 6px;
}

#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login:hover,
#str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#str-header .str-header-inner .area-header .txt-header-login {
  text-align: center;
  color: #333;
  background-color: #fff;
  display: inline-block;
  min-width: 6.92em;
  margin: 0 10px 0 0;
  padding: .29em .71em .14em;
  cursor: pointer;
  transition: background-color .3s ease;
}

#str-header .str-header-inner .area-header .txt-header-contact,
#str-header .str-header-inner .area-header .txt-header-general {
  margin: 0 1.25em 0 0;
}

.fhButton a,
#str-header .str-header-inner .area-header .txt-header-contact a,
#str-header .str-header-inner .area-header .txt-header-general a {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: .29em .71em .215em;
  transition: background-color .3s ease;
  border: 1px solid;
  border-radius: 6px;
}

.fhButton.js-modal-link.advanced a {
	margin-bottom : 1px;
}

#str-header .str-header-inner .area-header .txt-header-contact a:hover,
#str-header .str-header-inner .area-header .txt-header-contact a:focus,
#str-header .str-header-inner .area-header .txt-header-general a:hover,
#str-header .str-header-inner .area-header .txt-header-general a:focus {
  background-color: #f5f5f5;
}

#str-header .str-header-inner .area-header .font-size-change {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;

  -webkit-align-items: center;
}

#str-header .str-header-inner .area-header .font-size-change .txt-size {
  font-size: .75rem;
  display: inline-block;
  margin-right: 10px;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"] {
  line-height: 1;
  width: 22px;
  height: 22px;
  padding: 3px 3px 0;
  transition: .3s background-color ease;
  border: 1px solid #b6b6b6;
  border-right: none;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"]:last-child {
  border-right: 1px solid #b6b6b6;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"].font-small {
  font-size: .625rem;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"].font-normal {
  font-size: .75rem;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"].font-large {
  font-size: .875rem;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"]:hover,
#str-header .str-header-inner .area-header .font-size-change button[type="button"]:focus,
#str-header .str-header-inner .area-header .font-size-change button[type="button"]:disabled {
  background-color: #e8e8e8;
}

#str-header .str-header-inner .area-header .font-size-change button[type="button"]:disabled {
  cursor: default;
}

/* ============================================================================
 * ログイン画面 (仮) ▼▼▼ここから▼▼▼
 * ========================================================================= */
#login-main {
}
#login-main .login-main-inner {
  display: -webkit-flex;
  display:         flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 40px auto -28px;
  padding: 0 10px;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#login-main .login-main-inner .area-login {
  display: -webkit-flex;
  display:         flex;
  align-items: center;
  -webkit-align-items: center;
}
#login-main .login-main-inner .area-login .area-login-content {
  min-width: 280px;
}
#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts {
  font-size: .875rem;
  font-weight: bold;
}

#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="text"],
#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="password"] {
  line-height: 1;
  background-color: #fff;
  display: block;
  padding: 6px;
  transition: background-color .3s ease;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  width: 450px;
  height: 41px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
	#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts label {
		display: block;
	}
}

#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts label {
  width: 450px;
  margin: auto;
}

#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="text"]:focus,
#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="password"]:focus {
  background-color: #f5f5f5;
}

#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="text"]:focus,
#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="password"]:focus {
  background-color: #f5f5f5;
}

#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="text"].is-error,
#login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="password"].is-error {
  background-color: #ffe2e2;
  border-color: #f2334e;
}

#login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login {
  display: flex;
  margin: 10px auto;
  width: 450px;
  letter-spacing: .01em;
  justify-content: space-between;
  align-items: center
}

#login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login {
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
  min-width: 130px;
  padding: 10px 40px 8px;
  border-radius: 6px;
}

#login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login:hover,
#login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

body.color-blue #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login {
  background-color: #ed1c24;
  box-shadow: 0 3px 0 0 #c70910;
}

body.color-blue #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login:hover,
body.color-blue #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login:focus {
  box-shadow: 0 1px 0 0 #c70910;
}
/* ============================================================================
 * ログイン画面 (仮)  ▲▲▲ここまで▲▲▲
 * ========================================================================= */

/*ログインメニュー*/
.lyt-header-menu .txt-header-login .header-login-controls {
  position: relative;
  overflow: hidden;
  border: 1px solid;
  border-radius: 6px;
}

.lyt-header-menu .txt-header-login .header-login-controls:hover,
.lyt-header-menu .txt-header-login .header-login-controls:focus {
  border-radius: 6px;
}

.lyt-header-menu .txt-header-login .header-login-controls .header-login-status {
  position: absolute;
  left: -9999px;
}

.lyt-header-menu .area-header-content {
  overflow: hidden;
  height: 0;
  transition: height ease .3s;
  box-shadow: 0 0 25px rgba(0, 0, 0, .2), 0 7px 20px rgba(0, 0, 0, .3);
}

.lyt-header-menu .area-header-content[aria-hidden="true"] {
  display: none;
}

#str-header .str-header-inner .area-header .lyt-header-menu .txt-header-login {
  padding: 0;
}

#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls {
  position: relative;
  width: 100%;
  padding: .29em .71em .14em 2.14em;
}

#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls:hover,
#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls:focus {
  background-color: #f5f5f5;
}

#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
}

#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls[aria-expanded="false"]::before {
  border-width: 5px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
}

#str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls[aria-expanded="true"]::before {
  background-color: #f5f5f5;
  content: "";
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
}

/* ----------------------------------------------------------------------------
 * .site-main メインコンテンツエリア
 * ------------------------------------------------------------------------- */
#str-main {
  /*トップページ検索エリア*/
}

#str-main .area-top-search {
  position: relative;
  margin: 1.875em 0 80px;
}

#str-main .area-top-search::after {
  position: absolute;
  z-index: -1;
  bottom: -43px;
  width: 100%;
  height: 86px;
  content: "";
}

#str-main .area-searchlocation-cont .area-search-display .select-search-display::after {
  z-index: 0;
}

#str-main .list-dsc ol,
#str-main .list-dsc ul,
#dijitEditorBody ol,
#dijitEditorBody ul,
#webForm .contents-html ol,
#webForm .contents-html ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#dijitEditorBody ol,
#str-main .list-dsc ol,
#webForm .contents-html ol {
  list-style-type: decimal;
}

#dijitEditorBody ul,
#str-main .list-dsc ul,
#webForm .contents-html ul{
  list-style-type: disc;
}

#str-main .bottom-hr{
  border-top: solid 1px #b6b6b6;
  border-bottom: none;
  margin: 0px;
}

/* ----------------------------------------------------------------------------
 * #str-footer 共通フッタ
 * ------------------------------------------------------------------------- */
#str-footer {
  margin: 60px 0 0;
}

#str-footer .str-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

#str-footer .str-inner .page-previous {
  font-size: .75rem;
  position: absolute;
  top: 50%;
  left: 4.16em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#str-footer .str-inner .page-previous a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
}

#str-footer .str-inner .page-previous a::before {
  position: absolute;
  top: 50%;
  left: -2.16em;
  width: 1.16em;
  height: 1.16em;
  margin-top: -.167em;
  content: "";
  transition: .3s left ease;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-top: 2px solid #4a4a4a;
  border-left: 2px solid #4a4a4a;
}

#str-footer .str-inner .page-previous a:hover::before,
#str-footer .str-inner .page-previous a:focus::before {
  left: -2.5em;
}

#str-footer .page-top {
  font-size: .75rem;
  text-align: center;
  padding: 20px 0 18px;
  border-top: 1px solid #b6b6b6;
}

#str-footer .page-top a {
  text-decoration: none;
  color: #4a4a4a;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

#str-footer .page-top a::before,
#str-footer .page-top a::after {
  position: absolute;
  content: "";
}

#str-footer .page-top a::after {
  top: .0625rem;
  left: -1.125rem;
  width: 1.125rem;
  height: .125rem;
  border-top: .0625rem solid #4a4a4a;
}

#str-footer .page-top a::before {
  position: absolute;
  top: 46%;
  left: -.9375rem;
  width: .75rem;
  height: .75rem;
  content: "";
  transition: .3s top ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: .125rem solid #4a4a4a;
  border-left: .125rem solid #4a4a4a;
}

#str-footer .page-top a:hover::before,
#str-footer .page-top a:focus::before {
  top: .3125rem;
}

#str-footer .area-banner {
  background-color: #e8e8e8;
  padding: 24px 0 48px;
}

#str-footer .area-banner .str-inner > *:first-child {
  margin: 0 auto;
}

#str-footer .area-footer {
  text-align: right;
}

#str-footer .area-footer .txt-footer-name {
  font-size: .75rem;
  color: #fff;
  margin: 0;
  padding: 2px 10px;
}

/* ============================================================================
 * _module
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .area-search-form トップページ 検索エリア
 * ------------------------------------------------------------------------- */
.area-search-wrap {
  width: 95%;
  margin: 20px auto 0;
}

.area-search-wrap .area-search-inner {
  background-color: #f5f5f5;
  padding: .625em;
  border-radius: 8px;
}

.area-search-form {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  align-items: stretch;

  -webkit-align-items: stretch;
}

.area-search-form .area-search-input {
  background-color: #fff;
          flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  border: 3px solid;
  border-right: none;
  border-radius: 6px 0 0 6px;

  -webkit-flex: 1 0 auto;
}

.area-search-form .area-search-input .search-keywords {
  width: 100%;
  min-height: 2.5rem;
  padding: 7px 12px 5px;
  transition: .3s background-color ease;
}

.area-search-form .area-search-input .search-keywords:focus {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.area-search-form .area-search-submit {
  text-align: center;
  width: 6.375rem;
  border: 3px solid;
  border-radius: 0 6px 6px 0;
}

.area-search-form .area-search-submit button {
  color: #fff;
  width: 100%;
  min-height: 2.5rem;
  padding: 7px 10px 5px;
  transition: .3s opacity ease;
}

.area-search-form .area-search-submit:hover,
.area-search-form .area-search-submit:focus {
  opacity: .7;
}

.area-search-form .area-search-category {
  background-color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex: 1 0 auto;
  display:         flex;
          flex: 1 0 0;
  max-width: 13.0em;
  border: 1px solid;
  border-right: none;

  -webkit-flex: 1 0 0;
}

.area-search-form .area-search-category::after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}

.area-search-form .area-search-category select {
  line-height: 1.714;
  max-width: 13.0em;
  padding: .5em 1.5em .3125em .25em;
  cursor: pointer;
  z-index: 1;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.area-search-form .area-search-category select::-ms-expand {
  display: none;
}

.area-search-form .area-search-category select > * {
  white-space: normal;
  width: 200px;
}

.txt-search-supplement {
  font-size: .875rem;
  color: #666;
}

/*注目のキーワード*/
.area-attention-keywords {
  background-color: #fff;
  width: 100%;
  max-width: 1004px;
  margin: 30px auto 0;
  padding: .625em .625em 1.125em;
  border: 1px solid #b6b6b6;
}
.area-attention-keywords.noResult {
  background-color: transparent;
  border: none;
}

.lyt-attention-keywords {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.lyt-attention-keywords dt {
  font-weight: bold;
  text-align: center;
          flex-basis: 20%;
  max-width: 20%;
  margin-top: 8px;

  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
}

.lyt-attention-keywords dd {
          flex-basis: 80%;
  max-width: 80%;

  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
}

.lyt-attention-keywords dd .list-attention-keywords {
  font-size: 0;
  line-height: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.lyt-attention-keywords dd .list-attention-keywords li {
  font-size: .875rem;
  line-height: 1.714;
  display: inline-block;
  margin: 0;
  padding: 8px 8px 0 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
}

.lyt-attention-keywords dd .list-attention-keywords li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 6px 10px 4px;
  transition: .3s background-color ease;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
}

.lyt-attention-keywords dd .list-attention-keywords li a:hover,
.lyt-attention-keywords dd .list-attention-keywords li a:focus {
  background-color: #e8e8e8;
}

/* ----------------------------------------------------------------------------
 * .area-search-narrowing 下層ページ 検索エリア
 * ------------------------------------------------------------------------- */
.area-search-narrowing {
  margin-top: 18px;
}

.area-search-narrowing .area-search-narrowing-inner {
  border: 1px solid #b6b6b6;
}

.area-search-narrowing .area-search-narrowing-inner .area-search-inner {
  background-color: #f5f5f5;
  padding: 1em 1.125em;
}

.area-search-narrowing .area-search-narrowing-inner .area-search-inner .area-search-form .area-search-input,
.area-search-narrowing .area-search-narrowing-inner .area-search-inner .area-search-form .area-search-submit, 
.area-top-search .area-search-wrap .area-search-inner .area-search-form .area-search-input {
  border-width: 1px;
}

.area-top-search .area-search-wrap .area-search-inner .area-search-form .area-search-input .search-keywords {
  height: 100%;
}

.area-search-narrowing .lyt-attention-keywords {
  padding: 12px 18px 14px;
}

.area-search-narrowing .lyt-attention-keywords dd .list-attention-keywords li {
  padding: 6px 6px 0 0;
}

.area-search-narrowing .area-search-narrowing-submit {
  text-align: center;
  padding: 0 18px 18px;
}

.area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 96%;
  padding: 10px 10px 8px;
  border-radius: 6px;
}

.area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing:hover,
.area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0;
}

.area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing .btn-inner {
  position: relative;
}

.area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing .btn-inner::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: .125rem solid #fff;
  border-left: .125rem solid #fff;
}

/* ----------------------------------------------------------------------------
 * .area-choice-item 選択項目
 * ------------------------------------------------------------------------- */
.area-choice-item {
  margin: 12px 0 0;
}

.area-choice-item .hdg-choice-item {
  display: none;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item {
  font-size: .875rem;
  display: inline-block;
  margin: 0 30px 0 0;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item:last-child,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item:last-child {
  margin: 0;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dt,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dt {
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dt::after,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dt::after {
  position: absolute;
  top: 0;
  right: -14px;
  content: "：";
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd {
  display: inline-block;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item {
  margin: 0;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li {
  display: inline-block;
  margin: 6px 0 0 10px;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item {
  background-color: #f5f5f5;
  position: relative;
  padding: 4px 8px 2px 28px;
  transition: .3s background-color ease;
  border-radius: 6px;
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item::after,
.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item::before,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item::after,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item::before {
  background-color: #5b5b5b;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item::after,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item::before,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item:hover,
.area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item:focus,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item:hover,
.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item:focus {
  background-color: #e8e8e8;
  cursor: pointer;
  border-radius: 6px;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item {
  margin: 4px 0 0;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dt {
  display: inline-block;
  margin: 0 8px 0 0;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dt::after {
  right: -13px;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd {
  display: inline;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item {
  display: inline;
}

.area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li {
  margin: 6px 0 0;
}

/*SP時トグル js有効時*/

/* ----------------------------------------------------------------------------
 * .area-search-display 選択結果・表示順
 * ------------------------------------------------------------------------- */
.area-search-results {
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  margin: 16px 0 0;

  -webkit-align-items: center;
}

.area-search-results .area-search-display {
  margin: 0;
}

.area-search-results .area-search-results-inner {
  font-weight: bold;
  flex: 1;
  -ms-flex: 1 1 auto;

  -webkit-flex: 1;
}

.area-search-results .area-search-results-inner .txt-search-results .txt-message {
  margin-left: 10px;
}

.area-search-results .area-search-results-inner .txt-search-results .txt-message.searchResult {
  margin-left: 0px;
  display: block;
  max-width: 100%;
}

.area-search-results .area-search-results-inner .txt-search-results .txt-all-matter {
  font-size: 1.5rem;
  display: inline-block;
}

/* ----------------------------------------------------------------------------
 * .lyt-pagination ページネーション
 * ------------------------------------------------------------------------- */
.lyt-pagination {
  text-align: center;
  position: relative;
  min-height: 30px;
  margin: 24px 0 0;
}

.lyt-pagination li {
  position: absolute;
  left: 50%;
  display: inline;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lyt-pagination li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
}

.lyt-pagination li a:hover,
.lyt-pagination li a:focus {
  background-color: #e8e8e8;
}

.lyt-pagination .current {
  top: .3125em;
}

.lyt-pagination .label-first,
.lyt-pagination .label-prev,
.lyt-pagination .label-next,
.lyt-pagination .label-last {
  font-size: .875rem;
  top: 1px;
}

.lyt-pagination .label-first a,
.lyt-pagination .label-prev a,
.lyt-pagination .label-next a,
.lyt-pagination .label-last a {
  position: relative;
}

.lyt-pagination .label-first a::after,
.lyt-pagination .label-prev a::after,
.lyt-pagination .label-next a::after,
.lyt-pagination .label-last a::after {
  position: absolute;
  top: .857em;
  width: .5em;
  height: .5em;
  content: "";
  border-top: 2px solid #444;
  border-left: 2px solid #444;
}

.lyt-pagination .label-first a::after,
.lyt-pagination .label-prev a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lyt-pagination .label-next a::after,
.lyt-pagination .label-last a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.lyt-pagination .label-first a::before,
.lyt-pagination .label-last a::before {
  position: absolute;
  top: .857em;
  width: .5em;
  height: .5em;
  content: "";
  border-top: 2px solid #444;
  border-left: 2px solid #444;
}

.lyt-pagination .label-first {
  left: calc(50% - 10rem);
}

.lyt-pagination .label-first a {
  color: transparent;
  padding: 4px 8px 3px;
}

.lyt-pagination .label-first a::after {
  left: 1.5625rem;
}

.lyt-pagination .label-first a::before {
  left: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lyt-pagination .label-prev {
  left: calc(50% - 5.4rem);
}

.lyt-pagination .label-prev a {
  padding: 4px 16px 3px 28px;
}

.lyt-pagination .label-prev a::after {
  left: 1.143em;
}

.lyt-pagination .label-next {
  left: calc(50% + 5.4rem);
}

.lyt-pagination .label-next a {
  padding: 4px 28px 3px 16px;
}

.lyt-pagination .label-next a::after {
  right: 1.285em;
}

.lyt-pagination .label-last {
  left: calc(50% + 10rem);
}

.lyt-pagination .label-last a {
  color: transparent;
  padding: 4px 8px 3px;
}

.lyt-pagination .label-last a::after {
  right: 1.5625rem;
}

.lyt-pagination .label-last a::before {
  right: 1.143em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* ----------------------------------------------------------------------------
 * .area-topicpath パンくず
 * ------------------------------------------------------------------------- */
.area-topicpath {
  background-color: #f5f5f5;
}

.area-topicpath .str-inner .txt-topicpath {
  font-size: .875rem;
  padding-bottom: 5px;
}

.area-topicpath .str-inner .txt-topicpath a:hover,
.area-topicpath .str-inner .txt-topicpath a:focus {
  text-decoration: none;
}

.area-topicpath .str-inner .txt-topicpath .symbol-separator {
  display: inline-block;
  margin: 10px 4px 8px;
}

.txt-topicpath,
.txt-topicpath span {
}

/* ============================================================================
 * _hdg 見出し
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .hdg-top-news トップニュース見出し
 * ------------------------------------------------------------------------- */
.hdg-top-news {
  font-size: 1.125rem;
  text-align: center;
  margin: 12px 0 0;
  padding-right: 1.5em;
}
.hdg-top-news .hdg-icon img {
  width: auto;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * .hdg-top-inquiry お問い合わせ見出し
 * ------------------------------------------------------------------------- */
.hdg-top-inquiry {
  font-size: 1.125rem;
  text-align: center;
  padding-right: 1.5em;
}

.hdg-top-inquiry .hdg-icon img {
  width: auto;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv1-top トップページ大見出し
 * ------------------------------------------------------------------------- */
.hdg-lv1-top {
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  margin: 30px 0 0;
}

.hdg-lv1-top .hdg-icon {
  display: inline-block;
  margin-right: 14px;
}

.hdg-lv1-top .hdg-icon img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv1-01 見出しレベル1
 * ------------------------------------------------------------------------- */
.hdg-lv1-01 {
  font-size: 2.125rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 30px 0 0;
  padding-bottom: 14px;
  border-bottom: 4px solid;
  /*件数表示*/
}

.hdg-lv1-01 .hdg-result-num {
  font-size: 1.25rem;
  color: #666;
  display: inline-block;
  margin-left: 20px;
}

.hdg-lv1-01 .label-knowledgeKind,
.hdg-lv1-01 .label-ploduct,
.hdg-lv1-01 .label-document,
.hdg-lv1-01 .label-news,
.hdg-lv1-01 .label-qa {
  margin-right: 0;
  padding: .357em 1.28em .214em;
}

.hdg-lv1-01 .hdg-txt {
  display: block;
  margin-top: .15em;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv2-01 見出しレベル2
 * ------------------------------------------------------------------------- */
.hdg-lv2-01 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 30px 0 0;
}

.hdg-lv2-01 .hdg-icon {
  vertical-align: middle;
  display: inline-block;
}

.hdg-lv2-01 .hdg-icon img {
  vertical-align: baseline;
}

.hdg-lv2-01 .hdg-icon.label-new {
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv2-02 見出しレベル2
 * ------------------------------------------------------------------------- */
.hdg-lv2-02 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.46;
  background-color: #f5f5f5;
  position: relative;
  margin: 40px 0 0;
  padding: .54em .45em .31em 1.54em;
}

.hdg-lv2-02::before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: calc(100% - .9em);
  content: "";
}

/* ----------------------------------------------------------------------------
 * .hdg-lv2-03 見出しレベル2
 * ------------------------------------------------------------------------- */
.hdg-lv2-03 {
  font-size: 1.25rem;
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 6px;
  border-bottom: 2px solid #b6b6b6;
}

.hdg-lv2-03::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  content: "";
}

/* ----------------------------------------------------------------------------
 * .hdg-lv3-01 見出しレベル3
 * ------------------------------------------------------------------------- */
.hdg-lv3-01 {
  font-size: 1.125rem;
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  border-left: 4px solid;
}

/* ============================================================================
 * _txt テキストモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .txt-lead リードテキスト
 * ------------------------------------------------------------------------- */
.txt-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 12px 0 0;
}

/* ----------------------------------------------------------------------------
 * .txt-highlight ハイライトテキスト
 * ------------------------------------------------------------------------- */
.txt-highlight {
  background-color: #fdffdd;
}

/* ----------------------------------------------------------------------------
 * .txt-no-result
 * ------------------------------------------------------------------------- */
.txt-no-result {
  font-weight: bold;
}

.txt-no-result .txt-num {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------------
 * .txt-no-result-description
 * ------------------------------------------------------------------------- */
.txt-no-result-description {
  font-size: 1.25rem;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
 * .txt-modal-opinion
 * ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
 * .txt-management-info 管理番号/最終更新日時
 * ------------------------------------------------------------------------- */
.txt-management-info {
  font-size: .875rem;
  color: #666;
  margin: 30px 0 0;
  padding-top: 10px;
  border-top: 1px solid #b6b6b6;
}

/* ----------------------------------------------------------------------------
 * .txt-note-normal 注釈テキスト
 * ------------------------------------------------------------------------- */
.txt-note-normal {
  font-size: .875rem;
  color: #666;
  display: table;
  width: 100%;
  margin: 20px 0 0;
}

.txt-note-normal > * {
  vertical-align: top;
  display: table-cell;
}

.txt-note-normal .mrk-ast {
  font-weight: normal;
  white-space: pre;
  padding: 0 3px 0 0;
}

.txt-note-normal .txt-note {
  font-size: 100%;
  width: 100%;
  padding: 0 0 4px;
}

/* ----------------------------------------------------------------------------
 * .labe-* 種別ラベル
 * ------------------------------------------------------------------------- */
.label-knowledgeKind,
.label-ploduct,
.label-document,
.label-news,
.label-qa {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: .36em .36em .21em;
}

.label-knowledgeKind {
  background-color: #ed1c24;
}

.label-ploduct {
  background-color: #e08c15;
}

.label-document {
  background-color: #14b8a3;
}

.label-news {
  background-color: #ed1c24;
}

.label-qa {
  background-color: #ff4cbe;
}

.label-important,
.label-new {
  font-size: .875rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: .34em .429em;
}

.label-important {
  background-color: #e9600d;
}

.label-important + .label-new {
  margin: 0 0 0 4px;
}

.label-new {
  background-color: #ef2020;
}

.label-new + .label-important {
  margin: 0 0 0 4px;
}

/* ============================================================================
 * _link リンクモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .link-single
 * ------------------------------------------------------------------------- */
.link-single {
  font-size: .875rem;
}

.link-single a {
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
}

.link-single a::before {
  position: absolute;
  top: .5rem;
  left: 0;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: .125rem solid #204eb7;
  border-left: .125rem solid #204eb7;
}

.link-single a:hover,
.link-single a:focus {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
 * .list-link-row
 * ------------------------------------------------------------------------- */
.list-link-row {
  font-size: .875rem;
}

.list-link-row > li {
  padding-left: 18px;
}

.list-link-row > li .list-nomal-01,
.list-link-row > li .list-num {
  margin: 0 0 0 -5px;
  padding: 5px 0 0;
}

.list-link-row > li .list-link-row,
.list-link-row > li .list-dsc,
.list-link-row > li .list-note-normal,
.list-link-row > li .txt-note-normal {
  margin: 0;
  padding: 5px 0 0;
}

.list-link-row > li .list-link-row > li + li {
  padding-top: .43em;
}

.list-link-row > li a {
  position: relative;
  display: inline-block;
}

.list-link-row > li a::before {
  position: absolute;
  top: .5em;
  left: -1.1em;
  width: .43em;
  height: .43em;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: .14em solid #204eb7;
  border-left: .14em solid #204eb7;
}

.list-link-row > li a:hover,
.list-link-row > li a:focus {
  text-decoration: none;
}

.list-link-row > li + li {
  padding-top: .71em;
}

.list-link-row.empty-list{
  display: none;
}

/* ============================================================================
 * _list リストモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .list-nomal-01　通常リスト
 * ------------------------------------------------------------------------- */
.list-nomal-01 > li {
  position: relative;
  margin: 8px 0 0;
  padding-left: 14px;
}

.list-nomal-01 > li .list-nomal-01,
.list-nomal-01 > li .list-num {
  margin: 0 0 0 -5px;
  padding: 5px 0 0;
}

.list-nomal-01 > li .list-link-row,
.list-nomal-01 > li .link-single,
.list-nomal-01 > li .list-dsc,
.list-nomal-01 > li .list-note-normal,
.list-nomal-01 > li .txt-note-normal {
  margin: 0;
  padding: 5px 0 0;
}

.list-nomal-01 > li::before {
  background: #666 none repeat scroll 0 0;
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
}

.list-nomal-01 > li .list-nomal-01 {
  margin: 8px 0 0 -4px;
}

.list-nomal-01 > li .list-nomal-01:first-child {
  margin-top: 0;
}

.list-nomal-01 > li:first-child {
  margin-top: 0;
}

.list-nomal-01 > li + li {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------
 * .list-num　数字リスト
 * ------------------------------------------------------------------------- */
.list-num {
  line-height: 1.625;
  display: table;
  padding: 0;
  list-style: none;
  counter-reset: list-num-01;
}

.list-num > li .list-nomal-01,
.list-num > li .list-num {
  margin: 0 0 0 25px;
  padding: 5px 0 0;
}

.list-num > li .list-link-row,
.list-num > li .link-single,
.list-num > li .list-dsc,
.list-num > li .list-note-normal,
.list-num > li .txt-note-normal {
  margin: 0 0 0 35px;
  padding: 5px 0 0;
}

.list-num > li .list-note-normal,
.list-num > li .txt-note-normal {
  width: calc(100% - 35px);
}

.list-num > li + li {
  padding: 5px 0 0;
}

.list-num > li::before {
  text-align: center;
  float: left;
  min-width: 30px;
  margin-right: 5px;
  padding: 0;
  content: counter(list-num-01);
  counter-increment: list-num-01;
}

.list-num > li .txt-cont,
.list-num > li::before {
  display: table-cell;
}

/* ----------------------------------------------------------------------------
 * .list-dsc　定義リスト
 * ------------------------------------------------------------------------- */
.list-dsc {
  margin: 20px 0 0;
}

.list-dsc dt {
  font-weight: bold;
  margin: 20px 0 0;
}

.list-dsc dt:first-child {
  margin: 0;
}

.list-dsc dd {
  margin: 5px 0 0;
}

.list-dsc dt,
.list-dsc dd {
}

.list-dsc dd .list-nomal-01,
.list-dsc dd .list-num,
.list-dsc dd .list-note-normal,
.list-dsc dd .txt-note-normal,
.list-dsc dd .list-link-row,
.list-dsc dd .link-single {
  padding: 5px 0 0;
}

.list-dsc dd .list-nomal-01 {
  margin: 0 0 0 -5px;
}

.list-dsc dd .list-num {
  margin: 0 0 0 -10px;
}

.list-dsc dd .list-note-normal,
.list-dsc dd .txt-note-normal,
.list-dsc dd .list-link-row,
.list-dsc dd .link-single {
  margin: 0;
}

.list-dsc dd .list-link-row li + li {
  padding-top: 4px;
}

.list-dsc dd .list-note-normal li .txt-note {
  padding: 0 0 3px;
}

.list-dsc dd > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * .list-note-normal　注釈リスト
 * ------------------------------------------------------------------------- */
.list-note-normal {
  font-size: .875rem;
  color: #666;
  display: table;
  width: 100%;
  padding: 0;
}

.list-note-normal > li {
  display: table-row;
  margin: 0;
  padding: 0;
}

.list-note-normal > li > * {
  vertical-align: top;
  display: table-cell;
}

.list-note-normal > li > .mrk-ast {
  font-weight: normal;
  white-space: pre;
  padding: 0 6px 0 0;
}

.list-note-normal > li > .txt-note {
  font-size: 100%;
  width: 100%;
  padding: 0 0 8px;
}

.list-note-normal > li > .txt-note > *:last-child {
  margin-bottom: 0;
}

.list-note-normal > li:last-child > .txt-note {
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * .inquiry-news　直近のお問い合わせ
 * ------------------------------------------------------------------------- */
.list-inquiry li {
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: list-item;
  width: 96%;
  padding: .625em 0;
  border-bottom: 1px solid #b6b6b6;
}

.list-inquiry li:first-child {
  border-top: 1px solid #b6b6b6;
}

.list-inquiry li .txt-date {
  font-size: .875rem;
  flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  min-width: 6.57em;
  max-width: 15%;
  margin: 0;

  -webkit-flex-basis: 15%;
  padding-top: 4px;
}

.list-inquiry li .txt-title{
  font-size: .875rem;
  display: inline;
}

.list-inquiry li .txt-title a:hover,
.list-inquiry li .txt-title a:focus  {
  text-decoration: none;
}

.list-inquiry li .txt-description {
  font-size: .75rem;
  color: #666;
  margin: 2px 0 0;
}

/* ----------------------------------------------------------------------------
 * .list-news　ニュースリスト
 * ------------------------------------------------------------------------- */
.list-news li {
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display:         inline-flex;
  width: 100%;
  padding: .625em 0;
  border-bottom: 1px solid #b6b6b6;
}

.list-news li:first-child {
  border-top: 1px solid #b6b6b6;
}

.list-news li .txt-date {
  font-size: .875rem;
  flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  min-width: 6.57em;
  max-width: 15%;
  margin: 4px 0 0 0;

  -webkit-flex-basis: 15%;
}

.list-news li .list-news-contents {
  flex-basis: 85%;
  max-width: 85%;

  -webkit-flex-basis: 85%;
}

.list-news li .txt-title {
  font-size: .875rem;
  display: inline;
  margin: 0;
}

.list-news li .txt-title a:hover,
.list-news li .txt-title a:focus {
  text-decoration: none;
}

.list-news li .txt-description {
  font-size: .75rem;
  color: #666;
  margin: 2px 0 0;
}

/* ----------------------------------------------------------------------------
 * .list-question　質問リスト
 * ------------------------------------------------------------------------- */
.list-question li {
  padding: .714em 0;
  border-bottom: 1px solid #b6b6b6;
}

.list-question li:first-child {
  border-top: 1px solid #b6b6b6;
}

.list-question li .txt-title,
.list-question li .label-new {
  display: inline-block;
  margin: 0;
}

.list-question li .txt-title a:hover,
.list-question li .txt-title a:focus {
  text-decoration: none;
}

.list-question li .txt-description {
  font-size: .75rem;
  color: #666;
  margin: 2px 0 0;
}

/* ----------------------------------------------------------------------------
 * .list-definition-reference　参考定義リスト（検索結果0件固有）
 * ------------------------------------------------------------------------- */
.list-definition-reference {
  font-size: .875rem;
  color: #666;
}

.list-definition-reference dt > *:first-child,
.list-definition-reference dd > *:first-child {
  margin: 0;
}

.list-definition-reference dt {
  font-weight: bold;
  float: left;
  clear: left;
  width: 3em;
}

.list-definition-reference dd {
  margin: 0 0 0 3em;
}

/* ----------------------------------------------------------------------------
 * .link-sns-print　SNS・印刷ボタン
 * ------------------------------------------------------------------------- */
.link-sns-print {
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.link-sns-print li {
  font-size: .875rem;
  line-height: 1.714;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}

.link-sns-print li .btn-sns,
.link-sns-print li.btn-print > button[type="button"] {
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 5px 7px;
  transition: .3s opacity ease;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
}

.link-sns-print li .btn-sns:hover,
.link-sns-print li .btn-sns:focus,
.link-sns-print li.btn-print > button[type="button"]:hover,
.link-sns-print li.btn-print > button[type="button"]:focus {
  opacity: .7;
}

.link-sns-print li .btn-sns img,
.link-sns-print li.btn-print > button[type="button"] img {
  width: 26px;
  height: 26px;
}

.link-sns-print li.btn-print button[type="button"] {
  padding: 5px 12px;
}

.link-sns-print li.btn-print button[type="button"] img {
  padding-right: 5px;
}

.icon-pdf,
.icon-blank ,
.icon-attach {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  margin-left: 5px;
}

.icon-blank {
  margin-bottom: .18em;
}

/* ============================================================================
 * _btn ボタンモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .btn-contact　お問い合わせボタン
 * ------------------------------------------------------------------------- */
.btn-contact {
  text-align: center;
}

.btn-contact .btn-contact-inner {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 22em;
  padding: 10px 10px 8px;
  cursor: pointer;
  border-radius: 6px;
}

.btn-contact .btn-contact-inner:hover,
.btn-contact .btn-contact-inner:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0;
}

.btn-contact .btn-contact-inner:disabled {
  color: #adadad;
  background-color: #5b5b5b !important;
  cursor: default;
  box-shadow: 0 3px 0 0 #5b5b5b !important;
}

.btn-contact .btn-contact-inner:disabled:hover,
.btn-contact .btn-contact-inner:disabled:focus {
  -webkit-transform: none;
          transform: none;
}

.btn-contact .btn-contact-inner:disabled .btn-inner::before {
  border-top-color: #adadad;
  border-left-color: #adadad;
}

.btn-contact .btn-contact-inner .btn-inner {
  position: relative;
}

.btn-contact .btn-contact-inner .btn-inner::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: .125rem solid #fff;
  border-left: .125rem solid #fff;
}

/* ----------------------------------------------------------------------------
 * .btn-send　送信ボタン
 * ------------------------------------------------------------------------- */
.area-btn-send {
  text-align: center;
}

.area-btn-send .btn-send {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 60%;
  padding: 10px 10px 8px;
  border-radius: 6px;
}

.area-btn-send .btn-send:hover,
.area-btn-send .btn-send:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0;
}

.area-btn-send .btn-send:disabled {
  color: #adadad;
  background-color: #5b5b5b !important;
  cursor: default;
  box-shadow: 0 3px 0 0 #5b5b5b !important;
}

.area-btn-send .btn-send:disabled:hover,
.area-btn-send .btn-send:disabled:focus {
  -webkit-transform: none;
          transform: none;
}

.area-btn-send .btn-send:disabled .btn-inner::before {
  border-top-color: #adadad;
  border-left-color: #adadad;
}

.area-btn-send .btn-send .btn-inner {
  position: relative;
}

.area-btn-send .btn-send .btn-inner::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: .125rem solid #fff;
  border-left: .125rem solid #fff;
}

/* ----------------------------------------------------------------------------
 * .list-questionnaire　アンケートボタン
 * ------------------------------------------------------------------------- */
.list-questionnaire {
  display: -webkit-flex;
  display:         flex;
  align-items: stretch;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  margin: 18px 0 0;
  -webkit-align-items: stretch;
}

.list-questionnaire li {
  font-size: 1.125rem;
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
}

.list-questionnaire li:last-child {
  margin-right: 0;
}

.list-questionnaire li .btn-questionnaire {
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex: 1 0 auto;
  overflow: hidden;
          flex: 1 0 auto;
          align-items: center;
          justify-content: center;
  width: 100%;
  min-width: 10em;
  padding: .8em .26em .53em 2em;
  cursor: pointer;
  transition: opacity .2s ease-out;
  border-radius: 8px;

  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex: 1 0 auto;
}

.list-questionnaire li .btn-questionnaire:hover,
.list-questionnaire li .btn-questionnaire:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0;
}

.list-questionnaire li .btn-questionnaire .txt-questionnaire {
  position: relative;
}

.list-questionnaire li .btn-questionnaire .txt-questionnaire::before {
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-questionnaire li .btn-questionnaire.btn-solve {
  background-color: #e74761;
  box-shadow: 0 3px 0 0 #b02038;
}

.list-questionnaire li .btn-questionnaire.btn-solve:hover,
.list-questionnaire li .btn-questionnaire.btn-solve:focus {
  box-shadow: 0 1px 0 0 #b02038;
}

.list-questionnaire li .btn-questionnaire.btn-solve .txt-questionnaire::before {
  background-position: -28px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-confusing {
  background-color: #f38124;
  box-shadow: 0 3px 0 0 #ad5712;
}

.list-questionnaire li .btn-questionnaire.btn-confusing:hover,
.list-questionnaire li .btn-questionnaire.btn-confusing:focus {
  box-shadow: 0 1px 0 0 #ad5712;
}

.list-questionnaire li .btn-questionnaire.btn-confusing .txt-questionnaire::before {
  background-position: -52px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-not-solve {
  background-color: #999;
  box-shadow: 0 3px 0 0 #5b5b5b;
}

.list-questionnaire li .btn-questionnaire.btn-not-solve:hover,
.list-questionnaire li .btn-questionnaire.btn-not-solve:focus {
  box-shadow: 0 1px 0 0 #5b5b5b;
}

.list-questionnaire li .btn-questionnaire.btn-not-solve .txt-questionnaire::before {
  background-position: -74px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-helpful {
  background-color: #e74761;
  box-shadow: 0 3px 0 0 #b02038;
}

.list-questionnaire li .btn-questionnaire.btn-helpful:hover,
.list-questionnaire li .btn-questionnaire.btn-helpful:focus {
  box-shadow: 0 1px 0 0 #b02038;
}

.list-questionnaire li .btn-questionnaire.btn-helpful .txt-questionnaire::before {
  background-position: -2px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-little-helpful {
  background-color: #ca5d89;
  box-shadow: 0 3px 0 0 #982352;
}

.list-questionnaire li .btn-questionnaire.btn-little-helpful:hover,
.list-questionnaire li .btn-questionnaire.btn-little-helpful:focus {
  box-shadow: 0 1px 0 0 #982352;
}

.list-questionnaire li .btn-questionnaire.btn-little-helpful .txt-questionnaire::before {
  background-position: -28px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-neither {
  background-color: #f38124;
  box-shadow: 0 3px 0 0 #ad5712;
}

.list-questionnaire li .btn-questionnaire.btn-neither:hover,
.list-questionnaire li .btn-questionnaire.btn-neither:focus {
  box-shadow: 0 1px 0 0 #ad5712;
}

.list-questionnaire li .btn-questionnaire.btn-neither .txt-questionnaire::before {
  background-position: -52px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-useful {
  background-color: #999;
  box-shadow: 0 3px 0 0 #5b5b5b;
}

.list-questionnaire li .btn-questionnaire.btn-useful:hover,
.list-questionnaire li .btn-questionnaire.btn-useful:focus {
  box-shadow: 0 1px 0 0 #5b5b5b;
}

.list-questionnaire li .btn-questionnaire.btn-useful .txt-questionnaire::before {
  background-position: -102px -3px;
}

.list-questionnaire li .btn-questionnaire.btn-useless {
  background-color: #5b5b5b;
  box-shadow: 0 3px 0 0 #4a4a4a;
}

.list-questionnaire li .btn-questionnaire.btn-useless:hover,
.list-questionnaire li .btn-questionnaire.btn-useless:focus {
  box-shadow: 0 1px 0 0 #4a4a4a;
}

.list-questionnaire li .btn-questionnaire.btn-useless .txt-questionnaire::before {
  background-position: -74px -3px;
}

.list-questionnaire.col-5 li {
  font-size: .9375rem;
}

.list-questionnaire.col-5 li .btn-questionnaire {
  padding: .47em .27em .33em 2.6em;
}

.list-questionnaire.col-2 li .btn-questionnaire,
.list-questionnaire.col-3 li .btn-questionnaire,
.list-questionnaire.col-4 li .btn-questionnaire,
.list-questionnaire.col-5 li .btn-questionnaire {
  min-width: auto;
}
 
/* ============================================================================
 * _box ボックスモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .box-normal　汎用ボックス
 * ------------------------------------------------------------------------- */
.box-normal {
  background-color: #f5f5f5;
  margin: 20px 0 0;
  padding: .66em .83em .58em;
}

/* ----------------------------------------------------------------------------
 * .box-contact　お問い合わせボタンボックス
 * ------------------------------------------------------------------------- */
.box-contact {
  text-align: center;
  background-color: #e8e8e8;
  margin: 24px 0 0;
  padding: 1.25em .625em 1.375em;
}

.sensitiveAlertMessage, .sensitiveAlertOptions {
  text-align: center;
  color : red;
  font-weight: bold;
  display: block;
}


/* ----------------------------------------------------------------------------
 * .box-faq　質問ボックス（トップ固有）
 * ------------------------------------------------------------------------- */
.box-faq {
  background-color: #fff;
  padding: 20px;
  border-top: 4px solid;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

.box-faq > *:first-child {
  margin: 0;
}

/* ----------------------------------------------------------------------------
 * .box-searchlocation　店舗検索ボックス（トップ固有）
 * ------------------------------------------------------------------------- */
.box-searchlocation {
  background-color: #fff;
  padding: 20px;
  border-top: 4px solid;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

.box-searchlocation > *:first-child {
  margin: 0;
}

/* ============================================================================
 * _image メディアモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .img-border　画像ボーダー
 * ------------------------------------------------------------------------- */
.img-border {
  display: inline-block;
  border: 1px solid #b6b6b6;
}

.img-border a {
  display: block;
  transition: .3s opacity ease;
}

.img-border a:hover,
.img-border a:focus {
  opacity: .7;
}

.img-border a img {
  vertical-align: baseline;
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * .img-lyt-no-wrap　テキスト＋画像（テキストの回り込みなし）
 * ------------------------------------------------------------------------- */
.img-lyt-no-wrap {
  display: table;
  width: 100%;
  margin: 24px 0 0;
}

.img-lyt-no-wrap .area-text,
.img-lyt-no-wrap .area-image {
  vertical-align: top;
  display: table-cell;
}

.img-lyt-no-wrap .area-text {
  width: 100%;
}

.img-lyt-no-wrap .area-image {
  text-align: left;
}

.img-lyt-no-wrap .area-image img {
  max-width: inherit;
}

.img-lyt-no-wrap.img-right .area-text {
  padding-right: 1.714em;
}

.img-lyt-no-wrap.img-left {
  direction: rtl;
}

.img-lyt-no-wrap.img-left .area-text {
  direction: ltr;
}

.img-lyt-no-wrap.img-left .area-image {
  padding-right: 1.714em;

  direction: ltr;
}

.img-lyt-no-wrap .area-image {
  text-align: center;
}

.img-lyt-no-wrap .area-image .txt-caption {
  font-size: .875rem;
  display: block;
  margin-top: 3px;
}

/* ----------------------------------------------------------------------------
 * .img-lyt-wrap　テキスト＋画像（テキストの回り込みあり）
 * ------------------------------------------------------------------------- */
.img-lyt-wrap {
  margin: 24px 0 0;
}

.img-lyt-wrap .area-image {
  text-align: left;
}

.img-lyt-wrap.img-left .area-image {
  float: left;
  margin-right: 1.428em;
}

.img-lyt-wrap.img-right .area-image {
  float: right;
  margin-left: 1.428em;
}

.img-lyt-wrap .area-image {
  text-align: center;
}

.img-lyt-wrap .area-image .txt-caption {
  font-size: .875rem;
  display: block;
  margin-top: 3px;
}

/* ============================================================================
 * _lyt レイアウトモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .col- カラム
 * ------------------------------------------------------------------------- */
.col-2,
.col-3,
.col-4,
.col-5 {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          flex-grow: 1;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-positive: 1;
  width: 100%;
  margin: 24px 0 0;

  -webkit-flex-wrap: wrap;
  -webkit-flex-grow: 1;
}

.col-2 > .part,
.col-2 > li,
.col-3 > .part,
.col-3 > li,
.col-4 > .part,
.col-4 > li,
.col-5 > .part,
.col-5 > li {
  margin: 24px 20px 0 0;
  padding: 0;
}

.col-2 > .part > *:last-child,
.col-2 > li > *:last-child,
.col-3 > .part > *:last-child,
.col-3 > li > *:last-child,
.col-4 > .part > *:last-child,
.col-4 > li > *:last-child,
.col-5 > .part > *:last-child,
.col-5 > li > *:last-child {
  margin-bottom: 0;
}

.col-2 > .part > *:first-child,
.col-2 > li > *:first-child,
.col-3 > .part > *:first-child,
.col-3 > li > *:first-child,
.col-4 > .part > *:first-child,
.col-4 > li > *:first-child,
.col-5 > .part > *:first-child,
.col-5 > li > *:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * .col-1 1カラム
 * ------------------------------------------------------------------------- */
.col-1{
  width: 100%;
  margin: 24px 0 0;
}

.col-1 > .part,
.col-1 > li{
  margin: 24px 0 0 0;
}

/* ----------------------------------------------------------------------------
 * .col-2 2カラム
 * ------------------------------------------------------------------------- */
.col-2 > .part,
.col-2 > li {
  width: calc((100% - 20.01px) / 2);
  max-width: calc((100% - 20.01px) / 2);

  -webkit-flex-basis: calc((100% - 20.01px) / 2);
}

.col-2 > .part:nth-child(2n),
.col-2 > li:nth-child(2n) {
  margin-right: 0;
}

.col-2 > .part:nth-child(-n + 2),
.col-2 > li:nth-child(-n + 2) {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * .col-3 3カラム
 * ------------------------------------------------------------------------- */
.col-3 > .part,
.col-3 > li {
  width: calc((100% - 20.01px * 2) / 3);
  max-width: calc((100% - 20.01px * 2) / 3);

  -webkit-flex-basis: calc((100% - 20.01px * 2) / 3);
}

.col-3 > .part:nth-child(3n),
.col-3 > li:nth-child(3n) {
  margin-right: 0;
}

.col-3 > .part:nth-child(-n + 3),
.col-3 > li:nth-child(-n + 3) {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * .col-4 4カラム
 * ------------------------------------------------------------------------- */
.col-4 > .part,
.col-4 > li {
  width: calc((100% - 20.01px * 3) / 4);
  max-width: calc((100% - 20.01px * 3) / 4);

  -webkit-flex-basis: calc((100% - 20.01px * 3) / 4);
}

.col-4 > .part:nth-child(4n),
.col-4 > li:nth-child(4n) {
  margin-right: 0;
}

.col-4 > .part:nth-child(-n + 4),
.col-4 > li:nth-child(-n + 4) {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * .col-5 5カラム
 * ------------------------------------------------------------------------- */
.col-5 > .part,
.col-5 > li {
  width: calc((100% - 15.01px * 4) / 5);
  max-width: calc((100% - 15.01px * 4) / 5);
  margin: 24px 15px 0 0;

  -webkit-flex-basis: calc((100% - 15.01px * 4) / 5);
}

.col-5 > .part:nth-child(5n),
.col-5 > li:nth-child(5n) {
  margin-right: 0;
}

.col-5 > .part:nth-child(-n + 5),
.col-5 > li:nth-child(-n + 5) {
  margin-top: 0;
}

/* ============================================================================
 * _tbl テーブルモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .tbl-nomal　汎用テーブル
 * ------------------------------------------------------------------------- */
.tbl-nomal {
  width: 100%;
  margin: 30px 0 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.tbl-nomal tr:first-child thead td:first-child {
  font-weight: bold;
  text-align: center;
  background-color: #e8e8e8;
}

.tbl-nomal th,
.tbl-nomal td {
  padding: 15px 11px 11px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tbl-nomal th > *:first-child,
.tbl-nomal td > *:first-child {
  margin-top: 0;
}

.tbl-nomal thead th,
.tbl-nomal thead td:first-child {
  font-weight: bold;
  background-color: #e8e8e8;
}

.tbl-nomal tbody th {
  font-weight: normal;
  text-align: left;
  background-color: #f7f7f7;
}

/* ----------------------------------------------------------------------------
 * .lyt-tbl-scroll　テーブル スクロール
 * ------------------------------------------------------------------------- */
.lyt-tbl-scroll {
  overflow-x: auto !important;
  width: 100% !important;
  margin: 20px 0 0;
}

.lyt-tbl-scroll > table {
  width: 984px !important;
  margin-top: 0;
}

/* ============================================================================
 * _form フォームモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .lyt-input-step　お問い合わせフローリスト
 * ------------------------------------------------------------------------- */
.lyt-input-step {
  display: -webkit-flex;
  display:         flex;
          flex-grow: 1;
          align-items: stretch;
  width: 100%;
  margin: 40px 0 0;

  -webkit-flex-grow: 1;
  -webkit-align-items: stretch;
  align-items: center;
  justify-content: center;
}

.lyt-input-step li {
  font-size: .9375rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display:         flex;
          flex-basis: calc((100% - 2.8em) / 4);
          align-items: center;
          justify-content: center;
  max-width: calc((100% - 2.8em) / 4);
  margin: 0 2.8em 0 0;
  padding: 6px 10px 4px;
  border: 4px solid #e8e8e8;

  -webkit-flex-basis: calc((100% - 2.8em) / 4);
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.lyt-input-step li::after {
  position: absolute;
  top: 50%;
  right: -2em;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
}

.lyt-input-step li:last-child {
  margin-right: 0;
}

.lyt-input-step li:last-child::after {
  border: none;
}

.lyt-input-step li.is-current {
  color: #fff;
  background-color: #22a874;
}

/* ----------------------------------------------------------------------------
 * .tbl-frm　フォームテーブル
 * ------------------------------------------------------------------------- */
.tbl-frm {
  width: 100%;
  height: 0;
  margin: 24px 0 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #b6b6b6;
}

.tbl-frm tr {
  border-top: 1px solid #b6b6b6;
}

.tbl-frm th,
.tbl-frm td {
  vertical-align: middle;
}

.tbl-frm th {
  font-weight: bold;
  position: relative;
  height: fit-content;
  padding: 1.125em 0;
}

.tbl-frm th .txt-title {
  text-align: left;
  background-color: #e8e8e8;
  display: -webkit-flex;
  display:         flex;
  align-items: center;
  height: 100%;
  padding: 1.125em 6.1em 1em 1.56em;
  word-break: keep-all;
  -webkit-align-items: center;
}

.tbl-frm th .txt-title .label-required,
.tbl-frm th .txt-title .label-optional {
  font-size: .75rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1.56em;
  padding: 5px 7px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tbl-frm th .txt-title .label-optional {
  background-color: #fff;
}

.tbl-frm th .txt-title .label-required {
  color: #fff;
  background-color: #f2334e;
}

.tbl-frm td {
  font-size: .875rem;
  color: #666;
  padding: 1.29em 0 1.29em 2.14em;
}

/* ----------------------------------------------------------------------------
 * .lyt-select-search　セレクトボックス
 * ------------------------------------------------------------------------- */
.area-search-display {
  font-size: .75rem;
  margin: 20px 0 0;
}

.area-search-display .select-search-display {
  position: relative;
  display: inline-block;
}

.area-search-display .select-search-display::after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  z-index: -1;
}

.area-search-display .select-search-display select {
  width: 300px;
  font-size: .875rem;
  min-width: 13em;
  padding: 4px 20px 2px 8px;
  cursor: pointer;
  border: 1px solid #b6b6b6;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.area-search-display .select-search-display select::-ms-expand {
  display: none;
}

.area-search-display .select-search-display select.is-error {
  border-color: #f2334e;
}

.area-search-display .select-search-display select:disabled {
  background-color: #e8e8e8;
  cursor: default;
  border: none;
}

.area-search-display .select-search-display select.lst-frm-pref {
  min-width : 100%;
  width : 100%
}

/*店舗検索(距離指定)*/
.area-search-display .txt-label-searchlocation-distance {
	font-size: 1rem;
}

.area-search-display .area-searchlocation-spacer {
	height: .5rem;
}

.location-txt-no-result-description{
	text-align : center;
}

div.location-txt-no-result-description > p:first-child{
	margin-top : 50px;
}

div.area-search-location-part-container {
	display: flex;
	flex-wrap: wrap-reverse;
}
div.area-search-location-part-container .part .tbl-frm {
	height: 100%;
}

div.area-search-location-result-list {
	overflow: auto;
	max-height: 500px;
}

/*複数*/
.lyt-select-search li {
  display: inline-block;
  margin: 10px 15px 0 0;
}

.lyt-select-search li .area-search-display {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * .area-free-opinion　テキストエリア
 * ------------------------------------------------------------------------- */
.area-free-opinion {
  background-color: #fff;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  transition: background-color .3s ease;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
}

.area-free-opinion:focus {
  background-color: #f5f5f5;
}

.area-free-opinion.is-error {
  background-color: #ffe2e2;
  border-color: #f2334e;
}

/* ----------------------------------------------------------------------------
 * input[type="text"] 名前・メールアドレス
 * ------------------------------------------------------------------------- */
.area-contents {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	white-space: pre-line;
	word-break: break-all;
}

.area-contents.txt-value {
    display: table-cell;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: normal;
}
_:-ms-lang(x)::-ms-backdrop, .area-contents.txt-value {
  word-break: break-all;
}

.area-contents > *:first-child {
  margin-top: 0;
}

.area-contents input[type="text"],
.area-contents input[type="password"],
.area-contents input[type="email"]{
  line-height: 1;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 6px;
  transition: background-color .3s ease;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
}
.area-contents input[type="text"].txt-date {
  width:13em;
}

.area-contents input[type="text"]:focus,
.area-contents input[type="password"]:focus,
.area-contents input[type="email"]:focus {
  background-color: #f5f5f5;
}

.area-contents input[type="text"].is-error,
.area-contents input[type="password"].is-error,
.area-contents input[type="email"].is-error{
  background-color: #ffe2e2;
  border-color: #f2334e;
}

.area-contents input[type="text"].txt-frm-zip{
  width : 80px
}

.area-contents .txt-frm-mail,
.area-contents .txt-frm-name {
  font-size: .875rem;
  color: #666;
  display: bloc;
}

.area-contents .txt-frm-mail {
          flex-basis: 100%;
  max-width: 100%;

  -webkit-flex-basis: 100%;
}

.area-contents .txt-frm-name {
          flex-basis: calc((100% - 18.01px) / 2);
  max-width: calc((100% - 18.01px) / 2);

  -webkit-flex-basis: calc((100% - 18.01px) / 2);
}

.area-contents .txt-frm-name:first-child {
  margin-right: 18px;
}

.area-contents .txt-frm-name:nth-child(2) {
  margin-top: 0;
}

.area-contents .txt-frm-name input[type="text"],
.area-contents .txt-frm-name input[type="email"] {
  display: inline-block;
  width: 90%;
  margin-left: 10px;
}

.area-contents .txt-frm-name input[type="text"] {
  width: 85%;
}

.area-contents .txt-confirmation {
  font-size: 1rem;
  color: #333;
}

.area-contents .txt-is-error {
          flex-basis: 100%;
  max-width: 100%;

  -webkit-flex-basis: 100%;
}

.usr-frm input[type="text"],
.usr-frm input[type="password"],
.usr-frm input[type="email"]{
  max-width: 350px;
}

.usr-frm .txt-title label {
  word-break: keep-all;
}

.change-info .before, .change-info .after{
  display:flex;
  max-width: calc(50% - 32px);
  position: relative;
}

.change-info .before{
  margin-right: 36px;
}

.change-info .before::after {
  position:absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -22px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
}

.usr-frm .no-border-top td,
.usr-frm .no-border-top th{
  border-top-style: hidden;
}

.usr-frm .no-border-bottom td,
.usr-frm .no-border-bottom th{
  border-bottom-style: hidden;
}

/* ----------------------------------------------------------------------------
 * .list-frm-date　日時、日付
 * ------------------------------------------------------------------------- */
.area-contents-date {
	white-space: pre-line;
}
 
.list-frm-date .flatpickr-wrapper li {
  margin: 10px 0 0 0;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
}

.list-frm-date li input[type="text"]{
  display: table-cell;
}

.list-frm-date li .select-date{
  display: table-cell;
}

.list-frm-date li .select-date .select-search-display select {
  min-width: 100%;
  width: 100%;
}

.list-frm-date li .btn-calender {
  text-decoration: none;
  color: #333;
  display: table-cell;
  transition: .3s opacity ease;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  text-align: center;
  vertical-align:middle;
  width: 31px;
}
 
.list-frm-date li .btn-calender:hover,
.list-frm-date li .btn-calender:focus {
  opacity: .7;
}

.list-frm-date li .btn-calender img {
  width: 25px;
  height: 25px;
}

.area-contents-date .list-frm-date li .flatpickr-input {
  display: none;
}

/* ----------------------------------------------------------------------------
 * .list-frm-radio　ラジオボタン
 * ------------------------------------------------------------------------- */
.list-frm-radio {
  display: inline-block;
}

.list-frm-radio li {
  position: relative;
  margin-bottom: 12px;
}

.list-frm-radio li:last-child {
  margin-bottom: 0;
}

.list-frm-radio li label.input-radio {
  line-height: 1.5;
  position: relative;
  display: block;
  overflow: hidden;
}

.list-frm-radio li input[type="radio"] {
  position: absolute;
  top: 1px;
  left: 10px;
  opacity: 0;
}

.list-frm-radio li input[type="radio"] + .txt-label {
  position: relative;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 38px;
  cursor: pointer;
}

.list-frm-radio li input[type="radio"] + .txt-label::before,
.list-frm-radio li input[type="radio"] + .txt-label::after {
  position: absolute;
  content: "";
}

.list-frm-radio li input[type="radio"] + .txt-label::before {
  background: #fff;
  z-index: 0;
  top: 1px;
  left: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #777;
  border-radius: 40px;
}

.list-frm-radio li input[type="radio"] + .txt-label::after {
  top: 5px;
  left: 10px;
  width: 12px;
  height: 12px;
  transition: .1s opacity ease;
  border: 1px solid;
  border-radius: 50%;
  opacity: 0;
}

.list-frm-radio li input[type="radio"]:checked + .txt-label::after,
.list-frm-radio li input[type="radio"]:focus + .txt-label::after {
  opacity: 1;
}

.list-frm-radio li input[type="radio"]:disabled + .txt-label {
  color: #999;
  cursor: default;
}

.list-frm-radio li input[type="radio"]:disabled + .txt-label::before {
  background: #e8e8e8;
  border-color: #e8e8e8;
}

.list-frm-radio.col-2,
.list-frm-radio.col-3,
.list-frm-radio.col-4,
.list-frm-radio.col-5 {
  display: -webkit-flex;
  display:         flex;
}

/*PC横並び*/
.list-row-style li {
  float: left;
  margin: 10px 40px 0 0;
}

.list-row-style li:first-child {
  margin-left: 0;
}

.deselect-radio {
	text-align: right;
	margin: 14px 0 0;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-flex-basis: 100%;
}

.deselect-radio .txt-label {
	cursor: pointer;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------
 * .list-frm-check　チェックボックス
 * ------------------------------------------------------------------------- */
.txt-check-item-label,
.list-frm-check li .txt-check-item-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  padding: 3px 0px 3px 38px;
}
.txt-check-item-label input[type="checkbox"],
.list-frm-check li .txt-check-item-label input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.txt-check-item-label input[type="checkbox"] + .txt-check-item,
.list-frm-check li .txt-check-item-label input[type="checkbox"] + .txt-check-item {
  cursor: pointer;
}

.txt-check-item-label input[type="checkbox"]:disabled + .txt-check-item,
.list-frm-check li .txt-check-item-label input[type="checkbox"]:disabled + .txt-check-item {
  color: #999;
  cursor: default;
}

.txt-check-item-label input[type="checkbox"]:disabled + .txt-check-item::before,
.list-frm-check li .txt-check-item-label input[type="checkbox"]:disabled + .txt-check-item::before {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.txt-check-item-label input[type="checkbox"] + .txt-check-item::before,
.list-frm-check li .txt-check-item-label input[type="checkbox"] + .txt-check-item::before {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 4px;
}

.txt-check-item-label input[type="checkbox"]:checked + .txt-check-item::after,
.list-frm-check li .txt-check-item-label input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 14px;
  height: 8px;
  margin-top: -7px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

/* ----------------------------------------------------------------------------
 * .area-search-general
 * ------------------------------------------------------------------------- */
.area-search-general {
  display: inline-block;
  min-width: 386px;
  margin: 20px 0 0;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
}

.area-search-general input {
  min-width: 386px;
  padding: 2px 10px;
}

.area-search-general input.fh-number-input {
  text-align: right;
}

.area-search-general .search-faq-num {
  min-width: 386px;
  padding: 2px 10px;
}

/* ----------------------------------------------------------------------------
 * .list-check
 * ------------------------------------------------------------------------- */
.list-check {
  margin: 14px 0 0;
}

.list-check li {
  font-size: .875rem;
}

.list-check li .txt-item-wrap {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.list-check li .txt-item-wrap::before {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 4px;
}

.list-check li .txt-item-wrap input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.list-check li .txt-item-wrap input[type="checkbox"] + .txt-check-item {
  padding-left: 28px;
}

.list-check li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item {
  position: relative;
}

.list-check li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

/* ----------------------------------------------------------------------------
 * .btn-form
 * ------------------------------------------------------------------------- */
.btn-form {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
          justify-content: center;
  margin-top: -12px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.btn-form li {
  vertical-align: top;
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  margin: 0 15px 0 0;
}

.btn-form li:last-child {
  margin-right: 0;
}

.btn-form li button {
  font-size: 1.125rem;
  color: #fff;
  background-color: transparent;
  display: -webkit-flex;
  display: inline-block;
  display: -ms-flexbox;
          justify-content: center;
  padding: .87em .67em .8em;
  border: none;
  border-radius: 6px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.btn-form li button[type="reset"],
.btn-form li button[type="button"] {
  background-color: #5b5b5b;
  min-width: 260px;
  box-shadow: 0 3px 0 0 #4a4a4a;
}

.btn-form li button[type="reset"]:hover,
.btn-form li button[type="reset"]:focus,
.btn-form li button[type="button"]:hover,
.btn-form li button[type="button"]:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 1px 0 0 #4a4a4a;
}

.btn-form li button[type="submit"] {
  min-width: 400px;
}

.btn-form li button[type="submit"]:hover,
.btn-form li button[type="submit"]:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.btn-form li button[type="submit"] .btn-inner {
  position: relative;
}

.btn-form li button[type="submit"] .btn-inner::after {
  position: absolute;
  top: 50%;
  left: -14px;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: .125rem solid #fff;
  border-left: .125rem solid #fff;
}

.btn-form li button[type="submit"]:disabled {
  color: #adadad;
  background-color: #5b5b5b !important;
  cursor: default;
  box-shadow: 0 3px 0 0 #5b5b5b !important;
}

.btn-form li button[type="submit"]:disabled:hover,
.btn-form li button[type="submit"]:disabled:focus {
  -webkit-transform: none;
          transform: none;
}

.btn-form li button[type="submit"]:disabled .btn-inner::after {
  border-top-color: #adadad;
  border-left-color: #adadad;
}

.btn-form li button[type="reset"]:disabled {
  color: #adadad;
  cursor: default;
  box-shadow: 0 3px 0 0 #5b5b5b !important;
}

.btn-form li button[type="reset"]:disabled:hover,
.btn-form li button[type="reset"]:disabled:focus {
  -webkit-transform: none;
          transform: none;
}

/* ----------------------------------------------------------------------------
 * .txt-agree .txt-privacy （お問い合わせ）
 * ------------------------------------------------------------------------- */
.txt-agree {
  text-align: center;
}

.txt-agree a:hover,
.txt-agree a:focus {
  text-decoration: none;
}

.txt-privacy {
  text-align: center;
  margin: 18px 0 0;
}

.txt-privacy .txt-privacy-check {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 40px 8px 70px;
  cursor: pointer;
  border: 2px solid #e8e8e8;
}

.txt-privacy .txt-privacy-check input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.txt-privacy .txt-privacy-check input[type="checkbox"] + .txt-check-item {
  padding-left: 10px;
}

.txt-privacy .txt-privacy-check input[type="checkbox"] + .txt-check-item::before {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 4px;
}

.txt-privacy .txt-privacy-check input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  top: 50%;
  left: 53px;
  width: 14px;
  height: 8px;
  margin-top: -7px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

/* ----------------------------------------------------------------------------
 * .txt-is-error （お問い合わせ）
 * ------------------------------------------------------------------------- */
.txt-is-error {
  font-size: .875rem;
  color: #f2334e;
}

/* ============================================================================
 * _area エリア
 * ========================================================================= */
 /* ----------------------------------------------------------------------------
 * .area-top-inquiry 直近のお問い合わせエリア
 * ------------------------------------------------------------------------- */
.area-top-inquiry-wrap {
  margin: 36px 0 0;
}

.area-top-inquiry-wrap .area-top-inquiry {
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  padding: 32px 10px 16px;
  background: white;
  border: 1px solid #b6b6b6;
}

.area-top-inquiry-wrap .area-top-inquiry .hdg-top-inquiry {
  min-width : 150px;
  width : max-content;
}

.area-top-inquiry-wrap .area-top-inquiry .list-inquiry {
  margin: 0;
  padding-left: 2.375em;
  border-left: 1px solid #b6b6b6;
}

.area-top-inquiry-wrap .area-top-inquiry .list-inquiry li {
	display: inline;
}

.area-top-inquiry-wrap .area-top-inquiry .list-inquiry li:first-child {
  padding: 0 0 .625em;
  border-top: none;
}

.area-top-inquiry-wrap .area-top-inquiry .link-single {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;

  -webkit-flex-basis: 100%;
}

.area-top-inquiry-wrap .area-top-inquiry .table-top-inquiry {
	width: 100%;
}

.area-top-inquiry-wrap .area-top-inquiry .td-top-inquiry-info {
	width: 90%;
}
.area-top-inquiry-wrap .area-top-inquiry .td-top-inquiry-info .search-result-more-info.div-inquiry-reg-date {
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 5px;
}

/* ----------------------------------------------------------------------------
 * .area-top-news トップページニュースエリア
 * ------------------------------------------------------------------------- */
.area-top-news-wrap {
  margin: 36px 0 0;
}

.area-top-news-wrap .area-top-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;

  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}

.area-top-news-wrap .area-top-news .table-top-news {
  width: 96%;
}

.area-top-news-wrap .area-top-news .table-top-news .td-top-news{
  width: 120px;
}

.area-top-news-wrap .area-top-news .table-top-news .td-top-news .hdg-top-news {
  width: 100%;
  display: block;
}

.area-top-news-wrap .area-top-news .list-news {
  margin: 0;
  padding-left: 2.375em;
  border-left: 1px solid #b6b6b6;
}

.area-top-news-wrap .area-top-news .list-news li:first-child {
  padding: 0 0 .625em;
  border-top: none;
}

.area-top-news-wrap .area-top-news .link-single {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;

  -webkit-flex-basis: 100%;
}

/* ----------------------------------------------------------------------------
 * .area-search-suggest　サジェストエリア
 * ------------------------------------------------------------------------- */
.area-search-suggest {
  background-color: #fff;
  position: absolute;
  z-index: 2000;
  left: 0;
  width: 100%;
  margin: 3px 0 0;
}

.area-search-suggest .area-search-suggest-inner {
  border: 1px solid #666;
  border-radius: 6px;
}

.area-search-suggest .list-search-key {
  font-size: .875rem;
  line-height: 1.4;
}

.area-search-suggest .list-search-key.list-in-label {
  margin: 0;
}

.area-search-suggest .list-search-key li {
  border-bottom: 1px solid #ccc;
}

.area-search-suggest .list-search-key li:last-child {
  border-bottom: none;
}

.area-search-suggest .list-search-key li:last-child a {
  display: table;
  width: 100%;
  table-layout: auto;
  border-radius: 0 0 6px 6px;
}

.area-search-suggest .list-search-key li:first-child a {
  border-radius: 6px 6px 0 0;
}

.area-search-suggest .list-search-key li:only-child a {
  border-radius: 6px 6px 6px 6px;
}

.area-search-suggest .list-search-key li a {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  display: block;
  padding: 5px 15px 3px;
  transition: .3s background-color ease;
}

.area-search-suggest .list-search-key li a:hover,
.area-search-suggest .list-search-key li a[aria-selected="true"] {
  background-color: #f5f5f5;
}

.area-search-suggest .list-search-key li a .label-knowledgeKind,
.area-search-suggest .list-search-key li a .label-ploduct,
.area-search-suggest .list-search-key li a .label-news,
.area-search-suggest .list-search-key li a .label-document,
.area-search-suggest .list-search-key li a .label-qa {
  text-align: left;
  background-color: transparent;
  display: table-cell;
  width: 4.5rem;
  padding: 0 .36em;
}

.area-search-suggest .list-search-key li a .label-knowledgeKind b,
.area-search-suggest .list-search-key li a .label-ploduct b,
.area-search-suggest .list-search-key li a .label-news b,
.area-search-suggest .list-search-key li a .label-document b,
.area-search-suggest .list-search-key li a .label-qa b {
  font-size: .75rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: 4rem;
  padding: 5px 5px 2px;
}

.area-search-suggest .list-search-key li a .label-knowledgeKind b {
  background-color: #ed1c24;
}

.area-search-suggest .list-search-key li a .label-ploduct b {
  background-color: #e08c15;
}

.area-search-suggest .list-search-key li a .label-news b {
  background-color: #ed1c24;
}

.area-search-suggest .list-search-key li a .label-document b {
  background-color: #14b8a3;
}

.area-search-suggest .list-search-key li a .label-qa b {
  background-color: #ff4cbe;
}

.area-search-suggest .list-search-key li a .txt-search-key {
  display: table-cell;
  vertical-align: middle;
}

.area-search-suggest .list-search-key + .list-search-key.list-in-label {
  border-top: 1px solid #666;
}

#suggest .area-search-suggest {
  overflow: hidden;
  height: 0;
  transition: height .3s;
}

#suggest .area-search-suggest[aria-hidden="true"] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * .area-faq-cont　質問エリア
 * ------------------------------------------------------------------------- */
.area-faq-cont {
  margin: 20px 0 0;
  padding: 25px 0 48px;
}

/* ----------------------------------------------------------------------------
 * .area-questionnaire　アンケートエリア
 * ------------------------------------------------------------------------- */
.area-questionnaire {
  background-color: #f5f5f5;
  margin: 28px auto 0;
  padding: 20px 22px;
}

.area-questionnaire .hdg-questionnaire {
  font-size: 1.125rem;
  text-align: center;
  background-color: #fff;
  padding: 8px 10px 6px;
  border: 1px solid #b6b6b6;
  font-weight: bold; /* WCAG対応 bタグ変更 */
}

.area-questionnaire .answer-success {
	text-align: center;
    margin-top: 10px;
}
/* ----------------------------------------------------------------------------
 * .area-general-wrap　汎用エリア
 * ------------------------------------------------------------------------- */
.area-general-wrap {
  margin: 48px 0 0;
}

.area-general-wrap .area-border-top {
  border-top: 4px solid;
}

.area-faq-cont + .area-general-wrap {
  margin: 0;
}

/* ----------------------------------------------------------------------------
 * .area-reference　検索結果0参考エリア
 * ------------------------------------------------------------------------- */
.area-reference {
  margin: 30px 0 0;
}

.area-reference .list-definition-reference {
  padding-top: 16px;
  border-top: 1px solid #b6b6b6;
}

/* ----------------------------------------------------------------------------
 * .area-searchlocation-cont　店舗検索エリア
 * ------------------------------------------------------------------------- */
.area-searchlocation-cont {
  margin: 20px 0 0;
  padding: 25px 0 48px;
}

/* ============================================================================
 * js
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .modal-wrap-01　モーダル
 * ------------------------------------------------------------------------- */
body.modal-overlay {
	overflow:hidden;
}
.modal-wrap-01 .modal-content {
  margin: auto;
}

.modal-wrap-01 .modal-content .modal-heading {
  border-bottom: 1px solid #b6b6b6;
}

.modal-wrap-01 .modal-content .modal-heading .hdg-lv2-modal {
  font-size: 1.625rem;
  padding: .77em 5em .38em 1.15em;
}

.modal-wrap-01 .modal-content .modal-btn-close {
  display: none;
}

.modal-wrap-01 .lyt-btn-wrap {
  text-align: center;
  background-color: #e8e8e8;
  padding: 30px 0;
}

.modal-wrap-01 {
  transition: opacity .5s ease;
  opacity: 0;
}

.modal-wrap-01 .modal-content {
  min-width: 320px;
  margin: auto;
}

.modal-wrap-01 .modal-content .modal-desc {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 182px);
  max-height: calc(640px - 182px);
}

.modal-wrap-01 .modal-content .modal-desc .str-modal-inner {
  padding: 0 30px 30px;
}

.modal-wrap-01 .modal-content .modal-desc .str-modal-inner > *:first-child {
  margin: 30px 0 0;
}

.modal-wrap-01[aria-expanded="true"] {
  z-index: 4001;
  opacity: 1;
}

.modal-wrap-01[aria-hidden="true"] {
  display: none;
}

.modal-wrap-01[aria-hidden="false"] {
  position: relative;
  outline: none;
}

.modal-wrap-01[aria-hidden="false"] .modal-content,
.siteEvaluateModal .modal-content,
.knowledgeCommentModal .modal-content {
  background-color: #fff;
  position: fixed;
  z-index: 4002;
  top: calc(50% - 5px);
  left: calc(50% - 10px);
  width: calc(100% - 20px);
  max-width: 1030px;
  margin: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.siteEvaluateModal .modal-content,
.knowledgeCommentModal .modal-content {
  min-height: 250px;
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  margin: auto;
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label {
  font-size: .875rem;
  vertical-align: top;
  color: #fff;
  background-color: #999;
  display: inline-block;
  overflow: hidden;
  padding: .4em 1.1em .2em 3.4em;
  transition: opacity .5s ease;
  border-radius: 6px;
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label:hover,
.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label:focus {
  opacity: .7;
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status {
  position: relative;
  left: 0;
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -24px;
  display: block;
  width: 2px;
  height: 22px;
  margin-top: -12px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-btn-close-key {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.area-search-narrowing-inner .area-search-form .fhButton,
.area-top-search .area-search-form .fhButton {
  align-self: center;
  margin-left: 4px;
}

.js-modal-link {
  position: relative;
  overflow: hidden;
}

.js-modal-link .modal-status {
  position: absolute;
  left: -9999px;
}

#modal-overlay[aria-hidden] {
  background: #000;
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: opacity, transform, top, left, bottom, right;
}

#modal-overlay[aria-hidden="true"] {
  transition: opacity .5s ease, -webkit-transform 0s .5s ease;
  transition: opacity .5s ease, transform 0s .5s ease;
  transition: opacity .5s ease, transform 0s .5s ease, -webkit-transform 0s .5s ease;
  -webkit-transform: translateX(-100%) translateY(-100%);
          transform: translateX(-100%) translateY(-100%);
  opacity: 0;
}

#modal-overlay[aria-hidden="false"] {
  transition: opacity .5s ease;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: .6;
}

/* ----------------------------------------------------------------------------
 * .modal-img-expansion　画像拡大モーダル
 * ------------------------------------------------------------------------- */
.modal-img-expansion .modal-content {
  min-width: 320px;
  margin: auto;
}

.modal-img-expansion {
  transition: opacity .5s ease;
  opacity: 0;
}

.modal-img-expansion .modal-content {
  background-color: #fff;
  position: fixed;
  z-index: 4002;
  top: calc(50% - 5px);
  left: calc(50% - 10px);
  width: 100%;
  max-width: 960px;
  margin: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.modal-img-expansion .modal-content .modal-desc {
  text-align: center;
  position: relative;
  padding: 70px 30px 30px;
}

.modal-img-expansion .modal-content .modal-desc img {
  width: 100%;
  max-width: inherit;
}

.modal-img-expansion[aria-expanded="true"] {
  z-index: 4001;
  opacity: 1;
}

.modal-img-expansion[aria-hidden="true"] {
  display: none;
}

.modal-img-expansion[aria-hidden="false"] {
  position: relative;
  outline: none;
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  margin: auto;
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label {
  font-size: .875rem;
  vertical-align: top;
  color: #fff;
  background-color: #999;
  display: inline-block;
  overflow: hidden;
  transition: opacity .5s ease;
  border-radius: 6px;
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label:hover,
.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label:focus {
  opacity: .7;
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status {
  position: relative;
  left: auto;
  display: block;
  padding: .4em 1.1em .2em 3.4em;
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 2px;
  height: 22px;
  margin-top: -11px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-btn-close-key {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.modal-img-expansion .modal-content .modal-btn-close {
  display: none;
}

.modal-img-expansion.is-limit-h[aria-hidden="false"] .modal-content {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

#modal-img-overlay[aria-hidden] {
  background: #000;
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: opacity, transform, top, left, bottom, right;
}

#modal-img-overlay[aria-hidden="true"] {
  transition: opacity .5s ease, -webkit-transform 0s .5s ease;
  transition: opacity .5s ease, transform 0s .5s ease;
  transition: opacity .5s ease, transform 0s .5s ease, -webkit-transform 0s .5s ease;
  -webkit-transform: translateX(-100%) translateY(-100%);
          transform: translateX(-100%) translateY(-100%);
  opacity: 0;
}

#modal-img-overlay[aria-hidden="false"] {
  transition: opacity .5s ease;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: .6;
}

.area-image a {
  text-decoration: none;
  position: relative;
  display: block;
}

.area-image a .txt-caption {
  color: #333;
}

.area-image a .modal-status,
.area-image a .modal-btn-close-key {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* ----------------------------------------------------------------------------
 * .list-category　カテゴリリスト（SP時トグル）
 * ------------------------------------------------------------------------- */
.list-category a > *{
}
.list-category li .hdg-category a,
.list-category li .hdg-category .hdg-category-inner {
  text-decoration: none;
  height: 56px;
  color: #333;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: stretch;
          align-items: stretch;
  transition: .3s background-color ease;

  -webkit-align-items: stretch;
}

.list-category li .hdg-category a::after,
.list-category li .hdg-category .hdg-category-inner::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: .125rem solid #666;
  border-left: .125rem solid #666;
}

.list-category li .hdg-category a:hover,
.list-category li .hdg-category a:focus,
.list-category li .hdg-category .hdg-category-inner:hover,
.list-category li .hdg-category .hdg-category-inner:focus {
  background-color: #e8e8e8;
  border-radius: 6px;
}

.list-category li .hdg-category a .icon-category,
.list-category li .hdg-category .hdg-category-inner .icon-category {
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
          align-items: center;
  width: 56px;
  border-radius: 6px 0 0 6px;

  -webkit-align-items: center;
}

.list-category li .hdg-category a .icon-category img,
.list-category li .hdg-category .hdg-category-inner .icon-category img {
  vertical-align: middle;
  width: 100%;
  height: 56px;
}

.list-category li .hdg-category a .icon-category > b,
.list-category li .hdg-category a .icon-category + .hdg-category-content,
.list-category li .hdg-category a .icon-category + .hdg-item-content,
.list-category li .hdg-category a .icon-category + .txt-category-hdg,
.list-category li .hdg-category a .icon-category + .hdg-knowledgeKind-content,
.list-category li .hdg-category .hdg-category-inner .icon-category + b,
.list-category li .hdg-category .hdg-category-inner .icon-category + .hdg-category-content,
.list-category li .hdg-category .hdg-category-inner .icon-category + .hdg-item-content,
.list-category li .hdg-category .hdg-category-inner .icon-category + .txt-category-hdg,
.list-category li .hdg-category .hdg-category-inner .icon-category + .hdg-knowledgeKind-content　{
  border-left: none;
  border-radius: 0 6px 6px 0;
  max-width: calc(100% - 56px);
}

.list-category li .hdg-category a > b,
.list-category li .hdg-category a .hdg-category-content,
.list-category li .hdg-category a .hdg-item-content,
.list-category li .hdg-category a .txt-category-hdg,
.list-category li .hdg-category a .hdg-knowledgeKind-content,
.list-category li .hdg-category .hdg-category-inner > b,
.list-category li .hdg-category .hdg-category-inner .hdg-category-content,
.list-category li .hdg-category .hdg-category-inner .hdg-item-content,
.list-category li .hdg-category .hdg-category-inner .txt-category-hdg,
.list-category li .hdg-category .hdg-category-inner .hdg-knowledgeKind-content {
  font-weight: normal;
  line-height: 1.25;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex: 1;
          align-items: center;
  -ms-flex: 1 1 auto;
  -ms-flex-align: center;
  min-height: 56px;
  padding: 7px 22px 3px 12px;
  border: 1px solid #b6b6b6;
  border-radius: 6px;

  -webkit-flex: 1;
  -webkit-align-items: center;
}


/* ----------------------------------------------------------------------------
 * WCAG対応　bタグ修正
 * ------------------------------------------------------------------------- */

/* .list-category li .hdg-category a .hdg-category-content b,
.list-category li .hdg-category a .hdg-item-content b,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content b,
.list-category li .hdg-category a .hdg-knowledgeKind-content b { */
.list-category li .hdg-category a .hdg-category-content span,
.list-category li .hdg-category a .hdg-item-content span,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content span,
.list-category li .hdg-category a .hdg-knowledgeKind-content span {
	display: block;
	-ms-flex: 1 1 auto;
	/* font-weight: normal; */
}

.list-category li .hdg-category a .hdg-category-content,
.list-category li .hdg-category a .hdg-item-content,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content,
.list-category li .hdg-category a .hdg-knowledgeKind-content {
	max-width: 100%;
}

.list-category li .hdg-category a .hdg-category-content,
.list-category li .hdg-category a .hdg-item-content,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content,
.list-category li .hdg-category a .hdg-knowledgeKind-content {
	white-space: nowrap;
}

/* .list-category li .hdg-category a .hdg-category-content b,
.list-category li .hdg-category a .hdg-item-content b,
.list-category li .hdg-category a .hdg-knowledgeKind-content b,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content b { */
.list-category li .hdg-category a .hdg-category-content span,
.list-category li .hdg-category a .hdg-item-content span,
.list-category li .hdg-category a .hdg-knowledgeKind-content span,
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content span {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.list-category li .list-link-row {
  margin: 12px 0 0;
}

.js-sp-toggle li .hdg-category .btn[aria-hidden="true"] {
  display: none;
}

/*チェックボックスを含む*/
.list-category.has-checkbox li + li {
  padding-top: 0;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg {
  position: relative;
  display: -webkit-flex;
  display:         flex;
          align-items: stretch;
  cursor: pointer;
  -webkit-align-items: stretch;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex: 1 1 auto;
  height: 56px;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 64px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"] + .txt-check-item {
  font-weight: normal;
  line-height: 1.25;
  background-color: #fff;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  width: 100%;
  padding: 6px 7px 3px 36px;
  border: 1px solid #b6b6b6;
  border-left: none;
  border-radius: 0 6px 6px 0;

  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex: 1 1 auto;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"] + .txt-check-item::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 64px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 4px;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg .txt-check-item b {
	display: block;
	-ms-flex: 1 1 auto;
	font-weight: normal;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"]:checked + .txt-check-item {
  position: relative;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 14px;
  width: 14px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"]:checked + .txt-check-item::before {
  left: 9px;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg .icon-category {
  display: inline-block;
  border-radius: 6px 0 0 6px;
}

.list-category.has-checkbox li .hdg-category .txt-category-hdg .icon-category img {
  width: 55px;
  max-width: inherit;
  height: 56px;
}

.list-category.has-checkbox li .hdg-category .btn {
  background-color: #fff;
  overflow: hidden;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li {
  padding-left: 0;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7px 0;
  cursor: pointer;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"] + .txt-check-item {
  padding-left: 28px;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"] + .txt-check-item::before {
  background: #fff;
  position: absolute;
  top: 17px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 4px;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item {
  position: relative;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::after {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::before {
  top: 9px;
}

.list-category.has-checkbox li .list-link-row.has-checkbox li {
  border: none;
}

.js-sp-toggle li .hdg-category .txt-category-hdg .icon-category {
  border-radius: 6px 0 0 6px;
}

/* ----------------------------------------------------------------------------
 * .list-question　質問リスト（サブメニュー機能）
 * ------------------------------------------------------------------------- */
.list-question.js-list-search-results li {
  padding: 0;
}

.list-question.js-list-search-results li .js-search-results-hdg {
  padding: .75em 1.875em .75em 0;
}

.list-question.js-list-search-results li .js-search-results-content {
  background-color: #f3f3f3;
  padding: 0 1em;
}

.list-question.js-list-search-results li .js-search-results-content .txt-content {
  font-weight: bold;
}

.list-question.js-list-search-results li .js-search-results-content > *:first-child {
  margin-top: .75em;
}

.list-question.js-list-search-results li .js-search-results-content > *:last-child {
  margin-bottom: 1.25em;
}

.list-question.js-list-search-results li .js-search-results-hdg {
  position: relative;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-question.js-list-search-results li .js-search-results-hdg .btn::before,
.list-question.js-list-search-results li .js-search-results-hdg .btn::after {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -8px;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
}

.list-question.js-list-search-results li .js-search-results-hdg .btn::before {
  width: 2px;
  height: 12px;
  transition: .25s transform ease, .25s margin ease, .25s top ease;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn::after {
  width: 12px;
  height: 2px;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn .label {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn .status {
  color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn[aria-expanded="false"]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list-question.js-list-search-results li .js-search-results-hdg .btn[aria-expanded="false"] .status {
  transition: background-color .3s ease;
}

.list-question.js-list-search-results li .js-search-results-hdg .btn[aria-expanded="true"]::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.list-question.js-list-search-results li .js-search-results-hdg .btn[aria-expanded="true"] .status {
  background-color: #bbb;
}

.list-question.js-list-search-results li .js-search-results-content {
  overflow: hidden;
  height: 0;
  transition: height .3s;
}

/* ----------------------------------------------------------------------------
 * .list-search-results　開閉機能（検索結果リスト）
 * ------------------------------------------------------------------------- */
.list-search-results {
  margin: 14px 0 0;
}

.list-search-results li {
  border-bottom: 1px solid #b6b6b6;
}

.list-search-results li .js-search-results-hdg {
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding: .5em 1.875em .5em 0;

  -webkit-align-items: center;
}

.list-search-results li .target-display-attachlist {
	border: none !important;
}

.list-search-results li .js-search-results-hdg .label-reception-open,
.list-search-results li .js-search-results-hdg .label-reception-before,
.list-search-results li .js-search-results-hdg .label-reception-close,
.list-search-results li .js-search-results-hdg .label-knowledgeKind,
.list-search-results li .js-search-results-hdg .label-ploduct,
.list-search-results li .js-search-results-hdg .label-document,
.list-search-results li .js-search-results-hdg .label-news,
.list-search-results li .js-search-results-hdg .label-qa,
.list-search-results li .js-search-results-hdg .contract-kind {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  flex-basis: 4.5rem;
  max-width: 4.5rem;
  margin: 0 10px 0 0;
  padding: 5px 0 3px;

  -webkit-flex-basis: 4.5rem;
  -ms-flex-preferred-size: 4.5rem;
}

.list-search-results li .js-search-results-hdg .label-knowledgeKind {
  background-color: #ed1c24;
  min-width: 100px;
}

.list-search-results li .js-search-results-hdg .label-ploduct {
  background-color: #e08c15;
}

.list-search-results li .js-search-results-hdg .label-document {
  background-color: #14b8a3;
}

.list-search-results li .js-search-results-hdg .label-news {
  background-color: #ed1c24;
}

.list-search-results li .js-search-results-hdg .label-qa {
  background-color: #ff4cbe;
}

.list-search-results li .js-search-results-hdg .list-results-txt {
  font-size: 0;
  line-height: 0;
  -ms-flex: 1 1 auto;
          flex: 1;
  padding-right: 60px;

  -webkit-flex: 1;
  -ms-word-break: break-all;
}

.list-search-results li .js-search-results-hdg .list-results-txt .txt-contents,
.list-search-results li .js-search-results-hdg .list-results-txt .txt-form-title,
.list-search-results li .js-search-results-hdg .list-results-txt .txt-event-title{
  font-size: 1rem;
  line-height: 1.714;
  display: inline;
}

.list-search-results li .js-search-results-hdg .list-results-txt .txt-contents a:hover,
.list-search-results li .js-search-results-hdg .list-results-txt .txt-contents a:focus {
  text-decoration: none;
}

.list-search-results li .js-search-results-hdg .counter-use-num {
  font-size: .625rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  -ms-flex-align: center;
  color: #666;
          flex-basis: 5.625rem;
  max-width: 5.625rem;
  margin: 0;
  padding: 6px 0 2px;
  border: 1px solid #b6b6b6;

  -webkit-flex-basis: 5.625rem;
  -ms-flex-preferred-size: 5.625rem;
}

.list-search-results li .js-search-results-hdg .counter-use-num span {
  font-size: .875rem;
  display: block;
}

.list-search-results li:first-child {
  border-top: 1px solid #b6b6b6;
}

.list-search-results li .js-search-results-content {
  background-color: #f3f3f3;
  padding: 0 1em;
}

.list-search-results li .js-search-results-content .txt-content {
  font-weight: bold;
}

.list-search-results li .js-search-results-content > *:first-child {
  margin-top: .75em;
}

.list-search-results li .js-search-results-content > *:last-child {
  margin-bottom: 1.25em;
}

.list-search-results li .js-search-results-hdg {
  position: relative;
}

.list-search-results li .js-search-results-hdg .btn {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-search-results li .js-search-results-hdg .btn::before,
.list-search-results li .js-search-results-hdg .btn::after {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -8px;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
}

.list-search-results li .js-search-results-hdg .btn::before {
  width: 2px;
  height: 12px;
  transition: .25s transform ease, .25s margin ease, .25s top ease;
}

.list-search-results li .js-search-results-hdg .btn::after {
  width: 12px;
  height: 2px;
}

.list-search-results li .js-search-results-hdg .btn .label {
  position: absolute;
  left: -9999px;
}

.list-search-results li .js-search-results-hdg .btn .status {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 22px;
  height: 0;
  padding-top: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.list-search-results li .js-search-results-hdg .btn[aria-expanded="false"]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list-search-results li .js-search-results-hdg .btn[aria-expanded="false"] .status {
  transition: background-color .3s ease;
}

.list-search-results li .js-search-results-hdg .btn[aria-expanded="true"]::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.list-search-results li .js-search-results-hdg .btn[aria-expanded="true"] .status {
  background-color: #bbb;
}

.list-search-results li .js-search-results-content {
  overflow: hidden;
  height: 0;
  transition: height .3s;
}

/* ----------------------------------------------------------------------------
 * .lyt-star-rating　スターレイティング機能
 * ------------------------------------------------------------------------- */
.lyt-star-rating {
  position: relative;
}

.lyt-star-rating .lyt-star-rating-inner {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 0;
}

.lyt-star-rating .lyt-star-rating-inner .btn-star-rating {
  font-size: 1rem;
  line-height: 1.714;
  margin-right: 14px;
}

.lyt-star-rating .lyt-star-rating-inner .btn-star-rating img {
  max-width: 38px;
}

.lyt-star-rating .lyt-star-rating-inner .btn-star-rating:last-child {
  margin: 0;
}

.lyt-star-rating .state {
  position: absolute;
  left: -9999px;
}

.chat-ctrls-01 .lyt-star-rating .lyt-star-rating-inner {
  text-align: center;
}

/* ----------------------------------------------------------------------------
 * .js-see-more-list　もっと見る機能
 * ------------------------------------------------------------------------- */
.js-see-more-list > ul:first-child {
  margin: 20px 0 0;
}

.js-see-more-list .btn-list-more {
  text-align: center;
}

.js-see-more-list .btn-list-more .link-more {
  font-size: .875rem;
  margin: 1em 0 0;
}

.js-see-more-list .btn-list-more .link-more .link-more-inner {
  text-decoration: underline;
  color: #204eb7;
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
}

.js-see-more-list .btn-list-more .link-more .link-more-inner::before {
  position: absolute;
  top: .43em;
  left: 2px;
  width: .5em;
  height: .5em;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: .125rem solid #204eb7;
  border-left: .125rem solid #204eb7;
}

.js-see-more-list .btn-list-more .link-more .link-more-inner:hover,
.js-see-more-list .btn-list-more .link-more .link-more-inner:focus {
  text-decoration: none;
}

.js-see-more-list .btn-list-more .link-more:disabled {
  cursor: default;
  opacity: 0;
}

.js-see-more-list li[aria-hidden="true"] {
  display: none;
}

/* ============================================================================
 * _adjust 調整クラス
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .sp-hide　スマホ非表示
 * ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
 * .align-**　位置調整
 * ------------------------------------------------------------------------- */
.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
 * .width-**　幅調整
 * ------------------------------------------------------------------------- */
.width-0 {
  width: 0 !important;
}

.width-05 {
  width: 5% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

/* ============================================================================
 * 【テーマカラー】共通　▼▼▼ここから▼▼▼
 * ========================================================================= */
/* ============================================================================
 * _structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * #str-header　共通ヘッダ
 * ------------------------------------------------------------------------- */
body.color-blue #str-header {
  border-bottom-color: #ed1c24;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner {
  border-color: #ed1c24;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="text"]:focus,
body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="password"]:focus {
  border-color: #ed1c24;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner input[type="checkbox"]:focus + .txt-check-item::before {
  border-color: #ed1c24;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login {
  background-color: #ed1c24;
  box-shadow: 0 3px 0 0 #c70910;
}

body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login:hover,
body.color-blue #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login:focus {
  box-shadow: 0 1px 0 0 #c70910;
}

body.color-blue #str-header .str-header-inner .area-header .txt-header-login .header-login-controls {
  border-color: #ed1c24;
}

body.color-blue .fhButton a,
body.color-blue #str-header .str-header-inner .area-header .txt-header-contact a,
body.color-blue #str-header .str-header-inner .area-header .txt-header-general a {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .site-main　メインコンテンツエリア
 * ------------------------------------------------------------------------- */
body.color-blue #str-main {
  /*トップページ検索エリア*/
}

body.color-blue #str-main .area-top-search::after {
  background-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * #str-footer　共通フッタ
 * ------------------------------------------------------------------------- */
body.color-blue #str-footer .area-footer {
  background-color: #333;
}

/* ============================================================================
 * _module
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .area-search-form　トップページ 検索エリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-search-form .area-search-input {
  border-color: #ed1c24;
}

body.color-blue .area-search-form .area-search-submit {
  border-color: #ed1c24;
  background-color: #ed1c24;
}

body.color-blue .area-search-form .area-search-submit button {
  background-color: #ed1c24;
}

body.color-blue .area-search-form .area-search-category {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .area-search-narrowing　下層ページ 検索エリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing {
  background-color: #ed1c24;
  box-shadow: 0 -3px 0 0 #c70910 inset;
}

body.color-blue .area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing:hover,
body.color-blue .area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing:focus {
  box-shadow: 0 -1px 0 0 #c70910 inset;
}

/* ----------------------------------------------------------------------------
 * .area-choice-item　選択項目
 * ------------------------------------------------------------------------- */
/*SP時トグル js有効時*/

/* ============================================================================
 * _hdg 見出しモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .hdg-lv1-01　見出しレベル1
 * ------------------------------------------------------------------------- */
body.color-blue .hdg-lv1-01 {
  border-bottom-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv2-02　見出しレベル2
 * ------------------------------------------------------------------------- */

body.color-blue .hdg-lv2-02::before {
  background-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv2-03　見出しレベル2
 * ------------------------------------------------------------------------- */
body.color-blue .hdg-lv2-03::after {
  background-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv3-01　見出しレベル3
 * ------------------------------------------------------------------------- */
body.color-blue .hdg-lv3-01 {
  border-left-color: #ed1c24;
}

/* ============================================================================
 * _btn ボタンモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .btn-contact　お問い合わせボタン
 * ------------------------------------------------------------------------- */
body.color-blue .btn-contact .btn-contact-inner {
  background-color: #ed1c24;
  box-shadow: 0 3px 0 0 #c70910;
}

body.color-blue .btn-contact .btn-contact-inner:hover,
body.color-blue .btn-contact .btn-contact-inner:focus {
  box-shadow: 0 1px 0 0 #c70910;
}

/* ----------------------------------------------------------------------------
 * .btn-send　送信ボタン
 * ------------------------------------------------------------------------- */
body.color-blue .area-btn-send .btn-send {
  background-color: #ed1c24;
  box-shadow: 0 3px 0 0 #c70910;
}

body.color-blue .area-btn-send .btn-send:hover,
body.color-blue .area-btn-send .btn-send:focus {
  box-shadow: 0 1px 0 0 #c70910;
}

/* ============================================================================
 * _box ボックスモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .box-faq　質問ボックス（トップ固有）
 * ------------------------------------------------------------------------- */
body.color-blue .box-faq {
  border-top-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .box-searchlocation　店舗検索ボックス（トップ固有）
 * ------------------------------------------------------------------------- */
body.color-blue .box-searchlocation {
  border-top-color: #ed1c24;
}

/* ============================================================================
 * _list リストモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .list-question　質問リスト（サブメニュー機能）
 * ------------------------------------------------------------------------- */
/*サブメニュー機能付き*/
body.color-blue .list-question li .js-search-results-hdg .btn[aria-expanded="false"] .status {
  background-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .list-category　カテゴリリスト（SP時トグル）
 * ------------------------------------------------------------------------- */
body.color-blue .list-category li .hdg-category a .icon-category,
body.color-blue .list-category li .hdg-category .hdg-category-inner .icon-category {
  background-color: #ed1c24;
}

/*チェックボックスを含む*/
body.color-blue .list-category.has-checkbox li .hdg-category .hdg-category-inner .txt-category-hdg input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

/*チェックボックスを含む*/
body.color-blue .list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

body.color-blue .list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"]:focus + .txt-check-item::before {
  border-color: #ed1c24;
}

body.color-blue .list-category.has-checkbox li .hdg-category .txt-category-hdg .icon-category {
  background-color: #ed1c24;
}

body.color-blue .list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

body.color-blue .list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:focus + .txt-check-item::before {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .list-search-results　開閉機能（検索結果リスト）
 * ------------------------------------------------------------------------- */
body.color-blue .list-search-results li .js-search-results-hdg .btn[aria-expanded="false"] .status {
  background-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .list-frm-radio　ラジオボタン
 * ------------------------------------------------------------------------- */
body.color-blue .list-frm-radio li input[type="radio"]:focus + .txt-label::before {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .list-frm-check　チェックボックス
 * ------------------------------------------------------------------------- */
body.color-blue .txt-check-item-label input[type="checkbox"]:checked + .txt-check-item::after,
body.color-blue .list-frm-check li .txt-check-item-label input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

body.color-blue .txt-check-item-label input[type="checkbox"]:focus + .txt-check-item::before,
body.color-blue .list-frm-check li .txt-check-item-label input[type="checkbox"]:focus + .txt-check-item::before {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .dropzone　添付ファイル
 * ------------------------------------------------------------------------- */
.area-contents .dropzone {
  width: 100%;
  white-space: nowrap;
}

.area-contents .dropzone .dz-preview + .dz-preview {
  border-top: 1px dotted #aaa;
}

.area-contents .dropzone .dz-preview {
  display:block;
  margin: 0px;
  position: inherit;
  min-height: auto;
}

.area-contents .dropzone .dz-preview .dz-details {
    bottom: auto;
    padding: 1em 1em 1em 1em;
    color: inherit;
    background-color: transparent;
    display: inline-block;
    font-size: .875rem;
    position: inherit;
    max-width: inherit;
    min-width: inherit;
    width: 85%;
}
.area-contents .dropzone .dz-preview .dz-details .txt-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area-contents .dropzone .dz-preview .txt-is-error {
    white-space: normal;
}

.area-contents .dropzone .dz-preview .dz-remove-wrap {
    display: inline-block;
    vertical-align: text-bottom;
}

.area-contents .dropzone .dz-preview .dz-remove {
  font-weight: inherit;
  opacity: 1;
  border: 1px solid #ed1c24;
  border-radius: 6px;
  background-color:#fff;
  color: #333;
  display:inherit;
  position: inherit;
  min-width: 60px;
  margin: 0;
}

.area-contents .dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.area-contents .dropzone .dz-preview .dz-progress {
	left: auto;
	top: auto;
	margin: 0;
}

.area-contents .dropzone .dropzone-custom-title {
  margin-top: 0;
  color: #00b782;
}

.area-contents .dropzone .subtitle {
  color: #314b5f;
}

/* ============================================================================
 * _tbl テーブルモジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .tbl-frm フォームテーブル
 * ------------------------------------------------------------------------- */
body.color-blue .tbl-frm td .area-contents input[type="text"]:focus,
body.color-blue .tbl-frm td .area-contents input[type="email"]:focus,
body.color-blue .tbl-frm td .area-contents input[type="password"]:focus  {
  border-color: #ed1c24;
}

/* ============================================================================
 * _form フォーム関連モジュール
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .list-check
 * ------------------------------------------------------------------------- */
body.color-blue .list-check li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .btn-form
 * ------------------------------------------------------------------------- */
body.color-blue .btn-form li button[type="submit"] {
  background-color: #ed1c24;
  box-shadow: 0 3px 0 0 #c70910;
}

body.color-blue .btn-form li button[type="submit"]:hover,
body.color-blue .btn-form li button[type="submit"]:focus {
  box-shadow: 0 1px 0 0 #c70910;
}

/* ----------------------------------------------------------------------------
 * .area-free-opinion　テキストエリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-free-opinion:focus {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .txt-agree .txt-privacy　（お問い合わせ）
 * ------------------------------------------------------------------------- */
body.color-blue .txt-privacy .txt-privacy-check input[type="checkbox"]:checked + .txt-check-item::after {
  border-bottom-color: #ed1c24;
  border-left-color: #ed1c24;
}

body.color-blue .txt-privacy .txt-privacy-check input[type="checkbox"]:focus + .txt-check-item::before {
  border-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .list-frm-radio　ラジオボタン
 * ------------------------------------------------------------------------- */
body.color-blue .list-frm-radio li input[type="radio"] + .txt-label::after {
  background: #ed1c24;
  border-color: #ed1c24;
}

/* ============================================================================
 * _area エリア
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .area-faq-cont　質問エリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-faq-cont {
  /*background-color: #c3e4f5;*/
}

/* ----------------------------------------------------------------------------
 * .area-searchlocation-cont　店舗検索エリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-searchlocation-cont {
  background-color: #c3e4f5;
}

/* ----------------------------------------------------------------------------
 * .area-border-top　汎用エリア
 * ------------------------------------------------------------------------- */
body.color-blue .area-border-top {
  border-top-color: #ed1c24;
}

/* ----------------------------------------------------------------------------
 * .talk トークスクリプト トーク
 * ------------------------------------------------------------------------- */
.talk .header {
  font-size: 14px;
  color: #FFF;
  background: #ed1c24;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  border: 1px solid #ed1c24;
  border-radius: 4px 4px 0 0;
}
.talk .header .back,
.talk .header .back a {
  color: #FFF;
}

.talk .header > * {
    margin: 0;
    padding: 7px 10px;
}

.talk .content {
  font-size: 13px;
  color: #333;
  position: relative;
  z-index: 0;
  top: -1px;
  overflow: auto;
  box-sizing: content-box !important;
  padding: 12px 10px 12px;
  transition: .2s max-height ease-out;
  border: 1px solid #ed1c24;
  border-radius: 0 0 4px 4px;
}

.talk .content .talkTransition{
  display: flex;
  margin: 12px 0 0 0;
}

.talk .content .talkTransition p {
  margin: 0 0 0 0;
}

.talk .content .talkTransition p + p {
  margin: 0 0 0 5px;
}
.talk .content .talkTransition .fhButton a {
  border-color: #999;
}

.talk .talkLog .fhButton a:hover,
.talk .content .talkTransition .fhButton a.selected {
  color: #FFF;
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.talk  .talkLog .fhButton a {
  pointer-events: none;
}

.talk .talkDownAllow {
  margin: 10px auto;
  width: 50px;
  border-top: 25px solid #ed1c24;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

.talk.talkTransition-leave-active {
  display:none;
}

/* ----------------------------------------------------------------------------
 * .list-searchTag　検索タグ
 * ------------------------------------------------------------------------- */
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content {
	font-weight: normal;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	align-items: center;
	padding: 4px 20px 4px 32px;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
	-webkit-flex: 1;
	-webkit-align-items: center;
	font-size: .875rem;
}

.list-searchTag li .hdg-searchTag a {
	text-decoration: none;
	color: #333;
	position: relative;
	display: block;
	transition: .3s background-color ease;
	border-radius: 6px;
}

.list-searchTag li {
	max-width: 100%;
}

.list-searchTag li .hdg-searchTag a:hover {
	background-color: #e8e8e8;
}

.list-searchTag li .hdg-searchTag {
	margin: 8px 8px 0 0;
}

.list-searchTag {
	display: flex;
	flex-wrap: wrap;
}

/* .list-searchTag li .hdg-searchTag a .hdg-searchTag-content b::before { */
.list-searchTag li .hdg-searchTag a .hdg-searchTag-content b::before {  
	width: 20px;
	height: 20px;
	background: url(../images/icon_tag.png) no-repeat;
	position: absolute;
	left: 9px;
	bottom: 6px;
	content: "";
}

.siteEvaluateModal,
.knowledgeCommentModal {
  position: relative;
}

.siteEvaluateModal .modal-content,
.knowledgeCommentModal .modal-content {
  margin: auto;
}

.siteEvaluateModal .modal-content .modal-heading,
.knowledgeCommentModal .modal-content .modal-heading {
  border-bottom: 1px solid #b6b6b6;
}

.siteEvaluateModal .modal-content .modal-heading .hdg-lv2-modal,
.knowledgeCommentModal .modal-content .modal-heading .hdg-lv2-modal {
  font-size: 1.625rem;
  padding: .77em 5em .38em 1.15em;
}

.siteEvaluateModal .lyt-btn-wrap,
.knowledgeCommentModal .lyt-btn-wrap {
  text-align: center;
  background-color: #e8e8e8;
  padding: 30px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.siteEvaluateModal .modal-content .modal-desc,
.knowledgeCommentModal .modal-content .modal-desc {
  position: relative;
  height: calc(100% - 182px);
}

.siteEvaluateModal .modal-content .modal-desc .str-modal-inner,
.knowledgeCommentModal .modal-content .modal-desc .str-modal-inner {
  padding: 0 30px 30px;
}

.siteEvaluateModal .modal-content .modal-desc .str-modal-inner > *:first-child,
.knowledgeCommentModal .modal-content .modal-desc .str-modal-inner > *:first-child {
  margin: 30px 0 0;
}

.siteEvaluateModal .modal-content .modal-btn-close,
.knowledgeCommentModal .modal-content .modal-btn-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  margin: auto;
}

.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label {
  font-size: .875rem;
  vertical-align: top;
  color: #fff;
  background-color: #999;
  display: inline-block;
  overflow: hidden;
  transition: opacity .5s ease;
  border-radius: 6px;
}

.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label:hover,
.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label:focus,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label:hover,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label:focus {
  opacity: .7;
}

.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status {
  position: relative;
  left: auto;
  display: block;
  padding: .4em 1.1em .2em 3.4em;
}

.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 2px;
  height: 22px;
  margin-top: -11px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
.knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.siteEvaluateModal .answer-success,
.knowledgeCommentModal .answer-success {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 50px;
}

.error-message {
  color : red;
  font-size : 1.5rem;
  text-align: center;
  font-weight: bold;
}

/* ============================================================================
 * 【テーマカラー】共通　▲▲▲ここまで▲▲▲
 * ========================================================================= */

@media only screen and (min-width: 351px) and (max-width: 767px){
  #str-header .str-header-inner .area-header .txt-header-contact,
  #str-header .str-header-inner .area-header .txt-header-general{
    flex-basis: auto;
    max-width: auto;
    -webkit-flex-basis: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 859px){
  #str-header .str-header-inner .area-header .txt-header-name{
    margin-right: 5px;
  }
  #str-header .str-header-inner .area-header .txt-header-login,
  #str-header .str-header-inner .area-header .header-login-controls,
  #str-header .str-header-inner .area-header .txt-header-contact > a,
  #str-header .str-header-inner .area-header .txt-header-general > a {
    font-size: .8125rem;
  }
  #str-header .str-header-inner .area-header .txt-header-contact,
  #str-header .str-header-inner .area-header .txt-header-general{
    margin: 0 5px 0 0;
  }
  #str-header .str-header-inner .area-header .txt-header-contact a,
  #str-header .str-header-inner .area-header .txt-header-general a {
    padding: .29em .36em .14em;
  }
  #str-header .str-header-inner .area-header .font-size-change .txt-size{
    margin-right: 3px;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls{
    padding: .29em .36em .14em 1.86em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 929px){
  .hdg-top-news{
    padding-right: 10px;
  }
  .hdg-top-inquiry{
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 962px){
  .list-questionnaire li .btn-questionnaire{
    padding: .8em .67em .33em 2.53em;
  }
  .list-questionnaire.col-5 li .btn-questionnaire{
    padding: .47em .4em .33em 2.53em;
  }
}

@media screen and (max-width: 767px){
  body{
    font-size: .875rem;
    line-height: 1.5;
  }
  p{
    margin: 10px 0 0;
  }
  ul,
  ol{
    margin: 12px 0 0;
  }
  ul + ul,
  ul + ol,
  ol + ul,
  ol + ol{
    margin: 12px 0 0;
  }
  .str-inner{
    padding: 0 12px;
  }
  #str-header .str-header-inner{
    padding: 0 12px;
  }
  #str-header .str-header-inner .site-logo{
    margin: 0 auto 0 auto;
  }
  #str-header .str-header-inner .site-logo img{
    max-width: 111px;
  }
  #str-header .str-header-inner .site-logo2{
    margin: 0 auto 0 auto;
  }
  #str-header .str-header-inner .site-logo2 img{
    max-width: 111px;
  }
  #str-header .str-header-inner .area-header{
    flex-wrap: wrap;
    justify-content: flex-end;

    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    margin-bottom: 6px;
  }
  #str-header .str-header-inner .area-header .txt-header-name{
    font-size: .625rem;
    order: 3;
    margin: 2px 0 0;
    -webkit-order: 3;
  }
  #str-header .str-header-inner .area-header .txt-header-login,
  #str-header .str-header-inner .area-header .header-login-controls,
  #str-header .str-header-inner .area-header .txt-header-contact > a,
  #str-header .str-header-inner .area-header .txt-header-general > a {
    font-size: .625rem;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu{
    position: static;
    display: -webkit-flex;
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
    order: 1;
    max-width: 50%;
    margin: 6px 0 0;
    -webkit-order: 1;
    -webkit-flex-basis: 50%;
    -webkit-justify-content: flex-end;
  }
  .str-header-inner #str-header .str-header-inner .area-header .lyt-header-menu{
    position: relative;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content{
    top: 45px;
    width: 90%;
    margin: 0 auto;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="text"],
  #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-login-parts input[type="password"]{
    font-size: 1rem;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .txt-header-login-check .txt-header-login-check-inner{
    padding: 0 0 0 24px;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .area-header-content-inner .area-btn-login .btn-login{
    font-size: .9375rem;
    width: 100%;
  }
  #str-header .str-header-inner .area-header .txt-header-login{
    margin: 0;
  }
  #str-header .str-header-inner .area-header .txt-header-contact,
  #str-header .str-header-inner .area-header .txt-header-general{
    font-size: .8125rem;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    order: 2;
    margin: 0;
    margin: 6px 0 0 6px;
    -webkit-order: 2;
    -webkit-justify-content: flex-end;
  }
  #str-header .str-header-inner .area-header .txt-header-contact a,
  #str-header .str-header-inner .area-header .txt-header-general a{
    padding: .6em .7em;
  }
  #str-header .str-header-inner .area-header .font-size-change{
    display: none;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls{
    padding: .6em .7em .6em 1.9em;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls::before{
    left: 7px;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls[aria-expanded="false"]::before{
    border-width: 4px 4px 0 4px;
  }
  #str-header .str-header-inner .area-header .lyt-header-menu .header-login-controls[aria-expanded="true"]::before{
    border-width: 0 4px 4px 4px;
  }
  #str-main .area-top-search{
    margin: 1.571em 0 66px;
  }
  #str-main .area-top-search::after{
    bottom: -40px;
    height: 80px;
  }
  #str-footer{
    margin: 32px 0 0;
  }
  #str-footer .str-inner{
    position: static;
  }
  #str-footer .str-inner .page-previous{
    position: static;
    padding-left: 2.5em;
  }
  #str-footer .str-inner .page-previous a::before{
    left: -1.66em;
    width: .75rem;
    height: .75rem;
  }
  #str-footer .str-inner .page-previous a:hover::before,
  #str-footer .str-inner .page-previous a:focus::before{
    left: -2em;
  }
  #str-footer .page-top{
    padding: 18px 0 16px;
  }
  #str-footer .area-banner{
    padding: 18px 0 35px;
  }
  #str-footer .area-footer .txt-footer-name{
    padding: 10px 0;
  }
  .area-search-wrap{
    width: 100%;
    margin: 16px auto 0;
  }
  .area-search-form{
    font-size: .8125rem;
  }
  .area-search-form .area-search-input{
    flex: 1 0;
    border-width: 2px;
    border-radius: 4px 0 0 4px;
    -webkit-flex: 1 0 0;
  }
  .area-search-form .area-search-input .search-keywords{
    min-height: 33px;
    padding: 5px 5px 4px;
  }
  .area-search-form .area-search-submit{
    width: 3.5rem;
  }
  .area-search-form .area-search-submit button{
    min-height: 33px;
    padding: 7px 2px 5px;
  }
  .area-search-form .area-search-category{
    display: none;
  }
  .txt-search-supplement{
    font-size: .75rem;
  }
  .area-attention-keywords{
    text-align: center;
    margin: 30px auto 0;
    padding: 8px 10px 12px;
  }
  .lyt-attention-keywords{
    display: block;
  }
  .lyt-attention-keywords dt{
    font-size: .875rem;
    max-width: 100%;
    margin-top: 0;
  }
  .lyt-attention-keywords dd{
    max-width: 100%;
    text-align: left;
  }
  .lyt-attention-keywords dd .list-attention-keywords li{
    font-size: .75rem;
    line-height: 1.5;
  }
  .list-searchTag li .hdg-searchTag a .hdg-searchTag-content b {
	font-size: .75rem;
  }
  .list-searchTag li .hdg-searchTag a .hdg-searchTag-content b::before {
    bottom: 3px;
  }
  .area-search-narrowing{
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #b6b6b6;
  }
  .area-search-narrowing .area-search-narrowing-inner{
    border: none;
  }
  .area-search-narrowing .area-search-narrowing-inner .area-search-inner{
    padding: 8px 10px;
  }
  .area-search-narrowing .area-search-narrowing-inner .area-search-inner .area-search-form .area-search-submit button[type="submit"]{
    padding: 9px 4px 5px;
    border-radius: 0 4px 4px 0;
  }
  .area-search-narrowing .lyt-attention-keywords{
    padding: 12px 0 14px;
  }
  .area-search-narrowing .area-search-narrowing-submit{
    padding: 0 0 10px;
  }
  .area-search-narrowing .area-search-narrowing-submit .btn-search-narrowing{
    font-size: .9375rem;
    width: 100%;
  }
  .area-choice-item{
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
  .area-choice-item .hdg-choice-item{
    font-size: .8125rem;
    font-weight: normal;
    display: block;
    padding: .54em 0 .46em;
  }
  .area-choice-item .area-choice-item-inner{
    background-color: #f5f5f5;
    padding: 0;
  }
  .area-choice-item .area-choice-item-inner > .str-inner{
    padding: .25em 12px .71em;
  }
  .area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item,
  .area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item{
    font-size: .75rem;
    margin: 0 8px 0 0;
  }
  .area-choice-item .area-choice-item-inner .lyt-choice-item .lyt-definition-item dd .list-choice-item li .btn-choice-item,
  .area-choice-item .area-choice-item-inner .lyt-choice-category .lyt-definition-item dd .list-choice-item li .btn-choice-item{
    background-color: #fff;
  }
  .toggle-sp-narrowing .area-choice-item .area-choice-item-inner{
    position: relative;
    overflow: hidden;
  }
  .toggle-sp-narrowing .hdg-choice-item{
    padding: 0;
  }
  .toggle-sp-narrowing .hdg-choice-item .hdg-choice-controls{
    padding: .54em 0 .46em;
  }
  .toggle-sp-narrowing .area-choice-item-inner{
    overflow: hidden;
    height: 0;
    transition: height ease .3s;
  }
  .toggle-sp-narrowing .area-choice-item-inner[aria-hidden="true"]{
    display: none;
  }
  .toggle-sp-narrowing .hdg-choice-controls{
    position: relative;
    display: block;
    cursor: pointer;
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status{
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 20px;
    height: 0;
    padding-top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status::before,
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status::after{
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status::before{
    width: 2px;
    height: 10px;
    transition: .25s transform ease, .25s margin ease, .25s top ease;
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status::after{
    width: 10px;
    height: 2px;
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status[aria-expanded="false"] .btn-choice-status{
    transition: background-color .3s ease;
  }
  .toggle-sp-narrowing .hdg-choice-controls .btn-choice-status[aria-expanded="true"] .btn-choice-status{
    background-color: #bbb;
  }
  .toggle-sp-narrowing .hdg-choice-controls[aria-expanded="false"] .btn-choice-status::before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .toggle-sp-narrowing .hdg-choice-controls[aria-expanded="true"] .btn-choice-status{
    background-color: #bbb;
  }
  .toggle-sp-narrowing .hdg-choice-controls[aria-expanded="true"] .btn-choice-status::before{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .toggle-sp-narrowing[aria-hidden="true"]{
    display: block;
  }
  .area-search-results{
    display: block;
  }
  .area-search-results .area-search-results-inner{
    font-weight: normal;
  }
  .area-search-results .area-search-results-inner .txt-search-results{
    font-size: .875rem;
  }
  .area-search-results .area-search-results-inner .txt-search-results .txt-all-matter{
    font-size: 1.3125rem;
  }
  .lyt-pagination li a{
    max-height: 2.25em;
  }
  .lyt-pagination .current{
    font-size: .75rem;
    top: .5em;
  }
  .lyt-pagination .label-first,
  .lyt-pagination .label-prev,
  .lyt-pagination .label-next,
  .lyt-pagination .label-last{
    font-size: .75rem;
  }
  .lyt-pagination .label-first a::after,
  .lyt-pagination .label-prev a::after,
  .lyt-pagination .label-next a::after,
  .lyt-pagination .label-last a::after{
    top: 9px;
  }
  .lyt-pagination .label-first a::before,
  .lyt-pagination .label-last a::before{
    top: 9px;
  }
  .lyt-pagination .label-first{
    left: calc(50% - 7.4rem);
  }
  .lyt-pagination .label-first a{
    padding: 4px 2px 3px;
  }
  .lyt-pagination .label-first a::after{
    left: 17px;
  }
  .lyt-pagination .label-first a::before{
    left: 10px;
  }
  .lyt-pagination .label-prev{
    left: calc(50% - 4rem);
  }
  .lyt-pagination .label-prev a{
    padding: 4px 10px 3px 18px;
  }
  .lyt-pagination .label-prev a::after{
    left: 9px;
  }
  .lyt-pagination .label-next{
    left: calc(50% + 4rem);
  }
  .lyt-pagination .label-next a{
    padding: 4px 18px 3px 10px;
  }
  .lyt-pagination .label-next a::after{
    right: 10px;
  }
  .lyt-pagination .label-last{
    left: calc(50% + 7.4rem);
  }
  .lyt-pagination .label-last a{
    padding: 4px 2px 3px;
  }
  .lyt-pagination .label-last a::after{
    right: 17px;
  }
  .lyt-pagination .label-last a::before{
    right: 10px;
  }
  .area-topicpath .str-inner .txt-topicpath{
    font-size: .75rem;
  }
  .hdg-top-inquiry .hdg-icon,
  .hdg-top-news .hdg-icon{
    display: inline-block;
    max-width: 50%;
    margin: 0 4px 3px 0;
  }
  .hdg-top-inquiry .hdg-icon img,
  .hdg-top-news .hdg-icon img{
    max-width: 100%;
  }
  .hdg-lv1-top{
    font-size: 1.3125rem;
    margin: 20px 0 0;
  }
  .hdg-lv1-top .hdg-icon{
    margin-right: 0;
  }
  .hdg-lv1-top .hdg-icon img{
    max-width: 60%;
  }
  .hdg-lv1-01{
    font-size: 1.25rem;
    margin: 14px 0 0;
    padding-bottom: 8px;
  }
  .hdg-lv1-01 .hdg-result-num{
    font-size: 1.0625rem;
    margin-left: 14px;
  }
  .hdg-lv1-01 .label-knowledgeKind,
  .hdg-lv1-01 .label-ploduct,
  .hdg-lv1-01 .label-document,
  .hdg-lv1-01 .label-news,
  .hdg-lv1-01 .label-qa{
    font-size: .625rem;
    padding: .3em 1.2em .2em;
  }
  .hdg-lv2-01{
    font-size: 1.1875rem;
    margin: 20px 0 0;
  }
  .hdg-lv2-01 .hdg-icon.label-new{
    margin-right: 8px;
    margin-bottom: 3px;
  }
  .hdg-lv2-02{
    font-size: 1.0625rem;
    font-weight: normal;
    position: static;
    margin: 34px 0 0;
    padding: .35em .59em .24em .59em;
    border-left: 4px solid;
  }
  .hdg-lv2-02::before{
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .txt-lead{
    font-size: .875rem;
  }
  .txt-modal-opinion{
    text-align: center;
  }
  .txt-note-normal{
    font-size: .75rem;
    margin: 12px 0 0;
  }
  .label-knowledgeKind,
  .label-ploduct,
  .label-document,
  .label-news,
  .label-qa{
    font-size: .75rem;
  }
  .label-important,
  .label-new{
    font-size: .625rem;
    margin: 0 0 0 4px;
    padding: .4em .3em .2em .4em;
  }
  .link-single{
    font-size: .75rem;
  }
  .link-single a::before{
    top: .375rem;
  }
  .list-dsc dt{
    margin: 10px 0 0;
  }
  .list-dsc dd{
    margin: 2px 0 0;
  }
  .list-note-normal{
    font-size: .75rem;
  }
  .list-inquiry li{
    padding: 0;
  }
  .list-news li{
    padding: 8px 0;
  }
  .list-inquiry li,
  .list-news li{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  .list-inquiry li .txt-date,
  .list-news li .txt-date{
    font-size: .75rem;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
  }
  .list-news li .list-news-contents{
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
  }
  .list-question li{
    padding: 8px 0;
  }
  .list-question li .txt-title,
  .list-question li .label-new{
    display: inline;
  }
  .list-question li .txt-title{
    font-size: .875rem;
  }
  .list-question li .label-new{
    margin: 0 0 0 2px;
  }
  .link-sns-print li .btn-sns,
  .link-sns-print li.btn-print > button[type="button"]{
    padding: 5px 12px;
  }
  .link-sns-print li.btn-print{
    display: none;
  }
  .btn-contact .btn-contact-inner{
    font-size: .9375rem;
    width: 100%;
  }
  .area-btn-send{
    padding: 0 0 10px;
  }
  .area-btn-send .btn-send{
    font-size: .9375rem;
    width: 100%;
  }
  .lyt-btn-wrap .area-btn-send{
    padding: 0 12px;
  }
  .list-questionnaire li{
    font-size: .9375rem;
  }
  .list-questionnaire li .btn-questionnaire{
    line-height: 1.714;
    padding: .67em .67em .33em 2.7em;
  }
  .list-questionnaire.col-5 li .btn-questionnaire{
    padding: .67em .67em .33em 2.53em;
  }
  .box-contact{
    margin: 14px 0 0;
    padding: 10px 10px 14px;
  }
  .box-faq{
    padding: 14px 12px;
  }
  .box-searchlocation{
    padding: 14px 12px;
  }
  .area-banner .img-border{
    display: block;
  }
  .img-lyt-no-wrap .area-text,
  .img-lyt-no-wrap .area-image{
    display: block;
  }
  .img-lyt-no-wrap .area-image{
    margin-top: 10px;
  }
  .img-lyt-no-wrap .area-image img{
    max-width: 100%;
  }
  .img-lyt-no-wrap.img-right .area-text{
    padding-right: 0;
  }
  .img-lyt-no-wrap.img-left{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .img-lyt-no-wrap.img-left .area-text{
    order: 2;
    margin-top: 10px;
    -webkit-order: 2;
  }
  .img-lyt-no-wrap.img-left .area-image{
    order: 1;
    margin-top: 0;
    padding-right: 0;
    -webkit-order: 1;
  }
  .img-lyt-no-wrap .area-image .txt-caption{
    font-size: .75rem;
  }
  .img-lyt-wrap.img-left .area-image{
    float: none;
    margin-right: 0;
  }
  .img-lyt-wrap.img-left .text-area{
    margin-top: 8px;
  }
  .img-lyt-wrap .area-image .txt-caption{
    font-size: .75rem;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5{
    margin: 14px 0 0;
  }
  .col-2 > .part,
  .col-2 > li,
  .col-3 > .part,
  .col-3 > li,
  .col-4 > .part,
  .col-4 > li,
  .col-5 > .part,
  .col-5 > li{
    margin: 24px 0 0;
  }
  .col-2 > .part,
  .col-2 > li{
    flex-basis: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    -webkit-flex-basis: 100%;
  }
  .col-2 > .part:nth-child(-n + 2),
  .col-2 > li:nth-child(-n + 2){
    margin-top: 12px;
  }
  .col-2 > .part:first-child,
  .col-2 > li:first-child{
    margin: 0;
  }
  .col-3 > .part,
  .col-3 > li{
    flex-basis: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    -webkit-flex-basis: 100%;
  }
  .col-3 > .part:nth-child(-n + 3),
  .col-3 > li:nth-child(-n + 3){
    margin-top: 12px;
  }
  .col-3 > .part:first-child,
  .col-3 > li:first-child{
    margin: 0;
  }
  .col-4 > .part,
  .col-4 > li{
    flex-basis: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    -webkit-flex-basis: 100%;
  }
  .col-4 > .part:nth-child(-n + 4),
  .col-4 > li:nth-child(-n + 4){
    margin-top: 12px;
  }
  .col-4 > .part:first-child,
  .col-4 > li:first-child{
    margin: 0;
  }
  .col-5 > .part,
  .col-5 > li{
    flex-basis: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    -webkit-flex-basis: 100%;
  }
  .col-5 > .part:nth-child(-n + 5),
  .col-5 > li:nth-child(-n + 5){
    margin-top: 12px;
  }
  .col-5 > .part:first-child,
  .col-5 > li:first-child{
    margin: 0;
  }
  .lyt-input-step{
    margin: 34px 0 0;
  }
  .lyt-input-step li{
    font-size: .75rem;
    font-weight: normal;
    flex-basis: calc((100% - 4.01px) / 4);
    max-width: calc((100% - 4.01px) / 4);
    margin: 0 4px 0 0;
    padding: 6px 5px 4px;
    -webkit-flex-basis: calc((100% - 4.01px) / 4);
  }
  .lyt-input-step li::after{
    border: none;
  }
  .tbl-frm colgroup{
    display: none;
  }
  .tbl-frm th,
  .tbl-frm td{
    display: block;
  }
  .tbl-frm th{
    height: auto;
    padding: .86em 0;
  }
  .tbl-frm th .txt-title{
    height: auto;
    padding: 12px 60px 12px 10px;
  }
  .tbl-frm th .txt-title .label-required,
  .tbl-frm th .txt-title .label-optional{
    right: .8em;
  }
  .tbl-frm td{
    padding: 0 0 .86em;
  }
  .area-search-display{
    margin-top: 10px;
  }
  .area-search-display .select-search-display select{
    font-size: 1rem;
  }
  .area-free-opinion{
    font-size: 1rem;
    margin: 12px auto 0;
  }
  .area-contents .lyt-select-search{
    width: 100%;
  }
  .area-contents .lyt-select-search li{
    display: block;
    margin: 0 0 5px;
  }
  .area-contents .lyt-select-search li:first-child{
    margin: 0;
  }
  .area-contents .lyt-select-search li .select-search-display{
    display: block;
  }
  .area-contents .lyt-select-search li .select-search-display select{
    width: 100%;
  }
  .area-contents .list-frm-date li{
    display: table;
    margin: 0 0 5px;
  }
  .area-contents .list-frm-date li .select-search-display{
    display: inline-block;
  }
  .area-contents .list-frm-date li .select-date-hm{
    margin-top: 2px;
  }
  .area-contents input[type="text"],
  .area-contents input[type="email"]{
    font-size: 1rem;
  }
  .area-contents .txt-frm-name input[type="text"]{
    width: 90%;
  }
  .area-contents .txt-confirmation{
    font-size: .875rem;
  }
  .list-row-style li{
    float: none;
    margin: 0 0 10px;
  }
  .area-search-general{
    width: 100%;
    min-width: initial;
    margin: 12px 0 0;
  }
  .area-search-general input{
    font-size: 1rem;
    width: 100%;
    min-width: initial;
  }
  .area-search-general .search-faq-num{
    font-size: 1rem;
    width: 100%;
    min-width: initial;
  }
  .btn-form{
    text-align: center;
  }
  .btn-form li{
    margin: 0 5px 0 0;
  }
  .btn-form li:first-child{
    width: 35%;
  }
  .btn-form li:last-child{
    width: 60%;
  }
  .btn-form li button[type="reset"],
  .btn-form li button[type="button"]{
    font-size: .9375rem;
    line-height: 1.714;
    width: 100%;
    min-width: inherit;
  }
  .btn-form li button[type="submit"]{
    font-size: .9375rem;
    line-height: 1.714;
    width: 100%;
    min-width: inherit;
  }
  .txt-privacy .txt-privacy-check{
    padding: 10px 18px 8px 30px;
  }
  .txt-privacy .txt-privacy-check input[type="checkbox"]{
    left: 12px;
  }
  .txt-privacy .txt-privacy-check input[type="checkbox"] + .txt-check-item::before{
    left: 12px;
  }
  .txt-privacy .txt-privacy-check input[type="checkbox"]:checked + .txt-check-item::after{
    left: 14px;
  }
  .area-top-news-wrap .area-top-inquiry,
  .area-top-news-wrap .area-top-news{
    display: block;
    margin: 16px 0 0;
  }
   .area-top-news-wrap .area-top-news .hdg-top-inquiry,
  .area-top-news-wrap .area-top-news .hdg-top-news{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  .area-top-inquiry-wrap .area-top-inquiry .list-inquiry,
  .area-top-news-wrap .area-top-news .list-news {
    max-width: 100%;
    padding: 0;
    border-left: 0;
  }
  .area-top-inquiry-wrap .area-top-inquiry .list-inquiry li:first-child{
    padding: 0;
    width: 100%;
  }
  .area-top-news-wrap .area-top-news .list-news li:first-child {
    padding: 0 0 8px;
    width: 100%;
  }
  .area-search-suggest .area-search-suggest-inner{
    border-radius: 4px;
  }
  .area-search-suggest .list-search-key{
    font-size: .8125rem;
  }
  .area-search-suggest .list-search-key li:last-child a{
    border-radius: 0 0 4px 4px;
  }
  .area-search-suggest .list-search-key li:first-child a{
    border-radius: 4px 4px 0 0;
  }
  .area-search-suggest .list-search-key li:only-child a{
    border-radius: 4px 4px 4px 4px;
  }
  .area-search-suggest .list-search-key li a{
    padding: 4px 4px 2px;
  }
  .area-search-suggest .list-search-key li a .label-knowledgeKind,
  .area-search-suggest .list-search-key li a .label-ploduct,
  .area-search-suggest .list-search-key li a .label-news,
  .area-search-suggest .list-search-key li a .label-document,
  .area-search-suggest .list-search-key li a .label-qa{
    width: 3.4rem;
  }
  .area-search-suggest .list-search-key li a .label-knowledgeKind b,
  .area-search-suggest .list-search-key li a .label-ploduct b,
  .area-search-suggest .list-search-key li a .label-news b,
  .area-search-suggest .list-search-key li a .label-document b,
  .area-search-suggest .list-search-key li a .label-qa b{
    font-size: .625rem;
    min-width: 3.2rem;
    padding: 4px 3px 2px;
  }
  .area-faq-cont{
    margin: 18px 0 0;
    padding: 12px 0 30px;
  }
   .area-searchlocation-cont{
    margin: 18px 0 0;
    padding: 12px 0 30px;
  }
  .area-general-wrap{
    margin: 30px 0 0;
  }
  .modal-wrap-01 .modal-content .modal-heading .hdg-lv2-modal{
    font-size: .875rem;
    padding: 1em 3.8em .8em .7em;
  }
  .siteEvaluateModal .modal-content .modal-heading .hdg-lv2-modal,
  .siteEvaluateModal .modal-content .area-questionnaire .hdg-questionnaire{
    font-size: .95rem;
  }
  .modal-wrap-01 .lyt-btn-wrap{
    padding: 14px 12px;
  }
  .modal-wrap-01{
    position: relative;
  }
  .modal-wrap-01 .modal-content .modal-heading{
    background-color: #fff;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  .modal-wrap-01 .modal-content .modal-desc{
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: inherit;
  }
  .modal-wrap-01 .modal-content .modal-desc .str-modal-inner{
    overflow-y: auto;
    height: calc(100% - 130px);
    margin-top: 48px;
    padding: 0 12px 20px;
  }
  .modal-wrap-01 .modal-content .modal-desc .str-modal-inner .hdg-lv2-02{
    margin: 15px 0 0;
  }
  .modal-wrap-01 .modal-content .modal-desc .str-modal-inner > *:first-child{
    margin-top: 15px;
  }
  .modal-wrap-01 .modal-content .modal-desc .str-modal-inner > *:first-child .hdg-lv2-02{
    margin: 0;
  }
  .modal-wrap-01 .lyt-btn-wrap,
  .siteEvaluateModal .lyt-btn-wrap,
  .knowledgeCommentModal .lyt-btn-wrap  {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content,
  .siteEvaluateModal .modal-content,
  .knowledgeCommentModal .modal-content {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    min-height: 100%;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close,
  .siteEvaluateModal .modal-content .modal-btn-close,
  .knowledgeCommentModal .modal-content .modal-btn-close {
    z-index: 4003;
    top: 10px;
    right: 12px;
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label,
  .knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label {
    position: relative;
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::before,
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::after,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label::before,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label::after,
  .knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label::before,
  .knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label::after {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::before,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label::before,
  .knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status,
  .knowledgeCommentModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
  .modal-wrap-01[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
  .siteEvaluateModal .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after{
    position: static;
  }
  .modal-img-expansion .modal-content{
    max-width: 480px;
  }
  .modal-img-expansion .modal-content .modal-desc{
    padding: 50px 10px 10px;
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close{
    z-index: 4003;
    top: 10px;
    right: 12px;
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label{
    position: relative;
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::before,
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::after{
    background: #fff;
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::before,
  .modal-img-expansion[aria-hidden="false"] .modal-content .modal-btn-close .modal-btn-close-label .modal-status::after{
    position: static;
  }
  .list-category li .list-link-row{
    font-size: .75rem;
    margin: 8px 0 0;
  }
  .js-sp-toggle li{
    border: 1px solid #b6b6b6;
    border-top: none;
  }
  .js-sp-toggle li:first-child{
    border: 1px solid #b6b6b6;
  }
  .js-sp-toggle li .hdg-category a .hdg-item-content,
  .js-sp-toggle li .hdg-category a .hdg-category-content,
  .js-sp-toggle li .hdg-category a .hdg-knowledgeKind-content{
    border: none;
  }
  .js-sp-toggle li:last-child .hdg-category .btn[aria-expanded="true"] + a{
    background-color: #000;
  }
  .js-sp-toggle li .hdg-category{
    position: relative;
  }
  .js-sp-toggle li .hdg-category a,
  .js-sp-toggle li .hdg-category .hdg-category-inner{
    text-decoration: underline;
    color: #204eb7;
  }
  .js-sp-toggle li .hdg-category a:hover,
  .js-sp-toggle li .hdg-category a:focus,
  .js-sp-toggle li .hdg-category .hdg-category-inner:hover,
  .js-sp-toggle li .hdg-category .hdg-category-inner:focus{
    border-radius: 0;
  }
  .js-sp-toggle li .hdg-category a::after,
  .js-sp-toggle li .hdg-category .hdg-category-inner::after{
    border: none;
  }
  .js-sp-toggle li .hdg-category a b,
  .js-sp-toggle li .hdg-category a .txt-category-hdg,
  .js-sp-toggle li .hdg-category .hdg-category-inner b,
  .js-sp-toggle li .hdg-category .hdg-category-inner .txt-category-hdg{
    padding: 7px 40px 3px 12px;
    border: none;
  }
  .js-sp-toggle li .hdg-category a .icon-category,
  .js-sp-toggle li .hdg-category .hdg-category-inner .icon-category{
    border-radius: 0;
  }
  .js-sp-toggle li .hdg-category .btn{
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 56px;
    height: 56px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .js-sp-toggle li .hdg-category .btn::before,
  .js-sp-toggle li .hdg-category .btn::after{
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -15px;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
  }
  .js-sp-toggle li .hdg-category .btn::before{
    width: 2px;
    height: 10px;
    transition: .25s transform ease, .25s margin ease, .25s top ease;
  }
  .js-sp-toggle li .hdg-category .btn::after{
    width: 10px;
    height: 2px;
  }
  .js-sp-toggle li .hdg-category .btn[aria-expanded="false"]::before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .js-sp-toggle li .hdg-category .btn[aria-expanded="true"]::before{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .js-sp-toggle li .hdg-category .btn[aria-hidden="true"]{
    display: block;
  }
  .js-sp-toggle li .list-link-row{
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: height .3s ease;
    border-radius: 0;
  }
  .js-sp-toggle li .list-link-row li{
    background-color: #f5f5f5;
    padding-left: 30px;
    border: none;
    border-radius: 0;
  }
  .js-sp-toggle li .list-link-row li:first-child{
    padding-top: 7px;
    border-top: 1px solid #b6b6b6;
  }
  .js-sp-toggle li .list-link-row li:last-child{
    padding-bottom: 5px;
    border-radius: 0;
  }
  .js-sp-toggle li .list-link-row li a{
    padding: 5px 0;
  }
  .js-sp-toggle li .list-link-row li a::before{
    top: .91em;
  }
  .js-sp-toggle.col-1 > .part,
  .js-sp-toggle.col-1 > li,
  .js-sp-toggle.col-2 > .part,
  .js-sp-toggle.col-2 > li,
  .js-sp-toggle.col-3 > .part,
  .js-sp-toggle.col-3 > li,
  .js-sp-toggle.col-4 > .part,
  .js-sp-toggle.col-4 > li,
  .js-sp-toggle.col-5 > .part,
  .js-sp-toggle.col-5 > li{
    margin-top: 0;
  }
  .js-sp-toggle.col-2 > .part:nth-child(-n + 2),
  .js-sp-toggle.col-2 > li:nth-child(-n + 2){
    margin-top: 0;
  }
  .js-sp-toggle.col-3 > .part:nth-child(-n + 3),
  .js-sp-toggle.col-3 > li:nth-child(-n + 3){
    margin-top: 0;
  }
  .js-sp-toggle.col-4 > .part:nth-child(-n + 4),
  .js-sp-toggle.col-4 > li:nth-child(-n + 4){
    margin-top: 0;
  }
  .js-sp-toggle.col-5 > .part:nth-child(-n + 2),
  .js-sp-toggle.col-5 > li:nth-child(-n + 2){
    margin-top: 0;
  }
  .js-sp-toggle.icon-has li .list-link-row{
    padding-left: 56px;
  }
  .list-category.has-checkbox li .hdg-category .txt-category-hdg input[type="checkbox"] + .txt-check-item{
    margin-right: 52px;
    border: none;
  }
  .list-category.has-checkbox li .hdg-category .txt-category-hdg .icon-category{
    border-radius: 0;
  }
  .list-category.has-checkbox li .list-link-row.has-checkbox{
    margin-top: 0;
    padding-left: 55px;
  }
  .list-category.has-checkbox li .list-link-row.has-checkbox li{
    background-color: #f5f5f5;
    padding-left: 10px;
    border: none;
    border-radius: 0;
  }
  .list-category.has-checkbox li .list-link-row.has-checkbox li:first-child{
    padding-top: 7px;
    border-top: 1px solid #b6b6b6;
  }
  .list-category.has-checkbox li .list-link-row.has-checkbox li:last-child{
    padding-bottom: 5px;
  }
  .list-category.has-checkbox li .list-link-row.has-checkbox li .txt-item-wrap input[type="checkbox"]:checked + .txt-check-item::before{
    top: 10px;
  }
  .js-sp-toggle li .hdg-category .hdg-category-inner{
    text-decoration: none;
  }
  .js-sp-toggle li .hdg-category .hdg-category-inner .txt-category-hdg{
    color: #333;
  }
  .js-sp-toggle li .list-link-row.has-checkbox{
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
  }
  .js-sp-toggle.col-1 > .part,
  .js-sp-toggle.col-1 > li,
  .js-sp-toggle.col-2 > .part,
  .js-sp-toggle.col-2 > li,
  .js-sp-toggle.col-3 > .part,
  .js-sp-toggle.col-3 > li,
  .js-sp-toggle.col-4 > .part,
  .js-sp-toggle.col-4 > li,
  .js-sp-toggle.col-5 > .part,
  .js-sp-toggle.col-5 > li{
    margin-top: 0;
  }
  .js-sp-toggle.col-2 > .part:nth-child(-n + 2),
  .js-sp-toggle.col-2 > li:nth-child(-n + 2){
    margin-top: 0;
  }
  .js-sp-toggle.col-3 > .part:nth-child(-n + 3),
  .js-sp-toggle.col-3 > li:nth-child(-n + 3){
    margin-top: 0;
  }
  .js-sp-toggle.col-4 > .part:nth-child(-n + 4),
  .js-sp-toggle.col-4 > li:nth-child(-n + 4){
    margin-top: 0;
  }
  .js-sp-toggle.col-5 > .part:nth-child(-n + 2),
  .js-sp-toggle.col-5 > li:nth-child(-n + 2){
    margin-top: 0;
  }
  .list-question.js-list-search-results li .js-search-results-hdg{
    padding: .75em 3.43em .75em 0;
  }
  .list-question.js-list-search-results li .js-search-results-content .txt-content{
    font-weight: normal;
  }
  .list-question.js-list-search-results li .js-search-results-content > *:last-child{
    margin-bottom: .75em;
  }
  .list-question.js-list-search-results li .js-search-results-hdg .btn{
    width: 44px;
    height: 44px;
  }
  .list-question.js-list-search-results li .js-search-results-hdg .btn::before,
  .list-question.js-list-search-results li .js-search-results-hdg .btn::after{
    right: -15px;
  }
  .list-question.js-list-search-results li .js-search-results-hdg .btn::before{
    height: 12px;
  }
  .list-question.js-list-search-results li .js-search-results-hdg .btn::after{
    width: 10px;
  }
  .list-question.js-list-search-results li .js-search-results-hdg .btn .status{
    right: 4px;
    width: 20px;
    height: 20px;
  }
  .list-search-results li .js-search-results-hdg{
    flex-wrap: wrap;
    padding: .57em 4.29em .57em 0;
    -webkit-flex-wrap: wrap;
  }
  .list-search-results li .js-search-results-hdg .label-knowledgeKind,
  .list-search-results li .js-search-results-hdg .label-ploduct,
  .list-search-results li .js-search-results-hdg .label-document,
  .list-search-results li .js-search-results-hdg .label-news,
  .list-search-results li .js-search-results-hdg .label-qa,
  .list-search-results li .js-search-results-hdg .label-reception-open,
  .list-search-results li .js-search-results-hdg .label-reception-close,
  .list-search-results li .js-search-results-hdg .label-reception-before{
    font-size: .75rem;
    order: 1;
    -webkit-order: 1;
  }
  .list-search-results li .js-search-results-hdg .list-results-txt{
    flex-basis: 100%;
    order: 3;
    max-width: 100%;
    margin-top: 6px;
    padding-right: 0;
    -webkit-order: 3;
    -webkit-flex-basis: 100%;
  }
  .list-search-results li .js-search-results-hdg .list-results-txt .txt-contents{
    font-size: .75rem;
  }
  .list-search-results li .js-search-results-hdg .counter-use-num{
    font-size: .6875rem;
    text-align: left;
    flex-basis: auto;
    order: 2;
    max-width: initial;
    padding: 4px 5px 2px;
    -webkit-order: 2;
    -webkit-flex-basis: auto;
  }
  .list-search-results li .js-search-results-hdg .counter-use-num span{
    font-size: .6875rem;
    display: inline;
    padding-left: 5px;
  }
  .list-search-results li .js-search-results-content .txt-content{
    font-weight: normal;
  }
  .list-search-results li .js-search-results-content > *:last-child{
    margin-bottom: .75em;
  }
  .list-search-results li .js-search-results-hdg .btn{
    width: 56px;
    height: 56px;
  }
  .list-search-results li .js-search-results-hdg .btn::before,
  .list-search-results li .js-search-results-hdg .btn::after{
    right: -15px;
  }
  .list-search-results li .js-search-results-hdg .btn::before{
    height: 12px;
  }
  .list-search-results li .js-search-results-hdg .btn::after{
    width: 10px;
  }
  .list-search-results li .js-search-results-hdg .btn .status{
    right: 10px;
    width: 20px;
    padding-top: 20px;
  }
  .lyt-star-rating .lyt-star-rating-inner{
    margin: 14px 0 0;
  }
  .lyt-star-rating .lyt-star-rating-inner .btn-star-rating{
    margin-right: 10px;
  }
  .lyt-star-rating .lyt-star-rating-inner .btn-star-rating img{
    max-width: 30px;
  }
  .js-see-more-list .btn-list-more .link-more{
    font-size: .75rem;
  }
  .js-see-more-list .btn-list-more .link-more .link-more-inner::before{
    top: .33em;
  }
  .sp-hide{
    display: none !important;
  }
  body.color-blue .toggle-sp-narrowing .hdg-choice-controls[aria-expanded="false"] .btn-choice-status{
    background-color: #ed1c24;
  }
  body.color-blue .hdg-lv2-02{
    border-left-color: #ed1c24;
  }
  body.color-blue .js-sp-toggle li .hdg-category .btn[aria-expanded="false"] .status{
    background-color: #ed1c24;
  }
  body.color-blue .js-sp-toggle.icon-has li .list-link-row{
    background-color: #ed1c24;
  }
  body.color-blue .js-sp-toggle li .list-check{
    background-color: #ed1c24;
  }
  body.color-blue .list-category.has-checkbox li .list-link-row.has-checkbox{
    background-color: #ed1c24;
  }
  body.color-blue .js-sp-toggle li .hdg-category .hdg-category-inner .txt-category-hdg{
    background-color: #ed1c24;
  }
  
  .usr-frm input[type="text"],
  .usr-frm input[type="password"],
  .usr-frm input[type="email"]{
    max-width: 100%;
  }
  .deselect-radio {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 350px){
  #str-header .str-header-inner .area-header .txt-header-contact,
  #str-header .str-header-inner .area-header .txt-header-general{
    flex-basis: 50%;
    max-width: 50%;
    margin: 6px 0 0;
    -webkit-flex-basis: 50%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
  .tbl-frm th .txt-title::before,
  .tbl-frm th .txt-title::after{
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.125em;
    content: "";
  }
  .tbl-frm th .txt-title::before{
    top: 0;
  }
  .tbl-frm th .txt-title::after{
    bottom: 0;
    margin-bottom: .025em;
    z-index: -1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px){
  .tbl-frm th .txt-title::before,
  .tbl-frm th .txt-title::after{
    height: .86em;
  }
}

@media screen and (max-height: 600px){
  .modal-wrap-01[aria-hidden="false"] .modal-content,
  .siteEvaluateModal .modal-content{
    height: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px){
  .js-sp-toggle li .hdg-category .btn .label{
    position: absolute;
    left: -9999px;
  }
  .js-sp-toggle li .hdg-category .btn .status{
    position: absolute;
    top: 50%;
    right: 10px;
    overflow: hidden;
    width: 20px;
    height: 0;
    padding-top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .js-sp-toggle li .hdg-category .btn[aria-expanded="false"] .status{
    transition: background-color .3s ease;
  }
  .js-sp-toggle li .hdg-category .btn[aria-expanded="true"] .status{
    background-color: #bbb;
  }
}
.highlightPoint {
  background-color:#ffff00;
}
.area-topicpath.knowledge .str-inner .txt-topicpath {
  font-size: .875rem;
  padding-bottom: 0px;
}
.area-topicpath.knowledge .str-inner p + p{
  margin:0;
}

.list-news-contents,
.list-results-txt,
.txt-title {
}

@media screen and (max-width: 767px) {
  #login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="text"],
  #login-main .login-main-inner .area-login .area-login-content-inner .txt-login-parts input[type="password"] {
    width: 100%;
  }
  #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login {
    display: block;
    width: 100%;
    text-align: right;
  }
  #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .btn-login {
    width: 100%;
  }
  #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .link {
    line-height: 2;
  }
  #login-main .login-main-inner .area-login .area-login-content-inner .area-btn-login .link-container{
    margin-top: 2px;
  }
}

  #str-header .str-header-inner .area-header .lyt-header-menu  .dropdown-box-iner {
  background-color: #fff;
  border: 2px solid;
  font-size: .875rem;
  border-color: #ed1c24;
  width: max-content;
  min-width: 150px;
}

#str-header .str-header-inner .area-header .lyt-header-menu .dropdown-box .dropdown-box-iner a {
  color: #333;
  padding: 3px 10px;
  border-top: 1px solid #b8b8b8;
  text-decoration: none;
  display: block;
}

.talk .content .talkTransition a:hover,
#str-header .str-header-inner .area-header .lyt-header-menu .dropdown-box .dropdown-box-iner a:hover {
  background-color: #f5f5f5;
}
#str-header .str-header-inner .area-header .lyt-header-menu .dropdown-box {
  min-width: 150px;
  width : fit-content;
}

/* ----------------------------------------------------------------------------
 * .area-formlist-title
 * ------------------------------------------------------------------------- */
.area-formlist-title {
  background-color: #f5f5f5;
  line-height: 3;
}

.area-formlist-title .str-inner .txt-title {
  font-weight: bold;
}

.list-search-results li .js-search-results-hdg .label-reception-before {
	background-color: #7a7a7a;
	min-width: 100px;
}

.list-search-results li .js-search-results-hdg .label-reception-open {
	background-color: #ed1c24;
	min-width: 100px;
}

.list-search-results li .js-search-results-hdg .label-reception-close {
	background-color: #f96500;
	min-width: 100px;
}

.inquiry-call-reg-type {
	white-space: nowrap;
}

.label-call-reg-type-web {
  background-color: #ed1c24;
  padding: 2px 13px;
  color: white;
  margin-top: 2px;
}

.label-call-reg-type-mail {
  background-color: #22a874;
  padding: 2px 5px;
  color: white;
  margin-top: 2px;
}

.list-search-results li .inquiry-call-reg-type {
	margin-top: 0px;
	text-align: center;
	min-width: 80px;
}

.list-search-results li .inquiry-reg-date,
.list-search-results li .inquiry-call-reg-type {
  margin-right: 10px;
}

.list-search-results.list-inquiry,
.list-search-results.list-contract {
  margin: 1.875em 0 80px;
}

.list-search-results li .js-search-results-hdg .webForm.label-reception-before,
.list-search-results li .js-search-results-hdg .webForm.label-reception-open,
.list-search-results li .js-search-results-hdg .webForm.label-reception-close {
	font-weight: normal;
}

.list-search-results li .js-search-results-hdg .list-results-txt .txt-form-title,
.list-search-results li .js-search-results-hdg .list-results-txt .txt-event-title {
  font-weight: bold;
}

.str-inner .icon-area {
  padding: 20px 0px;
}

.str-inner .calls-textarea {
	background: #fff;
	padding: 10px;
}

.str-inner .calls-more-info {
	margin-top: 20px;
}

.str-inner .calls-case-tree-wrap {
	margin-top: 20px;
}

.str-inner .calls-case-tree-wrap .parent-call .inquiry-call-reg-type {
	margin-right: 4px;
}

.str-inner .calls-case-tree-wrap .calls-case-tree-list {
	padding: 10px;
	padding-left: 5px;
	background: #f5f5f5;
}

.str-inner .calls-case-tree-wrap .calls-case-tree-list ul {
	margin-left: 20px;
}

.str-inner .parent-call {
	padding: 10px;
	padding-left: 15px;
	margin-top: 5px;
	background: #e8e8e8;
}

.tbl-div {
	background-color: #f5f5f5;
}

.tbl-div .row {
  padding: 0 0.625em 0.625em 0.625em;
  display: table;
  width: 100%;
}

.tbl-div .row:first-child {
  padding-top: 0.625em;
}

.tbl-div .row .lbl-col, 
.tbl-div .row .val-col {
  padding: 1em;
  display: table-cell;
}

.tbl-div .row .lbl-col {
  width: 30%;
  background-color: #e8e8e8;
  border-right: solid 0.5em #f5f5f5;
  font-weight: bold;
}

.tbl-div .row .val-col {
  background-color: #fff;
  width: 70%;
}

.description-text{
}

.agreement-text{
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tbl-div .row .lbl-col,
  .tbl-div .row .val-col {
    width: 100%;
    display: block;
  }

  .tbl-div .row .lbl-col {
    border: none;
    border-bottom: solid 0.5em #f5f5f5;
  }
  
  .list-search-results li .js-search-results-hdg .list-results-txt.contract-list {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }

	.area-top-inquiry-wrap .area-top-inquiry {
		padding: 20px 10px 16px;
	}

	.area-top-inquiry-wrap .area-top-inquiry > table,
	.area-top-news-wrap .area-top-news > table {
		width: 100%;
	}

	.area-top-inquiry-wrap .area-top-inquiry > table > tbody > tr > td,
	.area-top-news-wrap .area-top-news > table > tbody > tr > td {
		display: block;
	}

	.area-top-inquiry-wrap .area-top-inquiry .hdg-top-inquiry,
	.area-top-news-wrap .area-top-news .table-top-news .td-top-news .hdg-top-news {
		width: 100%;
		background-color: #f5f5f5;
		border-bottom: 1px solid #b6b6b6;
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.area-top-news-wrap .area-top-news .table-top-news,
	.area-top-news-wrap .area-top-news .table-top-news .td-top-news {
		width: 100%;
	}

	.hdg-top-inquiry .hdg-icon img,
	.hdg-top-news .hdg-icon img {
	 	max-width: 60%;
	 }
}

.contract-kind {
	background-color: #ff6600;
	padding: 2px 13px;
	margin-right: 10px;
	color: white;
	min-width: 100px;
	text-align: center;
}

.search-result-more-info {
	color: #666;
	margin-bottom: 0.5em;
}

.search-result-more-info a.locationaccess {
	color: #666;
}

.optionTextTextarea {
	white-space: pre-line;
	word-wrap: break-word;
}

.tbl-div.inquiry-detail .row .val-col {
	-ms-word-break: break-all;
}

.lyt-attention-keywords.searchTag dd {
	flex-basis: 100%;
	max-width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

.lyt-attention-keywords.searchTag dd .list-attention-keywords.searchTag li a {
	padding: 4px 20px 4px;
}

.list-searchTag li .hdg-searchTag a .hdg-searchTag-content.applySearchTagStyle:hover {
	opacity:0.6;
}

.txt-title .additionalLabel {
	font-weight: initial;
}

.area-contents .additionalText {
	width: 100%;
}

.area-contents .contents-text {
	width: 100%;
}
.area-contents .contents-text textarea {
	margin: 0;
}
.area-contents .list-row-style .additionalText li {
	float: none;
}

.frm-set .list-dsc{
	margin : 0;
}

/* ============================================================================
 * Vertical Webform
 * ========================================================================= */
.vertical .tbl-frm colgroup{
	display: none;
}
.vertical .tbl-frm th,
.vertical .tbl-frm td{
	display: block;
}
.vertical .tbl-frm td{
	padding: 0;
}
.vertical th .txt-title{
	padding: 12px 60px 12px 10px;
}
.vertical .area-contents {
	margin-bottom: 18px;
}
.vertical .area-contents .lyt-select-search li {
	margin: 0;
}

.lyt-select-search .additionalText.list-dsc li {
	display: list-item;
}

/* ============================================================================
 * 店舗検索結果一覧
 * ========================================================================= */
#searchResultList.location-list-results-txt .txt-contents {
	display:block;
	margin: 0;
}

.area-search-location-result-list .search-result-more-info,
.location-list-results-txt .search-result-more-info {
	line-height : 1.5;
}

.area-search-location-result-list .search-result-more-info img,
.location-list-results-txt .search-result-more-info img {
	margin-right : 5px;
}

.area-search-location-result-list .search-result-more-info span > *,
.location-list-results-txt .search-result-more-info span > * {
	vertical-align : middle;
}

/* ----------------------------------------------------------------------------
 * .area-faq-cont　質問エリア
 * ------------------------------------------------------------------------- */
.area-faq-cont .box-importance .hdg-lv2-01 .hdg-icon img,
.area-faq-cont .box-freq .hdg-lv2-01 .hdg-icon img {
	padding-bottom: 2px;
}

.area-faq-cont .box-new .hdg-lv2-01 .hdg-icon {
	margin-left: 0 !important;
	margin-bottom: .45em !important;
}

/* ----------------------------------------------------------------------------
 * .hdg-lv1-01 見出しレベル1
 * ------------------------------------------------------------------------- */
.hdg-lv1-01 .subAutoCorrectTitle {
	font-size: 1.25rem;
	margin-left: 20px;
	color: #666;
	display: block;
	margin-top: 12px;
}

.hdg-lv1-01 .subAutoCorrectTitle .oldKeyword {
	text-decoration: line-through;
}

/* ----------------------------------------------------------------------------
 * .search-location　質問エリア
 * ------------------------------------------------------------------------- */
.search-location .btn-form li button[type="submit"],
.search-location .area-search-general,
.search-location .area-search-general input {
	min-width: 350px;
}

.search-location .area-search-display .select-search-display select {
	width: 280px;
}

@media screen and (max-width: 767px){
  .search-location .btn-form li button[type="submit"],
  .search-location .area-search-general,
  .search-location .area-search-general input {
	  width: 100%;
	  min-width: inherit;
  }
	
  .search-location .area-search-display .select-search-display select {
      width: 250px;
  }
}


/* ----------------------------------------------------------------------------
 * WCAG対応　別ウィンドウを開く旨のテキスト表示
 * ------------------------------------------------------------------------- */
.site-logo a,
.site-logo2 a {
  position: relative;
}

.site-logo span,
.site-logo2 span {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

.site-logo:hover span, .site-logo:focus span, .site-logo:active span,
.site-logo2:hover span, .site-logo2:focus span, .site-logo2:active span {
  display:block;
  position:absolute;
  top:1em;
  left:0em;
  width:13em;
  border:1px solid gray;
  background-color: white;
  color:#000;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .site-logo:hover span, .site-logo:focus span, .site-logo:active span,
  .site-logo2:hover span, .site-logo2:focus span, .site-logo2:active span {
    font-size: 10px;
  }
}

