@charset "utf-8";

.content_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.content_box .box p{
	margin: 5px 0 20px;
}

.txt_box{
	margin-top: 30px;
}

.txt_box p span{
display: block;
font-weight: bold;
margin-bottom: 10px;
}