.content_title {
  max-width: 360px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #000000;
}

.content_info {
  width: 100%;
  margin-top: 62px;
  font-size: 14px;
  color: #000000;
  white-space: pre-line;
  @media (max-width: 750px) {
    margin-top: 0;
  };
  line-height:22px;
  letter-spacing: 1px;
  text-align: justify;
}

.file_box {
  width: 100%;
  margin-bottom: 30px;
}

.file_box > a {
  font-size: 14px;
  color: #225ebc;
  text-decoration: underline;
}
