@charset "UTF-8";
/* CSS Document */
.work 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;
}
.work 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";
}
.work a{
	text-decoration: none;
	color:#333;
	max-width: 1040px;
	margin:0 auto;
}
.work-list{
	max-width: 300px;
	margin:0 auto 75px;
	text-align: left;
}
.work-list img{
	max-width: 300px;
}
.work-list h2,.work-list h3{
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2rem;
}
.work-list p,.work-list td{
	font-size:1.1rem;
}
.work-list h2{
	    color: #fff;
    background-color: #333;
    padding: 1px 10px;
    width: 110px;
    text-align: center;
    border-radius: 30px;
    margin: 10px 0;
}
.work-list h3{
	line-height: 1.6rem;
    margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 600;
}
.work-list p{
	font-size: 1.1rem;
    line-height: 1.8rem;
	margin-bottom: 10px;
}
.work-list td{
	border-top:0.5px solid #333;
	border-bottom:0.5px solid #333;
}
.work-list table{
	width:300px;
}
.work-all{
	display: flex;
	flex-wrap: wrap;
}
.work-list .long-title{
	font-size: 0.9rem;
}
@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;
	}
}