@charset "UTF-8";

#wrapper {
  position: absolute;
  background: url("../company/image/companyBg.jpg") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#container {
  background: none;
  width: 100%;
  height: 100%;
}

#main-contents {
  padding-top: 24px;
}
#main-contents .main-inner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
#main-contents .main-inner h2 {
  width: 48%;
  margin: 0 auto 8px;
}
#main-contents .main-inner .company-main-left {
  width: 48%;
  background: rgba(255,255,255,0.8);
  margin: 0 auto;
  padding-bottom: 30px;
}
.company-info-body {
  padding: 8px 16px;
}
.company-info-body h3 {
  color: #0078C1;
  font-size: 24px;
}
.company-info-body dl {}
.company-info-body div {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
}
.company-info-body div dt {
  float: left;
  width: 22%;
  padding: 0 8px 0;
  font-size: 13px;
}
.company-info-body div dd {
  float: left;
  font-size: 13px;
}
.access-map-btn {
  text-align: center;
  padding-top: 8px;
}




/* Break Point ======================================================================>>> 1024px以下 */
@media screen and ( max-width:1024px ){

  #main-contents .main-inner .company-main-left {
    width: 95%;
    max-height: 550px;
    overflow: scroll;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding-bottom: 30px;
  }

}
/* END Break Point ==================================================================>>> 1024px以下 */



/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query *------------------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    position: absolute;
    background: url("../company/image/companyBg.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  #container {
    background: none;
    width: 100%;
    height: 100%;
  }
  #main-contents {
    padding-top: 24px;
  }
  #main-contents .main-inner {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  #main-contents .main-inner h2 {
    width: 95%;
    margin: 0 auto 8px;
  }
  #main-contents .main-inner .company-main-left {
    width: 95%;
    max-height: 350px;
    overflow: scroll;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .company-info-body {
    padding: 8px 16px;
  }
  .company-info-body h3 {
    color: #0078C1;
    font-size: 24px;
    text-align: center;
  }
  .company-info-body dl {}
  .company-info-body div {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
  }
  .company-info-body div dt {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 15px;
    background: #0078C1;
    color: #fff;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .company-info-body div dd {
    float: none;
    font-size: 15px;
  }
  .access-map-btn {
    text-align: center;
    padding-top: 8px;
  }
}