  @charset "utf-8";
/* ---- - IՄʻ֧Ԯ---- */
.content_wrap {
  padding-left: 20px;
}
.type2 {
  margin-bottom: 30px;
}
.text_block {
  line-height: 1.72;
}

.works {
  gap: 40px;
}
.works_contents_img {
  display: flex;
}
.works_contents_title {
  margin: 15px 0px 15px 0px;
}
.works_contents_text > p {
  line-height: 1.5;
  color: #333333;
}

.building_text {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.building_text::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #f19716;
  display: inline-block;
}
.building_text p {
  font-weight: 600;
}
.building_image {
  width: 70%;
  margin: auto;
  margin-top: 10px;
}

#web_application .head--05 {
  font-size: 16px;
  color: #333333;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
  #web_application #main {
    padding-bottom: 40px;
  }
  .content_wrap {
    padding-left: 0;
  }

  .building_image {
    width: 100%;
    margin-top: 20px;
  }
}