/**
Theme Name: sos child
Author: sos
Author URI: https://assethp.com
Description: Astra theme for sos.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sos-child
Template: astra
*/

/*関連記事*/
.kanlink{
    position: relative;
    max-width: unset;
    border-color: #f4f4f5;
max-width: unset;
    width: 100%;
    margin: 1em 0 1.5em;
    padding: 10px;
    border: solid 2px #eaedf2;
    border-radius: 3px;
    background: #fff;
    color: #555;
    font-weight: bold;
    text-decoration: none !important;
    display:table;
}

.kanlink:hover{
    background: #f4f4f5;
}

.kanlink:hover img{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.kanlink .kanlinkimg{
    width:100%;
    display: table-cell;
    vertical-align: middle;
width: 100px;
}



.kanlink .kanlinktxt{
padding: 30px 75px 0px 14px;
    vertical-align: top;
    font-size: .9em;
    position: relative;
    font-weight: 500;
        line-height: 1.5;
    text-align: left;
    display: table-cell;
}

.kanlink::after{
    position: absolute;
    display: flex;
    height: 100%;
    padding: 0px 15px;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    top: 0px;
    right: 0px;
    font-size: 2.8em;
    color: #fff;
    background: #f4f4f5;
    align-items: center;
}

.kanlink .kanlinktxt::before{
    position: absolute;
    content: "あわせて読みたい";
    top: 0;
    display: inline-block;
    background: #ff9a91;
    line-height: 26px;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    font-weight: 500;align-content
}
