@charset "UTF-8";

/**======================================
	COMPANY
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

#company_contents .box > .heading02 {
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
}

#company_contents th {
  background: #f7f8f9;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #company_contents th {
    padding: 0.8em;
    border-top: 1px solid #ddd;
  }

  #company_contents td {
    padding: 0.8em;
  }

  #company_contents tr:last-child td {
    border-bottom-width: 2px;
  }
}

@media screen and (min-width: 600px) {
  #company_contents th {
    width: 200px;
  }
}

/*--------------------------------------
	index
---------------------------------------*/

/* president_box */

@media screen and (max-width: 599px) {
  .president_box .image_cont .pic {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
}

/* profile_box */

#company_contents .profile_box .map_part {
  height: 0;
  overflow: hidden;
  position: relative;
}

#company_contents .profile_box .map_part iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 599px) {
  #company_contents .profile_box .map_part {
    padding-bottom: 110% !important;
  }
}

@media screen and (min-width: 600px) {
  #company_contents .profile_box .map_part {
    padding-bottom: 35% !important;
    border: 1px solid #ccc;
  }
}
