#mainv {
  background: url("../../img/subdir_mainv2.png") no-repeat center
}

.company-info-detail {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #e2e2e2
}

.company-info-detail th,
.company-info-detail td {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2
}

.company-info-detail th {
  color: #43b30f;
  font-weight: bold;
  text-align: center;
  background: #fbfbfb;
  width: 29%;

  @media all and (max-width: 639px) {
    width: 34%;
  }
}

.company-info-detail .bigpersons th,
.company-info-detail .bigpersons td {
  padding: 0;
  border-bottom: none
}







/*********************************************************************/
#main-content-out .leading-Box02 {
  margin-top: 90px;
  padding: 80px 0 160px;
  position: relative;
}

#main-content-out .leading-Box02::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../../img/bg.jpg") center/cover no-repeat;
	opacity: 0.2;
	z-index: 0;
}


.office-list-box {
  /* margin-bottom: 100px */
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}

.office-list-box .office-list .place {
  margin-top: 20px;
  font-weight: bold;
  color: #43b30f;
  font-size: 1.8rem
}

.office-list-box .office-list .access-way {
  overflow: hidden;
  display: flex;
}

.office-list-box .office-list .access-way .address {
  /* float: left;
  width: 50%;
  box-sizing: border-box; */
  padding: 10px 0 0;
  flex: 0 1 50%;
}

.office-list-box .office-list .access-way .address svg{
  display: inline-block;
  height: 1.25em;
  vertical-align: -0.25em;
}

.office-list-box .office-list .access-way .flow {
  flex: 0 1 50%;
  /* padding-left: 25px;
  border-left: 1px solid #e2e2e2;
  min-height: 117px */
}

.office-list-box .office-list .access-way .flow dt {
  font-size: 1.5rem;
  font-weight: bold
}

.office-list-box .office-list .access-way .flow dt i {
  vertical-align: middle;
  margin-right: 3px;
  color: #43b30f;
  font-size: 1rem
}

.map_g {
  width: 100%;
  height: 200px
}

#sub-dirconents #sidebar .sidebar-list-heading {
  background: url("../../img/icon-side-company.png") no-repeat 18px bottom;
  padding-left: 70px;
  margin-bottom: 20px;
  padding-top: 20px
}

@media screen and (max-width: 890px) {
  /* .contents {
    padding-left: 15px;
    padding-right: 15px
  } */

  .office-list-box {
    margin-bottom: 20px
  }

  .office-list-box .office-list .access-way {
    flex-direction: column;
  }

  .office-list-box .office-list .access-way .address,
  .office-list-box .office-list .access-way .flow {
    width: 100%
  }

  .office-list-box .office-list .access-way .address {
    /* padding-top: 5px;
    padding-bottom: 0 */
    padding: 10px 0 10px;
  }

  .office-list-box .office-list .access-way .flow {
    border-left: none;
    padding-left: 0;
    padding-bottom: 10px;
    min-height: auto
  }

  #sub-dirconents #sidebar .sidebar-list-heading {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 50px;
    background-position: left center
  }
}