.mod-text {
    margin-bottom: 40px;
}
.last_item {
    width: 830px;
    padding: 20px 0;
    margin: 0 auto;
}
.last_item a {
    display: block;
}
.last-img {
	overflow: hidden;
	width: 830px;
	height: 320px;
    text-align: center;
    margin: 0 auto 20px;
}
.last-img img {
    width: 100%;
    display: block;
    transition: 0.5s;
}
.last_item a:hover .last-img img {
	transform: scale(1.1, 1.1);
}
.last-txt dt {
    font-weight: bold;
}
.mod-form-text.of-group .item.is-children:before {
    content: "名";
    display: block;
    position: absolute;
    right: -2em;
    bottom: 0;
}
@media (max-width: 767px) {
    .mod-text {
        margin-bottom: 20px;
    }
    .last_item {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 10px 0;
    }
    .last_item a {
        display: block;
    }
    .last-img {
        overflow: hidden;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 0 20px;
    }
}/*@media*/