.submain-box::before {
  content: 'COMPANY';
}

/*------------------------------------------*/
/* 会社概要
/*------------------------------------------*/

/* テーブル --------------------------------*/

.outline .com-table td p {
  display: inline-block;
}

.outline .com-table td p {
  margin-right: 1em;
}

.outline_president{
	margin-top:2em;
	text-align:right;
}

@media screen and (min-width: 768px), print {
  .outline .com-table th {
    width: 11em;
  }
}

/* テーブル リスト --------------------------------*/
.outline table .dl dd {
  padding-left: 1em;
}

@media screen and (min-width: 768px), print {
  .outline table .dl dd br {
    display: none;
  }
}

/* テーブル リスト2 --------------------------------*/
.outline table .list li {
  display: inline-block;
  margin-right: 1em;
}

/*------------------------------------------*/
/* アクセス
/*------------------------------------------*/

/* 地図 --------------------------------*/
.map_wrapper iframe {
  width: 100%;
  height: 400px;
}

.map_wrapper {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .map_wrapper iframe {
    width: 100%;
    height: 200px;
  }
}


/*------------------------------------------*/
/* 沿革
/*------------------------------------------*/

/* テーブル --------------------------------*/

@media screen and (min-width: 768px), print {
  .history .com-table th {
    width: 10em;
  }
}