@charset "UTF-8";
/*
Theme Name:AGENT Child
Version:3.5
Template:agent_tcd033
*/

.footer_content {
	max-width: 1660px;
 	display: flex;
	justify-content: space-between;
 	column-gap: 30px;
	padding: 80px 80px 0;
	margin-inline: auto;
}
.footer_info {
	display: flex;
	flex-direction: column;
}
.footer_info .col-xs-120 {
	max-width: 200px;
	padding: 0;
	margin-bottom: 30px;
}
.footer_address address {
	line-height: 2;
	margin-bottom: 0;
}
.footer_map {
  width: min(100%, 600px);
  height: 350px;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .footer_map {
    width: min(100%, 350px);
  }
}
@media screen and (max-width: 959px) {
  .footer_content {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_content {
    flex-direction: column;
    row-gap: 20px;
  }
	.footer_info .col-xs-120 {
		margin-bottom: 25px;
	}
  .footer_map {
    width: 100%;
    height: 200px;
  }
}