/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/* ==================================================
    doctor [PC]
================================================== */
.pageDoctor .secHead {
  margin-bottom: 50px; }

.pageDoctor .head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: -5px auto 20px; }

.pageDoctor .lead {
  font-size: 16px;
  line-height: 1.8; }
  .pageDoctor .lead.-center {
    text-align: center; }

.pageDoctor .comment {
  max-width: 746px;
  margin: 50px auto 0;
  padding-left: 185px;
  position: relative; }
  .pageDoctor .comment_thumb {
    width: 154px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .pageDoctor .comment_baloon {
    padding: 25px;
    border: rgba(28, 30, 130, 0.2) solid 1px;
    border-radius: 4px;
    position: relative; }
    .pageDoctor .comment_baloon .lead {
      margin-bottom: 0; }
    .pageDoctor .comment_baloon:before {
      content: '';
      display: block;
      width: 12px;
      height: 16px;
      background: url(../../img/common/comment/balloon_arrow.png) center no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: -12px;
      bottom: 0;
      margin: auto; }
  .pageDoctor .comment_head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }

.pageDoctor .btn {
  letter-spacing: -.4em;
  text-align: center;
  margin-top: 75px; }
  .pageDoctor .btn_item {
    width: 200px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 10px;
    line-height: 1.4; }
    .pageDoctor .btn_item i {
      top: 0;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }

.pageDoctor .movieBox {
  margin-top: 70px; }
  .pageDoctor .movieBox_title {
    text-align: center;
    font-size: 16px; }
    .pageDoctor .movieBox_title .-num {
      color: #00aeeb;
      display: inline-block;
      margin-right: 5px; }
    .pageDoctor .movieBox_title .-text br {
      display: none; }
  .pageDoctor .movieBox_thumb {
    width: 64%;
    position: relative;
    padding-bottom: 42.8%;
    margin: 12px auto 40px; }
    .pageDoctor .movieBox_thumb video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .pageDoctor .movieBox_list {
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: -15px; }
  .pageDoctor .movieBox_item {
    font-size: 12px;
    width: 128px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 6px 15px; }
    .pageDoctor .movieBox_item a.-current .movieBox_pic img {
      opacity: 1; }
    .pageDoctor .movieBox_item a.-current .movieBox_pic:after {
      content: none; }
    .pageDoctor .movieBox_item a:hover .movieBox_pic img {
      opacity: 1; }
  .pageDoctor .movieBox_pic {
    margin-bottom: 6px;
    background-color: #1e5197;
    position: relative; }
    .pageDoctor .movieBox_pic img {
      opacity: .8;
      -webkit-transition: .3s;
      transition: .3s; }
    .pageDoctor .movieBox_pic:after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: url(../../img/common/parts/playicon.png) no-repeat center;
      background-size: cover; }
  .pageDoctor .movieBox_num {
    color: #00aeeb; }
  .pageDoctor .movieBox_text sup {
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); }

.pageDoctor .movieModal_thumb {
  position: relative;
  padding-bottom: 56.25%; }
  .pageDoctor .movieModal_thumb video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.pageDoctor .block {
  margin: 70px 40px 0; }
  .pageDoctor .block_item {
    border: rgba(28, 30, 130, 0.2) solid 1px;
    padding: 50px 60px;
    margin-bottom: 20px; }
    .pageDoctor .block_item:last-child {
      margin-bottom: 0; }
  .pageDoctor .block_pic {
    margin: 25px auto 0; }
  .pageDoctor .block_col2 {
    margin-top: 20px; }
  .pageDoctor .block_col2Item {
    width: 48.7%; }
    .pageDoctor .block_col2Item:nth-child(2n+1) {
      margin-right: 1.2%; }
    .pageDoctor .block_col2Item:nth-child(2n) {
      margin-left: 1.2%; }
  .pageDoctor .block_thumb {
    margin-bottom: 10px; }

/* ==================================================
    doctor [SP]
================================================== */
@media screen and (max-width: 767px) {
  .pageDoctor .secHead {
    font-size: 20px;
    margin-bottom: 30px; }
  .pageDoctor .head {
    font-size: 16px;
    margin: -3px auto 18px; }
  .pageDoctor .lead {
    font-size: 14px;
    line-height: 1.6; }
    .pageDoctor .lead.-center {
      text-align: left; }
  .pageDoctor .intro_lead.lead {
    margin-top: -5px;
    text-align: center; }
  .pageDoctor .comment {
    margin: 0 auto;
    padding-left: 88px; }
    .pageDoctor .comment_thumb {
      width: 68px;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .pageDoctor .comment_baloon {
      padding: 15px; }
      .pageDoctor .comment_baloon .lead {
        margin-bottom: 0;
        font-size: 12px; }
      .pageDoctor .comment_baloon:before {
        top: 25px;
        bottom: auto; }
    .pageDoctor .comment_head {
      text-align: center;
      font-size: 14px;
      margin: 35px auto 15px; }
  .pageDoctor .btn {
    margin-top: 35px; }
    .pageDoctor .btn_item {
      width: auto;
      display: block;
      margin: 0 auto 15px; }
      .pageDoctor .btn_item:last-child {
        margin-bottom: 0; }
  .pageDoctor .movieBox {
    margin-top: 35px; }
    .pageDoctor .movieBox_item {
      font-size: 11px;
      width: auto;
      display: block;
      margin: 0 auto 15px; }
      .pageDoctor .movieBox_item a {
        display: block;
        position: relative;
        border: #1c1e82 solid 1px;
        padding: 9px 6px 9px 98px;
        min-height: 60px;
        text-align: left; }
        .pageDoctor .movieBox_item a.-current .movieBox_pic img {
          opacity: .8; }
        .pageDoctor .movieBox_item a.-current .movieBox_pic:after {
          content: ''; }
        .pageDoctor .movieBox_item a:hover .movieBox_pic img {
          opacity: .8; }
    .pageDoctor .movieBox_pic {
      width: 80px;
      position: absolute;
      top: 50%;
      left: 8px;
      margin: auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .pageDoctor .movieBox_pic:after {
        width: 20px;
        height: 20px; }
    .pageDoctor .movieBox_num {
      display: inline-block;
      margin-right: 5px; }
    .pageDoctor .movieBox_text {
      position: absolute;
      top: 50%;
      left: 98px;
      right: 6px;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .pageDoctor #movieModal {
    background-color: transparent;
    padding: 12px;
    margin-top: 40px;
    margin-bottom: 40px; }
    .pageDoctor #movieModal .movieModal_thumb {
      position: relative;
      padding-bottom: 56.25%; }
      .pageDoctor #movieModal .movieModal_thumb video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .pageDoctor #movieModal .movieModal_close {
      width: 36px;
      height: 36px;
      background-color: transparent;
      position: absolute;
      top: -28px;
      right: 12px;
      outline: none; }
      .pageDoctor #movieModal .movieModal_close:before, .pageDoctor #movieModal .movieModal_close:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 36px;
        height: 2px;
        background-color: #fff; }
      .pageDoctor #movieModal .movieModal_close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .pageDoctor #movieModal .movieModal_close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .pageDoctor .block {
    margin: 35px auto 0; }
    .pageDoctor .block_item {
      padding: 40px 20px;
      margin-bottom: 15px; }
      .pageDoctor .block_item:last-child {
        margin-bottom: 0; }
    .pageDoctor .block_pic {
      margin: 30px auto 0; }
    .pageDoctor .block_col2 {
      margin-top: 25px; }
    .pageDoctor .block_col2Item {
      width: 76%;
      margin: 0 auto 15px;
      font-size: 11px; }
      .pageDoctor .block_col2Item:nth-child(2n+1) {
        margin-right: auto; }
      .pageDoctor .block_col2Item:nth-child(2n) {
        margin-left: auto;
        margin-bottom: 0; }
    .pageDoctor .block_thumb {
      margin-bottom: 10px; } }
