/*
Theme Name: recordati
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: This is us
Author URI: https://wordpress.org/
Description: Recordati bespoke theme files
Version: 1.0.1684510950
Updated: 2023-05-19 16:42:30

*/

/* プレスリリース */
.elementor-post.category-press-release .elementor-post__title::before {
    content: "プレスリリース";
    display: block;
    margin-bottom: 5px; /* タイトルとの隙間 */
    padding: 2px 6px;
    background-color: black;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
	width:98px;
	text-decoration: none;
}

/* ニュース */
.elementor-post.category-news .elementor-post__title::before {
    content: "お知らせ";
    display: block;
    margin-bottom: 5px;
    padding: 2px 6px;
	background:#000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    width: 60px;
	text-decoration: none;
}
/* 詳細おしらせ */
.elementor.elementor-location-single.category-news h2.elementor-heading-title::before {
    content: "お知らせ";
    display: block;
    margin-bottom: 5px;
    padding: 2px 6px;
	background:#000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    width: 60px;
	text-decoration: none;
}
.elementor.elementor-location-single.category-press-release h2.elementor-heading-title::before {
content: "プレスリリース";
display: block;
margin-bottom: 5px;
    padding: 2px 6px;
	background:#000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    width: 98px;
	text-decoration: none;
}