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

/*---------------------------/topics/-----*/
section {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.tsList {
padding-top: 15px;
}

.tsList ul li {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 25px 0;
border-bottom: 1px solid #ccc;
}

.tsList ul li:first-child {
padding-top: 0;
}

.tsList ul li .data {
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin-right: 10px;
letter-spacing: 0;
}

.tsList ul li .category {
background: #cccccc;
padding: 10px 0;
width: 120px;
text-align: center;
color: #fff;
display: block;
border-radius: 50px;
margin-right: 10px;
font-size: 15px;
font-size: 1.5rem;
}

.tsList ul li .title {
font-size: 15px;
font-size: 1.5rem;
}
.tsList ul li a.title:hover {
text-decoration: none;
color: #259944;
}


.topicsHead {
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
margin-bottom: 20px;
}

.detailInfo {
margin-bottom: 40px;
} 

.detailInfo .data {
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin-right: 10px;
letter-spacing: 0;
display: inline-block;
}

.detailInfo .category {
background: #cccccc;
padding: 5px 0;
width: 120px;
text-align: center;
color: #fff;
display: block;
border-radius: 50px;
margin-right: 10px;
font-size: 15px;
font-size: 1.5rem;
display: inline-block;
}
.txtBox {
padding-bottom: 60px;
border-bottom: 1px solid #ccc;
margin-bottom: 40px;
}
.txtBox a {
color: #259944;
text-decoration: underline;
}
.txtBox a:hover {
text-decoration: none;
}



/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
.topicsHead {
    font-size: 22px;
    font-size: 2.2rem;
}
}
@media only screen and (max-width: 480px) {
.tsList ul li .title {
display: block;
width: 100%;
padding: 10px 0;
}
.tsList ul li {
flex-wrap: wrap;
}
.tsList ul li .category {
font-size: 12px;
font-size: 1.2rem;
width: 100px;
}
}








