@charset "utf-8";


body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}


.supervisor-box {
  background: #fffbe9;
  border-radius: 20px;
  padding: 30px;
  margin: 30px auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
  background-image: repeating-linear-gradient(45deg,
      #fffbe9,
      #fffbe9 10px,
      #ffe8b1 10px,
      #ffe8b1 11px);
}

.supervisor-header {
 
  background-color: #ff7f27;
  color: white;
  padding: 1px;
  border-radius: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.supervisor-header p{
  text-align: center;
  font-size: 20px;
  margin: 5px;
}

.doctor-photo {
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.test-section h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-align: l;
  text-align: left;
}

.test-section p {
  margin: 0 0 20px;
  line-height: 1.6;
  text-align: left;
}


.profile-link {
  background-color: #ff7f27;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  color: #5b3c1a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.profile-link a{
  font-size: 16px;
  color: #fff;
}

.test-supervisor-content {
  display: flex;
  width: 100%
}

.img-box {
  width: 40%;
}

.img-box img {
  margin-top: 20px;
}

.test-clinic-name-article {
  text-align: center;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 0;
}

.test-doctor-name-article {
  text-align: center;
  margin: 0 0 10px;
  color: #000;
  padding-left: 0%;
  font-size: 1.5rem;
}


/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media (max-width: 640px) {

  body {
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }

  .supervisor-box {
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    width: 90%;
    max-width: 80%;
    position: relative;
    background-image: repeating-linear-gradient(45deg,
        #fffbe9,
        #fffbe9 10px,
        #ffe8b1 10px,
        #ffe8b1 11px);
  }

  .supervisor-header {
 
    background-color: #ff7f27;
    color: white;
    padding: 5px;
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .supervisor-header p{
    text-align: center;
    font-size: 16px;
    margin: 5px;
  }
  

  .test-supervisor-content {
    flex-direction: column;
    width: 100%;

  }

  .img-box {
    width: 100%;
    text-align: center;
  }

  .doctor-photo {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    text-align: center;
  }


  .test-section {
    text-align: left;
    width: 100%;
    margin: auto;
 
  }

  .test-clinic-name-article {
    font-size: 1rem;
    color: #555;
    margin-bottom: 5px;
  }

  .test-doctor-name-article {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
    color: #000;
  }

  .test-section h3 {
    margin-top: 0
  ;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
    text-align: left;
  }

  .test-section p {
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: left;
  }

  .profile-link {
 
    background-color: #ff7f27;
    color: white;
    padding: 5px;
    border-radius: 40px;
    font-weight: bold;
    margin-top: 10px;
  }
  .profile-link a{
    font-size: 14px;
    color: #fff;
  }


}