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


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

.topics-box {
	padding-top: 20px;
	padding-bottom:20px;
    position: relative;
}
.topics-box .midashi1{margin-bottom: 0;}
.topics-box .button1 {
	text-decoration: none;
    line-height: 1.5;
    outline: none;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-size: 16pt;
    display: table;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    padding: 15px 60px 15px 30px;
    box-sizing: border-box;
}
.btm {
    position: absolute;
    top: 20px;
    right: 0;
}
.topics-full {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.topics-list2 ul {margin-top: 50px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #202020;
	display: block;
	padding-bottom: 34px;
	padding-top: 30px;	
} 
.topics-list2 li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* ← 高さを増やす */
    background-image: radial-gradient(circle, #c8d2d6 1.6px, transparent 1.6px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-position: left center;
} 
.topics-list2 li a:hover,
.topics-list2 li a:focus {}
.topics-list2 li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #014099;
    z-index: 1;
}
.topics-list2 li a:hover {color: #014099;}
.topics-list2 li a:hover::after {transform: scale(1, 1);}
.news_text2 h3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 1.5;
    font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	color: #014099;
    margin-right: 40px;
} 
.news_text2 {display: flex;}
.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}
.pager a {
	color: #fff;
	display: block;
}
.count-text {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	text-align: center;
	font-size: 11pt;
	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 li {display: block;}
#topics_paging_previous {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 14pt;
	height: 60px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: 60px;
	outline: none;
	font-size: 14pt;
	height: 60px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: #014099;color: #FFF;}
#topics_paging_next:hover {color: #FFF;background-color: #04306d;}

/*.topics {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
	
.topics-archive {
	width: 20%;
	padding-top: 20px;
	padding-right: 30px;	
}
.topics-detail {}*/

.newstittle {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 28pt;
	line-height: 40px;
	padding-bottom: 10px;
	font-weight: 500;
}
.program-text {padding-bottom: 50px;padding-top: 15px;}
#topics_title {}
#topics_body {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 35px;
}
#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: 768px) and (max-width: 1024px) {

.topics-box {
	padding-top: 20px;
	padding-bottom:20px;
    position: relative;
}
.topics-box .midashi1{margin-bottom: 0;}
.topics-box .button1 {
	/*text-decoration: none;
    line-height: 1.5;
    outline: none;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-size: 16pt;
    display: table;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    padding: 15px 60px 15px 30px;
    box-sizing: border-box;*/
}
.btm {
    display: table;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
}
.topics-full {
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.topics-list2 ul {margin-top: 15px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #202020;
	display: block;
	padding-bottom: 34px;
	padding-top: 30px;	
} 
.topics-list2 li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* ← 高さを増やす */
    background-image: radial-gradient(circle, #c8d2d6 1.6px, transparent 1.6px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-position: left center;
} 
.topics-list2 li a:hover,
.topics-list2 li a:focus {}
.topics-list2 li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #014099;
    z-index: 1;
}
.topics-list2 li a:hover {color: #014099;}
.topics-list2 li a:hover::after {transform: scale(1, 1);}
.news_text2 h3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 1.5;
    font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	color: #014099;
    margin-right: 40px;
} 
.news_text2 {display: flex;}
.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}
.pager a {
	color: #fff;
	display: block;
}
.count-text {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	text-align: center;
	font-size: 11pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
    width: 70%;
	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: 60px;
	outline: none;
	font-size: 14pt;
	height: 60px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: 60px;
	outline: none;
	font-size: 14pt;
	height: 60px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: #014099;color: #FFF;}
#topics_paging_next:hover {color: #FFF;background-color: #04306d;}

/*.topics {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
	
.topics-archive {
	width: 20%;
	padding-top: 20px;
	padding-right: 30px;	
}
.topics-detail {}*/

.newstittle {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 28pt;
	line-height: 40px;
	padding-bottom: 10px;
	font-weight: 500;
}
.program-text {padding-bottom: 50px;padding-top: 15px;}
#topics_title {}
#topics_body {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 35px;
}
#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 (max-width: 767px) {


.topics-box {
	padding-top: 20px;
	padding-bottom:20px;
    position: relative;
}
.topics-box .midashi1{margin-bottom: 0;}
.topics-box .button1 {
	/*text-decoration: none;
    line-height: 1.5;
    outline: none;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-size: 16pt;
    display: table;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    padding: 15px 60px 15px 30px;
    box-sizing: border-box;*/
}
.btm {
    display: table;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
}
.topics-full {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.topics-list2 ul {margin-top: 15px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #202020;
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;	
} 
.topics-list2 li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* ← 高さを増やす */
    background-image: radial-gradient(circle, #c8d2d6 1.6px, transparent 1.6px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-position: left center;
} 
.topics-list2 li a:hover,
.topics-list2 li a:focus {}
.topics-list2 li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #014099;
    z-index: 1;
}
.topics-list2 li a:hover {color: #014099;}
.topics-list2 li a:hover::after {transform: scale(1, 1);}
.news_text2 h3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 1.5;
    font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	color: #014099;
    
} 
.news_text2 {}
.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}
.pager a {
	color: #fff;
	display: block;
}
.count-text {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	text-align: center;
	font-size: 11pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
    width: 70%;
	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: 40px;
	outline: none;
	font-size: 12pt;
	height: 40px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: 40px;
	outline: none;
	font-size: 12pt;
	height: 40px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 100px;
}
#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: #014099;color: #FFF;}
#topics_paging_next:hover {color: #FFF;background-color: #04306d;}

/*.topics {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
	
.topics-archive {
	width: 20%;
	padding-top: 20px;
	padding-right: 30px;	
}
.topics-detail {}*/

.newstittle {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 18pt;
	line-height: 34px;
	padding-bottom: 10px;
	font-weight: 500;
}
.program-text {padding-bottom: 50px;padding-top: 15px;}
#topics_title {}
#topics_body {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", 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;	
}


}