@charset 'UTF-8';
.history_area{
	background: #f2f2f2;
	max-width: 500px;
	margin: auto;
}
.sec_title_area{
	padding: 28px 0 25px;
}
.sec_title_area.type02{
	padding: 0 0 28px;
}
.sec_title_area div > p:first-of-type{
	font-size: 64px;
	/* line-height: 1.35; */
	text-align: center;
}
.sec_title_area div > p:first-of-type span{
	font-size: 24px;
	/* line-height: 1.29; */
	display: block;
	margin-top: 6px;
}
.sec_title_area.type02 div > p{
	font-size: 44px;
    text-align: left;
	display: inline-block;
    line-height: 1.36;
    margin: auto;
}
.sec_title_area .title_text{
	padding: 15px 0 0;
	font-size: 26px;
	line-height: 1.53;
	text-align: center;
}
.inspection{
	padding: 40px 0 50px;
}
.inspection dt{
	font-size: 18px;
	font-weight: 800;
	line-height: 1.77;
	margin-bottom: 23px;
}
.inspection dd{
	font-size: 15px;
	letter-spacing: 0.015em;
	font-weight: 500;
	line-height: 1.866;
	text-align: left;
}
#slider > p,
#slider03 > p{
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.06em;
	background: #e6e6e6;
	text-align: center;
	padding: 28px 0 24px;
}
.miso_history{
	padding-top: 45px;
}
.era{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 38px;
}
.era:last-of-type{
	margin-bottom: 0;
}
.era:after{
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url(/factoryguide/img/2f_history/arrow05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.era:last-of-type:after{
	display: none;
}
.era dt{
	font-size: 48px;
	/* line-height: 2.1; */
	text-align: center;
	margin-bottom: 20px;
}
.era .img{
	text-align: center;
    width: 90%;
    margin: auto auto 10px;
	position: relative;
	z-index: 2;
}
.era:last-of-type .img:after{
    content: '';
    position: absolute;
    right: 0;
    left: 5px;
    bottom: -64px;
    margin: auto;
    max-width: 333px;
	width: 100%;
    height: 247px;
    background-image: url(/factoryguide/img/2f_history/era_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
    display: block;
}
.era p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.77;
    padding-bottom: 28px;
}
