@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ly-mainv-body-inner, .ly-subGnav-inner, .ly-sect-inner, .bl-megamenu-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-sect-inner--lg, .ly-footer-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-mainv-body, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-subGnav, .ly-sect, .bl-edit-link, .ly-footer-body {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-mainv-body, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-subGnav, .ly-sect, .bl-edit-link, .ly-footer-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly-pageHeader-inner, .ly-main-inner, .ly-localnav-inner, .bl-edit-link-inner {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-localnav-item > a:before, .bl-megamenu-nav-sub-item:before, .bl-megamenu-child-item:before, .bl-megamenu-child-sp-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #921D56;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-localnav-item > a > a, .bl-megamenu-nav-sub-item > a, .bl-megamenu-child-item > a, .bl-megamenu-child-sp-item > a {
  position: relative;
  color: #222;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}

@media screen and (max-width: 600px) {
  .bl-sitemapList-title.has-child:before, .bl-gnav-item > a:before, .bl-megamenu-children-title:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #cbcbcb;
    content: "";
    transform: translateY(-50%);
  }
  .bl-sitemapList-title.has-child:after, .bl-gnav-item > a:after, .bl-megamenu-children-title:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    content: "";
    transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
    transform: translateY(-40%);
  }
  .is-active.bl-sitemapList-title.has-child:after, .bl-gnav-item > a.is-active:after, .is-active.bl-megamenu-children-title:after {
    transform: translateY(-60%) rotate(180deg);
  }
}
.manage-column.column-faq_cat {
  width: 15%;
}
.manage-column.column-qa_id_column_name {
  width: 10%;
}

html,
body {
  width: 100%;
  min-width: 1180px;
}
@media screen and (max-width: 600px) {
  html,
  body {
    min-width: initial;
    min-width: auto;
  }
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 2;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.5rem;
}

a {
  color: #921D56;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.4;
}

h2 {
  margin: 2em 0 1em;
  font-size: 3.4rem;
  line-height: 1.4;
}

h3 {
  margin: 2em 0 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.5em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

hr {
  margin: 45px 0;
  border: none;
  border-top: 1px solid #CBCBCB;
}

article img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup,
sub {
  font-size: 1rem;
}

figure {
  margin: 0 0 1.5em;
}

.sp-view {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp-view {
    display: block !important;
  }
}

.tb-view {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .tb-view {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-view {
    display: none !important;
  }
}

.hp-taR {
  text-align: right !important;
}

.hp-taL {
  text-align: left !important;
}

.hp-taC {
  text-align: center !important;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.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%;
  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;
}

.ly-main img {
  max-width: 100%;
  height: auto;
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 210px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 3.2;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #4d4d4d;
  content: "";
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #921D56;
  border-color: #921D56;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:hover:before {
  border-color: transparent transparent transparent #921D56;
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 180px;
    font-size: 1.3rem;
  }
}
.el-btn-login {
  color: #fff;
  background: #283138;
  border: 1px solid #70767A;
}
.el-btn-login:before {
  display: none;
}
.el-btn-login--sm {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 3.9;
}
.el-btn-login--full {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 4;
}
.el-btn-primary {
  background: #921D56;
  color: #fff;
}
.el-btn-primary:hover {
  background: #fff;
  color: #921D56;
}
.el-btn--cWht {
  background: transparent;
  border-color: #FFF;
  color: #fff;
}
.el-btn--cWht:before {
  border-color: transparent transparent transparent #FFF;
}
.el-btn--cWht:hover {
  border-color: #921D56;
}
.el-btn--window:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 8px;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--window:hover:after {
  background-image: url(../images/icon/icon_window_w.svg);
}
.el-btn--window.el-btn-primary:after {
  background-color: #FFF;
}
.el-btn--window.el-btn-primary:hover:after {
  background-color: #921D56;
}
.el-btn--window.el-btn--sm:after {
  width: 11px;
  height: 11px;
  margin-left: 3px;
}
.el-btn--pdf:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-left: 5px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--pdf:hover:after {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--beforePdf:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 8px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--beforePdf:hover:before {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--wAuto {
  display: inline-block;
  width: auto;
  max-width: initial;
  max-width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.is-ie .el-btn--wAuto {
  max-width: 100%;
}
.el-btn--full {
  display: inline-block;
  width: 100%;
  max-width: initial;
  max-width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.is-ie .el-btn--full {
  max-width: 100%;
}
.el-btn--sm {
  padding: 0;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 3;
}
.el-btn--sm:before {
  margin-right: 5px;
}
.el-btn--hMd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.el-btn-submit {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-color: #921D56;
  background: #921D56;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-btn-submit {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-submit:before {
  display: none;
}
.el-btn-submit:hover {
  opacity: 0.5;
}
.el-btn-submit.t-size-full {
  width: 100%;
}
.el-btn-submit[disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
.el-btn-submit[disabled]:hover {
  opacity: 1;
}
.el-btn-back {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  .el-btn-back {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-back:before {
  display: none;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #921D56;
  font-weight: bold;
}
.el-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #921D56;
  border-right: 1px solid #921D56;
  box-sizing: border-box;
  margin-right: 10px;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.el-heading {
  position: relative;
  margin: 2.5em 0 1.5em;
  box-sizing: border-box;
  color: #222;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading {
    font-size: 2.4rem;
  }
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-bottom: 11px;
  border-bottom: 3px solid #921D56;
  box-sizing: border-box;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 2.2rem;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2 .item-sub {
  font-size: 1.8rem;
}
.el-heading-lv2--cWht {
  color: #fff;
}
.el-heading-lv2--sm {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1.25em;
  padding-bottom: 8px;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
  color: #921D56;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
.el-heading-lv3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 65px;
  height: 1px;
  background: #921D56;
  content: "";
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 1.9rem;
  }
}
.el-heading-lv3--nobd {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 2.1rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--nobd {
    font-size: 1.9rem;
  }
}
.el-heading-lv3--nobd:before {
  display: none;
}
.el-heading-lv3--sm {
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 2.1rem;
  color: #222;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--sm {
    font-size: 1.9rem;
  }
}
.el-heading-lv3--sm:before {
  display: none;
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.el-heading-lv4 .item-caption {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 1.6rem;
  }
}
.el-heading-lv4--bdt {
  margin-top: 1em;
  padding-top: 1.25em;
  border-top: 1px solid #E5E5E5;
}

.el-pageHeading {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.utility .el-pageHeading {
  color: #222;
}
@media screen and (max-width: 600px) {
  .el-pageHeading {
    font-size: 2.6rem;
  }
}
.el-pageHeading-sub {
  display: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub {
    display: block;
  }
}
.el-pageHeading-sub--pcView {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub--pcView {
    font-weight: 500;
  }
}
.el-pageHeading-catchcopy {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-catchcopy {
    margin-top: 3px;
    font-size: 1.3rem;
  }
}

.el-postHeading {
  margin: 0 0 25px;
  color: #222;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .el-postHeading {
    font-size: 2.2rem;
  }
}

.el-lead {
  margin-bottom: 50px;
}
.el-lead--cWht {
  color: #fff;
}

.el-caption {
  font-size: 1.2rem;
}
.el-caption--fzSm {
  font-size: 1rem;
}
.el-caption--fzLg {
  font-size: 1.8rem;
}

.el-notes {
  padding-left: 1em;
  text-indent: -1em;
}

.el-em {
  font-size: 2rem;
}

.el-strong {
  color: #921D56;
  font-weight: normal;
}

.el-label {
  display: inline-block;
  min-width: 85px;
  margin: 0 20px 0 0;
  padding: 0 10px 1px;
  background: #3e3a39;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label {
    min-width: 90px;
    margin-right: 15px;
    font-size: 1.1rem;
  }
}
.el-label--sm {
  margin: 2px 0 2px 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.el-icon-window:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-popup:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_popup.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-file-pdf:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-file-pdf--sm:before {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.el-icon-file-excel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-arrow-circle {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.el-icon-arrow-circle:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #921D56;
  content: "";
}
.el-icon-arrow-circle:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(5px);
}

.el-googlemap {
  position: relative;
  padding-top: 340px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .el-googlemap {
    padding-top: 260px;
  }
}
.el-googlemap > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.grid2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid2 {
    display: block;
  }
}
.grid2 > .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid2 > .col {
    width: 100%;
  }
}

.grid3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid3 {
    display: block;
  }
}
.grid3 > .col {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col {
    width: 100%;
  }
}
.grid3 > .col_multi2 {
  width: 66.666%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col_multi2 {
    width: 100%;
  }
}

.grid4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid4 {
    display: block;
  }
}
.grid4 > .col {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col {
    width: 100%;
  }
}
.grid4 > .col_multi3 {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi3 {
    width: 100%;
  }
}

.grid5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid5 {
    display: block;
  }
}
.grid5 > .col {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col {
    width: 100%;
  }
}

.grid2 {
  margin-right: -40px;
  margin-left: -40px;
}
.grid2.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mMd .col,
.grid2--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd .col,
  .grid2--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mSm .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: -35px;
  margin-left: -35px;
}
.grid3.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3 .col,
.grid3 .col_multi2 {
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 600px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mMd .col,
.grid3--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd .col,
  .grid3--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mSm .col,
.grid3--mSm .col_multi2 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm .col,
  .grid3--mSm .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid4 {
  margin-right: -25px;
  margin-left: -25px;
}
.grid4.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid4 .col,
  .grid4 .col_multi2,
  .grid4 .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid4--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm .col,
  .grid4--mSm .col_multi2,
  .grid4--mSm .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid5 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid5.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .grid5 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}

.bl-column {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-column {
    display: block;
  }
}
.bl-column-main {
  width: 62%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-column-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
    padding-left: 0;
  }
}
.bl-column-sub {
  width: 38%;
}
@media screen and (max-width: 600px) {
  .bl-column-sub {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.bl-notes {
  margin: 0 0 1.5em;
}
.bl-notes:last-child {
  margin-bottom: 0;
}
.bl-notes > span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.bl-notes--num > span {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.bl-table-scroll {
  margin-bottom: 1.5em;
}
.bl-table-scroll:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .bl-table-scroll-inner {
    display: inline-block;
    width: 700px;
    white-space: normal;
  }
}

table {
  width: 100%;
  margin: 1.5em 0;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 1.4rem;
  }
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 12px 20px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 10px;
  }
}
table th {
  width: 260px;
  background: #f7f7f7;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table th {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  table th {
    width: 120px;
  }
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .bl-table--vert {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert thead,
  .bl-table--vert tbody,
  .bl-table--vert tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-table--sm {
  font-size: 1.3rem;
}
.bl-table--sm th,
.bl-table--sm td {
  padding: 8px 15px;
}
.bl-table--sm thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.2rem;
}

.bl-dl-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row--long > dt {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dt {
    width: 100%;
  }
}
.bl-dl-row--long > dd {
  padding-left: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dd {
    padding-left: 0;
  }
}

.bl-list-disc {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 50%;
  content: "";
}
.bl-list-disc--row > li {
  display: inline-block;
  margin-right: 40px;
}
.bl-list-disc--row > li:last-child {
  margin-right: 0;
}
.bl-list-disc--liMb0 {
  margin-bottom: 1em;
}
.bl-list-disc--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-disc--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-disc--liMb0 > li > br {
    display: none;
  }
}
.bl-list-disc--bd {
  border-bottom: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li:before {
  top: 25px;
  transform: translateY(-50%);
}

.bl-list-num {
  margin-bottom: 1.5em;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 2em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  border-radius: 50%;
  content: "(" counter(num) ")";
}
.bl-list-num--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-num--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-num--liMb0 > li > br {
    display: none;
  }
}

.bl-card {
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
.bl-card > .col {
  padding-right: 15px;
  padding-left: 15px;
}
.bl-card-item {
  margin-bottom: 30px;
}
.bl-card-fig {
  margin-bottom: 15px;
}
.bl-card-fig > span {
  display: block;
  width: 100%;
  max-width: 153px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bl-card-fig > span {
    max-width: 120px;
  }
}
.bl-card--sm .bl-card-fig > span {
  max-width: 87px;
}
.bl-card-title {
  margin: 0 0 0.5em;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.bl-card--sm .bl-card-title {
  font-size: 1.6rem;
}
.bl-card-title--cOrn {
  color: #3e3a39;
}
.bl-card-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-card-txt > br {
    display: none;
  }
}
.bl-card--sm .bl-card-txt {
  font-size: 1.3rem;
}

.bl-btns {
  display: flex;
  margin: 30px -10px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-btns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-btns-item {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-btns-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-box {
  margin: 3em 0;
  padding: 35px 40px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-box {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 20px;
  }
}
.bl-box > p {
  margin: 0 0 1em;
}
.bl-box > p:last-child {
  margin-bottom: 0;
}
.bl-box img {
  max-width: 100%;
  height: auto;
}

.bl-box-login {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding: 30px 40px;
  background: #3D464C;
  border-radius: 8px;
}
.bl-box-login:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-box-login {
    display: block;
    margin: 1em 0;
    padding: 15px 25px;
  }
}
.bl-box-login-body {
  flex: 1 1 auto;
  padding-right: 40px;
  color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-login-body {
    margin-bottom: 1em;
    padding-right: 0;
  }
}
.bl-box-login-body > p {
  margin-bottom: 0;
}
.bl-box-login-body a {
  color: #fff;
  text-decoration: underline;
}
.bl-box-login-body a:hover {
  text-decoration: none;
}
.bl-box-login-btn {
  flex: 0 0 220px;
}
.bl-box-login-btn .el-btn-login:before {
  display: inline-block;
  border-color: transparent transparent transparent #FFF;
}

.bl-box-getAcrobat {
  display: flex;
  align-items: center;
  margin: 2em 0;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
.bl-box-getAcrobat:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-box-getAcrobat {
    display: block;
    padding: 20px;
  }
}
.bl-box-getAcrobat-link {
  flex: 0 0 158px;
}
@media screen and (max-width: 600px) {
  .bl-box-getAcrobat-link {
    margin: 0 auto 15px;
  }
}
.bl-box-getAcrobat-link > a {
  display: block;
  width: 158px;
  height: 39px;
  background: url(../images/bn_acrobat.png) no-repeat center center/cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-box-getAcrobat-link > a {
    margin: 0 auto;
  }
}
.bl-box-getAcrobat-link > a:hover {
  opacity: 0.5;
}
.bl-box-getAcrobat-txt {
  flex: 1px 1px auto;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-getAcrobat-txt {
    padding-left: 0;
  }
}

.bl-box-announcement {
  margin: 3em 0;
  padding: 30px 40px;
  border: 1px solid #921D56;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-announcement {
    padding: 20px;
  }
}
.bl-box-announcement:last-child {
  margin-bottom: 0;
}
.bl-box-announcement-title {
  margin-bottom: 1em;
  color: #921D56;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-box-announcement--sm .bl-box-announcement-title {
  font-size: 1.5rem;
}
.bl-box-announcement--sm {
  font-size: 1.3rem;
}

.bl-box-announcement-sub {
  display: flex;
  margin: 1.5em 0;
  padding: 15px 25px;
  border: 1px solid #921D56;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-announcement-sub {
    display: block;
    padding: 10px 15px;
  }
}
.bl-box-announcement-sub:last-child {
  margin-bottom: 0;
}
.is-ie .bl-box-announcement-sub {
  display: table;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .is-ie .bl-box-announcement-sub {
    display: block;
  }
}
.bl-box-announcement-sub-title {
  flex: 0 0 4em;
  color: #921D56;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-box-announcement-sub-title {
    margin-bottom: 0.25em;
  }
}
.is-ie .bl-box-announcement-sub-title {
  display: table-cell;
  width: 10%;
}
@media screen and (max-width: 600px) {
  .is-ie .bl-box-announcement-sub-title {
    display: block;
    width: 100%;
  }
}
.bl-box-announcement-sub--long .bl-box-announcement-sub-title {
  flex-basis: 8.5em;
}
.is-ie .bl-box-announcement-sub--long .bl-box-announcement-sub-title {
  width: 18%;
}
@media screen and (max-width: 600px) {
  .is-ie .bl-box-announcement-sub--long .bl-box-announcement-sub-title {
    display: block;
    width: 100%;
  }
}
.bl-box-announcement-sub-body {
  flex: 1 1 auto;
  margin: 0;
}
.is-ie .bl-box-announcement-sub-body {
  display: table-cell;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .is-ie .bl-box-announcement-sub-body {
    display: block;
    width: 100%;
  }
}
.is-ie .bl-box-announcement-sub--long .bl-box-announcement-sub-body {
  width: 82%;
}
@media screen and (max-width: 600px) {
  .is-ie .bl-box-announcement-sub--long .bl-box-announcement-sub-body {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .bl-figbox {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-figbox img {
    max-width: 200px;
  }
}

.bl-browseBtns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns {
    font-size: 1.2rem;
    margin-right: -3px;
    margin-left: -3px;
  }
}
.bl-browseBtns li {
  width: 16.666%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns li {
    width: 25%;
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px;
  }
}
.bl-browseBtns li a {
  display: block;
  padding: 5px 0 6px;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #222;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  transition: border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-browseBtns li a {
    padding: 2px 0 3px;
  }
}
.bl-browseBtns li a:hover {
  border-color: #921D56;
  background-color: #921D56;
  color: #fff;
  text-decoration: none;
}
.bl-browseBtns li.item-head > a {
  border-color: #CBCBCB;
  background: #E5E5E5;
}
.bl-browseBtns li.item-head > a:hover {
  border-color: #921D56;
  background-color: #921D56;
}
.bl-browseBtns li.is-active > a {
  border-color: #921D56;
  background-color: #921D56;
  color: #fff;
}
.bl-browseBtns--gr8 li {
  width: 12.5%;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns--gr8 li {
    width: 20%;
  }
}

.bl-fileBrowse {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em;
  line-height: 1.75;
}
.bl-fileBrowse--bdT {
  border-top: 1px solid #CBCBCB;
}
.is-ie .bl-fileBrowse--full {
  display: block;
}
.bl-fileBrowse-item {
  width: 33.333%;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-fileBrowse-item {
    display: block;
    width: 100%;
  }
}
.bl-fileBrowse--gr2 .bl-fileBrowse-item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .bl-fileBrowse--gr2 .bl-fileBrowse-item {
    width: 100%;
  }
}
.bl-fileBrowse--full .bl-fileBrowse-item {
  width: 100%;
}
.bl-fileBrowse-item span {
  display: block;
}
.bl-fileBrowse-item a {
  display: inline-block;
}
.bl-fileBrowse-item a[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-fileBrowse-item a[href$=".xls"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-fileBrowse-title {
  margin: 2em 0 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #921D56;
  font-size: 2rem;
  font-weight: 700;
}

.bl-fileBrowse-dl {
  position: relative;
  display: flex;
  margin: -1px 0 0;
  border-top: 1px solid #CBCBCB;
}
.bl-fileBrowse-dl:first-child {
  margin-top: 0;
}
.bl-fileBrowse-dl:last-child:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #CBCBCB;
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-fileBrowse-dl {
    display: block;
  }
}
.bl-fileBrowse-dl-wrapper {
  margin-bottom: 60px;
}
.bl-fileBrowse-dl-team {
  width: 33.333%;
  margin: 0;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-fileBrowse-dl-team {
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
}
.bl-fileBrowse-dl-team span {
  display: inline-block;
}
.bl-fileBrowse-dl-team a {
  display: inline-block;
}
.bl-fileBrowse-dl-team a[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-fileBrowse-dl-team a[href$=".xls"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-fileBrowse-dl-desc {
  width: 66.666%;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-fileBrowse-dl-desc {
    width: 100%;
    padding-left: 30px;
  }
}

.bl-files {
  display: inline-block;
  margin-left: 15px;
  line-height: 0;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .bl-files {
    display: block;
    margin: 10px 0 10px 1em;
  }
}
.bl-files > li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-files > li {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.bl-files > li > a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #666666;
}
.bl-files > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 3px;
  background: url(../images/icon/icon_file_others.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}
.bl-files > li.item-pdf > a {
  color: #D75050;
}
.bl-files > li.item-pdf > a:before {
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
}
.bl-files > li.item-excel > a {
  color: #288A5D;
}
.bl-files > li.item-excel > a:before {
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
}
.bl-files > li.item-csv > a {
  color: #288A5D;
}
.bl-files > li.item-csv > a:before {
  background: url(../images/icon/icon_file_csv.svg) no-repeat center center/contain;
  content: "";
}
.bl-files > li.item-ppt > a {
  color: #DF6D29;
}
.bl-files > li.item-ppt > a:before {
  background: url(../images/icon/icon_file_ppt.svg) no-repeat center center/contain;
  content: "";
}
.bl-files--lg {
  margin: 0 0 1.5em;
}
.bl-files--lg > li {
  margin-right: 40px;
}
.bl-files--lg > li > a {
  padding-left: 0;
}
.bl-files--lg > li > a:before {
  position: static;
  width: 36px;
  height: 40px;
  margin-right: 8px;
  transform: translateY(-8%);
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .bl-files--lg > li > a:before {
    width: 30px;
    height: 32px;
  }
}

.bl-mainFlow {
  counter-reset: mainFlowNum;
}
.bl-mainFlow-title {
  margin: 10px 0 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #921D56;
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-title {
    font-size: 2.2rem;
  }
}
.bl-mainFlow-body {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-body {
    padding: 25px 0;
  }
}
.bl-mainFlow-body .item-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
}
.bl-mainFlow-body .item-arrow:before {
  position: absolute;
  top: 12px;
  left: 50%;
  display: block;
  width: 24px;
  height: calc(100% - 24px);
  background: #CBCBCB;
  content: "";
  transform: translateX(-50%);
}
.bl-mainFlow-body .item-arrow:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #CBCBCB transparent transparent transparent;
  content: "";
}
.bl-mainFlow-body-inner {
  position: relative;
  padding-left: 75px;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-body-inner {
    padding-left: 60px;
  }
}
.bl-mainFlow-contents {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
}
.bl-mainFlow-contents:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-contents {
    padding: 20px;
  }
}
.bl-mainFlow-contents-inner {
  position: relative;
  padding-left: 40px;
  counter-increment: mainFlowNum;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-contents-inner {
    padding-left: 30px;
  }
}
.bl-mainFlow-contents-inner:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #921D56;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  content: counter(mainFlowNum);
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-contents-inner:before {
    top: 0;
    font-size: 2.6rem;
  }
}
.bl-mainFlow-heading {
  margin: 0 0 1em;
  font-size: 2rem;
  color: #921D56;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-heading {
    margin-bottom: 0.9em;
    font-size: 1.8rem;
  }
}
.bl-mainFlow-column {
  display: flex;
  align-items: stretch;
  margin: -30px;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-column {
    display: block;
    margin: -20px;
  }
}
.bl-mainFlow-column-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
.is-ie .bl-mainFlow-column-body {
  display: block;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-column-body {
    display: block;
    padding: 20px;
  }
}
.bl-mainFlow-column-body > p:last-child {
  margin-bottom: 0;
}
.bl-mainFlow-column-fig {
  flex: 0 0 295px;
  min-height: 220px;
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-column-fig {
    min-height: initial;
  }
}
.bl-mainFlow-column-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  height: 100%;
}
.bl-mainFlow-column-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-mainFlow-column-fig > span img {
    position: static;
  }
}

.bl-video {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-video > video {
  display: block;
  width: 100%;
  height: auto;
}

select {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
  color: #222;
}
select ::-ms-expand {
  display: none;
}

input[type=submit] {
  width: 200px;
  padding: 15px;
  background: #921D56;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
input[type=submit]:hover {
  opacity: 0.5;
}
input[type=submit].t-size-full {
  width: 100%;
}
input[type=submit][disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  max-width: 600px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 3px;
  line-height: 1.4;
  box-sizing: border-box;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #222;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #222;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #222;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #222;
}
input[type=text].item-zipcode,
input[type=email].item-zipcode,
input[type=tel].item-zipcode,
input[type=date].item-zipcode {
  max-width: 220px;
}

label.item-inputType-text > span {
  display: block;
  margin-bottom: 0.25em;
}
label.item-email {
  display: block;
  margin-top: 0.5em;
}
label.item-email:first-child {
  margin-top: 0;
}
label.item-address {
  display: block;
  margin-bottom: 0.5em;
}
label.item-address:last-child {
  margin-bottom: 0;
}

textarea {
  width: 100%;
  max-width: 600px;
  height: 12.8em;
  line-height: 1.3;
  padding: 12px 15px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-moz-placeholder {
  color: #222;
}
textarea::placeholder {
  color: #222;
}
textarea:-ms-input-placeholder {
  color: #222;
}
textarea.form-date {
  height: 6em;
}

span[class^=filename-] {
  display: block;
  box-sizing: border-box;
  margin-left: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.bl-select-wrapper {
  position: relative;
  width: 220px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  content: "";
  z-index: 1;
}
.bl-select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: translateY(-70%) rotate(135deg);
  content: "";
  z-index: 1;
}

.type-radio label {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.75;
}
.type-radio label:hover {
  cursor: pointer;
}
.type-radio label > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.type-radio label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.type-radio label input[type=radio] {
  display: none;
}
.type-radio label input[type=radio]:checked + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #921D56;
  border-radius: 50%;
  content: "";
}
.type-radio label input[type=radio]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #921D56;
  border-radius: 50%;
  content: "";
}
.type-radio.is-disabled label > span {
  color: #d2d7dc;
}
.type-radio.is-disabled label > span:before {
  background: #eef2f4;
  border: none;
}
.type-radio.is-disabled label input[type=radio] {
  display: none;
}
.type-radio.is-disabled label input[type=radio]:checked + span:after {
  background: none;
}
.type-radio.is-disabled label input[type=radio]:checked + input[type=hidden] + span:after {
  background: none;
}
.type-check label, span[class^="wpcf7-form-control-wrap acceptance"] label {
  display: inline-block;
  margin-right: 15px;
}
.type-check label:hover, span[class^="wpcf7-form-control-wrap acceptance"] label:hover {
  cursor: pointer;
}
.type-check label > span, span[class^="wpcf7-form-control-wrap acceptance"] label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.type-check label > span:before, span[class^="wpcf7-form-control-wrap acceptance"] label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox], span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  border-right: 3px solid #921D56;
  border-bottom: 3px solid #921D56;
  content: "";
  transform: rotate(45deg);
}
.type-check label input[type=checkbox]:checked + input[type=hidden] + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #921D56;
  border-bottom: 3px solid #921D56;
  content: "";
  transform: rotate(45deg);
}

.type-radio,
.type-check {
  line-height: 1.75;
}

.bl-siteSearch {
  position: relative;
}

input[type=text].el-input-txt-siteSearch {
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-siteSearch {
    padding: 8px 40px 8px 15px;
    opacity: 1;
    visibility: visible;
  }
}
input[type=text].el-input-txt-siteSearch::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::placeholder {
  color: #989898;
}
.is-not-scrolled .home input[type=text].el-input-txt-siteSearch {
  border-color: #FFF;
  background-color: #FFF;
}
.is-not-scrolled.is-nav-open .home input[type=text].el-input-txt-siteSearch, .is-not-scrolled.is-change-header .home input[type=text].el-input-txt-siteSearch {
  border-color: #ccc;
  background: #FFF;
}
.is-search-open input[type=text].el-input-txt-siteSearch {
  opacity: 1;
  visibility: visible;
}

.el-input-btn-siteSearch {
  position: absolute;
  top: 0;
  right: 3px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-input-btn-siteSearch {
    top: 50%;
    right: 8px;
    transform: translateY(-55%);
    opacity: 1;
    visibility: visible;
  }
}
.is-search-open .el-input-btn-siteSearch {
  opacity: 1;
  visibility: visible;
}
.el-input-btn-siteSearch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_loupe.svg) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.gsc-control-cse {
  padding: 0 !important;
}

.bl-searchBox {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-searchBox {
    padding: 20px;
  }
}
.bl-searchBox-inputTxt {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-txt {
    font-size: 1.4rem;
  }
}
.bl-searchBox-mode {
  position: relative;
}
.bl-searchBox-mode:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "検索条件：";
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode:before {
    position: static;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.bl-searchBox-mode .type-radio-item {
  display: block;
  margin-bottom: 3px;
  padding-left: 6em;
}
.bl-searchBox-mode .type-radio-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    font-size: 1.4rem;
  }
}

input[type=text].el-input-txt-faq {
  max-width: initial;
  max-width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-faq {
    padding-right: 10px;
    padding-left: 10px;
  }
}
input[type=text].el-input-txt-faq::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::placeholder {
  color: #989898;
}

input[type=submit].el-input-btn-faq {
  width: 100px;
  background: #989898;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  input[type=submit].el-input-btn-faq {
    width: 80px;
  }
}

.hp-mb0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

.hp-mb5 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

.hp-mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb10 {
    margin-bottom: 10px !important;
  }
}

.hp-mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

.hp-mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb20 {
    margin-bottom: 20px !important;
  }
}

.hp-mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb25 {
    margin-bottom: 25px !important;
  }
}

.hp-mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb30 {
    margin-bottom: 30px !important;
  }
}

.hp-mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb35 {
    margin-bottom: 35px !important;
  }
}

.hp-mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb40 {
    margin-bottom: 40px !important;
  }
}

.hp-mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb45 {
    margin-bottom: 45px !important;
  }
}

.hp-mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

.hp-mb55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb55 {
    margin-bottom: 55px !important;
  }
}

.hp-mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb60 {
    margin-bottom: 60px !important;
  }
}

.hp-mb65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb65 {
    margin-bottom: 65px !important;
  }
}

.hp-mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb70 {
    margin-bottom: 70px !important;
  }
}

.hp-mb75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb75 {
    margin-bottom: 75px !important;
  }
}

.hp-mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb80 {
    margin-bottom: 80px !important;
  }
}

.hp-mb85 {
  margin-bottom: 85px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb85 {
    margin-bottom: 85px !important;
  }
}

.hp-mb90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb90 {
    margin-bottom: 90px !important;
  }
}

.hp-mb95 {
  margin-bottom: 95px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb95 {
    margin-bottom: 95px !important;
  }
}

.hp-mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

.hp-mt0 {
  margin-top: 0px !important;
}

.hp-mt5 {
  margin-top: 5px !important;
}

.hp-mt10 {
  margin-top: 10px !important;
}

.hp-mt15 {
  margin-top: 15px !important;
}

.hp-mt20 {
  margin-top: 20px !important;
}

.hp-mt25 {
  margin-top: 25px !important;
}

.hp-mt30 {
  margin-top: 30px !important;
}

.hp-mt35 {
  margin-top: 35px !important;
}

.hp-mt40 {
  margin-top: 40px !important;
}

.hp-mt45 {
  margin-top: 45px !important;
}

.hp-mt50 {
  margin-top: 50px !important;
}

.hp-mt55 {
  margin-top: 55px !important;
}

.hp-mt60 {
  margin-top: 60px !important;
}

.hp-mt65 {
  margin-top: 65px !important;
}

.hp-mt70 {
  margin-top: 70px !important;
}

.hp-mt75 {
  margin-top: 75px !important;
}

.hp-mt80 {
  margin-top: 80px !important;
}

.hp-mt85 {
  margin-top: 85px !important;
}

.hp-mt90 {
  margin-top: 90px !important;
}

.hp-mt95 {
  margin-top: 95px !important;
}

.hp-mt100 {
  margin-top: 100px !important;
}

.hp-ml0 {
  margin-left: 0px !important;
}

.hp-ml5 {
  margin-left: 5px !important;
}

.hp-ml10 {
  margin-left: 10px !important;
}

.hp-ml15 {
  margin-left: 15px !important;
}

.hp-ml20 {
  margin-left: 20px !important;
}

.hp-ml25 {
  margin-left: 25px !important;
}

.hp-ml30 {
  margin-left: 30px !important;
}

.hp-ml35 {
  margin-left: 35px !important;
}

.hp-ml40 {
  margin-left: 40px !important;
}

.hp-ml45 {
  margin-left: 45px !important;
}

.hp-ml50 {
  margin-left: 50px !important;
}

.hp-ml55 {
  margin-left: 55px !important;
}

.hp-ml60 {
  margin-left: 60px !important;
}

.hp-ml65 {
  margin-left: 65px !important;
}

.hp-ml70 {
  margin-left: 70px !important;
}

.hp-ml75 {
  margin-left: 75px !important;
}

.hp-ml80 {
  margin-left: 80px !important;
}

.hp-ml85 {
  margin-left: 85px !important;
}

.hp-ml90 {
  margin-left: 90px !important;
}

.hp-ml95 {
  margin-left: 95px !important;
}

.hp-ml100 {
  margin-left: 100px !important;
}

.hp-pb0 {
  padding-bottom: 0px !important;
}

.hp-pb5 {
  padding-bottom: 5px !important;
}

.hp-pb10 {
  padding-bottom: 10px !important;
}

.hp-pb15 {
  padding-bottom: 15px !important;
}

.hp-pb20 {
  padding-bottom: 20px !important;
}

.hp-pb25 {
  padding-bottom: 25px !important;
}

.hp-pb30 {
  padding-bottom: 30px !important;
}

.hp-pb35 {
  padding-bottom: 35px !important;
}

.hp-pb40 {
  padding-bottom: 40px !important;
}

.hp-pb45 {
  padding-bottom: 45px !important;
}

.hp-pb50 {
  padding-bottom: 50px !important;
}

.hp-pb55 {
  padding-bottom: 55px !important;
}

.hp-pb60 {
  padding-bottom: 60px !important;
}

.hp-pb65 {
  padding-bottom: 65px !important;
}

.hp-pb70 {
  padding-bottom: 70px !important;
}

.hp-pb75 {
  padding-bottom: 75px !important;
}

.hp-pb80 {
  padding-bottom: 80px !important;
}

.hp-pb85 {
  padding-bottom: 85px !important;
}

.hp-pb90 {
  padding-bottom: 90px !important;
}

.hp-pb95 {
  padding-bottom: 95px !important;
}

.hp-pb100 {
  padding-bottom: 100px !important;
}

.hp-pt0 {
  padding-top: 0px !important;
}

.hp-pt5 {
  padding-top: 5px !important;
}

.hp-pt10 {
  padding-top: 10px !important;
}

.hp-pt15 {
  padding-top: 15px !important;
}

.hp-pt20 {
  padding-top: 20px !important;
}

.hp-pt25 {
  padding-top: 25px !important;
}

.hp-pt30 {
  padding-top: 30px !important;
}

.hp-pt35 {
  padding-top: 35px !important;
}

.hp-pt40 {
  padding-top: 40px !important;
}

.hp-pt45 {
  padding-top: 45px !important;
}

.hp-pt50 {
  padding-top: 50px !important;
}

.hp-pt55 {
  padding-top: 55px !important;
}

.hp-pt60 {
  padding-top: 60px !important;
}

.hp-pt65 {
  padding-top: 65px !important;
}

.hp-pt70 {
  padding-top: 70px !important;
}

.hp-pt75 {
  padding-top: 75px !important;
}

.hp-pt80 {
  padding-top: 80px !important;
}

.hp-pt85 {
  padding-top: 85px !important;
}

.hp-pt90 {
  padding-top: 90px !important;
}

.hp-pt95 {
  padding-top: 95px !important;
}

.hp-pt100 {
  padding-top: 100px !important;
}

.hp-db {
  display: block;
}

.hp-fzSm {
  font-size: 1.4rem;
}

.hp-fzLg {
  font-size: 2rem;
}

.hp-cMain {
  color: #921D56;
}

.hp-cWht {
  color: #fff;
}

.hp-fwB {
  font-weight: 700;
}

@font-face {
  font-family: "iconasst";
  src: url("../fonts/iconasst.eot?bkvhnk");
  src: url("../fonts/iconasst.eot?bkvhnk#iefix") format("embedded-opentype"), url("../fonts/iconasst.ttf?bkvhnk") format("truetype"), url("../fonts/iconasst.woff?bkvhnk") format("woff"), url("../fonts/iconasst.svg?bkvhnk#iconasst") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconasst" !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-asst-key:before {
  content: "\e915";
}

.icon-asst-arrow-b-l:before {
  content: "\e900";
}

.icon-asst-arrow-b-r:before {
  content: "\e901";
}

.icon-asst-arrow-b-top:before {
  content: "\e902";
}

.icon-asst-arrow-m-l:before {
  content: "\e903";
}

.icon-asst-arrow-m-r:before {
  content: "\e904";
}

.icon-asst-arrow-line-l:before {
  content: "\e905";
}

.icon-asst-arrow-line-r:before {
  content: "\e906";
}

.icon-asst-multiplied:before {
  content: "\e907";
}

.icon-asst-plus:before {
  content: "\e908";
}

.icon-asst-window:before {
  content: "\e909";
}

.icon-asst-loupe-line:before {
  content: "\e90a";
}

.icon-asst-loupe:before {
  content: "\e90b";
}

.icon-adobeacrobatreader:before {
  content: "\e911";
  color: #ee3f24;
}

.icon-facebook:before {
  content: "\e90c";
  color: #1877f2;
}

.icon-hatenabookmark:before {
  content: "\e90d";
  color: #00a4de;
}

.icon-instagram:before {
  content: "\e90e";
  color: #e4405f;
}

.icon-microsoftexcel:before {
  content: "\e912";
  color: #217346;
}

.icon-microsoftpowerpoint:before {
  content: "\e913";
  color: #d24726;
}

.icon-microsoftword:before {
  content: "\e914";
  color: #2b579a;
}

.icon-twitter:before {
  content: "\e90f";
  color: #1da1f2;
}

.icon-youtube:before {
  content: "\e910";
  color: #f00;
}

.ly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-modal.is-modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .ly-modal {
    width: 100vw;
    min-width: initial;
    min-width: auto;
    height: 100vh;
  }
}
.ly-modal-ol {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 0;
}
.ly-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  height: 600px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly-modal-inner {
    width: calc(100vw - 40px);
    min-width: initial;
    min-width: auto;
    height: auto;
    max-height: calc(100vh - 40px);
  }
}

.bl-modal {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.bl-modal-contents {
  padding: 60px;
}
@media screen and (max-width: 600px) {
  .bl-modal-contents {
    padding: 40px 20px 30px;
  }
}

.el-modal-closed-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-modal-closed-btn {
    top: 10px;
    right: 10px;
  }
}
.el-modal-closed-btn:before, .el-modal-closed-btn:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #921D56;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  content: "";
}
.el-modal-closed-btn:before {
  transform: translateY(-50%) rotate(45deg);
}
.el-modal-closed-btn:after {
  transform: translateY(-50%) rotate(-45deg);
}

.el-logo {
  display: block;
  margin: 0 0 0 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .el-logo {
    position: relative;
    padding-top: 12px;
    margin-left: 15px;
    z-index: 1;
  }
}
.el-logo > a {
  display: block;
  width: 306px;
  height: 36px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-logo > a {
    width: 200px;
    height: 23.5294117647px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
}
.el-logo--notScrolled {
  display: none;
}
.is-not-scrolled .home .el-logo--notScrolled {
  display: block;
}
.is-not-scrolled.is-nav-open .home .el-logo--notScrolled, .is-not-scrolled.is-change-header .home .el-logo--notScrolled {
  display: none;
}
.el-logo--scrolled {
  display: block;
}
.is-not-scrolled .home .el-logo--scrolled {
  display: none;
}
.is-not-scrolled.is-nav-open .home .el-logo--scrolled, .is-not-scrolled.is-change-header .home .el-logo--scrolled {
  display: block;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  height: 90px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), box-shadow 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
.is-not-scrolled .home .ly-header {
  background: none;
}
.is-not-scrolled .ly-header {
  box-shadow: none;
}
.is-not-scrolled.is-change-header .home .ly-header {
  background: white;
}
.is-megamenu-open .ly-header {
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .ly-header {
    width: 100vw;
    min-width: initial;
    min-width: auto;
    height: 50px;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-header {
    height: 100vh;
  }
  .is-nav-open .home .ly-header {
    background: white;
  }
}
.ly-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 5002;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-header-inner {
    display: block;
  }
}

.bl-headerNav {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-headerNav {
    display: none;
    height: 100%;
    padding: 20px 20px 40px;
    overflow-y: auto;
  }
  .is-nav-open .bl-headerNav {
    display: block;
  }
}
.bl-headerNav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-headerNav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-open .bl-headerNav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.bl-headerNav-nav {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column-reverse;
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .bl-headerNav-nav {
    display: block;
    margin-right: 0;
  }
}
.bl-headerNav-login {
  flex: 0 0 280px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-headerNav-login {
    display: none;
    height: auto;
  }
}

.bl-gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .bl-gnav {
    display: block;
    border-bottom: 1px solid #CBCBCB;
  }
}
.bl-gnav-item {
  position: relative;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-gnav-item:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: #ccc;
  content: "";
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-not-scrolled .home .bl-gnav-item:before {
  background: #fff;
}
.is-not-scrolled.is-change-header .home .bl-gnav-item:before {
  background: #CCC;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item:before {
    display: none;
  }
}
.bl-gnav-item:first-child {
  padding-left: 0;
}
.bl-gnav-item:first-child:before {
  display: none;
}
.bl-gnav-item:last-child, .bl-gnav-item:nth-last-child(2) {
  padding-right: 0;
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 13px;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    padding: 15px 0;
  }
}
.bl-gnav-item > a > span {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a > span {
    padding: 0;
  }
}
.bl-gnav-item > a > span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #921D56;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a > span:before {
    display: none;
  }
}
.is-not-scrolled .home .bl-gnav-item > a > span:before {
  background: #FFF;
}
.is-not-scrolled.is-change-header .home .bl-gnav-item > a > span:before {
  background: #921D56;
}
.bl-gnav-item > a:hover {
  color: #921D56;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a:hover {
    color: #222;
  }
}
.is-not-scrolled .home .bl-gnav-item > a {
  color: #FFF;
}
.is-not-scrolled.is-nav-open .home .bl-gnav-item > a, .is-not-scrolled.is-change-header .home .bl-gnav-item > a {
  color: #222;
}
.is-not-scrolled.is-nav-open .home .bl-gnav-item > a:hover, .is-not-scrolled.is-change-header .home .bl-gnav-item > a:hover {
  color: #921D56;
}
.bl-gnav-item.is-nav-active > a > span:before, .bl-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.bl-megamenu {
  position: fixed;
  top: 90px;
  left: 0;
  display: block;
  width: 100%;
  min-width: 1180px;
  padding: 30px 30px 50px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 600px) {
  .bl-megamenu {
    position: static;
    display: none;
    min-width: initial;
    min-width: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .is-current .bl-megamenu {
    display: block;
  }
}
.is-megamenu-open .is-nav-active .bl-megamenu {
  opacity: 1;
  visibility: visible;
}
.bl-megamenu-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-inner {
    min-width: initial;
    min-width: auto;
  }
}
.bl-megamenu-title {
  margin: 0 0 60px;
  color: #921D56;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-title {
    display: none;
  }
}
.bl-megamenu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav {
    display: block;
    margin: 0 0 0 2em;
  }
}
.bl-megamenu-nav-item {
  width: 25%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-megamenu-nav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-item > a {
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.bl-megamenu-nav-item > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #921D56;
  content: "";
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-item > a:before {
    display: none;
  }
}
.bl-megamenu-nav-item > a > span {
  position: relative;
  display: block;
  padding-right: 25px;
}
.bl-megamenu-nav-item > a > span:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #921D56;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-item > a > span:after {
    display: none;
  }
}
.bl-megamenu-nav-item > a.item-external span:after {
  position: static;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  border: none;
  transform: translateY(11%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-megamenu-nav-item > a:hover {
  text-decoration: none;
}
.bl-megamenu-nav-item > a:hover:before {
  transform-origin: right top;
  transform: scaleX(0);
}
.bl-megamenu-nav-sub {
  margin-top: 0;
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-sub {
    display: block;
    margin: 0 0 0 2em;
    font-size: 1.4rem;
  }
}
.bl-megamenu-nav-sub-item {
  position: relative;
  margin-left: 30px;
  padding-left: 12px;
}
.bl-megamenu-nav-sub-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-nav-sub-item {
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #CBCBCB;
    font-size: 1.4rem;
  }
  .bl-megamenu-nav-sub-item:before {
    display: none;
  }
  .bl-megamenu-nav-sub-item > a {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .bl-megamenu-nav-sub-item > a:hover {
    text-decoration: none;
  }
}
.bl-megamenu-children {
  display: flex;
  margin: 50px -25px 0;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-children {
    display: block;
    margin: 0 0 0 2em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-megamenu-children-inner {
    display: none;
  }
}
.bl-megamenu-children-item {
  width: 25%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-children-item {
    width: 100%;
    padding: 0;
  }
}
.bl-megamenu-children-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #921D56;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-children-title {
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #CBCBCB;
    border-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.bl-megamenu-child {
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-child {
    margin-left: 2em;
  }
}
.bl-megamenu-child-title {
  margin: 20px 0 15px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-child-title {
    display: none;
  }
}
.bl-megamenu-child-item {
  position: relative;
  margin: 15px 0;
  padding-left: 12px;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-child-item {
    margin: 0;
    border-top: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-megamenu-child-item > a {
    display: block;
    padding: 10px 0;
  }
  .bl-megamenu-child-item > a:hover {
    text-decoration: none;
  }
}
.bl-megamenu-child-sp {
  display: none;
  margin-left: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-megamenu-child-sp {
    display: block;
  }
}
.bl-megamenu-child-sp-item {
  position: relative;
  padding-left: 12px;
  border-top: 1px solid #CBCBCB;
}
.bl-megamenu-child-sp-item > a {
  display: block;
  padding: 10px 0;
  color: #222;
}
.bl-megamenu-child-sp-item > a:hover {
  text-decoration: none;
}
.bl-megamenu-child-sp-item > a.item-external:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 5px;
  transform: translateY(11%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 5000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .ol {
    display: none;
  }
}
.ol-inner {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: height 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol-inner {
  opacity: 1;
  visibility: visible;
}

.bl-gnavUtil {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil {
    display: block;
    margin-top: 15px;
  }
}
.bl-gnavUtil-item {
  position: relative;
  margin-left: 25px;
  padding-left: 12px;
}
.bl-gnavUtil-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil-item {
    margin-left: 0;
  }
}
.bl-gnavUtil-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #921D56;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-not-scrolled .home .bl-gnavUtil-item:before {
  border-color: transparent transparent transparent #fff;
}
.is-not-scrolled.is-nav-open .home .bl-gnavUtil-item:before, .is-not-scrolled.is-change-header .home .bl-gnavUtil-item:before {
  border-color: transparent transparent transparent #921D56;
}
.bl-gnavUtil-item > a {
  position: relative;
  color: #222;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-not-scrolled .home .bl-gnavUtil-item > a {
  color: #FFF;
}
.is-not-scrolled.is-nav-open .home .bl-gnavUtil-item > a, .is-not-scrolled.is-change-header .home .bl-gnavUtil-item > a {
  color: #222;
}
.is-not-scrolled.is-nav-open .home .bl-gnavUtil-item > a:hover, .is-not-scrolled.is-change-header .home .bl-gnavUtil-item > a:hover {
  color: #921D56;
}
.bl-gnavUtil-item.item-search {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  padding-left: 0;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnavUtil-item.item-search:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil-item.item-search {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.bl-gnavUtil-item.item-search > span {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil-item.item-search > span {
    display: none;
  }
}
.bl-gnavUtil-item.item-search > span:before {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_loupe.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-not-scrolled .home .bl-gnavUtil-item.item-search > span:before {
  background-image: url(../images/icon/icon_loupe_w.svg);
}
.is-not-scrolled.is-change-header .home .bl-gnavUtil-item.item-search > span:before {
  background-image: url(../images/icon/icon_loupe.svg);
}
.bl-gnavUtil-item.item-search > span:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/icon/icon_multiple.svg) no-repeat center center/contain;
  content: "";
  opacity: 0;
  transform: translateY(-45%);
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil-item.item-search > span:after {
    display: none;
  }
}
.bl-gnavUtil-item.item-search.is-search-open {
  width: 210px;
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil-item.item-search.is-search-open {
    width: 100%;
  }
}
.bl-gnavUtil-item.item-search.is-search-open > span:before {
  opacity: 0;
}
.bl-gnavUtil-item.item-search.is-search-open > span:after {
  opacity: 1;
}

.bl-gnavLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #3D464C;
}
.bl-gnavLogin-body {
  width: 136px;
  padding-right: 10px;
  font-size: 1.1rem;
  color: #fff;
  box-sizing: border-box;
}
.bl-gnavLogin-body > p {
  margin: 0 0 8px;
  text-align: center;
  line-height: 1.2;
}
.bl-gnavLogin-body > p:last-child {
  margin-bottom: 0;
}
.bl-gnavLogin-body > p > a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnavLogin-body > p > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-gnavLogin-body > p img {
  width: 100%;
  height: auto;
}
.bl-gnavLogin-btn {
  width: 110px;
  line-height: 1;
}

.el-gnav-sp {
  display: none;
  position: fixed;
  top: 25px;
  right: 30px;
  width: 40px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5200;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp {
    top: 20px;
    right: 17px;
    display: block;
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
.el-gnav-sp > span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #921D56;
  transition: all 0.3s ease;
}
.is-not-scrolled .home .el-gnav-sp > span {
  background: #fff;
}
.is-not-scrolled.is-nav-open .home .el-gnav-sp > span {
  background: #921D56;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp > span {
    width: 30px;
  }
}
.el-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 600px) {
  .el-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 600px) {
  .el-gnav-sp .bottom {
    transform: translateY(7px) scale(1);
  }
}
.is-nav-open .el-gnav-sp .top {
  transform: translateY(2px) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .is-nav-open .el-gnav-sp .top {
    transform: translateY(2px) rotate(45deg);
  }
}
.is-nav-open .el-gnav-sp .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-gnav-sp .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .is-nav-open .el-gnav-sp .bottom {
    transform: translateY(-2px) rotate(-45deg);
  }
}
.el-gnav-sp-sub {
  display: none;
  position: fixed;
  top: 4px;
  right: 12px;
  color: #921D56;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transform: scale(0.8);
  transition: color 0.3s ease;
  z-index: 5200;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp-sub {
    display: block;
  }
}
.is-not-scrolled .home .el-gnav-sp-sub {
  color: #fff;
}
.is-not-scrolled.is-nav-open .home .el-gnav-sp-sub {
  color: #921D56;
}
.el-gnav-sp-sub:before {
  content: "メニュー";
}

.bl-pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .bl-pagetop {
    right: 20px;
  }
}
.bl-pagetop.is-nav-abs {
  position: absolute;
  bottom: auto;
  top: 50px;
}
@media screen and (max-width: 600px) {
  .bl-pagetop.is-nav-abs {
    top: 30px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #921D56;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a {
    width: 40px;
    height: 40px;
  }
}
.bl-pagetop > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  transform: translate(-50%, -20%) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a:before {
    width: 12px;
    height: 12px;
  }
}
.bl-pagetop > a:hover:before {
  transform: translate(-50%, -60%) rotate(-45deg);
}

.ly-footer {
  position: relative;
}
.ly-footer-body {
  background: #F1F1F1;
}
.ly-footer-body.bg-copyright {
  background: #666666;
}
.ly-footer-body-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .ly-footer-body-inner {
    padding-bottom: 20px;
  }
}
.ly-footer-body-inner--sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bl-sitemap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .bl-sitemap {
    display: block;
  }
}
.bl-sitemap-col {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .bl-sitemap-col {
    display: block;
  }
}

.bl-sitemapList {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-sitemapList {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 1.5em;
  }
}
.bl-sitemapList-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-sitemapList-title {
    margin: 0;
    border-top: 1px solid #cbcbcb;
    font-size: 1.5rem;
  }
}
.bl-sitemapList-title > a {
  color: #222;
}
@media screen and (max-width: 600px) {
  .bl-sitemapList-title > a {
    display: block;
    padding: 5px 0;
  }
  .bl-sitemapList-title > a:hover {
    text-decoration: none;
  }
}
.bl-sitemapList-title > a.item-window::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 5px;
  content: "";
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .bl-sitemapList-title > a.item-window::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.bl-sitemapList-title.has-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .bl-sitemapList-title.has-child {
    margin-bottom: 0;
  }
}
.bl-sitemapList-item {
  margin: 0 0 5px;
}
.bl-sitemapList-item > a {
  color: #666666;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-sitemapList-item > a:hover {
    text-decoration: none;
  }
}

.bl-sitemapUtil {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil {
    display: block;
    margin-top: 0;
  }
}
.bl-sitemapUtil-item {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil-item {
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
  }
}
.bl-sitemapUtil-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 60%;
  background: #666;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil-item:before {
    display: none;
  }
}
.bl-sitemapUtil-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.bl-sitemapUtil-item:first-child:before {
  display: none;
}
.bl-sitemapUtil-item > a {
  color: #666;
}

.el-copyright {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.ly-container {
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 50px;
  }
}

.ly-contents {
  position: relative;
  z-index: 1;
}

.ly-breadcrumb {
  background: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-breadcrumb {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
  }
}

.bl-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: -0.4em;
  line-height: 0;
  overflow-x: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .bl-breadcrumb {
    position: static;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .bl-breadcrumb:before, .bl-breadcrumb:after {
    position: static;
    display: inline-block;
    width: 20px;
    height: 1px;
    content: "";
  }
}
.bl-breadcrumb > li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  letter-spacing: normal;
}
.bl-breadcrumb > li:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aab4be;
  border-right: 1px solid #aab4be;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-breadcrumb > li:last-child {
  padding-right: 0;
}
.bl-breadcrumb > li:last-child:after {
  display: none;
}
.bl-breadcrumb > li > a {
  display: inline-block;
  color: #222;
  line-height: 1.2;
}
.bl-breadcrumb > li > span {
  color: #3e3a39;
  line-height: 1.2;
}

.ly-pageHeader {
  height: 120px;
  background: #F1F1F1 no-repeat left top/cover;
}
.library .ly-pageHeader {
  height: 200px;
}
@media screen and (max-width: 600px) {
  .library .ly-pageHeader {
    height: 120px;
  }
}
.guarantee .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_guarantee.jpg);
}
.prepayment .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_prepayment.jpg);
}
.contract .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_contract.jpg);
}
.reservation .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_reservation.jpg);
}
.midterm .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_midterm.jpg);
}
.about .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_about.jpg);
}
.report .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_report.jpg);
}
.recruit .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_recruit.jpg);
}
.netdesk .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_netdesk.jpg);
}
.library .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_library.jpg);
}
.faq .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_faq.jpg);
}
.news .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_news.jpg);
}
.contact .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.ly-pageHeader-inner {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-pageHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bl-pageHeader-icon {
  display: flex;
  align-items: center;
}
.bl-pageHeader-icon-fig {
  flex: 0 0 110px;
}
@media screen and (max-width: 600px) {
  .bl-pageHeader-icon-fig {
    flex-basis: 60px;
  }
}
.bl-pageHeader-icon-fig img {
  width: 100%;
  height: auto;
}
.bl-pageHeader-icon-body {
  flex: 1 1 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-pageHeader-icon-body {
    padding-left: 10px;
  }
}

.ly-body {
  display: flex;
  flex-direction: row-reverse;
}
.ly-body--full {
  display: block;
}
@media screen and (max-width: 600px) {
  .ly-body {
    display: block;
  }
}
.ly-body-main {
  flex: 1 1 auto;
}
.ly-body-side {
  position: relative;
  flex: 0 0 280px;
  background: #F1F1F1;
}
@media screen and (max-width: 600px) {
  .ly-body-side {
    display: none;
  }
}

.ly-main-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-main-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.bl-sidebar {
  position: relative;
  padding: 0;
}
.bl-sidebar::-webkit-scrollbar {
  width: 8px;
}
.bl-sidebar::-webkit-scrollbar-track {
  background-color: #F1F1F1;
}
.bl-sidebar::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 8px;
}
.bl-sidebar-wrapper {
  position: sticky;
  top: 90px;
}
.bl-sidebar-inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  z-index: 1;
}

.bl-sideHead {
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 30px;
  background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, #d8d8d8 100%);
}
.library .bl-sideHead {
  height: 200px;
  background: linear-gradient(90deg, #f1f1f1 20%, #e0d8d0 100%);
}
.bl-sideHead-title {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-sideHead-title .item-sub {
  display: block;
  font-size: 1.4rem;
}
.bl-sideHead-title .item-main {
  display: block;
}

.bl-sideNav {
  margin: 0;
  line-height: 1.625;
}
.bl-sideNav-item {
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sideNav-item > a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 60px;
  color: #222;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sideNav-item > a:hover {
  color: #921D56;
  text-decoration: none;
}
.bl-sideNav-item > a.item-external:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 10px;
  transform: translateY(5%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sideNav-item.is-active, .bl-sideNav-item.is-load-active {
  background: #d8d8d8;
}
.bl-sideNav-item.is-current > a {
  color: #fff;
  background: #921D56;
}
.bl-sideNav-item.item-parent > a {
  padding-left: 30px;
}
.bl-sideNav-item.has-child > a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #979797;
  content: "";
  transform: translateY(-50%);
}
.bl-sideNav-item.has-child > a:after {
  position: absolute;
  top: 50%;
  left: 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(-40%);
}
.bl-sideNav-item.has-child.is-active > a:after, .bl-sideNav-item.has-child.is-load-active > a:after {
  transform: translateY(-60%) rotate(180deg);
}
.bl-sideNav-lv2 {
  display: none;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .is-active .bl-sideNav-lv2 {
    display: none;
  }
}
.is-load-active .bl-sideNav-lv2 {
  display: block;
}
.bl-sideNav-lv2-item > a {
  display: block;
  padding: 8px 20px 8px 60px;
  color: #222;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sideNav-lv2-item > a:hover {
  color: #921D56;
  text-decoration: none;
}
.bl-sideNav-lv2-item.is-active {
  background: #d8d8d8;
}
.bl-sideNav-lv2-item.is-active > a {
  color: #921D56;
}
.bl-sideNav-lv2-item.is-current > a {
  color: #fff;
  background: #921D56;
}

.ly-localnav {
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ly-localnav {
    display: none;
  }
}
.ly-localnav-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.bl-localnav {
  margin: 10px 0;
}
.bl-localnav:last-child {
  margin-bottom: 0;
}
.bl-localnav-item {
  display: inline-block;
  margin-right: 35px;
  box-sizing: border-box;
}
.bl-localnav-item > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #222;
  font-weight: 500;
  line-height: 1.75;
}
.bl-localnav-item.is-current > a {
  color: #b2b2b2;
}
.bl-localnav-item.is-current > a:before {
  border-color: transparent transparent transparent #b2b2b2;
}
.bl-localnav-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #921D56;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-localnav-cat {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.75;
  font-weight: 700;
}

.bl-anchor {
  margin: 0 0 100px;
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-anchor {
    margin-bottom: 60px;
  }
}
.bl-anchor > li {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-anchor > li {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.bl-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
}
.bl-anchor > li > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cbcbcb;
  content: "";
}
.bl-anchor > li > a:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(6px);
}

.ly-subGnav {
  display: none;
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ly-subGnav {
    display: block;
  }
}
.ly-subGnav-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bl-subGnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 1.3rem;
}
.bl-subGnav-item {
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.bl-subGnav-item > a {
  position: relative;
  padding-left: 10px;
  color: #222;
}
.bl-subGnav-item > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #921D56;
  content: "";
  transform: translateY(-50%);
}
.bl-subGnav-item > a:hover {
  text-decoration: none;
}
.bl-subGnav-item.item-external > a:after {
  position: static;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  border: none;
  transform: translateY(11%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.ly-sect {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.ly-sect.bl-top-bannar {
  overflow: visible;
}
.ly-sect--bg {
  background: #f7f7f7;
}
.ly-sect--bgLogin {
  background: #3D464C;
}
.ly-sect--bgDarken {
  background: #e5ebfa;
}
.ly-sect--bgEastTimes:before {
  position: absolute;
  bottom: 170px;
  left: 0;
  display: block;
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, #ececec 100%);
  content: "";
}
@media screen and (max-width: 600px) {
  .ly-sect--bgEastTimes:before {
    bottom: 0;
  }
}
.ly-sect-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-sect-inner--wAuto {
  max-width: initial;
  max-width: auto;
}
.ly-sect-inner--pSm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl-sect {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .ly-login {
    display: none;
  }
}

.bl-login {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-login {
    display: block;
  }
}
.bl-login-logo {
  flex: 0 0 267px;
}
@media screen and (max-width: 600px) {
  .bl-login-logo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 30px;
  }
}
.bl-login-logo img {
  width: 100%;
  height: auto;
}
.bl-login-logo-caption {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.bl-login-body {
  display: flex;
  color: #fff;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-login-body {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.bl-login-body-item {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  color: #b7c2cb;
}
@media screen and (max-width: 600px) {
  .bl-login-body-item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-login-body-item:last-child {
    margin-bottom: 0;
  }
}
.bl-login-btns {
  line-height: 1;
}
.bl-login-btns-sub {
  margin: 20px 0 0;
  line-height: 1.6;
}
.bl-login-btns-sub > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
}
.bl-login-btns-sub > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #b7c2cb;
  content: "";
}
.bl-login-btns-sub > li:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #3D464C;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(50%);
}
.bl-login-btns-sub > li a {
  color: #fff;
}

.bl-edit-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bl-edit-link > a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}

.ly-mainv {
  position: relative;
  height: 600px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .ly-mainv {
    height: 420px;
  }
}
.ly-mainv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ly-mainv-body-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bl-mainv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bl-mainv-btn {
  line-height: 1;
}

.bl-mainvNav {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bl-mainvNav {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 20px -20px 0;
    font-size: 1.3rem;
    transform: translateY(0);
  }
}
.bl-mainvNav > li {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .bl-mainvNav > li {
    width: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.bl-mainvNav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #222;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-mainvNav > li > a {
    padding: 10px 15px;
  }
}
.bl-mainvNav > li > a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #921D56;
  content: "";
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-mainvNav > li > a:hover {
  background: #921D56;
  color: #fff;
  text-decoration: none;
}
.bl-mainvNav > li > a:hover:before {
  border-color: transparent transparent transparent #fff;
}

.bl-mainSlider {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.bl-mainSlider-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bl-mainSlider.slick-initialized {
  opacity: 1;
}
.bl-mainSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-mainSlider .slick-list,
.bl-mainSlider .slick-track {
  height: 100%;
}
.bl-mainSlider .slick-dots {
  bottom: 30px;
  line-height: 0;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider .slick-dots {
    bottom: 35px;
  }
}
.bl-mainSlider .slick-dots li {
  width: 60px;
  height: 2px;
}
.bl-mainSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bl-mainSlider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.bl-mainSlider-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccc no-repeat center center/cover;
}
.bl-mainSlider-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-caption {
    bottom: 5px;
    font-size: 1rem;
  }
}

.el-catchcopy {
  margin: 0 0 20px;
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.75;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    margin-bottom: 10px;
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.el-catchcopy-sub {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sub {
    font-size: 1.3rem;
  }
}

.bl-top-bn {
  margin: 0;
}
.bl-top-bn-item > a {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 40px;
  color: #222;
  background: #f2f2f2 url(../../lp/e-surety/assets/images/bg_pageheader.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-top-bn-item > a {
    padding: 25px 20px;
  }
}
.bl-top-bn-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-top-bn-item > a .fig img {
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .bl-top-bn-item > a .fig img {
    max-width: 220px;
  }
}
.bl-top-bn-item > a .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-top-bn-item > a .arrow {
    right: 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-top-bn-item > a .arrow .txt {
    display: none;
  }
}
.bl-top-bn-item > a .arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #222;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  content: "";
}
.bl-top-bn-item > a .arrow::after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #E3D5DD;
  box-sizing: border-box;
  transform: translateY(-50%);
  content: "";
}

.bl-top-announcement {
  padding: 15px;
  border: 2px solid #C0272D;
  background: #fff;
  color: #C0272D;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-top-announcement {
    font-size: 1.4rem;
  }
}
.bl-top-announcement > p {
  margin: 0;
}
.bl-top-announcement > p > a {
  color: #C0272D;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .bl-topNews {
    display: block;
  }
}
.bl-topNews-nav {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .bl-topNews-nav {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.bl-topNews-nav-item {
  display: block;
  width: 25%;
}
.bl-topNews-nav-item > a {
  position: relative;
  display: block;
  padding-bottom: 13px;
  color: #989898;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topNews-nav-item > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  content: "";
}
.bl-topNews-nav-item > a:hover {
  color: #921D56;
  text-decoration: none;
}
.bl-topNews-nav-item.is-active > a {
  color: #921D56;
}
.bl-topNews-nav-item:nth-child(1).is-active ~ .item-underline {
  left: 0%;
}
.bl-topNews-nav-item:nth-child(2).is-active ~ .item-underline {
  left: 25%;
}
.bl-topNews-nav-item:nth-child(3).is-active ~ .item-underline {
  left: 50%;
}
.bl-topNews-nav-item:nth-child(4).is-active ~ .item-underline {
  left: 75%;
}
.bl-topNews-nav-item:nth-child(1):hover ~ .item-underline {
  left: 0%;
}
.bl-topNews-nav-item:nth-child(2):hover ~ .item-underline {
  left: 25%;
}
.bl-topNews-nav-item:nth-child(3):hover ~ .item-underline {
  left: 50%;
}
.bl-topNews-nav-item:nth-child(4):hover ~ .item-underline {
  left: 75%;
}
.bl-topNews-nav .item-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  background: #921D56;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topNews-body {
  display: none;
  box-sizing: border-box;
}
.bl-topNews-body.is-active {
  display: block;
}
.bl-topNews-btn {
  margin-top: 50px;
  line-height: 1;
  text-align: center;
}

.bl-panel {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .bl-panel {
    display: block;
  }
}
.bl-panel:last-child {
  margin-bottom: 0;
}
.bl-panel.dir-r {
  flex-direction: row-reverse;
}
.bl-panel-body {
  position: relative;
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-panel-body {
    width: 100%;
    padding: 30px 0;
  }
}
.bl-panel-body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  min-width: 590px;
  height: 100%;
  background: #F1F1F1;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-panel-body:before {
    width: 100vw;
    min-width: initial;
    min-width: auto;
    margin-left: calc(50% - 50vw);
  }
}
.bl-panel-body-inner {
  position: relative;
  z-index: 1;
}
.bl-panel-fig {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-panel-fig {
    width: 100%;
    height: 200px;
  }
}
.bl-panel-fig > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50vw;
  min-width: 590px;
  height: 100%;
  background: #ccc url(../images/top/bg_top_library.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-panel-fig > span {
    width: 100vw;
    min-width: initial;
    min-width: auto;
    height: 200px;
    margin-right: calc(50% - 50vw);
  }
}
.bl-panel-fig-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 348px;
  transform: translate(-60%, -60%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-panel-fig-logo {
    width: 240px;
    transform: translate(-50%, -55%);
  }
}
.bl-panel-fig-logo img {
  width: 100%;
  height: auto;
}
.bl-panel-title {
  margin: 0 0 0.7em;
  color: #283138;
  font-size: 2.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-panel-title {
    font-size: 2.2rem;
  }
}
.bl-panel-title-sub {
  margin: 0 0 0.5em;
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-panel-title-sub {
    font-size: 1.6rem;
  }
}
.bl-panel-txt {
  margin: 0 0 1.5em;
  color: #666;
  font-size: 1.3rem;
}

.bl-topEastTimes {
  display: flex;
  margin: 40px -25px 40px -65px;
}
@media screen and (max-width: 600px) {
  .bl-topEastTimes {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.bl-topEastTimes-item {
  width: 22%;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-topEastTimes-item {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl-topEastTimes-item--lg {
  width: 34%;
  padding-right: 65px;
  padding-left: 65px;
}
@media screen and (max-width: 600px) {
  .bl-topEastTimes-item--lg {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl-topEastTimes-item > a {
  display: block;
  color: #222;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topEastTimes-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-topEastTimes-fig {
  display: flex;
  align-items: flex-end;
}
.bl-topEastTimes-fig > span {
  display: block;
  width: 100%;
}
.bl-topEastTimes-fig > span img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.bl-topEastTimes-body {
  margin-top: 0.75em;
  font-size: 1.4rem;
  line-height: 1.75;
}

.bl-topPublications {
  margin-top: 70px;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .bl-topPublications {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.bl-topPublications-item {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-topPublications-item {
    margin-bottom: 30px;
  }
  .bl-topPublications-item:last-child {
    margin-bottom: 0;
  }
}
.bl-topPublications-item > a {
  display: block;
  margin: 0 auto;
  color: #222;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topPublications-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .bl-topPublications-item > a {
    max-width: 340px;
  }
}
.bl-topPublications-fig {
  overflow: hidden;
}
.bl-topPublications-fig > span {
  display: block;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topPublications-fig > span img {
  width: 100%;
  height: auto;
}
.bl-topPublications-body {
  position: relative;
  margin-top: 0.75em;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.bl-topPublications-body:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #B2B2B2;
  content: "";
}
.bl-topPublications-body:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(50%);
}

@media screen and (max-width: 600px) {
  .bl-topCompanyList-item {
    margin-bottom: 30px;
  }
}
.bl-topCompanyList-logo {
  margin-bottom: 5px;
}
.bl-topCompanyList-logo > a {
  display: inline-block;
}
.bl-topCompanyList-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.bl-topCompanyList-title > a {
  color: #222;
}
.bl-topCompanyList-title > a:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_lgry.svg) no-repeat center center/contain;
  content: "";
}
.bl-topCompanyList-title-sub {
  color: #921D56;
  font-size: 1.1rem;
}
.bl-topCompanyList-txt {
  margin-top: 15px;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.75;
}

.bl-post-meta {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 600px) {
  .bl-post-meta {
    margin-bottom: 40px;
  }
}
.bl-post-meta-time {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
}
.bl-post-meta-time > time {
  color: #999;
}
.bl-post-cats {
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.bl-post-fig {
  margin-bottom: 60px;
}
.bl-post-fig img {
  width: 100%;
  height: auto;
}
.bl-post-contents h2,
.bl-post-contents h3 {
  margin-top: 3em;
  color: #921D56;
}
.bl-post-contents h2:first-child,
.bl-post-contents h3:first-child {
  margin-top: 0;
}
.bl-post-contents h2 {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h2 {
    font-size: 1.8rem;
  }
}
.bl-post-contents h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h3 {
    font-size: 1.6rem;
  }
}
.bl-post-contents h4 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h4 {
    font-size: 1.5rem;
  }
}
.bl-post-contents a {
  text-decoration: underline;
}
.bl-post-contents a:hover {
  text-decoration: none;
}
.bl-post-contents a[target=_blank]:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.bl-post-contents a[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-post-contents img {
  max-width: 100%;
}
.bl-post-contents ul {
  margin-bottom: 1.5em;
}
.bl-post-contents ul > li {
  position: relative;
  padding-left: 1em;
}
.bl-post-contents ul > li:last-child {
  margin-bottom: 0;
}
.bl-post-contents ul > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  content: "";
}
.bl-post-contents .alignright {
  float: right;
  margin-top: 10px;
  margin-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .alignright {
    float: none;
    margin-left: 0;
  }
}
.bl-post-contents .alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .alignleft {
    float: none;
    margin-right: 0;
  }
}
.bl-post-contents .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.bl-post-contents .wp-caption-text {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 1.1rem;
  line-height: 1.6;
}
.bl-post-contents .has-text-align-right {
  text-align: right;
}
.bl-post-contents .has-text-align-left {
  text-align: left;
}
.bl-post-contents .has-text-align-center {
  text-align: center;
}
.bl-post-contents .wp-block-columns {
  display: flex;
  margin: 1.5em -15px;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-columns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-post-contents .wp-block-columns:last-child {
  margin-bottom: 0;
}
.bl-post-contents .wp-block-column {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-column {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-image {
    text-align: center;
  }
}

.bl-singleNav {
  display: flex;
  margin-top: 80px;
}
.bl-singleNav > li {
  width: 50%;
}
.bl-singleNav > li > a,
.bl-singleNav > li > span {
  position: relative;
  display: inline-block;
  color: #778ba5;
}
.bl-singleNav > li > a:before,
.bl-singleNav > li > span:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  background: #778ba5;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-singleNav > li > a:after,
.bl-singleNav > li > span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 13px;
  height: 11px;
  background: no-repeat center center/cover;
  content: "";
  opacity: 1;
  transform: translateY(-50%);
}
.bl-singleNav > li > a:hover {
  text-decoration: none;
}
.bl-singleNav > li > a:hover:before {
  transform: translateY(-50%) scale(1.2);
}
.bl-singleNav > li > span {
  opacity: 0.3;
}
.bl-singleNav > li:first-child > a,
.bl-singleNav > li:first-child > span {
  padding-left: 45px;
}
.bl-singleNav > li:first-child > a:before,
.bl-singleNav > li:first-child > span:before {
  left: 0;
}
.bl-singleNav > li:first-child > a:after,
.bl-singleNav > li:first-child > span:after {
  left: 11px;
  background-image: url(../images/icon_arrow_w_prev.png);
}
.bl-singleNav > li:last-child {
  text-align: right;
}
.bl-singleNav > li:last-child > a,
.bl-singleNav > li:last-child > span {
  padding-right: 45px;
}
.bl-singleNav > li:last-child > a:before,
.bl-singleNav > li:last-child > span:before {
  right: 0;
}
.bl-singleNav > li:last-child > a:after,
.bl-singleNav > li:last-child > span:after {
  right: 11px;
  background-image: url(../images/icon_arrow_w_next.png);
}

ul.page-numbers {
  margin-top: 40px;
  letter-spacing: -0.4em;
}
ul.page-numbers > li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0rem;
  letter-spacing: normal;
  vertical-align: middle;
}
ul.page-numbers > li:first-child {
  margin-left: 0;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  display: inline-block;
  min-width: 35px;
  padding: 6px 10px;
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  color: #CBCBCB;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
ul.page-numbers > li > span {
  border-color: #921D56;
  background: #921D56;
  color: #ffffff;
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: none;
  color: #CBCBCB;
}
ul.page-numbers > li > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:after {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
ul.page-numbers > li > a.prev, ul.page-numbers > li > a.next {
  position: relative;
  color: #222;
}
ul.page-numbers > li > a.prev:before, ul.page-numbers > li > a.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 1;
  transform: translate(-50%, -50%);
}
ul.page-numbers > li > a.prev:after, ul.page-numbers > li > a.next:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  z-index: 0;
}
ul.page-numbers > li > a.prev:before {
  content: "\e903";
}
ul.page-numbers > li > a.next:before {
  content: "\e904";
}

.bl-newsList {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-newsList {
    font-size: 1.4rem;
  }
}
.bl-newsList > dt {
  float: left;
  width: 260px;
  margin: 0;
  padding: 13px 0;
  color: #989898;
  line-height: 1.6;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-newsList > dt {
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
}
.bl-newsList > dd {
  width: 100%;
  margin: 0;
  padding: 13px 0 13px 260px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd {
    padding: 0 0 13px 0;
  }
}
.bl-newsList > dd > a {
  color: #222;
}
.bl-newsList > dd > a:hover {
  color: #921D56;
}
.bl-newsList > dd > a[target=_blank]:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-newsList > dd > a[href$=".pdf"]:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(22%);
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd > a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}
.bl-newsList > dd > a.item-noFullLink[target=_blank]:after, .bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:after {
  display: none;
}
.bl-newsList > dd > a.item-noFullLink[target=_blank]:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(22%);
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:before {
    width: 16px;
    height: 16px;
  }
}
.bl-newsList--short > dt {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .bl-newsList--short > dt {
    width: 100%;
  }
}
.bl-newsList--short > dd {
  padding-left: 150px;
  padding-left: 0;
}
.bl-newsList--short > dd > a {
  color: #921D56;
}

.bl-step {
  margin-bottom: 80px;
  counter-reset: flownum;
}
@media screen and (max-width: 600px) {
  .bl-step {
    margin-bottom: 50px;
  }
}
.bl-step-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 50px 0;
  background: #f7f7f7;
  border-radius: 8px;
  box-sizing: border-box;
  counter-increment: flownum;
}
@media screen and (max-width: 600px) {
  .bl-step-item {
    align-items: flex-start;
  }
}
.bl-step-item:last-child {
  margin-bottom: 0;
}
.bl-step-item:last-child:after {
  display: none;
}
.bl-step-item:after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #CBCBCB transparent transparent transparent;
  transform: translate(-50%, -50%);
  content: "";
}
.bl-step-num {
  flex: 0 0 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-step-num {
    flex-basis: 70px;
    padding-top: 25px;
  }
}
.bl-step-num > span:before {
  display: block;
  content: "STEP";
  color: #921D56;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-step-num > span:before {
    font-size: 1.1rem;
  }
}
.bl-step-num > span:after {
  display: block;
  content: counter(flownum);
  color: #921D56;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-step-num > span:after {
    font-size: 4rem;
  }
}
.bl-step-body {
  flex: 1 1 auto;
  padding: 25px 30px 25px 0;
  box-sizing: border-box;
  padding-right: 20px;
}
.bl-step-title {
  margin: 0 0 0.5em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-step-title {
    font-size: 1.8rem;
  }
}
.bl-step-title .item-caption {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
.bl-step-title--only {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-step-title--only {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.bl-step-btn {
  margin-top: 1.5em;
  line-height: 1;
}

/*240607追加*/
.bl-step-detail {
  margin-bottom: 40px;
}
.bl-step-detail .bl-step-item:first-child {
  margin-top: 40px;
}
.bl-step-detail .bl-step-body {
  padding: 25px 50px;
}
@media screen and (max-width: 600px) {
  .bl-step-detail .bl-step-body {
    padding: 25px 30px;
  }
}
.bl-step-detail .bl-step-title {
  font-size: 1.8rem;
}

.bl-process {
  margin-top: 40px;
  margin-bottom: 40px;
  counter-reset: processNum;
}
@media screen and (max-width: 600px) {
  .bl-process {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.bl-process:last-child {
  margin-bottom: 0;
}
.bl-process-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  counter-increment: processNum;
}
@media screen and (max-width: 600px) {
  .bl-process-item {
    margin-bottom: 20px;
  }
}
.bl-process-item:last-child {
  margin-bottom: 0;
}
.bl-process-item:before {
  position: absolute;
  top: 5px;
  left: 0;
  color: #921D56;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  content: counter(processNum);
}
.bl-process-title {
  margin: 0 0 3px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-process-title {
    font-size: 1.6rem;
  }
}
.bl-process-title .item-caption {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
.bl-process-title.item-recommend:after {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 5px 3px;
  background: #921D56;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  content: "おすすめ";
  transform: translateY(-20%);
}
.bl-process-txt {
  margin: 0;
}
.bl-process.-mb-adjust {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .bl-process.-mb-adjust {
    margin-bottom: 50px;
  }
}

.bl-box-sub {
  margin: 1em 0;
  padding: 15px 25px;
  border-radius: 8px;
  background: #f7f7f7;
}
.bl-box-sub--bgBoxIn {
  background: #E5E5E5;
}
@media screen and (max-width: 600px) {
  .bl-box-sub {
    padding: 10px 15px;
  }
}
.bl-box-sub:last-child {
  margin-bottom: 0;
}
.bl-box-sub-txt {
  margin: 0;
  font-weight: 500;
}

.bl-box-contact {
  margin: 4em 0;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}
.bl-box-contact:last-child {
  margin-bottom: 0;
}
.bl-box-contact > a {
  text-decoration: underline;
}
.bl-box-contact > a:hover {
  text-decoration: none;
}

.bl-form {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #CBCBCB;
}
.bl-form-item {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 600px) {
  .bl-form-item {
    display: block;
  }
}
.bl-form-filename {
  width: 40%;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-form-filename {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.bl-form-files {
  display: flex;
  align-items: center;
  width: 60%;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .bl-form-files {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.bl-form-files > li {
  width: 33.333%;
}
.bl-form-files > li a {
  display: inline-block;
}
.bl-form-files > li a:before {
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  background: no-repeat center center/contain;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .bl-form-files > li a:before {
    width: 26px;
    height: 28px;
    margin-right: 5px;
  }
}
.bl-form-files > li.item-pdf a {
  color: #D75050;
}
.bl-form-files > li.item-pdf a:before {
  background-image: url(../images/icon/icon_file_pdf.svg);
}
.bl-form-files > li.item-excel a {
  color: #288A5D;
}
.bl-form-files > li.item-excel a:before {
  background-image: url(../images/icon/icon_file_excel.svg);
}
.bl-form-files > li.item-others a {
  color: #666666;
}
.bl-form-files > li.item-others a:before {
  background-image: url(../images/icon/icon_file_others.svg);
}

.bl-account {
  display: flex;
  margin: 0;
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 600px) {
  .bl-account {
    display: block;
  }
}
.bl-account > dt {
  width: 300px;
  padding: 25px 0;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-account > dt {
    padding-bottom: 0;
  }
}
.bl-account > dd {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-account > dd {
    padding-top: 0;
  }
}
.bl-account-wrapper {
  margin-top: 40px;
}

.bl-materials-body {
  font-size: 1.3rem;
}

.bl-law {
  margin: 0 0 1.5em;
}
.bl-law:last-child {
  margin-bottom: 0;
}
.bl-law > dt {
  float: left;
  width: 120px;
  padding-right: 20px;
  box-sizing: border-box;
  clear: both;
}
@media screen and (max-width: 600px) {
  .bl-law > dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.bl-law > dd {
  width: 100%;
  margin: 0;
  padding-left: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-law > dd {
    padding-left: 1em;
  }
}
.bl-law > dd p {
  margin-bottom: 0.5em;
}
.bl-law--noRow > dt {
  float: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 3px;
}
.bl-law--noRow > dt:first-child {
  margin-top: 0;
}
.bl-law--noRow > dd {
  padding-left: 80px;
}
@media screen and (max-width: 600px) {
  .bl-law--noRow > dd {
    padding-left: 1em;
  }
}

.bl-law-list-num {
  margin: 0;
  padding: 0;
  counter-reset: num;
}
.bl-law-list-num > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
  counter-increment: num;
}
.bl-law-list-num > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  border-radius: 50%;
  content: counter(num);
}

.bl-law-indent {
  display: flex;
  margin-left: -2em;
  margin-bottom: 0.5em;
}
.bl-law-indent-num {
  flex: 0 0 2em;
}
.bl-law-indent--inW .bl-law-indent-num {
  flex-basis: 3.5em;
}
.bl-law-indent-body {
  flex: 1 1 auto;
}
.bl-law-indent--inW {
  margin-left: 0;
}

.bl-law-table {
  margin: 1em 0;
}
.bl-law-table th {
  width: 50%;
}

.bl-form.warranty-clause .bl-form-filename {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .bl-form.warranty-clause .bl-form-filename {
    width: 100%;
  }
}
.bl-form.warranty-clause .bl-form-files {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .bl-form.warranty-clause .bl-form-files {
    width: 100%;
  }
}
.bl-form.warranty-clause .bl-form-files > li {
  width: 100%;
}

.bl-signup-files {
  margin: 15px 0 30px;
}
.bl-signup-files > li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .bl-signup-files > li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.bl-signup-files > li > a::before {
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  background: no-repeat center center/contain;
  content: "";
  vertical-align: middle;
}
.bl-signup-files > li.item-pdf a {
  color: #D75050;
}
.bl-signup-files > li.item-pdf a::before {
  background-image: url(../images/icon/icon_file_pdf.svg);
}
.bl-signup-files > li.item-excel a {
  color: #288A5D;
}
.bl-signup-files > li.item-excel a::before {
  background-image: url(../images/icon/icon_file_excel.svg);
}

.bl-signup-address {
  text-align: center;
}
.bl-signup-address .bl-signup-address-company {
  margin: 0 0 5px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-signup-address .bl-signup-address-company {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.bl-signup-address .bl-signup-address-company > br {
  display: none;
}
@media screen and (max-width: 600px) {
  .bl-signup-address .bl-signup-address-company > br {
    display: block;
  }
}
.bl-signup-address .bl-signup-address-tel {
  margin: 0 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-signup-address .bl-signup-address-tel {
    font-size: 3.5rem;
  }
}
.bl-signup-address .bl-signup-address-tel > span.en {
  font-size: 2.3rem;
}
@media screen and (max-width: 600px) {
  .bl-signup-address .bl-signup-address-tel > span.en {
    font-size: 1.5rem;
  }
}
.bl-signup-address .bl-signup-address-tel > span.ja {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .bl-signup-address .bl-signup-address-tel > span.ja {
    display: block;
    font-size: 1.5rem;
  }
}
.bl-signup-address .bl-signup-address-info {
  margin: 0;
}

.type-check label > span, .wpcf7-acceptance label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.type-check label > span:before, .wpcf7-acceptance label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}

.type-check label input[type=checkbox]:checked + span:after,
.wpcf7-acceptance label input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  border-right: 3px solid #006eb7;
  border-bottom: 3px solid #006eb7;
  content: "";
  transform: rotate(45deg);
}

.bl-networkItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bl-networkItem {
    display: block;
  }
}
.bl-networkItem-btn {
  width: 135px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-networkItem-btn {
    margin-top: 10px;
    width: 100%;
  }
}

.bl-officers {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-officers {
    font-size: 1.3rem;
  }
}
.bl-officers th {
  background: #fff;
  font-weight: 400;
}
.bl-officers .item-position {
  width: 10em;
}
@media screen and (max-width: 600px) {
  .bl-officers .item-position {
    width: 7em;
  }
}
.bl-officers .item-position-sub {
  width: auto;
}
.bl-officers .item-name {
  width: 10em;
}
@media screen and (max-width: 600px) {
  .bl-officers .item-name {
    width: 9em;
  }
}

.bl-message-name-pos {
  margin-bottom: 5px;
  text-align: right;
}
.bl-message-name-fig {
  margin-bottom: 0;
  text-align: right;
}
.bl-message-name-fig img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .bl-history {
    display: block;
    border-top: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-history tbody,
  .bl-history tr,
  .bl-history td {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-history td {
    padding-top: 0;
    border-top: none;
  }
}
.bl-history .item-year {
  width: 14em;
}
@media screen and (max-width: 600px) {
  .bl-history .item-year {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.bl-history .item-month {
  width: 5em;
}
@media screen and (max-width: 600px) {
  .bl-history .item-month {
    display: block;
    width: 100%;
    padding-bottom: 0;
    border: none;
    background: none;
  }
}

.bl-locations {
  margin: 0;
}
.bl-locations-item {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}
.bl-locations-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-locations-item {
    display: block;
  }
}
.bl-locations-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-locations-title > span {
  font-weight: 400;
}
.bl-locations-title-group {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .bl-locations-title-group {
    width: 100%;
  }
}
.bl-locations-address {
  width: 35%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-locations-address {
    width: 100%;
  }
}
.bl-locations-tel {
  width: 30%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-locations-tel {
    width: 100%;
  }
}
.bl-locations-btn {
  width: 15%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-locations-btn {
    width: 100%;
    margin-top: 10px;
  }
  .bl-locations-btn > a {
    max-width: initial;
    max-width: auto;
  }
}

.bl-dept th {
  padding: 5px 20px;
  box-sizing: border-box;
}
.bl-dept td {
  padding: 5px 20px;
  box-sizing: border-box;
}
.bl-dept-name {
  width: 230px;
}
.bl-dept-division {
  width: 160px;
}

.bl-locationData {
  margin: 0 0 50px;
  border-bottom: 1px solid #CBCBCB;
  clear: both;
}
.bl-locationData > dt {
  float: left;
  width: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  clear: both;
  font-weight: 700;
}
.bl-locationData > dd {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 100px;
  border-top: 1px solid #CBCBCB;
  box-sizing: border-box;
}
.bl-locationData > dd .item-zip {
  display: block;
}
.bl-locationData > dd .item-address {
  display: block;
}
.bl-locationData > dd .item-address > br {
  display: none;
}

.bl-location-map {
  position: relative;
  margin: 50px 0 0;
  padding-top: 400px;
  overflow: hidden;
}
.bl-location-map > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.bl-box-ir {
  margin: 0 0 80px;
  padding: 30px 40px;
  border: 1px solid #989898;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-ir {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.bl-box-ir-txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-txt {
    margin-bottom: 1.5em;
  }
}
.bl-box-ir-contact {
  text-align: center;
}
.bl-box-ir-contact .item-company {
  margin: 0 0 5px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-company {
    font-size: 1.6rem;
  }
}
.bl-box-ir-contact .item-tel {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-tel {
    font-size: 3.5rem;
  }
}
.bl-box-ir-contact .item-tel > span {
  font-size: 2.3rem;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-tel > span {
    font-size: 1.5rem;
  }
}

.bl-reportList-body {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .bl-reportList-body {
    margin-bottom: 50px;
  }
}
.bl-reportList-body-item {
  display: none;
}

.bl-ordererClass .item-orderer {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-ordererClass .item-orderer {
    width: 30%;
  }
}

.bl-pubList {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .bl-pubList {
    display: block;
  }
}
.bl-pubList-body {
  flex: 1 1 auto;
  padding-right: 40px;
  box-sizing: border-box;
}
.bl-pubList-body > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-pubList-body {
    padding-right: 0;
  }
}
.bl-pubList-fig {
  flex: 0 0 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-pubList-fig {
    margin-bottom: 1em;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
  }
}
.bl-pubList-fig > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-pubList-fig > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-pubList-cover {
  display: block;
}
@media screen and (max-width: 600px) {
  .bl-pubList-cover {
    width: 130px;
    margin: 0 auto;
  }
}
.bl-pubList-cover .item-cover {
  position: relative;
  display: block;
  width: 100%;
  background: #ccc;
}
.bl-pubList-cover .item-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: "";
}
.bl-pubList-cover .item-cap {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.bl-voiceList {
  margin-top: 50px;
}
.bl-voiceList-item {
  display: flex;
  border-top: 1px solid #CBCBCB;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-voiceList-item {
    display: block;
  }
}
.bl-voiceList-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #CBCBCB;
}
.bl-voiceList-item > dt {
  flex: 0 0 140px;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-voiceList-item > dt {
    padding-bottom: 0;
  }
}
.bl-voiceList-item > dd {
  flex: 1 1 auto;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-voiceList-item > dd {
    padding-top: 15px;
  }
}
.bl-voiceList-vol {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.bl-voiceList-issue {
  display: block;
}
.bl-voiceList-file {
  margin-bottom: 0;
}
.bl-voiceList-file > a[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-voiceList-file > a[href$=".xls"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-10%);
  content: "";
}
.bl-voiceList-author {
  margin-top: 5px;
  margin-bottom: 0;
}

.bl-eastTimes-issue {
  margin: 2em 0 1.25em;
  font-size: 2.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-issue {
    margin-top: 1.5em;
    font-size: 2.1rem;
  }
}
.bl-eastTimes-content {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-content {
    display: block;
  }
}
.bl-eastTimes-fig {
  flex: 0 0 280px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-fig {
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
  }
}
.bl-eastTimes-fig > a {
  display: block;
  color: #222;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-eastTimes-fig > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-eastTimes-body {
  flex: 1 1 auto;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-body {
    padding-left: 0;
  }
}
.bl-eastTimes-body-item {
  padding: 20px 0;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}
.bl-eastTimes-body-item:first-child {
  padding-top: 0;
}
.bl-eastTimes-cover .item-cover {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-cover .item-cover {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-eastTimes-cover .item-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  box-sizing: border-box;
}
.bl-eastTimes-cover .item-cap {
  display: block;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}
.bl-eastTimes-heading {
  margin: 0 0 3px;
  color: #921D56;
  font-size: 1.7rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-heading {
    font-size: 1.6rem;
  }
}
.bl-eastTimes-txt, .bl-eastTimes-author {
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-eastTimes-txt, .bl-eastTimes-author {
    font-size: 1.3rem;
  }
}
.bl-eastTimes-txt {
  margin-top: 5px;
  font-weight: 500;
}
.bl-eastTimes-author {
  margin-top: 2px;
  color: #808080;
}

.bl-cta-recruit {
  align-items: stretch;
  margin-top: 80px;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .bl-cta-recruit {
    margin-top: 50px;
  }
}
.bl-cta-recruit > .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .bl-cta-recruit > .col {
    margin-bottom: 20px;
  }
  .bl-cta-recruit > .col:last-child {
    margin-bottom: 0;
  }
}

.bl-box-mynavi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 20px;
  border: 6px solid #E5E5E5;
  border-radius: 14px;
  box-sizing: border-box;
}
.is-ie .bl-box-mynavi {
  display: block;
}
.bl-box-mynavi-logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
}
.bl-box-mynavi-logo img {
  width: 100%;
  height: auto;
}
.bl-box-mynavi-btn {
  width: 100%;
  text-align: center;
}
.bl-box-mynavi-btn > a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 8px 15px;
  background: #F6921E;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-box-mynavi-btn > a:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(8%);
}
.bl-box-mynavi-btn > a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.bl-box-recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 20px;
  border: 6px solid #EFDDE6;
  border-radius: 14px;
  box-sizing: border-box;
}
.bl-box-recruit-title {
  margin: 0 0 5px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #921D56;
  text-align: center;
}
.bl-box-recruit-txt {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-box-recruit-txt {
    font-size: 1.7rem;
  }
}
.bl-box-recruit-txt > span {
  font-family: "Roboto", serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.bl-library-otherContents {
  margin: 80px -25px 0;
}
@media screen and (max-width: 600px) {
  .bl-library-otherContents {
    margin: 60px 0 0;
  }
}
.bl-library-otherContents > .col {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .bl-library-otherContents > .col {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-library-otherContents-item {
    margin-bottom: 15px;
    text-align: center;
  }
  .bl-library-otherContents-item:last-child {
    margin-bottom: 0;
  }
  .bl-library-otherContents-item img {
    width: auto;
    max-width: 100%;
  }
}

.bl-lectureList {
  margin: -1px 0 0;
  border-bottom: 1px solid #CBCBCB;
}
.bl-lectureList:first-child {
  margin-top: 0;
}
.bl-lectureList.is-slide-open {
  background: #f7f7f7;
}
.bl-lectureList-no {
  border-top: 1px solid #CBCBCB;
}
.bl-lectureList-no > a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-lectureList-no > a {
    padding: 10px 40px 10px 10px;
  }
}
.bl-lectureList-no > a .item-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #921D56;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-lectureList-no > a .item-arrow:before, .bl-lectureList-no > a .item-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background: #921D56;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-slide-open .bl-lectureList-no > a .item-arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.bl-lectureList-no > a .item-arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-slide-open .bl-lectureList-no > a .item-arrow:after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.bl-lectureList-no > a:hover {
  text-decoration: none;
}
.bl-lectureList-body {
  display: none;
  margin: 0;
  padding: 0 30px 30px;
  border-top: 1px solid #CBCBCB;
}

/*休館日*/
.lib-calendar {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 330px;
  overflow: hidden;
  border: none;
}

@media screen and (max-width: 600px) {
  .lib-calendar {
    width: auto;
    height: 730px;
  }
}
/*新着図書*/
.thumbnail .list-box {
  margin: 0 auto;
}
.thumbnail .list-box ul.list-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.thumbnail .list-box ul.list-contents li.book {
  position: relative;
  box-sizing: border-box;
  width: 130px;
  width: calc(20% - 10px);
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
  margin: 5px;
  padding: 15px 12px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 7px;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.thumbnail .list-box ul.list-contents li.book:hover {
  cursor: pointer;
  background: #F1F1F1;
  border: 1px solid #921D56;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .thumbnail .list-box ul.list-contents li.book {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .thumbnail .list-box ul.list-contents li.book {
    width: calc(50% - 10px);
  }
}
.thumbnail .list-box ul.list-contents li.book a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.thumbnail .list-box ul.list-contents li.book .no {
  display: none;
}
.thumbnail .list-box ul.list-contents li.book br {
  display: none;
}
.thumbnail .list-box ul.list-contents li.book .top {
  height: 105px;
}
.thumbnail .list-box ul.list-contents li.book .top .cover {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.thumbnail .list-box ul.list-contents li.book .top .cover img {
  max-height: 100px;
  max-width: 80px;
  min-height: 25px;
  font-size: 0;
}
.thumbnail .list-box ul.list-contents li.book .top .cover img:hover {
  cursor: pointer;
}
.thumbnail .list-box ul.list-contents li.book .column {
  font-size: 0.85rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.thumbnail .list-box ul.list-contents li.book .col1 {
  margin-top: 10px;
  font-size: 1.5rem;
}
.thumbnail .list-box ul.list-contents li.book .col1 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.thumbnail .list-box ul.list-contents li.book .col1 a:hover {
  text-decoration: none !important;
}
.thumbnail .list-box .link {
  margin: 10px 0;
  text-align: right;
}
.thumbnail.no-image .list-box .list-contents .top {
  width: 80px;
  margin: 0 auto;
  background: url(../images/default/no-image-S.gif) no-repeat;
}
.thumbnail.no-image .list-box .list-contents .book .cover {
  display: none;
}

.bl-lib-img {
  width: 100%;
  max-width: 600px;
  margin: 3em auto;
}
@media screen and (max-width: 600px) {
  .bl-lib-img {
    margin: 2em auto;
  }
}

/*けんせつのでんせつ*/
.bl-essay-list .bl-essay-list-flex {
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0 0.5em;
}
@media screen and (max-width: 600px) {
  .bl-essay-list .bl-essay-list-flex {
    display: block;
  }
}
.bl-essay-list .bl-essay-list-flex .col h3 {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-essay-list .bl-essay-list-flex .col h3 {
    margin-bottom: 0.5em;
  }
}
.bl-essay-list p {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-essay-list .bl-files {
    margin-left: 0;
  }
}

.bl-notes-essay {
  margin: 1.5em 0 0;
}

/*iframe*/
.bl-new-arrivals {
  width: 764px;
  height: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bl-new-arrivals {
    width: 100%;
    height: 1060px;
  }
}
.bl-new-arrivals > iframe {
  overflow: hidden;
  border: none;
  margin: 0;
}

.el-heading-larger {
  font-size: 3.6rem;
  color: #921D56;
}
@media screen and (max-width: 600px) {
  .el-heading-larger {
    font-size: 3rem;
  }
}

.bl-faqTax {
  margin-right: -10px;
  margin-left: -10px;
  line-height: 0;
}
.bl-faqTax.grid3 .col {
  padding-right: 10px;
  padding-left: 10px;
}
.bl-faqTax-item {
  margin-bottom: 10px;
}

.bl-faqTaxBrowse {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 600px) {
  .bl-faqTaxBrowse {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-faqTaxBrowse-item {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-faqTaxBrowse-item {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-faqTaxBrowse-item:after {
  position: absolute;
  background: #dedede;
  display: inline-block;
  height: 1px;
  width: calc(100% - 30px - 20px);
  bottom: 0;
  left: 35px;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-faqTaxBrowse-item:after {
    content: none;
  }
}
.bl-faqTaxBrowse-item:hover:after {
  background: #921D56;
}
@media screen and (max-width: 600px) {
  .bl-faqTaxBrowse-item:hover:after {
    content: none;
  }
}
.bl-faqTaxBrowse-item > a {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #222;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-faqTaxBrowse-item > a {
    padding-left: 0px;
  }
}
.bl-faqTaxBrowse-item > a:hover {
  color: #921D56;
}
.bl-faqTaxBrowse-item > a:hover:before {
  background: #921D56;
}
.bl-faqTaxBrowse-item > a:before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cbcbcb;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-faqTaxBrowse-item > a:after {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(0);
}

.bl-faqList {
  margin: 0;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  margin-bottom: 20px;
}
.bl-faqList.bl-faqList-top .bl-faqList-q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #921D56;
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  pointer-events: auto;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-top .bl-faqList-q::before {
    left: 10px;
  }
}
.bl-faqList.bl-faqList-top .bl-faqList-q > a {
  padding: 50px 40px 30px 55px;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-top .bl-faqList-q > a {
    padding: 60px 40px 30px 40px;
  }
}
.bl-faqList.bl-faqList-top .bl-faqList-a {
  padding-bottom: 30px;
}
.bl-faqList.bl-faqList-top .bl-faqList-a-inner {
  padding: 0 40px 0 55px;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-top .bl-faqList-a-inner {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.bl-faqList.bl-faqList-top .bl-faqList-a-inner::before {
  content: "A";
  position: absolute;
  top: 2px;
  left: 20px;
  color: #cbcbcb;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-top .bl-faqList-a-inner::before {
    left: 10px;
  }
}
.bl-faqList.bl-faqList-top ol.breadcrumb_category {
  position: absolute;
  top: 30px;
  left: 55px;
  margin: 0;
  margin-right: 40px;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-top ol.breadcrumb_category {
    left: 40px;
  }
}
.bl-faqList.bl-faqList-top ol.breadcrumb_category li {
  display: inline-block;
  font-size: 1.1rem;
}
.bl-faqList.bl-faqList-top ol.breadcrumb_category li:nth-child(2)::after {
  content: ">";
  margin: 0 0.2em 0 0.5em;
  color: #333;
}
.bl-faqList.bl-faqList-search .bl-faqList-q > a {
  padding: 50px 40px 30px 55px;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-search .bl-faqList-q > a {
    padding: 60px 40px 30px 40px;
  }
}
.bl-faqList.bl-faqList-search .bl-faqList-q .q-num {
  top: 50%;
  transform: translateY(-50%);
}
.bl-faqList.bl-faqList-search .bl-faqList-a {
  padding-bottom: 30px;
}
.bl-faqList.bl-faqList-search .bl-faqList-a-inner {
  padding: 0 40px 0 55px;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-search .bl-faqList-a-inner {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.bl-faqList.bl-faqList-search ol.breadcrumb_category {
  position: absolute;
  top: 30px;
  left: 55px;
  margin: 0;
  margin-right: 40px;
  padding: 0;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .bl-faqList.bl-faqList-search ol.breadcrumb_category {
    left: 40px;
  }
}
.bl-faqList.bl-faqList-search ol.breadcrumb_category li {
  display: inline-block;
  font-size: 1.1rem;
}
.bl-faqList.bl-faqList-search ol.breadcrumb_category li:nth-child(2)::after {
  content: ">";
  margin: 0 0.2em 0 0.5em;
  color: #333;
}
.bl-faqList--bdt {
  border-top: 1px solid #CBCBCB;
}
.bl-faqList.is-slide-open {
  background: #f7f7f7;
}
.bl-faqList-cat {
  margin: 3.5em 0 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #921D56;
  font-size: 1.8rem;
  font-weight: 700;
}
.bl-faqList-q {
  position: relative;
  margin: 0;
  font-weight: 500;
}
.bl-faqList-q .q-num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #921D56;
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .bl-faqList-q .q-num {
    left: 10px;
  }
}
.bl-faqList-q > a {
  display: block;
  padding: 30px 40px 30px 75px;
  color: #222;
}
@media screen and (max-width: 600px) {
  .bl-faqList-q > a {
    padding-left: 60px;
  }
}
.bl-faqList-q > a .item-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #921D56;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  pointer-events: none;
}
.bl-faqList-q > a .item-arrow:before, .bl-faqList-q > a .item-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background: #921D56;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-slide-open .bl-faqList-q > a .item-arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.bl-faqList-q > a .item-arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-slide-open .bl-faqList-q > a .item-arrow:after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.bl-faqList-q > a:hover {
  text-decoration: none;
}
.bl-faqList-a {
  position: relative;
  display: none;
  margin: 0;
  padding: 0 0 30px;
}
.bl-faqList-a-inner {
  position: relative;
  padding: 0 40px 0 75px;
}
@media screen and (max-width: 600px) {
  .bl-faqList-a-inner {
    padding-left: 60px;
    padding-right: 20px;
  }
}
.bl-faqList-a-inner .a-num {
  position: absolute;
  top: 2px;
  left: 20px;
  color: #cbcbcb;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-faqList-a-inner .a-num {
    left: 10px;
  }
}
.bl-faqList-a-inner a {
  text-decoration: underline;
}

.bl-faqCats {
  margin-top: 60px;
  padding: 20px 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-faqCats {
    padding: 20px;
  }
}
.bl-faqCats-title {
  margin-bottom: 0.5em;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-faqCats-title {
    font-size: 1.6rem;
  }
}

.bl-cateList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .bl-cateList {
    display: block;
  }
}
.bl-cateList > li {
  flex-basis: calc(50% - 10px);
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}
.bl-cateList > li > .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #921D56;
  display: block;
  text-align: center;
}
.bl-cateList-inner a {
  position: relative;
  color: #222;
}
.bl-cateList-inner a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #CBCBCB;
  content: "";
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.qaid {
  display: block;
  text-align: right;
  color: #cbcbcb;
  margin-top: 5px;
}

.bl-contact {
  margin: 0 0 1.5em;
}
.bl-contact-wrapper {
  margin-top: 50px;
  padding: 40px;
  background: #f7f7f7;
  border-radius: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-contact-wrapper {
    padding: 20px;
  }
}
.bl-contact > dt {
  position: relative;
  float: left;
  width: 210px;
  padding-left: 42px;
  padding-bottom: 20px;
  box-sizing: border-box;
  clear: both;
}
.bl-contact > dt > span {
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .bl-contact > dt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.bl-contact > dt:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  padding: 2px 5px 3px;
  border-radius: 3px;
  background: #CBCBCB;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  content: "任意";
}
@media screen and (max-width: 600px) {
  .bl-contact > dt:before {
    position: static;
    margin-right: 8px;
  }
}
.bl-contact > dt.item-required:before {
  background: #921D56;
  content: "必須";
}
.bl-contact > dd {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 230px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact > dd {
    padding-left: 0;
  }
}
.bl-contact .text-danger {
  color: red;
  font-size: 1.3rem;
}
.bl-contact-btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}
.bl-contact-btns-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns-item {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

span[class^="wpcf7-form-control-wrap acceptance"] label {
  margin-right: 0;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

div.wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
  color: #ff0000;
  text-align: center;
}

.wpcf7 .ajax-loader {
  margin-right: 0 !important;
}

.wpcf7-form-control.wpcf7-submit {
  margin-left: 48px;
}

@media screen and (max-width: 600px) {
  input[type=submit].wpcf7-submit {
    width: 160px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */