@charset "utf-8";

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

お知らせ

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#news .inner {
    display: flex;
    flex-direction: column;
}

.news-wrap {
    margin-bottom: 60px;
}

.news-wrap ul {
	margin-bottom: 30px;
}

.news-wrap ul li {
    border-top: 1px solid #ddd;
}

.news-wrap ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.news-wrap ul li a {
    display: block;
    padding: 30px;
    transition: all .4s;
}

.news-wrap ul li a:hover {
    opacity: .6;
}

.news-wrap .left {
    margin-bottom: 10px;
}

.news-wrap .left p {
    font-weight: 400;
    letter-spacing: .05em;
}

.news-wrap .right h2 {
    margin-bottom: 10px;
    font-size: 1.25em;
    letter-spacing: .05em;
    line-height: 1.7;
}

.news-wrap .right p {
    color: #9a9a9a;
    letter-spacing: .05em;
    line-height: 1.7;
    font-size: .85em;
}

@media(min-width: 1025px) {
    #news .inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .news-wrap {
        width: 70%;
        margin-bottom: 0;
    }

    .side-bar {
        width: 25%;
    }
	
	#news .right {
		width: 100%;
	}
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

カテゴリー

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.category h2,
.archive h2 {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
}

.category h2::before,
.archive h2::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #1e1e1e;
}

.category , .archive{
    margin-bottom: 60px;
}

.side-bar ul li a {
    padding: 20px;
    display: block;
    letter-spacing: .05em;
    transition: all .4s;
}

.side-bar ul li a:hover {
    opacity: .6;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

投稿ページ

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.article-head {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.article-head p {
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 1.125em;
}

.article-head h2 {
    letter-spacing: .05em;
    font-size: 1.5em;
}

.article-content {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

.article-content p {
    line-height: 1.7;
    letter-spacing: .05em;
}