
/*アーカイブ*/
.box {
    border: 3px solid #d9d6d1;
    padding: 15px !important;
    width: 32.5%;
    box-sizing: border-box;
    margin-bottom: 13px;
    height: 132px !important;
}

.archive .section::last-child{
    margin-bottom: 13px !important;
}

.content-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.archive_box{
    display: flex;
    box-sizing: border-box;
}

.archive_thumb{
    width: 35%;
}

.archive_title{
    width: 65%;
    padding-left: 10px;
    color: #705e54;
    text-align: left;
}

.archive_title h1{
    font-size: 0.9rem;
}

.archive_title a{
    text-decoration: none;
}

.more-content { 
    display: none;
    height: 132px !important;
}

.view-more, .close-more { 
    cursor: pointer; 
    color: #705e54; 
    text-decoration: none; 
    background: linear-gradient(to bottom, #ffffff, #f6f6f6) ;
    border: 1px solid #d5d5d5 ;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 202px;
    height: 35px;
    margin: 15px auto 0 auto;
    line-height:35px;
}

@media screen and (max-width: 701px) {
.archive_title h1{
    font-size: 0.95rem;
}

.box {
    width: 100%;
    margin-bottom: 10px;
    height: auto !important;
}

.more-content { 
    height: auto !important;
}

.close-more { 
    margin-top: 15px;
}



