/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: GeneratePress の子テーマ
Author: Takuya
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* リンクをカード形式で表示させる時のスタイル */
.blogcard {
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #dcdcde;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow: auto;
    zoom: 1;
    margin: 40px 0;
}
.blogcard_link img {
    border: none !important;
}
.blogcard.ex {
    background-color: #fff;
}
.blogcard a {
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease;
    display: flex;
    padding: 25px;
    word-wrap: break-word;
    color: #8c8f94;
}
.blogcard_thumbnail {
    padding: 20px;
    width: 250px;
}
.blogcard_content {
    width: calc(100% - 210px);
}
.blogcard_title {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}
.blogcard_excerpt {
    line-height: 1.6;
    padding: 0 20px 15px 0;
    font-weight: normal !important;
    font-style: normal !important;
}
.blogcard_link {
    padding: 0 20px 15px 0;
    text-align: left;
}
.blogcard_link .favicon {
    margin-bottom: -4px;
}
.blogcard_link .icon-external-link-alt::before {
    font-size:1em;
}
.blogcard_thumbnail img {
    margin-bottom: 0em !important;
    border: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 768px) {
.blogcard_thumbnail {
    width: 110px;
    padding: 0 20px 0 0;
}
.blogcard_content {
    width: calc(100% - 110px);
}
.blogcard_thumbnail img {
    width: 90px;
}
.blogcard_title {
    padding-bottom: 17px;
}
.blogcard_excerpt  {
    display: none;
}
}
/* アマゾン */
.amazonjs_item ul li:before {
    content: "" !important;
}
/* 追加 css start */
/* 外部リンクカード */
.blogcard:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    font-size: 1em;
    line-height: 0;
}
