@charset "UTF-8";
/*=====会社概要===== */
/*=====Scss変数=====*/
/*@media only screen and (max-width:600px) {//600px以下
}
@media only screen and (max-width:979px) {//〜979pxまで
}
@media only screen and (min-width:980px) {//980px以上
}*/
/*IE11で効かないから削除*/
/*main {
	padding-bottom: 80px;
}*/
.container {
  width: 90%;
  max-width: 980px;
  margin: 50px auto 0; }

/*会社概要*/
#about-usArea .flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 979px) {
    #about-usArea .flexbox {
      display: block; } }

#about-usArea table {
  width: 61%; }
  @media only screen and (max-width: 979px) {
    #about-usArea table {
      width: 100%; } }

#about-usArea th {
  width: 35%; }

#companyPhotos {
  width: 35%; }
  @media only screen and (max-width: 979px) {
    #companyPhotos {
      width: 100%;
      margin-top: 30px; } }

#companyPhotos p {
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 979px) {
    #companyPhotos p {
      width: 48.5%;
      float: left; } }
  @media only screen and (max-width: 600px) {
    #companyPhotos p {
      width: 100%; } }

#companyPhotos p + p {
  margin-top: 15px; }
  @media only screen and (max-width: 979px) {
    #companyPhotos p + p {
      margin-top: 0;
      margin-left: 3%; } }
  @media only screen and (max-width: 600px) {
    #companyPhotos p + p {
      margin-top: 15px;
      margin-left: 0; } }

/*アクセス*/
#accessArea li {
  padding-left: 30px; }

#accessArea li span {
  display: inline-block;
  width: 110px;
  padding: 3px 4px;
  background-color: #999;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    #accessArea li span {
      display: block;
      margin-bottom: 6px; } }

@media only screen and (max-width: 600px) {
  #accessArea li + li {
    margin-top: 12px; } }

#accessArea li:first-of-type span {
  display: inline;
  background: none;
  color: #004b81;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    #accessArea li:first-of-type span {
      display: block;
      width: 100%;
      text-align: left; } }

#accessArea li:first-of-type:before {
  position: absolute;
  top: -5px;
  left: -2px;
  content: '\f015';
  color: #004b81;
  font-size: 21px;
  font-family: fontAwesome; }

#accessArea li:nth-of-type(2):before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '\f207';
  color: #004b81;
  font-size: 18px;
  font-family: fontAwesome; }

#accessArea li:nth-of-type(3):before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '\f238';
  color: #004b81;
  font-size: 18px;
  font-family: fontAwesome; }

#accessArea li:nth-of-type(4):before {
  position: absolute;
  top: -1px;
  left: -2px;
  content: '\f1b9';
  color: #004b81;
  font-size: 17px;
  font-family: fontAwesome; }

#accessArea .mapWrapper {
  width: 100%;
  height: 606px;
  margin-top: 30px; }

/*沿革*/
#historyArea {
  padding-bottom: 80px; }

#historyArea th,
#historyArea td {
  border: none;
  padding: 10px 15px; }
  @media only screen and (max-width: 600px) {
    #historyArea th,
    #historyArea td {
      display: table-cell; } }

#historyArea tr:nth-of-type(odd) {
  background-color: #eee; }

#historyArea th {
  width: 14%;
  color: #004b81;
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  text-align: center;
  vertical-align: middle; }
  @media only screen and (max-width: 600px) {
    #historyArea th {
      width: 14%;
      min-width: 126px; } }
