/* ==========================================================================
  Project
========================================================================== */
.p-history {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
	display: -webkit-flex;
	display: flex;
}
.p-history dt {
	font-weight: bold;
	width: 15%;
	color: #2d2e6e;
}
.p-history dd {
	width: calc(100% - 160px);
}
figure {
	margin: 25px 0 0;
	width: 30.4%;
}
figcaption {
	margin: 10px 0 0;
	text-align:center;
}
@media only screen and (max-width: 768px) {
.p-history {
	padding: 0;
	display: block;
	border: none;
	margin: 0 0 15px;
}
.p-history dt {
	width: auto;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}
.p-history dd {
	width: auto;
	display: block;
}
figure {
	margin: 10px 0 0;
	width: 45%;
}
figcaption {
	margin: 5px 0 0;
	text-align: left;
}
}