@charset "UTF-8";
/* CSS Document */
.text {
	text-align: center;
	margin-bottom: 20px;
}
#box {
	width: 604px;
	border: 2px solid #1B7E47;
	margin: 10px 20px 0 0;
	padding: 30px 10px 0 10px;
}
figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 10px 30px;
}
figure div {
    width: 287px;
    text-align: center;
}
figure div a {
    display: inline-block;
}
figure div a img {
    box-sizing: border-box;
    display: block;
    width: 285px;
    border: 1px solid #ccc;
}
figure div a img.imgV {
    width: calc((480 / 720) * 285px);
}
figure figcaption {
    width: calc(100% - 287px - 20px);
    color: #333;
}
.martop10 {
    margin-top: 10px;
}
figure figcaption dl dt {
margin-bottom: 5px;
font-weight: bold;
}
figure figcaption dl dd {
margin-bottom: 10px;
}