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

/*-----実績_記事ピックアップ-----*/
.mainContents h2{
    color: #444;
	margin: 0 auto 30px;
	padding: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
	text-align: center;
    border-bottom: 1px solid #333;
    position: relative;
}
.mainContents h2:before{
	display: block;
	height: 20px;
	padding-right: 10px;
	border-right: 1px solid #5d5d5d;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


/*--実績--*/
.recordCont .mainContents > section{
	margin-bottom: 50px;
}
.recordCont .mainContents > section h2{
	padding-bottom: 3px;
}

/**/
.recordCont .mainContents > section.type h2{
	padding-left: 60px;
}
.recordCont .mainContents > section.type h2:before{
	content: url(../../_images/category/record_title_type.gif);
}
.recordCont .mainContents > section.use h2{
	padding-left: 50px;
}
.recordCont .mainContents > section.use h2:before{
	content: url(../../_images/category/record_title_use.gif);
}
.recordCont .mainContents > section.industry h2{
	padding-left: 95px;
}
.recordCont .mainContents > section.industry h2:before{
	content: url(../../_images/category/record_title_industry.gif);
}



/*--ﾋﾟｯｸｱｯﾌﾟ記事一覧共通--*/
.recordCont ul.linkList{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 20px;
}
.recordCont ul.linkList > li{
	width: calc(100% / 3);
    margin-bottom: 30px;
	padding: 0 5px;
}
.recordCont ul.linkList > li div.imgBox{
    margin-bottom: 10px;
    position: relative;
}
.recordCont ul.linkList > li div.imgBox img{
    width: 100%;
}
.recordCont ul.linkList > li div.imgBox:after{
    display: block;
    color: #fff;
	width: 60px;
	height: 60px;
    font-size: 14px;
	font-weight: 600;
    text-align: center;
    line-height: 60px;
	border-radius: 50%;
    position: absolute;
    top: -10px;
	right: -10px;
	z-index: 10;
}

.recordCont ul.linkList > li a{
    display: block;
}
.recordCont ul.linkList > li a:hover{
    opacity: 0.6;
}
.recordCont ul.linkList > li p.title{
    color: #00169a;
    font-size: 15px;
    font-weight: bold;
}
.recordCont ul.linkList > li p.day{
    color: #a2a2a2;
    font-size: 14px;
    font-weight: bold;
}

/**/
.recordCont ul.linkList > li div.record:after{
    content: "実 績";
    background-color: #2dadff;
}
.recordCont ul.linkList > li div.column:after{
    content: "コラム";
    background-color: #03992a;
}
.recordCont ul.linkList > li div.diary:after{
    content: "編集部";
    background-color: #cd0c82;
}
ul.linkList > li div.news:after{
    content: "お知らせ";
    background-color: #d89800;
}



@media screen and (max-width: 768px) {
	.mainContents h2{
		width: 95%;
		margin: 0 auto 20px;
		text-align: center;
	}

    /*--記事一覧共通--*/
    .recordCont ul.linkList{
        width: 95%;
        margin: 0 auto 20px;
    }
	
	.recordCont ul.linkList > li div.imgBox:after{
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		right: -5px;
	}

}

@media screen and (max-width: 480px) {
	.mainContents h2{
		font-size: 18px;
	}

    /*--記事一覧共通--*/
	.recordCont ul.linkList > li{
		width: 48%;
		padding: 0;
	}
}


/*------------------------------------------------------------------------------
  タグリスト
------------------------------------------------------------------------------*/
.mainContents .tab-box {
    width: 100%;
    background-color: #eee;
    margin: 20px auto;
    padding: 15px;
}
.mainContents .tab-box dt {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
.mainContents .tab-box dt b{
    font-size: 20px;
}
.mainContents .tab-box dt:after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #333;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.mainContents .tab-box dd {
    min-height: 90px;
    padding: 10px 10px 0;
}

/*----タグ----*/
.mainContents .tab-box ul.tagList li a{
	padding: 0 5px;
    font-size: 15px;
	line-height: 1.8em;
}

/*種類*/
.mainContents .type .tab-box{
    background-color: #f0f8f8;
}
/*用途*/
.mainContents .use .tab-box{
    background-color: #f6fcf7;
}
/*業種*/
.mainContents .industry .tab-box{
    background-color: #f2f2f9;
}


@media screen and (max-width: 786px) {
	.mainContents .tab-box {
		width: 95%;
		padding: 10px;
	}

	.mainContents .tab-box dt {
		font-size: 15px;
	}
	.mainContents .tab-box dt b{
		font-size: 18px;
	}
	
	/*----タグ----*/
	.mainContents .tab-box ul.tagList li a{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	/*----タグ----*/
	.mainContents .tab-box dd {
		padding: 10px 0 0;
	}
	.mainContents .tab-box ul.tagList li a{
		font-size: 13px;
	}
}

