@media (max-width: 768px) {
  .marginTopAddjust {
    margin-top: 50px;
  }
}

h1 {
  font-size: 2.5vw;
  color: #393838;
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contents_item, .works_text, .related_title {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .contents_item, .works_text, .related_title {
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .site_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .site_contents .site_contents_lit {
    width: 50%;
  }
}

.site_contents .site_contents_lit .site_contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site_contents .site_contents_lit .site_contents_block .contents_item {
  width: 30%;
}

.site_contents .site_contents_lit .site_contents_block .works_text {
  width: 70%;
}

@media (min-width: 769px) {
  .site_contents .site_contents_image {
    width: 50%;
  }
}

.site_points .sitepoints_exp {
  background-color: #f4f2f2;
  padding: 30px;
  border-radius: 20px;
}

.site_points .sitepoints_exp p {
  margin: 0;
  line-height: 40px;
}

@media (max-width: 768px) {
  .site_points .sitepoints_exp p {
    line-height: 25px;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .related_post h2 {
    margin-bottom: 50px;
    text-align: left;
  }
}

.related_post_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .related_post_container li {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .related_post_container li {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .btn {
    background-color: black;
    color: white;
    border: 1px solid black;
    display: block;
    width: 250px;
    line-height: 48px;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 32px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .btn {
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .btn {
    background-color: black;
    color: white;
    border: 1px solid black;
    display: block;
    width: 200px;
    line-height: 48px;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 32px auto 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .btn {
    line-height: 38px;
  }
}

.btn a {
  color: white;
  display: block;
}

@media (max-width: 768px) {
  .btn a {
    font-size: 15px;
  }
}
/*# sourceMappingURL=works.css.map */