@charset "utf-8";
@import url(/_jbassem/css/common.css);

:root {
    --point_color:#002d89;
}

.localNavi > ul > li > a {font-size: 23px; color: #222;}

.logo_wrap { flex: 0 1 240px; margin-top: 30px;}
.logo_wrap .logo h1 img {margin-top: 5px;}
.logo_wrap .logo h1 strong { font-size: 190%; font-weight: 700; }
.logo_wrap .logo h1 strong span{ font-size: 50%; line-height: 30px; font-weight: 500;}
.logo_wrap .logo h1 strong em{font-size: 70%; color: #666;}

.stickmenu.sticky .logo h1 strong, .mobile_menu .logo h1 strong {font-size: 160%}
.stickmenu.sticky .logo_wrap, .mobile_menu .logo_wrap {    margin-top: 4px;}
.stickmenu.sticky .logo h1 strong span, .mobile_menu .logo h1 strong span {line-height: 18px; }

@media only screen and (max-width:1300px){
    .logo_wrap{ flex: 0 1 180px; margin-top: 0px; }
    .stickmenu .logo h1 strong {font-size: 160%;}
    .stickmenu .logo h1 strong span{ line-height: 18px; }
    .stickmenu .logo_wrap, .stickmenu.sticky .logo_wrap {    margin-top: 0px;}
}

.content_title {border-bottom: none;}
.content_title::before {content: ''; background-color: #f7f8fd; left:-999px; right:-999px; top:-999px; bottom:0; position: absolute; z-index: -1;}

.content_title .page_option > ul > li > button{ background-color: #7c7990; color:#fff; }


#content .snb .sub_title{display: block; height: auto; background-image: url(/_jblawmaker/images/sub/sub_title_bg.jpg); line-height: 30px; font-size: 100%; padding: 15px; border-radius: 50px 25px 25px 25px;}
#content .snb .sub_title img{background-color: #fff; border-radius: 50px 25px 25px 25px;}
#content .snb .sub_title .title_box{ text-shadow: 3px 3px 5px rgba(0,0,0,0.2);}
#content .snb .sub_title .title_box strong{ font-size: 150%; line-height: 60px;}
#content .snb .sub_title .title_box .lawmaker_history{ font-weight: 500; font-size: 80%; }
#content .snb .sub_title .title_box .lawmaker_history dl{ position: relative; margin: 0 0 0 0px; letter-spacing:-0.05em;}
#content .snb .sub_title .title_box .lawmaker_history dl::before{content: ''; content:''; position:absolute; top:13px; left:0px; background-color: rgba(255,255,255,0.5); width:4px; height:4px; border-radius:10px; }
#content .snb .sub_title .title_box .lawmaker_history dl dt{ text-align:justify; padding: 0 10px; white-space: nowrap; color:rgba(255,255,255,0.8)}
#content .snb .sub_title .title_box .lawmaker_history dl dd{ text-align: left;  padding: 0 10px 0 0px; white-space: nowrap;}


