@charset "utf-8";

/*====================================================================================================

  ドクター紹介

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  ごあいさつ
  
----------------------------------------------------------------------------------------------------*/

.aisatsu {
  text-align:left;
}

.aisatsu-photo img {
  border-radius:10px;
}

.aisatsu {
  padding-top:1.5em;
}

.aisatsu p {
  padding-bottom:1.5em;
}

@media print,screen and (min-width:641px) {
  .aisatsu-cnt {
    padding-bottom:72px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  
  .aisatsu-photo {
    width:35%;
  }
  
  .aisatsu {
    width:-webkit-calc(65% - 4.6%);
    width:calc(65% - 4.6%);
  }
  
  .aisatsu .sp-view {
    display:none;
  }
}

@media screen and (max-width:640px) {
  .aisatsu-cnt {
    padding-bottom:2.5em;
  }
  
  .aisatsu-photo img {
    width:100%;
    max-width:360px;
  }
  
  .aisatsu {
    padding-top:1.5em;
  }
  
  .aisatsu .pc-view {
    display:none;
  }
}


/*----------------------------------------------------------------------------------------------------

  略歴・所属
  
----------------------------------------------------------------------------------------------------*/

.prof-cols {
  text-align:left;
}

.prof-hdline {
  color:#12aaa5;
  font-weight:500;
  line-height:1.5;
  padding-bottom:0.4em;
}

.prof-col {
  background-color:#fff;
  border-radius:10px;
}

@media print,screen and (min-width:641px) {
  .prof-cols {
    padding-bottom:96px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .prof-cols {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  
  .prof-col {
    width:-webkit-calc(50% - 20px);
    width:calc(50% - 20px);
    padding:40px;
  }
}

@media screen and (max-width:640px) {
  .prof-cols {
    padding-bottom:2.5em;
  }
  
  .prof-col {
    padding:1.5em 1.75em 1.75em 1.75em;
  }
}

@media screen and (max-width:560px) {
  .prof-col {
    padding-left:1.5em;
    padding-right:1.5em;
  }
}


/*--------------------------------------------------------------------------------
  略歴
--------------------------------------------------------------------------------*/

.ryakurekiList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.ryakurekiList dt,
.ryakurekiList dd {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  line-height:1.5;
}

.ryakurekiList dt {
  width:4.5em;
}

.ryakurekiList dd {
  width:-webkit-calc(100% - 4.5em);
  width:calc(100% - 4.5em);
}

.ryakurekiList dt:not(:first-child),
.ryakurekiList dt:not(:first-child) + dd { padding-top:0.4em; }


/*--------------------------------------------------------------------------------
  所属
--------------------------------------------------------------------------------*/

@media screen and (max-width:640px) {
  .shozoku {
    margin-top:1.5em;
  }
}
