@charset 'UTF-8';

.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}

.news .text p + p {
	margin-top: 0;
}

.image {
	width: 20%;
}
.image div + div {
	margin-top: 10px;
}

.button {
	margin-top: 30px;
	text-align: left;
}
.button a{
	position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #A5704C;
    padding-left: 42px;
}
.button a::before{
	content: '';
    position: absolute;
    width: 32px;
    height: 8px;
    top: 50%;
    left: 0px;
	transform: translate(3px, -50%);
    transition: .3s;
    background: url('../image/icon06.svg') center no-repeat;
}
.button a:hover::before{
    transform: translate(0, -50%);
}
.button a:hover{
	text-decoration: none;
}

