@charset "utf-8";

#cloudsign_company .section {
	padding: 40px 40px 35px;
	background: #f2fafd;
}

#cloudsign_company .section_ttl {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #2290da;
	text-align: center;
}

#cloudsign_company .section_top {
	margin-bottom: 10px;
	padding: 25px 30px 30px;
	background: #fff;
}

#cloudsign_company .section_detail_logo {
	margin-bottom: 25px;
	text-align: center;
}

#cloudsign_company .section_detail_list {
	display: flex;
	line-height: 32px;
	font-size: 16px;
}

#cloudsign_company .section_detail_list dt {
	width: 80px;
}

#cloudsign_company .section_bottom_ttl {
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #2290da;
	border-bottom: 1px solid #0080d0;
}

#cloudsign_company .section_bottom_wrapp {
	display: flex;
	justify-content: space-between;
}

#cloudsign_company .section_bottom_txt {
	width: 500px;
	line-height: 21px;
	font-size: 12px;
}

#cloudsign_company .section_bottom_txt_ttl {
	font-weight: bold;
}