@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-break: strict;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  border: none;
  line-height: 1;
  font-weight: inherit;
  list-style-type: none;
  word-break: break-word;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  border-top: 5px solid #EF7B00;
}
.header__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding: 6px;
    flex-direction: column;
  }
}
.header__name {
  font-size: 31px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .header__name {
    font-size: 24px;
  }
}
.header__logo {
  width: 326px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 182px;
    margin-top: 6px;
  }
}

.main {
  max-width: 980px;
  margin: 0 auto;
}

.footer {
  margin-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 29px;
    padding-bottom: 20px;
  }
}
.footer__copy {
  display: block;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10.5px;
  }
}

/*# sourceMappingURL=common.css.map */
