@charset "UTF-8";
/*------------------------------------------------*/
/*------------------- fonts ----------------------*/
/*------------------------------------------------*/
/*----------------------
会社案内
------------------------*/
.company-gaiyo .title-03 {
  margin-top: 40px;
}
.company-gaiyo .company-gaiyo_list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.company-os .title-03 {
  margin-top: 60px;
}
.company-os .company-os_list {
  margin-top: 30px;
  margin-bottom: 160px;
}

/*----------------------
会社案内 ボタン設置
------------------------*/

.company .btn {
  margin-top: 5px;
  text-align:right;
}
.company .btn a:hover {
  background-color: #e5edf6;
  transition: all 0.4s;
}
.company .btn a:hover img{
	opacity: 0.7;
}


/*----------------------
ごあいさつ
------------------------*/
.greeting .img img {
  width: 100%;
  height: 100%;
  max-width:850px;
}
.greeting .txt {
  margin-top: 15px;
}
.greeting .txt .name {
  margin-top: 15px;
  text-align: right;
}
.greeting .txt .name p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/*----------------------
沿革
------------------------*/
.history .table-01 tr th,
.history .table-01 tr td {
  padding: 15px 20px;
  line-height: 1.625rem;
}

/*----------------------
本社組織
------------------------*/
.headquarters {
  margin-top: 60px;
  margin-bottom: 60px;
}
.headquarters .img img {
  width: 100%;
  height: 100%;
}

/*----------------------
三菱電機グループ 人権方針
------------------------*/
.humanrights .txt p {
  margin-bottom: 30px;
}

/*----------------------
一般事業主行動計画
------------------------*/
.plan_list {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.plan_list .target {
  background: #8bbfea;
  padding: 5px 15px;
  border-bottom: 1px solid #000;
}
.plan_list .target .title span {
  color: #0600ff;
}
.plan_list .detail {
  padding: 5px 15px 30px 15px;
}
.plan_list .detail h3 {
  font-size: 1rem;
  font-weight: 400;
}
.plan_list .detail h3 span {
  color: #e60012;
}
.plan_list .detail p {
  font-size: 0.8125rem;
  line-height: 1.75rem;
}

/*----------------------
当社営業日
------------------------*/
.businessday .img {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.businessday .img img {
  width: 100%;
  height: 100%;
}

/*----------------------
本社周辺MAP
------------------------*/
.map .img img {
  width: 100%;
  height: 100%;
}
.map .link {
  margin-top: 30px;
}
.map .link a {
  display: block;
  width: 160px;
  margin: 0 0 0 auto;
}
.map .link a img {
  width: 100%;
  height: 100%;
}

/*各ページレイアウト*/

@media screen and (max-width: 768px) {
  .headquarters {
    margin-top: 30px;
  }
  .headquarters .img {
    width: 100%;
    overflow-x: auto;
    text-align:center;
    
  }
  .headquarters .img img {
    width: 500px;
  }
  .businessday .img {
    width: 100%;
  }
  .map .link a {
    width: 100px;
  }
}
/*# sourceMappingURL=cssmap/company.css.map */
