@charset "utf-8";
/* CSS Document */



/* Common */
.recent_plugin_title {font-size: 16px; font-size: 1.6rem; line-height: 2.2rem; font-weight: 600;}
.recent_post_list {font-size: 13px; font-size: 1.3rem; line-height: 1.9rem;}
.recent_post_list .recent_post_item {margin-top: 14px;}
.recent_post_list .recent_post_item:first-child {margin-top: 0;}


/* Panel */
[data-wv-recent-post-style="panel"] .recent_plugin_title {margin-bottom: 15px; padding-left: 15px;}
[data-wv-recent-post-style="panel"] .image {text-align: center; width: 100%; max-width: 360px; height: 200px; margin-left: auto; margin-right: auto;}
[data-wv-recent-post-style="panel"] .recent_post_title {
    display: inline-block; box-sizing: border-box;
    font-size: 26px; font-size: 2.6rem; line-height: 3.2rem; letter-spacing: -0.075em; margin-bottom: 37px; padding-left: 15px;
}


/* List */
[data-wv-recent-post-style="list"] .recent_plugin_title {margin-bottom: 33px;}
[data-wv-recent-post-style="list"] .recent_post_title {
    float: left; display: inline-block; width: 60%;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
[data-wv-recent-post-style="list"] .reg_date {
    float: right;
}



@media all and (min-width: 992px){
    [data-wv-recent-post-style="panel"] .recent_plugin_title {padding-left: 34px;}
    [data-wv-recent-post-style="panel"] .recent_post_title {padding-left: 34px;}
    [data-wv-recent-post-style="panel"] .image {text-align: left; overflow: hidden;}
    [data-wv-recent-post-style="panel"] .image img {width: 100%;}
}