@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

#r1004 {
	margin-bottom: 50px;
}

#r1004 h3 {
	font-family: 'Noto Serif JP', serif;
	color: #000000;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r1004 #left-item h3 span {
	font-size: 33px;
	color: #ff8106;
	font-weight: bold;
	/*display: block;*/
}

#r1004 #right-item h3 span {
	font-size: 33px;
	color: #4368d4;
	font-weight: bolder;
	/*display: block;*/
}

#r1004 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r1004 .link a {
	text-decoration: none;
}

#r1004 .link a .name {
	text-decoration: underline;
}

#r1004 .link a .value {
	color: #000000;
}

#r1004 .link a .due {
	color: #000000;
	font-size:14px;
}

#r1004 #item1 {
	margin-bottom: 40px;
}

#r1004 #item1 h3 span {
	font-size: 33px;
	color: #ff8106;
	font-weight: bolder;
}

#r1004 #item2 {
	margin-bottom: 40px;
}

#r1004 #item2 h3 span {
	font-size: 33px;
	color: #4368d4;
	font-weight: bolder;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r1004:after {
	content: "";
	clear: both;
	display: block;
}

#r1004 #left-item,
#r1004 #right-item {
	width: 359px;
}

#r1004 #left-item {
	float: left;
}
	
#r1004 #right-item {
	float: right;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r1004 {
	margin-bottom: 20px;
}
		
#r1004 #left-item {
	margin-bottom: 20px;
}
	
#r1004 h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 5px;
}
	
#r1004 h3 span {
	/*font-size: 30px;*/
}
	
#r1004 .link {
	font-size: 14px;
	margin-top: 15px;
}
	
#r1004 .link .name {
	font-size: 11px;
}

#r1004 .link a .due {
	font-size:14px;
}
	
}