/* breakpoint ------------------------------*/
/* head --------------------------------------*/
.other-head {
  background-image: url(../../assets/images/endoscope/common/img_head.jpg);
}

/* result-list -------------------------------*/
.contact {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 992px) {
  .contact {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .contact__item {
    margin-top: 60px;
  }
}

.contact__item:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 992px) {
  .contact__item:first-child {
    margin-right: 0;
  }
}

.contact__item.single {
  margin-right: 0;
  text-align: center;
}

.contact__title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.8;
  color: black;
}

@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.contact__title.single {
  margin: 0 auto;
}

.contact__tel, .contact__mail {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  letter-spacing: 0;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .contact__tel, .contact__mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .contact__tel, .contact__mail {
    min-height: 60px;
  }
}

@media screen and (max-width: 576px) {
  .contact__tel, .contact__mail {
    min-height: 40px;
  }
}

.contact__tel {
  font-size: 6rem;
}

@media screen and (max-width: 768px) {
  .contact__tel {
    font-size: 4rem;
  }
}

@media screen and (max-width: 576px) {
  .contact__tel {
    font-size: 3rem;
    line-height: 1.8;
  }
}

.contact__mail {
  font-size: 4rem;
  text-transform: lowercase;
}

@media screen and (max-width: 768px) {
  .contact__mail {
    font-size: 3rem;
  }
}

@media screen and (max-width: 576px) {
  .contact__mail {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.contact__text {
  font-size: 1.2rem;
  line-height: 1.8;
}
