@charset "UTF-8";
/* 
Theme Name:あべファミリークリニック
*/
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Atkinson Hyperlegible', sans-serif;
font-family: 'Barlow', sans-serif;
*/
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
main section {
  margin-bottom: 8rem;
}

#vi {
  z-index: 2;
}

/* .greeting
------------------------------------------------------*/
.greeting {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.greeting .photo {
  width: 35%;
}
.greeting .photo p {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.greeting .text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .greeting {
    display: block;
  }
  .greeting .photo {
    width: 100%;
  }
  .greeting .text {
    width: 100%;
  }
}

/* #information
------------------------------------------------------*/
#information {
  margin-top: 5rem;
}
#information h2 {
  background: #2370A8;
  padding: 1.6rem;
  color: #FFF;
  margin-bottom: 2rem;
  font-weight: normal;
}
#information h2 span {
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
}
#information dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  width: fit-content;
  text-decoration: underline;
}
#information dl dd {
  margin-bottom: 2rem;
}