@charset "utf-8";
/*////////////////////////////////////
history
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#history {
	position: relative;
	width: 100%;
	padding: 150px 0;
}
#history_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.history_place {
	position: relative;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	padding: 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	border-radius: 30px;
}
.history_day {
	position: relative;
	width: 200px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 1.8rem;
	color: #555;
}
.history_info {
	position: relative;
	width: calc(100% -  200px);
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
}
.history_before {
	display: inline-block;
	padding: 3px 10px;
	background:rgba(125,125,125,1.00);
	font-size: 1.4rem;
	border-radius: 15px;
	color: #FFF;
	margin-bottom: 5px;
}
.history_after {
	display: inline-block;
	padding: 3px 10px;
	background:rgba(199,28,30,1.00);
	font-size: 1.4rem;
	border-radius: 15px;
	color: #FFF;
	margin-bottom: 5px;
}
.history_logo1 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 140px;
}
.history_logo2 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100px;
}
.history_line {
	position: relative;
	width: 5px;
	height: 80px;
	background: rgba(203,50,53,1.00);
	margin-left: 50px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#history {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#history_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.history_place {
	position: relative;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 30px;
}
.history_day {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #555;
}
.history_info {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
}
.history_before {
	display: inline-block;
	padding: 3px 10px;
	background:rgba(125,125,125,1.00);
	font-size: 1.4rem;
	border-radius: 15px;
	color: #FFF;
	margin-bottom: 5px;
}
.history_after {
	display: inline-block;
	padding: 3px 10px;
	background:rgba(199,28,30,1.00);
	font-size: 1.4rem;
	border-radius: 15px;
	color: #FFF;
	margin-bottom: 5px;
}
.history_logo1 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 140px;
}
.history_logo2 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100px;
}
.history_line {
	position: relative;
	width: 4px;
	height: 50px;
	background: rgba(203,50,53,1.00);
	margin-left: 50px;
}
}