@charset "UTF-8";
 .linkcard {
margin: 24px auto 30px auto;
}
.linkcard a {
text-decoration: none;
}
.linkcard img {
margin: 0 !important; padding: 0; border: none;
}
.linkcard span.external-icon {
display: none;
}
.linkcard p {
display: none;
}
.linkcard:hover .lkc-thumbnail img {
transform: scale(1.1);
}
.lkc-link {
}
.lkc-unlink {
cursor:	not-allowed;
}
.lkc-external-wrap {
border: #114488 solid 1px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #ddeeff;
}
.lkc-internal-wrap {
border: #888888 solid 1px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #f8f8f8;
}
.lkc-this-wrap {
border: #666666 solid 1px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #f4f4f4;
}
.lkc-external-wrap , .lkc-internal-wrap , .lkc-this-wrap {
position:	relative;
margin: 0 auto;
padding: 0;
max-width: 96%;
}
.lkc-external-wrap::before , .lkc-internal-wrap::before , .lkc-this-wrap::before {
}
.lkc-external-wrap::after , .lkc-internal-wrap::after , .lkc-this-wrap::after {
}
.lkc-external-wrap:hover , .lkc-internal-wrap:hover , .lkc-this-wrap:hover {
opacity: 0.8;
}
.lkc-external-wrap:hover::before , .lkc-internal-wrap:hover::before , .lkc-this-wrap:hover::before {
}
.lkc-external-wrap:hover::after , .lkc-internal-wrap:hover::after , .lkc-this-wrap:hover::after {
}
.lkc-card {
margin: 24px 20px 20px 20px;
}
.lkc-content {
word-break: break-all;
white-space: normal;
overflow: hidden;
height: 100px;
margin: 0;
}
.lkc-title {
display: block;
overflow: hidden;
word-break: break-all;
color: #111111;
font-size: 18px;
line-height: 24px;
white-space: wrap; text-overflow: ellipsis; display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.lkc-title:hover {
text-decoration: underline;
}
.lkc-excerpt {
padding: 0;
overflow: hidden;
color: #444444;
font-size: 11px;
line-height: 18px;
white-space: wrap; text-overflow: ellipsis;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-excerpt:hover {
text-decoration: none;
}
.lkc-url {
display: block !important;
margin: 0;
padding: 0;
border-radius: 4px;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4466ff;
font-size: 12px;
line-height: 17px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}
.lkc-url:hover {
text-decoration: underline;
}
.lkc-url:link {
text-decoration: none;
}
.lkc-date {
display: block !important;
margin: 0;
padding: 0 4px;
border-radius: 4px;
text-decoration: none;
overflow: hidden;
color: #444444;
font-size: 10px;
line-height: 16px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-date:hover {
text-decoration: none;
}
.lkc-external-wrap .lkc-heading {
padding: 0 16px !important; position: absolute; top: -15px; left: 20px; padding: 0 10px; background-color: #114488; border-radius: 2px;
border: #114488 solid 1px;
border-radius: 4px;
background-color: #ddeeff;
}
.lkc-internal-wrap .lkc-heading {
padding: 0 16px !important; position: absolute; top: -15px; left: 20px; padding: 0 10px; background-color: #888888; border-radius: 2px;
border: #888888 solid 1px;
border-radius: 4px;
background-color: #f8f8f8;
}
.lkc-this-wrap .lkc-heading {
padding: 0 16px !important; position: absolute; top: -15px; left: 20px; padding: 0 10px; background-color: #666666; border-radius: 2px;
border: #666666 solid 1px;
border-radius: 4px;
background-color: #f4f4f4;
}
.lkc-heading {
display: inline !important;
color: #444444;
font-size: 12px;
line-height: 32px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-heading:hover {
text-decoration: none;
}
.lkc-external-wrap .lkc-more {
display: none;
}
.lkc-internal-wrap .lkc-more {
display: none;
}
.lkc-this-wrap .lkc-more {
display: none;
}
.lkc-more {
display: inline;
position: absolute;
padding: 0 24px;
color: #444444;
font-size: 12px;
line-height: 24px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-more:hover {
text-decoration: none;
}
.lkc-more:active {
}
.lkc-info {
display: flex !important;
margin: 0;
padding: 0;
align-items: center;
color: #222222;
font-size: 12px;
line-height: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-external-wrap > .lkc-added {
}
.lkc-internal-wrap > .lkc-added {
}
.lkc-this-wrap > .lkc-added {
}
.lkc-added {
display: inline !important;
border-radius: 4px;
color: #fff;
padding: 4px; background-color: #365cd9;
font-size: 12px;
line-height: 30px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-added:hover {
text-decoration: none;
}
.lkc-info:hover {
text-decoration: none;
}
.lkc-info * {
margin: 0 4px 0 0;
white-space: nowrap;
overflow: hidden;
}
.lkc-favicon {
display: inline-flex !important;
vertical-align: middle !important;
border: none;
height: 16px;
width: 16px;
}
img.lkc-favicon {
margin: -4px 0 0 0 !important;
object-fit: cover;
height: 100%;
width: 100%;
}
.lkc-domain {
display: inline-flex !important;
vertical-align: middle !important;
text-decoration: none;
color: #222222;
font-size: 12px;
line-height: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-share {
text-shadow: none;
white-space: nowrap;
overflow: hidden;
line-height: 14px;
}
.lkc-share * {
display: inline;
margin: 0 !important;
padding: 0 1px !important;
font-size: 9px;
text-decoration: underline !important;
font-weight: bold !important;
white-space: nowrap;
}
.lkc-sns-x {
color: #ffffff !important;
background-color: #333 !important;
}
.lkc-sns-tw {
color: #5ea9dd !important;
background-color: #e0f8fa !important;
}
.lkc-sns-fb {
color: #ffffff !important;
background-color: #3864a3 !important;
}
.lkc-sns-hb {
color: #ff6464 !important;
background-color: #ffefef !important;
}
.lkc-sns-gp {
color: #dd4e42 !important;
background-color: #ffffff !important;
}
.lkc-sns-po {
color: #eeeeee !important;
background-color: #ee4055 !important;
}
.lkc-url-info {
font-weight: normal;
text-decoration: underline;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4466ff;
font-size: 12px;
line-height: 17px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}
.lkc-url-info:hover {
text-decoration: underline;
}
.lkc-thumbnail {
display: flex;
float: left;
width: 102px;
margin: 0 8px 0 0;
}
.lkc-thumbnail-img {
object-fit: cover;
width: 100px !important;
height: 100px !important;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
-webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
}
.lkc-error {
display: block;
padding-top: 50px;
margin-top: -50px;
}
.clear {
clear: both;
}
blockquote.lkc-quote {
background-color: transparent;
background-image: none;
padding: 0;
margin: 0;
border: none;
}
blockquote.lkc-quote::before {
content: '';
}
blockquote.lkc-quote::after {
content: '';
}
.lkc-iframe-wrap {
max-width: 96%;
}
.lkc-iframe {
padding: 0;
margin: 0;
width: 100%;
}
.linkcard p { display: none; }
@media screen and (max-width: 767px)  { .lkc-internal-wrap { max-width: 100% } .lkc-external-wrap { max-width: 100% } .lkc-this-wrap { max-width: 100% } .lkc-title { font-size: 16px; line-height: 21px; } .lkc-excerpt { font-size: 10px; } .lkc-thumbnail { max-width: 135px; } .lkc-thumbnail-img { max-width: 135px; } }@media screen and (max-width: 512px)  { .lkc-internal-wrap { max-width: 100% } .lkc-external-wrap { max-width: 100% } .lkc-this-wrap { max-width: 100% } .lkc-title { font-size: 14px; line-height: 19px; } .lkc-excerpt { font-size: 8px; } .lkc-thumbnail { max-width: 105px; } .lkc-thumbnail-img { max-width: 105px; } }@media screen and (max-width: 320px)  { .lkc-internal-wrap { max-width: 100% } .lkc-external-wrap { max-width: 100% } .lkc-this-wrap { max-width: 100% } .lkc-title { font-size: 12px; line-height: 16px; } .lkc-excerpt { font-size: 6px; } .lkc-thumbnail { max-width: 75px; } .lkc-thumbnail-img { max-width: 75px; } }