@charset "utf-8";

.brand {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 736px) {
  .brand {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*IE設定*/
  .brand {
    /*IEの時は文字間開いちゃうので狭める*/
    letter-spacing: 0.15em;
    font-family: 'Noto Serif JP',"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-justify: inter-cluster;
  }
}

/* --------------------------------------------------------------------------------
  brand 共通パーツ
-------------------------------------------------------------------------------- */
.brandWrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .brandWrap {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.brandBgGrey {
  background-color: #f4f2ef;
}

.brandFig {
  position: relative;
}

.brandTtl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #a17f44;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d)), -webkit-gradient(linear, left top, left bottom, from(#a17f44), to(#a17f44));
  background-image: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -webkit-linear-gradient(top, #a17f44, #a17f44);
  background-image: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -o-linear-gradient(top, #a17f44, #a17f44);
  background-image: linear-gradient(to top, #caa86d, #e6bd41, #caa86d), linear-gradient(to bottom, #a17f44, #a17f44);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .brandTtl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

@media all and (-ms-high-contrast:none){
  .brandTtl  {
    background: none;
  }
}


.brandHeading {
  font-size: 32px;
  line-height: 1.5;
  padding: 0.1px 0;
  letter-spacing: .15em;
  text-align: center;
}

.brandHeading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}

.brandHeading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandHeading {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}

.brandSubheading {
  font-size: 24px;
  line-height: 1.5;
  padding: 0.1px 0;
  letter-spacing: .15em;
  text-align: center;
}

.brandSubheading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}

.brandSubheading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandSubheading {
    font-size: 17px;
    letter-spacing: 0.075em;
  }
}

.brandTxt {
  font-size: 16px;
  line-height: 1.88;
  padding: 0.1px 0;
  letter-spacing: 0.16em;
  color: #110105;
}

.brandTxt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.88) * 0.5em);
  width: 0;
}

.brandTxt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.88) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandTxt {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}


@media all and (-ms-high-contrast:none){
  .brandTxt {
  letter-spacing: 0.04em;
  }
}


.brandTxt--center {
  text-align: center;
}

.brandTtlBlock {
  position: relative;
  padding: 30px 0 25px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .brandTtlBlock {
    padding: 20px 0 17px;
  }
}

.brandTtlBlock::before, .brandTtlBlock::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d));
  background: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d);
  background: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d);
  background: linear-gradient(to top, #caa86d, #e6bd41, #caa86d);
}


@media all and (-ms-high-contrast:none){
  .brandTtlBlock::before, .brandTtlBlock::after {
  background: #e6bd41;
}
}




.brandTtlBlock::before {
  top: 0;
}

.brandTtlBlock::after {
  bottom: 0;
}

.brandTtlBlock__ttl {
  font-size: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.42;
  padding: 0.1px 0;
  letter-spacing: 0.08em;
  color: #a17f44;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d)), -webkit-gradient(linear, left top, left bottom, from(#a17f44), to(#a17f44));
  background-image: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -webkit-linear-gradient(top, #a17f44, #a17f44);
  background-image: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -o-linear-gradient(top, #a17f44, #a17f44);
  background-image: linear-gradient(to top, #caa86d, #e6bd41, #caa86d), linear-gradient(to bottom, #a17f44, #a17f44);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brandTtlBlock__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2.42) * 0.5em);
  width: 0;
}

.brandTtlBlock__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.42) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandTtlBlock__ttl {
    font-size: 17px;
    line-height: 1.2;
    padding: 0.1px 0;
    letter-spacing: 0.04em;
  }
  .brandTtlBlock__ttl:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    width: 0;
  }
  .brandTtlBlock__ttl:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    width: 0;
  }
}


@media all and (-ms-high-contrast:none){
  .brandTtlBlock__ttl {
  background-image: none;
}
}




.brandTtlBlock__en {
  font-family: "Crimson Text", serif;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #a17f44;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d)), -webkit-gradient(linear, left top, left bottom, from(#a17f44), to(#a17f44));
  background-image: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -webkit-linear-gradient(top, #a17f44, #a17f44);
  background-image: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -o-linear-gradient(top, #a17f44, #a17f44);
  background-image: linear-gradient(to top, #caa86d, #e6bd41, #caa86d), linear-gradient(to bottom, #a17f44, #a17f44);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 736px) {
  .brandTtlBlock__en {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
}


@media all and (-ms-high-contrast:none){
  .brandTtlBlock__en {
  background-image: none;
}
}

.brand__newlife {
  padding-top: 120px;
}

@media screen and (max-width: 736px) {
  .brand__newlife {
    padding-top: 85px;
  }
}

.brandNewlife__leadPhoto {
  margin: 60px 0 100px;
}

@media screen and (max-width: 736px) {
  .brandNewlife__leadPhoto {
    margin: 40px 0 70px;
  }
}

.brandNewlife__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brandNewlife__verticalHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 333px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 736px) {
  .brandNewlife__verticalHeading {
    display: none;
  }
}

.brandNewlife__sideHeading {
  display: none;
}

@media screen and (max-width: 736px) {
  .brandNewlife__sideHeading {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    padding: 0.1px 0;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    color: #a17f44;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d)), -webkit-gradient(linear, left top, left bottom, from(#a17f44), to(#a17f44));
    background-image: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -webkit-linear-gradient(top, #a17f44, #a17f44);
    background-image: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d), -o-linear-gradient(top, #a17f44, #a17f44);
    background-image: linear-gradient(to top, #caa86d, #e6bd41, #caa86d), linear-gradient(to bottom, #a17f44, #a17f44);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .brandNewlife__sideHeading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
  .brandNewlife__sideHeading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    width: 0;
  }

  @media all and (-ms-high-contrast:none){
 .brandNewlife__sideHeading {
    background-image: none;
  }


  }
}

.brandNewlife__txt {
  font-size: 16px;
  line-height: 2.5;
  padding: 0.1px 0;
  letter-spacing: .2em;
  text-align: center;
  color: #110105;
}

.brandNewlife__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  width: 0;
}

.brandNewlife__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandNewlife__txt {
    font-size: 12px;
    line-height: 1.88;
    padding: 0.1px 0;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .brandNewlife__txt:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.88) * 0.5em);
    width: 0;
  }
  .brandNewlife__txt:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.88) * 0.5em);
    width: 0;
  }
}

.brandNewlife__txtS {
  font-size: 14px;
  line-height: 1.86;
  padding: 0.1px 0;
  letter-spacing: 0.16em;
  color: #110105;
}

.brandNewlife__txtS:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.86) * 0.5em);
  width: 0;
}

.brandNewlife__txtS:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.86) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brandNewlife__txtS {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}

.brandNewlife__col {
  position: relative;
  width: 667px;
}

@media screen and (max-width: 736px) {
  .brandNewlife__col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.brandNewlife__col this__colInner {
  max-width: 667px;
  margin: 0 auto;
}

.brandNewlife__landscape {
  margin-top: 100px;  
  padding: 100px 0;
}

@media screen and (max-width: 736px) {
  .brandNewlife__landscape {
    margin-top: 60px;
    padding: 70px 0;
  }
}

.brNlLandscape__leadTxt {
  margin: 30px 0 60px;
}

@media screen and (max-width: 736px) {
  .brNlLandscape__leadTxt {
    margin: 20px 0 40px;
  }
}

.brNlLandscape__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brNlLandscape__box::after {
  content: '';
  display: block;
  width: 215px;
}

@media screen and (max-width: 736px) {
  .brNlLandscape__box::after {
    width: calc(50% - 5px);
  }
}

.brNlLandscape__col {
  width: 215px;
}

@media screen and (max-width: 736px) {
  .brNlLandscape__col {
    width: calc(50% - 5px);
  }
  .brNlLandscape__col:nth-last-child(-n + 2) {
    margin-bottom: 10px;
  }
}

.brandNewlife__equipment {
  margin: 100px 0 80px;
}

@media screen and (max-width: 736px) {
  .brandNewlife__equipment {
    margin: 70px 0 55px;
  }
}

.brNlEquipment__leadTxt {
  margin: 40px 0 60px;
}

@media screen and (max-width: 736px) {
  .brNlEquipment__leadTxt {
    margin: 30px 0 40px;
  }
}

.brNlEquipment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brNlEquipment__col {
  width: 320px;
}

@media screen and (max-width: 736px) {
  .brNlEquipment__col {
    width: calc(50% - 5px);
  }
}

@media screen and (min-width: 737px) {
  .brNlEquipment__col--w327 {
    width: 327px;
  }
}

.brNlEquipment__fig:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .brNlEquipment__fig:not(:last-child) {
    margin-bottom: 10px;
  }
}

.brNlEquipment__txt {
  font-size: 18px;
  line-height: 1.67;
  padding: 0.1px 0;
  letter-spacing: .15em;
  margin: 35px 0 30px;
}

.brNlEquipment__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
  width: 0;
}

.brNlEquipment__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brNlEquipment__txt {
    margin: 25px 0 20px;
    font-size: 13px;
    letter-spacing: .075em;
  }
}

.brandNewlife__woman {
  margin-bottom: 100px;
}

.brNlWoman__inner {
  padding: 80px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #caa86d;
}

@media screen and (max-width: 736px) {
  .brNlWoman__inner {
    padding: 55px 20px;
  }
}

.brNlWoman__head {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .brNlWoman__head {
    padding-bottom: 18px;
    margin-bottom: 40px;
  }
}

.brNlWoman__head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#caa86d), color-stop(#e6bd41), to(#caa86d));
  background: -webkit-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d);
  background: -o-linear-gradient(bottom, #caa86d, #e6bd41, #caa86d);
  background: linear-gradient(to top, #caa86d, #e6bd41, #caa86d);
  bottom: 0;
}


@media all and (-ms-high-contrast:none){
   .brNlWoman__head::before {
  background: #e6bd41;
}
}

.brNlWoman__heading {
  font-size: 28px;
  line-height: 1.57;
  padding: 0.1px 0;
  letter-spacing: .15em;
  text-align: center;
}

.brNlWoman__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.57) * 0.5em);
  width: 0;
}

.brNlWoman__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.57) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brNlWoman__heading {
    font-size: 18px;
    letter-spacing: normal;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.brNlWoman__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brNlWoman__block:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
  .brNlWoman__block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.brNlWoman__col {
  width: 440px;
}

@media screen and (max-width: 736px) {
  .brNlWoman__col {
    width: 100%;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  .brNlWoman__col--photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  .brNlWoman__col--txts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.brNlWoman__col .brNlWoman__colInner {
  max-width: 440px;
  margin: 0 auto;
}

.brNlWoman__subheading {
  font-size: 22px;
  line-height: 1.64;
  padding: 0.1px 0;
  letter-spacing: .12em;
  margin-bottom: 30px;
}

.brNlWoman__subheading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.64) * 0.5em);
  width: 0;
}

.brNlWoman__subheading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.64) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brNlWoman__subheading {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .brNlWoman__subheading {
  font-size: 21px;
  letter-spacing: 0.03em;
}

_:lang(x)::-ms-, .brNlWoman__subheading {
  letter-spacing: 0.06em;
}

.brNlWoman__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .brNlWoman__box {
    margin-top: 40px;
  }
}

.brNlWoman__quarterCol {
  width: 210px;
}

@media screen and (max-width: 736px) {
  .brNlWoman__quarterCol {
    width: calc(50% - 5px);
  }
}

.brandNewlife__storage {
  padding: 100px 0;
  margin-bottom: 130px;
}

@media screen and (max-width: 736px) {
  .brandNewlife__storage {
    padding: 70px 0;
    margin-bottom: 90px;
  }
}

.brNlStorage__leadTxt {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__leadTxt {
    margin-top: 30px;
  }
}

.brNlStorage__block {
  margin: 80px 0 -60px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__block {
    margin: 55px 0 -40px;
  }
}

.brNlStorage__col {
  width: 480px;
  margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__col {
    width: 100%;
    margin-bottom: 40px;
  }
}

.brNlStorage__colInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  margin: 0 auto;
}

.brNlStorage__colInner--block {
  display: block;
}

.brNlStorage__colInner--block .brNlStorage__photo,
.brNlStorage__colInner--block .brNlStorage__txts {
  width: 100%;
}

.brNlStorage__colInner--block .brNlStorage__txts {
  margin-top: 35px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__colInner--block .brNlStorage__txts {
    margin-top: 25px;
  }
}

.brNlStorage__photo {
  width: 238px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__photo {
    width: calc(50% - 5px);
  }
}

.brNlStorage__txts {
  width: 205px;
}

@media screen and (max-width: 736px) {
  .brNlStorage__txts {
    width: calc(50% - 5px);
  }
}

.brNlStorage__heading {
  font-size: 18px;
  line-height: 1.67;
  padding: 0.1px 0;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.brNlStorage__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
  width: 0;
}

.brNlStorage__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brNlStorage__heading {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .brNlStorage__heading {
  letter-spacing: normal;
  font-size: 17px;
}

_:lang(x)::-ms-, .brNlStorage__heading {
  letter-spacing: normal;
}

.brNlStorage__strong {
  font-weight: bold;
  letter-spacing: .15em;
  color: #b9801d;
}

_:-ms-lang(x)::-ms-backdrop, .brNlStorage__strong {
  letter-spacing: normal;
}

_:lang(x)::-ms-, .brNlStorage__strong {
  letter-spacing: .075em;
}

.brandNewlife__support {
  padding-bottom: 160px;
}

@media screen and (max-width: 736px) {
  .brandNewlife__support {
    padding-bottom: 80px;
  }
}

.brNlSupport__leadTxt {
  margin: 40px 0 80px;
}

@media screen and (max-width: 736px) {
  .brNlSupport__leadTxt {
    margin: 30px 0 55px;
  }
}

.brNlSupport__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brNlSupport__box:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
  .brNlSupport__box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.brNlSupport__col {
  position: relative;
  width: 310px;
}

@media screen and (max-width: 736px) {
  .brNlSupport__col {
    width: calc(50% - 5px);
  }
}

.brNlSupport__col--txts {
  width: 320px;
}

@media screen and (max-width: 736px) {
  .brNlSupport__col--txts {
    width: calc(50% - 5px);
  }
}

.brNlSupport__heading {
  font-size: 22px;
  line-height: 1.64;
  padding: 0.1px 0;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.brNlSupport__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.64) * 0.5em);
  width: 0;
}

.brNlSupport__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.64) * 0.5em);
  width: 0;
}

@media screen and (max-width: 736px) {
  .brNlSupport__heading {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .brNlSupport__heading {
  letter-spacing: normal;
}

_:lang(x)::-ms-, .brNlSupport__heading {
  letter-spacing: 0.06em;
}

