@charset "UTF-8";

.mainPhoto {
    background: url("../image/column/main.jpg") no-repeat 0 50%;
    background-size: 100%;
}

.columnList {
    justify-content: flex-start;
    margin-bottom: 100px;
}

.columnList .itemList {
    width: 32%;
    margin: 0 2% 4% 0;
}

.columnList .itemList:nth-child(3n) {
    margin: 0 0 4% 0;
}

.columnList .itemList .photo {
    margin-bottom: 10px;
}

.columnList .itemList img {
    width: 100%;
    height: auto;
}

.columnList .itemList .time {
    margin-bottom: 6px;
}

.columnList .itemList .time time {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.columnList .itemList .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 2px;
}




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

	
    .columnList .itemList,.columnList .itemList:nth-child(3n) {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .columnList .itemList:nth-child(2n) {
        margin: 0 0 4% 0;
    }    

    .columnList .itemList .time time {
        font-size: 12px;
        letter-spacing: 1px;
    }    
    
    .columnList .itemList .title {
        font-size: 15px;
        letter-spacing: 1px;
    }    
    


}

@media screen and (min-width:769px) and (max-width:1024px) { 


	

}
