@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
section div.wrap{
    /* background-color: rgba(255,255,255,.24); */
    background-color: transparent;
}
section.blog a,section.blog a:visited,section.blog a:active,
div#form_calendar div.head span,div#form_calendar table thead tr th,aside h3, aside nav > div,
section div#contents article h1, section div#contents article h2{
    color: #fff;
}
section div#contents article h1, section div#contents article h2{
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section div#contents article div.date{
    color: #c1ab05;
}


@media only screen and (max-width: 1200px){
    .hed_center{
        width: 64%;
    }
    #header #siteID{
        margin: 0 20px;
    }
}
@media only screen and (max-width: 960px){
    .hed_center{
        width: 84%;
    }
}

.index-blog{
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
}
.index-blog .blog_list{
  border: none;
}
.index-blog .blog_list > div{
  display: block;
}
.index-blog .blog_list > div .blog_photo{
  display: none;
}
.index-blog .blog_list > div .blog_text{
  display: flex;
  width: 100%;
}
.index-blog .blog_list > div .blog_text .detail{
  margin: 0;
}
.index-blog .blog_list > div .blog_text a {
  color: #5e4f42;
  padding: 10px;
}
.index-blog .blog_list > div .blog_text .blog_date{
  min-width: 220px;
  color: #5e4f42;
  font-size: 16px;
  padding: 10px;
}
/*==============2024.11.25 t_h header==============*/
.hed_center {
    width: 55%!important;
}
/*================== ○○○○.html =================*/
@media only screen and (max-width: 834px){
	.mainArea img:nth-of-type(1){
		width: auto!important;
		min-height:auto!important;
		margin: 0!important;
	}
	.mainArea img:nth-of-type(2){
		width: auto!important;
		min-height:auto!important;
		margin: 0!important;
	}
  .index-blog .blog_list > div .blog_text .blog_date{
    min-width: 150px;
  }
}
@media only screen and (max-width: 640px){
		.mainArea img:nth-of-type(1){
		width: auto!important;
		min-height:auto!important;
		margin: 0!important;
	}
	.mainArea img:nth-of-type(2){
		width: auto!important;
		min-height:auto!important;
		margin: 0!important;
	}
}