@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


@media print, screen and (min-width: 1025px) {

    
.catbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.topics-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topics-box {
	padding-top:120px;
	padding-bottom:150px;
}

.topics-full {
	width: 85%;
	min-width: 1100px;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}

.half50 {width: 47%;}
.half70 {width: 70%;}
.half100 {width: 95%;margin-right: auto;
	margin-left: auto;}
.topicsbox {
	display: flex;
	justify-content: space-between;
	padding-bottom:100px;
}

.datcat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
.catebox1 {
	font-size: 11pt;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	background-color: #e1ac34;
	padding-right: 15px;
	padding-left: 15px;
}
.catebox2 {
	font-size: 11pt;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	background-color: #389964;
	padding-right: 15px;
	padding-left: 15px;
}
.catebox3 {
	font-size: 11pt;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	background-color: #dc87a4;
	padding-right: 15px;
	padding-left: 15px;
}
.topics-list1 .catebox3 {margin-left: 10px;}
    
    
/*サムネ無news2*/


.news_text1s h3 {
	width:600px;
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 26px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	letter-spacing: 1px;
}
.news_text1s .daytime{
	font-size: 13pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #463e37;
	width: 110px;
    margin-right: 20px;
}


.topics-list2 ul {}
.topics-list2 li {position:relative;margin-top: 10px;}
.topics-list2 li a {
    color: #463e37;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    transition: all .3s;
}
.topics-list2 li a:hover {
	color: #463e37;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
	transition: all .3s;
    -webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
/*.topics-list2 li:nth-child(even)  a{background-color: #fbf4eb;}

.topics-list2 li:nth-child(even)  a:hover{background-color: #FFFFFF;}*/


.news_text2 h3 {
	letter-spacing: 1px;
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
	font-size: 13pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: block;
	color: #463e37;
    margin-right: 10px;
}
/*サムネ無news2*/

/*サムネ有news1*/

.topics-list1 ul {
	display: flex;
	flex-wrap: wrap;
}
.topics-list1 li {
	width: 23%;
	display: block;
	box-sizing: border-box;
	margin: 1%;
}


.news1 a {
	color: #463e37;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news_text1 {
	width: 90%;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.news1 h3 {
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 30px;
	margin-bottom: 15px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	box-sizing: border-box;
}
.news1 p {
	font-size: 13pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: block;
}
/*サムネ有news1*/



.topics-list3:not(:last-child) {margin-bottom: 30px;}
.topics-list3 ul {}
.topics-list3 li {
	display: block;
	box-sizing: border-box;
}
.topics-list3s ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics-list3s li {
	width: 46%;
	display: block;
	box-sizing: border-box;
}
.news3 {}
.news3 a {
	padding-top: 10px;
	padding-bottom:10px;
	color: #3e3a39;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news3 .news_thumbnail {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #FFF;
	margin-right: 20px;
}
.news3 .news_thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.news_text3 {display: block;width: 80%;}
.news_text3 h3 {
	font-weight: normal;
	font-size: 12pt;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text3 p{
	font-family: "Roboto", sans-serif;
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	color: #788184;
}
/*トピックスページャー*/
.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}
.pager a {
	color: #fff;
	display: block;
}
.count-text {
	text-align: center;
	font-size: 11pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topics_paging li {
	display: block;
}
#topics_paging_previous {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size: 12pt;
	height: 50px;
    border-radius: 60px;
}
#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: #4c362b;
	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: 45px;
	outline: none;
	font-size: 12pt;
	height: 50px;
    border-radius: 60px;
}
#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: #351f85;
	color: #FFF;
}
#topics_paging_next:hover {
	color: #FFF;
	background-color: #31255e;
}



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

.button7 {
	display: block;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size: 12pt;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 5px;
	padding: 12px;
}
.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: #000;
	border: 1px solid #000000;
}
.button7:hover {
	color: #FFF;
	border: 1px solid #000;
	background-color: #000;
	
}


/*detail　右側*/
.line-text-cat {
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.archive-space {
	padding-top: 10px;
}
	
.topics {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
	
.topics-archive {
	width: 20%;
	padding-top: 20px;
	padding-right: 30px;	
}
.topics-detail {
	min-height: 500px;
	width: 65%;
	padding-bottom: 50px;
	padding-left: 20px;
}

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

.program-text {
	padding-bottom: 50px;
	padding-top: 15px;
}
#topics_title {
    
}
.newstittle {
    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: 12pt;
	line-height: 28px;
}

#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;	
}


}





@media screen and (min-width: 0px) and (max-width: 1024px) {

.catbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
    /*margin-bottom: 5px;*/
}
.topics-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.topics-box {
	/*padding-top:120px;
	padding-bottom:150px;*/
}

.topics-full {
	/*width: 85%;
	min-width: 1100px;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;*/
	position:relative;
	z-index:1;
}


.half100 {width: 95%;margin-right: auto;
	margin-left: auto;}
.topicsbox {
	display: flex;
	justify-content: space-between;
	padding-bottom:100px;
}

.datcat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    /*margin-bottom: 10px;*/
}
.catebox1 {
	font-size: 10pt;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	background-color: #e1ac34;
	padding-right: 10px;
	padding-left: 10px;
}
.catebox2 {
	font-size: 10pt;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	background-color: #389964;
	padding-right: 10px;
	padding-left: 10px;
}
.catebox3 {
	font-size: 10pt;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	background-color: #dc87a4;
	padding-right: 10px;
	padding-left: 10px;
}
.topics-list1 .catebox3 {margin-left: 0px;margin-bottom: 10px;}
    
    
/*サムネ無news2*/


.news_text1s h3 {
	width:600px;
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 21px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	
}
.news_text1s .daytime{
	font-size: 10pt;
	line-height: 21px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #463e37;
	width: 110px;
    margin-right: 10px;
}


.topics-list2 ul {}
.topics-list2 li {position:relative;margin-top: 10px;}
.topics-list2 li a {
    color: #463e37;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    transition: all .3s;
}

/*.topics-list2 li:nth-child(even)  a{background-color: #fbf4eb;}

.topics-list2 li:nth-child(even)  a:hover{background-color: #FFFFFF;}*/


.news_text2 h3 {
	letter-spacing: 1px;
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
	font-size: 10pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: block;
	color: #463e37;
    margin-right: 5px;
}
/*サムネ無news2*/

/*サムネ有news1*/

.topics-list1 ul {
	display: flex;
	flex-wrap: wrap;
}
.topics-list1 li {
	width: 48%;
	display: block;
	box-sizing: border-box;
	margin-top: 1%;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
}


.news1 a {
	color: #463e37;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news_text1 {
	width: 90%;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.news_text1 {}
.news1 h3 {
    display: block;
	font-feature-settings: "palt" 1;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 22px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	box-sizing: border-box;
}

.news1 p {
	font-size: 10pt;
	line-height: 21px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	display: block;
}
/*サムネ有news1*/



.topics-list3:not(:last-child) {margin-bottom: 30px;}
.topics-list3 ul {}
.topics-list3 li {
	display: block;
	box-sizing: border-box;
}
.topics-list3s ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics-list3s li {
	width: 46%;
	display: block;
	box-sizing: border-box;
}
.news3 {}
.news3 a {
	padding-top: 10px;
	padding-bottom:10px;
	color: #3e3a39;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news3 .news_thumbnail {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #FFF;
	margin-right: 20px;
}
.news3 .news_thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.news_text3 {display: block;width: 80%;}
.news_text3 h3 {
	font-weight: normal;
	font-size: 12pt;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text3 p{
	font-family: "Roboto", sans-serif;
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	color: #788184;
}

.newstittle {
	font-weight: 700;
}

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

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

.pager a {
	color: #FFF;
}
.count-text {
	text-align: center;
	font-size: 10pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
	width: 90%;
	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-size: 10pt;
	padding: 7px;
    border-radius: 20px;
}
#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: #4c362b;
	color: #FFF;
	
}
#topics_paging_previous:hover {
	color: #FFF;
	background-color: #4c362b;
}
#topics_paging_next {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 10pt;
	padding: 7px;
    border-radius: 20px;
}
#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: #351f85;
	color: #FFF;	
}
#topics_paging_next:hover {
	color: #FFF;
	background-color: #351f85;	
}

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

.button7 {
	display: block;
	text-decoration: none;
	line-height: 22px;
	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: #000;
	border: 2px solid #000;
}
.button7:hover {
	color: #FFF;
	background-color: #000;
	border: 2px solid #000;
}

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


.line-text-cat {
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

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

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


.newstittle {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;     
}


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

.program-text {
	padding-bottom: 20px;
	padding-top: 15px;
}
#topics_title {
	/*font-weight: normal;*/
	
}

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

#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;	
}


}