@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

#r804406 {
	margin-bottom: 50px;
}

#r804406 h3 {
	color: #000000;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r804406 h3 span {
	/*font-size: 33px;*/
	display: block;
	/*color: #2277af;*/
}

#r804406 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r804406 .link a {
	text-decoration: none;
}

#r804406 .link a .name {
	text-decoration: underline;
}

#r804406 .link a .value {
	color: #000000;
}

#r804406 .link a .due {
	color: #000000;
	font-size:14px;
}

@media screen and ( min-width:521px ){ /* tablet&PC */	
.row-2 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 30px;
}
	
.row-2 li {
	width: 359px;
}
	
#r804406:after {
	content: "";
	clear: both;
	display: block;
}

#r804406 #pro_1,
#r804406 #pro_2 {
	width: 359px;
}

#r804406 #pro_1 {
	float: left;
}
	
#r804406 #pro_2 {
	float: right;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r804406 {
	margin-bottom: 20px;
}
		
#r804406 #pro_1 {
	margin-bottom: 20px;
}
	
#r804406 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
	
#r804406 h3 span {
	/*font-size: 30px;*/
}
	
#r804406 .link {
	font-size: 14px;
	margin-top: 15px;
}
	
#r804406 .link .name {
	font-size: 11px;
}

#r804406 .link a .due {
	font-size:14px;
}
	
}