@charset "utf-8";

.mainContents .isHidePC + .wrap {
	padding-top: 58px;
}

@media (orientation: landscape) and (max-width: 736px) {
	.mainContents .isHidePC + .wrap {
		padding-top: 108px;
	}
}

.mainContents .wrap {
	padding-top: 45px;
}

#TextLayout .mainContents .contents .time {
	margin-bottom: 5px;
}

#TextLayout .mainContents .contents .time time {
	font-size: 80%;
}

.catTagArea {
	display: block;
}

.catTag {
	display: inline-block;
	width: 75px;
	height: 22px;
	line-height: 22px;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.dateTitle .catTag {
	width: 65px;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.contents .time .catTag {
	margin-left: 5px;
	vertical-align: text-bottom;
}

.contents .time .catTag:first-of-type {
	margin-left: 0;
}

@media screen and (max-width: 374px) {
	.catTag {
		width: 65px;
	}
}

.catTagAll {
	background: #ff3636;
}

.catTagEvent {
	background: #ff8325;
}

.catTagCampaign {
	background: #2cd137;
}

.catTagChara {
	background: #2c8eff;
}

.catTagInfo {
	background: #8c4aff;
}

.catTagOther {
	background: #ff2fc2;
}

.notice {
	margin-top: -29%;
}

.notice .noticeText li .catTag {
	color: #fff;
	text-align: center;
	vertical-align: text-top;
}

.notice .noticeText li .catTag:not(:last-child) {
	margin-right: 5px;
}

.notice li p:nth-child(2) {
	margin: 3px 0;
}

.notice .noticeText li .day,
.notice .noticeText li .title {
	color: #707070;
}

.notice .categoryList {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	        justify-content: space-evenly;
	margin-bottom: 10px;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.notice .categoryList li {
	border: none;
	cursor: pointer;
}

.noticeText li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

.notice .categoryList li a {
	padding: 0;
}

.notice .categoryList li a:before,
.notice .categoryList li a:after {
	display: none;
}

.categoryList.pcHide {
	display: none;
}

.moreArea {
	margin-top: 20px;
	text-align: center;
}

.moreArea > .dcd-oubo-btn {
	outline: none;
	padding: 15px 60px 0;
	border-left: none;
	border-top: none;
	border-right: none;
	cursor: pointer;
	line-height: 1;
}

.moreArea > .dcd-oubo-btn::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 5px auto;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
}

@media screen and (min-width: 737px) {

	.notice {
		margin-top: -79px;
	}

	.notice div.topPageNews {
		padding-top: 34px;
	}

	.categoryList.pcHide {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

	.categoryList.spHide {
		display: none;
	}

	.catTagArea {
		display: inline-block;
		margin-left: 5px;
	}

	#TextLayout .mainContents .contents .time {
		margin-bottom: 10px;
		line-height: 1;
	}

	#TextLayout .mainContents .contents .time time {
		vertical-align: bottom;
	}

	.notice .categoryList {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		margin-bottom: 20px;
	}

	.notice .categoryList li:hover {
		opacity: 0.7;
	}

	.notice .categoryList li:not(:last-child) {
		margin-right: 20px;
	}
	.notice .categoryList .catTag {
		width: 100px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		font-size: 14px;
		text-align: center;
	}

	_::-webkit-full-page-media, _:future, :root .catTag {
		font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
	}

	.dateTitle .catTag {
		width: 75px;
		margin-left: 10px;
	}

	.contents > .time .catTag {
		margin-left: 10px;
	}

	.notice .noticeText li .category {
		position: absolute;
    top: 8px;
		left: 120px;
	}

	.notice .noticeText li.new .category {
		left: 180px;
	}
}
