.lp-text-18 {
  position: relative;
}

.lp-text-18 .lp-block-overlay {
	background-color: transparent;
}

.lp-text-18 .lp-wrapp {
  position: relative;
}
.lp-text-18__wrap {
  padding: 48px 0;
  text-align: center;
}
.lp-text-18__icon {
  background-color: var(--primary-color-a-01);
  padding: 16px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.lp-text-18__title {
  margin-top: 32px;
}
.lp-text-18__border {
  margin-top: 24px;
  height: 4px;
}
.lp-text-18__text-block {
  margin-top: 24px;
}
.lp-text-18__button-wrap {
  margin-top: 32px;
}
.lp-text-18__button {
  width: 100%;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
}

.txt_18__icon-image {
	font-size:0;
	width: 48px;
	height: 48px;
	max-width: 96px;
}

.txt_18__icon-image svg {
	width: 100%;
	height: 100%;
}

.txt_18__icon-image svg path {
	fill: var(--primary-color-base);
}

@media all and (min-width: 600px) {
  .lp-text-18__wrap {
    padding: 64px 0;
  }
  .lp-text-18__text-block {
    margin-top: 24px;
  }
  .lp-text-18__button {
    width: auto;
    margin: 0 8px 16px;
  }
}
@media all and (min-width: 960px) {
  .lp-text-18__wrap {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-text-18__title-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
  .lp-text-18__icon {
    margin-left: 0;
  }
  .lp-text-18__border {
    margin: 0 22px;
    width: 4px;
    height: auto;
  }
  .lp-text-18__text-block {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
  .lp-text-18._reverse .lp-text-18__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .lp-text-18__button-wrap {
  	margin-left: -8px; 
  }
}
@media all and (min-width: 1200px) {
  .lp-text-18__title-block {
    width: 368px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .lp-text-18__border {
    margin: 0 108px;
  }
}
@media all and (min-width: 1380px) {
  .lp-text-18__title-block {
    width: 408px;
  }
  .lp-text-18__border {
    margin: 0 124px;
  }
}

/*# sourceMappingURL=main.css.map */