.single_main_area {
  width: 700px !important;
  margin-right: auto;
  margin-left: auto;
}

.main_container {
  width: 100%;
}

.main_container:last-of-type {
  margin-bottom: 40px;
}

.news_wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid grey;
}

.news_wrap:last-of-type {
  margin-bottom: 40px;
}

.news_wrap a {
  width: auto;
  display: inline-flex;
  text-decoration: none;
}

.news_wrap a:link {
  color: black;
}

.news_wrap a:visited {
  color: purple;
}

.news_wrap a:hover {
  cursor: pointer;
}

.news_wrap a:active {
  color: inherit;
}

.news_wrap a .date {
  width: 140px;
  padding-top: 3px;
  padding-left: 3px;
  margin-right: 35px;
  white-space: nowrap;
  color: white;
}

.news_wrap a .date:hover + p:last-of-type {
  opacity: .7;
  transition: 0.1s;
}

.news_wrap a .date_kaido {
  background: #0072B8;
}

.news_wrap a .date_oume {
  background: #339933;
}

.news_wrap a .date_suehiro {
  background: #a750a7;
}

.news_wrap a .title {
  padding-top: 3px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.news_wrap a .title:hover {
  opacity: .7;
}

.tag_box {
  display: flex;
  text-align: center;
  align-items: flex-end;
}

.tag_box .new {
  width: auto;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 15px;
  color: #fff;
  background: red;
}

.tag_box .tag_1 {
  width: auto;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 15px;
  color: #fff;
  background: orange;
}

.page-numbers:link {
  color: black;
}

.page-numbers:visited {
  color: inherit;
}

.page-numbers:hover {
  cursor: pointer;
}

.page-numbers:active {
  color: purple;
}

@media screen and (max-width: 640px) {
  .single_main_area {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .mesh .tc {
    z-index: 10;
  }
  .mesh h2 {
    left: 110px;
    z-index: 11;
  }
  .news_wrap a {
    display: block;
  }
  .news_wrap a p {
    border-bottom: 0px solid transparent !important;
  }
  .news_wrap a .date {
    width: 120px;
    padding-top: 0;
    margin-right: 15px;
  }
  .news_wrap a .new {
    padding-top: 0;
  }
  .news_wrap a .tag_1 {
    padding-top: 0;
  }
}
