@charset "utf-8";

.companyIndex #inMainArea {
	width: 950px;
	margin: 31px auto 20px auto;
	padding: 0 15px;
}
.companyIndex #contents .heading {
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1;
	padding: 0 0 14px 8px;
}
.companyIndex #contents .heading::before,
.companyIndex #contents .heading::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 4px;
}
.companyIndex #contents .heading::before {
	width: 100%;
	background-color: #A2A2A2;
}
.companyIndex #contents .heading::after {
	width: 176px;
	background-color: #075EC2;
}
.companyIndex #contents .lie02 {
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.companyIndex #contents .lie02 .leftCon h2 {
	margin-top: 40px;
	padding: 0 0 10px 21px;
	background-image: url(../../common/images/ttls_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.companyIndex #contents .lie02 .leftCon h2 > img {
	max-width: 100%;
}
.companyIndex #contents .lie02 .leftCon {
	width: calc(100% - 290px - 40px);	
}
.companyIndex #contents .lie02 .leftCon p {
	margin: 12px 20px 0 20px;
}
.companyIndex #contents .lie02 .rightCon img {
	max-width: 100%;
}
.companyIndex #contents .underLinks {
	border: solid 1px #075ec2;
	padding: 20px 20px 15px 20px;
	margin: 30px 20px 0 20px;
}
.companyIndex #contents .lie02 .rightCon {
	max-width: 290px;
}
.companyIndex #contents .underLinks .uLinkSet {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.companyIndex #contents .underLinks .uLinkSet li {
	width: calc((100% - 20px) / 2);
	background-image: url(../../common/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: flex;
	align-items: center;
}
.companyIndex #contents .underLinks .uLinkSet li a {
	padding-left: 20px;
}
.companyIndex #contents .underLinks .uLinkSet li .newWin {
	margin-left: 6px;
	vertical-align: middle;
}
.companyIndex #contents .pageTop {
	line-height: 1;
	text-align: right;
	margin-top: 20px;
}
.companyIndex #contents .pageTop a {
	display: inline-block;
	zoom: 1;
	min-height: 12px;
	padding-left: 16px;
	background: url(../../common/images/icon_pagetop.gif) no-repeat 0 0.25em;
	text-decoration: none;
}
.companyIndex #contents .pageTop a:hover {
	color: #0059c0;
}

@media (max-width: 767px) {
	.companyIndex #inMainArea {
		max-width: 950px;
		width: calc(100% - 30px);
		padding: 0;
	}
	.companyIndex #contents .heading {
		font-size: 28px;
	}
	.companyIndex #contents .heading::before,
	.companyIndex #contents .heading::after {
		height: 2px;	
	}
	.companyIndex #contents .lie02 {
		margin: 0;
		flex-direction: column;
	}
	.companyIndex #contents .lie02 .leftCon {
		width: 100%;
	}
	.companyIndex #contents .lie02 .leftCon p {
		margin: 12px 0 0 0;
	}
	.companyIndex #contents .underLinks {
		margin: 30px 0 0 0;
	}
	.companyIndex #contents .underLinks .uLinkSet {
		gap: 10px;
	}
	.companyIndex #contents .underLinks .uLinkSet li {
		width: 100%;
	}
}