@charset "utf-8";
/*-------------------------------------------------------
   main
-------------------------------------------------------*/
.works {
	width: 1020px;
	margin: 0 auto 45px auto;
}
.works h2 {
	margin-bottom: 50px;
	font-size: 22px;
	border-bottom: dotted 1px #344C6B;
	line-height: 120%;
	display: inline-block;
}
.works h2 + p {
	margin-bottom: 50px;
}
.works h3 {
	margin-bottom: 60px;
	font-size: 20px;
}
.works ul {
	margin-bottom: 70px;
}
.works li {
	margin-bottom: 80px;
}
.works li dl {
	display: flex;
}
.works li dt {
	margin-right: 32px;
	border: solid 1px #aaa;
}
.works li dt img {
	width: 398px;
	display: block;
}
.works li dd h4 {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 100%;
	display: inline-block;
}
.works li dd h4.nolink {
	border-bottom: solid 1px #222;
}
.works li dd h4 a {
	margin-bottom: 24px;
	color: #496D8C;
}
.works li dd p {
	margin-bottom: 20px;
}
@media all and (-ms-high-contrast:none) {
	.works li dd p {
		margin-bottom: 18px;
	}
}
.works li dd p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {/*-- mobile --*/
.works {
	width: auto;
	margin: 0 3vw 10vw 3vw;
}
.works h2 {
	margin-bottom: 8vw;
	font-size: 5.5vw;
}
.works h2 + p {
	margin-bottom: 8vw;
}
.works h3 {
	margin-bottom: 10vw;
	font-size: 5vw;
}
.works ul {
	margin-bottom: 12vw;
}
.works li {
	margin-bottom: 16vw;
}
.works li dl {
	flex-direction: column;
}
.works li dt {
	margin: 0 0 5vw 0;
	border: solid 1px #aaa;
}
.works li dt img {
	width: 100%;
}
.works li dd h4 {
	margin-bottom: 5vw;
	font-size: 4.5vw;
}
.works li dd h4 a {
	margin-bottom: 5vw;
}
.works li dd p {
	margin-bottom: 4vw;
}
}
