@charset "UTF-8";

.contact.index .contact__box:nth-of-type(odd):not(:first-of-type) {
  background: #fff;
}
.contact.index .contact__box:nth-of-type(even) {
  background: #f7f7f7;
}
.contact.index .contact__box:nth-of-type(-n+2) {
  width: 100%;
}
.contact.index .contact__box:nth-of-type(2) {
  margin-left: 0;
}

/* title */
/* .p-title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
} */
.c-tit--color--large {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .c-tit--color--large {
    margin-bottom: 20px;
  }
}
.contact__box--list + .contact__box--tit {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .contact__box--list + .contact__box--tit {
    margin-top: 26px;
  }
}
