@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/img/loading.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-width: 1080px;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: left;
}

body _:-ms-fullscreen, :root body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

h1 _:-ms-fullscreen, :root h1, h2 _:-ms-fullscreen, :root h2, h3 _:-ms-fullscreen, :root h3, h4 _:-ms-fullscreen, :root h4, h5 _:-ms-fullscreen, :root h5 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

img.inject-svg {
  display: none;
}

form, input {
  margin: 0;
  padding: 0;
}

.size10 {
  font-size: 83.3%;
  line-height: 1.4;
}

.size14 {
  font-size: 116.7%;
  line-height: 1.4;
}

.size16 {
  font-size: 133.3%;
  line-height: 1.4;
}

.size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.size20 {
  font-size: 166.6%;
  line-height: 1.2;
}

.size22 {
  font-size: 183.3%;
  line-height: 1.2;
}

.size24 {
  font-size: 200%;
  line-height: 1.2;
}

.size26 {
  font-size: 216.6%;
  line-height: 1.2;
}

.size28 {
  font-size: 233.3%;
  line-height: 1.2;
}

.size30 {
  font-size: 250%;
  line-height: 1.2;
}

.size32 {
  font-size: 266.6%;
  line-height: 1.2;
}

.size34 {
  font-size: 283.3%;
  line-height: 1.2;
}

.notice-fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

a.pdflink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

a.extlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 10px;
  background: url(../img/icon_external_link.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a.cl-link:link, a.cl-link:visited {
  color: #cc0000;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.imgro {
  /*ロールオーバー用*/
}

/* ---------- clear// ----------　*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ofc {
  overflow: hidden;
  *zoom: 1;
}

.ofc:after {
  content: "";
  display: block;
  clear: both;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
  outline: none;
  cursor: pointer;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

b _:-ms-fullscreen, :root b, strong _:-ms-fullscreen, :root strong, .bold _:-ms-fullscreen, :root .bold {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

header#header {
  min-width: 1080px;
  width: 100%;
  background-color: #fff;
  z-index: 10001;
}

header#fix-header {
  min-width: 1080px;
  width: 100%;
  background-color: #fff;
  z-index: 10001;
}

header #head-search {
  display: none;
  position: absolute;
  right: 300px;
  top: 70px;
  z-index: 9998;
}

header #head-search::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  top: -10px;
  right: 40px;
  -webkit-transform: rotate(45deg) skew(16deg, 16deg);
          transform: rotate(45deg) skew(16deg, 16deg);
}

header #head-search::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header #head-search > * {
  position: relative;
  z-index: 3;
}

header #head-search > div {
  width: 320px;
  padding: 20px;
  position: relative;
}

header #head-search #head-search-txt input#sitesearchtxt {
  box-sizing: border-box;
  border: #999 1px solid;
  width: 100%;
  padding: 10px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  outline: none;
}

header #head-search #head-search-btn {
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header #head-search #head-search-btn #sitesearchbtn {
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background-color: #fff;
  background-image: url(../img/btn_head_search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  outline: none;
  transition: opacity 0.3s ease;
}

header #head-search,
header #head-search::before {
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
}

header #head-search,
header #head-search::before,
header #head-search::after {
  background: #fff;
}

#head-main {
  border-bottom: 2px solid #cc0000;
}

#fix-head-main {
  border-bottom: 2px solid #cc0000;
}

#header-top-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fix-header-top-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#header-logo {
  padding-left: 23px;
  padding-bottom: 10px;
  width: 185px;
}

#header-logo a,
#header-logo h1 {
  display: block;
  font-size: 0;
  line-height: 0;
}

#fix-header-logo {
  padding-left: 23px;
  padding-bottom: 10px;
  width: 185px;
}

#fix-header-logo a,
#fix-header-logo h1 {
  display: block;
  font-size: 0;
  line-height: 0;
}

#header-code {
  font-size: 13px;
  line-height: 1.0;
  text-align: right;
  padding-right: 3px;
}

#fix-header-code {
  font-size: 13px;
  line-height: 1.0;
  text-align: right;
  padding-right: 3px;
}

#head-sub-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#head-support-menu {
  text-align: right;
  letter-spacing: -.40em;
  line-height: 1.2;
}

#head-support-menu li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 20px;
  padding-left: 8px;
  position: relative;
}

#head-support-menu li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

#head-support-menu li:first-child {
  margin-left: 0;
}

#head-support-menu li a:link,
#head-support-menu li a:visited {
  color: #333;
  text-decoration: none;
}

#head-support-menu li a:hover,
#head-support-menu li a:active {
  color: #cc0000;
  text-decoration: none;
}

.head-survice-menu {
  margin-left: 18px;
  display: flex;
}

.head-survice-menu li {
  margin-left: 10px;
}

.head-survice-menu li button {
  box-sizing: border-box;
  display: block;
  height: 40px;
}

.head-survice-menu li#btn-sp-menu {
  display: none;
}

.head-survice-menu li#btn-head-search {
  margin-left: 0;
}

.head-survice-menu li#btn-head-search button {
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/icon_head_search.svg);
  background-color: #1476cc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.head-survice-menu li#btn-head-login button {
  position: relative;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 40px;
  background-color: #cccc00;
  color: #fff;
  padding: 0 46px 0 17px;
}

.head-survice-menu li#btn-head-login button _:-ms-fullscreen, :root .head-survice-menu li#btn-head-login button {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.head-survice-menu li#btn-head-login button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin-right: 15px;
  background-image: url(../img/icon_head_login.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.head-survice-menu li#btn-head-login button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  content: "";
}

.head-survice-menu li a {
  box-sizing: border-box;
  display: block;
  height: 40px;
  text-decoration: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 40px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.head-survice-menu li a _:-ms-fullscreen, :root .head-survice-menu li a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.head-survice-menu li#btn-head-store a {
  background-color: #cc0000;
  color: #fff;
  padding: 0 26px 0 20px;
}

.head-survice-menu li#btn-head-store a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  margin-right: 12px;
  background-image: url(../img/icon_head_store.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#head-main-nav, #fix-head-main-nav {
  margin-top: 9px;
}

#head-main-nav ul, #fix-head-main-nav ul {
  display: flex;
  justify-content: flex-end;
}

#head-main-nav ul li, #fix-head-main-nav ul li {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

#head-main-nav ul li _:-ms-fullscreen, #fix-head-main-nav ul li _:-ms-fullscreen, :root #head-main-nav ul li, :root #fix-head-main-nav ul li {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#head-main-nav ul li a, #fix-head-main-nav ul li a {
  display: block;
  padding: 12px 19px 10px 21px;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  letter-spacing: 0.08em;
  color: #111;
}

#head-main-nav ul li a:hover, #fix-head-main-nav ul li a:hover, #head-main-nav ul li a:active, #fix-head-main-nav ul li a:active, #head-main-nav ul li a.current, #fix-head-main-nav ul li a.current {
  color: #cc0000;
}

#head-login-block {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 9999;
  display: none;
}

#head-login-block::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  top: -10px;
  right: 70px;
  -webkit-transform: rotate(45deg) skew(16deg, 16deg);
          transform: rotate(45deg) skew(16deg, 16deg);
}

#head-login-block::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#head-login-block > * {
  position: relative;
  z-index: 3;
}

#head-login-block > div {
  width: 230px;
  padding: 24px 20px 20px;
}

#head-login-block #head-ibanking-title,
#head-login-block #head-itoushin-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

#head-login-block #head-ibanking-title _:-ms-fullscreen, :root #head-login-block #head-ibanking-title,
#head-login-block #head-itoushin-title _:-ms-fullscreen, :root
#head-login-block #head-itoushin-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#head-login-block #head-itoushin-title {
  margin-top: 22px;
  margin-bottom: 14px;
}

#head-login-block .head-login-target {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 14px 0 5px;
}

#head-login-block .head-login-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px 5px 6px 68px;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  position: relative;
  transition: opacity 0.3s ease;
}

#head-login-block .head-login-btn a _:-ms-fullscreen, :root #head-login-block .head-login-btn a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#head-login-block .head-login-btn a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

#head-login-block .head-login-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#head-login-block .head-login-btn a:hover {
  opacity: 0.7;
}

#head-login-block .head-login-btn#head-ibanking-btn a {
  background-color: #CD6B14;
}

#head-login-block .head-login-btn#head-ibanking-btn a::before {
  width: 28px;
  height: 25px;
  background-image: url(../img/icon_ibanking.svg);
  left: 18px;
}

#head-login-block .head-login-btn#head-hojin-ibanking-btn a {
  background-color: #1476cc;
}

#head-login-block .head-login-btn#head-hojin-ibanking-btn a::before {
  width: 28px;
  height: 25px;
  background-image: url(../img/icon_ibanking.svg);
  left: 18px;
}

#head-login-block .head-login-btn#head-gaitame-btn {
  margin-top: 10px;
}

#head-login-block .head-login-btn#head-gaitame-btn a {
  background-color: #0a3b66;
}

#head-login-block .head-login-btn#head-gaitame-btn a::before {
  width: 39px;
  height: 37px;
  background-image: url(../img/icon_igaitame.svg);
  left: 13px;
}

#head-login-block .head-login-btn#head-itoushin-btn a {
  background-color: #14cc85;
}

#head-login-block .head-login-btn#head-itoushin-btn a::before {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_itoushin.svg);
  left: 19px;
}

#head-login-block .head-login-close {
  margin-top: 25px;
  text-align: right;
}

#head-login-block .head-login-close button {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

#head-login-block .head-login-close button _:-ms-fullscreen, :root #head-login-block .head-login-close button {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#head-login-block .head-login-close button span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #cc0000;
  margin-left: 9px;
}

#head-login-block .head-login-close button span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#head-login-block .head-login-close button span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#head-login-block,
#head-login-block::before {
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
}

#head-login-block,
#head-login-block::before,
#head-login-block::after {
  background: #fff;
}

/* ---------- /header ----------*/
/* ---------- 各カテゴリナビ ----------*/
#head-category-nav {
  position: relative;
}

#head-category-nav:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9000;
  left: 0;
  right: 0;
  top: 100%;
  height: 5px;
  background-image: linear-gradient(to bottom, #E0E0E0 0%, rgba(224, 224, 224, 0) 80%);
}

#head-category-nav .cat-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}

#head-category-nav .cat-nav > li {
  width: 20%;
}

#head-category-nav .cat-nav > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0px 11px 20px;
  color: #222;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

#head-category-nav .cat-nav > li > a::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

#head-category-nav .cat-nav > li > a .arrow {
  content: "";
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #cc0000 transparent transparent transparent;
  display: none;
}

#head-category-nav .cat-nav > li > a.cat-status {
  color: #cc0000;
}

#head-category-nav .cat-nav > li.category-nav-sonota > a::after {
  margin-left: 14px;
  -webkit-transform: translateY(-10%) rotate(-45deg);
          transform: translateY(-10%) rotate(-45deg);
}

#head-category-nav .cat-nav > li.category-nav-sonota > a .arrow {
  display: none !important;
}

#head-category-nav .cat-nav > li.active > a {
  background-color: #cc0000;
  color: #fff;
}

.cat-nav-detail {
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  width: 1080px;
  left: 50%;
  top: 100%;
  margin-left: -540px;
  padding: 30px 30px;
  background-color: #ddd;
  display: flex;
  justify-content: space-between;
  display: none;
}

.cat-nav-detail .cat-nav-top-box {
  display: flex;
  width: 200px;
  flex: 0 0 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cat-nav-detail .cat-nav-top-box .cat-nav-top-txt {
  margin-top: 14px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

.cat-nav-detail .cat-nav-top-box .cat-nav-top-txt _:-ms-fullscreen, :root .cat-nav-detail .cat-nav-top-box .cat-nav-top-txt {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.cat-nav-detail .cat-nav-top-box .cat-nav-top-link {
  margin-top: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
}

.cat-nav-detail .cat-nav-top-box .cat-nav-top-link a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 22px;
  background-color: #fff;
  border-radius: 16px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cat-nav-detail .cat-nav-top-box .cat-nav-top-link a::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  content: "";
}

.cat-nav-detail .cat-nav-link-box {
  width: 790px;
  flex: 0 0 790px;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list li {
  box-sizing: border-box;
  display: flex;
  width: 250px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  padding: 9px 24px 9px 20px;
  color: #222;
  min-height: 50px;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list li a .sub-txt {
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  width: 100%;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list li.pdflink a::after {
  right: 10px;
  width: 14px;
  height: 17px;
  background: url(../img/icon_pdf.svg) 0 0 no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: none;
  border-right: none;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-link-list::after {
  content: "";
  display: block;
  width: 250px;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 5px 28px 3px 0;
  width: 16em;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link li::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  content: "";
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link li a {
  text-decoration: none;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link li a:hover {
  text-decoration: underline;
}

.cat-nav-detail .cat-nav-link-box .cat-nav-service-link li a.external-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/icon_external_link.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  vertical-align: middle;
  margin-left: 2px;
}

.cat-nav-detail .cat-nav-detail-close {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.cat-nav-detail .cat-nav-detail-close button {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.cat-nav-detail .cat-nav-detail-close button _:-ms-fullscreen, :root .cat-nav-detail .cat-nav-detail-close button {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.cat-nav-detail .cat-nav-detail-close button span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #cc0000;
  margin-left: 9px;
}

.cat-nav-detail .cat-nav-detail-close button span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.cat-nav-detail .cat-nav-detail-close button span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.category-nav-other .cat-nav-detail {
  padding-bottom: 60px;
}

#sp-g-nav {
  display: none;
}

#breadcrumb {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#breadcrumb ul {
  padding: 19px 0 30px 0;
  letter-spacing: -.40em;
  font-size: 14px;
  font-size: 1.4rem;
}

#breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0.5em;
}

#breadcrumb ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #cc0000;
  border-right: solid 1px #cc0000;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  margin-right: 0.8em;
}

#breadcrumb ul li:first-child::before {
  display: none;
}

#breadcrumb ul li a:link, #breadcrumb ul li a:visited {
  color: #333;
  text-decoration: none;
}

#breadcrumb ul li a:hover, #breadcrumb ul li a:active {
  color: #cc0000;
  text-decoration: underline;
}

#btn-print {
  position: absolute;
  right: 0;
  top: 10px;
}

#contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
}

#contents::after {
  content: "";
  display: block;
  clear: both;
}

#lNavi {
  float: left;
  width: 250px;
}

.l-category-list {
  margin: 0;
  padding: 0;
}

#l-internet-box + .l-category-list {
  margin-top: 20px;
}

.l-category-list dt {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.l-category-list dt _:-ms-fullscreen, :root .l-category-list dt {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.l-category-list dt a,
.l-category-list dt span {
  display: block;
  background-color: #cc0000;
  color: #fff;
  text-decoration: none;
  padding: 25px 15px;
}

.l-category-list dt a {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.l-category-list dd {
  margin: 0;
  padding: 0;
}

.l-category-list dd > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-category-list dd > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.l-category-list dd > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 22px 15px 10px;
  position: relative;
  transition: color 0.3s ease;
}

.l-category-list dd > ul > li > a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
}

.l-category-list dd > ul > li > a.list-status {
  color: #cc0000;
}

.l-category-list dd > ul > li.pdflink > a::after {
  right: 5px;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: none;
  border-right: none;
}

.l-category-list dd > ul > li > ul {
  border-top: 1px solid #ccc;
}

.l-category-list dd > ul > li > ul > li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.l-category-list dd > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 7px 22px 7px 20px;
  position: relative;
  transition: color 0.3s ease;
}

.l-category-list dd > ul > li > ul > li > a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}

.l-category-list dd > ul > li > ul > li > a.list-status {
  color: #cc0000;
}

.l-category-list dd > ul > li > ul > li:first-child > a {
  padding: 12px 22px 7px 20px;
}

.l-category-list dd > ul > li > ul > li:first-child.pdflink > a {
  padding: 12px 26px 7px 20px;
}

.l-category-list dd > ul > li > ul > li:first-child.popup > a {
  padding: 12px 26px 7px 20px;
}

.l-category-list dd > ul > li > ul > li:last-child > a {
  padding: 7px 22px 12px 20px;
}

.l-category-list dd > ul > li > ul > li:last-child.pdflink > a {
  padding: 7px 26px 12px 20px;
}

.l-category-list dd > ul > li > ul > li:last-child.popup > a {
  padding: 7px 26px 12px 20px;
}

.l-category-list dd > ul > li > ul > li.pdflink > a {
  padding: 7px 26px 7px 20px;
}

.l-category-list dd > ul > li > ul > li.pdflink > a::after {
  right: 5px;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: none;
  border-right: none;
}

.l-category-list dd > ul > li > ul > li.popup > a {
  padding: 7px 26px 7px 20px;
}

.l-category-list dd > ul > li > ul > li.popup > a::after {
  right: 5px;
  width: 14px;
  height: 10px;
  background-image: url(../img/icon_external_link_gray.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: none;
  border-right: none;
}

.l-category-list dd > ul > li > ul > li > ul {
  margin-top: -4px;
  padding-left: 1.0em;
}

.l-category-list dd > ul > li > ul > li > ul > li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.l-category-list dd > ul > li > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 7px 22px 7px 20px;
  position: relative;
  transition: color 0.3s ease;
}

.l-category-list dd > ul > li > ul > li > ul > li > a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}

.l-category-list dd > ul > li > ul > li > ul > li > a.list-status {
  color: #cc0000;
}

.l-category-list dd > ul > li > ul > li > ul > li:last-child > a {
  padding: 7px 22px 12px 20px;
}

#l-internet-box {
  background-color: #eee;
  padding: 15px 10px;
}

#l-internet-box #l-ibanking-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding-left: 4px;
}

#l-internet-box #l-ibanking-title _:-ms-fullscreen, :root #l-internet-box #l-ibanking-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#l-internet-box #l-ibanking-title:before {
  content: "";
  width: 26px;
  height: 20px;
  background-image: url(../img/ibanking_title.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 4px;
}

#l-internet-box .l-login-box {
  margin-top: 10px;
  padding: 0 5px;
}

#l-internet-box .l-login-box .l-login-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px 5px 6px 63px;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

#l-internet-box .l-login-box .l-login-btn a _:-ms-fullscreen, :root #l-internet-box .l-login-box .l-login-btn a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#l-internet-box .l-login-box .l-login-btn a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

#l-internet-box .l-login-box .l-login-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#l-internet-box .l-login-box .l-login-btn a:hover {
  opacity: 0.7;
}

#l-internet-box .l-login-box .l-about-btn {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  text-align: right;
}

#l-internet-box .l-login-box .l-about-btn a {
  display: inline-block;
  text-decoration: none;
}

#l-internet-box .l-login-box .l-about-btn a::before {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
  margin-right: 4px;
  content: "";
}

#l-internet-box .l-login-box#l-ibanking-box .l-login-btn a {
  background-color: #CD6B14;
}

#l-internet-box .l-login-box#l-ibanking-box .l-login-btn a::before {
  width: 28px;
  height: 25px;
  background-image: url(../img/icon_ibanking.svg);
  left: 18px;
}

#l-internet-box .l-login-box#l-ibanking-hojin-box .l-login-btn a {
  background-color: #1476cc;
}

#l-internet-box .l-login-box#l-ibanking-hojin-box .l-login-btn a::before {
  width: 28px;
  height: 25px;
  background-image: url(../img/icon_ibanking.svg);
  left: 18px;
}

#l-internet-box .l-login-box#l-gaitame-box .l-login-btn a {
  background-color: #0a3b66;
}

#l-internet-box .l-login-box#l-gaitame-box .l-login-btn a::before {
  width: 39px;
  height: 37px;
  background-image: url(../img/icon_igaitame.svg);
  left: 13px;
}

#l-internet-box .l-login-box#l-itoushin-box .l-login-btn a {
  background-color: #14cc85;
}

#l-internet-box .l-login-box#l-itoushin-box .l-login-btn a::before {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_itoushin.svg);
  left: 19px;
}

/* ログインボタン「法人のお客さまログイン」の下に追加　↓ */
#l-internet-box_houjin_under .l-login-box .l-about-btn {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
}

#l-internet-box_houjin_under .l-login-box .l-about-btn a {
  display: inline-block;
  text-decoration: none;
}

#l-internet-box_houjin_under .l-login-box .l-about-btn a::before {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
  margin-right: 4px;
  content: "";
}
/* ログインボタン「法人のお客さまログイン」の下に追加　↑ */

#l-service-menu {
  margin: 30px 0 0;
  padding: 5px;
  list-style: none;
  background-color: #eee;
}

#l-service-menu li {
  margin-top: 1px;
}

#l-service-menu li:first-child {
  margin-top: 0;
}

#l-service-menu li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  text-decoration: none;
  color: #222;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 10px 10px 74px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

#l-service-menu li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#l-service-menu li a:hover {
  opacity: 0.7;
}

#l-service-menu li#l-s-menu-tenpo a::before {
  background-image: url(../img/icon_l_tenpo.svg);
  width: 26px;
  height: 26px;
  left: 24px;
}

#l-service-menu li#l-s-menu-lplaza a::before {
  background-image: url(../img/icon_l_lplaza.svg);
  width: 23px;
  height: 21px;
  left: 25px;
}

#l-service-menu li#l-s-menu-kinkyu a::before {
  background-image: url(../img/icon_l_kinkyu.svg);
  width: 32px;
  height: 28px;
  left: 20px;
}

#l-service-menu li#l-s-menu-faq a::before {
  background-image: url(../img/icon_l_faq.svg);
  width: 28px;
  height: 27px;
  left: 22px;
}

#l-service-menu li#l-s-menu-mail a::before {
  background-image: url(../img/icon_l_mail.svg);
  width: 26px;
  height: 19px;
  left: 23px;
}

#l-service-menu li#l-s-menu-kinri a::before {
  background-image: url(../img/icon_l_kinri.svg);
  width: 26px;
  height: 26px;
  left: 23px;
}

#l-service-menu li#l-s-menu-contact a::before {
  background-image: url(../img/icon_l_contact.svg);
  width: 28px;
  height: 28px;
  left: 22px;
}

#l-service-menu li#l-s-menu-seminar a::before {
  background-image: url(../img/icon_l_seminar.svg);
  width: 34px;
  height: 30px;
  left: 21px;
}

#l-service-sub-menu {
  margin: 24px 0 0;
  padding: 0 0 0 9px;
  list-style: none;
}

#l-service-sub-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 12px;
}

#l-service-sub-menu li:first-child {
  margin-top: 0;
}

#l-service-sub-menu li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #222;
  padding-left: 15px;
}

#l-service-sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #cc0000;
  position: absolute;
  left: 0;
  top: 4px;
}

#l-service-sub-menu li a:hover {
  color: #cc0000;
}

.l-business-bnr {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.l-business-bnr li a {
  display: block;
  transition: opacity 0.3s ease;
}

.l-business-bnr li a:hover {
  opacity: 0.7;
}

#detailCnt {
  float: right;
  width: 720px;
}

.category-title {
  position: relative;
  margin: 0 0 15px;
  padding: 20px 25px;
  background-color: #f2f2f2;
}

.category-title::before, .category-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.category-title::before {
  border-width: 10px 10px 0 0;
  border-color: #cc0000 transparent transparent transparent;
  left: 0;
  top: 0;
}

.category-title::after {
  content: "";
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #cc0000 transparent;
  right: 0;
  bottom: 0;
}

.category-title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.category-title h1 _:-ms-fullscreen, :root .category-title h1 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.category-title h1 .category-title-note {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

.category-top-img {
  position: relative;
  margin-bottom: 30px;
}

.category-top-img h1 {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

.category-top-img h1 _:-ms-fullscreen, :root .category-top-img h1 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.category-top-img h1.cl-white {
  color: #fff;
}

.category-top-img img {
  position: relative;
  z-index: 1;
}

.feature-top-lead {
  margin-bottom: 30px;
}

#feature-top-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -15px;
}

.feature-top-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}

.feature-top-list {
  border: 1px solid #DBDBDB;
  margin: 30px 0 0;
  width: 345px;
}

.feature-top-list h2,
.feature-top-list h3 {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.1;
  border-bottom: 2px solid #cc0000;
}

.feature-top-list h2 a,
.feature-top-list h3 a {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 8px 30px 6px 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  min-height: 58px;
}

.feature-top-list h2 a::after,
.feature-top-list h3 a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feature-top-list h2 a.external-link,
.feature-top-list h3 a.external-link {
  padding: 8px 40px 6px 20px;
}

.feature-top-list h2 a.external-link::after,
.feature-top-list h3 a.external-link::after {
  top: 50%;
  right: 19px;
  width: 21px;
  height: 15px;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: url(../img/icon_external_link.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.feature-top-list h2 a.pdf-link::after,
.feature-top-list h3 a.pdf-link::after {
  top: 50%;
  right: 14px;
  width: 16px;
  height: 20px;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.feature-top-list h2 span.nolink,
.feature-top-list h3 span.nolink {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px 20px;
}

.feature-top-list h2 span.sub-topic,
.feature-top-list h3 span.sub-topic {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}

.feature-top-list h2 span.pause,
.feature-top-list h3 span.pause {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FF0000;
}

.feature-top-list .feature-top-txt,
.feature-top-list .list-box {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 18px 20px;
  min-height: 50px;
}

.feature-top-list .feature-top-txt a[target="_blank"],
.feature-top-list .list-box a[target="_blank"] {
  display: inline-block;
}

.feature-top-list .feature-top-txt a[target="_blank"]::after,
.feature-top-list .list-box a[target="_blank"]::after {
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-image: url(../img/icon_external_link.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.feature-top-list .feature-top-txt a[target="_blank"].pdflink::after,
.feature-top-list .list-box a[target="_blank"].pdflink::after {
  content: "";
  margin-left: 5px;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.feature-top-list .feature-top-txt ul,
.feature-top-list .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-top-list .feature-top-txt ul li,
.feature-top-list .list-box ul li {
  position: relative;
  margin-top: 7px;
  padding-left: 10px;
}

.feature-top-list .feature-top-txt ul li:first-child,
.feature-top-list .list-box ul li:first-child {
  margin-top: 0;
}

.feature-top-list .feature-top-txt ul li::before,
.feature-top-list .list-box ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -3px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}

.feature-top-list .feature-top-txt ul li.sublink::before,
.feature-top-list .list-box ul li.sublink::before {
  display: none;
}

.feature-top-list .feature-top-txt ul li a,
.feature-top-list .list-box ul li a {
  text-decoration: none;
}

.index-info-block {
  margin-top: 40px;
}

.index-info-block .index-info-tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: #cc0000 2px solid;
}

.index-info-block .index-info-tit _:-ms-fullscreen, :root .index-info-block .index-info-tit {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.index-info-block ul.index-info-list {
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-info-block ul.index-info-list::after {
  content: "";
  display: block;
  width: 230px;
}

.index-info-block ul.index-info-list li {
  width: 230px;
  display: flex;
  margin-top: 20px;
}

.index-info-block ul.index-info-list li a {
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #BEBEBE solid 1px;
  border-radius: 3px;
  position: relative;
  line-height: 1.2;
}

.index-info-block ul.index-info-list li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.index-info-block ul.index-info-list li a.external-link {
  padding: 18px 18px 18px 4px;
}

.index-info-block ul.index-info-list li a.external-link::after {
  top: 50%;
  right: 5px;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_external_link.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.category-foot-bnr {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding: 40px 0;
}

.category-foot-slide {
  max-width: 870px;
  margin: 0 auto;
  line-height: 0;
}

.category-foot-slide li {
  text-align: center;
}

.category-foot-slide li a {
  display: inline-block;
  outline: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.category-foot-slide .slick-next,
.category-foot-slide .slick-prev {
  height: 20px;
  width: 20px;
  z-index: 9999;
}

.category-foot-slide .slick-next:before,
.category-foot-slide .slick-prev:before {
  display: inline-block;
  font-family: "";
  font-size: 0;
  line-height: 0;
  opacity: 1.0;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.category-foot-slide .slick-prev {
  left: -30px;
}

[dir="rtl"] .category-foot-slide .slick-prev {
  right: -30px;
}

.category-foot-slide .slick-prev:before {
  content: "";
  border-bottom: solid 3px #b2b2b2;
  border-left: solid 3px #b2b2b2;
}

[dir="rtl"] .category-foot-slide .slick-prev:before {
  content: "";
  border-top: solid 3px #b2b2b2;
  border-right: solid 3px #b2b2b2;
}

.category-foot-slide .slick-next {
  right: -30px;
}

[dir="rtl"] .category-foot-slide .slick-next {
  left: -30px;
}

.category-foot-slide .slick-next:before {
  content: "";
  border-top: solid 3px #b2b2b2;
  border-right: solid 3px #b2b2b2;
}

[dir="rtl"] .category-foot-slide .slick-next:before {
  content: "";
  border-bottom: solid 3px #b2b2b2;
  border-left: solid 3px #b2b2b2;
}

.newsBlock {
  margin-left: 10px;
  margin-right: 10px;
}

.news-tit-block {
  position: relative;
  margin-bottom: 10px;
}

.news-title {
  border-bottom: 2px solid #cc0000;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 10px;
}

.news-title _:-ms-fullscreen, :root .news-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.news-list-link {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
}

.news-list-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 22px;
}

.news-list-link a:hover {
  text-decoration: none;
}

.news-list-link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  content: "";
}

.newsBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsBox ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0 30px 8px;
}

.newsBox ul li .news-date {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  width: 9.5em;
  flex: 0 0 9.5em;
}

.newsBox ul li .news-date _:-ms-fullscreen, :root .newsBox ul li .news-date {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.newsBox ul li .news-category {
  box-sizing: border-box;
  width: 130px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  text-align: center;
  margin-right: 20px;
  padding: 3px;
  flex: 0 0 130px;
}

.newsBox ul li .news-category.ctg-settle {
  color: #e573bf;
  border-color: #e573bf;
}

.newsBox ul li .news-category.ctg-news {
  color: #4594d0;
  border-color: #4594d0;
}

.newsBox ul li .news-category.ctg-important {
  color: #CC0000;
  border-color: #CC0000;
}

.newsBox ul li .news-category.ctg-kojin {
  color: #FF6600;
  border-color: #FF6600;
}

.newsBox ul li .news-category.ctg-hojin {
  color: #769C10;
  border-color: #769C10;
}

.newsBox ul li .news-category.ctg-product {
  color: #FF6600;
  border-color: #FF6600;
}

.newsBox ul li .news-category.ctg-cp {
  color: #8ab913;
  border-color: #8ab913;
}

.newsBox ul li .news-category.ctg-release {
  color: #ce3333;
  border-color: #ce3333;
}

.newsBox ul li .news-topic {
  font-size: 14px;
  font-size: 1.4rem;
}

.newsBox ul li .news-topic a {
  text-decoration: none;
}

.newsBox ul li .news-topic a:hover {
  text-decoration: underline;
}

.newsBox ul li .news-topic a.newspdflink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 17px;
  background: url(../img/icon_pdf.svg) 0 0 no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.newsBox ul.news-list-important li {
  padding: 15px 0 15px 8px;
}

.newsBox ul.news-list-important li a {
  color: #CC0000;
}

.adobereader-box {
  margin: 35px 0 0;
  padding: 20px;
  display: flex;
  background-color: #F3F3F3;
}

.adobereader-box .reader-img {
  width: 158px;
  margin-right: 15px;
}

.adobereader-box .reader-txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.adobereader-box .reader-txt a {
  text-decoration: underline;
}

/*----- 商品概要 -----*/
.products-main {
  margin-bottom: 20px;
}

.products-lead {
  margin: 0 0 35px;
}

.products-topic-box {
  margin: 0 0 40px;
}

.product-detail-cnt {
  margin: 0 10px;
}

.products-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: #cc0000 2px solid;
  margin: 0 0 30px;
  padding: 0 0 10px;
}

.products-title _:-ms-fullscreen, :root .products-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.products-topic {
  margin: 0 5px 30px;
}

.prd-topic-margin {
  margin: 0 5px;
}

.products-table {
  box-sizing: border-box;
  width: 100%;
}

.products-table.tbl-layout-fix {
  table-layout: fixed;
}

.products-table th,
.products-table td {
  border: #CCCCCC solid 1px;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.products-table th {
  width: 28.6%;
  background-color: #f2f2f2;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: left;
}

.products-table th _:-ms-fullscreen, :root .products-table th {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.products-table th.th-two-column01 {
  width: 14.6%;
  padding: 10px;
  text-align: center;
}

.products-table th.th-two-column02 {
  width: 14%;
  padding: 10px;
}

.products-table td.td-two-column01 {
  width: 37.5%;
  background-color: #f2f2f2;
}

.products-table td.td-two-column02 {
  width: 37.5%;
  background-color: #F6F3EC;
}

.products-table td.bgon {
  background-color: #F6F3EC;
}

.products-table td p {
  margin-top: 5px;
}

.products-table td p:first-child {
  margin-top: 0;
}

.products-table a:link,
.products-table a:visited {
  color: #333;
  text-decoration: underline;
}

.products-table a:hover,
.products-table a:active {
  color: #cc0000;
  text-decoration: underline;
}

.prd-in-table {
  width: 100%;
  border-left: #CCCCCC solid 1px;
  border-top: #CCCCCC solid 1px;
  margin: 10px 0 15px;
}

.prd-in-table th {
  width: auto;
  background-color: #F3F3F3;
}

.products-indent {
  background-image: url(../img/icon_product_point.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 0 0 0 17px;
}

.products-note-list {
  margin-top: 5px;
}

.prd-left-indent {
  padding-left: 17px;
}

.products-note-list li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.products-img-box {
  overflow: hidden;
  *zoom: 1;
  margin-top: 15px;
  padding-bottom: 5px;
}

.products-img-l {
  float: left;
  width: 247px;
}

.products-img-r {
  float: right;
  width: 247px;
}

.products-pdf {
  margin-top: 20px;
  padding-left: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.products-pdf::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 10px;
  top: 6px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.products-pdf a {
  display: inline-block;
  text-decoration: none;
}

.products-pdf a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.products-pdf a:hover {
  text-decoration: underline;
}

.inquiry-block {
  background-color: #f2f2f2;
  padding: 30px 20px;
  margin: 50px 0 0;
}

.inquiry-block-single {
  background-color: #F3F3F3;
  border: #D5D5D5 solid 2px;
  padding: 15px;
  width: 550px;
  margin: 50px auto 0;
}

.inquiry-block-single:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.inquiry-block-ruby {
  background-color: #F3F3F3;
  border: #D5D5D5 solid 2px;
  padding: 15px;
  overflow: hidden;
  *zoom: 1;
  width: 350px;
  margin: 50px auto 0;
}

.inquiry-lead {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.inquiry-lead _:-ms-fullscreen, :root .inquiry-lead {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.inquiry-lead.left {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

.inquiry-lead.left _:-ms-fullscreen, :root .inquiry-lead.left {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.inquiry-box-cnt {
  display: flex;
  justify-content: space-between;
}

.inquiry-left,
.inquiry-right {
  width: 320px;
  background-color: #fff;
}

.inquiry-title {
  background-color: #cc0000;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

.inquiry-title _:-ms-fullscreen, :root .inquiry-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.inquiry-detail {
  padding: 20px;
  text-align: center;
  background-color: #FFF;
}

a.btn-tenpo {
  box-sizing: border-box;
  display: inline-block;
  width: 260px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 19px 10px 13px;
}

a.btn-tenpo _:-ms-fullscreen, :root a.btn-tenpo {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a.btn-tenpo::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/icon_l_tenpo.svg);
  width: 26px;
  height: 26px;
}

a.btn-tenpo:hover {
  text-decoration: none;
}

.inquiry-btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.inquiry-btn-list li {
  width: 135px;
}

.inquiry-btn-list li a {
  box-sizing: border-box;
  display: block;
}

.inquiry-btn-list li a.btn-tenpo-s {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: left;
  padding: 14px 10px 14px 45px;
  position: relative;
}

.inquiry-btn-list li a.btn-tenpo-s _:-ms-fullscreen, :root .inquiry-btn-list li a.btn-tenpo-s {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.inquiry-btn-list li a.btn-tenpo-s::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/icon_l_tenpo.svg);
  width: 26px;
  height: 26px;
}

.inquiry-btn-list li a.btn-tenpo-s:hover {
  text-decoration: none;
}

.inquiry-btn-list li a.btn-lplaza-s {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: left;
  padding: 14px 10px 14px 45px;
  position: relative;
}

.inquiry-btn-list li a.btn-lplaza-s _:-ms-fullscreen, :root .inquiry-btn-list li a.btn-lplaza-s {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.inquiry-btn-list li a.btn-lplaza-s::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/icon_l_lplaza.svg);
  width: 23px;
  height: 21px;
}

.inquiry-btn-list li a.btn-lplaza-s:hover {
  text-decoration: none;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
}

.tel _:-ms-fullscreen, :root .tel {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 49px;
  height: 28px;
  background: url(../img/tel.gif) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*20171004追加*/
.tel2 {
  display: inline-block;
  font-size: 233.3%;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  /*	background: url(../img/tel2_large.gif) left 4px no-repeat;
*/
  padding: 0 0 0 30px;
  margin: 0 0 0 5px;
  word-wrap: break-word;
  width: 231px;
}

.tel2 _:-ms-fullscreen, :root .tel2 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.tel-ruby {
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
}

.tel-ruby _:-ms-fullscreen, :root .tel-ruby {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.tel-ruby::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 49px;
  height: 28px;
  background: url(../img/tel.gif) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.tel-time {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}

.tel-time _:-ms-fullscreen, :root .tel-time {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.indent {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

.point-list {
  margin: 0 0 45px;
}

.point-list-topic {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}

.point-list-topic div {
  display: table-cell;
  *float: left;
}

.point-list-icon {
  width: 56px;
}

.point-list-topic div.point-list-text {
  vertical-align: middle;
  padding: 5px 15px;
  line-height: 1.5;
}

.point-list-topic div.point-list-text-multi {
  vertical-align: top;
  padding: 2px 15px 5px;
  line-height: 1.5;
}

.point-list-text strong,
.point-list-text-multi strong {
  font-size: 18px;
  font-size: 1.8rem;
}

.products-table {
  margin: 0 0 10px;
}

.feature-list {
  margin: 0 0 30px;
}

.feature-list li {
  padding: 8px 10px 7px 50px;
  margin: 10px 0 0;
  background-color: #F3F3F3;
  background-position: 15px 8px;
  background-repeat: no-repeat;
  min-height: 24px;
  height: auto !important;
  height: 24px;
}

.feature-list li:first-child {
  margin: 0;
}

.feature-list li#feature01 {
  background-image: url(../img/feature01.gif);
}

.feature-list li#feature02 {
  background-image: url(../img/feature02.gif);
}

.feature-list li#feature03 {
  background-image: url(../img/feature03.gif);
}

.feature-list li#feature04 {
  background-image: url(../img/feature04.gif);
}

.feature-list li#feature05 {
  background-image: url(../img/feature05.gif);
}

.feature-list li#feature06 {
  background-image: url(../img/feature06.gif);
}

.precaution-block {
  background-color: #F3F3F3;
  margin: 40px 0;
  padding: 20px 24px 14px;
}

.precaution-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  border-bottom: #747474 2px solid;
  margin-bottom: 18px;
  padding-bottom: 5px;
}

.precaution-title _:-ms-fullscreen, :root .precaution-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.precaution-block li {
  background-image: url(../img/icon_product_point.svg);
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 0 0 10px 17px;
}

.lineup-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: #cc0000 2px solid;
  margin: 0 0 30px;
  padding: 0 0 10px;
}

.lineup-title _:-ms-fullscreen, :root .lineup-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.category-subtitle {
  margin: 0 0 20px;
  padding: 6px 10px 5px 15px;
  border-left: #C31C1F 4px solid;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  background: #f2f2f2;
}

.category-subtitle _:-ms-fullscreen, :root .category-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.category-subtitle .subtitle-lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 5px 0 0;
}

.category-subtitle .subtitle-lead span {
  color: #CC0000;
}

.category-subtitle .line1 {
  padding: 5px 0;
}

.text-indent-wrap {
  padding: 0 5px;
}

/*----- //商品概要 -----*/

/*----- footer -----*/
#foot-nav-wrap {
  background-color: #eee;
}

#foot-nav-cnt {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#foot-main-nav {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding-top: 10px;
}

#foot-main-nav li {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}

#foot-main-nav li a {
  position: relative;
  display: block;
  padding: 20px 25px;
  color: #cc0000;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  text-align: center;
}

#foot-main-nav li a:hover {
  opacity: 0.5;
}

#foot-main-nav li a.current:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background-color: #cc0000;
}

.foot-category-nav {
  position: relative;
  z-index: 5;
  display: flex;
  border-top: 2px solid #fff;
  padding: 35px 0 70px;
}

.foot-category-nav .foot-category-box {
  box-sizing: border-box;
  width: 20%;
  padding-right: 10px;
}

.foot-category-nav .foot-category-box:last-child {
  padding-right: 0;
}

.foot-category-nav .foot-category-box .foot-cat-topic {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

.foot-category-nav .foot-category-box .foot-cat-topic a {
  text-decoration: none;
}

.foot-category-nav .foot-category-box > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.foot-category-nav .foot-category-box > ul > li {
  margin-top: 14px;
}

.foot-category-nav .foot-category-box > ul > li:first-child {
  margin-top: 0;
}

.foot-category-nav .foot-category-box > ul > li a {
  text-decoration: none;
}

.foot-category-nav .foot-category-box > ul > li a.extlink::after {
  background-image: url(../img/icon_external_link_gray.svg);
}

.foot-category-nav .foot-category-box > ul > li > ul > li {
  padding-left: 1.0em;
}

.foot-category-nav#foot-category-nav-hojin .foot-category-box {
  width: 22%;
}

.foot-category-nav#foot-category-nav-hojin .foot-category-box:last-child {
  width: 12%;
}

.foot-category-nav#foot-category-nav-other .foot-category-box {
  width: 25%;
}

#foot-sub-wrap {
  background-color: #cc0000;
  color: #fff;
  padding: 16px 0 0;
}

#foot-sub-wrap ul {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: -.40em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
}

#foot-sub-wrap ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1.0;
  margin-top: 24px;
  padding: 0 20px;
  border-left: 1px solid #fff;
}

#foot-sub-wrap ul li:first-child {
  border-left: none;
  padding-left: 0;
}

#foot-sub-wrap ul li:last-child {
  padding-right: 0;
}

#foot-sub-wrap ul li a {
  display: inline-block;
  line-height: 1.0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

#foot-sub-wrap ul li a:link, #foot-sub-wrap ul li a:visited {
  color: #fff;
  text-decoration: none;
}

#foot-sub-wrap ul li a:hover, #foot-sub-wrap ul li a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}


/*商号等の表記　2024.03*/
#foot-other-wrap {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 0 0 0;
  color: #666;
  margin: 35px 0 0 0;
}


#copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px;
  color: #666;
}

/*----- //footer -----*/
/*----- pagetop -----*/
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: right;
  z-index: 10000;
}

#pagetop a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/to_pagetop.png) 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
    min-width: auto;
    padding-top: 53px;
  }
  body.fix-body {
    min-width: 1080px;
    padding-top: 0;
  }
  .for-pc {
    display: none;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  header#header {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    min-width: initial;
    min-width: auto;
    height: 53px;
    box-shadow: 0 0 3px 0 rgba(163, 163, 163, 0.5);
  }
  header #head-search::before {
    right: 130px;
  }
  #head-main {
    border-bottom: none;
  }
  #header-top-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
  #header-logo {
    width: 110px;
    padding-left: 10px;
    padding-bottom: 0;
  }
  #header-code {
    font-size: 8px;
    padding-right: 0;
  }
  #head-support-menu {
    display: none;
  }
  .head-survice-menu {
    flex-direction: row-reverse;
  }
  .head-survice-menu li {
    margin-left: 0;
  }
  .head-survice-menu li button {
    height: 53px;
    text-align: center;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    position: relative;
    padding: 32px 2px 0;
  }
  .head-survice-menu li button _:-ms-fullscreen, :root .head-survice-menu li button {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .head-survice-menu li#btn-sp-menu {
    display: block;
  }
  .head-survice-menu li#btn-sp-menu button {
    width: 60px;
  }
  .head-survice-menu li#btn-sp-menu button span {
    display: block;
    transition: all 0.6s;
    position: absolute;
    background-color: #cc0000;
    width: 24px;
    height: 2px;
    left: 18px;
    transition-duration: 0.4s;
    transition-timing-function: ease;
  }
  .head-survice-menu li#btn-sp-menu button span:first-child {
    top: 11px;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  .head-survice-menu li#btn-sp-menu button span:nth-child(2) {
    top: 19px;
    opacity: 1;
    transition-property: opacity, background-color;
  }
  .head-survice-menu li#btn-sp-menu button span:nth-child(3) {
    top: 27px;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  .head-survice-menu li#btn-sp-menu button.active {
    background-color: #cc0000;
    color: #fff;
  }
  .head-survice-menu li#btn-sp-menu button.active span {
    background-color: #fff;
  }
  .head-survice-menu li#btn-sp-menu button.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .head-survice-menu li#btn-sp-menu button.active span:nth-child(2) {
    opacity: 0;
  }
  .head-survice-menu li#btn-sp-menu button.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .head-survice-menu li#btn-head-search {
    display: none;
  }
  .head-survice-menu li#btn-head-login button {
    width: 60px;
    height: 53px;
    font-size: 10px;
    line-height: 1.1;
    background-color: transparent;
    padding: 32px 2px 0;
    color: #333;
    transition: background-color 0.2s ease;
  }
  .head-survice-menu li#btn-head-login button.active {
    background-color: #cc0000;
    color: #fff;
  }
  .head-survice-menu li#btn-head-login button.active::before {
    background-image: url(../img/icon_head_login_sp_on.svg);
  }
  .head-survice-menu li#btn-head-login button::before {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 18px;
    height: 25px;
    margin-right: 0;
    background-image: url(../img/icon_head_login_sp.svg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .head-survice-menu li#btn-head-login button::after {
    display: none;
  }
  .head-survice-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60px;
    height: 53px;
    font-size: 10px;
    line-height: 1.1;
  }
  .head-survice-menu li#btn-head-store a {
    background-color: transparent;
    padding: 32px 2px 0;
    color: #333;
  }
  .head-survice-menu li#btn-head-store a::before {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 23px;
    height: 24px;
    margin-right: 0;
    background-image: url(../img/icon_head_store_sp.svg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #head-main-nav, #fix-head-main-nav {
    display: none;
  }
  #fix-head-main-nav {
    display: block;
  }
  #head-login-block {
    position: fixed;
    right: 0;
    top: 60px;
    bottom: 0;
    z-index: -1;
    background: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #head-login-block::before {
    display: none;
  }
  #head-login-block::after {
    display: none;
  }
  #head-login-block > div {
    box-sizing: border-box;
    width: 270px;
    max-height: 100%;
    padding: 24px 20px 25px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #head-login-block > div::-webkit-scrollbar {
    width: 5px;
  }
  #head-login-block > div::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #head-login-block > div::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #head-login-block .head-login-close {
    margin-top: 30px;
    text-align: center;
  }
  #head-login-block .head-login-close button {
    position: relative;
    padding: 12px 45px 12px 65px;
    background-color: #cc0000;
    color: #fff;
    border-radius: 6px;
  }
  #head-login-block .head-login-close button span {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 43px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0;
    background-color: transparent;
  }
  #head-login-block,
  #head-login-block::before {
    box-shadow: none;
  }
  #head-category-nav {
    display: none;
  }
  .cat-nav-detail {
    display: none;
  }
  #sp-g-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 53px;
    bottom: 0;
    z-index: 9999;
    background-color: #eee;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #sp-g-nav #head-search {
    display: block !important;
    background-color: #ddd;
    padding: 20px 15px;
  }
  #sp-g-nav #head-search > div {
    position: relative;
  }
  #sp-g-nav #head-search #head-search-txt input#sitesearchtxt {
    box-sizing: border-box;
    border: none;
    width: 100%;
    padding: 10px 50px 10px 20px;
    font-size: 1.6rem;
    line-height: 1.1;
    outline: none;
    border-radius: 20px;
    height: 40px;
  }
  #sp-g-nav #head-search #head-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #sp-g-nav #head-search #head-search-btn #sitesearchbtn {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../img/btn_head_search_sp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    outline: none;
  }
  #sp-g-nav #sp-g-service-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px 0 0;
    padding: 15px 12px;
    list-style: none;
  }
  #sp-g-nav #sp-g-service-menu li {
    display: flex;
    width: 31.4%;
    margin-top: 10px;
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.25;
  }
  #sp-g-nav #sp-g-service-menu li _:-ms-fullscreen, :root #sp-g-nav #sp-g-service-menu li {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  #sp-g-nav #sp-g-service-menu li a {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 50px 5px 8px;
  }
  #sp-g-nav #sp-g-service-menu li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-kinkyu a::before {
    background-image: url(../img/icon_l_kinkyu.svg);
    background-size: 42px auto;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-faq a::before {
    background-image: url(../img/icon_l_faq.svg);
    background-size: 33px auto;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-mail a::before {
    background-image: url(../img/icon_l_mail.svg);
    background-size: 36px auto;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-kinri a::before {
    background-image: url(../img/icon_l_kinri.svg);
    background-size: 35px auto;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-contact a::before {
    background-image: url(../img/icon_l_contact.svg);
    background-size: 41px auto;
  }
  #sp-g-nav #sp-g-service-menu li#sp-g-menu-lplaza a::before {
    background-image: url(../img/icon_l_lplaza.svg);
    background-size: 30px auto;
  }
  #sp-g-nav #sp-g-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sp-g-nav #sp-g-main-menu > li {
    border-top: 1px solid #E59898;
  }
  #sp-g-nav #sp-g-main-menu > li:first-child {
    border-top: none;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-main-topic {
    cursor: pointer;
    background-color: #cc0000;
    color: #fff;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-main-topic _:-ms-fullscreen, :root #sp-g-nav #sp-g-main-menu > li .sp-g-main-topic {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-main-topic .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-main-topic.active .arrow {
    -webkit-transform: translateY(-30%) rotate(225deg);
            transform: translateY(-30%) rotate(225deg);
  }
  #sp-g-nav #sp-g-main-menu > li.sp-g-main-topic-link a {
    display: block;
    background-color: #cc0000;
    color: #fff;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    padding: 20px 40px 20px 20px;
    position: relative;
    text-decoration: none;
  }
  #sp-g-nav #sp-g-main-menu > li.sp-g-main-topic-link a _:-ms-fullscreen, :root #sp-g-nav #sp-g-main-menu > li.sp-g-main-topic-link a {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  #sp-g-nav #sp-g-main-menu > li.sp-g-main-topic-link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt {
    font-size: 1.4rem;
    display: none;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-top {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.1;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-top _:-ms-fullscreen, :root #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-top {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-top a {
    display: block;
    background-color: #640000;
    color: #FFF;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-top a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu {
    margin: 15px 15px 20px;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu:first-child {
    margin-top: 0;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li {
    margin-top: 2px;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li:first-child {
    margin-top: 0;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-category {
    cursor: pointer;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    padding: 15px 40px 15px 20px;
    position: relative;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-category _:-ms-fullscreen, :root #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-category {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-category .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #cc0000;
    border-right: solid 2px #cc0000;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-category.active .arrow {
    -webkit-transform: translateY(-30%) rotate(225deg);
            transform: translateY(-30%) rotate(225deg);
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu > li {
    margin-top: 1px;
    line-height: 1.2;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu > li a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 40px 12px 30px;
    position: relative;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu > li a.external-link::after {
    top: 50%;
    right: 16px;
    width: 16px;
    height: 12px;
    border-top: none;
    border-right: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/icon_external_link.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li .sp-g-sub-cat-menu > li.pdflink > a::after {
    right: 17px;
    width: 14px;
    height: 17px;
    background: url(../img/icon_pdf.svg) 0 0 no-repeat;
    background-size: 200% auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: none;
    border-right: none;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li.sp-g-sub-menu-detail a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 40px 12px 20px;
    position: relative;
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li.sp-g-sub-menu-detail a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #cc0000;
    border-right: solid 2px #cc0000;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #sp-g-nav #sp-g-main-menu > li .sp-g-sub-navi-cnt .sp-g-sub-menu > li.sp-g-sub-menu-detail a.external-link::after {
    top: 50%;
    right: 16px;
    width: 16px;
    height: 12px;
    border-top: none;
    border-right: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/icon_external_link.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #breadcrumb {
    display: none;
  }
  #contents {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  #lNavi {
    display: none;
  }
  #l-internet-box {
    display: none;
  }
  #l-service-menu {
    display: none;
  }
  #l-service-sub-menu {
    display: none;
  }
  #detailCnt {
    float: none;
    width: auto;
  }
  .category-title {
    margin: 0 0 20px;
  }
  .category-title h1 {
    font-size: 2.2rem;
  }
  .category-top-img {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .category-top-img h1 {
    right: 15px;
    bottom: 15px;
    font-size: 2.4rem;
  }
  .feature-top-lead {
    margin-bottom: 20px;
  }
  #feature-top-block {
    display: block;
    margin-top: 0;
  }
  .feature-top-block {
    display: block;
    margin-top: 0;
  }
  .feature-top-list {
    width: auto;
    margin: 15px 0 0;
  }
  .feature-top-list:first-child {
    margin-top: 0;
  }
  .feature-top-list h2,
  .feature-top-list h3 {
    font-size: 1.8rem;
  }
  .feature-top-list h2 a,
  .feature-top-list h3 a {
    min-height: 52px;
  }
  .feature-top-list .feature-top-txt,
  .feature-top-list .list-box {
    min-height: initial;
    min-height: auto;
  }
  .index-info-block .index-info-tit {
    font-size: 1.7rem;
  }
  .index-info-block ul.index-info-list {
    margin: -10px 0 0;
  }
  .index-info-block ul.index-info-list::after {
    width: 49%;
  }
  .index-info-block ul.index-info-list li {
    width: 49%;
    margin: 10px 0 0;
  }
  .index-info-block ul.index-info-list li a {
    padding: 10px 15px;
    min-height: 54px;
  }
  .index-info-block ul.index-info-list li a::after {
    width: 4px;
    height: 4px;
    right: 6px;
  }
  .index-info-block ul.index-info-list li a.external-link {
    padding: 10px 17px;
  }
  .index-info-block ul.index-info-list li a.external-link::after {
    width: 12px;
    height: 11px;
  }
  .category-foot-bnr {
    margin-top: 40px;
    padding: 20px 0;
  }
  .category-foot-slide {
    width: 100%;
    overflow: hidden;
  }
  .category-foot-slide .slick-prev {
    left: 20px;
  }
  [dir="rtl"] .category-foot-slide .slick-prev {
    right: 20px;
  }
  .category-foot-slide .slick-next {
    right: 20px;
  }
  [dir="rtl"] .category-foot-slide .slick-next {
    left: 20px;
  }
  .newsBlock {
    margin-left: 0;
    margin-right: 0;
  }
  .news-tit-block {
    margin-bottom: 5px;
  }
  .news-title {
    font-size: 1.8rem;
  }
  .news-list-link {
    font-size: 1.3rem;
  }
  .news-list-link a {
    padding-right: 17px;
  }
  .news-list-link a::after {
    right: 5px;
  }
  .newsBox ul li {
    display: block;
    padding: 20px 0 18px;
    letter-spacing: -.40em;
  }
  .newsBox ul li .news-date {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 9.0em;
  }
  .newsBox ul li .news-date.empty {
    display: none;
  }
  .newsBox ul li .news-category {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 125px;
    padding: 1px 3px;
  }
  .newsBox ul li .news-topic {
    letter-spacing: normal;
    margin-top: 10px;
  }
  .adobereader-box {
    display: none;
  }
  .products-lead {
    margin: 0 0 25px;
  }
  .product-detail-cnt {
    margin: 0;
  }
  .products-title {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .products-table th,
  .products-table td {
    padding: 10px;
  }
  .products-table th {
    width: 25%;
  }
  .products-table th.th-two-column01 {
    width: 20%;
  }
  .products-table th.th-two-column02 {
    width: 20%;
  }
  .products-pdf {
    margin-top: 15px;
    padding-left: 15px;
  }
  .products-pdf::before {
    left: 2px;
  }
  .inquiry-block {
    padding: 15px;
    margin: 40px 0 0;
  }
  .inquiry-block-single {
    width: auto;
  }
  .inquiry-block-ruby {
    width: auto;
  }
  .inquiry-block-ruby .inquiry-detail {
    padding: 15px 5px;
  }
  .inquiry-lead {
    font-size: 1.5rem;
  }
  .inquiry-box-cnt {
    display: block;
  }
  .inquiry-left,
  .inquiry-right {
    width: auto;
  }
  .inquiry-right {
    margin-top: 20px;
  }
  .inquiry-title {
    font-size: 1.5rem;
  }
  .inquiry-detail {
    padding: 15px;
  }
  a.btn-tenpo {
    max-width: 100%;
  }
  .inquiry-btn-list li {
    width: 48.6%;
  }
  .inquiry-btn-list li a.btn-tenpo-s {
    max-width: 100%;
    text-align: center;
    padding: 14px 5px 14px 35px;
  }
  .inquiry-btn-list li a.btn-tenpo-s::before {
    left: 8%;
  }
  .inquiry-btn-list li a.btn-lplaza-s {
    max-width: 100%;
    text-align: center;
    padding: 14px 5px 14px 35px;
  }
  .inquiry-btn-list li a.btn-lplaza-s::before {
    left: 8%;
  }
  .tel {
    font-size: 2.4rem;
  }
  .tel-ruby {
    font-size: 2.6rem;
  }
  .point-list-icon {
    width: 40px;
  }
  .point-list-topic div.point-list-text-multi {
    padding: 2px 0 5px 10px;
  }
  .precaution-block {
    padding: 10px;
  }
  .lineup-title {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .category-subtitle {
    font-size: 1.8rem;
  }
  .table-scroll {
    overflow: auto !important;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .table-scroll.table-scroll01 > table {
    table-layout: fixed;
    width: auto;
    min-width: 767px !important;
  }
  .table-scroll.table-scroll02 {
    white-space: nowrap;
    width: 100%;
  }
  .table-scroll.table-scroll02 table {
    width: 100% !important;
  }
  #foot-nav-wrap {
    display: none;
  }
  #foot-sub-wrap {
    padding: 5px 3.7% 20px;
  }
  #foot-sub-wrap ul {
    text-align: left;
    padding: 0;
  }
  #foot-sub-wrap ul li {
    margin-top: 15px;
    padding: 0 7px;
    font-size: 1.3rem;
    margin-left: -1px;
    border-right: 1px solid #fff;
  }
  #foot-sub-wrap ul li:first-child {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
  #foot-sub-wrap ul li:last-child {
    padding-right: 10px;
  }
    
/*商号等の表記　2024.03*/
#foot-other-wrap {
  padding: 10px;
    margin: 20px -4%  -35px -4%;
}
    
}

@media print {
  body {
    min-width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #pagetop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  a:hover, a:active {
    color: #cc0000;
    text-decoration: underline;
  }
  a.cl-link:hover, a.cl-link:active {
    color: #f50000;
  }
  .for-sp {
    display: none;
  }
  header #head-search #head-search-btn #sitesearchbtn:hover {
    opacity: 0.5;
  }
  .head-survice-menu li button:hover {
    opacity: 0.7;
  }
  .head-survice-menu li a:hover {
    opacity: 0.7;
  }
  #head-login-block .head-login-close button:hover {
    opacity: 0.7;
  }
  .cat-nav-detail .cat-nav-link-box .cat-nav-link-list li a {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .cat-nav-detail .cat-nav-link-box .cat-nav-link-list li a:hover {
    color: #cc0000;
  }
  .cat-nav-detail .cat-nav-detail-close button:hover {
    opacity: 0.7;
  }
  #sp-g-nav {
    display: none !important;
  }
  .l-category-list dt a:hover {
    opacity: 0.7;
  }
  .l-category-list dd > ul > li > a:hover {
    color: #cc0000;
  }
  .l-category-list dd > ul > li > ul > li > a:hover {
    color: #cc0000;
  }
  .feature-top-list h2 a:hover,
  .feature-top-list h3 a:hover {
    color: #cc0000;
  }
  .feature-top-list h2 a:hover::after,
  .feature-top-list h3 a:hover::after {
    -webkit-transform: translateX(5px) translateY(-50%) rotate(45deg);
            transform: translateX(5px) translateY(-50%) rotate(45deg);
  }
  .feature-top-list h2 a:hover.external-link::after,
  .feature-top-list h3 a:hover.external-link::after {
    -webkit-transform: translateX(5px) translateY(-8px);
            transform: translateX(5px) translateY(-8px);
  }
  .feature-top-list h2 a:hover.pdf-link::after,
  .feature-top-list h3 a:hover.pdf-link::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feature-top-list .feature-top-txt ul li a:hover,
  .feature-top-list .list-box ul li a:hover {
    color: #cc0000;
    text-decoration: underline;
  }
  .index-info-block ul.index-info-list li a:hover {
    color: #cc0000;
  }
  .index-info-block ul.index-info-list li a:hover::after {
    -webkit-transform: translateX(3px) translateY(-50%) rotate(45deg);
            transform: translateX(3px) translateY(-50%) rotate(45deg);
  }
  .index-info-block ul.index-info-list li a:hover.external-link::after {
    -webkit-transform: translateX(3px) translateY(-50%);
            transform: translateX(3px) translateY(-50%);
  }
  .index-info-block ul.index-info-list li a:hover.pdf-link::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category-foot-slide li a:hover {
    opacity: 0.7;
  }
  .category-foot-slide .pc-noslide .slick-track {
    width: auto !important;
  }
}

@media only screen and (max-width: 374px) {
  #sp-g-nav #sp-g-service-menu li {
    font-size: 1.1rem;
    font-size: 3.1vw;
  }
}
