@charset "UTF-8";
/* -----------------------------------------------------------
©PFU Limited
----------------------------------------------------------- */
:root {
  --mainColor_pfuBlue: #163182;
}

.mt_32-24 {
  margin-top: 24px;

  @media screen and (min-width: 561px) {
    margin-top: 32px;
  }
}

.h3.-accentLineSymbol {
  position: relative;
  padding-left: 42px;

  &::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 6px;
    background-color: var(--mainColor_pfuBlue);
    content: "";
  }
}

.list.-contactList {
  margin-left: 2em;
  margin-top: 24px;

  @media screen and (min-width: 561px) {
    margin-top: 32px;
  }
}

.list.-contactList .listItem {
  margin-top: 8px;
}

.list.-contactList .listItem.txt {
  font-size: 2rem;
}

.otherContacts {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;

  @media screen and (min-width: 561px) {
    margin-top: 32px;
    margin-bottom: 32px;
    flex-direction: row;
  }
}

.otherContactsItem {
  flex: 1;
  align-self: stretch;
  text-align: center;
}

.otherContactsItem .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
