@charset "utf-8";
/* CSS Document */
.topics_box {
     display: -webkit-flex;
    display: flex;padding: 15px 0px;font-size: 1rem;
    border-bottom: 1px solid #ddd;

}
.topics_box .text {
    padding-left: 20px; white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topics_box .text a {
    color: var(--black);
	 -webkit-transition: 2s;
            -moz-transition: 2s;
            -o-transition: 2s;
            -ms-transition: 2s;
            transition: 2s;
}
.topics_box .text a:hover{
	color: var(--accent);
}

.info-area a.btn-s:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 10px;
}
.info-area a.btn-s {
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
    font-size: 1.1rem;
    display: block;
    background-color: #e64924;
    padding: 10px 30px;
    color: #fff; border: 1px solid #e64924;
}
/*====================
お知らせコンテンツスタイル
 ====================*/
.news .newsBox {

}
.news .newsBox > .title {

	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 1.8rem;

	margin-top: 10px;
	text-align: left;
	position: relative;
}
.news .newsBox > .image_area{
   padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.news .newsBox > .image_area .topicsPhoto {

	margin: 0 10px 0 0 ;

	width: 280px;
	height: 198px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;

	background-image: url("../../images/icon_imghover.png");
	background-repeat: no-repeat;
	background-position: center;
  }
.news .newsBox .text {
	text-align: left;
	color: #333;
	padding-bottom: 30px;
	width: 95%;
	margin: 30px auto;
	font-size: 1rem;line-height: 1.5rem;
}
.news .newsBox > .image_area .topicsPhoto:last-child {
	margin: 0;
  }

.news .newsBox > .image_area .topicsPhoto a{
	width: 100%;
	display: block;
  }

.news .newsBox > .image_area .topicsPhoto a:hover{
  transition: color 0.3s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
	}

.news .newsBox > .image_area .topicsPhoto img {
	width: auto;
	height: 198px;

  }
.news .days {
	padding-top: 20px;
	text-align: left;


	font-size: 1rem;
}
ul.down-area strong {
	background-color: #eee;
	color: #172f7a;
	padding: 12px 20px;
}
ul.down-area {

	padding-top: 30px;
}
.newsBox ul.down-area li {
	margin-bottom: 10px;
	height: 40px;
   border: 1px solid #b2b2b2;
	background: #fff;
	zoom: 1;
	overflow: hidden;
	text-align: left;
	font-size: 1rem;
}
.newsBox ul.down-area li span {
	line-height: 2.5rem;
	padding: 0px 10px;
}
ul.down-area strong:hover{
	background-color: #172f7a;
	color: #fff;
}

ul.down-area .fa-file-download:before {
	padding-right: 5px;
}
.pageArea.member {
	padding-bottom: 30px;
}

/*	pager
------------------------------------------------------------*/

ul.pageArea-navi-number {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;    width: 50%;
	margin: 0 auto;
}
.pageArea-item {
	text-align: center;
	padding-top: 30px;
	margin: 10px 0px;
}

ul.pageArea-navi-number li {
	  margin-right: 10px;
	list-style: none;
}
ul.pageArea-navi-number li a{
	text-decoration: none
}
ul.pageArea-navi-number li a:hover{
	background-color: #f9e33e;
}
span.pager_index {
	background-color: #fff; border: 1px solid #ccc;
	padding: 5px 10px;color: #333;display: block;
	margin-top: 5px;
}
span.pager_index.nowpage {
 background-color: #172f7a;
	border: 1px solid #172f7a;
	padding: 5px 10px;
	color: #fff;
}
.pageArea-navi {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.news-ph-area li {
	width: 300px;
	height: 200px;
	display: inline-block;
	margin: 5px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
}
.news-ph-area li img {
	max-width: 300px;
	overflow: hidden;
	max-height: 200px;
}
@media screen and (max-width: 480px) {
  .topics_box {
    flex-flow: column;
}
.topics_box .text{
  padding-left: 0;

}


}
