@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

#r07 {
	margin-bottom: 50px;
}

#r07 h3 {
	font-family:"游明朝", YuMincho,serif;
	color: #000000;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r07 h3 span {
	font-size: 33px;
	display: block;
}

#r07 #pro_1 h3 span,
#r07 #pro_1 li a {
	color: #ed479a;
}

#r07 #pro_2 h3 span,
#r07 #pro_2 li a {
	color: #3b78a7;
}

#r07 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r07 .link a {
	text-decoration: none;
}

#r07 .link a .name {
	text-decoration: underline;
}

#r07 .link a .value {
	color: #000000;
}

#r07 .link a .due {
	color: #000000;
	font-size:14px;
}

#r07 li {
	background-color: #ededed;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top: 15px;
}

#r07 li a {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r07:after {
	content: "";
	clear: both;
	display: block;
}

#r07 #pro_1,
#r07 #pro_2 {
	width: 359px;
}

#r07 #pro_1 {
	float: left;
}
	
#r07 #pro_2 {
	float: right;
}

	/*
#r07 .link a .name {
	font-weight: bold;
}
	*/
#r07 .sp_display {
	display: none;
}
	
#r07 .pc_block {
	display: block;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r07 h3 {
	font-family: 'Noto Serif JP', serif;
}
	
#r07 {
	margin-bottom: 20px;
}
	
#r07 #pro_1 {
	margin-bottom: 20px;
}
	
#r07 h3 {
	margin-bottom: 5px;
}
	
#r07 .link {
	font-size: 14px;
}
	
#r07 .link .name {
	font-size: 11px;
}
/*
#r07 .link a .due {
	font-size:14px;
}*/
	
#r07 li a {
	font-size: 14px;
	padding: 5px;
}

#r07 .pc_display {
	display: none;
}
	
}