.title {
  font-family: serif;
}

#overview table {
  max-width: inherit;
}

#overview .flex_box {
  justify-content: space-between;
}
/*
#greeting {
  overflow: hidden;
  width: 70%;
  min-width: 700px;
  font-family: serif;
}
*/

#greeting>img {
  width: 25%;
  float: left;
  min-width: 200px;
  max-width: 250px;
  margin: 0 0 10px 10px;
}

.signature {
  text-align: right;
  float: right;
  margin: 1em 0;
}

.philosophy_img_wrap {
  width: 100%;
  height: 40vw;
  background-image: url(../img/room2.png);
  background-repeat: no-repeat;
  background-position: center center;
  /*  background-attachment: fixed;*/
  background-size: cover;
}

.bg_room {
  background-image: url(../img/room2.jpg);
  background-size: cover;
  background-blend-mode: hard-light;
}

#philosophy>.flex_box {
  /*
  background-image: url(../images/bg-wood.jpg), radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.64));
  background-size: cover;
  background-blend-mode: hard-light;
*/
  padding-bottom: 26px;
}

#philosophy>.title {
  text-shadow: #fff 1px 2px 6px;
}

#philosophy>.title:before {
  background: #f8919d;
}

.philosophy_text {
  width: 40%;
  margin: 15px;
  /* max-width: 450px; */
  /* min-width: 395px; */
  padding: 28px;
  /* border: 4px dotted #ffd2e1; */
  border-radius: 10px;
  background: rgb(255 255 255);
  box-shadow: 8px 9px 9px 0px #8c8c8c59;
}

.philosophy_text>dt {
  font-size: 1.2em;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 0.5em;
  border-bottom: 4px solid #f8919d;
  display: flex;
  /*  justify-content: center;*/
  align-items: center;
  height: 3em;
}

.philosophy_text>dd {
  padding-top: 10px;
  line-height: 2;
}

.inside_img>div {
  width: 40%;
  min-width: 300px;
  margin: 20px 5px;
  box-sizing: border-box;
}

.inside_img h3 {
  text-align: center;
}

#equipment dt {
  text-align: center;
  margin: 0.5em 0;
  background: #03b1bd;
  height: 3em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#equipment dd {
  font-size: 14px;
}

.inside_img>div>img {
  width: 100%;
}

.equipment_wrap {
  width: 30%;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin: 20px 5px;
  min-width: 300px;
  position: relative;
}

.equipment_wrap>img {
  width: 100%;
}

#doctor>dl {
  width: 45%;
  background: #EDFCFC;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  /*  min-width: 540px;*/
}

#doctor dt {
  font-weight: bold;
  padding-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .philosophy_text {
    width: 100%;
    max-width: 600px;
    margin: 10px 0;
  }

  .inside_img>div,
  .equipment_wrap {
    width: 45%;
  }

  #doctor>dl {
    width: 100%;
    /*    max-width: 650px;*/
  }
}


@media screen and (max-width: 700px) {

  .inside_img>div,
  .equipment_wrap {
    width: 100%;
    max-width: 500px;
  }
}