@charset "UTF-8";
@import url("common.m.css");
.compony-text {
	position: relative;
	width: 7.1rem;
	margin: 0 auto;
	padding: .1rem 0;
}
.compony-text-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 7.1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.compony-text-left a {
	display: block;
	font-size: 18px;
	width: 3.4rem;
	height: 1rem;
	line-height: 1rem;
	border-bottom: solid 1px #ddd;
	color: #0071ce;
	text-align: center;
}
.compony-text-left a.focus {
	color: #333;
	border-bottom: solid 1px #333;
}
.compony-text-right {
	position: relative;
	width: 7.1rem;
	margin-top: .6rem;
}
.compony-text-right-richtext {
	position: relative;
}
.compony-text-right-richtext img {
	max-width: 100%;
}
.compony-text-right-richtext p {
	font-size: .28rem;
	line-height: 140%;
	margin-bottom:20px;
}
.compony-text-right-richtext td {
	font-size: 12px;
	line-height: 140%;
	padding:10px 0;
}

.tline div{font-size:18px;margin-bottom:40px;}
.tline strong{font-size:14px;padding:5px 15px;border-radius:0 10px 0 10px;background:#eee;color:#666;}
.container .tline p{padding-left:32px;margin:10px 0 20px 0;background:url(../images/favicon.png) 8px 8px no-repeat; background-size:10px 10px;}