.emergence-response-section[data-v-7d8971ca] {
  background-color: #fff;
  padding-inline: var(--gutter);
}
.emergence-response-section .section-content[data-v-7d8971ca] {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
.emergence-response-section .section-content[data-v-7d8971ca] {
    padding: clamp(0px, 2.2222222222vw, 32px);
}
}
@media screen and (max-width: 1023.98px) {
.emergence-response-section .section-content[data-v-7d8971ca] {
    padding: 32px 20px;
}
}
.emergence-response-section .section-content .top-title[data-v-7d8971ca] {
  margin-bottom: 10px;
  font-size: var(--body1);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
}
.emergence-response-section .section-content .text-item[data-v-7d8971ca] {
  display: flex;
  padding-top: 10px;
  align-items: center;
}
.emergence-response-section .section-content .text-item[data-v-7d8971ca]:hover {
  cursor: pointer;
}
.emergence-response-section .section-content .text-item .item-value[data-v-7d8971ca] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  margin-right: 5px;
}
.emergence-response-section .section-content .svg-icon[data-v-7d8971ca] {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
.emergence-response-section .section-content .svg-icon[data-v-7d8971ca] {
    width: clamp(0px, 1.1805555556vw, 17px);
    height: clamp(0px, 1.1111111111vw, 16px);
}
}
@media screen and (max-width: 1023.98px) {
.emergence-response-section .section-content .svg-icon[data-v-7d8971ca] {
    flex: none;
    width: 17px;
    height: 16px;
}
}