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

/*PC*/
@media print, screen and (min-width: 768px) {

#news {
margin: 0 auto;
}

#news .idx_list{
width: 65%;
height: 600px;
overflow-y: auto;
}

#news .idx_list li{
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
display: flex;
column-gap: 14px;
padding: 20px 0;
position: relative;
}

#news .idx_list li a{
display: block;
}

#news .idx_list li .data_box{
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
display: flex;
column-gap: 14px;
}

#news .idx_list li a .data_box time{
display: inline-block;
font-family: "Poppins",sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 2;
letter-spacing: .06em;
width: 100px;
flex-shrink: 0;
color: #121212;
}

#news .idx_list li .data_box .tag{
display: inline-block;
min-width: 140px;
font-size: 14px;
font-weight:600;
color: #fff;
line-height: 28px;
letter-spacing: .06em;
text-align: center;
border-radius: 999px;
background: #008dcf;
padding: 0 10px;
box-sizing: border-box;
}

#news .idx_list li .data_box .title{
font-weight: 500;
line-height: 1.7;
}

#news .idx_list li .data_box a .title:hover{
text-decoration: underline;
}

#news .hed_box{
position: relative;
margin-bottom: 40px;
border-bottom: 1px dotted rgba(0,0,0,.25);
padding-bottom: 15px;
box-sizing: border-box;
}

#news .hed_box .data{
font-size: 16px;
font-weight: 600;
line-height: 1;
margin: 0 0 15px;
}

#news .hed_box .news_ttl{
font-size: 26px;
font-weight: 600;
line-height: 1.4;
}

#news .news_box{
position: relative;
margin: 0 0 60px;
}

#news .com_btn{
text-align: center;
}

}
/*sp*/
@media only screen and (max-width: 767px) {

#news {
margin: 0 auto;
}

#news .page_l{
margin-bottom: 60px;
}

#news .idx_list{
width: 100%;
height: 400px;
overflow-y: auto;
}

#news .idx_list li{
padding: 10px 0;
position: relative;
}

#news .idx_list li a{
display: block;
}

#news .idx_list li .data_box{
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
display: flex;
column-gap: 14px;
}

#news .idx_list li a .data_box time{
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 2;
letter-spacing: .06em;
width: 100px;
flex-shrink: 0;
color: #121212;
}

#news .idx_list li .data_box .tag{
display: inline-block;
min-width: 140px;
font-size: 12px;
font-weight:600;
color: #fff;
line-height: 20px;
letter-spacing: .06em;
text-align: center;
border-radius: 999px;
background: #008dcf;
padding: 0 10px;
box-sizing: border-box;
}

#news .idx_list li .data_box .title{
font-weight: 500;
line-height: 1.7;
}

#news .idx_list li .data_box a .title:hover{
text-decoration: underline;
}

#news .hed_box{
position: relative;
margin-bottom: 40px;
border-bottom: 1px dotted rgba(0,0,0,.25);
padding-bottom: 15px;
box-sizing: border-box;
}

#news .hed_box .data{
font-size: 14px;
font-weight: 600;
line-height: 1;
margin: 0 0 15px;
}

#news .hed_box .news_ttl{
font-size: 20px;
font-weight: 600;
line-height: 1.4;
}

#news .news_box{
position: relative;
margin: 0 0 60px;
}

#news .com_btn{
text-align: center;
}


}