/*==================================
          title Font Style
===================================*/

.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/notice.png);
	background-position:50% 10%;
	background-repeat:no-repeat;
	background-size:100% auto;
  box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}

.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
	text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}
.ttl_en2 {
	margin:0 0 20px;
    font-size: 3vw;
    color:#088424;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom :#088424 solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:120px;
  position: relative;
	width:1100px;
	margin-bottom:80px;
  border: 20px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
}
.sectionLv01 h3{
	color:black;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:9%;
	color:#000000;
}
.sectionLv01 p{
	text-align:left;
}
/*==================================
            news start
 ====================================*/ 
            
 .news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 1100px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: radial-gradient(#088424, transparent);
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  border-radius: 30px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.notice-body p{
  padding: 0px 0px 0px 280px;
  background: gainsboro;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
.news-list {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .notice-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.notice-header {
  cursor: pointer;
  transition: background 0.3s;
  padding: 10px;
  display: flex;
}
@media screen and (max-width: 600px){
  .notice-header {
    display: block;
  }
  .ttl_en2 {
    font-size: 24px;
  }
  .notice-body p{
  padding: 0px;
}
}

.notice-header:hover {
  background: #f5f5f5;
}

.notice-header .date {
  font-size: 0.9em;
  color: #666;
}

.notice-header .category span {
  background: #2a9d8f;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-right: 8px;
}

.notice-title {
  font-size: 1.1em;
  margin-top: 5px;
}

.notice-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-left: 10px;
}

.item.active .notice-body {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}

/* 「詳細を見る」非表示 */
.item.active .view-details {
  display: none;
}

.view-details {
  display: block;
  margin-left: auto;
  width: fit-content;
  color: #007acc;
  cursor: pointer;
  font-size: 0.9em;
}




 /*==================================
            news End
 ====================================*/

/*==================================
          sitemap
===================================*/
.sitemap_disp_level_1{
	margin-top:50px;

}
#sitemap_list li{
	text-align:left;
	padding:10px 0px 10px;
	font-size:18px;
}
#sitemap_list li a{
	text-decoration:none;
}
#sitemap_list li a:hover{
	text-decoration:underline;
}
#sitemap_list li:before{
    left: 0;
    margin: 10px;
	margin-left:10px;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #9eb4db;
}
/*==================================
          Title-font
===================================*/

.t-title{
	background:#0066FF;
	font-size: 1.5em;/* ?��t?��H?��?��?��g?��T?��C?��Y */
	font-weight: bold;/* ?��t?��H?��?��?��g?��?��?��?�� */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* ?��?�� */
	padding:8px 180px;
	

}
.font-big{	
	font-size:50px;
	color:#FFFFFF;
	letter-spacing:20px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* ?��?��?��?��?��?�� */
	font-weight: bolder;                /* ?��O?��?��?��̗]?��?��?��w?��?�� */
	font-size:22px;
}
@media screen and (max-width: 600px) {
    #menu {
        width: 317px;
    }
}
