/*Company CSS　Ver.1.0.0 */
#summary dl {
	margin-bottom: 5px;
}
#summary dl dt, 
#summary dl dd {
	padding: 20px;
}
#summary dl dt {
	width: 25%;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: rgba(18, 66, 150, 0.1);
	display: flex;
	align-items: center;
}
#summary dl dd {
	width: 75%;
}
#summary dl dd p {
	margin-bottom: 15px;
}
#summary dl dd p:last-child {
	margin-bottom: 0;
}
#summary dl dd p span {
	display: block;
	margin-bottom: 3px;
	font-size: 1.05em;
	font-weight: 500;

}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	#summary dl dt {
		width: 100%;
		padding: 5px 8px 3px;
	}
	#summary dl dd {
		width: 100%;
		padding: 10px 8px 20px;
	}

}
