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


.box_box{
	width: 100%;
	height: auto;
	margin-top: 100px;
}

 h2{
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.3em;
	color: #192f61;
	letter-spacing: 0.3em;
}

.workstext{
	display: flex;
	flex-direction: column;
	color: #192f61;
	width: 90vw;
	height: auto;
	margin: 20px auto;
	margin-left: 8vw;
	border: #0044FF;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:0.9em;
	letter-spacing: 0.3em;
	line-height: 1.5em;

}

.workssubtitle{
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:1em;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	width: 190px;
	border-bottom: solid 1px #0044FF;
	margin: 15px 0px;
}

.worksinner01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.worksinner02{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	width:95vw;
	
}
.worksinner03{
	width: 160px;
	height: 160px;
	object-fit: cover;
	padding: 3px;
}

@media screen and (max-width: 540px) {

.aboutustext{
	font-size:0.7em;
}

.worksinner02{
 letter-spacing: 0.2em;
 min-width: 100px;
}

}
