<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.title{
  max-width:562px;
  width: 100%;
}
.flex-wrap{
  max-width: 1000px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.indexBanner{
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
  align-items: center;
}
.banner-p{
  width: 220px;
  height: 70px;
  margin: 10px;
  border: 1px #888 solid;
}
.banner-p a{
  display: block;
}
.banner-p img{
  margin: 0 auto;
  width: 99%;
  height: 99%;
  object-fit: scale-down;
}
.bottom{
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 75px auto;
}
.main-title{
  margin-bottom: 50px;
  max-width:450px;
  width: 100%;
}
.left-img{
  max-width: 411px;
  width: 100%;
}
.date{
  max-width: 490px;
  width: 100%;
}
.right{
  text-align: left;
  display: grid;
}
.section-news h3,.section-highlight h3{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
  position: relative;
}
.section-news h3::after,.section-highlight h3::after {
  content: "";
  border-top: 1px solid;
  background: var(--main);
  flex-grow: 1;
}
.section-news h3 img,.section-highlight h3 img{
  max-width: 250px;
  width: 100%;
}
.section-news ol{
  list-style: none;
}
.news-flex{
  display: flex;
}
.highlight{
  max-width: 210px!important;
}
time{
  background-color: var(--nav);
  color: #fff;
  padding: 3px 10px;
  height: 30px;
}
.news_list{
  width: 100%;
  overflow-y: auto; 
  height: 230px;
	margin-bottom: 30px;
}
.news_list_item{
  display: flex;
  gap: 20px;
  padding: 4px 0 7px 0;
}
.news_list_item p{
  font-size: 1.5rem;
	text-align: left;
}
.news_list_date{
  padding: 15px 0;
  text-align: left;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.news_list_highlight{
  width: 100%;
	margin-bottom: 40px;
}
/* add terasawa */
.newsBox{
  display: block flex;
  flex-flow: row nowrap;
  align-items: center;
}
.newsBox img{
  margin: 0 10px;
}
.news_list_item .littleTxt{
  font-size: 1.2rem;
}
.news_list_item .boldTxt{
  font-weight: bold;
  font-size: 1.6rem;
}

@media(max-width:999px){
  .flex-wrap{
    padding: 0 15px 0 15px;
  }
  .bottom{
    margin: 0 auto;
    padding: 30px 15px 100px 15px;
  }
  .news-flex{
    display: block;
  }
  .twitter-timeline{
    max-width: 500px;
    width: 100%!important;
  }
  .news_list{
	  width: 100%;
	  overflow: scroll;
	  min-height: 200px;
	  margin-bottom: 30px;
}
  .news_list_highlight{
	  width: 100%;
	  margin-bottom: 30px;
}
}
@media(max-width:767px){
  .flex-wrap{
    justify-content: center;
    gap: 20px;
  }
  .bottom{
    padding: 30px 15px 75px 15px;
  }
}
@media(max-width:499px){
  .main-title{
    margin-bottom: 20px;
  }
  .news_list_item{
    display: block;
    text-align: left;
	align-items: center;
  }
  .news_list_item p{
    padding-top: 4px;
  }
  .section-news h3 img{
    max-width: 210px;
  }
  .flex-wrap{
    gap: 7px;
  }
  .highlight{
    max-width: 180px!important;
  }
}</pre></body></html>