.s_layout .s_box {
  padding-left: 2%;
  padding-right: 2%;
}

.s_layout .s_box .s_txt {
  display: flex;
  align-content: center;

  justify-content: flex-start;
  align-items: center;
}

.s_layout .s_title span {
  display: none;
}

.s_layout .s_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
  background-size: contain;
}
.s_layout .s_title h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.2;
  color: #121212;
  margin: 0;
  font-family: "Montserrat", serif;
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
}

.s_layout .s_title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
  background-size: contain;
}

.s_layout .s_box p {
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .s_layout .s_list {
    flex-direction: column;
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  .s_layout .s_box {
    width: 100%;
    padding: 30px;
    margin: 0;
  }
  .s_layout .s_box + .s_box {
    margin-top: 30px;
  }
  .s_layout .s_box .s_txt .s_icon {
    width: 80px;
  }
  .s_layout .s_title {
    width: calc(100% - 80px);
  }
  .s_layout .s_box .s_txt {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .s_layout .s_title h2 {
    font-size: 35px;
    padding-left: 30px;
    margin: 0 auto;
    padding-left: 30px;
  }
  .s_layout .s_title h2::before {
    width: 20px;
    height: 19px;
  }
}
@media screen and (max-width: 600px) {
  .s_layout .s_box .s_txt {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .s_layout .s_title {
    width: 100%;
  }
  .s_layout .s_title h2 {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
    margin-top: 30px;
  }
  .s_layout .s_title h2::before {
    width: 20px;
    height: 19px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/**/

.about-sect .txt-box .index-about-editor .editor h3 {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .about-sect .txt-box .index-about-editor .editor h3 {
    text-align: left;
  }
}
/**/

.a_layout .a_title h3 {
  font-family: "Montserrat", serif;
  font-weight: 600;
}
.a_layout .a_item.one p {
  text-align: left;
}
.a_layout .a_item.two .a_col:last-of-type .a_title {
  text-align: left;
  display: block;
}
.a_layout .a_item.two .a_col:last-of-type .a_title h4 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .a_layout .a_item.two .a_box {
    text-align: left;
    line-height: 1.8;
  }
}
