
h1.title
{
padding-bottom:16px!important;	
}

.rv
{
padding-bottom:40px;
font-size: 15px;
line-height: 24px;
max-width: 100%;
border-bottom:2px solid #ddd;
padding-top:40px;

display:flex;
}
  
.td2
{
	width:calc(100% - 200px);
}
.td1
{
width:200px;	
text-align:center;
padding-right:40px;
}

.td1 a
{
	width:160px;	
text-align:center;
display:flex;
	
}

.td1 img 
{
max-width:100%;
margin:0px auto;
}

.last.rv
{
border-bottom:none;
}

.rv_head_data
{
color:#999;
}

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

.rv_head_user
{
font-family: helv4;
letter-spacing: 0.5px;
}

.rv_text 
{
background: #F5F5F5;
border-radius: 8px;
padding: 13px 20px 17px 20px;
margin-top: 25px;
}

.rv_text a 
{
text-decoration:underline;
}