/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 04:21:52 */
.wcm-cases-container{
    flex-wrap: wrap;
    display:flex;
    background: #fff;
}
.wcm-cases{
    width: calc(25% - 40px);
    margin : 20px ;
    background: #f4f3f1;
}
@media screen and (max-width: 1249px){
    .wcm-cases{
        width: calc(33.3% - 40px);
    }
}
@media screen and (max-width: 1024px){
    .wcm-cases{
        width: calc(50% - 30px);
		margin : 15px ;
    }
}
@media screen and (max-width: 599px){
    .wcm-cases{
        width: calc(100% - 30px);
		margin : 15px ;
    }
}
.wcm-cases-container1{
    margin : 10px 20px 20px ;
}

.wcm-cases h2{
    max-width: 100%;
    font-family: YakuHanJP, Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
	line-height: 2.2;
    letter-spacing: 0.1em;
	border-bottom: 4px dotted #e0d1b6;
    color: #323232;
}
@media screen and (max-width: 1024px){
    .wcm-cases h2{
        font-size: 2rem;
        padding: 8px 0px 3px
    }
}
@media screen and (max-width: 599px){
    .wcm-cases h2{
        font-size: 2rem;
        padding: 0px 0px 3px
    }
}
.wcm-cases h3{
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wcm-cases h3::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #CC0000;
    margin-right: 10px;
}
.wcm-cases h4{
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
	line-height: 2.0;
    letter-spacing: 0.1em;
}
.wcm-cases-list{
	margin-left: 15px
}
.wcm-cases-list li{
	display:list-item;
}
.wcm-cases-box{
    display: grid;
    place-content: center;
    width: fit-content;
    height: 26px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 18px;
    border: 1px solid #c00;
    font-size: 1.2rem;
    color: #c00;
}
.wcm-cases-container2{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.wcm-cases-category{
    width: fit-content;
    height: 26px;
    padding: 2px 20px 8px;
    margin: 10px 0 3px;
    place-content: center;
    font-size: 1.2rem;
    color: #FFFFE0;
    background-color: #BB0000;
    font-weight: 550;
    text-align: center;
}
.wcm-cases-publish{
    width: 7rem;
}
.wcm-cases-contents{
    width: 8rem;
}
.wcm-cases-buttons{
max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 3px 0 8px;
	flex-wrap: wrap;
}
.wcm-cases-container3{

    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 7px;
}
.wcm-cases-button{
    display: grid;
    place-content: center;
    width: fit-content;
    height: 26px;
    padding: 0 13px;
    margin: 5px 5px 5px 0;
    border: 1px solid #c00;
    font-size: 1.1rem;
    color: #c00;
}
.wcm-cases-button.button-small{
	margin: 3px;
}