body {
  background-color: #eefafe;
}

header {
  position: static;
  background-color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  header {
    margin-bottom: 30px;
  }
}
header .head_logo img {
  -webkit-filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
          filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
}

#counseling ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #counseling ul {
    margin-bottom: 30px;
  }
}
#counseling ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 7px 20px;
  border-radius: 7px;
  background-color: #0048b4;
}
#counseling ul li:not(:last-of-type) {
  padding: 5px 17px;
  margin-bottom: 10px;
}
#counseling ul li span {
  margin-right: 23px;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #counseling ul li span {
    font-size: clamp(17px, 0.875rem + 0.94vw, 23px);
  }
}
#counseling ul li p {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #counseling ul li p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#counseling > .container > p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #counseling > .container > p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}

footer {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 30px;
  }
}