.topic_textbox03 {
  max-width: 100%;
  text-align: center;
}
main .news_text_area p {
  text-align: left;
}
.kobetu .news_article_area {
  padding: 0 3%;
}
.kobetu .news_text_area img {
  max-width: 500px;
  /*margin: 0 auto;*/
}
.kobetu .news_textbox {
  max-width: 100%;
  overflow: hidden;
}
.news_title_area .news_cat_area {
  text-align: left;
}
.news_textbox {
  /*min-width: 700px;*/
  width: 100%;
	border: 1px solid #dfe1e2;
  /*box-shadow: 0 0 8px gray;*/
}
.news_title_area .aiticle_category {
  padding: 3px 5px;
  display: inline-block;
  width: auto;
}
.pickup_area {
  padding-top: 100px;
}
.news_box.kobetu a {
  margin: 0;
}
.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page img {
  width: 50px;
}
.page a, a.center {
  text-decoration: none;
  font-weight: bold;
  color: #310046;
}
.page a:hover, a.center:hover {
  text-decoration: underline;
}
.page_item {
  display: flex;
  align-items: center;
  width: 40%;
  font-size: small;
  text-align: center;
}
.page_item.left {
  justify-content: flex-start;
}
.page_item.left .text {
  margin-left: 1%;
}
.page_item.right {
  justify-content: flex-end;
}
.page_item.right .text {
  margin-right: 1%;
}
.page_item .thm {
  margin: 0 3%;
}
@media screen and (max-width: 750px) {
	.news_sidebar_area{
		display: none;
	}
  #news_area.kobetu {
    flex-direction: column;
    padding: 0 1%;
  }
  .kobetu .news_article_area {
    width: auto;
    max-width: 100%;
  }
  .news_textbox {
    min-width: 100%;
  }
  .kobetu .news_text_area img {
    max-width: 100%;
  }
  .kobetu .news_box a {
    display: inline;
  }
}