

.topics-box {
	padding-top:30px;
	padding-bottom:30px;
}


.topics-full {
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.catebox1 {
    display: table;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
    text-align: center;
	font-size: 8pt;
	line-height: 18px;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    background-color: #58392c;
    color: #fff;
    margin-bottom: 5px;
}

.haba70 {}


/*サムネ無-news2*/

.topics-list2 ul {padding-top: 0px;padding-bottom:10px;}
.topics-list2 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e9e4da;
}
.news_text2 {
	width: 100%;
	box-sizing: border-box;
}
.news2 a {
	color: #2b1309;
	display: block;
	padding-bottom: 11px;
	/*background-color: #fff;*/
	padding-top: 11px;
}

.news_text2 {}

.daytime{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: 700;
	display: block;
	color: #58392c;
}

/*サムネ無-news2*/

/*サムネ有-news1*/


.topics-list1s ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics-list1s li {
	width: 48%;
	display: block;
	box-sizing: border-box;
    margin-bottom: 15px;
}

.scroll {
    display: flex;
    overflow-x: scroll;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.topics-list1 ul{
    
	/*display: flex;
    flex-wrap: wrap;
	justify-content: space-between;*/
	/*white-space: nowrap;*/
    padding-bottom: 10px;
}
.topics-list1 .news1 h3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 11pt;
	line-height: 22px;
}

.hongun {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 12pt;
	line-height: 22px;
	box-sizing: border-box;
}

.topics-list1 ul {
    width: 980px;
    display: flex;
    /*flex-wrap: wrap;*/
	justify-content: space-between;
	/*white-space: nowrap;*/
}
.topics-list1 li {
	width: 240px;
    margin: 5px;
    padding-bottom: 15px;
	display: block;
	box-sizing: border-box;
}
.news1 a {
	color: #2b1309;
	display: block;
}
.news1 .news_thumbnail {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%;
	overflow: hidden;
	margin-bottom:10px;
}
.news1 .news_thumbnail img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.news_text1 {
	width: 100%;
	box-sizing: border-box;
}
.topics-list1s .news1 h3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 12pt;
	line-height: 24px;
	box-sizing: border-box;
    margin-bottom: 5px;
}
.topics-list1s .news1 h4 {
	font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt!important;
	line-height: 19px;
    margin-bottom: 15px;
}

.half50:not(:last-child) {margin-bottom: 20px;}


.newstittle {
    font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

/*トピックスページャー*/

.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}

.pager a {
	color: #FFF;
}
.count-text {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	font-size: 10pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topics_paging_previous {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#topics_paging_previous::before,
#topics_paging_previous::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_previous,
#topics_paging_previous::before,
#topics_paging_previous::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_previous {
	background-color: #333;
	color: #FFF;
	
}
#topics_paging_previous:hover {
	color: #FFF;
	background-color: #000;
}
#topics_paging_next {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#topics_paging_next::before,
#topics_paging_next::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_next,
#topics_paging_next::before,
#topics_paging_next::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_next {
	background-color: #58392c;
	color: #FFF;
}
#topics_paging_next:hover {
	color: #FFF;
	background-color: #58392c;
}

/*トピックスページャー*/
.button7 .mysvg {
    position: absolute;
	width:10px;
	top: 40%;
    right: 10px;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:10px;
}

.button7 {
    position: relative;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	display: block;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 100%;
	margin-bottom: 5px;
}
.button7::before,
.button7::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button7,
.button7::before,
.button7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button7 {
	color: #FFF;
	background-color: #58392c;
}
.button7:hover {
	color: #FFF;
	background-color: #58392c;
}

.archive-space {
	padding-top: 10px;
	margin-bottom: 30px;
}


.line-text-cat {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58392c;
}

.topics {
	position: relative;
}
	
.topics-archive {
	padding-left: 10px;
	padding-right: 10px;
}

.topics-detail {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}




h3 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: 700;
}

.program-text {
	padding-bottom: 20px;
	padding-top: 15px;
}
#topics_title {
	/*font-weight: normal;*/
	
}
.normal10 {
    font-size: 9pt;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

#topics_body {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
}

#topics_body img {
	padding-top: 10px;
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}


