a, a:hover {
    /*color: #243752;*/
    /*text-decoration: none;*/
    display: block;
    width: fit-content;
}
.tw-box {
    position: relative;
    display: block;
    border: 1px solid rgb(204, 214, 221);
}
.tw-box-large-pc {
    width: 509px;
    border-radius: 14px;
}
.tw-box-large-sp {
    width: 291px;
    border-radius: 14px;
}
.tw-box-small-pc {
    width: 509px;
    height: 126.44px;
    border-radius: 14px;
    display:flex;
}
.tw-box-small-pc:hover {
    background:seashell;
}
.tw-box-small-sp {
    width: 291.125px;
    height: 80.125px;
    border-radius: 14px;
}

.tw-image {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;

    -webkit-border-radius: 14px 14px 0 0 / 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0 / 14px 14px 0 0;
    border-radius: 14px 14px 0 0 / 14px 14px 0 0;
}
.tw-image-large-pc {
    height: 265.438px;
}
.tw-image-large-sp {
    height: 152px;
}
.tw-image-small-pc {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 124.44px;
    height: 124.44px;

    -webkit-border-radius: 14px 0 0 14px / 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px / 14px 0 0 14px;
    border-radius: 14px 0 0 14px / 14px 0 0 14px;
    /*background-size: cover;
    background-repeat: no-repeat;*/
}
.tw-image-small-sp {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 78.125px;
    height: 78.125px;

    -webkit-border-radius: 14px 0 0 14px / 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px / 14px 0 0 14px;
    border-radius: 14px 0 0 14px / 14px 0 0 14px;
}

.tw-text-large {
    width: 100%;
    border-top: 1px solid #dddfe2;
    padding: 10px;
    overflow: hidden;
}
.tw-text-large-pc {
    height: 101px;
}
.tw-text-small-pc {
    margin-bottom: 2px;
    padding: 10px;
    padding-top:0px;
    /*position: absolute;*/
    display: table;
    top: 0;
    right: 0;
    width: 382.56px;
    height: 126.44px;
    border-top-width: 0;
}
.tw-text-small-inner-pc {
    display: table-cell;
    vertical-align: middle;
}
.tw-text-small-sp {
    margin-bottom: 2px;
    padding: 9px;
    /*position: absolute;*/
    display: table;
    top: 0;
    right: 0;
    width: 212.875px;
    height: 78.125px;
    border-top-width: 0;
}
.tw-text-small-inner-sp {
    display: table-cell;
    vertical-align: middle;
}

.tw-url-icon {
     width: 16.25px !important;
     height: 16.25px !important;
}
.tw-url {
    font-size: 15px;
    color: rgb(101, 119, 134);
    line-height: 19.6875px;
}
.tw-url-large-sp {
    font-size: 14px;
    line-height: 18.375px;
    -webkit-line-clamp: 1;
}
.tw-url-small-sp {
    font-size: 14px;
    line-height: 18.375px;
    -webkit-line-clamp: 1;
}

.tw-title {
    font-size: 15px;
    color: rgb(20, 23, 26);
    line-height: 19.6875px;
    max-height: 46px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tw-title-large-sp {
    font-size: 14px;
    line-height: 18.375px;
    -webkit-line-clamp: 2;
}
.tw-title-small-pc {
    margin-bottom: 2px;
}
.tw-title-small-sp {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: normal;
    -webkit-line-clamp: 2;
}

.tw-desc {
    font-size: 14px;
    color: rgb(101, 119, 134);
    line-height: 19.6875px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
