@charset "utf-8";

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


  ◇◆◇ 診療案内 ◇◆◇
  
  
========================================================================================================================*/

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

  見出し画像
  
----------------------------------------------------------------------------------------------------*/

.pgHeadline { background-color:#f5f5f5; }
.pgHeadline h2 { background-image:url(../image/pgHeadline.jpg?d=0821); }


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

  診療時間
  
----------------------------------------------------------------------------------------------------*/

.hrs {
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
}

.hrsInfo dd ul {
  list-style:none;
}

.hrsInfo dd li {
  display:inline-block;
}

.hrsInfo dd li.uketsuke {
  margin-left:1em;
}

.hrs-stime {
  display:inline-block;
  margin-left:0.5em;
}

@media screen and (min-width:768px) {
  .hrsTbl thead th,
  .hrsTbl thead td {
    padding:0.65em 1.25em;
  }
  
  .hrsTbl tbody th,
  .hrsTbl tbody td {
    padding:1em 1.5em;
  }
}

@media screen and (max-width:767px) {
  .hrs,
  .hrsInfo dd li {
    display:inherit;
  }

  .hrsInfo dd li.uketsuke {
    margin-left:0;
  }
  
  .hrs-stime,
  .hrsTbl td .hrs-uketsuke {
    display:none;
  }
}


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

  初診・再診の患者様へ
  
----------------------------------------------------------------------------------------------------*/

.forPt {
  background-color:#eff7e9;
  margin-top:0;
}


/*-----------------------------------------------------------------------------------
  初診・再診・コンタクト
-----------------------------------------------------------------------------------*/

.forPt-case {
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  padding-top:40px;
}

.forPt-case_block {
  width:340px;
  float:left;
  text-align:center;
}

.forPt-case_block:nth-child(2) {
  margin-left:40px;
  margin-right:40px;
}

.forPt-case--headline {
  border:1px solid rgba(145,203,106,0.80);
  background-color:#fff;
  border-radius:4px;
  box-sizing:border-box;
  text-align:center;
  display:block;
  padding:1.25em;
  position:relative;
}

.forPt-case--headline b {
  display:table-cell;
  width:340px;
  vertical-align:middle;
  text-align:center;
  color:#7cbd51;
  font-size:156.2%;
  font-weight:500;
  line-height:1.4;
}

.forPt-case--headline small {
  display:block;
  font-size:75.0%;
  font-weight:normal;
}

.forPt-case--headline:after {
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  bottom:-30px;
  left:50%;
  border-top-color:#f5d455;
  border-width:20px;
  margin-left:-20px;
  z-index:2;
}

.forPt-case_img {
  margin-top:1.5em;
  vertical-align:top;
}

.forPt-case_block p {
  padding-top:0.75em;
  text-align:left;
}

@media screen and (max-width:767px) {
  .forPt-case {
    padding-top:0;
  }
  
  .forPt-case_block {
    width:100%;
    float:none;
    margin-top:1.75em;
  }

  .forPt-case_block:nth-child(2) {
    margin-left:0;
    margin-right:0;
  }
  
  .forPt-case--headline b {
    display:block;
    width:100%;
  }
  
  .forPt-case_block p {
    padding-top:0.5em;
  }
}

@media screen and (max-width:500px) {
  .forPt-case_block {
    margin-top:1.5em;
  }
  
  .forPt-case_img {
    max-width:80%;
  }
}

@media screen and (max-width:420px) {
  .forPt-case--headline:after {
    bottom:-25px;
    border-width:15px;
    margin-left:-15px;
  }
}


/*-----------------------------------------------------------------------------------
  お持ちいただくもの
-----------------------------------------------------------------------------------*/

.forPt-bring-headline {
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  background-color:#91cb6a;
  color:#fff;
  font-weight:500;
  border-radius:4px;
  padding:0.5em 1em;
  font-size:137.5%;
  box-sizing:border-box;
  text-align:center;
  margin-top:50px;
}

.forPt-bring {
  text-align:center;
}

.forPt-bring ul {
  list-style:none;
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  letter-spacing:-0.5em;
}

.forPt-bring li {
  width:180px;
  height:180px;
  box-sizing:border-box;
  float:left;
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
  margin-right:20px;
  margin-top:40px;
  position:relative;
  letter-spacing:normal;
}

.forPt-bring li span {
  width:100%;
  padding-top:100%;
  display:block;
  background-color:#d5edc4;
  border-radius:100%;
  position:absolute;
  top:0;
  left:0;
}

.forPt-bring li p {
  padding-top:15px;
  box-sizing:border-box;
  position:relative;
  z-index:2;
  font-weight:bold;
  line-height:1.4;
}

.forPt-bring li small {
  display:block;
  font-weight:normal;
  font-size:81.3%;
}

.forPt-bring li p img {
  max-width:55.5%;
}

@media screen and (max-width:767px) {
  .forPt-bring-headline {
    margin-top:1.5em;
    margin-bottom:0.25em;
  }
  
  .forPt-bring {
    margin-left:-1em;
    margin-right:-1em;
  }
  
  .forPt-bring ul {
    width:100%;
  }
  
  .forPt-bring li {
    float:none;
    width:28%;
    height:auto;
    max-width:180px;
    max-height:180px;
    margin-left:2%;
    margin-right:2%;
    margin-top:1.5em;
  }
  
  .forPt-bring li p {
    padding-top:1em;
  }
}

@media screen and (max-width:500px) {
  .forPt-bring-headline {
    margin-top:1.25em;
  }
  
  .forPt-bring li {
    margin-top:1em;
  }
  
  .forPt-bring li p {
    padding-top:0.75em;
  }
}


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

  診療内容
  
----------------------------------------------------------------------------------------------------*/

.mcCt {
  margin-left:-30px;
  padding-top:10px;
}

.mcCt-block {
  width:535px;
  float:left;
  margin-left:30px;
  padding-top:30px;
}

.mcCt-block.block01 {
  width:1100px;
  float:none;
}

.mcCt-headline {
  background-color:#61b7e5;
  color:#fff;
  font-weight:500;
  border-radius:4px 4px 0 0;
  padding:0.5em 1em;
  font-size:137.5%;
  box-sizing:border-box;
  text-align:center;
}

.mcCt-block.block08 .mcCt-headline,
.mcCt-block.block09 .mcCt-headline {
  border-radius:4px;
}

.mcCt-body {
  border-radius:0 0 4px 4px;
  box-sizing:border-box;
  border:2px solid #dcdcdc;
  border-top:0;
  padding:25px;
}

.mcCt-body .txtLink {
  margin-top:0.5em;
}

@media screen and (max-width:767px) {
  .mcCt {
    margin-left:0;
    padding-top:0.25em;
  }

  .mcCt-block,
  .mcCt-block.block01 {
    width:100%;
    margin-left:0;
    padding-top:1.5em;
  }
  
  .mcCt-body {
    padding:1.25em;
  }
}

@media screen and (max-width:640px) {
  .mcCt-body {
    padding:1em;
  }
}

@media screen and (max-width:500px) {
  .mcCt-block,
  .mcCt-block.block01 {
    padding-top:1.25em;
  }
}


/*-----------------------------------------------------------------------------------
  他病院との連携
-----------------------------------------------------------------------------------*/

.renkei-warp {
  background:url(../../image/lineDiag-rblue.png) repeat left top;
  border-radius:4px;
  padding:6px;
  margin-top:50px;
}

.renkei {
  background-color:#fff;
  border-radius:4px;
  padding:30px;
  text-align:center;
}

.renkei-headline {
  display:inline-block;
  font-size:150.0%;
  font-weight:500;
  padding-left:100px;
  padding-right:75px;
  padding-bottom:0.25em;
  border-bottom:1px solid #61b7e5;
  position:relative;
}

.renkei-headline:before,
.renkei-headline:after {
  content:"";
  width:55px;
  height:47px;
  display:block;
  bottom:0;
  position:absolute;
}

.renkei-headline:before {
  background:url(../image/renkei-ic01.svg) no-repeat left bottom;
  left:20px;
}

.renkei-headline:after {
  background:url(../image/renkei-ic02.svg) no-repeat right bottom;
  right:5px;
}

.no-svg .renkei-headline:before { background:url(../image/renkei-ic01.png) no-repeat left bottom; }
.no-svg .renkei-headline:after {  background:url(../image/renkei-ic02.png) no-repeat right bottom; }

@media print {
  .renkei-headline:before { background:url(../image/renkei-ic01.png) no-repeat left bottom; }
  .renkei-headline:after {  background:url(../image/renkei-ic02.png) no-repeat right bottom; }
}

.renkei-headline:before,
.renkei-headline:after {
  background-size:contain;
}

.renkei p {
  padding-top:1.25em;
}

@media screen and (max-width:767px) {
  .renkei-warp {
    padding:5px;
    margin-top:1.75em;
    background-size:16px auto;
  }
  
  .renkei-headline {
    padding-left:3.25em;
    padding-right:2.65em;
  }

  .renkei-headline:before,
  .renkei-headline:after {
    width:15%;
    height:100%;
  }

  .renkei-headline:before { left:0.5em; }
  .renkei-headline:after { right:0.25em; }
  
  .renkei {
    padding:1.25em;
  }
}

@media screen and (max-width:640px) {
  .renkei {
    padding:1em;
  }

  .renkei p {
    padding-top:1em;
  }
}

@media screen and (max-width:500px) {
  .renkei-warp {
    padding:4px;
    margin-top:1.5em;
    background-size:16px auto;
  }
}

