@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 95%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/* header
------------------------------- */
.logo {
    width: 280px;
    margin-top: 0 auto;
    margin: 130px;
}




.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
/* タイトル画像
------------------------------- */
#home {
    background-image: url(../images/micandmishin_title.jpg);
    height: 300px;
    margin-bottom: 40px;
}
#home .page-title {
    text-align: center;
}

/* 日付など
------------------------------- */


.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 5px;
}




.post-title {
    font-family: Yu Gothic Medium", "游ゴシック Medium", YuGothic;
    font-size: 0.9rem;
    font-weight: normal;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
    display:inline-block
}
.post-title,


article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}


.sub-title {
    font-size: 1rem;
    padding: 0 8px 8px;
    border-bottom: 3px #888888 dotted;
    font-weight: normal;
}

aside p {
    padding: 12px 10px;
}



/* フッター
------------------------------- */
footer {
    background: #888888;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}

/* 記事部分 */
article {
    width: 74%;
}

/* サイドバー */
aside {
    width: 22%;
}

.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
