@charset "UTF-8";

.p-top-info{
	background-color: #f5faff;
	padding: 25px 30px;
	line-height: 1.9;
}
.p-top-info h2{
	text-align: center;
	color: #004482;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
span.num{
	display: inline-block;
	background-color: #fff;
	color: #2d908d;
	border-radius: 20px 20px;
	padding: 1px 10px;
	font-weight: bold;
	margin-right: 8px;
}
.p-top-info li{
	margin-top: 10px;
}
.p-top-info_in{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.p-top-info_l{
	width: 78%;
}
.p-top-info_r{
	width: 20%;
}
.p-top-info_r img{
	width: 100%;
}
.p-top-info_lead{
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.p-top-info{
	padding: 25px 5% 40px 5%;
}
	.p-top-info_in{
		display: block;
	}
.p-top-info_l{
	width: 100%;
}
.p-top-info_r{
	width: 70%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	span.num{
	padding: 1px 5px;
        text-align: center;
}
}
