@charset "utf-8";

.improving_eating {
  margin-top: 50px;
}
.improving_eating_read {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.improving_eating_read_title {
  color: #000;
  font-weight: bold;
  font-size: 24px;
}
.improving_eating_tools {
  width: 24%;
  margin: 0 auto;
}
.improving_eating_read_text {
  font-size: 16px;
  /* max-width: 800px;
  margin: 20px auto 0; */
  margin-top: 20px;
  text-align: center;
}

.notebook {
  min-height: unset;
  padding: 0;
  background: none;
}

.improving_eating .salt_download_title span {
  font-size: 16px;
}
.improving_eating .salt_download_thumb {
  width: 80%;
  margin: 15px auto 20px;
}
.improving_eating .improving_eating_tools_link {
  text-align: center;
  margin-bottom: 80px;
}
.improving_eating .improving_eating_tools_link a {
  display: inline-block;
  text-decoration: underline;
  color: #3a76c9;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.3s;
}
.improving_eating .improving_eating_tools_link a:hover {
  opacity: 0.6;
}
.sp-block-br {
  display: none;
}

@media only screen and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px) {
  .improving_eating_tools {
    width: 60%;
    margin: 0 auto;
  }
  .sp_block-br {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
