@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.home-category-page .common-home-child-top-box {
  margin-top: 6.2222222222vh;
}
body.body.home-category-page .common-home-child-top-box .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.body.home-category-page .common-home-child-top-box .inner:after {
  content: "";
  display: block;
  width: 46.8571428571%;
  padding-top: 25.7142857143%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box {
  width: 460px;
  margin-right: 72px;
  max-width: 32.8571428571%;
}
@media (max-width: 1400px) {
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    margin-right: 5.1428571429%;
  }
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46.8571428571%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box img {
  width: 100%;
  display: block;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
  margin-top: 3vw;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner .common-text {
  margin-top: 3.3333333333vh;
}
body.body.home-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.home-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.home-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.home-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-nav .common-change-button.current, body.body.home-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.home-category-page .common-changes .change-base {
  position: relative;
}
body.body.home-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.home-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.home-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.home-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.home-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.home-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.home-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.home-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.home-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}
body.body.business-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.business-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.business-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.business-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-nav .common-change-button.current, body.body.business-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.business-category-page .common-changes .change-base {
  position: relative;
}
body.body.business-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.business-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.business-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.business-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.business-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.business-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.business-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.business-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.business-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.body.home-category-page .common-home-child-top-box .inner {
    display: block;
  }
  body.body.home-category-page .common-home-child-top-box .inner:after {
    display: none;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    max-width: none;
    width: 100%;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .common-title2 {
    width: 80%;
    margin: 0 auto;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body.home-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.home-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.home-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.home-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.home-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    height: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.home-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.business-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.business-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.business-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.business-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    top: 100%;
    left: 0;
    height: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.business-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
}
/*
▼justify
  両端揃えの設定がされる。IEも対応。
    用例: @include justify();

▼aspect-ratio
  ブロックの縦横比を指定する。
    用例1: @include aspect-ratio(1024,768); // 縦横比のみ指定
    用例2: @include aspect-ratio(1024,768,'../images/test.jpg');  // 縦横比を指定した上で背景画像を指定

*/
/*
@include margin-vh($top: 50px, $bottom: 60px);
*/
/**
 * 単位なしの値には px を付与する
 */
/**
 * Illustrator の出力するCSSを rem ベース + em ベースに変換し、
 * さらに line-height により生じる上下の余白を調整する（Illustrator に合わせる）
 *
 * @param int $font-size      px単位での文字サイズ
 * @param int $line-height    px単位での行の高さ ※0にすると無視
 * @param int $letter-spacing px単位での字間 ※0にすると無視
 * @param bool $is_center     中央揃えで使用する際の調整をするか
 * @require $font-size-root
 * @example1 @font-rem(14px, 28px, 0.4px, true);
 * @example2 @font-rem(14, 28, 0.4, true);
 * @see https://coliss.com/articles/build-websites/operation/css/simple-css-remove-top-space.html
 */
.top-box, .main-box {
  margin: auto;
  max-width: 80%;
  width: 980px;
}

.top-box .gas {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #00afec;
}

.main-box {
  margin: 92px auto;
}

.bl-except {
  margin-top: 25px;
  padding: 25px 21px;
  background: #e0f5fd;
}
.bl-except__title {
  color: #de2a2a;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.bl-except__title:before, .bl-except__title:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-except__title:before {
  margin-top: -0.2647058824em;
}
.bl-except__title:after {
  margin-bottom: -0.2647058824em;
}
.bl-except__item {
  margin: 1em auto;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.05em;
}
.bl-except__item:before, .bl-except__item:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-except__item:before {
  margin-top: -0.3666666667em;
}
.bl-except__item:after {
  margin-bottom: -0.3666666667em;
}
.bl-except__item:last-child {
  margin-bottom: 0;
}
.bl-except__itembullet:before {
  content: "•";
  color: #de2a2a;
}
@media (max-width: 768px) {
  .bl-except {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .bl-except:after {
    content: "";
    display: block;
    background: #e0f5fd;
    width: 100vw;
    height: 100%;
    left: calc((100vw - 100%) / -2);
    top: 0;
    z-index: -1;
    position: absolute;
  }
  .bl-except__item {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }
}

.bl-form {
  margin-top: 48px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-form__title {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #1e277e;
  font-weight: 500;
  margin-right: 1em;
}
.bl-form__zipcode {
  width: 96px;
  height: 36px;
  line-height: 34px;
  background: #e0f5fd;
  border: 0;
  margin-right: 36px;
  padding: 0 18px;
}
.bl-form__confirm {
  cursor: pointer;
  line-height: 1;
  width: 120px !important;
  letter-spacing: 0.1em !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media (max-width: 768px) {
  .bl-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .bl-form__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

body.body .common-link {
  border: none;
  outline: 0;
}
body.body .bl-hidden {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body.body .bl-hidden__title {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.05em;
  color: #1e277e;
}
body.body .bl-hidden__title:before, body.body .bl-hidden__title:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.body .bl-hidden__title:before {
  margin-top: -0.2647058824em;
}
body.body .bl-hidden__title:after {
  margin-bottom: -0.2647058824em;
}
body.body .bl-hidden__strong {
  color: #00afec;
}
body.body .bl-hidden__message {
  line-height: 1.6;
}
body.body .bl-hidden__message a {
  display: inline-block;
  white-space: nowrap;
  border-bottom: solid 2px #1e277e;
}
body.body .bl-hidden__button {
  margin-top: 26px;
  margin-right: 32px;
  height: 36px;
  line-height: 36px;
  width: 250px;
  border-radius: 18px;
  padding: 0 10px;
  cursor: pointer;
}
body.body .bl-hidden__button .arrow {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
body.body .bl-hidden__wrap.mod_success .mod_success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body .bl-hidden__wrap.mod_failure .mod_failure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body .bl-hidden__wrap:not(.mod_typing) .bl-hidden__typing {
  display: none;
}
body.body .bl-hidden__typing {
  margin-top: -1em;
  font-size: 15px;
}