.cta {
  line-height: 1.01;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .cta {
    height: 121px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .cta {
    height: 92px;
    padding-top: 28px;
  }
}

.cta.is_close {
  display: none;
  transition: .5s all;
  opacity: 0;
}

.cta__inner {
  position: relative;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.95);
  box-shadow: 0 0 4px 0 rgba(75, 75, 75, 0.5);
}

.cta__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .cta__list {
    width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .cta__list {
    width: 100%;
  }
}

.cta__item {
  position: relative;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .cta__item {
    width: 25%;
  }
  .cta__item::before, .cta__item:last-child::after {
    content: '';
  }
  .cta__item::before {
    left: 0;
  }
  .cta__item:last-child::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background-color: #888;
  }
}

@media only screen and (max-width: 768px) {
  .cta__item {
    width: 100%;
  }
  .cta__item:not(:first-child)::before {
    left: 0;
    content: '';
  }
  .cta__item:first-child:nth-last-child(2) .cta__caption,
.cta__item:first-child:nth-last-child(2) ~ .cta__item .cta__caption {
    transform: scale(0.8);
  }
  .cta__item:first-child:nth-last-child(3) .cta__caption,
.cta__item:first-child:nth-last-child(3) ~ .cta__item .cta__caption {
    transform: scale(0.7);
  }
}

.cta__item::before {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #888;
}

.cta__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cta__link:hover {
    opacity: .5;
  }
  .cta__link[target='_blank'] {
    position: relative;
  }
  .cta__link[target='_blank']::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    content: '';
    background: url(/en/svcsol/common/images/ctaicon/icon-blank.svg) no-repeat left top;
    background-size: 12px 11px;
  }
}

@media only screen and (max-width: 768px) {
  .cta__figure {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .cta__icon {
    width: 55px;
    height: 33px;
    margin: 15px 0 13px;
  }
}

@media only screen and (max-width: 768px) {
  .cta__icon {
    width: 45px;
    margin-top: 10px;
  }
}

.cta__caption {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cta__caption {
    position: relative;
    top: -10px;
    width: 200%;
    transform: scale(0.5);
    transform-origin: bottom center;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .cta__caption--min {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .cta__caption--follow {
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .cta__caption--follow {
    display: none;
  }
}

.cta__close {
  position: absolute;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .cta__close {
    top: -19px;
    right: 50%;
    width: 38px;
    height: 38px;
    margin-right: -470px;
  }
}

@media only screen and (max-width: 768px) {
  .cta__close {
    top: -28px;
    right: 4px;
    width: 24px;
    height: 24px;
  }
}

/* new cta add */
.n-trial__link, .n-estimate__link {
  text-decoration: none !important;
}

.n-trial__link::before, .n-estimate__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.n-trial__link:hover::before, .n-estimate__link:hover::before {
  background-color: rgba(215, 6, 59, 0.07);
}

.n-trial__link, .n-estimate__link {
  font-weight: bold;
  color: #333 !important;
}

.n-form__btn {
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #d7083a;
}

@media print, screen and (min-width: 769px) {
  .n-form__btn {
    height: 56px;
  }
}

.n-form__btn:hover {
  opacity: .7;
}

.n-form__btn::before {
  position: absolute;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_envelop.svg) no-repeat left top;
}

@media print, screen and (min-width: 769px) {
  .n-form__btn::before {
    top: 50%;
    width: 21px;
    height: 15px;
    transform: translateY(-50%);
    background-size: 21px 15px;
  }
}

.n-tel__number {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.n-tel__number::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 21px;
  height: 19px;
  margin-right: 7px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_tel.svg) no-repeat left top;
  background-size: 21px 19px;
}

.n-cta {
  box-sizing: border-box;
  background-color: #eee;
}

.n-cta * {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .n-cta__column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .n-cta__column__first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
  }
}

.n-cta--lp {
  background-color: #333;
}

@media print, screen and (min-width: 769px) {
  .n-cta--lp {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .n-cta:not(.is_fixed) {
    padding: 30px;
  }
  .n-cta.n-cta--lp:not(.is_fixed) .n-contact--horizon {
    width: 400px;
  }
  .n-cta.n-cta--lp:not(.is_fixed) .n-contact--bottom {
    width: 576px;
  }
  .n-cta.n-cta--lp:not(.is_fixed) .n-form--small, .n-cta.n-cta--lp:not(.is_fixed) .n-form--small__btn {
    width: 194px;
  }
  .n-cta.n-cta--lp:not(.is_fixed) .n-form--big, .n-cta.n-cta--lp:not(.is_fixed) .n-form--big__btn {
    width: 280px;
  }
  .n-cta:not(.is_fixed) .n-cta__inner {
    max-width: 950px;
    margin: 0 auto;
  }
  .n-cta:not(.is_fixed) .n-download {
    position: relative;
    padding: 24px 20px;
  }
  .n-cta:not(.is_fixed) .n-download + .n-contact {
    margin-top: 40px;
  }
  .n-cta:not(.is_fixed) .n-download:hover .n-download__hd {
    color: #cf3027 !important;
    background-image: url(/en/svcsol/common/images/newcta/ico_arrow_hover.svg);
  }
  .n-cta:not(.is_fixed) .n-download__hd {
    font-size: 16px;
    padding-left: 17px;
    background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left center;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-download__hd br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-download__link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-download__thumbnail--big {
    width: 87px;
    margin-right: 38px;
  }
  .n-cta:not(.is_fixed) .n-download__thumbnail--min {
    width: 82px;
    margin-right: 13px;
  }
  .n-cta:not(.is_fixed) .n-download--single__hd {
    position: absolute;
    top: 24px;
    left: 129px;
  }
  .n-cta:not(.is_fixed) .n-download--single__item {
    width: 100%;
  }
  .n-cta:not(.is_fixed) .n-download--single__txt {
    padding-top: 36px;
  }
  .n-cta:not(.is_fixed) .n-download--double__hd {
    margin-bottom: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--double__item {
    width: 48.768%;
  }
  .n-cta:not(.is_fixed) .n-download--triple__hd {
    margin-bottom: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--triple__item {
    width: 31.773%;
  }
  .n-cta:not(.is_fixed) .n-download--lp {
    padding: 20px 30px 25px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__thumbnail {
    width: 83px;
    margin-right: 14px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__thumbnail--min {
    width: 83px;
    margin: 0 14px 10px 0;
  }
  .n-cta:not(.is_fixed) .n-download--lp__thumbnail--big {
    width: 140px;
    margin: 0 10px 10px 0;
    margin-right: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__item {
    flex: 1 0 1%;
  }
  .n-cta:not(.is_fixed) .n-download--lp__item--big {
    width: 350px;
    margin-top: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__item--min {
    width: 250px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more {
    max-width: 455px;
    margin-left: 35px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more _:-ms-lang(x)::-ms-backdrop, .n-cta:not(.is_fixed) .n-download--lp__more {
    width: 455px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more::before {
    width: 72px;
    height: 64px;
    margin-right: 11px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more__hd {
    margin-bottom: 18px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more--two {
    display: flex;
    width: 520px;
    padding-top: 18px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more--min {
    max-width: 425px;
    margin-left: 20px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more--min _:-ms-lang(x)::-ms-backdrop, .n-cta:not(.is_fixed) .n-download--lp__more--min {
    width: 425px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__catch {
    font-size: 20px;
    width: 100%;
    margin-bottom: 13px;
    padding-left: 12px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__catch::after {
    top: -2px;
    margin-left: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__bold {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__bold--big {
    font-size: 18px;
    float: left;
    width: calc(100% - 150px);
  }
  .n-cta:not(.is_fixed) .n-download--lp__bold--min {
    font-size: 15px;
    float: left;
    width: calc(100% - 97px);
  }
  .n-cta:not(.is_fixed) .n-download--lp__txt {
    clear: both;
  }
  .n-cta:not(.is_fixed) .n-seminar {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 50px 12px 126px;
  }
  .n-cta:not(.is_fixed) .n-seminar + .n-contact {
    margin-top: 40px;
  }
  .n-cta:not(.is_fixed) .n-seminar__icon {
    position: absolute;
    top: 19px;
    left: 28px;
    width: 60px;
    height: 60px;
  }
  .n-cta:not(.is_fixed) .n-seminar__hd {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .n-cta:not(.is_fixed) .n-seminar__hd br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-estimate {
    font-size: 16px;
    width: 100%;
    min-height: 108px;
  }
  .n-cta:not(.is_fixed) .n-estimate--wide br {
    display: none;
  }
  #contents .n-cta:not(.is_fixed) .n-estimate--wide__icon {
    margin: 0 55px 0 37px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-estimate--wide__link {
    background-position: left center;
  }
  .n-cta:not(.is_fixed) .n-estimate--half {
    width: 49.528%;
  }
  #contents .n-cta:not(.is_fixed) .n-estimate--half {
    min-height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #contents .n-cta:not(.is_fixed) .n-estimate--half__link {
    margin-top: 14px;
  }
  #contents .n-cta:not(.is_fixed) .n-estimate--half br {
    display: none;
  }
  .wrapper .n-cta:not(.is_fixed) .n-estimate--half {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-estimate__link {
    padding: 0 19px;
    background-image: url(/en/svcsol/common/images/newcta/ico_arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-estimate__link:hover {
    color: #cf3027 !important;
    background-image: url(/en/svcsol/common/images/newcta/ico_arrow_hover.svg);
  }
  #contents .n-cta:not(.is_fixed) .n-estimate__link {
    background-position: left center;
  }
  .wrapper .n-cta:not(.is_fixed) .n-estimate__link {
    line-height: 1.5;
    background-position: left 5px;
  }
  #contents .n-cta:not(.is_fixed) .n-estimate__icon {
    width: 43px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-estimate__icon {
    width: 40px;
    margin: 0 19px 0 36px;
  }
  .n-cta:not(.is_fixed) .n-trial {
    font-size: 16px;
    width: 100%;
    min-height: 108px;
  }
  .n-cta:not(.is_fixed) .n-trial--wide br {
    display: none;
  }
  #contents .n-cta:not(.is_fixed) .n-trial--wide__icon {
    margin: 0 48px 0 31px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-trial--wide__icon {
    margin: 0 14px 0 24px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-trial--wide__link {
    background-position: left center;
  }
  .n-cta:not(.is_fixed) .n-trial--half {
    width: 49.528%;
  }
  #contents .n-cta:not(.is_fixed) .n-trial--half {
    min-height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #contents .n-cta:not(.is_fixed) .n-trial--half__link {
    margin-top: 14px;
  }
  #contents .n-cta:not(.is_fixed) .n-trial--half br {
    display: none;
  }
  .wrapper .n-cta:not(.is_fixed) .n-trial--half {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-trial__link {
    padding: 0 19px;
    background-image: url(/en/svcsol/common/images/newcta/ico_arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-trial__link:hover {
    color: #cf3027 !important;
    background-image: url(/en/svcsol/common/images/newcta/ico_arrow_hover.svg);
  }
  #contents .n-cta:not(.is_fixed) .n-trial__link {
    background-position: left center;
  }
  .wrapper .n-cta:not(.is_fixed) .n-trial__link {
    line-height: 1.5;
    background-position: left 5px;
  }
  #contents .n-cta:not(.is_fixed) .n-trial__icon {
    width: 57px;
    margin: 0 48px 0 31px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-trial__icon {
    width: 57px;
    margin: 0 14px 0 24px;
  }
  .n-cta:not(.is_fixed) .n-cta__column__first {
    height: 100%;
  }
  #contents .n-cta:not(.is_fixed) .n-cta__column__first {
    width: 424px;
  }
  .wrapper .n-cta:not(.is_fixed) .n-cta__column__first {
    width: 475px;
  }
  .n-cta:not(.is_fixed) .n-cta__column__last {
    flex: 1 0 1%;
  }
  .n-cta:not(.is_fixed) .n-cta__column + .n-contact {
    margin-top: 40px;
  }
  .n-cta:not(.is_fixed) .n-contact {
    margin: 0 auto;
  }
  .n-cta:not(.is_fixed) .n-contact--horizon {
    width: 380px;
  }
  .n-cta:not(.is_fixed) .n-contact--vertical {
    width: 260px;
    text-align: center;
  }
  .n-cta:not(.is_fixed) .n-contact--bottom {
    width: 556px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-contact--bottom .n-form--big {
    margin: 0 25px 0 0;
  }
  .n-cta:not(.is_fixed) .n-contact--bottom .n-tel__info br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-form__btn__main {
    font-size: 15px;
  }
  .n-cta:not(.is_fixed) .n-form--small {
    width: 174px;
  }
  .n-cta:not(.is_fixed) .n-form--small__btn {
    width: 174px;
    padding-left: 45px;
  }
  .n-cta:not(.is_fixed) .n-form--big {
    margin-bottom: 10px;
  }
  .n-cta:not(.is_fixed) .n-form--big__btn {
    width: 260px;
    padding-left: 49px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-form--big__btn::before {
    left: 20px;
  }
  .n-cta:not(.is_fixed) .n-tel__info {
    font-size: 13px;
    line-height: 1.4;
  }
  .n-cta:not(.is_fixed) .n-tel--small__info {
    padding-left: 30px;
  }
  .n-cta:not(.is_fixed) .n-tel--big {
    width: 100%;
  }
  .n-cta:not(.is_fixed) .n-tel--big__number {
    padding-right: 15px;
  }
  .n-cta:not(.is_fixed) .n-tel--big__info {
    margin-top: 5px;
  }
  .n-cta:not(.is_fixed) .n-tel--big__info br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-tel--bottom__info {
    padding-left: 30px;
  }
  .n-cta:not(.is_fixed) .n-tel--bottom__info br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .n-cta:not(.is_fixed) {
    padding: 15px;
  }
  .n-cta:not(.is_fixed) .n-download {
    padding: 14px 16px 14px 10px;
  }
  .n-cta:not(.is_fixed) .n-download__hd {
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 19px;
    background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left center;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-download__hd br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-download__item {
    width: 100%;
  }
  .n-cta:not(.is_fixed) .n-download__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .n-cta:not(.is_fixed) .n-download__thumbnail {
    width: 68px;
    margin-right: 10px;
  }
  .n-cta:not(.is_fixed) .n-download__txt {
    font-size: 12px;
  }
  .n-cta:not(.is_fixed) .n-download__pdf {
    font-size: 10px;
  }
  .n-cta:not(.is_fixed) .n-download--lp {
    padding: 10px 10px 20px 20px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__thumbnail {
    width: 58px;
    margin-right: 8px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more {
    padding-top: 55px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 44px;
    margin-left: -25px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more--two {
    padding-top: 20px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__more__hd {
    margin-bottom: 18px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__catch {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
    padding-left: 12px;
  }
  .n-cta:not(.is_fixed) .n-download--lp__bold {
    font-size: 12px;
    line-height: 2;
  }
  .n-cta:not(.is_fixed) .n-download--lp__bold--min, .n-cta:not(.is_fixed) .n-download--lp__bold--big {
    font-size: 12px;
    line-height: 2;
    float: left;
    width: calc(100% - 78px);
  }
  .n-cta:not(.is_fixed) .n-download--lp__txt {
    float: left;
    width: calc(100% - 78px);
  }
  .n-cta:not(.is_fixed) .n-seminar {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 15px 20px 67px;
  }
  .n-cta:not(.is_fixed) .n-seminar__icon {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 40px;
    height: 40px;
  }
  .n-cta:not(.is_fixed) .n-seminar__hd {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .n-cta:not(.is_fixed) .n-seminar__hd br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-estimate,
.n-cta:not(.is_fixed) .n-trial {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-estimate__link,
.n-cta:not(.is_fixed) .n-trial__link {
    font-size: 14px;
  }
  .n-cta:not(.is_fixed) .n-estimate__link br,
.n-cta:not(.is_fixed) .n-trial__link br {
    display: none;
  }
  .n-cta:not(.is_fixed) .n-estimate {
    padding: 0 10px 0 23px;
  }
  .n-cta:not(.is_fixed) .n-estimate__icon {
    width: 29px;
    margin-right: 15px;
  }
  .n-cta:not(.is_fixed) .n-estimate__link {
    padding-left: 18px;
    background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left center;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-trial {
    padding: 0 10px 0 18px;
  }
  .n-cta:not(.is_fixed) .n-trial__icon {
    width: 37px;
    margin-right: 13px;
  }
  .n-cta:not(.is_fixed) .n-trial__link {
    padding-left: 18px;
    background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left center;
    background-size: 11px 12px;
  }
  .n-cta:not(.is_fixed) .n-contact {
    margin-top: 15px;
  }
  .n-cta:not(.is_fixed) .n-form__btn {
    height: 50px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta:not(.is_fixed) .n-form__btn::before {
    position: relative;
    left: 0;
    width: 21px;
    height: 15px;
    margin-right: 8px;
    background-size: 21px 15px;
  }
  .n-cta:not(.is_fixed) .n-form__btn__main {
    font-size: 14px;
  }
  .n-cta:not(.is_fixed) .n-form__btn__sub {
    font-size: 10px;
  }
  .n-cta:not(.is_fixed) .n-tel {
    text-align: center;
  }
  .n-cta:not(.is_fixed) .n-tel br {
    display: none;
  }
}

.n-cta.n-cta--lp:not(.is_fixed) .n-estimate__link[target='_blank'] .n-estimate__txt::after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-cta.n-cta--lp:not(.is_fixed) .n-trial__link[target='_blank'] .n-trial__txt::after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-cta.n-cta--lp:not(.is_fixed) .n-form__btn__sub::after {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 11px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank_white.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-cta:not(.is_fixed) .n-trial, .n-cta:not(.is_fixed) .n-estimate, .n-cta:not(.is_fixed) .n-cta__item, .n-cta:not(.is_fixed) .n-seminar, .n-cta:not(.is_fixed) .n-download {
  max-width: 950px;
  margin-bottom: 4px;
  border-top: 3px solid #d7083a;
  background-color: #fff;
}

.n-cta:not(.is_fixed) .n-download__link::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.n-cta:not(.is_fixed) .n-download__link:hover {
  color: #cf3027 !important;
}

.n-cta:not(.is_fixed) .n-download__link:hover::before {
  background-color: rgba(215, 6, 59, 0.07);
}

.n-cta:not(.is_fixed) .n-download__hd--inner {
  display: none;
}

.n-cta:not(.is_fixed) .n-download--lp__hd {
  display: none;
}

.n-cta:not(.is_fixed) .n-download--lp__catch {
  font-weight: bold;
  position: relative;
  color: #d7083a;
  background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left 4px;
  background-size: 11px 12px;
}

.n-cta:not(.is_fixed) .n-download--lp__catch::after {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 11px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-cta:not(.is_fixed) .n-estimate {
  position: relative;
}

.n-cta:not(.is_fixed) .n-estimate--wide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.n-cta:not(.is_fixed) .n-trial {
  position: relative;
}

.n-cta:not(.is_fixed) .n-trial--wide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper .n-cta:not(.is_fixed) .n-tel__number, .wrapper .n-cta:not(.is_fixed) .n-tel__info {
  color: #fff !important;
}

.n-cta.is_fixed {
  position: relative;
  z-index: 1000;
}

@media print, screen and (min-width: 769px) {
  .n-cta.is_fixed::before {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: '';
    background: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .n-cta.is_fixed.n-cta--lp .n-estimate__link[target='_blank'] .n-estimate__txt::after {
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 5px;
    content: '';
    background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
    background-size: 12px 11px;
  }
  .n-cta.is_fixed.n-cta--lp .n-trial__link[target='_blank'] .n-trial__txt::after {
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 5px;
    content: '';
    background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
    background-size: 12px 11px;
  }
  .n-cta.is_fixed.n-cta--lp .n-form__btn {
    padding-left: 30px;
  }
  .n-cta.is_fixed.n-cta--lp .n-form__btn::before {
    left: 18px;
  }
  .n-cta.is_fixed.n-cta--lp .n-form__btn__main {
    padding-right: 13px;
  }
  .n-cta.is_fixed.n-cta--lp .n-form__btn__sub {
    position: relative;
    padding-right: 13px;
  }
  .n-cta.is_fixed.n-cta--lp .n-form__btn__sub::after {
    position: absolute;
    top: -1px;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 11px;
    content: '';
    background: url(/en/svcsol/common/images/newcta/ico_blank_white.svg) no-repeat left top;
    background-size: 12px 11px;
  }
  .n-cta.is_fixed.n-cta--lp .n-download {
    padding-right: 30px;
  }
  .n-cta.is_fixed.n-cta--lp .n-seminar {
    padding-right: 10px;
  }
  .n-cta.is_fixed.n-cta--lp .n-download__hd::after,
.n-cta.is_fixed.n-cta--lp .n-seminar__hd::after {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 5px;
    content: '';
    background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
    background-size: 12px 11px;
  }
  .n-cta.is_fixed .n-cta__inner {
    left: 50%;
    width: 1200px;
    height: 80px;
    margin-left: -600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .n-cta.is_fixed .n-download {
    position: relative;
    width: 219px;
    height: 100%;
    padding: 12px 46px 12px 22px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta.is_fixed .n-download::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 56px;
    content: '';
    background-color: #d7083a;
  }
  .n-cta.is_fixed .n-download:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: '';
    background-color: rgba(215, 6, 59, 0.07);
  }
  .n-cta.is_fixed .n-download:hover .n-download__link {
    position: absolute;
    display: block;
  }
  .n-cta.is_fixed .n-download__hd {
    font-size: 14px;
    position: relative;
    padding-left: 65px;
  }
  .n-cta.is_fixed .n-download__hd::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 36px;
    margin-top: -18px;
    content: '';
    background: url(/en/svcsol/common/images/newcta/ico_download.svg) no-repeat left top;
    background-size: 48px 36px;
  }
  .n-cta.is_fixed .n-download__link {
    top: 73px;
    left: 16px;
    width: 420px;
    padding: 20px 60px 0 20px;
  }
  .n-cta.is_fixed .n-download__link::before {
    right: 24px;
  }
  .n-cta.is_fixed .n-download__item {
    padding: 15px 0;
  }
  .n-cta.is_fixed .n-download__thumbnail {
    width: 72px;
    margin-right: 14px;
  }
  .n-cta.is_fixed .n-download--lp__more {
    padding: 55px 0 20px;
  }
  .n-cta.is_fixed .n-download--lp__more::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 44px;
    margin-left: -30px;
  }
  .n-cta.is_fixed .n-download--lp__more__hd {
    margin-bottom: 20px;
  }
  .n-cta.is_fixed .n-download--lp__more--two {
    padding-top: 20px;
  }
  .n-cta.is_fixed .n-download--lp__bold--min, .n-cta.is_fixed .n-download--lp__bold--big {
    font-size: 15px;
    float: left;
    width: calc(100% - 86px);
    margin-bottom: 3px;
  }
  .n-cta.is_fixed .n-download--lp__txt {
    float: left;
    width: calc(100% - 86px);
  }
  .n-cta.is_fixed .n-seminar {
    position: relative;
    width: 195px;
    height: 100%;
    padding: 12px 30px 12px 18px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta.is_fixed .n-seminar::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 56px;
    content: '';
    background-color: #d7083a;
  }
  .n-cta.is_fixed .n-seminar:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: '';
    background-color: rgba(215, 6, 59, 0.07);
  }
  .n-cta.is_fixed .n-seminar:hover .n-seminar__list {
    position: absolute;
    display: block;
  }
  .n-cta.is_fixed .n-seminar__icon {
    width: 43px;
    margin-right: 17px;
  }
  .n-cta.is_fixed .n-seminar__hd {
    font-size: 14px;
  }
  .n-cta.is_fixed .n-seminar__hd br {
    display: none;
  }
  .n-cta.is_fixed .n-seminar__list {
    top: 73px;
    left: 16px;
    width: 420px;
    padding: 15px 20px 0 20px;
  }
  .n-cta.is_fixed .n-seminar__item {
    padding-bottom: 15px;
  }
  .n-cta.is_fixed .n-cta__item::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 56px;
    content: '';
    background-color: #d7083a;
  }
  .n-cta.is_fixed .n-cta__column__last {
    width: 341px;
  }
  .n-cta.is_fixed .n-estimate,
.n-cta.is_fixed .n-trial {
    position: relative;
    padding: 12px 30px 12px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta.is_fixed .n-estimate::before,
.n-cta.is_fixed .n-trial::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 56px;
    content: '';
    background-color: #d7083a;
  }
  .n-cta.is_fixed .n-estimate__icon,
.n-cta.is_fixed .n-trial__icon {
    margin-right: 15px;
  }
  .n-cta.is_fixed .n-estimate__txt,
.n-cta.is_fixed .n-trial__txt {
    font-size: 14px;
    font-weight: bold;
  }
  .n-cta.is_fixed .n-estimate__txt br,
.n-cta.is_fixed .n-trial__txt br {
    display: none;
  }
  .n-cta.is_fixed .n-estimate__icon {
    width: 31px;
  }
  .n-cta.is_fixed .n-trial__icon {
    width: 46px;
  }
  .n-cta.is_fixed .n-contact {
    width: 341px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .n-cta.is_fixed .n-form {
    width: 182px;
    height: 56px;
    order: 2;
  }
  .n-cta.is_fixed .n-form__btn {
    width: 100%;
    height: 100%;
    padding-left: 47px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-cta.is_fixed .n-form__btn::before {
    left: 24px;
  }
  .n-cta.is_fixed .n-form__btn__main {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .n-cta.is_fixed .n-tel {
    width: 140px;
    text-align: center;
    order: 1;
  }
  .n-cta.is_fixed .n-tel__info {
    font-size: 11px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 768px) {
  .n-cta.is_fixed .n-tel {
    display: none;
  }
  .n-cta.is_fixed .n-cta__inner {
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #d7083a;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .n-cta.is_fixed .n-cta__item {
    max-width: 40.624vw;
    flex: 1;
  }
  .n-cta.is_fixed .n-cta__column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .n-cta.is_fixed .n-cta__column__first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .n-cta.is_fixed .n-cta__column__last {
    width: 60px;
  }
  .n-cta.is_fixed .n-download {
    position: relative;
    width: 20vw;
    height: 58px;
    padding-top: 33px;
  }
  .n-cta.is_fixed .n-download::before {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 27px;
    height: 20px;
    content: '';
    transform: translateX(-50%);
    background: url(/en/svcsol/common/images/newcta/ico_download.svg) no-repeat left top;
    background-size: 27px 20px;
  }
  .n-cta.is_fixed .n-download.is_active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    content: '';
    background-color: rgba(215, 6, 59, 0.07);
  }
  .n-cta.is_fixed .n-download.is_active .n-download__link {
    display: block;
  }
  .n-cta.is_fixed .n-download__hd {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 200%;
    transform: scale(0.5);
    transform-origin: top left;
    text-align: center;
  }
  .n-cta.is_fixed .n-download__link {
    position: fixed;
    top: 57px;
    left: 2.187vw;
    width: 91.562vw;
    padding: 10px 32px 3px 10px;
  }
  .n-cta.is_fixed .n-download__link::before {
    right: 7px;
  }
  .n-cta.is_fixed .n-download__item {
    padding: 10px 0;
  }
  .n-cta.is_fixed .n-download__thumbnail {
    width: 57px;
    margin-right: 8px;
  }
  .n-cta.is_fixed .n-download__txt {
    font-size: 12px;
  }
  .n-cta.is_fixed .n-download--lp__link {
    padding-top: 10px;
  }
  .n-cta.is_fixed .n-download--lp__more {
    padding: 55px 0 20px;
  }
  .n-cta.is_fixed .n-download--lp__more::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 44px;
    margin-left: -25px;
  }
  .n-cta.is_fixed .n-download--lp__more--two {
    padding-top: 23px;
  }
  .n-cta.is_fixed .n-download--lp__more__hd {
    margin-bottom: 18px;
  }
  .n-cta.is_fixed .n-download--lp__bold--min, .n-cta.is_fixed .n-download--lp__bold--big {
    font-size: 12px;
    float: left;
    width: calc(100% - 65px);
    margin-bottom: 3px;
  }
  .n-cta.is_fixed .n-download--lp__txt {
    float: left;
    width: calc(100% - 65px);
  }
  .n-cta.is_fixed .n-seminar {
    position: relative;
    width: 20.312vw;
    height: 58px;
    padding-top: 5px;
    text-align: center;
  }
  .n-cta.is_fixed .n-seminar.is_active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    content: '';
    background-color: rgba(215, 6, 59, 0.07);
  }
  .n-cta.is_fixed .n-seminar.is_active .n-seminar__list {
    display: block;
  }
  .n-cta.is_fixed .n-seminar__icon {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
  }
  .n-cta.is_fixed .n-seminar__hd {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 200%;
    transform: scale(0.5);
    transform-origin: top left;
    text-align: center;
  }
  .n-cta.is_fixed .n-seminar__list {
    position: fixed;
    top: 57px;
    left: 8.125vw;
    width: 91.562vw;
    padding: 8px 14px 0 12px;
  }
  .n-cta.is_fixed .n-seminar__item {
    margin-bottom: 6px;
    padding: 0 5px 8px 18px;
    text-align: left;
  }
  .n-cta.is_fixed .n-estimate {
    display: block;
    width: 20.312vw;
    height: 58px;
    padding-top: 6px;
    text-align: center;
  }
  .n-cta.is_fixed .n-estimate__icon {
    width: 17px;
    height: 24px;
    margin-bottom: 0;
  }
  .n-cta.is_fixed .n-estimate__txt {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 200%;
    transform: scale(0.5);
    transform-origin: top left;
    text-align: center;
  }
  .n-cta.is_fixed .n-trial {
    display: block;
    width: 20.312vw;
    height: 58px;
    padding-top: 5px;
    text-align: center;
  }
  .n-cta.is_fixed .n-trial__icon {
    width: 23px;
    height: 24px;
    margin-bottom: 0;
  }
  .n-cta.is_fixed .n-trial__txt {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 200%;
    transform: scale(0.5);
    transform-origin: top left;
    text-align: center;
  }
  .n-cta.is_fixed .n-form {
    width: 60px;
    height: 58px;
  }
  .n-cta.is_fixed .n-form__btn {
    display: block;
    width: 120px;
    height: 116px;
    padding-top: 62px;
    transform: scale(0.5);
    transform-origin: 0 0;
    text-align: center;
  }
  .n-cta.is_fixed .n-form__btn::before {
    top: 22px;
    left: 50%;
    width: 42px;
    height: 30px;
    margin-left: -21px;
    background-size: 42px 30px;
  }
  .n-cta.is_fixed .n-form__btn__main {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
  }
  .n-cta.is_fixed .n-form__btn__sub {
    font-size: 12px;
    display: block;
  }
}

.n-cta.is_fixed .n-cta__inner {
  position: fixed;
  z-index: 100;
  top: 0;
}

.n-cta.is_fixed .n-cta__item {
  position: relative;
  height: 100%;
}

.n-cta.is_fixed .n-cta__column {
  height: 100%;
  flex: 1 0 1%;
}

.n-cta.is_fixed .n-cta__column__first {
  height: 100%;
}

.n-cta.is_fixed .n-cta__column__last {
  margin-left: auto;
}

.n-cta.is_fixed .n-download__link {
  z-index: 2;
  display: none;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.n-cta.is_fixed .n-download__link:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
}

.n-cta.is_fixed .n-download__hd--inner {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding-left: 19px;
  background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left center;
  background-size: 11px 12px;
}

.n-cta.is_fixed .n-download__item {
  align-items: center;
}

.n-cta.is_fixed .n-download__item:not(:last-child):not(.n-download--lp__item--big):not(.n-download--lp__item--min):not(.n-download--lp__more--two) {
  border-bottom: 1px dashed #999;
}

.n-cta.is_fixed .n-download--lp__hd--inner::after {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-cta.is_fixed .n-download--lp__item {
  border-bottom: 0 !important;
}

.n-cta.is_fixed .n-download--lp__catch {
  display: none;
}

.n-cta.is_fixed .n-seminar__list {
  z-index: 2;
  display: none;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.n-cta.is_fixed .n-seminar__item:not(:last-child) {
  border-bottom: 1px dashed #999;
}

.n-cta.is_fixed .n-contact {
  margin-left: auto;
}

.n-seminar__hd {
  font-weight: bold;
}

.n-seminar__item {
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}

@media print, screen and (min-width: 769px) {
  .n-seminar__item {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .n-seminar__item::before {
    top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .n-seminar__item {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .n-seminar__item::before {
    top: 2px;
  }
}

.n-seminar__item::before {
  position: absolute;
  left: 0;
  width: 11px;
  height: 12px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left top;
  background-size: 11px 12px;
}

.n-seminar__link {
  color: #333 !important;
}

.n-seminar__link:hover {
  color: #cf3027 !important;
}

.n-seminar__link[target='_blank']::after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

.n-download__hd {
  font-weight: bold;
}

.n-download__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: wrap;
}

.n-download__link {
  text-decoration: none !important;
  color: #333 !important;
}

.n-download__img {
  width: 100%;
}

.n-download__txt {
  flex: 1 0 1%;
}

@media print, screen and (min-width: 769px) {
  .n-download__txt {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 769px) {
  .n-download__pdf {
    font-size: 13px;
  }
}

.n-download--lp__item--big, .n-download--lp__item--min {
  display: block;
  overflow: hidden;
}

.n-download--lp__thumbnail--min, .n-download--lp__thumbnail--big {
  float: left;
}

.n-download--lp__more {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.n-download--lp__more::before {
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_more.svg) no-repeat left top;
}

.n-download--lp__more__hd {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #d6d6ff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ccccff 2px, #ccccff 4px);
  background-size: auto auto;
}

.n-download--lp__more__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
  .n-download--lp__more__icon {
    width: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .n-download--lp__more__icon {
    width: 50px !important;
  }
}

.n-download--lp__bold {
  font-weight: bold;
  display: block;
}

.n-estimate {
  position: relative;
}

.n-trial {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .n-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

.n-form {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .n-form--small__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .n-form--small__btn__main {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .n-form--small__btn::before {
    left: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .n-form__btn__sub {
    font-size: 11px;
  }
}

.n-tel__number a {
  color: inherit !important;
}

@media print, screen and (min-width: 769px) {
  .n-tel__number a {
    pointer-events: none;
  }
}

#contents .n-tel__number {
  color: #333 !important;
}

.n-campaign {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .n-campaign {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 768px) {
  .n-campaign {
    margin: 40px auto;
  }
}

.n-campaign * {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .n-campaign--lp {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.n-campaign__item {
  max-width: 950px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.n-campaign__item:last-child {
  border-bottom: 1px solid #ddd;
}

.n-campaign__link {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .n-campaign__link {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .n-campaign__link::before {
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .n-campaign__link {
    display: block;
    padding: 20px 35px 20px 95px;
  }
  .n-campaign__link::before {
    right: 10px;
  }
}

.n-campaign__link::before {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 12px;
  content: '';
  transform: translateY(-50%);
  background: url(/en/svcsol/common/images/newcta/ico_arrow.svg) no-repeat left top;
  background-size: 11px 12px;
}

.n-campaign__link:hover {
  opacity: .7;
}

.n-campaign__link[target='_blank'] .n-campaign__txt::after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  content: '';
  background: url(/en/svcsol/common/images/newcta/ico_blank.svg) no-repeat left top;
  background-size: 12px 11px;
}

@media print, screen and (min-width: 769px) {
  .n-campaign__thumbnail {
    width: 110px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .n-campaign__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }
}

.n-campaign__img {
  width: 100%;
}

.n-campaign__tag {
  font-weight: bold;
  text-align: center;
  color: #d4123f !important;
  border: 1px solid;
}

@media print, screen and (min-width: 769px) {
  .n-campaign__tag {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    top: -2px;
    margin-right: 10px;
    padding: 1px 14px 2px;
  }
}

@media only screen and (max-width: 768px) {
  .n-campaign__tag {
    font-size: 11px;
    margin-right: 5px;
    padding: 2px 10px 1px;
  }
}

.n-campaign__txt {
  font-weight: bold;
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .n-campaign__txt {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 768px) {
  .n-campaign__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.n-campaign__line {
  display: inline-block;
  margin-right: 2px;
  padding: 2px;
  color: #d4123f;
  background-color: rgba(207, 3, 64, 0.12);
}
