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


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

    
.ill01 {
    width: 280px;
    position: absolute;
    left: 50px;
    top: -70px;
}
.ill02 {
    width: 280px;
    position: absolute;
    right: 50px;
    bottom: -70px;
}
.ill03 {
    width: 250px;
    position: absolute;
    right: 20px;
    bottom: -105px;
    z-index: 8;
}
.topics-box {
    background-color: #fff;
	padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    border-radius: 60px;
    
}
.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: 90px;
    right: 95px;
}
.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: 20px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #014099;
	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, #2ab0e7 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: 23px;
	line-height: 1.5;
    font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-size: 27px;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	color: #2ab0e7;
    margin-right: 60px;
} 
.news_text2 {display: flex;}
.pager {
	display: table;
	margin-bottom: 20px;
	padding-top: 60px;
    width: 600px;
    margin-right: auto;
	margin-left: auto;
}
.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: 37px;
	line-height: 1.8;
	padding-bottom: 10px;
	font-weight: 700;
}
.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: 21px;
	line-height: 1.7;
    font-weight: normal;
}
#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) {

.ill01 {
    width: 200px;
    position: absolute;
    left: 50px;
    top: -50px;
}
.ill02 {
    width: 200px;
    position: absolute;
    right: 50px;
    bottom: -50px;
}
.ill03 {
    width: 150px;
    position: absolute;
    right: 20px;
    bottom: -40px;
    z-index: 8;
}
.topics-box {
    background-color: #fff;
	padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    border-radius: 60px;
    
}
.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 {
    padding-top: 60px;
    display: table;
    margin-left: auto;
    margin-right: 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: 20px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #014099;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;	
} 
.topics-list2 li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* ← 高さを増やす */
    background-image: radial-gradient(circle, #2ab0e7 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: 20px;
	line-height: 1.5;
    font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	color: #2ab0e7;
    margin-right: 30px;
} 
.news_text2 {display: flex;}
.pager {
	display: table;
	margin-bottom: 20px;
	padding-top: 60px;
    width: 500px;
    margin-right: auto;
	margin-left: auto;
}
.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: 33px;
	line-height: 1.8;
	padding-bottom: 10px;
	font-weight: 700;
}
.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: 19px;
	line-height: 1.7;
    font-weight: normal;
}
#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) {

.ill01 {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
}
.ill02 {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    margin-left: auto;
    margin-right: auto;
}
.ill03 {
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: -40px;
    z-index: 8;
}
.topics-box {
    background-color: #fff;
	padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    border-radius: 60px;
    
}
.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 {
    padding-top: 60px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.topics-full {
	
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.topics-list2 ul {margin-top: 20px;}
.topics-list2 li {position:relative;}
.topics-list2 li a {
	color: #014099;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;	
} 
.topics-list2 li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* ← 高さを増やす */
    background-image: radial-gradient(circle, #2ab0e7 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: 17px;
	line-height: 1.5;
    font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text2 .daytime{
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	color: #2ab0e7;
    
} 
.news_text2 {}
.pager {
	margin-bottom: 20px;
	padding-top: 60px;
    margin-right: auto;
	margin-left: auto;
}
.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: 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 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: 27px;
	line-height: 1.7;
	padding-bottom: 10px;
	font-weight: 700;
}
.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;
    font-weight: normal;
}
#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;	
}

}