@charset "utf-8";
/* *********************** first *************************** */
.ptl_hl2 {
	width: 700px;
	height: 55px;
}
.ptl_nws {
	clear: both;
	border: solid 1px #eee6cb;
	background: #fff;
}
.ptl_nws ul {
	margin: 12px 30px 20px;
}
.ptl_nws li {
	padding: 10px 0;
	clear: both;
	border-bottom: dotted 1px #999;
	display: flex;
}
.ptl_nws li .ptl_nws_dat {
	width: 150px;
}
.ptl_nws li a {
	width: calc(100% - 150px);
	background: url(../img/gray_arw.gif) no-repeat left 0.1em;
	padding: 0 0px 0 14px;
	display: block;
}

@media all and (max-width: 768px) {
	.ptl_nws ul {
		margin: 10px 15px 20px;
	}
	.ptl_nws li {
		padding: 10px 0;
		display: block;
	}
	.ptl_nws li .ptl_nws_dat {
		width: 100%;
	}
	.ptl_nws li a {
		width: auto;
	}
}
