@charset "utf-8";
#r03 {
	margin-bottom: 20px;
}

#r03 h3 {
	color: #000000;
	font-size: 33px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: center;
}

#r03 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r03 .link a {
	text-decoration: none;
}

#r03 .link a .name {
	text-decoration: underline;
}

#r03 .link a .value {
	color: #000000;
}

#r03 .link a .due {
	color: #000000;
	font-size:14px;
}

.row-2 li p {
	text-align: right;
	line-height: 1em;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r03:after {
	content: "";
	clear: both;
	display: block;
}

#r03 #pro_1,
#r03 #pro_2 {
	width: 359px;
}

#r03 #pro_1 {
	float: left;
}
	
#r03 #pro_2 {
	float: right;
}

#r03 .sp_display {
	display: none;
}
		
.row-2 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 30px;
}
	
.row-2 li {
	width: 359px;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r03 {
	margin-bottom: 20px;
}
	
#r03 #pro_1 {
	margin-bottom: 20px;
}
	
#r03 h3 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 5px;	
}
	
#r03 .link {
	font-size: 14px;
}
	
#r03 .link .name {
	font-size: 11px;
}

#r03 .pc_display {
	display: none;
}
	
.row-2 li {
	margin-bottom: 20px;		
}
	
.row-2 li:last-child {
	margin-bottom: 0;		
}
	
.row-2 li p {
	margin-top: 5px;
}
		
}