@charset "utf-8";

/* ========================================================================================================================/
	
	style.css

/======================================================================================================================== */

h2 {
	position:relative;
	display:block;
	text-align: center;
	width: 100%;
	font-size:175%;
	font-family:"Noto Serif JP","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing:0.2em;
	border-bottom: 4px double #007dca;
	padding-bottom: 0.5em;
	margin:-50px auto 50px;
	padding-top: 50px;
	}
@media screen and (max-width:640px) {
	h2 {
		font-size:150%;
	}	
}   

.wrkList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

@media screen and (max-width:640px){
.wrkList {
	width: calc(100% + 30px);
}
}

.wrkList:last-of-type {
	margin-bottom: 0;
}

.wrkList li {
	display: block;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.wrkList li:nth-child(3n) {
	margin-right: 0px;
}

@media screen and (max-width:640px){
.wrkList li:nth-child(3n) {
	margin-right: 30px;
}
}

.wrkList dl dt {
	background:#ffffff;
}

.wrkList dl dt img {
	height: 100%;
    max-height: 260px;
    object-fit: contain;
    width: 100%;
}
.wrkList dl dt a:hover img {
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter:"alpha( opacity=75 )";
}
.wrkList dl dd {
	text-align: center;
	font-weight:bold;
	box-sizing:border-box;
	background:#ffffff url("../image/layout/ic_arrow02_off.png") right 10px center no-repeat;
	padding:20px 40px 20px 20px;
}
@media screen and (max-width:900px) {
	.wrkList dl dt img {
		height: 100%;
    	max-height: 182px;
	}
}
@media screen and (max-width:640px) {
	.wrkList li {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}	
	.wrkList dl dt img {
		height: 100%;
    	max-height: 214px;
	}
}


