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