@charset "UTF-8";
.colum h2{
	    font-family: "raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
}
.colum h3{
	margin: 40px 0;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.2rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.colum a{
	text-decoration: none;
	color:#333;
	max-width: 1040px;
	margin:0 auto;
}
.colum{
	margin-bottom: 80px;
}
.colum-list {
    max-width: 1040px;
    flex-wrap: wrap;
}
.colum-pickup {
    margin: 10px auto;
}


@media(max-width:1050px){
.work h2{
	font-size: 2rem;
	margin-bottom: 5px;
	}
.work h3{
	font-size: 1rem;
	margin:15px 0;
	}
	.work-list h2{
		font-size: 1.2rem;
	}
}