/* 本記 */
.mauto {
    margin-left: auto;
    margin-right: auto;
}
#news--honki--img figure{
    max-width: 640px;
}

/* タイムライン */
#idx-tl{
/*
    padding: 10px;
    border: 1px solid #ccc;
    height: 1000px;
    overflow-y: scroll;
*/
}
#idx-tl-inner{
    position: relative;
}

#idx-tl-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    width: 4px;
    background: #ccd6dd;
}
#idx-tl-inner.nonews::before{
    display: none;
}
.box-item-tl {
    position: relative;
    margin: 2em 0;
}
.box-item-tl::after{
    content: "";
    display: table;
    clear: both;
}
.box-item-tl:first-child {
    margin-top: 0;
}

.ico-tl {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background: #657786;
}

.item-tl {
    position: relative;
    margin-left: 50px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 5px 0 #657786;
    cursor: pointer;

}

.item-tl::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-right: 10px solid #fff;
}
.item-tl::after {
    content: "";
    clear: both;
    display: block;
}

.item-head td:first-child{
    width: 126px;
}
.item-head td:nth-child(2){
    padding-left: 10px;
}
.img-tl {
    max-width: 126px!important;
    float: left;
    padding-right: 1.6em!important;
}

.tit-tl{
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.6;
    margin: 0;
}
time.date-tl{
    float: left;
    padding: .8em 0;
    color: #333;
}


.modalLink{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 599px){

    .item-head td:first-child{
        width: 30%;
    }
    .tit-tl{
        line-height: 1.3;
        font-size: 16px!important;
        display: table-cell;
        padding-bottom: 8px;

    }
    .read-more{
        display: none;
    }
    .img-tl{
        margin-right: 8px;
    }
    time.date-tl{
        clear: both;
        float: none;
        font-size: 12px;
        padding: 0;
        display: block;
        text-align: right;
        margin-right: 0;
    }
}
@media screen and (min-width: 600px){
    /* タイムライン */
    #idx-tl-inner::before {
        left: 50%;
        margin-left: -2px;
    }
    .ico-tl{
        width: 40px;
        height: 40px;
        top: 22px;
        left: 50%;
        margin-left: -20px;
    }
    .item-tl{
        margin-left: 0;
        padding: 16px;
        width: 45%;
        min-height: 80px;
    }
    .item-tl::before {
        top: 26px;
        left: 100%;
        border: 16px solid transparent;
        border-left-color: #fff;
    }
    .box-item-tl:nth-child(even) .item-tl {
        float: right;
    }
    .box-item-tl:nth-child(even) .item-tl::before{
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }
    .img-tl{
        max-width: 40%!important;
        float: left;
        margin-right: 16px;
    }
    time.date-tl{
        position: absolute;
        width: 100%;
        left: 120%;
        top:14px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        margin-right: 0;
        pointer-events: none;
        font-size: 2rem;
    }
    .box-item-tl:nth-child(even) time.date-tl {
        left: auto;
        right: 120%;
        text-align: right;
    }
    .read-more{

        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 14px;
        padding: 8px;
        color: #666;
    }
}
