@charset "utf-8";
@media screen and (min-width: 641px) {
  a {
    color: #649fb9;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }

  h2 span {
    background: url(../img/tit_overview_01.png) no-repeat left top;
    width: 218px;
    height: 39px;
    display: inline-block;
    text-indent: -9999px;
  }

  #area01 {
    background: #fff;
    width: 920px;
    margin: 0 auto 40px;
    padding: 30px 20px;
  }
  #area01 table {
    width: 100%;
  }
  #area01 table th {
    width: 150px;
  }
  #area01 table th,
  #area01 table td {
    border-bottom: solid 1px #e8e8e9;
    padding: 10px 15px;
    vertical-align: top;
    text-align: left;
    line-height: 25px;
    font-size: 13px;
  }
  #area01 table td {
    padding-left: 0px;
  }
  #area01 table th.noBorder,
  #area01 table td.noBorder {
    border-bottom: solid 0px #e8e8e9;
  }
  #area01 table td.office {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #area01 table td div.photo01 {
    background: url(../img/img_overview_01.png) no-repeat right center;
  }
  #area01 table td div.photo02 {
    background: url(../img/img_overview_02.png) no-repeat right center;
  }
  #area01 table td div.photo03 {
    background: url(../img/img_overview_03.png) no-repeat right center;
  }

  #area01 table td .bnr_area {
    display: flex;
    align-items: center;
    margin:24px 0 6px;
  }
  .yahooBnr {
    height: 166px;
  }
  .googleBnr {
    height: 100px;
  }
  #area01 table td dl {
    width: 400px;
  }

  #area01 table td dt {
    float: left;
    width: 170px;
  }
  #area01 table td dd {
    float: left;
    width: 220px;
  }

  #area01 .certification-mark {
    margin: 10px 0 15px;
  }
  #area01 .certification-mark img {
    width: 460px;
  }

  .pBox {
    border: solid 2px #edede8;
    position: relative;
    width: 755px;
    height: 75px;
    margin: 25px auto 5px;
    padding: 25px 0 0 125px;
    line-height: 22px;
  }
  .pBox .img {
    position: absolute;
    left: 30px;
    top: 12px;
  }

  #area02 {
    background: #fff;
    width: 960px;
    /*height: 730px;*/
    margin: 0 auto 40px;
    position: relative;
  }
  #area02 h3 {
    /*position: absolute;
    left: 23px;
    top: 23px;*/
    padding: 23px 0 0 23px;
  }
  #area02 .box01 {
    /*position: absolute;
    left: 25px;
    top: 68px;*/
    padding: 26px 0 25px 25px;
  }

  #area03 {
    background: #fff;
    width: 910px;
    margin: 0 auto 20px;
    padding: 25px 25px;
    position: relative;
  }
  #area03 h3 {
    padding-bottom: 25px;
  }

  /* ヒストリー追加時は削除 */
  #area03 .lBox {
    width: 865px;
    border: 2px solid #edede8;
    padding: 20px;
  }
  /* ヒストリー追加時は下記コメントアウトを表示
#area03 .lBox{
	width: 510px;
	border: 2px solid #EDEDE8;
	padding: 20px;
}*/
  #area03 .lBox table {
    width: 100%;
  }
  #area03 .lBox table .year {
    font-weight: bold;
    font-size: 20px;
    color: #dbdad0;
    text-align: left;
    width: 80px;
    padding: 8px 0;
    padding: 8px 10px 8px 30px; /* ヒストリー追加時は削除 */
    vertical-align: top;
  }
  #area03 .lBox table .month {
    text-align: right;
    width: 30px;
    padding: 12px 0 8px;
    font-size: 13px;
  }
  #area03 .lBox table .text {
    padding: 10px 0 8px 30px;
    line-height: 20px;
    font-size: 13px;
    font-size: 14px; /* ヒストリー追加時は削除 */
  }
  #area03 .lBox table th,
  #area03 .lBox table td {
    border-bottom: solid 1px #f2f2ee;
    vertical-align: top;
    color: #666666;
  }
  #area03 .lBox .text01 {
    padding: 15px 0 0;
  }

  #area03 .rBox {
    position: absolute;
    left: 620px;
    top: 68px;
  }
  #area03 .rBox .text {
    padding: 3px 0 13px 4px;
  }
  /* 社会貢献活動 */
  .socialTitle {
    margin-bottom: 1em;
  }
  .socialImg img {
    width: 250px;
    height: auto;
  }
  .sdgsImg {
    display: flex;
    gap: 5px;
    margin: 10px 0;
  }
  .sdgsImg img {
    width: 80px;
    height: auto;
  }
}
