@charset "UTF-8";
#news {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}
.news-midashi02 {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}
.news-box {
    display: block;
    width: 95%;
    margin: 2.5%;
    border-bottom: 1px solid #000000;
    background-image: url(../../img/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
	margin-bottom: 20px;
    font-size: 12px;
}
.news-photo img{
	width: 100%;
	height: auto;
}
.news-box .news-title {
    font-weight: bold;
    font-size: 14px;
}
.news-box a {
    text-decoration: none;
    color: #FF9200;
}

.contentarea img {
	width: auto;
	max-width: 100%;
	height: auto;
}

  #event .contentlist li,
  #event .contentlist li:nth-child(odd),
  #event .contentlist li:nth-child(even) {
    margin-bottom: 20px;
    display: block;
  }
  #event .contentlist li .img,
  #event .contentlist li:nth-child(odd) .img,
  #event .contentlist li:nth-child(even) .img {
    max-width: 100%;
    float: none;
    display: table;
    margin: auto;
  }
  #event .contentlist li p,
  #event .contentlist li:nth-child(odd) p,
  #event .contentlist li:nth-child(even) p {
    margin: 10px 0;
	 float: none;
  }
  #event .contentlist li:last-child {
    margin-bottom: 0;
  }
  #event .photolist li {
    width: calc(50% - 15px);
    float: left;
    margin: 0 15px 15px 0;
  }
  #event .photolist li:nth-child(even) {
    margin: 0 0 15px 0;
  }

  .eventlist li {
    margin-bottom: 20px;
    padding-left: 30%;
    min-height: 145px;
    position: relative;
  }
  .eventlist li .img {
    width: 28%;
    height: auto;
    padding: 10% 14%;
  }
  .eventlist li .txt .date {
    font-size: 1rem;
  }
  .eventlist li .txt .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .eventlist li .txt .tag {
    margin-bottom: 10px;
  }
  .eventlist li .txt p {
    margin: 0;
    font-size: 1.2rem;
  }
