@charset "utf-8";
/**************************************************

	SUPERBOARD :: HISTORY SKIN :: basic

**************************************************/
.his-wrap {position: relative; max-width: 780px; margin: 0 auto}
.his-wrap:after {content: ''; position: absolute; top: 30px; left: 126px; width: 1px; height: calc(100% - 60px); background-color: #ddd}
.his-wrap .top{margin-bottom:60px;}
.his-wrap .top:after{content:'';display:block;clear:both;}
.his-wrap .top > div{float:left;width:50%;height:250px;box-sizing:border-box;}
.his-wrap .top .left{padding:75px 60px 75px 60px;background:url(./history-bg1.jpg);}
.his-wrap .top .left h3{margin-bottom:10px;font-size:26px;color:#ffffff;}
.his-wrap .top .left h4{font-weight:normal;font-size:16px;color:#ffffff;}
.his-wrap .top .right{background:url(./history-bg2.jpg);}
.his-wrap dl{position:relative;padding-left:185px;}
.his-wrap dl.last{padding-bottom:0px;}
.his-wrap dt{position:absolute;left:0;top: 0;width: 150px; font-weight:bold;font-size:36px;line-height: 46px; color:#7000fc;}
.his-wrap dd{position:relative;padding-left:60px;font-size:16px;line-height:37px;}
.his-wrap dd .thumb {position: absolute; top: 5px; left: 0; width: 40px; height: 40px; border-radius: 50%; background-size: cover; background-repeat: no-repeat; background-position: center}
.his-wrap dd p {margin-bottom: 30px; font-size: 17px; line-height: 26px; color: #555}
.his-wrap dd p strong{display: block; font-weight: 700; font-size: 22px; color: #7000fc}
.his-wrap dl dt:before{content:'';position:absolute;right:0;top:0;width:46px;height:46px;background:url('/images/sub/his_list_dots.jpg') no-repeat center / contain;z-index:1;border-radius: 50%;}
/* .his-wrap dl:after{content:'';position:absolute;left:170px;top:10px;width:1px;height:100%;background:#ddd;} */
.his-wrap dl.last:after{display:none;}
.his-wrap .tab{margin-bottom: 40px;text-align: center;}
.his-wrap .tab li{display: inline-block;margin-right: 5px;}
.his-wrap .tab li a{display: block;line-height: 45px;height: 45px;text-align: center;width: 120px;font-size: 16px;background: #f7f7f7;border: 1px solid #f7f7f7;}
.his-wrap .tab li.active a{background: #fff;border: 1px solid #333;}

@media screen and (max-width: 1200px){


    .his-wrap {padding: 0 15px; box-sizing: border-box}
    .his-wrap:after {left: 118px}
    .his-wrap dl {padding-left: 130px}
    .his-wrap dt {top: 5px; width: 120px; font-size: 24px; line-height: 34px}
    .his-wrap dl dt:before {width: 34px; height: 34px}
    .his-wrap dd {}
    .his-wrap dd .thumb {top: 2px}
    .his-wrap dd p {margin-bottom: 20px; font-size: 14px; line-height: 22px}
    .his-wrap dd p strong {font-size: 16px;}


    
}

@media screen and (max-width: 750px){

    .his-wrap {padding: 0 10px}    
    .his-wrap:after {left: 21px}
    .his-wrap dl {padding-left: 0}
    .his-wrap dt {position: relative; top: 0; display: block; padding-left: 35px; box-sizing: border-box}
    .his-wrap dl dt:before {top: 5px; right: auto; left: 0; width: 23px; height: 23px;}
    .his-wrap dd {padding-left: 90px; margin-top: 10px}
    .his-wrap dd .thumb {left: 35px}
    .his-wrap dd p {margin-bottom: 15px}


}