@charset "UTF-8";
/* CSS Document */

/* ==================================================
BASE OVERWRITE
================================================== */
@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

/* ==================================================
CONTENTS
================================================== */
#newsArea {
}
#newsArea .articleBlk {
	background: #F8F8F8;
	position: relative;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1100px;
	padding: 50px 30px;
}

#newsArea .articleBlk:last-of-type {
	margin-bottom: 0;
}

#newsArea .articleBlk:nth-of-type(n+2)::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

#newsArea .articleBlk .articleHead {
	width: calc(100% - 580px);
	text-align: left;
}
#newsArea .articleBlk .articleHead .date {
	color: #29ABE2;
	font-weight: 700;
	margin-bottom: 10px;
}
#newsArea .articleBlk .articleHead h2 {
	font-weight: 700;
	font-size: 2.2rem;
	/*! line-height: 1.4; */
}
#newsArea .articleBlk .articleBody {
	width: 560px;
	margin: 0 0 20px;
}
#newsArea .articleBlk .articleBody .pct {
	margin: 0 auto 20px;
}
#newsArea .articleBlk .articleBody .pct img {
}
#newsArea .articleBlk .articleBody p {
	text-align: left;
	margin: 0 auto 20px;
	line-height: 1.8;
}

@media screen and (max-width: 1100px) {
#newsArea {
	
}
#newsArea .articleBlk {
	display:block;
	max-width: 800px;
	padding: 40px 3%;
}

#newsArea .articleBlk:nth-of-type(n+2)::before {
	
}

#newsArea .articleBlk .articleHead {
	width:100%;
	margin-bottom: 30px;
}
#newsArea .articleBlk .articleHead .date {
	font-size:1.3rem;
}
#newsArea .articleBlk .articleHead h2 {
	font-size: 2rem;
	line-height: 1.4;
}
#newsArea .articleBlk .articleBody {
	width:100%;
}
#newsArea .articleBlk .articleBody .pct {
	
}
#newsArea .articleBlk .articleBody .pct img {
	
}
#newsArea .articleBlk .articleBody p {
	
}

#newsArea .articleBlk .articleBody.wide {
	
}

#newsArea .lineup {
	
}
#newsArea .lineup li {
	
}
#newsArea .lineup li a {
	
}
#newsArea .lineup li a img {
	
}
}

#newsArea .articleBlk .articleBody.wide {
	width: 100%;
}

#newsArea .lineup {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	border: 2px solid #fff;
	padding: 10px 5px 0px;
}
#newsArea .lineup li {
	width: calc(100% / 5 - 10px);
	margin: 0 5px 10px;
}
#newsArea .lineup li a {
	display: block;
	overflow: hidden;
}
#newsArea .lineup li a img {
	margin: 0 !important;
	transition: all .2s ease-in-out;
}

#newsArea .lineup li a:hover img {
	transform: scale(1.06);
	filter: brightness(105%) contrast(105%) saturate(105%);
}

@media screen and (max-width: 1100px) {
#newsArea .articleBlk .articleBody.wide {
}

#newsArea .lineup {
	
}
#newsArea .lineup li {
	width: calc(100% / 3 - 10px);
}
#newsArea .lineup li a {
	
}
#newsArea .lineup li a img {
	
}
}

@media screen and (max-width: 480px) {
#newsArea .articleBlk .articleBody.wide {
}

#newsArea .lineup {
	
}
#newsArea .lineup li {
	width: calc(100% / 2 - 6px);
	margin: 0 3px 6px;
}
#newsArea .lineup li a {
	
}
#newsArea .lineup li a img {
	
}
}

#newsArea .lineupTxt {
	margin: 30px 0 0;
	text-align: left;
}
#newsArea .lineupTxt .label {
	display: inline-block;
	border: 1px solid #0a0a50;
	line-height: 1.2;
	padding: 3px 15px;
	color: #0a0a50;
	font-weight: 700;
	margin-bottom: 15px;
}
#newsArea .lineupTxt dl {
	margin-bottom: 30px;
}
#newsArea .lineupTxt dt {
	display: block;
	margin-bottom: 10px;
}

#newsArea .lineupTxt dt em {
	display: inline-block;
	border-bottom: 1px solid #0a0a50;
	color: #0a0a50;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 5px;
	margin-right: 10px;
}

#newsArea .lineupTxt dt .txtS {
	font-size: 90%;
}

#newsArea .lineupTxt dd {
	text-indent: -16px;
	padding-left: 16px;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 6px;
}
#newsArea .lineupTxt dd::before {
	content: "◆";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}
#newsArea .lineupTxt dd b {
	font-size: 1.5rem;
	font-weight: 700;
}
#newsArea .lineupTxt dd * {
	text-indent: 0;
}
#newsArea .lineupTxt dd em {
	font-weight: 700;
	color: #008989;
}
#newsArea .lineupTxt dd.andmore {
	margin-top: 10px;
}
#newsArea .lineupTxt dd.andmore::before {
	display: none;
}

