@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------

 industry
 
-----------------------------------------------*/
.industryCont{
	margin-bottom: 50px;
}


/*-----------------------------------------------
 industry/index
-----------------------------------------------*/
.industryCont .mainH2Cont{
	margin-bottom: 30px;
}
.industryCont .mainH2Cont .h2Box{
	margin-bottom: 20px;
	border-bottom: 1px solid #ff7417;
}
.industryCont .mainH2Cont .h2Box h2{
	color: #393939;
	padding-left: 30px;
	font-size: 30px;
	line-height: 1.5em;
	position: relative;
}
.industryCont .mainH2Cont .h2Box h2:before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 5px solid #ff7417;
	border-right: 5px solid #ff7417;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.industryCont .mainH2Cont .textBox{
	margin: 15px 30px;
}

/*一覧*/
.industryCont .linkList{
	margin: 0 40px;
}
.industryCont .linkList h3{
	color: #252525;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
	position:relative;
}
.industryCont .linkList h3:after{
	content: "";
	display: block;
	width: 25%;
	height: 5px;
	background: #ff7417;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
}

.industryCont .linkList > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industryCont .linkList > div dl{
	width: 370px;
	margin-bottom: 30px;
}

.industryCont .linkList > div dl dt{
	margin-bottom: 10px;
}
.industryCont .linkList > div dl dd p{
	font-size: 13px;
}


@media screen and ( max-width: 736px ){
	.industryCont .mainH2Cont .h2Box h2{
		padding-left: 25px;
		font-size: 23px;
		line-height: 1.3em;
	}
	.industryCont .mainH2Cont .h2Box h2:before{
		width: 10px;
		height: 10px;
	}
	.industryCont .mainH2Cont .textBox{
		margin: 15px 2%;
	}
	/*一覧*/
	.industryCont .linkList{
		margin: 0 2%;
	}
	.industryCont .linkList h3{
		font-size: 22px;
	}
	.industryCont .linkList h3:after{
		width: 30%;
		height: 4px;
	}
	
	.industryCont .linkList > div dl{
		width: 48%;
		margin: 0 1% 40px;
	}
}
@media screen and ( max-width: 380px ){
	/*一覧*/
	.industryCont .linkList > div dl{
		width: 100%;
		max-width: 370px;
		margin: 0 auto 40px;
	}
}
















