@charset "utf-8";

/* ----------------------------------------------------------------------
contest
---------------------------------------------------------------------- */
.contest-box .contest-comment {
    margin: 0px 0px 20px;
    padding: 20px;
    border: 5px solid #fdf4dd;
    font-weight: bold;
}

@media screen and (min-width: 767px){
.contest-box .p-block02__item-title{
font-size: 2em;
line-height: 1.3;
}
.contest-box .p-block02__item-title .caption{
font-size: 0.5em;
}

.staff-comment {
	height: 100px;
	margin-bottom: 40px;
}

.contest-box .contest-comment {
    height: 200px;
}
}
