@charset "UTF-8";

/* このcssはスタート時のみ必要なスタイルを記入し、通常運用が始まり次第リンクを外さなければいけないスタイルをここに記入していきます。*/
/*基本的には、style.cssの不必要な部分の打ち消し、もしくは特別必要な追記となります */
.style-top .cts-topics .inner-cts .list-topics li:nth-child(n+2){
width:50%;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(n+2) a{
height:400px;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(n+2) a p.txt{
background-color:#000;
font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
height:97px;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(2) a p.txt .ttl{
letter-spacing:0.075rem;
margin-bottom:10px;
font-size:24px;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(n+2) a p.txt .subtitle-topl{
font-size:18px;
letter-spacing:0.1rem;
color:#fff;
position:relative;
display:block;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(n+2) a p.pr .subtitle-topl::after{
content: "PR";
position: absolute;
bottom: 0;
right: 0;
display:block;
font-size:12px;
color:#ccc;
line-height:20px;
}
.style-top .cts-topics .inner-cts .list-topics li:nth-child(2) a p.pr .ttl::after{
display:none;
}
.style-top .st-newarticle .band .sub-cate{
font-size:24px;
letter-spacing:0.1rem;
padding:0 20px;
border:none;
display:inline-block;
font-weight:bold;
text-align:center;
margin-right:25px;
font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}
.style-top .st-newarticle .band .sub-cate a{color:#fff;}
