@charset "utf-8";
/* CSS Document */


#tmp_footer.renewal {
  width: 100%;
	padding:0;
	color:#656561;
	background-color:#F2F2EA;
	clear:both;
}
#tmp_footer.renewal:after {
    display: none !important;
}
#tmp_footer.renewal a {
    color: #446E60;
    background-color: transparent;
    text-decoration: none;
}
.renewal #tmp_footer_cnt {
    width:80%;
    max-width: 1100px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    text-align:center;
    margin: 0 auto;
	padding:26px 0;
	clear:both;
}
.renewal #tmp_foot_address {
    margin: 0 13px 0 0;
}

.renewal #tmp_footer_cnt .f_ttl {
    font-size: 114.2%;
    font-weight: bold;
    color: #212121;
    margin: 0 0 12px;
}
.renewal #tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
    font-size: 107.1%;
    letter-spacing: 0.25px;
}
.renewal #tmp_footer_cnt address span {
	margin:0 1em 5px 0;
    display: block;
    line-height: 1.4;
}
.renewal #tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
.renewal #tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
.renewal #tmp_foot_sns {
    width: 154px;
    margin: 72px 0 0 0;
}
.renewal #tmp_foot_sns li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.renewal #tmp_foot_sns li img {
    width: 36px;
}
.renewal #tmp_copyright {
    width: auto;
    padding: 9px 0 13px;
    font-size: 78.5%;
	text-align:center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #446E60;
	clear:both;
}

@media all and (max-width: 750px) {
    .renewal #tmp_footer_cnt {
      width: auto;
    }
    .renewal #tmp_footer_cnt {
        padding: 30px 21px 10px;
    }
    .renewal #tmp_footer_cnt .f_ttl {
        font-size: 107.1%;
        font-weight: normal;
    }
    .renewal #tmp_footer_cnt address span {
        line-height: 1.8;
        margin-bottom: 0;
    }
    .renewal #tmp_foot_sns {
        margin: 24px auto 15px;
    }
    .renewal #tmp_copyright {
        padding: 13px 0;
    }
}