@charset "UTF-8";


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

.content-side {
  display: none;
	
}

.yoso {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  display: inline-block;
  border: 1px solid #333333;
}

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

.profile-pagecontents .profile-addressmap {
  margin-left: 20px;
  margin-right: 20px;
}

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

.profile-pagecontents .profile-addressmap .map {
  float: right;
}

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

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

	.profile-pagecontents .profile-addressmap .media-block__text {
		order: 1;
	}

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






