@charset "utf-8";
/*  clinic  */

#sec_doctor .doctor {
  margin-bottom: 20px;
}
#sec_doctor .doctor p {
  margin-bottom: 10px;
}
#sec_doctor .doctor .text_st01 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
#sec_doctor .doctor .prof {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  margin-top: 20px;
}
#sec_doctor .doctor .prof .name {
  font-size: 1.8rem;
}
#sec_doctor figure {
  display: block;
  width: 180px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
}
#sec_doctor figure img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec_supplement {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#sec_supplement h2 {
  width: 100%;
}
#sec_supplement .supplement {
  width: calc(100% / 2 - 15px);
  margin-bottom: 0;
}
#sec_supplement .supplement:nth-of-type(n+3) {
  margin-top: 40px;
}
#sec_supplement .supplement p {
  font-size: 1.3rem;
  line-height: 1.5;
}
#sec_supplement .supplement p span {
  display: block;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}
#sec_supplement .supplement figure {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
  background: radial-gradient(92.16% 86.79% at 30.31% 21.43%, #F8F8F8 60.6%, #EAEAEA 100%);
  text-align: center;
  padding: 20px 0;
  margin-bottom: 25px;
  overflow: hidden;
}
#sec_supplement .supplement figure img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: auto;
  height: 100%;
}
#sec_supplement .supplement a {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  border: 1px solid var(--text-primary);
  border-radius: 30px;
  padding: 12px 10px 13px;
}

@media (min-width: 769px) {
  /*  iPad、PC  */
  #sec_doctor {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
  }
  #sec_doctor .doctor {
    order: 2;
    width: calc(100% - 200px);
    padding-left: 30px;
	margin-bottom: 0;
  }
  #sec_doctor .doctor .text_st01 {
    font-size: 1.8rem;
  }
  #sec_doctor .doctor .prof {
    margin-top: 30px;
  }
  #sec_doctor .doctor .prof {
    font-size: 1.4rem;
  }
  #sec_doctor figure {
	order: 1;
  }
  
  #sec_supplement .supplement {
    width: calc(100% / 2 - 20px);
  }
  #sec_supplement .supplement a {
	font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  /*  iPad、PC  */
  #sec_doctor .doctor {
    width: calc(100% - 200px);
    padding-left: 50px;
  }
  #sec_doctor figure {
	width: 200px;
	height: 240px;
  }
  
  #sec_supplement .supplement {
    width: calc(100% / 3 - 30px);
  }
  #sec_supplement .supplement:nth-of-type(n+3) {
    margin-top: 0;
  }
  #sec_supplement .supplement:nth-of-type(n+4) {
    margin-top: 50px;
  }
  #sec_supplement .supplement p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #sec_supplement .supplement p span {
	font-size: 2rem;
  }
  #sec_supplement .supplement figure {
	padding: 30px 0;
  }
  #sec_supplement .supplement a:hover {
    background-color: var(--text-primary);
    color: #fff;
  }
}