/* Scss Document */
.mainContents .mainPost {
  padding-bottom: 80px;
}

.mainPost .post01 {
  padding: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .mainPost .post01 {
    padding: 20px 0;
  }
}

.mainPost .pic01 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainPost .text01 {
    width: 94%;
    margin: auto;
  }
}

.subpost01 {
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid #1a1311;
}

@media screen and (max-width: 767px) {
  .subpost01 {
    width: 94%;
    margin: 20px auto 20px;
    padding: 15px;
  }
}

.subpost01 h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .subpost01 h5 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

.sublist01 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .sublist01 {
    width: 94%;
    margin: auto;
  }
}

.sublist01 h5 {
  color: #42210b;
  font-family: 'Times New Roman', "sans-serif";
  font-size: 34px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 1150px) {
  .sublist01 h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sublist01 h5 {
    font-size: 16px;
  }
}

.subpost02 {
  padding: 20px 0;
}

.subpost02 h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #1a1311;
}

@media screen and (max-width: 767px) {
  .subpost02 h5 {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .subpost02 p {
    width: 94%;
    margin: auto;
  }
}

.postLink01 {
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .postLink01 {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .postLink01 {
    padding: 0;
  }
}

.postLink01 li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .postLink01 li {
    width: 90%;
    margin: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .postLink01 li:first-child {
    margin-bottom: 15px;
  }
}

.postLink01 a {
  color: #fff;
  font-size: 21px;
  padding: 8px 0;
  background: url(../../common/images/arrow02.png) no-repeat center right 10px, #9b091a;
  background-size: 9px auto;
  border-radius: 5px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .postLink01 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .postLink01 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .postLink01 a {
    font-size: 12px;
    padding: 4px 0;
  }
}

.postLink01 span {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .postLink01 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .postLink01 span {
    font-size: 15px;
  }
}
