@charset "utf-8";

dl{
	font-size:90%;
}
dt{
	float:left;
	font-weight: bold;
	border-left:5px solid #008679;
	padding-left: 5px;
}
dd{
	margin-left:190px;
	margin-bottom: 2px;
}
.photo3box{
	overflow: hidden;
	padding:0 1.411%;
}
.photo3box img{
	width: 31.747%;
	height: auto;
	float: left;
	margin-right: 2.381%;
}
.photo3box img:last-child{
	margin-right: 0;
}
/*レスポンジブ*/

@media screen and (max-width:1023px){
}
@media screen and (max-width:767px){
	dl{
		font-size:70%;
	}
	dd{
		margin-left: 160px;
	}
}
@media screen and (max-width:600px){
	.photo3box{
		margin: 0;
	}
	.photo3box img{
	max-width: 290px;
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 3%;
}
}
@media screen and (max-width:414px){
	dt{
		float: none;
		}
	dd{
		margin-left:5px;
	}
}