@charset "UTF-8";
/* CSS Document */

#topicsListWrap{
position: relative;
padding: 10% 0 0;
}
#topicsListContent{
display: flex;
justify-content: center;
align-items: flex-start;
width: 80%;
min-width: 1000px;
max-width: 2000px;
margin: 0 auto;
}
#topicsListWrap #pagination{
width: 80%;
min-width: 1000px;
max-width: 2000px;
margin: 0 auto;
padding: 10% 0 0;
}
#topicsListData{
position: sticky;
top: calc(2vw + 110px);
width: 26%;
padding: 0 5% 0 0;
}
#topicsListData h2{
font-size: 1.25rem;
font-weight: 500;
letter-spacing: 0.15em;
}
#topicsNum{
display: flex;
font-size: 0.875rem;
margin-top: 0.5em;
}
#topicsNum p+p{
margin-left: 20px;
}
#topicsArchives{
position: relative;
margin-top: 20px;
}
#topicsArchives::before{
content: '';
display: block;
width: 15px;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
background-image: url(../images/dropdown.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
pointer-events: none;
}
#topicsArchives select{
display: block;
border: 1px solid #cdcdcd;
background-color: #f6f6f6;
width: 100%;
height: 50px;
font-size: 0.875rem;
border-radius: 5px;
padding: 10px 15px;
letter-spacing: 0.1em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#topicsList{
width: 74%;
padding: 0 0 0 5%;
}
#topicsList ul li{
border-bottom: 1px solid #cdcdcd;
}
#topicsList ul li a{
position: relative;
display: flex;
text-decoration: none;
color: #111111;
font-size: 0.875rem;
padding: 50px 100px 50px 20px;
transition: color 200ms linear;
}
#topicsList ul li:first-child a{
padding-top: 10px;
}
#topicsList ul li a:hover{
color: #999999;
}
#topicsList ul li a::after{
content: '';
display: block;
width: 20px;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
background-image: url(../images/arrow_black.png);
background-repeat: repeat-x;
background-position: left center;
background-size: 100% auto;
transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
#topicsList ul li:first-child a::after{
bottom: 40px;
}
#topicsList ul li a:hover::after{
background-position: left 20px center;
}
#topicsList ul li .date{
width: 150px;
}
#topicsList ul li .title{
width: calc(100% - 150px);
}
#topicsList .nonePosts{
font-size: 0.875rem;
padding: 50px 20px;
}

@media screen and (max-width: 999px){
#topicsListWrap{
padding: 15% 0 0;
}
#topicsListContent{
display: block;
width: auto;
min-width: auto;
padding: 0 20px;
}
#topicsListWrap #pagination{
width: auto;
min-width: auto;
padding: 15% 20px 0;
}
#topicsListData{
position: relative;
top: auto;
width: auto;
padding: 0;
}
#topicsList{
width: auto;
padding: 0;
margin-top: 5vw;
}
#topicsList ul li a{
display: block;
padding: 30px 40px 30px 0;
}
#topicsList ul li:first-child a{
padding-top: 30px;
}
#topicsList ul li a::after{
right: 0;
}
#topicsList ul li:first-child a::after{
bottom: 0;
}
#topicsList ul li .date{
width: auto;
}
#topicsList ul li .title{
width: auto;
}
#topicsList .nonePosts{
font-size: 0.875rem;
padding: 10px 0 0;
}
}/*999*/





#topicsSingleWrap{
position: relative;
padding: 10% 0 0;
}
#topicsSingleContent{
max-width: 1000px;
margin: 0 auto;
}
#topicsSingleTitle h2{
font-size: 1.25rem;
font-weight: 500;
letter-spacing: 0.15em;
}
#topicsSingleTitle p.date{
font-size: 0.875rem;
font-weight: 500;
letter-spacing: 0.15em;
color: #777777;
margin: 0.5em 0 0;
}
#topicsSingleBody{
font-size: 0.875rem;
line-height: 2.85;
margin: 4em 0 0;
}
#topicsSingleBody::after{
content: '';
display: block;
clear: both;
}
#topicsSingleBody p{
margin-top: 1.5em;
}
.alignnone{
margin: 0 0 0 0;
}
.aligncenter{
display: block;
margin: 0 auto 0 auto;
}
div.aligncenter{
position: relative;
left: 5px;
}
div.alignright{
float: right;
margin: 0 -10px 0 30px;
overflow: hidden;
}
img.alignright{
float: right;
margin: 0 0 0 30px;
}
div.alignleft{
float: left;
margin: 0 10px 0 0;
}
img.alignleft{
float: left;
margin: 0 30px 0 0;
}
#topicsSingleBody .wp-caption{
background: transparent;
text-align: center;
max-width: 100%;
margin-top: 20px;
overflow: hidden;
}
#topicsSingleBody .wp-caption img{
border: none;
height: auto;
width: auto;
margin: 0;
padding: 0;
}
#topicsSingleBody .wp-caption-text{
font-size: 0.75rem;
margin: 5px 0 0 0;
padding: 0 10px 0 0;
width: 100%;
}

@media screen and (max-width: 999px){
#topicsSingleWrap{
padding: 15% 0 0;
}
#topicsSingleContent{
padding: 0 20px;
}
}/*999*/





#topicsPagination{
max-width: 1000px;
margin: 0 auto;
padding: 10% 0 0;
}
#topicsPagination ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
position: relative;
}
#topicsPagination ul li{
width: 33.33%;
}
#topicsPagination ul li.prev{
margin: 0 auto 0 0;
}
#topicsPagination ul li.list{
margin: 0 auto;
}
#topicsPagination ul li.next{
margin: 0 0 0 auto;
}
#topicsPagination ul li a{
display: flex;
align-items: center;
position: relative;
color: #111111;
text-decoration: none;
font-size: 0.875rem;
transition: color 200ms linear;
line-height: 1.4;
height: 50px;
}
#topicsPagination ul li.list a{
justify-content: center;
text-align: center;
}
#topicsPagination ul li.next a{
justify-content: flex-end;
text-align: right;
}
#topicsPagination ul li a:hover{
color: #999999;
}
#topicsPagination ul li.prev a::before{
content: '';
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #005175;
margin-right: 15px;
transition: background 200ms linear;
}
#topicsPagination ul li.prev a:hover::before{
/*background-color: #eefcff;*/
background-color: #eeeeee;
}
#topicsPagination ul li.prev a::after{
content: '';
display: block;
width: 20px;
height: 40px;
position: absolute;
top: 50%;
left: 11px;
transform: translateY(-50%);
background-image: url(../images/arrow_left_blue.png);
background-repeat: repeat-x;
background-position: left center;
background-size: 100% auto;
transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
#topicsPagination ul li.prev a:hover::after{
background-position: left -20px center;
}
#topicsPagination ul li.next a::after{
content: '';
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #005175;
margin-left: 15px;
transition: background 200ms linear;
}
#topicsPagination ul li.next a:hover::after{
/*background-color: #eefcff;*/
background-color: #eeeeee;
}
#topicsPagination ul li.next a::before{
content: '';
display: block;
width: 20px;
height: 40px;
position: absolute;
top: 50%;
right: 11px;
transform: translateY(-50%);
background-image: url(../images/arrow_blue.png);
background-repeat: repeat-x;
background-position: left center;
background-size: 100% auto;
transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
#topicsPagination ul li.next a:hover::before{
background-position: left 20px center;
}

@media screen and (max-width: 999px){
#topicsPagination{
width: auto;
padding: 15% 20px 0;
}
#topicsPagination ul li{
width: auto;
}
#topicsPagination ul li.prev{
width: 50%;
}
#topicsPagination ul li.list{
order: 2;
}
#topicsPagination ul li.next{
width: 50%;
}
}/*999*/