/* 会社概要 */
.map_button {
    max-width: 206px;
    height: 28px;
    background-color: rgb(128, 0, 35);
	border: none;
	border-radius: 8px;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}
.map_button:hover {
	opacity: .7;
}
.profile_indent{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/* 不動産賃貸事業 */
.minimap_button {
    max-width: 135px;
    min-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgb(128, 0, 35);
	border: none;
	border-radius: 8px;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}
.minimap_button:hover {
	opacity: .7;
}
/* 板橋運送株式会社 戸田営業所 */
.itoc_img {
  width: 225px;
  height: 167px;
  background-image: url('../images/itoc_A.gif');
  /* 画像の表示設定（必要に応じて調整） */
  background-size: cover;      /* 要素に合わせて画像を拡大・縮小 */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat;/* 画像の繰り返しを防止 */
}
.itoc_img:hover {
  background-image: url('../images/itoc_B.gif');
}
/* リクルート */
.recruit_title {
    max-width: 900px;
    /* height: 40px; */
    margin-bottom: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: linear-gradient(rgb(238, 238, 238), rgb(205, 205, 205));
    box-shadow: 0px 15px 10px -5px;
    padding-left: 13px;
    color: rgb(88, 88, 88);
    font-size: 25px;
    font-weight: bold;
}
.recruit_indent{
	padding-left: 1em;
	text-indent: -1em;
}
/* I-TOC */
.itoc_indent{
	padding-left: 1em;
	text-indent: -1em;
}
.itoccap {
	padding: 10px;
	border: 2px solid #F30;
}
/* sitemap */
.link_color a{
  color: #551a8b;
}
.column_border{
  border: none;
}
.sitemap_column{
  margin-left: 80px;
  margin-right: none;
  margin-bottom: 16px;
  line-height: 1.75rem;
}
/* anniversary 80 */
.ani_border{
  border: none;
  padding-left: 12px;
}

@media screen and (min-width: 578px) {
  /* 578px以上に適用されるCSS（タブレット用） */

  /* sitemap */
  .column_border{
    border-right: 1px solid #5B5B5B;
  }
  .sitemap_column{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  /* anniversary 80 */
  .anniversary_border{
    border-left: 1px solid #5B5B5B;
    padding-left: 24px;
  }
}