@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  min-height: 300px;
  background: url("../../_images/staff/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    min-height: 100%;
    background: url("../../_images/staff/visual-sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * 医師のご紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.staff {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}
.staff ~ .staff {
  padding-top: 0 !important;
}

.staff .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .staff {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 1em;
    background: var(--c-l-orange);
  }
  .staff:last-child {
    padding-bottom: 50px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.staff .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .staff .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.staff .inner {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
}
.staff .inner .content {
  width: 76%;
  margin-right: 4%;
}

.staff .inner .content .text {
  font-size: 1.8rem;
}

.staff .inner picture {
  width: 20%;
  display: block;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .staff .inner {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  }
  .staff .inner .content {
    width: 100%;
   margin-right: 0;
  } 
  .staff .inner .content .text {
    font-size: 1.6rem;
  }
  .staff .inner picture {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容詳細
/* ------------------------------------------------------------------------------------------------- */

.staff .inner .content .item {}

.staff .inner .content .item .title-2 {
  color: var(--c-orange);
  font-size: 2.2rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .staff .inner .content .item {}
  .staff .inner .content .item .title-2 {
    color: var(--c-orange);
    font-size: 1.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

.staff .inner .content .item ul.style {}

.staff .inner .content .item ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
.staff .inner .content .item ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

.staff .inner .content .item ul.style li ~ li {
  margin-top: 0.5em;
}

.staff .inner .content .item ul.style-1 li {
  display: flex;
  justify-content: flex-start;
}
.staff .inner .content .item ul.style li .col-1 {
  width: 7em;
}
.staff .inner .content .item ul.style li .col-2 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .staff .inner .content .item ul.style {}
  .staff .inner .content .item ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .staff .inner .content .item ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  .staff .inner .content .item ul.style li ~ li {
    margin-top: /*1em*/0;
  }
  .staff .inner .content .item ul.style-1 li {
    display: block;
    justify-content: flex-start;
  }
  .staff .inner .content .item ul.style li .col-1 {
    width: auto;
    font-weight: bold;
  }
  .staff .inner .content .item ul.style li .col-2 {}  
}


/* ----------------------------------------------------------------------------------------------------
   * 内容（院長）
/* ------------------------------------------------------------------------------------------------- */

#staff-1 .layout-flex-2 {}
#staff-1 .layout-flex-2 .content {
  width: 49% !important;
  margin: 0;
}
#staff-1 .layout-flex-2 picture {
  width: 49% !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #staff-1 .layout-flex-2 .content {
    width: 100% !important;
    margin: 0;
  }
  #staff-1 .layout-flex-2 picture {
    width: 100% !important;
  }
}






