@charset "utf-8";

.news__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.news__col-50 {
    flex: 0 0 auto;
    width: calc((100% - 30px) / 2);
}

.news__contents img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.news__list {
    width: 45%;
    margin: 50px auto 30px;
}
.news__button {
    display: block;
    width: 100%;
}
.news__button a {
    color: #333;
    text-decoration: none;

    position: relative;
    display: block;
    padding: 0.6em 1.4em 0.6em 0.8em;
    line-height: 1.4;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    background-color: #fff;
    outline: none;    
}
.news__button a::before {
    content: url(../../img/common/link_01.gif);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    width: 11px;
    height: 11px;
    line-height: 1;
    text-align: center !important;
}

.news__button a:hover::before {
    content: url(../../img/common/link_01_on.gif);
}

.news__title {
    color: white;
    padding: 6px 10px 4px;
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "Ÿà–¾’©", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
}

#main .block #information h5 {
	color: #6F3076;
	font-size: 14px;
    margin-left: 3px;
}

#information #news .list li.clearfix {
    list-style: none !important;
}