@charset "UTF-8";

.unit-logo-01 {
  width: 240px;
  height: 65px;
}

@media screen and (max-width: 768px) {
  #header .header-wrapper .header-inner .func-wrap .unit-logo-01 {
    width: 200px;
    height: 55px;
    padding: 5px -0 0 8px;
  }

  #header .header-wrapper .header-inner .func-wrap .unit-logo-01 a {
    background: url(../img/common/logo.svg) no-repeat transparent;
    background-size: cover;
  }
}
.unit-logo-01 > span, .unit-logo-01 a {
    background: url(../img/common/logo.png) no-repeat center center transparent!important;
}

.unit-logo-01 {
  width: 220px!important;
}

.link-text {
  color: #0000ee!important;
  text-decoration: underline;
}

#footer .section-footnav .wrapper > .box-flex-01 .detail .box-flex-01 p {
    margin-left: 0!important;
}

@media (min-width: 769px) {
  a.pp-link[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333333!important;
  }
}

.youtube-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.company-table tr th, table.company-table tr td {
  border: none;
}