<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ******************************************
	共通
****************************************** */
main {
  max-width: 1400px;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
main h1 {
  order: 1;
  width: 100%;
  text-align: center;
}



@media screen and (min-width: 601px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1025px) {
}





/* ******************************************
	news_list
****************************************** */
#news_list {
  order: 3;
  width: calc(100% - 350px);
}
#news_list article {
  padding: 0;
  padding-bottom: 145px;
  margin: 0;
}
#news_list h2 {
  border-bottom: 1px solid #000;
  font-size: min(28px,8vw);
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
#news_list .categorylist {
  margin-bottom: 35px;

  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#news_list .categorylist .cate a {
  padding-left: 10px;
  padding-right: 10px;
}
#news_list .news_doc {
  line-height: 1.85em;
}
#news_list .news_doc img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
#news_list .update {
  text-align: right;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #news_list {
    order: 2;
    width: 100%;
  }
  #news_list article {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1025px) {
}






/* ******************************************
	news_side
****************************************** */
#news_side {
  order: 1;
  width: 235px;
}
#news_side h2 {
  border-bottom: 1px solid #000;
  font-size: min(20px,6vw);
  text-align: left;
  margin-bottom: 35px;
}
#news_side ul {
  padding: 0;
  margin: 0;
  margin-bottom: 120px;
  list-style: none;
}
#news_side ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
}
#news_side ul li a {
  text-align: left;
  display: block;
  padding: 15px 0;
  padding-left: 18px;
  text-decoration: none;
  position: relative;
}
#news_side ul li a::before {
  display: inline-block;
  content: "&gt;";
  position: absolute;
  left: 0;
  /* margin-right: 15px; */
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #news_side {
    order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1025px) {
}
</pre></body></html>