
/*==========================================
   15 HOME
   STEP4-E
   Strength Card Final
========================================== */


/* 強みカード */

.it-strength-card{

    background:#ffffff;

    padding:35px 25px;

    border-radius:18px;

    text-align:center;

    box-shadow:
    0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

}


/* SVGアイコン */

.it-strength-card .wp-block-image{

    margin-bottom:20px;

}


.it-strength-card img{

    width:60px;

    height:60px;

    object-fit:contain;

}



/* 説明 */

.it-strength-card p{

    color:var(--text);

    font-size:15px;

    line-height:1.8;

    text-align:left;

}



/* ホバー */

.it-strength-card:hover{

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);

}

/* ==========================================
   Strength Card Equal Height
========================================== */

/* Columns */
.it-section-strength .wp-block-columns{
    align-items:stretch;
}

/* Column */
.it-section-strength .wp-block-column{
    display:flex;
}


/* Card */
.it-strength-card{

    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

}


.it-strength-card .wp-block-image img{

    width:60px !important;

    height:60px !important;

    object-fit:contain;

}

/* 説明文を下へ押し広げる */
.it-strength-card p:last-child{
    flex:1;
}

/* ==========================================
   Strength Heading Normalize
========================================== */

.it-strength-card h3{

    color:var(--primary);
    font-size:18px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:15px;
    font-family:inherit !important;

}

.it-strength-card h4.wp-block-heading{

    color:var(--primary);
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:15px;
    font-family:inherit !important;
	  border:none;
	    background:none;
	
}

.it-strength-card h4.wp-block-heading::before,
.it-strength-card h4.wp-block-heading::after{

    display:none;

    content:none;

}


.it-strength-card h3,
.it-strength-card h4{

    text-align:center;

}

.it-strength-card{

    box-shadow:
    0 5px 18px rgba(0,0,0,.06);

}


/* スマホ */

@media(max-width:768px){

    .it-strength-card{

        padding:30px 20px;

    }


}


/*==================================================
Information
リンク無効
==================================================*/

.wp-block-latest-posts__post-title{

    pointer-events:none;

    cursor:default;

    text-decoration:none !important;

}

.wp-block-latest-posts__post-title{

    color:inherit !important;

}