@charset "UTF-8";
/*
*
* product_module_addition.css
* 商品ページ共通モジュールを個別に上書き・追加するCSS
* 初期値はデフォルトのスタイルを当てていますので、値を変更してご使用下さい
*
*/
:root {
    --base-color: #c02;
    --hover-color: #666;
    --bg-color: #f2f2f2;
    --heading-color: #000;
}

/* --------------------------------
配下ページのメインビジュアル
-------------------------------- */
.hs-main-visual {
    background-image: url("/servicenow/asset/images/servicenow/title_bg.png");
}
@media (min-width: 768px) {
    .hs-main-visual {
        background-image: url("/servicenow/asset/images/servicenow/title_bg.png");
    }
}

/* --------------------------------
  ブランドカラーを使用
　使用するときはコメント削除してください
-------------------------------- */
/*
.hs-c-overview{
 // とは
    background-color: var(--bg-color) !important;
}
//３つのポイント、他商品と組み合わせ
.hs-pointcard__image,
.hs-alignment-box__icon{
    background-color: var(--base-color);
}
*/

/* --------------------------------
もっと知る　基本は--bg-color
-------------------------------- */
/*
.hs-content-footer {
    background-color: var(--base-color);
}
*/

/* --------------------------------
  背景の指定がある場所でベースの背景カラーを使用したい場合は
  .u-background--type-brand（ブランドカラー）
　.u-background--type-brand-bg（ブランド背景カラー）
　クラスを使用
-------------------------------- */


.l-lifecycle_navi_box {
  margin-top: 30px;
}
.l-lifecycle_navi_box .c-lc-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-navi {
    display: block;
    width: 90%;
    padding-top: 0;
  }
}
.l-lifecycle_navi_box .c-lc-box {
  width: 18%;
  position: relative;
}
@media (min-width: 768px) {
  .l-lifecycle_navi_box .c-lc-box .hs-c-button-media__body {
    padding: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box .hs-c-button-media__body {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .l-lifecycle_navi_box .c-lc-box .u-text-md {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .l-lifecycle_navi_box .c-lc-box .u-text-xs {
    font-size: 0.5rem !important;
  }
}
.l-lifecycle_navi_box .c-lc-box._type-arrowType01:after {
  content: "";
  display: block;
  width: 2.4545454545vw;
  height: 0.7272727273vw;
  max-width: 27px;
  max-height: 8px;
  background: url("/servicenow/asset/images/lifecycle/svg_parts01.svg");
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -21%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type-arrowType01:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    max-width: initial;
    max-height: initial;
    width: 8vw;
    height: 2.6666666667vw;
    left: 50%;
    top: initial;
    right: initial;
    bottom: -6.6666666667vw;
  }
}
.l-lifecycle_navi_box .c-lc-box._type-arrowType02:after {
  content: "";
  display: block;
  width: 2.7272727273vw;
  height: 10.5454545455vw;
  max-width: 30px;
  max-height: 116px;
  background: url("/servicenow/asset/images/lifecycle/svg_parts02.svg");
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -23%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type-arrowType02:after {
    top: initial;
    right: initial;
    left: 50%;
    max-width: initial;
    max-height: initial;
    width: 8vw;
    height: 32vw;
    bottom: -36vw;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.l-lifecycle_navi_box .c-lc-box._type-arrowType03:after {
  content: "";
  display: block;
  width: 2.7272727273vw;
  height: 10.5454545455vw;
  max-width: 30px;
  max-height: 116px;
  background: url("/servicenow/asset/images/lifecycle/svg_parts03.svg");
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -23%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type-arrowType03:after {
    top: initial;
    right: initial;
    left: 50%;
    max-width: initial;
    max-height: initial;
    width: 8vw;
    height: 32vw;
    bottom: -36vw;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.l-lifecycle_navi_box .c-lc-box._type-arrowType04:after {
  content: "";
  display: block;
  width: 40.7272727273vw;
  height: 8vw;
  max-width: 448px;
  max-height: 88px;
  background: url("/servicenow/asset/images/lifecycle/svg_parts04.svg");
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -48%;
  right: -69%;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type-arrowType04:after {
    top: initial;
    max-width: initial;
    max-height: initial;
    background: url("/servicenow/asset/images/lifecycle/svg_parts05.svg");
    width: 6.1333333333vw;
    height: 62.4vw;
    bottom: -24vw;
    right: -9.0666666667vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.l-lifecycle_navi_box .c-lc-box._type02 .u-contents + .u-contents {
  margin-top: 20px;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type02 .u-contents + .u-contents {
    margin-top: 0;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box._type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-lifecycle_navi_box .c-lc-box._type02 .u-contents {
    width: 48%;
    display: block !important;
  }
}
.l-lifecycle_navi_box .c-lc-box .hs-c-button-media {
  min-height: 90px;
}
.l-lifecycle_navi_box .c-lc-box .hs-c-button-media:before {
  right: 10px;
}
@media (min-width: 767px) and (max-width: 900px) {
  .l-lifecycle_navi_box .c-lc-box .hs-c-button-media {
    padding-right: 10px;
    min-height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box .hs-c-button-media {
    min-height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .l-lifecycle_navi_box .c-lc-box + .c-lc-box {
    margin-top: 8vw;
  }
}