.tal-special-case-concept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tal-special-case-concept__txt {
  width: 66.66666%;
}
.tal-special-case-concept__img {
  width: 30%;
}
@media (max-width: 768px) {
  .tal-special-case-concept__txt {
    width: 100%;
  }
  .tal-special-case-concept__img {
    width: 100%;
  }
}

.tal-special-case-layout2a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tal-special-case-layout2a__l {
  width: 60%;
}
.tal-special-case-layout2a__r {
  width: 37%;
}
@media (max-width: 768px) {
  .tal-special-case-layout2a__l {
    width: 100%;
    margin-bottom: 20px;
  }
  .tal-special-case-layout2a__r {
    width: 100%;
  }
}

.tal-flow {
  background-color: #fff;
}

.tal-special-tag-c {
  color: #4c4c4c;
}
.tal-special-tag-c span {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  margin-right: 1em;
}

.tal-special-lead-block {
  margin-bottom: 3em;
}

.tal-special-case-layout2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tal-special-case-layout2__item {
  width: 48%;
}

@media (max-width: 768px) {
  .tal-special-case-layout2 {
    display: block;
  }
  .tal-special-case-layout2__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tal-special-case-concept__txt .font-box {
  border: #000 1px solid;
  text-indent: 0%;
  font-size: 12px;
  padding: 5px 8px;
}
.tal-special-case-concept__txt p:has(.font-box) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tal-special-case-concept__txt p {
    margin-bottom: 30px;
  }
  .tal-special-case-concept__txt p .font-box {
    padding: 0;
    line-height: 13px;
    border: none;
  }
  .tal-special-case-concept__txt p:has(.font-box) {
    border: #000 1px solid;
    padding: 5px;
    line-height: 1rem;
  }
}
figure.figure_mb {
  margin-bottom: 30px;
}

.border_box {
  margin: 0 0 50px;
  border: #000 1px solid;
  padding: 20px 40px;
}
.border_box .tal-special-case-layout2a {
  margin-bottom: 0;
  align-items: center;
}
.border_box p {
  font-size: 16px;
  margin-bottom: 0em;
  line-height: 1.8;
  text-align: justify;
}
.border_box h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .border_box {
    padding: 10px 10px;
  }
}
.building_info {
  width: 100%;
}
.building_info tr {
  width: 100%;
}
.building_info th {
  text-align: left;
  font-size: 20px;
  width: 12%;
}
.building_info td {
  width: 88%;
  margin-left: 10%;
}
.building_info td li {
  list-style-type: initial;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .building_info {
    padding: 5px;
  }
  .building_info th, .building_info td {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .building_info td li {
    margin-left: 20px;
  }
}
.g-btn {
  padding: 12px;
}

.g-talign-r {
  text-align: right;
}/*# sourceMappingURL=style.css.map */