@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.history {}
.history dl {
	margin: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #D9DDE3;
}
.history dt,
.history dd {
	padding-left: 24px;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.history dt {
	width: 200px;
}
.history dd {
	width: calc(100% - 200px);
}
.history .date {
	text-align: right;
	margin-top: 24px;
	font-size: 12px;
}



@media screen and (max-width: 1240px) and (min-width: 769px) {
	
/* 個別CSS */
/* ------------------------------ */
.history dl {font-size: 1.29vw;}
.history .date {font-size: 0.967vw;}

}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.history {width:92%;margin:0 auto;}
.history dl {
	display: block;
	padding-top: 6.4vw;
	padding-bottom: 7.5vw;
	font-size: 4.3vw;
}
.history dt,
.history dd {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.history dt {
	margin-bottom: 3.2vw;
	font-size: 3.5vw;
}
.history dd {
	font-size: 4.3vw;
}
.history .date {
	margin-top: 4.3vw;
	font-size: 3.2vw;
}

}
