@charset "UTF-8";


/*
	--------------------------------
	Created: 2020.03.09
	Last Modified: 2020.09.08
	--------------------------------
*/



/* --------------------------------
	detail09
-------------------------------- */

.about_header {
	overflow: hidden;
}

.about_header_h {
	float: left;
}

.about_header_logo {
	float: right;
	width: 245px;
	position: relative;
	top: -3px;
}

.about_header_logo img {
	width: 100%;
}

.proposal_box {
	margin-top: 40px;
	border: 4px solid #ccc;
}

.proposal_box_row {
	overflow: hidden;
}

.proposal_box_col_txt {
	box-sizing: border-box;
	float: left;
	width: 632px;
	padding: 50px 30px 0 50px;
}

.proposal_box_tit {
	margin-bottom: 10px;
}

.proposal_box_col_img {
	float: right;
	width: 340px;
}

.proposal_box_img {
	padding-bottom: 39px;
}

.proposal_detail {
	position: relative;
	min-height: 44px;
	margin-top: 30px;
	padding-right: 280px;
}

.proposal_detail_logo {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.proposal_detail_tit {
	margin-bottom: 3px;
}

.flow_steps {
}

.flow_step {
	margin-top: 30px;
}

.flow_step_desc {
	margin-top: 10px;
}

.voice_row {
	overflow: hidden;
}

.voice_col_txt {
	float: left;
	width: 470px;
}

.voice_col_img {
	float: right;
	width: 480px;
}

.voice_caption {
	margin-top: 8px;
}

.voice_cm {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #ccc;
}

.voice_cm_tit {
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
}

.voice_cm_video {
	margin: 20px auto 0;
	width: 720px;
}