@charset "UTF-8";


/*サイドメニューを消す*/

.content-side {
  display: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*会社概要　住所とマップ*/

[data-pagecontents=profile-pagecontents] .profile-addressmap {
  margin-left: 20px;
  margin-right: 20px;
}

[data-pagecontents=profile-pagecontents] .profile-addressmap::after {
  content: "";
  display: block;
  clear: both;
}

[data-pagecontents=profile-pagecontents] .profile-addressmap .map {
  float: right;
}

@media screen and (max-width: 48em) {
	[data-pagecontents=profile-pagecontents] .profile-addressmap {
		display: grid;
		grid-template-columns: 1fr;
		margin-left: 10px;
		margin-right: 10px;
	}

	[data-pagecontents=profile-pagecontents] .profile-addressmap .map {
		order: 2;
		margin-top: 20px;
	}

	[data-pagecontents=profile-pagecontents] .profile-addressmap .media-block__text {
		order: 1;
	}

	[data-pagecontents=profile-pagecontents] .profile-addressmap p:nth-of-type(2) {
		text-align: center;
		margin: 0 auto;
	}
}






