@charset "utf-8";

html .successTop{
    background: url(../success/img/success/top.jpg) no-repeat center;
    background-size: cover;
}

html body .successMain{
    font-size: 38px;
    margin-bottom: -9px;
}
    
.successButton{
	display: flex;
	justify-content: center;
	    margin-top: 22px;
}

a{
	cursor: pointer;
}

.juniorhighButton{
  font-weight: 600;
	padding: 1px 49px;
	margin: 0 2px;
	background-color: #558400;
	color: #fff;
	font-size: 18px;
}

.highButton{
	font-weight: 600;
	padding: 1px 49px;
	margin: 0 2px;
	background-color: #004480;
	color: #fff;
	font-size: 18px;
}

.successSchool{
  font-weight: 600;
	font-size: 22px;
  vertical-align: 25px;
  display: inline-block;
  padding-left: 4px;
  }

.successTitle{
	display: table;
  margin-bottom: 6px;
}

.successTitle div{
    display: table-cell;
    vertical-align: middle;
	}
	
.successTitle img{
	width: 74px;
}

.imgCommentWrapper{
	display: flex;
	justify-content: space-between;
}

.successImg{
	font-size: 12px;
	flex-basis: 12%;
	text-align: center;
}

.successComment{
	flex-basis: 86%;
}

.successComment-title{
	font-size: 18px;
  color: #fff;
  background-color: #004480;
  width: 100%;
  padding: 1px 0 2px 8px;
  font-weight: 600;
  }

.articleWrapper{
    padding: 41px 0;
    border-bottom: 4px dotted rgba(0,48,86,.3)
    }  

.singleCommentWrapper .successImg{
    text-align: left;
    margin-bottom: 6px;
}


 @media screen and (max-width: 979px) and (min-width: 600px) {

}

@media screen and (max-width: 599px) {
	.successImg{
		flex-basis: 28%;
	}
	
	.successComment{
		flex-basis: 68%;
	}
	
	.successSchool{
		font-size: 18px;
	}

}
