@charset "UTF-8";
/* ========================================
  共通
========================================= */
.md_pc {
  display: block !important;
}
.md_sp {
  display: none !important;
}


/* ========================================
  header
========================================= */
@media screen and (min-width: 1200px) {
  .pd-header__inner {
      padding-top: 80px;
  }
}
.p-header + main, .p-header + .pd-header__inner {
  padding-top: 0;
}

/* ========================================
  error-text
========================================= */
@media only print, screen and (min-width: 768px) {
  .l-container {
      width: calc(100% - 60px);
  }
}
#server-busy .p-error {
  padding: 80px 0;
}
#server-busy .p-error__inner {
  max-width: 745px;
  margin: 0 auto;
}
#server-busy .p-error__title {
  font-size: 25px;
  font-weight: bold;
  color: #224087;
}
#server-busy .p-error__text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding-top: 15px;
}

/* ========================================
  contact
========================================= */
#server-busy .p-contact {
  margin-bottom: 80px;
}
#server-busy .md_contact__title {
  padding-bottom: 30px;
  text-align: center;
}
#server-busy .md_contact__title .md_contact__title-text {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #224087;
  font-weight: 400;
  border-bottom: 1px solid #333;
  text-align: center;
}
#server-busy .md_contact__title .md_contact__title-text::before,
#server-busy .md_contact__title .md_contact__title-text::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 24px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#server-busy .md_contact__title .md_contact__title-text::before {
  background-color: #333;
}
#server-busy .md_contact__title .md_contact__title-text::after {
  bottom: -18px;
  background-color: #fff;
}

/* ========================================
  footer
========================================= */
.p-footer {
  text-align: center;
}
.p-footer__inner {
  max-width: 1200px;
  border-top: 1px solid #333;
  padding: 20px 0;
  margin: 0 auto;
}
.p-footer__text {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /* ========================================
    共通
  ========================================= */
  .md_pc {
    display: none !important;
  }
  .md_sp {
    display: block !important;
  }

  /* ========================================
    error-text
  ========================================= */
  #server-busy .p-error {
    padding: 40px 0 20px;
  }
  #server-busy .p-error__title {
    font-size: 20px;
  }
  #server-busy .p-error__text {
    font-size: 1.5rem;
    padding: 32px 0;
  }

  /* ========================================
    contact
  ========================================= */
  #server-busy .p-contact {
    margin-bottom: 40px;
  }
  #server-busy .md_contact__title {
    padding-bottom: 30px;
  }
  #server-busy .md_contact__title .md_contact__title-text {
    padding: 10px;
    font-size: 1.5rem;
  }
  #server-busy .md_contact__title .md_contact__title-text::before,
  #server-busy .md_contact__title .md_contact__title-text::after {
    bottom: -22px;
    width: 28px;
    height: 22px;
  }
  #server-busy .md_contact__title .md_contact__title-text::after {
    bottom: -20px;
  }

  /* ========================================
    footer
  ========================================= */
  .p-footer__text {
    font-size: 1.2rem;
  }

}
