@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

#r8037 {
	margin-bottom: 50px;
}

#r8037 p {
	font-weight: normal;
}

#r8037 .heading p {
	text-align: center;
}

#r8037 h3 {
	color: #004065;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r8037 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r8037 .link a {
	text-decoration: none;
}

#r8037 .link a .name {
	text-decoration: underline;
}

#r8037 .link a .value {
	color: #000000;
}

#r8037 .link a .due {
	color: #000000;
	font-size:14px;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r8037:after {
	content: "";
	clear: both;
	display: block;
}
	
#r8037 .heading {
	display: block;
 	position: relative;
 	padding: 10px;
 	background-color: #ffffff;
 	border: 1px solid #004065;
	border-radius: 10px;
	margin-bottom: 40px;
}

#r8037 .heading::before {
 	content: '';
 	position: absolute;
 	display: block;
 	width: 0;
 	height: 0;
 	left: 50%;
 	bottom: -15px;
 	border-right: 15px solid transparent;
 	border-top: 15px solid #004065;
 	border-left: 15px solid transparent;
}

#r8037 .heading::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -14px;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
}

#r8037 #pro_1,
#r8037 #pro_2 {
	width: 359px;
}

#r8037 #pro_1 {
	float: left;
}

#r8037 #pro_2 {
	float: right;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r8037 {
	margin-bottom: 20px;
}
		
#r8037 #pro_1 {
	margin-bottom: 20px;
}
	
#r8037 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
	
#r8037 .heading {
	display: block;
 	position: relative;
 	padding: 10px;
 	background-color: #ffffff;
 	border: 1px solid #004065;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#r8037 .heading::before {
 	content: '';
 	position: absolute;
 	display: block;
 	width: 0;
 	height: 0;
 	left: 50%;
 	bottom: -15px;
 	border-right: 15px solid transparent;
 	border-top: 15px solid #004065;
 	border-left: 15px solid transparent;
}

#r8037 .heading::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -14px;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
}
	
	
#r8037 .link {
	font-size: 14px;
	margin-top: 15px;
}
	
#r8037 .link .name {
	font-size: 11px;
}

#r8037 .link a .due {
	font-size:14px;
}
	
}