@charset "UTF-8";

/* ========clearfix======== */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix{
	height: 1%
}
.clearfix{
	display:block;
}

/* ========BASIC======== */
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	color:#5A482B;
}
br{
	letter-spacing:normal;
	font-family: sans-serif !important;
}
img{
	border:0;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6 {
margin:0;
}
.redtxt{
	color:#F00;
	border-bottom:#F00 1px solid;
}
/* ========TEMPLATE LAYOUT======== */
#headWrap {
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	background:url(../images/common/bg_header.jpg) repeat-x ;
	background-position:bottom;
	height:110px;
}
#header {
	width:960px;
	margin:0 auto;
}
#pr {
	position:absolute;
	left:0;
	top:0;
	width:960px;
}
#menu {
	width:100%;
	min-width: 1330px;
	background-color:#24B7B3;
	margin:0;
	padding:0;
	position: relative;
}
#icatch {
	width:100%;
	margin:0 auto;
	background:#fff url("../images/top/bg_body.jpg") 0 0 repeat-x;
	text-align:center;
}
#contents {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#topcontents {
	clear:both;
	width:1130px;
	margin:0 auto;
	padding:0;
}
#main {
	width:1110px;
	padding:20px 10px 0 10px;
	text-align:center;
	margin:0 auto;
}
#innerBox {
	width:940px;
	padding:20px 10px 50px 10px;
	text-align:left;
	margin:0 auto;
}
.bxslider{
	margin:40px 0;
	z-index:50;
}
.bxslider img{
	margin: 0 auto;
}
#pageTop {
	clear:both;
}
#footMenu {
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#E5E5E5;
	border-top:5px solid #959595;
	font-size:18px;
}
#footer {
	width:100%;
	margin:0 auto;
	float:left;
	margin-top:10px;
	text-align:center;
}
.pan{
	text-align:left;
	font-size:13px;
}
.pan ol li {
	display: inline;
	list-style-type: none;
}
.pan ol li:before {
	content: " > ";
}
.pan ol li:first-child:before {
	content:"";
}

/* ========HEADER CUSTOMIZE======== */
#header #pr p {
	margin:0;
	font-size:11px;
}
#header #Head_btnBox ul {
	list-style:none;
}

#header #Head_btnBox li {
	float:left;
}
#header #Head_btnBox li a {
	display:block;
}
.borderline{
	height:4px;
	width:100%;
	background-color:#016DB7;
	float:left;
}
.Head_logoBox{
	width:365px;
	float:left;
	margin-left:-30px;
}
.Head_btnBox{
	width:250px;
	float:right;
	margin:0 5px 5px 5px;
	text-align:right;
}
.searchBox{
	margin:0;
}
#fontsize{
	padding-right:15px;
	margin-top:-10px;
}
/* ========MENU CUSTOMIZE======== */

.flx-cntr { /* 中央寄せ */
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

ul#navigation {
    width:1330px;
	height: 70px;
	margin:0 auto;
	padding:0;
	list-style:none
}
ul#navigation li{
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3em;
	color: #FFF;
	border-right: solid 1px;
}
ul#navigation li:last-child{
	border: none;
}
ul#navigation li a{
	display: block;
	height: 100%;
	padding-bottom: 2px;
	color: white;
	text-decoration: none;
}
ul#navigation li a:hover{
	border-bottom: 1px solid;
}

/* ========MENU2 CUSTOMIZE======== */
.menu2 ul{
	margin: 50px auto 30px;
	text-align: center;
	list-style: none;
	width: 880px;
}
.menu2 ul li{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	width: 150px;
	height: 150px;
	background-image: url(../images/common/menu-icon-01.png);
	background-size: cover;
}
.menu2 ul li a{
	position: relative;
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.menu2 ul li a span{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50px;
	font-feature-settings: "palt";
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
	color: #23b6b2;
}
.menu2 ul .single-gyou a span{
	top: 62px;
}
.menu2 ul .haba a{
	letter-spacing: -1px;
}
.menu2 ul li:hover{
	background-image: url(../images/common/menu-icon-02.png);
}
.menu2 ul li:hover a span{
	color: #FFF;
}

/* ========MENU3 CUSTOMIZE======== */
.menu3{
	margin:30px 0 20px 0;
}
ul#navigation3 {
    width:500px;
	margin:0 auto;
	padding:0;
    overflow:hidden;/*float解除*/
    zoom:100%;/*float解除*/
}
ul#navigation3 li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}
ul#navigation3 li a {
    display:block; /*インラインからブロック要素へ変更*/
    height:33px; /*高さ*/
	width:500px;
    text-align:center; /*テキストの位置*/
    font-weight:bold; /*テキストの太さ*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(../images/top/bt_link_road.gif); /*メニュー画像*/
    background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#navigation3 a.road {background-position:0px 0px;width:500px;}
ul#navigation3 li a.road:hover {background-position:0 -33px;}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
	margin-bottom:10px;
	font-size:11px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */

#innerBox h1 {
	text-align:center;
	margin:50px 0;
}
#innerBox h2 {
	margin:30px 0;
}
#innerBox h3 {
	margin:30px 0 10px 0;
}
#innerBox h4 {
	padding-left:75px;
	margin:50px 0 20px 0;
}
#innerBox h5 {
	padding-left:75px;
	margin:50px 0 20px 0;
}
#innerBox h6 {
	margin-bottom:2px;
	font-size:12px;
}
#innerBox p {
	padding-left:75px;
	margin:0;
}
.ListNone{
	list-style:none;
	margin-left:50px;
}
.ListNone li{
	margin-bottom:5px;
}
.ListNone2{
	list-style:none;
	margin-left:60px;
	padding:30px 0;
}
.ListNone2 li{
	margin-bottom:5px;
}
.LinkList{
	float:left;
	width:865px;
	margin:30px 0 30px 75px;
}
.LinkLeft{
	float:left;
}
.LinkRight{
	float:right;
}
.ListCircle{
	margin-left:60px;
}
.ListCircle li{
	margin-bottom:5px;
}
.ListCircle2{
	margin-left:100px;
}
.ListCircle2 li{
	margin-bottom:5px;
}
.line{
	margin:50px 0 50px 75px;
}
#innerBox dt {
	margin-bottom:3px;
}
#innerBox dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}
.leftBox{
	width:450px;
	padding:10px;
	float:left;
}
.rightBox{
	width:450px;
	padding:10px;
	float:left;
}
.serBox{
	width:940px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-bottom:15px;
	float:left;
}
.serLeft{
	width:650px;
	float:left;
}
.serRight{
	width:290px;
	float:left;
	text-align:right;
}
.town{
	margin:20px 0;
}
.inq{
	margin-bottom:20px;}
.textBold{
	font-weight:bold;
}
.InPCenter{
	text-align:center;
	margin:10px 0 0 0;
	padding-left:75px;
	width:860px;
	float:left;
}
.InPCenter2{
	text-align:center;
	margin:10px 0 0 0;
	padding-left:0px;
	width:860px;
	float:left;
}
.InPCenter3{
	text-align: center;
	margin: 10px 0 50px 0;
	padding-left: 75px;
	width: 860px;
	float: left;
}
.InImgCenter{
	text-align:center;
	margin:20px 0 20px 0;
	padding-left:75px;
	width:860px;
	float:left;
}
.ImgL{
	margin-right:50px;
	width:400px;
	float:left;	
}
.ImgR{
	width:400px;
	float:left;
}
.InImgCase{
	text-align: center;
	padding-left: 75px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.InP3Box{
	text-align:center;
	margin:10px 0 30px 0;
	padding-left:75px;
	float:left;
}
.InP3BoxR{
	width: 838px;
	text-align:left;
	border:1px solid #666;
	padding:10px;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom:10px;
}
#sub h2 {
	padding:3px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	background:#9B0000;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
}
#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}
#sub li {
	padding:5px 0 5px 0;
	line-height:1.4;
	list-style:none;
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}
#sub li a {
	display:block;
	padding-left:12px;
	background:url("../images/bg_list.gif") 0 6px no-repeat;
}

/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin:0;
	padding:20px 0;
	text-align:center;
}
#footMenu li {
	display:inline;
	margin:10px 35px;
	list-style:none;
}
#footMenu li a {
	padding-left:15px;
	background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}

/* ========FOOTER CUSTOMIZE======== */
.footLogo{
	width:960px;
	margin:0 auto;
}
.footLogo .tel{
	width:455px;
	float:left
}
.footLogo .add{
	width:360px;
	font-size:14px;
	padding:15px 15px 0 20px;
	float:left
	}
.footLogo .inq{
	width:110px;
	float:left;
	margin-top:5px;
}
.mail a{
	text-decoration:underline;
	color:#03C;
}
.copyright {
	width:100%;
	margin:0 auto;
	float:left;
	padding:5px 0;
	font-size:9px;
	font-style:normal;
	color:#FFF;
	text-align:center;
	background-color:#4A1810;
	margin-top:30px;
}

/* --------------------------- */
/* 2021_1203追記 */
/* --------------------------- */
.gyou_space{
	display: block;
	margin-bottom: 30px;
}
.jirei_mrgn{
	margin-bottom: 50px;
}
/* 新たな取組み */
#torikumi-page .table-css { border-collapse: collapse; }
#torikumi-page .td-css11 { 
	border: 1px solid black; 
	border-top-style:none; 
	border-left-style:none; 
} 
#torikumi-page .td-css13 { 
	border-style:none; 
} 
#torikumi-page .td-css { 
	border: 1px solid black; 
} 
#torikumi-page .th-css { 
	border: 1px solid black; 
	background-color: #e0e0e0;
} 
#torikumi-page caption {
	caption-side: bottom; text-align: right;
}
.honsyo_title{
	text-align: center;
	margin: 50px auto 30px !important;
	padding: 10px !important;
	font-size: 1.2rem;
	font-weight: bold;
	background: #f5f5f5;
	border-bottom: solid 4px #24b7b3;
}
.shinsetsu_kinshi{
	margin-bottom: 80px;
}
.shinsetsu_kinshi p{
	text-align: left;
	margin: 0;
	padding: 0;
}
.kiseigaiyou{
	text-align: left;
	margin: 15px auto 30px;
	padding: 10px 20px;
	border: solid 1px;
}
.kiseigaiyou h6{
	text-align: left;
	font-size: 1.2rem;
}
.kiseigaiyou ul li{
	text-align: left;
}
.kiseigaiyou ul li:not(last-child){
	margin-bottom: 15px;
}

/* 20250527追記 */
	#senyou-kinshi{
		border: none;
	}
	#senyou-seigen div{
		margin-bottom: 10px;
	}
	#senyou-seigen a{
		text-align: left;
		display: block;
		width: 290px;
		margin-bottom: 8px;
	}
	#senyou-seigen a::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		margin: 0 5px 0 25px;
		width: 15px;
		height: 15px;
		background-image: url(../images/progress/yajirusi-01.svg);
		background-size: cover;
	}
	#senyou-seigen a::after{
		display: inline-block;
		vertical-align: middle;
		content: "";
		margin: 0 0 0 10px;
		width: 35px;
		height: 15px;
		background-image: url(../images/progress/pdf-icon.svg);
		background-size: cover;
	}
/* ------------- */

.koteishisan_photo{
	width: 800px;
}
.koteishisan_photo2{
	margin-bottom: 50px;
}
.koteishisan_photo img{
	width: 100%;
	height: auto;
}
#url_toiawase{
	margin: 50px auto;
	width: 100%;
}
#url_toiawase th,
#url_toiawase td{
	padding: 8px 15px;
}
#url_toiawase tr td:last-child{
	text-align: left;
}
.torikumi_midashi{
	font-size: 1.4rem;
	font-weight: bold;
}
#torikumi3 div{
	margin: 20px 0;
	margin-left: 70px;
	width: 900px;
	height: auto;
}
#torikumi3 div img{
	width: 100%;
	height: auto;
}

/* 取り組みコスト */
#torikumi_cost{
	padding-left: 70px;
	margin: 0 auto;
}
#torikumi_cost table{
	border-color: inherit;
	text-indent: 0;
	table-layout: fixed;
	margin-bottom: 10px;
	width: 100%;
	border:2px solid #000;
	border-collapse: collapse;
}
#torikumi_cost th,
#torikumi_cost td{
	padding: 10px;
}
#torikumi_cost td{
	vertical-align: top;
}
#torikumi_cost td div p{
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4rem;
}
#torikumi_cost td ul{
	margin-top: 15px;
}
#torikumi_cost td ul li{
	margin-left: -10px;
	padding-left: 0;
}
#torikumi_cost table div div{
	margin-bottom: 10px;
}
#torikumi_cost table div div img{
	width: 100%;
	height: auto;
}
.trkm_txt{
	text-align: left;
}

/* 埋設基準の改定 */
#torikumi_kaitei{
	padding-left: 70px;
	margin: 0 auto;
}
#torikumi_kaitei p{
	margin-top: 15px;
	padding: 0;
}
#torikumi_kaitei div{
	margin-top: 20px;
	width: 100%;
	height: auto;
}
#torikumi_kaitei div img{
	width: 100%;
	height: auto;
}
#torikumi_kaitei table{
	border-color: inherit;
	text-indent: 0;
	margin-bottom: 10px;
	width: 80%;
	border:2px solid #000;
	border-collapse: collapse;
}
#url_toiawase caption,
#torikumi_kaitei table caption{
	text-align: left;
	caption-side: top;
}
#torikumi_kaitei th,
#torikumi_kaitei td{
	padding: 10px;
	border: solid 1px;
}

/* 四国の整備状況 */
.nendo{
	display: block;
	font-size: 0.9rem;
	line-height: 1.2rem;
}

/* ページのトップへ */
#page-top {
	z-index: 99;
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 177px;
	height: 40px;
	font-size: 0;
	opacity: 0;
}
#page-top img{
	width: 100%;
	height: auto;
}
#page-top:hover{
	cursor: pointer;
}
#page-top.fade-in{
	opacity: 0.7;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

/* 20220111追加 */
#kihonkeikaku_link{
	margin-top: 20px !important;
	margin: 0px !important;
	text-align: left;
}

#kinnkyu3year{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

/* 20231106追記 */
/* ========================== */
/* 無電柱化の日  */
/* ========================== */
.mudencyus_day .menu2 ul{
	text-align: center;
}
/* Youtube  */
#main-vslbox {
	position: relative;
	margin: 0 auto 100px;
	width: 100%;
	max-width: 800px;
	border: none;
}

#main-vslbox > div {
	position: relative;
	margin-bottom: 70px;
	width: 100%;
	padding-top: 56.25%;
	text-align: center;
}

#main-vslbox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #959595;
}

/* 20240611追記 */
/* ========================== */
.InP3BoxR ul{
	counter-reset: number 0;
	list-style-type: none;
}
.InP3BoxR ul li{
	padding-left: -20px;
}
.InP3BoxR ul li::before{
	counter-increment: number 1;
	content: counter(number,cjk-ideographic) ". ";
	margin-left: -27px;
}
.shinsetsukinshi #zeishochi{
	text-align: left;
	padding-left: 20px;
	text-indent: -1em;
}
.kiseigaiyou #tokureishochi1{
	padding-left: 10px;
}
.kiseigaiyou #tokureishochi2{
	padding-left: 35px;
	text-indent: -1em;
}
/* ========================== */