@charset "UTF-8";
/*---------------------------お問い合わせのページ----------------------------------------------------------*/
.contact-contents {
  max-width: 500px;
  margin: 0 50px;
  margin-top: 35px;
}

.contact-contents-1{
  display: flex;
}
.hospital-draw {
  width: 50px;
  height: 50px;
}

.contact-name {
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: bold;
}

.contact-number {
  padding: 0 0 0 85px;
  font-size: 16px;
  font-weight: normal;
}

.contact-number a {
  color: #030303;
}

.contact-number a:hover {
  text-decoration: none;
}

.contact-contents-2{
  margin-top: 50px;
  display: flex;
}

.line-draw {
  width: 30px;
  height: 30px;
}

.line-name {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
}

.line-address {
  width: 250px;
  height: 200px;
  padding: 0 0 0 30px;

}

.line-address:hover {
  text-decoration-line: none;
  cursor: pointer;
}

.contact-hour-btn a {
  text-decoration: none;
  color: black;
}

@media  (max-width:650px) {
  .contact-number a {
    text-decoration: none;
  }
  .line-address {
    text-decoration-line:none;
  }

}