@charset "UTF-8";

.container-company .content-header {
    background-color: var(--tb-red);
}

.company .content-body {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 50px;
}

#companyinfo dl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-bottom: none;
    margin-top: 40px;
}

#companyinfo dt,#companyinfo dd {
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    text-align: left;
}

#companyinfo dt {
    width: 30%;
    background-color: var(--tb-grey);
}

#companyinfo dd {
    width: 70%;
}
.company #contents a {
    color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.company-item {
    margin: 20px auto;
}
.company #contents .content-header .pgttl-wrap {
    padding: 100px 0 50px 20px;
}

@media screen and (max-width: 768px) {
  #companyinfo dl {
      margin-top: 0;
      /*border-left: none;
      border-right: none;*/
  }
  .company .content-body {
      margin-bottom: 0;
      padding: 22px;
  }
  .company #contents .content-header .pgttl-wrap {
		padding: 50px 0 20px;
	}
}