@charset "UTF-8";
/* CSS Document */
/*工法案内（トップページも）の修正*/
ul.koho li a div.kohoup div.kohocategory div.lh p{
	line-height: 1.3;
}
ul.koho li a div.kohoup div.kohoimg.hidden{
	overflow: hidden;
}
ul.koho li a div.kohoup div.kohoimg.hidden img{
	object-fit: cover;
}
/*会社概要の所在地追加時のGoogle mapのボタン*/
a.gmap-btn{
	align-items: center;
    border-radius: 100vh;
    text-align: center;
    font-family: "LineSeedJP_Bd";
    font-size: 15px;
    letter-spacing: 0.05em;
	line-height: 1.2;
    color: #552e31;
    background: #fff;
    border: 1px solid #552e31;
	padding: 0 12px;
	margin-left: 16px;
}
a.gmap-btn:hover{
	background: #D97215;
    border: 1px solid #D97215;
    color: #fff;
	opacity: 0.85;
}
@media screen and (max-width:910px) {
	a.gmap-btn{
display: block;
        width: 130px;
        padding: 6px 8px;
        margin-left: 0;
        font-size: 14px;
        margin: 4px 0 6px;
	}
}
table.cominfo td p.mgb10{
	margin-bottom: 20px;
}
/*footerの修正*/

footer div.container01 div.footerlogo {
    width: 250px;
    height: 47px;
    margin-bottom: 44px;
}
footer div.container01 address {
    font-family: 'LineSeedJP_Rg';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #552e31;
    font-style: normal;
}
footer div.container01 div.footer-tel {
    margin-bottom: 18px;
}
footer div.container01 div.footer-tel a {
    font-family: 'LineSeedJP_Rg';
    font-size: 23px;
    line-height: 38px;
    text-align: left;
    color: #552e31;
}
footer div.container01 div.footer-tel a::before{
	content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(../image/footer/tel.svg);
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -3px;
}
ul.footer-company-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul.footer-company-list li{
width: 48%;
    margin-bottom: 20px;
}
ul.footer-company-list.ind li{
width: 44%;
}
ul.footer-company-list li p{
	font-family: 'LineSeedJP_Rg';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #552e31;
    font-style: normal;
}
ul.footer-company-list li p span{
	color: #009d41;
	margin-right: 4px;
}
ul.footernav{
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid #552e31;
	padding-top: 42px;
	margin-top: 22px;
}
ul.footernav.ind{
flex-wrap: wrap;
    justify-content: flex-start;
}
ul.footernav li{
	padding-left: 2em;
}
ul.footernav.ind li{
	width: 240px;
}
ul.footernav li a{
	font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: left;
    color: #552e31;
    padding-left: 0px;
    text-indent: -25px;
    display: inline-block;
}
ul.footernav li a:hover{
	color: #009d41;
}
ul.footernav li a::before{
	content: "-";
    font-family: 'LineSeedJP_Rg';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: left;
    color: #552e31;
    margin-right: 10px;
}
@media screen and (max-width:1010px) {
	div.width90{
		width: 90%;
	}
}
@media screen and (max-width:1020px) {
	ul.footernav{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:768px) {
	ul.footer-company-list{
		display: block;
	}
	ul.footer-company-list li{
width: 100%;
}
	ul.footer-company-list.ind li{
width: 100%;
}
}