@charset "UTF-8";

body.-about .sec_ttl:after,
body.-line .sec_ttl:after  {
	background: #7382d1;
}

.headimage {
	background-image: url(../about/img/img-main_1912.jpg);
}

.about_wrap {}

.about_wrap_text {
	float: left;
    width: 70%;
}

.about_wrap_img {
	float: right;
}

.cts_text_block {
	margin-bottom: 1em;
}


.about_wrap.-mb {
	margin-bottom: 20px;
}


.line_history_img > img {
	border: 1px solid #ddd;
}

.line_history_bigger {
	text-align: right;
	color: #448ACA;
    margin-top: 10px;
}

.line_history_bigger > a {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 20px 5px 30px;
}

.line_history_bigger > a:hover {
	opacity: 0.6;
}

.line_history_bigger > a:before {
	position: absolute;
	font-family: icomoon;
	content: "\e903";
	left: 8px;
}