@charset "utf-8";

.news_list.main .news_date {
  margin: 0;
  letter-spacing: 2px;
  font-family: var(--entx);
  font-weight: 500;
}
.news_list.main .title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: normal;
}
.pager a {
  color: var(--primary);
  font-weight: bold;
}
.pager .page-numbers {
  padding: 5px;
}
.news_list.main a:not([class]) {
  display: inline-block;
  padding: 0 .25em;
  text-decoration: underline;
  color: var(--black);
  font-weight: 500;
  line-height: 1.5;
}
.news_list.main a:not([class]):hover {
color: var(--primary);
}
.news_list.main em {
  font-style: italic;
}
.news_list.main strong {
  font-weight: bold;
}
.news_list.main hr {
  border: 1px solid var(--primary);
}
.news_list.main ul:not([class]) > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.news_list.main ul:not([class]) > li::before {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  left: 5px;
  border-radius: 50%;
  top: .85em;
  transform: translateY(-50%);
  background-color: var(--primary_sub);
}
.news_list.main ol:not([class]) {
  box-sizing: border-box;
  margin-left: 24px;
}
.news_list.main ol:not([class]) {
  list-style-type: decimal;
}
.news_list.main blockquote {
  position: relative;
  border-left: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  padding: 1.5em;
  background-color: var(--primary_bg01);
}
.news_list.main blockquote::before ,
.news_list.main blockquote::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 1em;
  color: var(--primary_sub);
}
.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: var(--notes);
  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 .news_list {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
.post.news .post_con {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
}
.post .post_con .news_list > li:first-of-type {
    border-top: 1px solid var(--line);
}
.post .post_con .main_text h1,
.post .post_con .main_text h2,
.post .post_con .main_text h3,
.post .post_con .main_text h4,
.post .post_con .main_text h5,
.post .post_con .main_text h6 {
  margin: .5em 0;
}
.post .post_con .main_text h1 {
  font-size: 30px;
}
.post .post_con .main_text h2 {
  font-size: 24px;
}
.post .post_con .main_text h3 {
  font-size: 22px;
}
.post .post_con .main_text h4 {
  font-size: 20px;
}
.post .post_con .main_text h5 {
  font-size: 18px;
}
.post .post_con .main_text h6 {
  font-size: 16px;
}
.post_con .text .title_img {
  max-width: 350px;
  margin-bottom: 30px;
}
.sidebar_con {
  font-size: 14px;
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 20px;
  padding: 1em;
}
.sidebar_con .headline {
  /* background-color: var(--primary_bg01); */
  padding-bottom: .5em;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: bold;
  font-family: var(--pictx);
  font-size: 15px;
  /* border-radius: 5px; */
}
.sidebar_con .headline.-type02 {
  border-bottom: 2px solid var(--primary_sub);
  color: var(--primary_sub);
}
.sidebar_con .headline:not(:first-of-type){
  margin-top: 20px;
}
.sidebar_con > ul {
  padding: .5em;
  /* color: var(--notes); */
}
.sidebar_con > ul > li {
  margin-bottom: .5em;
  padding-bottom: .5em;
  line-height: normal;
  border-bottom: 1px solid var(--primary_bg01);
}

@media (min-width: 1367px) {
}

@media (max-width:1024px) {

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

}
