/*ここからスマートフォン用環境の設定---------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:899px) {



	
/*ニュース----------------*/	
.news_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.news_wrapp a:link {
	text-decoration: none;
	color: #000000;
}
.news_wrapp a:active {
	color: #000000;
 }
.news_wrapp a:visited {
	color: #000000;
 }		
.news_box {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 30px;
}

.news_box_head {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #4B4B4B;
	margin-bottom: 7px;
}
.news_box_head_chach {
	font-weight: bold;
	font-size: 18px;
margin-top: 3px;
	color: #0392CC;
	line-height: 26px;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.news_box_head_time {
	width: 100%;
	font-size: 13px;
	margin-bottom: 2px;
	color: #6e6e64;
	display: block;
	font-weight: 500;
	line-height: 13px;
}
.news_box_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 175%;

}

.news_box_img {
	width: 100%;
	display: table;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
.news_box_img img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}	
	
/*ページネーション---------*/
.pagination_wrapp {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    display: table;
	margin-bottom: 30px;
}
	
	
.pagination {
    gap: 0.3rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: inline-flex;

}


.pagination a {
    display: inline-block;
    color: black;
    border: 1px solid #9D9D9D;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #FFFFFF;
}


.pagination i {
    line-height: 30px;
}

.pagination .active a {
    background-color: #615E5E;
    color: white;
}

.pagination a:hover {
    background-color: #8B8B8B;
    color: white;
}

.pagination .disabled a {
    pointer-events: none;
    color: #ccc;
}

.pagination .disabled a:hover {
    background-color: initial;
    color: #ccc;
}

	
	
	
}
