@charset "utf-8";
/* CSS Document */
.center{
	text-align: center;
	margin-bottom: 30px;
}

.table dt{width: 7em;}
.table dd{width: calc( 100% - 7em);}

.box2,.box3{margin-top: 30px;}
.box em{
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.box>em span{
	font-size: 14px;
	border: #27416d 1px solid;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.box1>em span{width: 50px;}
.box3>em span,.box2>em span{width: 110px;background: #27416d;color: #fff;}
.box div{
	background-color: #e4edf8;
	margin-top: 10px;
	padding: 20px;
	border-radius: 10px;
	font-size: 14px;
}
.table .indent{
	padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 850px) {
	.table dt,.table dd{width:100%;}
	.box2,.box3{margin-top: 20px;}
}
.sec2{margin: 0 auto;padding: 100px 0;background-color: #e4edf8;}
.sec2>div>p{margin-bottom: 20px;}
.sec2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	justify-content: center;
}
.sec2 li{
	width: calc((100% - 60px)/3);
	border-radius: 20px;
	padding: 25px;
	background: url("../img/point_1.jpg") no-repeat left 30px / 40px,#fff;
	text-align: center;
}
.sec2 li:nth-child(2){background: url("../img/point_2.jpg") no-repeat left 30px / 40px,#fff}
.sec2 li:nth-child(3){background: url("../img/point_3.jpg") no-repeat left 30px / 40px,#fff}
.sec2 li:nth-child(4){background: url("../img/point_4.jpg") no-repeat left 30px / 40px,#fff}
.sec2 li:nth-child(5){background: url("../img/point_.jpg") no-repeat left 30px / 40px,#fff}
.sec2 li img{
	max-width: 150px;
	margin: 0 auto 20px;
}
.sec2 li em{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
.sec2 li p{text-align: justify;}
@media (max-width: 1000px) {.sec2 li em {font-size: 18px;}}
@media (max-width: 850px) {
	.sec2{padding: 50px 0 160px;}
	.sec2 ul{
		gap: 20px;
	}
	.sec2 li{
		width: calc(50% - 10px);
		border-radius: 10px;
		padding: 10px 5%;
	}
	.sec2 li img{
		margin: 0 auto 10px;
	}
	.sec2 li em {margin: 0 auto 5px;}
}
@media (max-width: 500px) {
	.sec2 li{
		width: 100%;
		display: flex;
		padding: 20px 5%;
		align-items: center;
		text-align: left;
		background: url("../img/point_1.jpg") no-repeat left center / 25px,#fff;
	}
	.sec2 li:nth-child(2){background: url("../img/point_2.jpg") no-repeat left center / 25px,#fff}
	.sec2 li:nth-child(3){background: url("../img/point_3.jpg") no-repeat left center / 25px,#fff}
	.sec2 li:nth-child(4){background: url("../img/point_4.jpg") no-repeat left center / 25px,#fff}
	.sec2 li:nth-child(5){background: url("../img/point_5.jpg") no-repeat left center / 25px,#fff}
	.sec2 li img{margin: 0 10px 0 0;width: 30%;}

}