@charset "utf-8";
/*
Theme Name: cla
Theme URI: 
Description: 
Version: 1.0
Author: kawasaki
Author URI: 
*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 16px;
	line-height: 1.7;	
	background: #fff;
	box-sizing:border-box;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #000;
	transition: 0.3s;
	text-decoration:none;
}
a:hover {
	color: #b4ae99;	/*マウスオン時の文字色*/
	opacity:0.7;
}

/* ココから */
/* ---------------------------------------------------------------------------*/

#wrapper{
	background-color: #fff;
	max-width:1080px;
	margin:10px auto 0;
}

header{
	width: 100%;
}

#logo-tel{
	width: 100%;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;

}

#title::before{/*ロゴ*/
	content:url(images/cla-logo2.png);
	padding-right:10px;
}
#title h1{
	font-size: 10px;
	margin: 0;
}
.name{/*事務所名*/
	font-size: 25px;
	margin: 0;
}

#phone p{
	font-size: calc(18px + 0.5vw);
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	margin:5px 0;
}
.fax{
	font-size:calc(10px + 0.5vw);
}

#contact-a{
	width:250px;
	text-align: center;
	display: block;
	background-color: #903;
	text-decoration: none;
	color:#fff!important;
	padding:5px 10px;
	margin: 0 0 0 auto;
}


/* ヘッダーナビ */
#nav-content{
	margin: 5px 0 10px 0;	
}
#nav-content ul{
	width:100%;
	padding: 5px 0 5px 0;
	margin: 0;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;	
	border-top:1px solid #903;
	border-bottom:1px solid #903;
}
#nav-content li{
	list-style: none;
	text-align: center;
	flex-grow: 1;
}
#nav-content a{
	color:#000;
	padding:10px 0 5px 0;
	flex-grow: 1;
	text-decoration: none;
}



/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}


/* メインボックス */
main{
 	margin-top: 10px;
 }

/* メインボックスの中 */
#main2{
	padding: 25px 0;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}


/* サイドナビ */

#side-nav{
	width:20%;

}
#side-nav1{
	position: sticky;
	top: 10px;
	z-index: 1;
}

/* サイドナビの各バナー設定 */
#kyoka{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	height: 120px;
	background-image: url("images/004_kyoka.jpg");
	background-size: cover;
	margin-bottom:15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#keishin{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	height: 120px;
	background-image: url("images/0051_keishin.jpg");
	background-size: cover;
	margin-bottom:15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shinsei{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	height: 120px;
	background-image: url("images/0061_nyusatsu.jpg");
	background-size: cover;
	margin-bottom:15px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* トップページのメイン画像 */
#main-img{
	background-image: url("images/001_main.jpg");
	height:400px;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main-img p{
	width: 100%;
	font-size: calc(0.9vw + 18px);
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 5px;
	color:#333;
	text-align: center;
	padding:10px 0;
	margin: 0 auto;
}


/* メインコンテンツボックス */
#inner-wrapper{
	width:80%;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}

/* 各ページのタイトル見出し */
#inner-wrapper h2{
	color:#222;
	font-size: 24px;
	border-bottom:1px solid #903;
	border-left: 15px solid #903;
	padding: 5px 0 0 10px;
	margin-bottom: 40px;
}


/* 更新・新着情報 */
#new-topic{
	margin: 0 0 50px 0;
	line-height:2em;

}
#new-topic dl{
	width: 80%;
	margin: 0 auto;
	line-height: 2em;
}
#new-topic dl dt{
	font-size: 14px;
	padding-top: 10px;
	float:left;	
}
#new-topic dl dd{
	padding-top: 10px;
	padding-left: 170px;
	border-bottom: 1px dotted #666;
}
#new-topic a{
	display: block;
}

.botan{
	text-align: center;
	color: #fff;
	background-color: #903;
	margin: 50px auto;
	padding: 3px 0;
	width: 300px;
}



/* 事務所の想い */
#think{
	width: 80%;
	margin: 0 auto 25px;
}
#think img{
	display: block;
	margin: 0px auto;
}
#think p{
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	display: block;
	margin: 70px auto 30px;
}

/* 事務所概要と業務紹介のボックス */
#gaiyo-syokai{
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/* 事務所概要-トップ */
#gaiyo{
	width: 45%;
	margin:50px 10px;
}
#gaiyo img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#gaiyo p{
	width: 100%;
	display: block;
	text-align: justify;
	margin: 15px auto 30px;	
}
#gaiyo a{
	color:#fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 150px;
	margin: 0 auto;
	background-color: #903;
	padding:5px 0;
}

/* 業務紹介-トップ */
#gyomu{
	width: 45%;
	margin:50px 10px;
}
#gyomu img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#gyomu p{
	width: 100%;
	display: block;
	margin: 15px auto 30px;	
}
#gyomu a{
	color:#fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 150px;
	margin: 0 auto;
	background-color: #903;
	padding:5px 0;
}

/* 関連情報-トップ */
#kanren{
	margin: 50px 0 0 0;
}
#kanren p{
	text-align: center;
	display: block;
	width: 600px;
	margin:50px auto;
}
#kanren a{
	color:#fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 300px;
	margin: 0 auto;
	background-color: #903;
	padding:5px 0;
}


/* フッター */
footer{
	width: 100%;
	margin: 0 auto;
}
#contact{
	margin: 20px auto;
	border-top:1px solid #903;
}

#contact p{
	text-align: center;
	margin: 15px;
}
.phone2{
	font-size:32px;
	font-weight: bold;
	padding-left: 30px;
}
#contact a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 300px;
	background-color: #903;
	padding:5px 0;
	margin: 10px auto;
}

#footer-nav{
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
#footer-nav ul{
	width:100%;
	padding:0;
	margin: 0;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#rights{
	color:#fff;
	text-align: center;
	font-size: 14px;
	background-color: #903;
	padding: 5px 0 5px 0;
}




/*業務紹介ページ*/

#inner-wrapper2{
	margin: 30px auto 0;
}
#inner-wrapper2 h2{
	font-size: 24px;
	border-bottom:1px solid #903;
	border-left: 15px solid #903;
	padding: 5px 0 0 10px;
	margin-bottom: 60px;
}

#gyomu-point{
	width: 100%;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 0 80px 0;
}

.syokai h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0; 
}
.syokai img{
	display: block;	
	margin: 0 auto;
}
.syokai p{
	font-size: 14px;
	text-align: center;
	margin: 0 0 20px 0;
}
.syokai a{
	width: 80%;
	text-align: center;
	display: block;
	margin:  0 auto;
	background: #ccc;
	padding: 5px 0;

}

/* 取り扱い業務一覧 */
#ichiran{
	
}
#ichiran p{
	width: 90%;
	margin: 10px auto;
}
#ichiran p::before{
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  font-weight: 900;
  padding-right: 10px;
}
.bold{
	color: #903;
	font-size:18px;
	font-weight: bold;
	padding-bottom:5px;
}


/*ご挨拶*/

#kotoba p{
	width: 80%;
	margin: 0 auto 80px auto;
	text-align: justify;
}
#syoshi-syokai{
	margin-bottom: 70px;
}
#syoshi-syokai h3,ul{
	padding-left: 80px;
}
#syoshi-syokai h3{
	font-size: 24px;
}
#syoshi-syokai ul{
	list-style: none;	
}
#syoshi-syokai li{
	padding-bottom:5px;
}
#chosaku{
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.syosai h3{
	margin-bottom:25px;
}
.syosai p{
	margin-bottom:40px;
}
.syosai a{
	color:#000;
	width: 80%;
	text-align: center;
	display: block;
	margin:  0 auto;
	text-decoration: none;
	background: #ccc;
	padding: 5px 0;
}
.syosai-img img{
	height: 250px;
}


/*事務所概要*/
#gaiyo-inner{
	padding: 0 30px;
	margin-bottom:100px;
}
#gaiyo-inner table{
	width: 80%;
	margin: 50px auto 0;
	text-align: left;
	border-collapse: collapse;
    margin: 5px auto 15px auto;
}
#gaiyo-inner tr{
	vertical-align: baseline;
}
#gaiyo-inner th{
    text-align: left;
    padding: 12px;
    white-space: nowrap;
    color: #151515;
    border-bottom: 1px solid #888;
    font-weight: normal;
    letter-spacing: 1px;
    background-repeat: repeat-x;
    background-position: top;
}



/*関連情報*/
.site{
    padding: 0 50px 30px 50px;
    margin-bottom:25px;
}
.site h3{
    color:#222;
    font-size: 16px;
	font-weight: bold;
	border-bottom:1px dotted #903;
    padding-bottom:5px;
}
.site h3::before{
    color: #555;
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    font-weight: 700;
    padding-right: 5px;
}
.site p{
    padding-left: 50px;
    margin:20px 0;
}
.site a{
    font-size:14px;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
    text-align: center;
    margin:20px auto 10px 10px;
    padding: 3px 0;
    display: block;
    width: 150px;
    background-color: #aaa;
    border-radius: 3px;
}


/*流れ*/
#frow-in{
    padding:0 25px;
    margin-bottom:80px;
}
#frow-in p{
    color:#555;
    font-size:30px;
    text-align: center;
    margin: 15px 0;
}
#frow-in dt{
    color:#fff;
    font-size:21px;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    background-color: #903;
    margin: 0 0 40px 0;
}
#frow-in dd{
    width: 70%;
    margin: 0 auto;
}

#frow-out{
	width: 70%;
	margin: 0 auto;
}
.bun{
   text-align: center;
}

#frow-out ul{
    width: 30%;
    margin: 20px auto 0;
    list-style-type: circle;
}


/*プライバシーポリシー 免責事項*/
#honbun2{
	width: 80%;
	margin: 0 auto;
}
#honbun2 h3{
	border-left: 8px solid #903;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
}
#honbun2 ul{
	margin: 0 0 40px 0;
	padding-left: 40px;
	list-style-type: disc;
}
#honbun2 p{
	margin: 0 0 30px 0;
}
#honbun2 a{
	color: blue;
}



/*建設業許可*/

#inner{
    padding: 0 20px;
    margin-bottom:50px;
    border-bottom: 5px solid #ddd;
}
#inner p{
	margin: 10px 0 0 0;
}
#inner table{
	font-weight: lighter;
	width: 100%;
	margin: 5px auto 50px;
	text-align: left;
	border-collapse: collapse;
}
#inner th{
	width: 30%;
	background-color: #eee;
	font-weight: lighter;
	border:1px solid #000;
	padding: 20px;
}
#inner td{
	width:  70%;
	padding:20px;
}
#ichijyo{
	font-size:18px;
	font-weight: bold;
	padding-top: 15px;
}
.jyoken{
    text-decoration: underline;
    font-weight: bold;
}
.honbun{
    padding:30px 20px;
    border-top: 5px solid #ddd;
}
#inner2{
    padding: 5px 20px;
}
#inner2 h3{
	font-size: 30px;
	font-weight: bold;
	color: #903;
}
#inner2 h4{
	font-size:21px;
	font-weight: bold;
	margin-top:50px;
}
#inner2 p{
	text-align: justify;
}
.bold{
	font-weight: bold;
	color:#903;
}


/*経営事項審査*/
#inner{
/*     padding: 5px 20px;
    margin-bottom:50px; */
    border-bottom:5px solid #ddd;
}
#inner img{
	width: 90%;
	display: block;
	margin: 50px auto 0 auto;
}

.inyo{
	text-align: center;
}
.inyo a{
	color: #00f;
}


#point3 p{
	color:#903;
	padding-top:15px;
	padding-left: 25px;
	font-weight: bold;
	margin: 15px;
}
#point3 h3{
	font-weight: bold;
	font-size: 30px;
	color: #903;
}
#point3 h4{
	font-size:21px;
	font-weight: bold;
	margin-top:50px;
}
#point3 ul li{
	list-style-type: circle;
}



/*入札参加資格申請*/
#inner5{
	width: 85%;
	padding: 5px 40px;
	margin: 0 auto;
}
.setsumei{
	padding: 20px 0 50px 0; 
}
#inner5 h3{
	font-size: 30px;
	font-weight: bold;
	color: #903;
	border-top: 5px solid #ddd;
	padding-top:50px;
	margin-top: 30px;
}
#inner5 h4{
	font-size:21px;
	font-weight: bold;
	margin: 50px 0 20px; 
}
#inner5 p{
	padding: 0 15px;
}
.bold{
	font-weight: bold;
	color:#903;
}


/* 更新・新着一覧(アーカイブ) */
.list{
	padding-left: 50px;
}
.daytime{
	width: 150px;
	font-size: 14px;
	float: left;
/* 	color: #fff;
	background-color: #903; */
	margin-bottom: 20px;
	padding: 3px 10px;
	text-align: left;
}
.titletime{
	padding-left: 220px;
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #903;
}
.titletime a{
	text-decoration: underline;
	text-decoration-color: #999;
}


.posts-navigation {
 	margin-top: 3em;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.nav-links {
	width: 50%;
	padding: .5em 0;
	margin: 0 auto;
}

.nav-links:after {
	content: "";
	display: block;
	clear: both;
}

.nav-previous {
	font-size: 14px;
	font-weight: bold;
	float: left;
	background-color: #ddd;
	padding: 2px 20px;
}

.nav-next {
	font-size: 14px;
	font-weight: bold;
	float: right;
	background-color: #ddd;
	padding: 2px 20px;
}


/* 投稿ページ */
.container{
	padding: 25px 0;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}

/* 記事一覧に戻るボタン */
.ak{
	margin: 0 auto;
}
.ak a{
	display: block;
	padding: 3px 15px;
	
}

























.clearfix:after {
  content: "";
  clear: both;
  display: block;
 }