.is-bg-primary {
  background: #ededed; }

.company_cont .area-name {
  margin-bottom: 60px; }
  @media screen and (max-width: 575px) {
    .company_cont .area-name {
      margin-bottom: 6vw; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont .area-name {
      margin-bottom: 6vw; } }

.company_cont_details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px; }
  @media screen and (max-width: 575px) {
    .company_cont_details dl {
      margin-bottom: 4vw; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont_details dl {
      margin-bottom: 4vw; } }

.company_cont_details dt, .company_cont_details dd {
  font-size: 1.2rem;
  line-height: 2.2; }
  @media screen and (max-width: 575px) {
    .company_cont_details dt, .company_cont_details dd {
      font-size: 3.4vw; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont_details dt, .company_cont_details dd {
      font-size: 3.4vw; } }

.company_cont_details dt {
  width: 8%;
  margin-right: 8%; }
  @media screen and (max-width: 575px) {
    .company_cont_details dt {
      width: 25%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont_details dt {
      width: 25%; } }

.company_cont_details dd {
  width: 86%; }
  @media screen and (max-width: 575px) {
    .company_cont_details dd {
      width: 67%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont_details dd {
      width: 67%; } }

.company_cont_details .is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 575px) {
    .company_cont_details .is-flex {
      display: block; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .company_cont_details .is-flex {
      display: block; } }

.company_cont_details .tel {
  margin-right: 15px; }

.is-line-height2-2 {
  line-height: 2.2; }

.site-en .company_cont_details dt {
  width: 140px;
  margin-right: 4%; }
  @media screen and (max-width: 575px) {
    .site-en .company_cont_details dt {
      width: 30%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .site-en .company_cont_details dt {
      width: 30%; } }

.site-en .company_cont_details dd {
  width: 84%; }
  @media screen and (max-width: 575px) {
    .site-en .company_cont_details dd {
      width: 66%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .site-en .company_cont_details dd {
      width: 66%; } }
