@charset "utf-8";
/* CSS Document */
/********************************************************************
	profile.css
*********************************************************************/
/*==========================================================================
	会社概要
============================================================================*/
.cpProfile {
  margin-bottom: 30px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.cpProfile th,
.cpProfile td {
  padding: 20px;
  text-align: left;
}
.cpProfile th {
  display: block;
  background-color: #f2f2f2;
  font-weight: normal;
}
.cpProfile td {
  border-bottom: 1px solid #CCCCCC;
  display: block;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .cpProfile th {
    border-bottom: 1px solid #CCCCCC;
    /*background-color: transparent;*/
    display: table-cell;
    font-size: 20px;
    width: 20%;
    
  }
  .cpProfile td {
    border-bottom: 1px solid #CCCCCC;
    display: table-cell;
    width: 80%;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*==========================================================================
	アクセスマップ googlemap
============================================================================*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .ggmap {
    max-width: 1240px;
    margin: 0px auto 50px;
  }
}