@charset "UTF-8";

/* .p-info-careerpath-contents__body-p a{
	color: #333;
}
a.arrow-left{
	background:url(../img/common/ft_link_blank_on.png) no-repeat left;
	padding:0.2em 0 0 1.7em;
}
a.arrow-right{
	background:url(../img/common/ft_link_blank_on.png) no-repeat right;
	padding:0.2em 1.7em 0 0;
} */


	.news-item div {
		display: inline-block;
		line-height: 1.5;
		margin-top: 10px;
		margin-bottom: 10px;
	}

		@media screen and (max-width: 768px) {
		.news-item div {
			display: block;
			width: 100%;
		}
		}

	.news-date {
		width: 4%;
		padding-bottom: 0;
		vertical-align: top;
		margin-right: 15px;

		margin-right: 40px;
		font-size: 12px;
		line-height: 1.6;
		font-weight: 700;
		color: #ff0049;
	}
	.news-txt {
		vertical-align: top;
		width: 80%;
		padding-left: 20px;

		font-size: 12px;
		line-height: 1.6;
		color: #333;
		text-decoration: none;
	}
		@media screen and (max-width: 768px) {
			.news-txt {
				margin: 0;
			padding: 0;
			}
		}

	.news-txt a{
		color: #333;
	}
	.news-txt a.underline{
		color: #333;
		text-decoration: underline;
	}
	.news-txt a:hover{
		text-decoration: underline;
	}