@CHARSET "UTF-8";


#_JW_hist_basic{background:url(../images/history_bg.jpg) no-repeat center bottom;max-width:100%;}
.history_wrap{display:flex;align-items:flex-start;position:relative;max-width:1400px;margin: 0 auto;padding:100px 0;}
.history_wrap::before{content:"";display:block;width:1px;height:100%;background:#c2d4ec;position:absolute;left:6px;top:15px;}
.history_wrap:last-child::before{display:none;}
.history_wrap h3{display:flex;align-items:center;width:280px;line-height:1;color:#0d57a7;font-size:35px;font-family: 'Roboto', sans-serif;font-weight:700;}
.history_wrap h3::before{content:"";display:block;width:13px;height:13px;border-radius:100%;border:2px solid #0d57a7;background:#FFF;margin-right:15px;position:relative;}
.history_wrap > div{width:calc(100% - 200px);}
.history_wrap > div dl{display:flex;align-items:center;padding:20px 0;border-bottom:2px dotted #EEE;}
.history_wrap > div dl dt{width:80px;line-height:1;color:#000;font-size:25px;font-family: 'Roboto', sans-serif;font-weight:400;}
.history_wrap > div dl dd{}

@media all and (max-width:1400px){
	.history_wrap{max-width:94%;}
}
@media all and (max-width:768px){
	.history_wrap{display:block;}
	.history_wrap h3{width:100%;font-size:25px;}
	.history_wrap > div{width:calc(100% - 30px);margin-left:30px;padding-bottom:30px;}
	.history_wrap > div dl{padding:10px 0;}
	.history_wrap > div dl dt{font-size:20px;}
}