@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*cardリスト一覧*/
.title-en-word__inner span {
    position: relative;
    z-index: 3;
}
.list__h {
    padding: 0 10px;
    padding-top: 25px;
}
.list__h .left-h::after {
    width: 100%;
}
.entry-time {
    display: none !important;
}
.cardtype h2 {
	font-size: 12px !important;
    font-weight: bold;
    padding: 8px 0;
	
}
.cardtype__link {
    padding-bottom: 0 !important;
}
.post-type-archive-diary .cardtype__link {
	padding-bottom: 0;
}
.post-type-archive-diary .cardtype__img {
    display: none;
}
.post-type-archive-diary .cardtype__article {
    width: 100%;
}
.post-type-archive-diary .cardtype__article-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.post-type-archive-diary .entry-time {
	display: block !important;
    padding: 0;
    margin: 0 15px 0 0;
}
.post-type-archive-diary .entry-time::before {
	display: none;
}
.post-type-archive-diary .cardtype h2 {
	padding: 15px 0;
}
/*END cardリスト一覧*/