@charset "utf-8";

/* 通常投稿（お知らせ）
============================================================================================================ */
.post-wrap {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.post-main-content {
  width: 850px;
  margin-right: 70px;
}
.post-side-contents {
  width: 280px;
}
.post-main-content li a:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width:767px) {
.post-wrap {
  display: block;
  padding: 50px 10px;
}
.post-main-content {
  width: 100%;
}
.post-side-contents {
  width: 100%;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.post-wrap {
  padding: 100px 0;
  max-width: 100%;
  margin: 0;
}
.post-main-content {
  width: 70%;
  max-width: 850px;
  margin-right: 5%;
}
.post-side-contents {
  width: 25%;
  max-width: 280px;
}
}

.post-list-wrap ul {
  margin-bottom: 100px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap li a {
  color: #333;
}
.post-list-wrap__content h2 {
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post-list-wrap__content p:first-of-type {
  margin-bottom: 30px;
}
.post-list-wrap__content p:first-of-type span {
  display: inline-block;
  background-color: #333;
  color: #FFF;
  font-size: 1.2rem;
  width: 150px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
.post-list-wrap__content__block__text {
  width: 100%;
}

@media screen and (max-width:767px) {
.post-list-wrap ul {
  margin-bottom: 50px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap__content h2 {
  font-size: 1.7rem;
}
.post-list-wrap__content p:first-of-type {
  margin-bottom: 20px;
}
.post-list-wrap__content p:first-of-type span {
  font-size: 1.1rem;
  width: 150px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.post-list-wrap ul {
  margin-bottom: 100px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap__content h2 {
  font-size: 1.8rem;
}
.post-category span {
  font-size: 1.2rem;
  width: 150px;
}
}