@charset "utf-8";

.con_tit.years {
	font-size: 18px;
}
.con_tit.years span {
	color: #004795
}
.con_tit.pointer {
	width: 15px;
    height: 15px;
}
.con_tit.mop3 {
	font-size: 18px;
	width: 100%;
	padding: 10px 0px;
}
.con_tit.mop3 p {
	color: #494442;
	font-weight: bold;
}
.con_tit.mop4 {
	margin-bottom: 20px;
	transform: translateY(50px);
	opacity: 0;
	animation: appearAnimation 1s ease-in-out forwards;
}
.con_intro_c2 {
	border-top: 2px solid #EAEAEA;
}
@keyframes appearAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.history__block {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
	transform: translateY(-20px);
	opacity: 0;
	animation: appearAnimation 0.5s ease-in-out forwards;
}
@media only screen and (min-width:600px) and (max-width:830px) {
	.con_tit.years {
		font-size: 13px;
	}
	.con_tit.pointer {
		width: 12px;
	    height: 12px;
	    margin: 0 5px;
	}
	.con_tit.mop3 {
		font-size: 13px;
	}
}
@media only screen and (max-width:599px) {
	.con_tit.years {
		font-size: 13px;
	}
	.con_tit.pointer {
		width: 12px;
	    height: 12px;
	    margin: 0 5px;
	}
	.con_tit.mop3 {
		font-size: 13px;
	}
	.con_intro_c2 {
		width: 100% !important;
	}
	.con_tit.years .history-month {
		display: none;
	}
}