.Comment h2{
	background: #31836e;
	display: inline-block;
	margin: 0 auto;
	padding: 0 3em;
    color: #fff;
    font-size: 36px;
    border-radius: 0 0 10px 10px;
}
.Comment .Judge {
    background: #31836e;
    display: inline-block;
    margin: 0 auto;
    padding: 0 3em;
    color: #fff;
    font-size: 36px;
    border-radius: 0 0 10px 10px;
}
.Comment{
	font-family: 'Sitka Display';
	border-top: 10px solid #31836e;
	text-align: center;
}
.Comment .Judge{
	font-family: bounce-script, sans-serif;
	border-top: 10px solid #31836e;
	text-align: center;
}
.Judge{
	font-family: 'Sitka Display';
	border-top: 10px solid #31836e;
	text-align: center;
}
.topic_path{
	font-family: 'Sitka Display';
	position: absolute;
    font-weight: bold;
    margin-top: 10px;
}
.topic_path a{
	color: #000;
}
.topic_path .double_arrow::after{
    content: '>>';
    letter-spacing: -4px;
    padding: 0px 3px;
    transform: scale(0.7, 1);
}
.Comment .inner_width .winner .separate_2{
    display: flex;
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}
.Comment .inner_width{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.Comment .inner_width .winner h3{
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.Comment .inner_width .winner{
    letter-spacing: 0.1em;
    padding-top: 70px;
}
.Comment .inner_width .winner:last-child{
    margin-bottom: 100px;
}
.Comment .inner_width .winner p{
    font-family: din-2014, sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
}
.Comment .inner_width .winner .separate_2 .s_50{
	width: calc(45% - 20px);
}
.Comment .inner_width .winner .separate_2 .l_50{
	width: 55%;
}
.Comment .inner_width .winner .separate_2 .img figcaption{
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-top: -5px;
}
.Comment .inner_width .winner .separate_2 .comment{
	text-align: left;
}
.Comment .inner_width .winner .separate_2 .comment h4{
	font-size: 30px;
	line-height: 1;
    font-weight: 100;
	position: relative;
    margin-bottom: 20px;
	/* padding-bottom: 10px; */
}
.Comment .inner_width .winner .separate_2 .comment h4 .txt_s{
    font-size: 26px;
}
.Comment .inner_width .winner .separate_2 .comment h4::after{
    content: '';
    position: absolute;
    left: 0;
    width: 20%;
    height: 6px;
    background-color: #CE9F1F;
    bottom: -12px;
}
.Comment .inner_width .winner .separate_2 .comment h4 small{
	font-size: 15px;
	font-weight: 100;
	margin-left: 20px;
}
.Comment .inner_width .winner .separate_2 .comment h4 small.job {
    font-size: 19px;
    margin-left: unset;
    position: relative;
    display: block;
    top: 0px;
    font-weight: bold;
    margin-bottom: 25px;
}
.Comment .inner_width .winner .separate_2 .comment h4 small.job span{
    font-size: 16px;
}
.Comment .inner_width .winner .separate_2 .comment h4 small .noPC{
	display: none;
}

.Comment .inner_width .winner .reverse {
    flex-direction: row-reverse;
}


.Comment .inner_width .winner .separate_2 .comment h4.judge::after{
    content: unset;
    position: absolute;
    left: 0;
    width: 20%;
    height: 6px;
    background-color: #CE9F1F;
    top: 50px;
}
.Comment .inner_width .winner .separate_2 .comment h4.judge small::after{
    content: '';
    position: absolute;
    left: 0;
    width: 20%;
    height: 6px;
    background-color: #CE9F1F;
    bottom: -8px;
}
.Comment .inner_width .winner .separate_2 .comment h4.judge {
    margin-bottom: 10px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
	
	.Comment .inner_width .winner .separate_2 .comment h4 small {
		font-size: 15px;
		font-weight: 100;
		position: absolute;
		margin-left: 22%;
		left: 0;
		bottom: -17px;
	}

	.Comment .inner_width .winner .separate_2 .comment h4 {
		margin-bottom: 25px;
	}

}


@media screen and (max-width:600px) {

    .Comment h2 {
        padding: 0px 12vw;
    }

    .Comment .inner_width .winner .separate_2{
        display: block;
    }

    .Comment .inner_width .winner .separate_2 .s_50,
    .Comment .inner_width .winner .separate_2 .l_50 {
        width: 100%;
        margin: 0 auto;
    }

    
    .Comment .inner_width .winner .separate_2 .s_50{
        max-width: 400px;
        margin-bottom: 30px;
    }

}