@CHARSET "UTF-8";


#_JW_hist_basic{max-width:100%;}
.history_wrap{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;line-height:1;color:#0d57a7;font-size:35px;font-weight:700;margin-bottom:20px;}
.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{margin-left:30px}
.history_wrap > div dl{display:flex;align-items:center;padding:20px 0;border-bottom:2px dotted #EEE;}
.history_wrap > div dl dt{width:200px;line-height:1;color:#000;font-size:25px;font-weight:400;}
.history_wrap > div dl dd{width:calc(100% - 200px);}

@media all and (max-width:1400px){
	.history_wrap{max-width:94%;}
}
@media all and (max-width:768px){
	.history_wrap{display:block;}
	.history_wrap h3{font-size:25px;}
	.history_wrap > div{padding-bottom:30px;}
	.history_wrap > div dl{padding:10px 0;display:block;}
	.history_wrap > div dl dt{font-size:20px;width:100%;}
	.history_wrap > div dl dd{width:100%;}
}