@charset "UTF-8";
.top--emergency-others {
  background-color: #FFF1E8;
  margin: 0 auto 50px;
}

.top__h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 74px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.top__heading {
  padding: 50px 30px 45px;
}

.top__text {
  color: #A76C47;
}

.content__inner::before {
  top: -40px;
  height: 200px;
}

.content__inner .anchor-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #F6F6F6;
}

.content__inner .anchor-link .button-link {
  margin-top: 0;
}

.content__inner .list__title {
  margin-bottom: 24px;
  padding: 10px 15px;
  background-color: #EFEFEF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.content__inner .list-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin-bottom: 16px;
}

.content__inner .list-items__item {
  padding: 0 0 11px 26px;
  border-bottom: 1px dashed #E6E6E6;
  text-indent: calc(-18px + -8px);
}

.content__inner .list-items__text {
  color: #2C2C2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Source Sans Pro', sans-serif;
}

.content__inner .list-items__title {
  margin: 0 8px;
  font-family: 'Source Sans Pro', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  text-decoration: underline;
}

.content__title {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 20px;
  text-align: left;
}

.content__list {
  margin-bottom: 40px;
  padding: 0 30px;
}

.content--news {
  margin-bottom: 78px;
}

@media screen and (min-width: 1100px) {
  .top__img {
    min-width: 570px;
  }
  .top__heading {
    padding: 140px 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top__img {
    min-width: calc((570 / 1100) * 100%);
  }
  .top__heading {
    padding: 12.73vw 3.64vw;
  }
  .content {
    font-size: 1.455vw;
    font-weight: 400;
  }
  .content__img {
    width: calc((510 / 1100) * 100%);
  }
}

@media screen and (min-width: 769px) {
  .top--emergency-others {
    margin-bottom: 80px;
  }
  .top__h1 {
    height: 148px;
    font-size: 28px;
  }
  .content__inner::before {
    top: -70px;
    height: 183px;
  }
  .content__inner .anchor-link {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100vw;
    margin: 80px calc(50% - 50vw) 0;
    padding: 50px 0;
  }
  .content__inner .list__title {
    margin-bottom: 29px;
    font-size: 18px;
  }
  .content__inner .list-items {
    flex-direction: row;
    gap: 29px 40px;
    margin-bottom: 31px;
  }
  .content__inner .list-items__item {
    width: 340px;
  }
  .content__inner .list-items__text {
    font-size: 16px;
  }
  .content__title {
    font-size: 24px;
    text-align: center;
  }
  .content__img {
    max-width: 510px;
  }
  .content__list {
    margin-bottom: 60px;
    padding: 0;
  }
  .content--news {
    margin-bottom: 118px;
  }
}
