.home .nav-top {
  margin: calc(-10px + -1.5em) -15px 0 -15px;
  background-color: #bf272f;
  padding: 20px;
}

.home .nav-top li:not(:last-child) {
  margin-bottom: 10px;
}

.home #newsBlock {
  border: none;
  margin: 20px 0;
  padding: 0;
}

.home #newsBlock h2 img {
  max-width: 274px;
  height: auto;
}

.home #newsBlock .infoList {
  display: flex;
  flex-direction: column;

  a {
    color: #333;
    border-left: 4px solid #033570;
    padding: 5px 0 5px 17px;

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  dd {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    border-bottom: none;
    font-size: 13px;
  }
}

.home .topInfo__X {
  margin-top: 20px;

  img {
    width: 100%;
    height: auto;
  }
}

.home #newsBlock h2 {
  float: none;
}


.topInfo__Fujinomiya,
.topInfo__Gotomba,
.topInfo__Subashiri {
  margin-top: 20px;
  width: 100%;

  a {
    color: #000;
  }

  dd {
    font-size: 13px;
  }
}

.topInfo__Fujinomiya__Header,
.topInfo__Gotomba__Header,
.topInfo__Subashiri__Header {
  position: relative;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;

  img {
    width: 28px;
    height: auto;
    margin-right: 10px;
  }

  &::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0px 0px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(90deg);
  }
}

.topInfo__Fujinomiya__Header {
  background-color: #0083D2;
}

.topInfo__Gotomba {
  border: 0;
  padding: 0;
  margin-right: 0;
}

.topInfo__Gotomba__Header {
  background-color: #009542;
}

.topInfo__Subashiri__Header {
  background-color: #FF0000;
}

.home #newsBlock dt {
  float: none;
  width: auto;
  line-height: initial;
}

.home #newsBlock dd {
  line-height: initial;
  padding: 0;
  border: 0;
  font-weight: bold;
}
