@charset "utf-8";



.sec .sec_s .circle_text{
	display: flex;
	justify-content: center;

}
.sec .sec_s .circle_text_circle{
	display: flex;
	background: #003b8f;
	border-radius: 9999em;
	width: 117px;
	height: 117px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
}
.sec .sec_s .img_01{
	position: relative;
}
.sec .sec_s .img_01 span{
	position: absolute;
	font-size: 13px;
	text-align: center;
}
.sec .sec_s .img_01 span.img_01_1{
	top: 5px;
	left: 100px;
}
.sec .sec_s .img_01 span.img_01_2{
	top: 5px;
	left: 260px;
}
.sec .sec_s .img_01 span.img_01_3{
	top: 5px;
	left: 472px;
}
.sec .sec_s .img_01 span.img_01_4{
    top: 199px;
	left: 28px;
}
.sec .sec_s .img_01 span.img_01_5{
    top: 199px;
	left: 194px;
}
.sec .sec_s .img_01 span.img_01_6{
	top: 199px;
    left: 465px;
    width: 140px;
}
