@charset "utf-8";
  .sec-news .new{
color: #c6112f;
font-weight: bold;
margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
} .sec-news-list .news-list .news-article:not(:last-child){
border-bottom: 1px dotted #dbdbdf;
}
.sec-news-list .news-article a{
display: flex;
align-items: center;
padding: 25px 0;
}
.sec-news-list .news-data{
width: 100%;
overflow: hidden;
position: relative;
height: 1.5em;
line-height: 1.5;
background-color: #fff;
padding-right: 1em;
}
.sec-news-list .news-data::before{
content: "...";
position: absolute;
right: 0;
bottom: 0;
display: inline-block;
width: 1em;
}
.sec-news-list .news-data::after {
content: "";
position: relative;
right: -1em;
float: right;
width: 1em;
height: 100%;
background-color: inherit;
}
.sec-news-list .news-data .news-day{
margin: 0 52px;
}
@media screen and (min-width: 768px){
.sec-news-list .news-data .news-day{
margin: 0 35px;
}
}
@media screen and (max-width: 767px){
.sec-news-list .news-article a {
display: block;
}
.sec-news-list .news-data{
margin-top:15px;
}
.sec-news-list .news-data .news-day{
margin: 0 1em 0 0;
letter-spacing: -0.5px;
}
}
@media screen and (max-width: 480px) {
.sec-news-list .news-data{
font-size: 1.4rem;	
height: 2.9em;
margin-top: 5px;
}
.sec-news-list .news-data .news-day{
display: block;
}
} .sec-news-detail .news-article-block{
margin: 50px auto 0;
border-bottom: 1px solid #dbdbdf;
}
.sec-news-detail .news-article-ttl{
font-size: 2.4rem;
border-bottom: 1px dotted #dbdbdf;
padding: 0 0 10px 0;
margin-bottom: 15px;
}
.sec-news-detail .news-tag{
max-width: 140px;
margin: 0 0 0 auto;
}
.sec-news-detail .news-article-freeblock{
line-height: 2;
margin: 60px auto 100px;
}
.sec-news-detail .news-article-freeblock p{
margin-bottom: 2em;
}
.sec-news-detail .news-article-freeblock a{
text-decoration: underline;
}
.sec-news-detail .news-article-freeblock a img{
transition: .2s ease-in-out;
} .sec-news-detail .news-social_btn{
margin: 15px auto 80px;
font-size: 0;
}
.sec-news-detail .news-social_btn_list{
display:flex;
justify-content: flex-end;
}
.sec-news-detail .news-social_btn_list li:last-child{
margin-left:10px;
}
@media screen and (min-width: 768px) {
.sec-news-detail .news-article-freeblock a:hover{
text-decoration: none;
}
.sec-news-detail .news-article-freeblock a:hover img{
opacity: 0.7;
}
}
@media screen and (max-width: 767px) {
.sec-news-detail .news-article-ttl{
font-size: 2.1rem;
}
}
@media screen and (max-width: 480px){
.sec-news-detail .news-article-block {
margin: 30px auto 0;
}
.sec-news-detail .news-article-day{
font-size: 1.4rem;
}
.sec-news-detail .news-article-ttl{
font-size: 1.8rem;
}
.sec-news-detail .news-article-freeblock{
margin: 40px auto 60px;
}
.sec-news-detail .news-social_btn {
margin: 15px auto 60px;
}
}