section .concept h3 {
  font-size: clamp(20px, 1.78571vw, 25px);
  line-height: 2;
  position: relative;
  margin-top: 30px;
  padding-left: 28px;
}
section .concept h3:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  left: 0;
  width: 3px;
  height: calc(100% - 1rem);
  background: #222;
}
section .concept h3 + * {
  margin-top: 30px;
}
section .concept .read_text{
	display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
section .concept .read_text span{
	font-size:20px;
}
section .concept table.tenant{
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
}
section .concept table.tenant th{
    background: #bbb;
    padding: 10px;
    text-align: center;
    border: 1px solid #cecece;
}
section .concept table.tenant td{
    padding: 10px;
    border: 1px solid #cecece;
    text-align: center;
}
@media screen and (max-width: 767px) {
section .concept table.tenant{
}
section .concept table.tenant th{
}
section .concept table.tenant td{
}
}
.about01 {
  max-width: 634px;
  margin-inline: auto;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .about01 {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
  }
}

.about_list_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about_list_block {
    display: flex;
    flex-direction: column;
  }
}

.about_list {
  display: grid;
  grid-template-columns: 130px 1fr;
}
@media screen and (max-width: 767px) {
  .about_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.about_list dt {
  border-bottom: 2px solid #222;
  padding-bottom: 11px;
  padding-left: 10px;
  width: 130px;
}
.about_list dd {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 12px;
  padding-left: 10px;
  width: 100%;
}

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