@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Seshat';
	src: url('https://www.carrot-co.com/w_fo/Seshat.woff') format('woff');
}

.newsBox {
	width: 90%;
	max-width: 800px;
	margin: 5% auto;
}
.newsBox img {
	margin: 5% auto;
}
.newsBox h2 {
	font-size: 1.2em;margin-bottom: 5%;
}
.newsBox h2 span {
	font-size: 70%;
}
.newsBox p {
	font-size: 1.0em;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 7%;
}
.newsBox a {
	text-decoration: underline;
}
.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 600px;
}
.flex div {
    width: calc(100%/2 - 2%);
}
@media screen and (max-width: 600px) {
	.newsBox p {
		font-size: 3.2vw;
	}
}	