@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gxsipw");
  src: url("fonts/icomoon.eot?gxsipw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gxsipw") format("truetype"), url("fonts/icomoon.woff?gxsipw") format("woff"), url("fonts/icomoon.svg?gxsipw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_arrow2:before {
  content: "\e904";
}
.icon_arrow:before {
  content: "\e903";
}
.icon_minus:before {
  content: "\e900";
}
.icon_plus:before {
  content: "\e901";
}
.icon_star:before {
  content: "\e902";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
div, h1, h2, h3, h4, h5, h6, form, ul, li, ol, dl, dt, dd, p, fieldset, pre, code, legend, blockquote, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
/* Embedded content */
img {
  vertical-align: top;
  line-height: 1;
}
/* Tabular data */
caption {
  padding: 0;
}
th, td {
  padding: 0;
}
/* Forms */
fieldset {
  border: 0;
}
html, body {
  height: 100%;
}
html {
  background: #fff;
}
body {
  font-size: 1.4rem;
  font-size: 14px;
  background: #fff;
  color: #222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  position: relative;
  width: 100%;
  min-height: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .screen {
    overflow-x: hidden;
  }
  .wrapper {
    overflow-x: hidden;
  }
}
.is-show {
  display: inherit !important;
}
.is-hide {
  display: none !important;
}
.is-visible {
  visibility: visible !important;
}
.is-hidden {
  visibility: hidden !important;
}
.is-fixed {
  position: fixed !important;
}
.is-absolute {
  position: absolute !important;
}
.is-overflow-hidden {
  overflow: hidden !important;
}
.is-disable a {
  opacity: 0.4;
  cursor: default;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.inline {
  display: inline !important;
}
.inlineBlock {
  display: inline-block !important;
}
@media (min-width: 481px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.primary_btn {
  background-color: #1152b2;
  border: 1px solid #1152b2;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.primary_btn:link, .primary_btn:visited {
  color: #fff;
}
.primary_btn i {
  padding-right: 5px;
}
.primary_btn.disabled {
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  pointer-events: none;
}
@media (min-width: 768px) {
  .primary_btn:hover {
    background-color: #fff;
    color: #1152b2;
    text-decoration: none;
  }
}
.secondary_btn {
  background-color: #ddd;
  border: 1px solid #ddd;
  text-align: center;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 768px) {
  .secondary_btn:hover {
    background-color: #fff;
  }
}
.tertiary_btn {
  background-color: #fff;
  border: 3px solid #ddd;
  color: #1152b2;
  text-align: center;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 768px) {
  .tertiary_btn:hover {
    border: 3px solid #1152b2;
  }
}
.pageing {
  text-align: center;
}
.pageing li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 2px;
}
.pageing .prev,
.pageing .next {
  width: auto;
  padding: 0 6px;
}
.pageing .prev span {
  background: url(../images/common/arrow03_left.png) 0 center no-repeat;
  padding: 0 10px 0 28px;
}
.pageing .next span {
  background: url(../images/common/arrow03.png) right center no-repeat;
  padding: 0 28px 0 10px;
}
.pageing .active,
.pageing .active:hover {
  line-height: 29px;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
}
.pageing a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  color: #fff;
  background: #555;
  text-align: center;
}
.pageing a:hover {
  background: #888;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pageing {
    margin-top: 20px;
  }
  .pageing li {
    margin-top: 10px;
  }
}
/* header style */
#l-header {
  border-bottom: solid 1px #dfe4e7;
  -webkit-box-shadow: 0 0 3px 0 #d0d8dc;
          box-shadow: 0 0 3px 0 #d0d8dc;
  position: relative;
}
#l-header .header-inner {
  padding: 25px 0;
}
#l-header .header-inner .header-logo .logo-img > a {
  display: block;
  width: 65px;
}
@media screen and (min-width: 768px) {
  #l-header .header-inner .header-logo .logo-img > a {
    width: 130px;
  }
}
#l-header .header-inner .header-logo .logo-img > a > img {
  display: block;
}
#l-localnav {
  top: 0;
  border-top: solid 3px #22439c;
  z-index: 100;
  position: relative;
}
.localnav-fixed #l-localnav {
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #l-localnav {
    border: none;
    background: #505050;
  }
}
#l-localnav .localnav-inner {
  margin-left: -15px;
  margin-right: -15px;
}
#l-localnav .localnav-inner .localnav-head .head-ttl {
  background-color: #414141;
  border: none;
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 9px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  outline: none;
  height: 40px;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-head .head-ttl {
    display: none;
  }
}
#l-localnav .localnav-inner .localnav-head .head-ttl:after {
  content: '';
  background: url(../svg/i_arrow_wh.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
#l-localnav .localnav-inner .localnav-list {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 6px -3px #999;
          box-shadow: 0 6px 6px -3px #999;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #505050;
    min-height: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
}
#l-localnav .localnav-inner .localnav-list .list-item {
  border-bottom: solid #eaeaea 1px;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item {
    width: 25%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-bottom: none;
    position: relative;
  }
}
#l-localnav .localnav-inner .localnav-list .list-item:last-child {
  border-bottom: none;
}
#l-localnav .localnav-inner .localnav-list .list-item .item-head {
  color: #414141;
  padding: 11px 17px 9px;
  display: block;
  color: #414141;
  position: relative;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-head {
    color: #fff;
    padding: 10px 0;
    width: 100%;
    min-height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-head:before {
    content: '';
    display: block;
    background: #6a6b6c;
    width: 1px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 10px 0;
  }
  #l-localnav .localnav-inner .localnav-list .list-item:last-child .item-head:after {
    content: '';
    display: block;
    background: #6a6b6c;
    width: 1px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-head:hover {
    background-color: #414141;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #414141;
    min-width: 100%;
  }
}
#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item {
  border-top: solid #eaeaea 1px;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item {
    border-top: none;
    padding: 0 16px;
  }
}
#l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a {
  padding: 9px 33px 10px 33px;
  display: block;
  color: #414141;
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a {
    color: #fff;
    padding: 10px 0 10px 22px;
    position: relative;
    border-bottom: solid #6b6b6b 1px;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a:before {
    content: '';
    background: url(../images/common/i_arrow_wh.svg) center no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item .item-child .child-item > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #l-localnav .localnav-inner .localnav-list .list-item:hover .item-child {
    display: block;
  }
}
#l-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#l-header .header-inner .header-logo .logo-img > a {
  width: 228px;
}
@media (max-width: 768px) {
  #l-header .header-inner {
    padding: 22px 0 18px;
  }
  #l-header .header-inner .header-logo .logo-img > a {
    width: 114px;
  }
  #l-header .header-inner .toto_logo {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-box-pagepath, #l-content .content-pagepath {
    padding: 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#l-content .content-pagepath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l-content .content-pagepath #l-topicpath {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-box-pagepath ul, #l-content .content-pagepath ul {
  *zoom: 1;
  font-size: 1.3rem;
}
.m-box-pagepath ul:after, #l-content .content-pagepath ul:after {
  content: ' ';
  display: table;
  clear: both;
}
.m-box-pagepath ul > li, #l-content .content-pagepath ul > li {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.m-box-pagepath ul > li.topicpath-home a img, #l-content .content-pagepath ul > li.topicpath-home a img, .m-box-pagepath ul > li.topicpath-home a svg, #l-content .content-pagepath ul > li.topicpath-home a svg {
  width: 14px;
  height: 11px;
}
.m-box-pagepath ul > li:after, #l-content .content-pagepath ul > li:after {
  display: inline-block;
  content: '\FF1E';
  color: #414141;
  margin-left: 5px;
  font-size: 10px;
  font-size: 1.0rem;
}
.m-box-pagepath ul > li:last-child:after, #l-content .content-pagepath ul > li:last-child:after {
  display: none;
}
.m-box-pagepath ul > li a, #l-content .content-pagepath ul > li a, .m-box-pagepath ul > li span, #l-content .content-pagepath ul > li span {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.m-box-pagepath ul > li a, #l-content .content-pagepath ul > li a {
  color: #1152b2;
}
.m-box-pagepath ul > li a:link, #l-content .content-pagepath ul > li a:link, .m-box-pagepath ul > li a:visited, #l-content .content-pagepath ul > li a:visited {
  color: #1152b2;
}
@media screen and (min-width: 768px) {
  .m-box-pagepath ul > li a:hover, #l-content .content-pagepath ul > li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .m-box-pagepath, #l-content .content-pagepath {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .m-box-pagepath #l-topicpath, #l-content .content-pagepath #l-topicpath {
    display: none;
  }
  .m-box-pagepath .favorite_btn, #l-content .content-pagepath .favorite_btn {
    text-align: right;
  }
}
.table_style {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_style tr:last-child th, .table_style tr:last-child td {
  border-bottom: none;
}
.table_style th {
  background-color: #ddd;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  padding: 12px 20px;
}
.table_style td {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 30px;
}
.bottom_case_list_area {
  background-color: #414141;
  color: #fff;
  margin-top: 60px;
  padding: 55px 0 60px;
}
.bottom_case_list_area a {
  color: #fff;
}
.bottom_case_list_area a:hover {
  text-decoration: none;
  color: #1391ce;
}
.bottom_case_list_area .case_list_headline_1 {
  font-size: 1.8rem;
  font-weight: bold;
}
.bottom_case_list_area .case_list_headline_2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bottom_case_list_area .case_item_subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
.bottom_case_list_area .case_item {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.bottom_case_list_area .case_item:last-child {
  margin-bottom: 0;
}
.bottom_case_list_area .case_list_block_wrap {
  zoom: 1;
}
.bottom_case_list_area .case_list_block_wrap:after {
  display: table;
  clear: both;
  content: "";
}
.bottom_case_list_area .case_list_block_wrap:before {
  display: table;
  content: "";
}
.bottom_case_list_area .case_list_block {
  zoom: 1;
  float: left;
}
.bottom_case_list_area .case_list_block:after {
  display: table;
  clear: both;
  content: "";
}
.bottom_case_list_area .case_list_block:before {
  display: table;
  content: "";
}
.bottom_case_list_area .case_list_block:first-child {
  margin-right: 80px;
}
.bottom_case_list_area .case_list_block_inner {
  float: left;
  margin-right: 80px;
}
.bottom_case_list_area .case_list_block_inner:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .bottom_case_list_area {
    padding: 35px 0 40px;
  }
  .bottom_case_list_area .case_list_headline_1 {
    font-size: 1.7rem;
  }
  .bottom_case_list_area .case_list_headline_2 {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .bottom_case_list_area .case_list {
    zoom: 1;
  }
  .bottom_case_list_area .case_list:after {
    display: table;
    clear: both;
    content: "";
  }
  .bottom_case_list_area .case_list:before {
    display: table;
    content: "";
  }
  .bottom_case_list_area .case_item {
    float: left;
    font-size: 1.1rem;
    width: 47%;
    margin-right: 3%;
  }
  .bottom_case_list_area .case_item:nth-child(2n) {
    margin-right: 0;
  }
  .bottom_case_list_area .case_list_block {
    float: none;
  }
  .bottom_case_list_area .case_list_block:first-child {
    margin-right: 0;
  }
  .bottom_case_list_area .case_list_block_inner {
    float: none;
    margin-right: 0;
  }
}
.fixed_nav_wrap {
  margin-top: -45px;
}
.fixed_nav_wrap .fixed_nav {
  border-top: solid 1px #e7eced;
  position: relative;
  z-index: 100;
}
.fixed_nav_wrap .fixed_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
}
.fixed_nav_wrap .fixed_nav_item {
  width: 25%;
}
.fixed_nav_wrap .fixed_nav_item + li {
  border-left: solid 1px #e7eced;
}
.fixed_nav_wrap .fixed_nav_item a {
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0 10px;
}
.fixed_nav_wrap .fixed_nav_item a:hover {
  text-decoration: none;
  background-color: #414141;
}
.fixed_nav_wrap .fixed_nav_item .icon {
  display: inline-block;
  margin-right: 14px;
}
.fixed_nav_wrap .fixed_nav_item.pagetop {
  width: 44px;
}
.fixed_nav_wrap .fixed_nav_item.pagetop a {
  background-color: #383737;
}
.fixed_nav_wrap .share_sns_area {
  zoom: 1;
}
.fixed_nav_wrap .share_sns_area:after {
  display: table;
  clear: both;
  content: "";
}
.fixed_nav_wrap .share_sns_area:before {
  display: table;
  content: "";
}
.fixed_nav_wrap .share_area {
  right: 0;
  bottom: 45px;
  background-color: #fff;
  padding: 0 20px;
  z-index: 90;
  float: right;
}
.fixed_nav_wrap .share_area ul {
  zoom: 1;
}
.fixed_nav_wrap .share_area ul:after {
  display: table;
  clear: both;
  content: "";
}
.fixed_nav_wrap .share_area ul:before {
  display: table;
  content: "";
}
.fixed_nav_wrap .share_area li {
  float: left;
  font-weight: bold;
}
.fixed_nav_wrap .share_area li:first-child {
  height: 49px;
  margin-right: 27px;
  line-height: 49px;
}
.fixed_nav_wrap .share_area li:first-child a {
  display: block;
  padding-right: 40px;
  background: url(../images/common/footer-ico-share.png) 100% 50% no-repeat;
  color: #414141;
  text-decoration: none;
}
.fixed_nav_wrap .share_area li:first-child a:hover {
  color: #808080;
}
.fixed_nav_wrap #sns {
  width: 410px;
  right: 0;
  background: #eef4f9;
  position: fixed;
  bottom: -50px;
  float: right;
  z-index: 99;
}
.fixed_nav_wrap #sns ul {
  margin-top: 3px;
  zoom: 1;
}
.fixed_nav_wrap #sns ul:after {
  display: table;
  clear: both;
  content: "";
}
.fixed_nav_wrap #sns ul:before {
  display: table;
  content: "";
}
.fixed_nav_wrap #sns li {
  float: left;
  margin-left: 20px;
}
.fixed_nav_wrap #sns li:first-child {
  margin-left: 40px;
}
.fixed_nav_wrap #sns .fb_reset {
  background: transparent none repeat scroll 0% 0%;
  border: 0 none;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande",tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 0 20px;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.fixed_nav_wrap #sns dl {
  float: left;
  display: table;
}
.fixed_nav_wrap #sns dt {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  position: relative;
  width: 100px;
  padding-left: 45px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #12449d url(../images/common/footer-ico-share-on.png) 14px 50% no-repeat;
}
.fixed_nav_wrap #sns dt:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -41px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 16px solid #12449d;
}
.fixed_nav_wrap #sns dd {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.fixed_nav_wrap #sns .close_btn {
  float: right;
  width: 20px;
  margin: 13px 20px 0 0;
  cursor: pointer;
}
.fixed_nav_wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.fixed_nav_wrap.fixed .share_area {
  position: fixed;
  z-index: 98;
}
@media (max-width: 768px) {
  .fixed_nav_wrap {
    margin-top: 0;
  }
  .fixed_nav_wrap .fixed_nav_list {
    display: none;
  }
  .fixed_nav_wrap .share_area {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 4.6875%;
    font-size: 85.71429%;
    border-bottom: 1px solid #d0d8dc;
    bottom: 0;
  }
  .fixed_nav_wrap .share_area li:first-child {
    height: auto;
    margin: 8px 0 0;
    line-height: 1.4;
    float: left;
  }
  .fixed_nav_wrap .share_area li:first-child a {
    display: block;
    padding-right: 20px;
    background: url(../images/common/footer-ico-share.png) 100% 50% no-repeat;
    background-size: 12px auto;
  }
  .fixed_nav_wrap .share_area li:last-child {
    float: right;
    width: 20px;
  }
  .fixed_nav_wrap #sns {
    bottom: -55px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fixed_nav_wrap #sns dt {
    width: 70px;
    height: 42px;
    padding-left: 25px;
    font-size: 85.71429%;
    background: #12449d url(../images/common/footer-ico-share-on.png) 10px 50% no-repeat;
    background-size: 12px auto;
  }
  .fixed_nav_wrap #sns dt:before {
    right: -36px;
    border: 21px solid transparent;
    border-left: 16px solid #12449d;
  }
  .fixed_nav_wrap #sns dd {
    height: 42px;
  }
  .fixed_nav_wrap #sns ul {
    margin-top: 5px;
  }
  .fixed_nav_wrap #sns li {
    margin-left: 5px;
  }
  .fixed_nav_wrap #sns li:first-child {
    margin-left: 25px;
  }
  .fixed_nav_wrap #sns .close_btn {
    margin: 10px 10px 0 0;
  }
}
footer {
  margin-top: 0 !important;
  padding-bottom: 45px;
  font-size: 100%;
}
#f-btn {
  bottom: 45px;
}
#sns {
  bottom: -50px;
  z-index: 99;
}
.ga_FooterNavi {
  color: #414141 !important;
}
.ga_FooterNavi:hover {
  text-decoration: none;
  color: #808080;
}
#f-top li a {
  font-size: 1.2rem;
  font-size: 12px;
  color: #414141;
}
#f-sitemap-list dt a {
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  color: #414141;
}
#f-sitemap-list li {
  margin-top: 5px;
}
#f-sitemap-list li a {
  font-size: 1.2rem;
  font-size: 12px;
  color: #414141;
}
/* footer style */
#l-footer .footer-nav .nav-top {
  border-top: solid 1px #d0d8dc;
}
@media only screen and (max-width: 736px) {
  #f-btn {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 45px;
  }
  #l-footer .footer-nav .nav-top {
    padding: 17px 0;
    border-bottom: solid 1px #e7eced;
  }
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner {
    width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#l-footer .footer-nav .nav-top .top-inner .top-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner .top-list .list-item {
    width: auto;
    padding-left: 20px;
    border-right: 1px solid #d0d8dc;
    padding-right: 20px;
  }
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:first-child {
  border-right: 1px solid #d0d8dc;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner .top-list .list-item:first-child {
    border-left: 1px solid #d0d8dc;
  }
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item:last-child {
  border-top: 1px solid #d0d8dc;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner .top-list .list-item:last-child {
    border-top: none;
    width: auto;
  }
}
#l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a {
  color: #414141;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-top .top-inner .top-list .list-item > a:hover {
    text-decoration: none;
  }
}
#l-footer .footer-nav .nav-sitemap {
  display: none;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-sitemap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-sitemap .sitemap-inner {
    width: 960px;
    margin: 0 auto;
    padding: 35px 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item {
  width: calc(100% / 3);
  width: calc((100% / 3 ) - 0.1px) \0;
  padding: 0 15px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item + .list-item {
  position: relative;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item + .list-item:before {
  content: '';
  background-color: #e7ebed;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner + .item-inner {
  margin-top: 34px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-head > a {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #414141;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-head > a:hover {
    text-decoration: none;
  }
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 5px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li {
  margin-top: 5px;
}
#l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li > a {
  color: #414141;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-nav .nav-sitemap .sitemap-inner .sitemap-list .list-item .item-inner .item-body > ul > li > a:hover {
    text-decoration: none;
  }
}
#l-footer .footer-outer {
  border-top: 1px solid #d0d8dc;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-outer .footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#l-footer .footer-outer .footer-inner .footer-pagetop {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-outer .footer-inner .footer-pagetop {
    border: none;
    position: relative;
  }
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn {
  text-align: center;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn {
    position: absolute;
    bottom: 100%;
    width: 30px;
    height: 30px;
    background-color: #414141;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 20px;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img {
    height: auto;
  }
}
#l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img > img, #l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn .btn-img svg {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  width: 12px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  #l-footer .footer-outer .footer-inner .footer-pagetop .pagetop-btn:hover {
    opacity: 0.75;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  }
}
#l-footer .footer-outer .footer-inner .footer-copy {
  color: #414141;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jirei .container {
  background-color: #eee;
}
.jirei .page_description {
  margin-bottom: 45px;
}
.jirei .headLine {
  font-size: 2.6rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom: 10px;
}
.jirei .description_txt {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .jirei .container {
    padding-bottom: 0;
  }
  .jirei .page_description {
    margin-bottom: 25px;
  }
  .jirei .headLine {
    font-size: 2.3rem;
  }
  .jirei .description_txt {
    font-size: 1.4rem;
  }
}
.jirei .search_area_wrap {
  background-color: #ddd;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 60px;
}
.jirei .search_area_wrap .search_number_txt_area {
  text-align: center;
  padding: 10px 0;
}
.jirei .search_area_wrap .search_number_txt {
  display: inline-block;
  font-size: 1.6rem;
}
.jirei .search_area_wrap .search_number_txt .number {
  color: #1152b2;
  font-size: 2.4rem;
}
.jirei .search_area_wrap .search_area_btn {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.jirei .search_area_wrap .search_area_btn i {
  font-size: 1.7rem;
  position: relative;
  top: 2px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .jirei .search_area_wrap {
    margin: 0 -15px 40px;
    padding: 15px;
  }
  .jirei .search_area_wrap .search_number_txt_area {
    padding: 0;
  }
  .jirei .search_area_wrap .search_number_txt {
    font-size: 1.4rem;
  }
  .jirei .search_area_wrap .search_area_btn {
    position: static;
    display: block;
    margin-top: 15px;
  }
}
.jirei .search_form_area {
  display: none;
  background-color: #fff;
  margin: 0 29px 30px;
  padding: 25px 40px 40px;
}
.jirei .search_form_area .form_clear_btn {
  text-align: right;
  margin-bottom: 25px;
}
.jirei .search_form_area .form_send_btn {
  text-align: center;
  margin-top: 30px;
}
.jirei .search_form_area .form_send_btn .primary_btn {
  width: 420px;
  height: 60px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .jirei .search_form_area .form_send_btn .primary_btn:hover {
    background-color: #1152b2;
    color: #fff;
    opacity: .7;
  }
}
.jirei .search_form_area .form_send_btn .primary_btn img {
  padding-right: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .jirei .search_form_area {
    margin: 25px 0;
    padding: 25px 11px;
  }
  .jirei .search_form_area .form_clear_btn {
    margin-bottom: 20px;
  }
  .jirei .search_form_area .form_clear_btn input[type="reset"] {
    padding: 12px 17px;
  }
  .jirei .search_form_area .form_send_btn .primary_btn {
    width: 100%;
    height: 45px;
    font-size: 1.4rem;
  }
}
.jirei .search_form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.jirei .search_form_input_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.jirei .search_form_input_wrap.item_align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .jirei .search_form_input_wrap {
    display: block;
  }
}
.jirei .search_form_input_title {
  width: 130px;
  font-weight: bold;
}
.jirei .search_form_input_title .comment {
  color: #d62b2b;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}
@media (max-width: 768px) {
  .jirei .search_form_input_title {
    width: auto;
    margin-bottom: 15px;
  }
  .jirei .search_form_input_title .comment {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.1rem;
  }
}
.jirei .search_form_input_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jirei .search_form_input_area input[type="number"],
.jirei .search_form_input_area input[type="text"] {
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.jirei .search_form_input_area.word_area input[type="text"] {
  width: 100%;
}
.jirei .search_form_input_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -10px;
  max-width: 690px;
}
.jirei .search_form_input_list label {
  padding-left: 6px;
  color: #1152b2;
  font-size: 1.3rem;
  cursor: pointer;
}
.jirei .search_form_input_list .item_allcheck + label {
  font-size: 1.5rem;
}
.jirei .search_form_input_list.sublist {
  margin-left: 25px;
  margin-top: 0;
}
.jirei .search_form_input_list.sublist .search_form_input_item {
  width: 205px;
}
@media (max-width: 768px) {
  .jirei .search_form_input_list {
    margin-left: -2%;
  }
  .jirei .search_form_input_list label {
    font-size: 1.1rem;
  }
  .jirei .search_form_input_list .item_allcheck + label {
    font-size: 1.2rem;
  }
  .jirei .search_form_input_list.sublist {
    margin-left: 13px;
  }
  .jirei .search_form_input_list.sublist .search_form_input_item {
    width: 48%;
  }
}
.jirei .search_form_input_item {
  width: 220px;
  margin-top: 5px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jirei .search_form_input_item > input {
  width: 12px;
}
.jirei .search_form_input_item > input + label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .jirei .search_form_input_item {
    width: 48%;
    margin-left: 2%;
  }
}
.jirei .search_form_input_items {
  margin-top: 15px;
}
.jirei .search_form_input_items:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .jirei .search_form_input_items {
    margin-left: 2%;
  }
}
.jirei .search_form_input_text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jirei .search_form_input_text_item input[type="number"],
.jirei .search_form_input_text_item input[type="text"] {
  margin-right: 5px;
}
.jirei .search_form_input_text_item span {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .jirei .search_form_input_text_item {
    width: 45%;
  }
  .jirei .search_form_input_text_item.hyphen {
    width: 30px;
  }
  .jirei .search_form_input_text_item input[type="number"],
  .jirei .search_form_input_text_item input[type="text"] {
    width: 80%;
  }
}
.jirei .tag_list {
  zoom: 1;
  margin-left: -5px;
}
.jirei .tag_list:after {
  display: table;
  clear: both;
  content: "";
}
.jirei .tag_list:before {
  display: table;
  content: "";
}
.jirei .tag_list .tag_item {
  float: left;
  margin-left: 5px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.jirei .tag_list .tag_item a {
  color: #454545;
  background-color: #eee;
  border-radius: 10px;
  padding: 0 10px;
  border: 1px solid #ccc;
  display: inline-block;
}
@media (min-width: 768px) {
  .jirei .tag_list .tag_item a:hover {
    background-color: #fff;
    text-decoration: none;
  }
}
.jirei.list_page .jirei_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
.jirei.list_page .jirei_thumb_item {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 9px;
  width: 300px;
  margin-right: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.jirei.list_page .jirei_thumb_item:nth-child(3n) {
  margin-right: 0;
}
.jirei.list_page .jirei_thumb_item.new:after {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 3px 20px;
  background-color: #cb2b00;
  color: #fff;
}
.jirei.list_page .jirei_thumb_item > a {
  margin-bottom: 50px;
}
.jirei.list_page .jirei_thumb_item a {
  display: block;
}
@media (min-width: 768px) {
  .jirei.list_page .jirei_thumb_item a:hover {
    text-decoration: none;
    color: #1391ce;
  }
  .jirei.list_page .jirei_thumb_item a:hover .thumb_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.jirei.list_page .jirei_thumb_item .thumb_img {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  max-height: 194px;
}
.jirei.list_page .jirei_thumb_item .thumb_img img {
  -webkit-transition: all .4s;
  transition: all .4s;
  max-height: 210px;
}
.jirei.list_page .jirei_thumb_item .thumb_title {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 6px;
}
.jirei.list_page .tag_list {
  margin: auto 6px 0 1px;
}
.jirei.list_page .pageing {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .jirei.list_page .jirei_thumb_item {
    width: 30%;
    margin-right: 3.3%;
  }
}
@media (max-width: 610px) {
  .jirei.list_page .jirei_thumb_list {
    display: block;
  }
  .jirei.list_page .jirei_thumb_item {
    width: auto;
    margin-right: 0;
  }
  .jirei.list_page .jirei_thumb_item .thumb_img {
    max-height: 300px;
  }
  .jirei.list_page .jirei_thumb_item .thumb_img img {
    max-height: 300px;
  }
}
@media (max-width: 425px) {
  .jirei.list_page .jirei_thumb_item .thumb_img {
    max-height: 243px;
  }
  .jirei.list_page .jirei_thumb_item .thumb_img img {
    max-height: 243px;
  }
}
@media (max-width: 320px) {
  .jirei.list_page .jirei_thumb_item .thumb_img {
    max-height: 202px;
  }
  .jirei.list_page .jirei_thumb_item .thumb_img img {
    max-height: 202px;
  }
}
.jirei.detail_page #l-content .content-pagepath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jirei.detail_page #l-content .content-pagepath .btns_area {
  width: 350px;
  zoom: 1;
}
.jirei.detail_page #l-content .content-pagepath .btns_area:after {
  display: table;
  clear: both;
  content: "";
}
.jirei.detail_page #l-content .content-pagepath .btns_area:before {
  display: table;
  content: "";
}
.jirei.detail_page #l-content .content-pagepath .search_area_btn {
  width: 160px;
  line-height: 1;
  float: left;
  cursor: pointer;
}
.jirei.detail_page #l-content .content-pagepath .favorite_btn {
  float: right;
}
.jirei.detail_page #l-content .content-pagepath .favorite_btn a {
  width: 180px;
  padding: 10px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .jirei.detail_page #l-content .content-pagepath {
    display: block;
  }
  .jirei.detail_page #l-content .content-pagepath .btns_area {
    width: auto;
  }
  .jirei.detail_page #l-content .content-pagepath .search_area_btn {
    width: 47%;
    float: right;
  }
  .jirei.detail_page #l-content .content-pagepath .favorite_btn {
    width: 47%;
    float: left;
  }
  .jirei.detail_page #l-content .content-pagepath .favorite_btn a {
    width: 100%;
  }
}
.jirei.detail_page .search_area_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.jirei.detail_page .search_form_area {
  display: block;
  margin: 0 0 30px;
}
.jirei.detail_page .search_form_input_item {
  width: 228px;
}
@media (max-width: 768px) {
  .jirei.detail_page .search_area_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .jirei.detail_page .search_form_input_item {
    width: 48%;
    margin-left: 2%;
  }
}
.jirei.detail_page .page_title_area {
  background-color: #fff;
}
.jirei.detail_page .page_title_area .content_inner {
  padding: 30px 0;
}
.jirei.detail_page .page_title_area .title_area_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jirei.detail_page .page_title_area .headLine_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jirei.detail_page .page_title_area .headLine {
  font-size: 3rem;
  margin-bottom: 0;
}
.jirei.detail_page .page_title_area .add_favorite_btn {
  cursor: pointer;
  width: 160px;
  margin-top: 10px;
}
.jirei.detail_page .page_title_area .add_favorite_btn.disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #999;
}
.jirei.detail_page .page_title_area .add_favorite_btn.disabled:hover {
  background-color: #fff;
}
.jirei.detail_page .tag_list .tag_item {
  font-size: 1.3rem;
}
.jirei.detail_page .tag_list .tag_item a {
  padding: 2px 10px;
  border-radius: 13px;
}
.jirei.detail_page .tag_list .tag_item.other_tag_btn {
  background-color: #eee;
  padding: 2px 10px;
  border: 1px solid #ccc;
  margin-left: 10px;
  cursor: pointer;
}
.jirei.detail_page .tag_list .tag_item.other_tag_btn i {
  margin-right: 5px;
}
.jirei.detail_page .tag_list.other_tag_list {
  display: none;
}
@media (max-width: 768px) {
  .jirei.detail_page .page_title_area .content_inner {
    padding: 30px 15px;
  }
  .jirei.detail_page .page_title_area .headLine_area {
    display: block;
  }
  .jirei.detail_page .page_title_area .headLine {
    font-size: 2.3rem;
    line-height: 1.4;
    display: block;
  }
  .jirei.detail_page .page_title_area .add_favorite_btn {
    padding: 6px 10px;
    width: auto;
  }
  .jirei.detail_page .page_title_area .tag_list {
    margin-top: 10px;
  }
  .jirei.detail_page .page_title_area .tag_list .tag_item.other_tag_btn {
    margin-left: 5px;
  }
  .jirei.detail_page .page_title_area .tag_list.other_tag_list {
    margin-top: 0;
  }
}
.jirei.detail_page .contents {
  margin-top: 30px;
}
.jirei.detail_page .detail_photo_area {
  zoom: 1;
}
.jirei.detail_page .detail_photo_area:after {
  display: table;
  clear: both;
  content: "";
}
.jirei.detail_page .detail_photo_area:before {
  display: table;
  content: "";
}
.jirei.detail_page .photo_slider_area {
  float: left;
  width: 480px;
  margin-left: 34px;
  margin-right: 55px;
}
.jirei.detail_page .photo_slider_area .bx-viewport {
  z-index: 10;
}
.jirei.detail_page .photo_slider_area .bx-controls {
  z-index: 9;
}
.jirei.detail_page .photo_slider_area .bx-controls-direction a {
  width: 30px;
  height: 80px;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.jirei.detail_page .photo_slider_area .bx-controls-direction a.bx-prev i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .jirei.detail_page .photo_slider_area .bx-controls-direction a:hover {
    text-decoration: none;
    color: #999;
    background-color: #fff;
  }
}
.jirei.detail_page .photo_slider_area .photo_slider .photo {
  text-align: center;
}
.jirei.detail_page .photo_slider_area .photo_slider img {
  max-height: 332px;
  width: auto;
  margin: auto;
}
.jirei.detail_page .photo_slider_area .bx-wrapper .bx-prev {
  left: -35px;
}
.jirei.detail_page .photo_slider_area .bx-wrapper .bx-next {
  right: -35px;
}
.jirei.detail_page .photo_slider_area .bx-wrapper .bx-pager {
  display: none;
  position: static;
  padding-top: 15px;
}
.jirei.detail_page .photo_slider_area .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 10px;
}
.jirei.detail_page .photo_slider_area .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #0d3d7f;
}
.jirei.detail_page .photo_slider_area .video_wrap {
  position: relative;
  display: block;
  height: 100%;
  max-width: 480px;
}
.jirei.detail_page .photo_slider_area .video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jirei.detail_page .photo_slider_area .modal_btn {
  display: block;
  cursor: pointer;
}
.jirei.detail_page .photo_slider_area .slider_nav {
  margin-top: 20px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jirei.detail_page .photo_slider_area .slider_nav .thumb {
  margin-left: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jirei.detail_page .photo_slider_area .slider_nav .thumb a {
  display: block;
  height: 64px;
  text-align: center;
}
.jirei.detail_page .photo_slider_area .slider_nav .thumb a img {
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .jirei.detail_page .photo_slider_area .slider_nav .thumb a:hover img {
    border: 1px solid #1152b2;
  }
}
.jirei.detail_page .photo_slider_area .slider_nav .thumb a.active img {
  border: 1px solid #1152b2;
}
.jirei.detail_page .modal_wrap .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 991;
}
.jirei.detail_page .modal_wrap .modal-content {
  display: none;
  position: fixed;
  max-width: 600px;
  width: 100%;
  max-height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 992;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jirei.detail_page .modal_wrap .modal-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}
.jirei.detail_page .modal_wrap .modal-content_inner {
  margin: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}
.jirei.detail_page .modal_wrap .modal-content_inner img {
  max-height: 600px;
  vertical-align: middle;
}
.jirei.detail_page .modal_wrap .close-btn {
  display: block;
  width: 50px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -50px;
  color: #fff;
}
.jirei.detail_page .modal_wrap .close-btn .icon_plus {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 28px;
}
.jirei.detail_page #data-photoModal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
}
.jirei.detail_page #data-photoModal .modal-content {
  position: static;
  max-height: inherit;
  max-width: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin: 0;
}
.jirei.detail_page #data-photoModal .modal-content_inner {
  margin: 0 20px;
  max-height: calc(100vh - 200px);
  max-width: 960px;
  height: auto;
}
.jirei.detail_page #data-photoModal .modal-content_inner img {
  max-height: calc(100vh - 200px);
  vertical-align: middle;
  width: auto;
  height: auto;
}
.jirei.detail_page .photo_area_description {
  overflow: auto;
}
.jirei.detail_page .photo_area_description .photo_area_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.jirei.detail_page .photo_area_description .pdf_btn a {
  width: auto;
  font-size: 1.6rem;
  height: 50px;
}
.jirei.detail_page .photo_area_description .pdf_btn a i {
  height: 25px;
  margin-right: 10px;
}
.jirei.detail_page .photo_area_description .pdf_btn a i img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .jirei.detail_page .photo_slider_area {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .jirei.detail_page .photo_slider_area .sp-bottom-thumbnails {
    display: none !important;
  }
  .jirei.detail_page .photo_slider_area .bx-wrapper .bx-prev {
    left: -15px;
  }
  .jirei.detail_page .photo_slider_area .bx-wrapper .bx-next {
    right: -15px;
  }
  .jirei.detail_page .photo_slider_area .bx-wrapper .bx-pager {
    display: block;
  }
  .jirei.detail_page .photo_slider_area .photo_slider iframe, .jirei.detail_page .photo_slider_area .photo_slider img {
    max-height: 240px;
  }
  .jirei.detail_page .photo_slider_area .video_wrap {
    max-width: inherit;
  }
  .jirei.detail_page .photo_slider_area .slider_nav {
    display: none;
  }
  .jirei.detail_page .photo_area_description {
    margin-top: 35px;
  }
  .jirei.detail_page .photo_area_description .photo_area_txt {
    font-size: 1.4rem;
  }
}
.jirei.detail_page .content_section {
  margin-top: 50px;
}
.jirei.detail_page .section_title {
  background-color: #0d3d7f;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.jirei.detail_page .overview_table {
  font-size: 1.6rem;
}
.jirei.detail_page .overview_table th {
  width: 170px;
}
@media (max-width: 768px) {
  .jirei.detail_page .overview_table {
    font-size: 1.4rem;
  }
  .jirei.detail_page .overview_table th {
    width: 85px;
    padding: 6px 0;
  }
}
.jirei.detail_page .feature_area .subtitle {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 2px solid #0d3d7f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.jirei.detail_page .feature_area .feature_description {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.jirei.detail_page .feature_area .feature_description:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .jirei.detail_page .feature_area .feature_description {
    font-size: 1.4rem;
  }
}
.jirei.detail_page .link_list .link_item {
  margin-top: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.jirei.detail_page .link_list .link_item:first-child {
  margin-top: 0;
}
.jirei.detail_page .link_list .link_item a {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #1152b2;
  padding: 15px;
}
@media (min-width: 768px) {
  .jirei.detail_page .link_list .link_item a:hover {
    text-decoration: none;
    border: 1px solid #1152b2;
  }
  .jirei.detail_page .link_list .link_item a:hover .product_number {
    color: #1152b2;
  }
}
.jirei.detail_page .link_list .link_item a .icon_arrow {
  font-size: 1rem;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  display: inline-block;
  margin-right: 10px;
}
.jirei.detail_page .link_list .link_item .product_name {
  font-size: 1.6rem;
}
.jirei.detail_page .link_list .link_item .product_number {
  color: #454545;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .jirei.detail_page .link_list .link_item:before {
    margin-right: 10px;
  }
  .jirei.detail_page .link_list .link_item .product_name {
    font-size: 1.4rem;
    display: inline-block;
  }
  .jirei.detail_page .link_list .link_item .product_number {
    padding-left: 15px;
  }
  .jirei.detail_page .link_list .link_item a {
    position: relative;
  }
  .jirei.detail_page .link_list .link_item a .icon_arrow {
    font-size: 2rem;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto 0;
  }
}
.jirei.detail_page .pdf_btn {
  margin-top: 50px;
}
.jirei.detail_page .pdf_btn a {
  font-size: 2.2rem;
  width: 560px;
  height: 80px;
  color: #fff;
  background-color: #1152b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .jirei.detail_page .pdf_btn a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
.jirei.detail_page .pdf_btn a i {
  margin-right: 18px;
  padding-right: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .jirei.detail_page .pdf_btn {
    margin-top: 40px;
  }
  .jirei.detail_page .pdf_btn a {
    max-width: 322px;
    width: auto;
    height: 45px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .jirei.detail_page .pdf_btn a i {
    width: 14px;
    margin-right: 10px;
  }
}
.jirei.detail_page .attention_txt {
  text-align: center;
  margin-top: 40px;
  font-size: 1.3rem;
}
.jirei.detail_page .case_section {
  background-color: #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
}
.jirei.detail_page .case_section .carousel_area {
  max-width: 840px;
  margin: 0 auto;
}
.jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 35px;
  height: 100px;
}
.jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a.bx-prev i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none;
    color: #999;
    background-color: #fff;
  }
}
.jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -60px;
}
.jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a.bx-next {
  right: -60px;
}
.jirei.detail_page .case_section .carousel_item {
  width: 260px;
}
.jirei.detail_page .case_section .carousel_item a {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 9px;
  padding-bottom: 50px;
  display: block;
}
@media (min-width: 768px) {
  .jirei.detail_page .case_section .carousel_item a:hover {
    text-decoration: none;
  }
  .jirei.detail_page .case_section .carousel_item a:hover .thumb_title {
    color: #1391ce;
  }
  .jirei.detail_page .case_section .carousel_item a:hover .thumb_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.jirei.detail_page .case_section .carousel_item .thumb_title {
  font-size: 1.6rem;
  margin-top: 10px;
}
.jirei.detail_page .case_section .carousel_item .thumb_img {
  overflow: hidden;
  text-align: center;
  max-height: 180px;
}
.jirei.detail_page .case_section .carousel_item .thumb_img img {
  -webkit-transition: all .4s;
  transition: all .4s;
  max-height: 180px;
  display: inline;
}
@media (min-width: 481px) {
  .jirei.detail_page .case_section .carousel_area .carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .jirei.detail_page .case_section .carousel_area .carousel .carousel_item a {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 85px;
  }
  .jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -15px;
  }
  .jirei.detail_page .case_section .carousel_area .bx-wrapper .bx-controls-direction a.bx-next {
    right: -15px;
  }
  .jirei.detail_page .case_section .carousel_item .thumb_img {
    max-height: 420px;
  }
  .jirei.detail_page .case_section .carousel_item .thumb_img img {
    max-height: 420px;
  }
  .jirei.detail_page .case_section .slider_btn.prev_btn {
    left: -15px;
  }
  .jirei.detail_page .case_section .slider_btn.next_btn {
    right: -15px;
  }
}
.jirei.detail_page .bottom_case_list_area {
  margin-top: 0;
}
.jirei .modal-content__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.jirei .modal-content__video video {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
