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

#info .contents {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 50px;
}
#info h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 20px;
}

a.link:link,
a.link:visited,
a.link:hover,
a.link:active {
	color:#000;
	text-decoration: none;
	border-bottom: #000 1px dotted;
}

p.pict,
p.pict_s {
	text-align: center;
	margin: 0 0 30px;
}
p.pict > img {
	width: 600px;
	height: auto;
}
p.pict_s > img {
	width: 400px;
	height: auto;
}

div.pict {
	display: flex;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 auto 30px;
}
div.pict > div {
	display: flex;
	flex-wrap: wrap;
	width: 234px;
	margin-right: 24px;
}
div.pict > div:last-of-type {
	margin-right: 0;	
}

div.pict > div > img {
	width: 100%;
}
@media screen and (max-width: 768px) {
    #info .contents {
		width: 100%;
	}

	#info h2 {
		font-size: 5.5vw;
		line-height: 160%;
	}
	
	#info h3 {
		font-size: 4vw;
		line-height: 140%;
	}
	p.pict > img {
		width: 100%;
		height: auto;
	}
	p.pict_s > img {
		width: 100%;
		height: auto;
	}
	div.pict {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 30px;
	}
	div.pict > div {
		display: flex;
		flex-wrap: wrap;
		width: 30%;
		margin-right: 5%;
	}




}