@charset "UTF-8";

/*--------------------------------------------------------------------------------
	news
--------------------------------------------------------------------------------*/

.p-news {
	width: 100%;
	max-width: 1064px;
	padding: 0 20px;
	margin: 0 auto;
}

.p-news-inner {

}

.p-news-select {
	position: absolute;
	top: 6px;
	right: 0;
}

.p-news-select .c-form-select-wrapper > select {
	padding: 0 50px 0 10px;
	background: none;
}

@media only screen and (min-width: 768px){

	.p-news {
		padding: 0 40px;
	}

}

.p-news-ttl {
	padding: 0 0 24px 0;
	margin: 0 0 36px 0;
	border-bottom: solid 1px #E0E0E0;
}

.p-news-ttl-date {

}

.p-news-ttl-date > span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #ffffff;
	background: #E60012;
	padding: 2px 16px;
}

.p-news-ttl-inner {
	font-size:2.4rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 12px 0 0 0;
}

@media only screen and (min-width: 768px){

	.p-news-ttl-date > span {
		font-size: 1.8rem;
	}

	.p-news-ttl-inner {
		font-size: 2.8rem;
	}

}

.p-news-body {
	padding: 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-news-body p {
	margin-bottom: 24px;
}

.p-news-body h2 {
	font-size: 2.2rem;
	margin-bottom: 5px;
}

.p-news-body h3 {
	font-size: 2.0rem;
	margin-bottom: 5px;
}

.p-news-body h4 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.p-news-back {
	margin: 30px 0 0 0;
	text-align: center;
}

.p-news-back > a {
	display: table;
	width: 220px;
	height: 44px;
	margin: 0 auto;
	border: solid 1px #7B7B7B;
}

.p-news-back > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.2;
	position: relative;
}

.p-news-back > a > span:before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	width: 6px;
	height: 10px;
	content: "";
	background: url(../../img/common/icn-arrow-01.svg) no-repeat center center / contain;
}

.p-news-body ul {
	margin-bottom: 24px;
}

.p-news-body ul li {
	position: relative;
	padding-left: 0.7em;
}

.p-news-body ul li:before {
	content: "•";
	position: absolute;
	top: 0;
	;left: 0;
}

@media only screen and (min-width: 768px){

	.p-news-body {
		padding: 0 40px;
		font-size: 1.8rem;
	}

	.p-news-body p {
		margin-bottom: 27px;
	}
	
	.p-news-body h2 {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}

	.p-news-body h3 {
		font-size: 2.2rem;
		margin-bottom: 5px;
	}

	.p-news-body h4 {
		font-size: 2.0rem;
		margin-bottom: 5px;
	}
	.p-news-back {
		margin: 60px 0 0 0;
	}
	
	.p-news-body img {
		width:auto;
		max-width: 100%;
	}

	.p-news-body img.alignright{
		display: block;
		margin: 0 0 0 auto;
	}
	.p-news-body img.alignleft{
		display: block;
		margin: 0 auto 0 0;
	}
	
	.p-news-body img.aligncenter{
		display: block;
		margin: 0 auto;
	}
	
	.p-news-body ul {
		margin-bottom: 27px;
	}
	
}



