.topics_h1 {
    background: #F9ECD9;
    height: 305px;
    display: flex;
    justify-content: center;
}
.topics_h1 h1{
    display: flex;
    align-items: center;
}
.topics_h1 img{
    max-height: 305px;
}
.topic-container{
	display: flex;
    width: 1330px;
	max-width: 100%;
    padding: 0 20px;
    margin: 80px auto 80px;
    justify-content: flex-start;
}

.category_list {
    align-items: center;
    width: 20%;
    margin-right: 60px;
}


.category_list p {
	font-size: .28rem;
	font-weight: bold;
	margin-bottom:40px;
	text-align: center;
}

.category_list ul {
	/*display: flex;
	flex-wrap: wrap;
	width: 75%;
	justify-content: space-between;*/
}

.category_list li {
	font-size: .17rem;
	position: relative;
	/*box-shadow: 0px 8px 0px 0px #1B8BCB;
	background-color: #8FBEE4;
	border-radius: 50px;
	width: 100%;
	text-align: center;*/
	margin-bottom: 15px;
    width: 59%;
    margin: 0 auto 40px;
    text-align: center;
}

.category_list li a {
	color: #333333;
	display: block;
	font-size: .22rem;
    font-weight: bold;
	line-height:1;
}


.category_list li.selected,
.category_list li:hover {
	/*box-shadow: 0px 5px 0px 0px #1B8BCB;
	background-color: #5da3ce;
	transform: translateY(3px);*/
}

.topic-list--icon_dfc,
.topic-list--icon_event,
.topic-list--icon_news,
.topic-list--icon_all{
	vertical-align: middle;
	margin: 0 auto 11px;
	display: block;
}

.topic-list--icon_all{
	width:37px;
}

.topic-list--icon_dfc{
	width:39px;
}

.topic-list--icon_event{
	width:44px;
}

.topic-list--icon_news{
	width:42px;
}

.category_list .category_list .focus-svg{
	display:none;

}

 li.selected{
 	position: relative;
 }
 
 .focus-svg{
 	display:none;
 }
 
 
  li.selected .focus-svg{
  	display:block;
 	position: absolute;
	margin:auto;
	left:0;
	top:0;
	bottom: 0;
	width:100%;
 }

.category_list li:hover {
	/*background: #5EA3CE;
	color: #FFF;*/
}

article {
	width: 67.4%;
	/*max-width: 100%;
	margin: 0 auto;*/
}

h2 {
    letter-spacing: 0;
}

article h2 {
    font-size: .35rem;
    font-weight: bold;
    margin: 6px 0 31px;
    color: #333333;
    padding-left: 14px;
    /* letter-spacing: -0.06em; */
}

.topics_post_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topics_post {
	margin-bottom: 40px;
	width: 408px;
	max-width: 100%;
	max-width: 47%;
}

.topics_post_list::after {
	content: "";
	display: block;
	width: 303px;
	max-width: 100%;
}

.topics_post_img {
	background-image: url(../img/dummy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 306px;
       border: solid 1px #BEBEBE;
	    border-radius: 35px;
}

.topics_post_text div:nth-child(1) {
	font-size: .17rem;
	background-color: #FFB080;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	display: flex;
	border-radius: 25px;
}

.topics_post_text div:nth-child(2) {
	color: #808080;
	font-size: .18rem;
	font-weight: bold;
}

.topics_post_list a > p {
	font-weight: bold;
	text-align: justify;
	line-height: 1.7;
	color: #333333;
	font-size: .22rem;
	font-weight: bold;
}

.topics_post_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 13px;
	margin-bottom: 7px;
}

.topics_post_text .label p{
	line-height: 1;
}


.topics_post_text img {
	width: 18px;
	max-width: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.topics_post_text span {
	background-color: #5EA3CE;
	color: #FFF;
}

.dfc .topics_post_text img {
	width: 14px;
}

.news .topics_post_text img {
	width: 16px;
}

.topic_view h3 {
    font-size: 20px !important;
    font-weight: bold;
    border-left: 8px solid #ffb080;
    padding-left: 9px;
    margin-bottom: 18px;
    margin-top: 45px;
}

.topic_page {
    width: 1265px;
    max-width: 100%;
    margin: 38px auto 100px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
	justify-content: flex-end;
}

.title_category {
    margin-top: 60px;
    margin-bottom: 17px;
}

.topic_view {
    width: 65.5%;
}

.topic_page .title_category .label img {
	width: 20px;
	margin-right: 5px;
	margin-top: 3px;
}
.topics_single_post{
    /*padding: 0 14px;*/
}


.topics_single_post p {
    font-size: .15rem;
    font-weight: bold;
    color: #515151;
}

.topic_view h2 {
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}


.topic_page--date {
    font-size: .17rem;
    color: #AFAFAF;
    letter-spacing: 0.16em;
    margin-top: 8px;
    margin-bottom: 27px;
	font-weight: bold;
}

.topic_view a {
	word-break: break-all;
}

.topic_view img {
    margin-bottom: 14px;
}

.topics_single_post figure{
	max-width:100%;
}

aside {
    width: 20%;
    margin-top: 198px;
    margin-left: 84px;
    padding-right: 20px;
}

aside h3 {
	font-weight: bold;
	font-size: .28rem;
	margin-bottom: 13px;
	color:#333333;
}

	aside .entry_topics_entry .label {
	line-height: 1;
	margin-bottom: 4px;
	}
	
	.entry_topics_entry {
        width: 99%;
    margin-left: auto;
}

.entry_topics_list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 21px;
	border-left: 3px solid #FFB080;
	padding-left:20px;
}

.entry-topics--date {
    font-size: .16rem;
    color: #AFAFAF;
    
}

.entry-topics--category{
	font-size:.16rem;
	color:#FFB080;
	margin-bottom: 6px;
}

.entry-topics--title{
	font-size:.16rem;
	color:#515151;
	font-weight: bold;
	line-height: 1.5;
}

aside .entry_topics_list p:nth-child(3) {
	font-size: .12rem;
}

.title_category > p {
	color: #808080;
}

.title_category img {
	width: 12px;
	margin-right: 5px;
}

.title_category .label {
    color: #fff;
    background-color: #FFB080;
    border-radius: 25px;
    padding: 3px 8px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-size: .17rem;
    width: fit-content;
}

.side_category h3 {
    margin-top: 33px;
    margin-bottom: 16px;
    line-height: 1;
}

.side_category {
	width: 97%;
    margin-left: auto;
}

.side_category a {
	color: #000;
	display: block;
    width: fit-content;
	margin-bottom: 14px;
}

.side_category p {
    font-size: .16rem;
    font-weight: bold;
    color: #515151;
    display: flex;
    align-items: center;
}

.side_category .dfc img {
	width: 24px;
	vertical-align: middle;
	margin-right: 16px;
	/*margin-right: 7px;
	margin-top: -4px;*/
}

.side_category .event img {
	width: 27px;
	vertical-align: middle;
	margin-right: 16px;
	/*margin-top: -2px;*/
}

.side_category .news img {
	width: 25px;
	vertical-align: middle;
	margin-right: 16px;
	/*margin: -2px 11px 0px 2px;*/
}


@media screen and (max-width: 1040px) {
	.category_list,
	.nav_flex {
		padding: 0 20px;
	}
	.category_list p {
		display: none;
	}
	.category_list ul {
		width: 100%;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.category_list li {
		width: 23%;
	}
}

/*@media screen and (max-width: 1000px) {
	.topics_post {
		margin: 0 auto;
		margin-bottom: 50px;
		width: 800px;
		width: 100%;
        max-width: 100%;
	}

}*/



@media screen and (max-width: 1050px) {
	.header_nav ul {
		font-size: .15rem;
	}
	.header_nav ul li {
		padding: 0 20px;
	}
	/*.new_topics_entry {
		padding: 0 20px;
	}*/
}

@media screen and (max-width: 900px) {

    .topic-container {
        flex-direction: column;
        margin: 34px auto 80px;
    }

.category_list{
		width:100%;
		margin-right: 0px;
        padding-bottom: 35px;
}


	.category_list ul {
        width: 230px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto 0;
        align-items: center;
	}
	.category_list li {
		margin: 10px 0 20px;
	}
	
	.topics_post_list {
    flex-direction: column;
	padding: 0 40px;
}

.topics_post_img {
    height: 50vw;
	border-radius: 18px;
}

.topic-list--icon_all {
    width: 18px;
}

.topic-list--icon_news {
    width: 21px;
}

.topic-list--icon_event {
    width: 22px;
}

.topic-list--icon_dfc{
	width:20px;
}


article {
    width: 100%;
}

.category_list li a{
	font-size:.14rem;
}

.topics_post_text {
    margin-bottom: 4px;
}

	.topics_post {
		margin: 0 auto;
		margin-bottom: 29px;
		width: 100%;
        max-width: 100%;
	}
	
    .topic_page {
        margin: 0 auto;
        display: block;
		padding: 0 0px;
    }
	.topic_view {
		width: 100%;
		padding: 0 34px;
	}
	.topic_view h2 {
        font-size: .18rem;
        text-align: justify;
        line-height: 1.5;
    }
	.title_category {
		margin-top: 47px;
		margin-bottom: 11px;
	}
	.title_category .label {
		font-size: .12rem;
	}
	
	.topic_page--date {
    font-size: .09rem;
	margin-bottom: 22px;
}

.topic_view img {
    margin-bottom: 21px;
}

.topics_single_post p {
    font-size: .13rem;
}

    aside {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 70px;
        margin-left: 0;
		padding-right: 0px;
    }
	
	.aside-entry{
		background-color:#F9ECD9;
		padding: 36px 35px 0;
		margin-bottom: 49px;
	}
	
	.side_category h3 {
		margin-top: 0;
		margin-bottom: 31px;
	}
	aside h3{
			font-size: .18rem;
			margin-bottom: 31px;
	}
	
	.side_category {
    width: 100%;
    /* margin-left: auto; */
    padding: 0 35px;
}

.side_category a {
    margin-bottom: 17px;
    border-bottom: solid 1px #999999;
    padding-bottom: 12px;
	width: 100%;
}

.side_category a:last-of-type{
	border-bottom: none;
}

.side_category p {
    font-size: .13rem;
}

.side_category .news img {
    width: 18px;
}

.side_category .event img{
	width: 19px;
}
	
.side_category .dfc img{
	width: 18px;
	}
	
.entry_topics_entry {
    width: 100%;
}

.entry-topics--category,
.entry-topics--date{
    font-size: .11rem;
}

.entry-topics--title {
    font-size: .13rem;
}

.entry_topics_list {
        border-left: none;
        padding-left: 0;
        border-bottom: 1px solid #999999;
        padding-bottom: 14px;
}

.entry_topics_list:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
	
	.new_topics_entry {
        margin-bottom: 38px;
        display: block;
    }
	
	.entry_list {
		height: 209px;
	}
	.entye_text p:nth-child(1) {
		width: 45%;
	}
	.entye_text {
		width: 65%;
	}
	.title_category > div {
		width: 23%;
	}
	.title_category img {
		width: 8%;
	}
}

@media screen and (max-width: 700px) {
	.page_header {
		padding: 40px 25px;
		font-size: .28rem;
	}

	.new_topics h2 {
		margin: 0px auto 0;
		font-size: .23rem;
		line-height: 1.4;
	}
	.new_topics {
		/*display: block;*/
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.new_topics a::before {
		top: 42%;
		bottom: 0px;
		margin: 0;
	}
	.new_topics_entry {
		display: block;
	}
	.new_topics_list {
		width: 100%;
		margin-bottom: 50px;
        display: inline-block;
	}
	.top_sp_only {
		display: block;
	}
	.top_pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

@media screen and (max-width: 700px) {

	.topics_h1 {
		height: auto;
		align-items: center;
	}
	article h2 {
		font-size: .21rem;
		margin: 6px 0 19px;
	}
	.topics_single_post {
    	padding: 0;
	}
    .topics_none {
        font-size: .15rem;
        margin: 10px 13px 70px;
        color: #eb5700;
    }
	
	.topics_post_text div:nth-child(1),
	.topics_post_text div:nth-child(2){
		font-size:.12rem;
	}
	
	.topics_post_list a > p {
		font-size:.14rem;
	}
	/*.category_list {
		padding-bottom: 20px;
		margin-top: 30px;
	}*/
	.category_list li {
		width: 40%;
	}

	.category_list li {
		width: 40%;
	}

	.header_01 {
		display: block;
	}

	.header_right_svg div {
		margin-bottom: 20px;
	}
	.category_list p {
		text-align: center;
	}
	/*.category_list li a {
		padding: 10px 0;
		font-size: .13rem;
	}*/
	.header_01 {
		display: block;
	}

	.header_right_svg div {
		margin-bottom: 20px;
	}
	.title_category img {
		width: 13%;
	}
}

@media screen and (max-width: 500px) {
	.new_topics a::before {
		right: 65%;
		bottom: 11%;
	}
	.logo_svg {
		max-width: calc(100% - 80px);
	}
/*	.category_list li {
		width: 48%;
		margin-bottom: 12px;
	}*/

	.f-con_sp_only {
		display: block;
	}