@charset "UTF-8";
.newsTopBox {
	display: flex;
	flex-wrap: wrap;
	border: #999999 solid;
	border-width: 1px;
	padding: 30px 30px 0 30px;
	margin: 0 0 30px 0;
}

.newsTopBox h2,
h2.Detail_Title {
	font-size: 100%;
	background-color: #ccefff;
	color: #000000;
	border-width: 1px;
	padding: 7px 20px 5px 20px;
	margin: 0 0 15px 0;
	text-align: left;
	border-radius: 0;
	font-weight: normal;
}

.newsTopBox .newsTophalfBox {
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
}

.newsTopBox .newsTophalfBox .photoBox{
	width: 400px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.newsTopBox .newsTophalfBox .photoBox img {
	width: 100%;
}

.newsTopBox .newsTophalfBox .comment {
	padding: 0 0 0 20px;
	width: calc(100% - 400px);
	display: inline-block;
	vertical-align: top;
}

.newsTopBox .newsTophalfBox .comment div {
	margin: 10px 0 0 0;
}

.newsTopBox .newsTophalfBox .comment div br {
	display: none;
}

.newsTopBox .newsTophalfBox .comment .more {
	text-align: right;
}

.cat_tag {
    display: inline-block;
    font-size: 20px;
    width: 200px;
    text-align: center;
    padding: 130px 0 0 0;
    transform: rotate(-45deg);
    position: absolute;
    top: -85px;
    left: -100px;
	color: #000000;
}

.ListPhoto {
	overflow: hidden;
}

.cet_color01 {background-color: #ccefff;}
.cet_color02 {background-color: #FFE200;}
.cet_color03 {background-color: #00FFA3;}
.cet_color04 {background-color: #00D6FF;}
.cet_color05 {background-color: #FFA7E5;}
.cet_color06 {background-color: #FF9700;}

.cat_checktag {
	display: none;
}

#editorBox table td .cat_tag {
	display: none;
}

#editorBox table td .cat_checktag {
	display: inline;
}

.indexList {
	display: flex;
	flex-wrap: wrap;
}

.indexList a {
	display: inline-block;
	width: calc(100% / 3 - 20px);
	margin: 0 10px 20px 10px;
	color: #000000;
}

.indexList a .ListPhoto {
	height: 300px;
	margin: 0 0 10px 0;
	background-size: cover;
}

.indexList a .ListPhoto img {
}

.count_sp {
	display: none;
}

#NewsList_Detail .Detail_contents div br {
	display: none;
}

#NewsList_Detail .Detail_contents div {
	margin: 0 0 15px 0;
}

#info h1.contents {
	width: calc(100% - 20px);
}

.count_pc,
.count_sp {
	margin: 20px auto 0 auto;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
.indexList a {
	display: inline-block;
	width: calc(100% / 2 - 20px);
	padding: 0px;
	color: #000000;
}

.indexList a .ListPhoto {
	width: 100%;
	height: calc(100vw * 0.35);
	margin: 0 0 10px 0;
}

.count_pc {
	display: none;
}

.count_sp {
	display: block;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */

.newsTopBox .newsTophalfBox .photoBox{
	width: 100%;
}

.newsTopBox .newsTophalfBox .comment {
	padding: 20px 0 0 0;
	width: 100%;
}

	.newsTopBox h2,
h2.Detail_Title {
		text-align: center;
	}

}