@charset "utf-8";
/*--------------------------------------
記事ページ用css
---------------------------------------*/
/* このコラムニストのコラム */
.bottomColumn .columnList .artcleTitle {
    margin: 0 0 0 90px;
    height: 4.2em;
    font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
}

.bottomColumn .columnList .profile {
    margin: 0 0 5px 90px;
    padding: 0;
}

/*---------------------------------------------------------------------------------------
 Layout for tablet：768px～415px
---------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) and (min-width:415px){
/* このコラムニストのコラム */
    .columnPage .columnList .artcleTitle {
    margin: 5px 0 0 90px;
    height: 4.2em;
    padding: 0;
    }
.columnList .artcleTitle a, .columnList .profile a {
    box-sizing: border-box;
    display: block;
    min-height: 1em;
    padding: 0;
    }
}

/*---------------------------------------------------------------------------------------
 Layout for tablet and smartphone：0px～414px
---------------------------------------------------------------------------------------*/
@media screen and (max-width:414px){
/* このコラムニストのコラム */
.bottomColumn .columnList .artcleTitle {
    height: 4.2em;
    overflow: hidden;
    }
.columnList .artcleTitle a {
    padding: 5px 0 5px 0;
    }
.columnPage .columnList .profile {
    margin: 5px 0 0 90px;
    }
}
