@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	企業一覧
------------------------------------------------------------*/
#conts .mainImage {
	margin-bottom: 30px;
	border: 1px solid #E3DBC8;
	-webkit-border-radius: 3px;
	        border-radius: 3px;

}

#conts .mainImage .inner {
	padding: 37px 255px 0 26px;
	height: 178px;
	background: url(/img/company/index/company_title.jpg) no-repeat right center;
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	box-sizing: border-box;

}

#conts .mainImage h2 {
	margin-bottom: 3px;
	color: #333;
	font-size: 33px;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .mainImage h2 span {
	color: #258CD8;
}

#conts .mainImage p.lead {
	line-height: 1.8;
}

#conts .subTitle {
	margin: 0 10px 15px;
	padding: 8px 25px 3px 15px;
	border-bottom: 1px dotted #999999;
	background: #EDF4F9 url(/img/company/index/h3_bg.png) no-repeat left center;
	color: #333;
	font-size: 19px;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .subTitle02 {
	margin: 0 10px 5px;
	color: #258CD8;
	font-size: 16px;
	font-weight: bold;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .mb0 {
	margin-bottom: 0!important;
}

#conts .companyList {
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#conts .companyList::after {
	display: block;
	width: 32%;
	content: "";
}

#conts .companyList li {
	margin-bottom: 15px;
}

#conts .companyList li a {
	padding: 12px 10px 45px;
	width: 227px;
	background: #FFF url(/img/company/index/bg01.png) repeat-x left top;
	box-shadow: 0 0px 7px 2px #e2e2e2;
	box-sizing: border-box;
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
}

#conts .companyList li a:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #ACD3F0;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


#conts .companyList li a .logo {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	height: 70px;
	position: relative;
}

#conts .companyList li a .logo img {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#conts .companyList li a .title {
	margin-bottom: 8px;
	padding: 0 0 5px 20px;
	background:  url(../img/index/manual_icon01.png) no-repeat 1px 1px;
	border-bottom: 1px dotted #258DDA;
	display: block;
	color: #258DDA;
	font-size: 14px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: normal;
}

#conts .companyList li a .text {
	padding: 0 3px;
	display: block;
	font-size: 14px;
}

#conts .companyList li a .date {
	display: block;
	color: #999;
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* ページャー */
#conts .pager {
	float: right;
}

#conts .pager ol,
#conts .pager li {
	display: inline;
	font-size: 14px;
}

#conts ul.page-numbers {
	float: right;
}

#conts .page-numbers li {
	display: inline;
}

#conts .page-numbers.next {
	margin-left: 4px;
	padding-right: 15px;
	background: url(/img/search/link_marker02.png) no-repeat right;
}

#conts .page-numbers.prev {
	padding-left: 15px;
	background: url(/img/search/link_marker03.png) no-repeat left;
}

#conts .outerPager {
	margin-bottom: 10px;
}

#conts .pager {
	padding-right: 10px;
}

#conts .pager .next a {
	margin-left: 4px;
	padding-right: 15px;
	background: url(/img/search/link_marker02.png) no-repeat right;
}

#conts .pager .prev a {
	margin-right: 4px;
	padding-left: 15px;
	background: url(/img/search/link_marker03.png) no-repeat left;
}


/*------------------------------------------------------------
	企業詳細
------------------------------------------------------------*/
#conts .companyName {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #258DDA;
	width: 100%;
	box-sizing: border-box;
}

#conts .companyName h2 {
	color: #111;
	font-size: 24px;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 50px;
	display: inline-block;
}

#conts .companyName .logo {
	display: inline-block;
	float: right;
}

#conts .leadBox {
	margin: 0 10px 25px;
}

#conts .leadBox p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.8;
}

#conts .leadBox p:last-child {
	margin: 0;
}

#conts .dateIndex {
	border: 1px solid #DDD;
}

#conts .dateIndex .inner {
	padding: 10px 15px;
	border: 1px solid #FFF;
	background: url(../img/company/detail/box_bg01.jpg) repeat-x 0 0;
}

#conts .dateIndex {
	margin-bottom: 40px;
}

#conts .dateIndex h3 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #258DDA;
	color: #258CD8;
	font-size: 14px;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .dateIndex dl dt,
#conts .dateIndex dl dd {
	margin-bottom: 3px;
	font-size: 14px;
}

#conts .dateIndex dl dd:last-child {
	margin-bottom: 0;
}

#conts .dateIndex dl dd ul {
	margin-left: 4px;
}

#conts .dateIndex dl dd ul li {
	padding-left: 12px;
	background: url(../img/common/icon/icon09.png) no-repeat 0 9px;
	font-size: 14px;
	line-height: 1.8;
}

#conts .section .dateTitle {
	margin-bottom: 10px;
	padding: 18px 12px 12px;
	border-top: 3px solid #318FD8;
	background: url(/img/inexperience/h2_bg.jpg) repeat-x;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .section .dateTitle h3 {
	font-size: 22px;
	font-weight: normal;
}

#conts .section .dateTitle span.sub {
	display: block;
	margin-bottom: 4px;
	color: #318FD8;
	font-size: 15px;
	font-weight: bold;
}

#conts p {
	margin: 0 10px 25px;
	font-size: 14px;
	line-height: 1.8;
}

#conts p > img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden!important;
}

#conts .section .img {
	margin: 0 10px 25px;
}

#conts .section p.txt:last-child,
#conts .section .img:last-child {
	margin-bottom: 0;
}

#conts .section .catchImg {
	margin-bottom: 20px;
	width: 730px;
	height: 100px;
	background: url(../img/company/detail/box_bg02.jpg) no-repeat 0 0;
	font-weight: normal;
}

#conts .section .catchImg h3 {
	padding: 20px 160px 0 10px;
	color: #258DDA;
	font-size: 20px;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.5;
}

#conts .section .writer {
	margin: 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#conts .section .pointBox {
	margin: 0 10px 40px;
	padding: 15px 20px;
	border: 1px solid #258DDA;
}

#conts .section .pointBox p {
	margin-left: 0;
	margin-right: 0;
}

#conts .section .toNews p.txt {
	margin-bottom: 10px;
}

#conts .section .pointBox .title {
	margin-bottom: 10px;
	padding: 0 0 15px 60px;
	border-bottom: 1px dotted #999;
	font-size: 18px;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.3;
	position: relative;
}

#conts .section .pointBox .title:before {
	content: "";
	margin-bottom: 10px;
	padding: 0 0 15px 60px;
	display: block;
	width: 60px;
	height: 55px;
	background: url(../img/company/detail/title_bg.png) no-repeat 0 0;
	position: absolute;
	top: -27px;
	left: -10px;
}

#conts .section .pointBox .bn a {
	display: block;
	transition: opacity .4s ease;
}

#conts .section .pointBox .bn a:hover {
	opacity: 0.7;
}

#conts .section .companyDate {
	margin: 0 10px 40px;
}

#conts .section .companyDate .date,
#conts .section .other .type {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: right;
}

#conts .section .companyDate table {
		width: 100%;
	border-collapse: collapse;
}

#conts .section .companyDate table th,
#conts .section .companyDate table td {
	padding: 15px 20px;
	border: 1px solid #CCC;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

#conts .section .companyDate table th {
	background: #F0F0F0;
	width: 160px;
	vertical-align: middle;
}

#conts .section .other {
	margin: 0 10px;
}

#conts .section .other ul.otherList {
	margin-bottom: 30px;
	padding-left: 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#conts .section .other ul.otherList li {
	padding-left: 14px;
	width: 220px;
	background: url(../../img/common/icon/icon01.gif) no-repeat left 7px;
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	line-height: 2;
	text-align: left;
}

#conts .section .other .back {
	font-size: 14px;
	text-align: center;
}


/* 記事ページ タブ */
#conts .typeTabList {
	margin-bottom: 20px;
	border-bottom: 2px solid #258DDA;
	display: flex;
	justify-content: space-between;
}

#conts .typeTabList li {
	width: 100%;
	display: flex;
	justify-content: center;
}

#conts .typeTabList li:not(:last-child) {
	margin-right: 2px;
}

#conts .typeTabList li a {
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	border-radius: 4px 4px 0 0;
	background-color: #E9F3FB;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	transition: margin .2s ease, background-color .2s ease, font-color .2s ease;
}

#conts .typeTabList li a .icon {
	margin-right: 10px;
	width: auto;
	height: 20px;
}

#conts .typeTabList a:hover,
#conts .typeTabList .active a {
	margin-top: 0;
	background-color: #258DDA;
	color: #FFF;
}

/* 記事ページ中段導線リンク */
#conts .typeLink {
	margin: 50px 0;
	padding-top: 50px;
	border-top: 2px solid #CCC;
}

#conts .typeLink .typeLinkList {
	display: flex;
	justify-content: space-between;
}

#conts .typeLink .typeLinkList li {
	width: 100%;
	border-right: 1px solid #CCC;
}

#conts .typeLink .typeLinkList li:first-child {
	border-left: 1px solid #CCC;
}

#conts .typeLink .typeLinkList a {
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #258DDA;
	text-decoration: none;
	transition: background-color .2s ease;
}

#conts .typeLink .typeLinkList a:hover {
	background-color: #E9F3FB;
}

#conts .typeLink .typeLinkList .icon {
	margin-right: 15px;
	width: 20px;
}

/* 売上高→k企業分析導線 */
#conts .reportConductor {
	margin-bottom: 40px;
	padding: 20px;
	border: 4px solid #B4D5EF;
	position: relative;
}

#conts .reportConductor::after {
	width: 60px;
	height: 55px;
	position: absolute;
	left: 10px;
	top: -10px;
	background: url(/img/company/detail/title_bg02.png) no-repeat;
	content: "";
}

#conts .reportConductor .title {
	margin-bottom: 10px;
	padding: 0 0 10px 60px;
	border-bottom: 1px dotted #999;
	font-size: 18px;
	font-weight: bold;
}

#conts .reportConductor .text {
	margin: 0 0 10px;
}

#conts .reportConductor .link {
	text-align: right;
}

#conts .reportConductor .link a {
	padding-left: 15px;
	background: url(/img/common/icon/icon01.gif) no-repeat left center;
}

/* WYSIWYG 入力エリア */
#conts .wpTextArea h4 {
	margin: 0 10px 15px;
	padding: 8px 25px 3px 15px;
	border-bottom: 1px dotted #999999;
	background: #EDF4F9 url(/img/company/index/h3_bg.png) no-repeat left center;
	color: #333;
	font-size: 19px;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#conts .wpTextArea h5 {
	margin: 0 10px 5px;
	color: #258CD8;
	font-size: 16px;
	font-weight: bold;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}