
.secNewsIndex .secTtl {
	justify-content: center;
}

.newsIndexMain {
	background: #fafafa;
}


.pmd-catList {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 7px 0;
	position: relative;
	z-index: 2;
}
.pmd-catList .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pmd-catList .list .item {
	width: 50%;
	box-sizing: border-box;
	padding: 8px 3px 0;
	display: flex;
	text-align: center;
}
.pmd-catList .list .item a,
.pmd-catList .list .item span {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	border: 1px solid #707070;
	border-radius: 50px;
	line-height: 1.2;
	padding: 5px;
	text-decoration: none;
	min-height: 30px;
	font-size: 1.4rem;
	box-sizing: border-box;
	color: #333;
}
.pmd-catList .list .item .stay,
.pmd-catList .list .item span {
	background: #00c4af;
	border-color: #00c4af;
	color: #fff;
	font-weight: bold;
}


.secNewsIndex {
	margin-top: 25px;
}


/* SP for se
-------------------------------------*/
@media screen and (max-width: 359px) {
	.secNewsIndex .catList .list .item a {
		font-size: 1.2rem;
	}
}


.secNewsIndex .itemList {
	padding: 30px 10px 0;
}
.secNewsIndex .itemList .item {
	border-top: 1px solid #ddd;
}
.secNewsIndex .itemList .item:first-child {
	border-top: none;
}
.secNewsIndex .itemList .item .itemInr {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #333;
}
.secNewsIndex .itemList .item .dateLine {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.secNewsIndex .itemList .item .dateLine .date {
	font-size: 1.4rem;
}
.secNewsIndex .itemList .item .dateLine .itemCat {
	display: flex;
	align-items: center;
}
.secNewsIndex .itemList .item .dateLine .itemCat .cat {
	padding: 3px 10px 4px;
	background: #888;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	margin-left: 5px;
	border-radius: 20px;
}
.secNewsIndex .itemList .item .dateLine .itemCat .new {
	padding: 3px 10px 4px;
	background: #fff503;
	color: #333;
	font-weight: bold;
	font-size: 1.2rem;
	margin-left: 5px;
	border-radius: 20px;
}
.secNewsIndex .itemList .item .itemTtl {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 7px;
}


.secNewsIndex .pageNavi {
	margin-top: 35px;
}

.bdrCol {
	margin: 0 10px;
}
.bdrCol .colInr {
	border: 1px solid #e1eae9;
	background: #fff;
	border-radius: 3px;
}
.bdrCol .colTtl {
	font-size: 1.8rem;
	font-weight: bold;
}

.backnumberCol {
	margin-top: 57px;
}
.backnumberCol .colInr {
	padding: 15px 15px 25px;
}
.backnumberCol .linkList {
	margin-top: 17px;
}
.backnumberCol .linkList li {
	margin-top: 10px;
	font-size: 1.5rem;
}
.backnumberCol .linkList li a {
	position: relative;
	padding-left: 12px;
	text-decoration: none;
	color: #00c4af;
}
.backnumberCol .linkList li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 10px;
	margin-top: 1px;
	background: url(../common/images/icn_arow_r.svg) no-repeat center center;
	background-size: 100% auto;
}

.categoryCol {
	margin-top: 17px;
}
.categoryCol .colInr {
	padding: 15px 5px 25px;
}
.categoryCol .colTtl {
	padding-left: 10px;
}