@charset "utf-8";
.post .post_con .text > *{
  margin-bottom:1em;
}
/* .news_list.main {
padding: 30px 0;
} */
section.post_con,
article.news_con {
  margin-top: 0;
}
.news_list.main .news_date {
  position: absolute;
  top: -1em;
  left: 0;
  background-color: #fff;
  padding-right: 10px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
}
.news_list.main .title {
  font-size: 1.5em;
  padding-bottom: .25em;
  margin-bottom: .5em;
  line-height: normal;
  border-bottom: 1px solid #F3ECE6;
  font-weight: 600;
}
.news_list.main a {
  text-decoration: underline;
}
.news_list.main a:hover {
  opacity: 0.6;
}
.sec_news .div_category .link01,
.sec_news .archive .link01 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.pager {
	max-width: 1100px;
    padding: 1em 30px 0;
}
.pager a {
  color: #BB8D64;
  font-weight: bold;
}
.pager .page-numbers {
  padding: 5px;
}

.news_list.main em {
  font-style: italic;
}
.news_list.main strong {
  font-weight: bold;
}
.news_list.main hr {
  border: 1px solid #BB8D64;
}
.news_list.main ul > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.news_list.main ul > li::before {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  left: 5px;
  border-radius: 50%;
  top: .85em;
  transform: translateY(-50%);
  background-color: #E7D3C1;
}
.news_list.main ol {
  box-sizing: border-box;
  margin-left: 24px;
}
.news_list.main ol {
  list-style-type: decimal;
}
.news_list.main blockquote {
  position: relative;
  border-left: 2px solid #BB8D64;
  border-right: 2px solid #BB8D64;
  padding: 1.5em;
  background-color: #F3ECE6;
}
.news_list.main blockquote::before ,
.news_list.main blockquote::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 1em;
  color: #E7D3C1;
}
.news_list.main blockquote::before {
  content: '\f10d';
  top: 5px;
  left: 10px;
}
.news_list.main blockquote::after {
  content: '\f10e';
  bottom: 5px;
  right: 10px;
}
.news_list.main blockquote cite {
  display: block;
  font-size: 0.8em;
  text-align: right;
  color: #898686;
  padding-right: 20px;
}
.news_list.main img {
  display: block;
}
.news_list.main .alignleft {
  margin-left: 0;
  margin-right: auto;
}
.news_list.main .alignright {
  margin-left: auto;
  margin-right: 0;
}
.news_list.main .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post .post_con h1,
.post .post_con h2,
.post .post_con h3,
.post .post_con h4,
.post .post_con h5,
.post .post_con h6 {
  margin: .5em 0;
}
.news_list.main .title,
.post .post_con h1,
.post .post_con h2,
.post .post_con h3,
.post .post_con h4,
.post .post_con h5,
.post .post_con h6 {
  line-height: 1.5;
}
.post .post_con h1 {
  font-size: 1.6em;
}
.post .post_con h2 {
  font-size: 1.5em;
}
.post .post_con h3 {
  font-size: 1.4em;
}
.post .post_con h4 {
  font-size: 1.3em;
}
.post .post_con h5 {
  font-size: 1.2em;
}
.post .post_con h6 {
  font-size: 1.1em;
}
.post_con .title_img {
  max-width: 350px;
  margin-bottom: 30px;
}
.sidebar_con {
  font-size: 14px;
}
.sidebar_con .headline {
  background-color: #F3ECE6;
  padding: 10px;
  margin-bottom: 10px;
}
.sidebar_con .headline:not(:first-of-type){
  margin-top: 20px;
}
.sidebar_con > ul {
  padding: 5px;
}
.sidebar_con > ul > li {
  line-height: 1.5;
  border-bottom: 1px dashed #F3ECE6;
}
.sidebar_con > ul > li + li {
  margin-top: .75em;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.post-navigation .link04{
  color: #6B4F4F;
}
.post .post_con .link02{
  display: block;
  margin: auto;
  text-align: center;
  /* width: 300px; */
  padding: 15px;
}
@media (min-width: 1367px) {
}

@media (max-width:1024px) {

}
@media (min-width: 769px) {
  .post .post_con,
  .post .category_con,
  .post .archive_con {
    width: calc(100% - 25% - 30px);
  }
  .post .sidebar_con {
    margin-left: 30px;
    width: 25%;
  }
}
@media (max-width: 768px) {
  /*   .news_list.main {
  padding: 30px 1em;
} */
  .news_list.main .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .post .sidebar_con {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {

}