@charset "UTF-8";
/* CSS Document */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1024px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	/*font-family: 'Noto Sans JP', Meiryo, sans-serif;*/
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 23px;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*../
	height: auto;
	overflow: hidden;
	/**/
}

a {
	color: #0032c7;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.underline {
	border-bottom: solid 1px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mb2 {margin-bottom: 2px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}

.note {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ed0000;
}

.blue {
	color: #1e6dad;
}

.black {
	color: #000;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.linethrough {
	text-decoration: line-through;
}

.strike {
	text-decoration: line-through;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

p.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 2;
}

p.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

p.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

a.opacity:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

/*--------------- common --------------- */

#content {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/bg_main_common.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	border-top: solid 9px #599552;
	border-bottom: solid 9px #599552;
}

.col_content {
	width: 746px;
	min-height: 380px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
}

#pagettl {
	width: 100%;
	height: 38px;
	margin: 0 0 15px;
	padding: 6px 0 0 20px;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 18px;
	background-color: #599552;
	box-sizing: border-box;
}

.col_prepare {
	margin: 0;
	padding: 100px 0 0 0;
	font-size: 14px;
	text-align: center;
}

.col746 {
	width: 746px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.col_contents {
	margin: 0 20px;
}

.mds2 {
	margin: 0 auto 10px auto;
	padding: 1px 0 2px 22px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/icon_mds2.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	border-bottom: solid 1px #000000;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}



/*--------------- header --------------- */

#header {
	height: 100px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 1;
}

#header .ttl_main {
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

.header_ttl1:hover{
	opacity: 0.8;
}

/*--------------- footer --------------- */

#footer {
	margin: 25px 0 0 0;
	padding: 0;
}


dl.col_l_footer {
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	float: left;
}

dl.col_l_footer.right {
	margin: 0 0 0 55px;
}

dl.col_l_footer dt {
	margin: 0 0 2px 0;
	padding: 0 0 0 12px;
	font-weight: bold;
	background-image: url(../../img/arrow_beige.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 8px auto;
}

dl.col_l_footer dd {
	margin: 0;
	padding: 0 0 0 12px;
}


dl.col_l_footer dd a {
	color: #000;
	text-decoration: none;
}

dl.col_l_footer dd a:hover {
	text-decoration: underline;
}



/*--------------- leftcontent --------------- */

#leftcontent {
	width: 162px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

#navi {
	width: 160px;
	margin: 0 auto 15px;
	padding: 0;
}

#navi li {
	height: 30px;
	margin: 0 0 3px;
	padding: 0;
	border: solid 1px #599552;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#navi li:hover,
#navi li.active {
	background-image: url(../img/bg_navi_o.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#navi li.nolink div {
	width: 100%;
	height: 30px;
	margin: 0 0 3px;
	border: solid 1px #599552;
	padding: 5px 0 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #599552;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 5px 0 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #599552;
	text-decoration: none;
	display: block;
	box-sizing : border-box ;
	position: relative;
}

#navi li:hover a,
#navi li.active a {
	color: #fff;
	
	text-shadow: 1px 1px 8px #c3e0bf ,
-1px 1px 8px #c3e0bf ,
1px -1px 8px #c3e0bf ,
-1px -1px 8px #c3e0bf;
}




/*
#navi {
	width: 162px;
	margin: 0 0 50px 0;
	padding: 0;
}

#navi a,
#navi span {
	width: 162px;
	height: 32px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 0;
}

#navi a + a,
#navi a + span,
#navi span + a {
	margin-top: 3px;
}

a.navi1 {
	background-image: url(../img/navi01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi2,
span.navi2 {
	background-image: url(../img/navi02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi3 {
	background-image: url(../img/navi03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi4 {
	background-image: url(../img/navi04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi5 {
	background-image: url(../img/navi05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi6 {
	background-image: url(../img/navi06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi7 {
	background-image: url(../img/navi07.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi8 {
	background-image: url(../img/navi08.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi9 {
	background-image: url(../img/navi09.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi10 {
	background-image: url(../img/navi10.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi11 {
	background-image: url(../img/navi11.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi12 {
	background-image: url(../img/navi12.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.navi13 {
	background-image: url(../img/navi13.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navi a.active,
#navi a.navi1:hover,
#navi a.navi4:hover,
#navi a.navi9:hover {
	background-position: 0 -32px;
}

#navi a.nolink{
	background-position: 0 0!important;
}

.navi10::before {
	content: "NEW";
	padding: 3px 2px 2px 4px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	text-indent: 0;
	border-radius: 3px 0 0 3px;
	background-color: #e70000;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: calc(100% - 4px);
	animation: flash 1.8s linear infinite alternate;
}

.navi10::after {
	content: "";
	width: 0;
	height: 0;
	text-indent: 0;
	border-style: solid;
	border-width: 8px 0 8px 7px;
	border-color: transparent transparent transparent #e70000;
	position: absolute;
	top: 7px;
	right: calc(100% - 11px);
	animation: flash 1.8s linear infinite alternate;
}
*/
#navi a .label {
	width: 40px;
	height: 20px;
	margin: 0;
	padding: 2px;
	color: #fff;
	font-size: 12px;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
	animation: label_blink 2s linear 0s infinite normal none;
	position: absolute;
	top: calc( 50% - 12px);
	left: 140px;
	text-align: center;
	vertical-align: middle;
}

#navi a .label::before {
	content: "";
	width: 15px;
	height: 15px;
	border-top: solid 1px #df0000;
	border-right: solid 1px #df0000;
	background: #df0000;
	position: absolute;
	left: -7px;
	top: 4px;
	transform: rotate(-135deg);
	z-index: -2;
}

@keyframes label_blink {
	0% { opacity: 1; }
	15% { opacity: 1; } 
	50% { opacity: 0; }
	85% { opacity: 1; } 
	100% { opacity: 1; }
}


@-webkit-keyframes flash {
	50% {
		opacity: 0;
	}
}

@keyframes flash {
	50% {
		opacity: 0;
	}
}




a.btn_l_jsnet {
	width: 153px;
	height: 52px;
	margin: 0 0 10px;
	padding: 9px 0 0 9px;
	background-color: #b67b1c;
	background-image: url(../../img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 144px center;
	background-size: 8px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

a.btn_l_jsnet:hover {
	background-color: #e3a94d;
}

a.btn_top_common {
	width: 151px;
	height: 38px;
	margin: 0;
	padding: 8px 0 0 11px;
	background-color: #3380b6;
	background-image: url(../../img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 144px center;
	background-size: 8px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	
}

a.btn_top_common:hover {
	background-color: #66a9d9;
}

.col_topfinish {
    margin: 0 auto 20px;
    padding: 15px 30px 15px;
    color: #d00000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    border: solid 2px #d00000;
    background-color: #fff;
}



/*--------------- rightcontent --------------- */

#rightcontent {
	width: 766px;
	min-height: 340px;
	margin: 0 0 0 41px;
	padding: 0;
	position: relative;
	z-index: 0;
	float: left;
}



/*--------------- top --------------- */


.col_topnews {
	width: 766px;
	margin: 0;
	padding: 2px 3px;
	background-color: #fff;
	box-sizing: border-box;
}

.inner_topnews {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 3px #599552;
	display: flex;
}

.mds_topnews {
	width: 105px;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #599552;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_topnews {
	width: 640px;
	max-height: 76px;
	margin: 0;
	padding: 6px 0 2px 7px;
	overflow-y: auto;
	overflow-x: hidden;
}

.cont_topnews dl {
	width: 625px;
	margin: 0;
	padding: 0;
	display: table;
}

.cont_topnews dl + dl {
	margin-top: 3px;
}

.cont_topnews dl dt {
	width: 85px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.cont_topnews dl dd {
	width: 540px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.cont_topnews dl dd.red a {
	color: #ff0000;
}



.col_topbtn {
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_topbtn .btn1.web1,
.col_topbtn .btn2.web2 {
	width: 60%;
	height: 63px;
	margin: 0 1%;
	font-size: 17px;
	box-shadow: 2px 2px 10px -4px #000;
	box-sizing: border-box;
}

.col_topbtn .btn1.web1 {
	width: 40%;
}

.btn1 {
	height: 54px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #009735;
	border: solid 2px #009735;
	border-radius: 8px;
	box-shadow: 1px 1px 5px -1px #000;
	display: table;
	position: relative;
	z-index: 0;
	transition: .2s;
}

a.btn1:hover {
	color: #009735;
	background-color: #FFF;
}

.btn1::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	transform: rotate(45deg);
	transition: .2s;
}

.btn1:hover::after {
	border-top: solid 2px #009735;
	border-right: solid 2px #009735;
}

.btn1 span,
.btn2 span {
	padding: 2px 8px 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	height: 48px;
	padding: 0;
	color: #009735;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: solid 2px #009735;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-flow: wrap;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transition: .2s;
	position: relative;
}

.btn2.pdf span {
  padding: 0;
}

.btn2.pdf span.big {
	font-size: 17px;
	display: block;
}

.btn2.pdf span.small {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: block;
}

a.btn2:hover {
	color: #fff;
	background-color: #009735;
}

.btn1.pdf:after,
.btn2.pdf:after {
	content: "";
	width: 48px;
	height: 33px;
	background-image: url(../../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: right 20px center;
	position: absolute;
	top: calc(50% - 16px);
	right: 0;
}



/*--------------- greeting --------------- */

#pagettl.greeting {
	margin: 0 0 20px;
}

.col_greeting {
	margin: 0 0 20px;
	padding: 5px 4px 20px;
	border-bottom: 1px solid #010109;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.img_greeting {
	margin: 0 18px 0 0;
}

.name_greeting {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	position: relative;
	left: -5px;
}

.txt_greeting {
	padding: 0 4px;
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}



/*--------------- access --------------- */

dl.col_access {
	width: 400px;
	margin: 50px auto 0;
	padding: 40px 15px;
	text-align: center;
	border: solid 3px #ccc;
}

dl.col_access dt {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
}

dl.col_access dt span {
	padding: 0 5px 0 0;
	color: #1e6dad;
	font-size: 13px;
}



/*--------------- summary --------------- */

dl.list_summary1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-bottom: dashed 1px #599552;
}

dl.list_summary1 dt {
	width: 110px;
	margin: 0;
	padding: 15px 0 15px 20px;
	font-size: 14px;
	color: #599552;
	font-weight: bold;
	float: left;
}

dl.list_summary1 dd {
	margin: 0;
	padding: 15px 0 15px 0;
	float: left;
}





/*--------------- recruit --------------- */

.txt_recruit_extend {
	margin: 0 0 15px 222px;
}

.txt_recruit_extend2 {
	margin: 0 0 15px 191px;
}

.mds_recruit2 {
	margin: 0 0 0 8px;
	padding: 0 0 0 15px;
	font-weight: bold;
	background-image: url(../img/icon_mds3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.col_recruit_notice {
	margin: 0 0 30px 0;
	padding: 0 0 13px 0;
	background-color: #fff;
	border: solid 1px #999;
}

.mds_recruit_notice {
	margin: 0 0 10px 0;
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #d00;
}

.link_recruit_notice {
	margin: 0 20px 0 0;
	padding: 0;
	color: #a5c1f0;
	float: left;
}

ol.list_recruit1 {
	margin: 0 0 0 20px;
	padding: 0;
}

ol.list_recruit1 li {
	margin: 0;
	padding: 0;
}

.col_sort_recruit {
	width: 380px;
	margin: 0 0 10px 15px;
	padding: 0 0 12px 0;
	background-color: #fff;
	border: solid 1px #999;
}

.mds_sort_recruit {
	margin: 0 0 15px 0;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	background-color: #d6d6d6;
}

ul.list_sort_recruit1 {
	margin: 0 20px 0 25px;
	padding: 0;
	float: left;
}

ul.list_sort_recruit1 li {
	margin: 0;
	padding: 0;
}

p.note_entry {
	margin: 0 0 25px 20px;
	padding: 0;
	font-size: 11px;
	line-height: 150%;
}

ul.list_attention_recruit {
	margin: 0 0 25px 10px;
	padding: 0;
}

ul.list_attention_recruit li {
	margin: 0;
	padding: 0 0 0 16px;
	text-indent: -16px;
}

ul.list_attention_recruit li span {
	color: #d18300;
}

.btn_recruit1 {
	width: 182px;
	height: 0;
	margin: 30px auto 30px auto;
	padding: 41px 0 0 0;
	background-image: url(../recruit/img/btn_recruit1.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

a.btn_recruit1:hover {
	background-position: 0 bottom;
}

a.btn_recruit1.nolink:hover {
	background-position: unset;
}

.box_notice_recruit {
	width: 600px;
	margin: 0 auto 35px;
	padding: 11px 21px;
	border: solid 1px #999;
}

.box_deadline1 {
	margin: 10px 0 40px 0;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.box_deadline2 {
	margin: 0px 0 20px 0;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.extension{
	padding-left: 190.9px;
}

/*--------------- join --------------- */

.btn_join1 {
	width: 242px;
	height: 0;
	margin: 0 auto;
	padding: 42px 0 0 0;
	background-image: url(../join/img/btn_join.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

a.btn_join1:hover {
	background-position: 0 bottom;
}


/*--------------- citizen --------------- */

dl.list_citizen1 {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	font-size: 13px;
	display: flex;
}
dl.list_citizen1.top { padding-top: 10px; }

dl.list_citizen1 dt {
	width: 90px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.list_citizen1 dt span {
	width: 22px;
	margin: 0;
	padding: 0;
	color: #1e6dad;
	text-align: center;
	display: inline-block;
}

dl.list_citizen1 dd {
	width: calc( 100% - 90px );
	margin: 0;
	padding: 0;
}

dl.list_citizen2 {
	margin: 10px 0 0;
	padding: 0;
}

dl.list_citizen2 dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.list_citizen2 dd {
	margin: 0 0 0 20px;
	padding: 0;
}




