﻿@charset "UTF-8";
/* common
-------------------------------------------------- */
/* visual 
------------------------------------------------- */
#homVisual {
  height: 460px;
  min-width: 1080px;
  overflow: hidden;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #homVisual {}
  .slider-wrap {
    min-width: 1080px;
  }
  .sp-slides-container {
    min-width: 1080px;
  }
  .slider-pro {
    width: auto;
    min-width: 1080px;
  }
}
.sp-grab {
  min-width: 1080px;
  width: auto !important;
}
#homVisual .slider-pro img.sp-image.pc {
  display: block;
}
#homVisual .slider-pro img.sp-image.sp {
  display: none;
}
/* common
--------------------------------------------------- */
/* hx */
.homH2 {
  padding: 50px 0;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.homH2.point {
  background-image: url(../../img/top/ic-homNewsBlock-01.png);
  letter-spacing: 1px;
  text-indent: 1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.homH2.about {
  background-image: url(../../img/top/ic-homAboutBlock-01.png);
  letter-spacing: 5px;
  text-indent: 5px;
}
.homH2.guide {
  background-image: url(../../img/top/ic-homGuideBlock-01.png);
  text-indent: 25px;
  letter-spacing: 25px;
}
.homH2.quality {
  background-image: url(../../img/top/ic-homQualityBlock-01.png);
  text-indent: 1px;
  letter-spacing: 1px;
}
/* point 医院からのお知らせ
------------------------------------------------ */
div.pointWrap {
  padding-top: 35px;
}
div.pointWrap .inrContent {
  text-align: center;
}
div.pointWrap .point {
  margin: 30px auto 0;
  width: 780px;
  border-top: 1px dotted #8d7d56;
  padding-top: 20px;
}
div.pointWrap h2 {
  text-align: center;
  font-size: 20px;
  color: #00a3d7;
  background-image: url(../../img/top/bg_info01.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin: 0 auto 30px;
  width: 780px;
  padding-top: 35px;
  position: relative;
}
div.pointWrap h2:before, div.pointWrap h2:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 12px;
  margin: 0 15px;
  height: 28px;
  vertical-align: bottom;
}
div.pointWrap h2:before {
  background-image: url(../../img/common/ico_shaded01.png);
}
div.pointWrap h2:after {
  background-image: url(../../img/common/ico_shaded02.png);
}
div.pointWrap h3 {
  font-size: 1.2em;
  color: #604b18;
  font-weight: bold;
  display: block;
  line-height: 2;
}
div.pointWrap h3:first-of-type {
  margin-top: 0;
}
div.pointWrap h4 {
  font-weight: bold;
  line-height: 2;
}
div.pointWrap p {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
div.pointWrap .inrContent ol.listNum {
  list-style: inside decimal;
  margin-bottom: 20px;
}
div.pointWrap .inrContent ol.listNum li {
  padding-left: 5px;
}
div.pointWrap span.strongA {
  background: #fffabf;
  font-weight: bold;
}
/* point　長期休診 */
table.schedule {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
table.schedule th {
  padding: 8px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
table.schedule th.sat, table.schedule span.sat {
  color: #479ED5;
}
table.schedule th.red, table.schedule span.red {
  color: #D97074;
}
table.schedule td {
  padding: 8px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
/*  font-size: 12px;*/
}
table.schedule td.red {
  color: #D97074;
  background-color: #fcf0f0;
}
table.schedule td.sat {
  color: #479ED5;
}
/*日付統合時の調整*/
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/*セルをまとめた時の高さ合わせのための改行をPCで無視させる：長期休診用*/
table.schedule td br {
  display: none
}
table.schedule th br.sp_br {
  display: none !important;
}
/* homchild 保育士
------------------------------------------------ */
.homChild {
  background-color: #E7F2F8;
}
.homChild .inrContent {
  margin: 30px auto 0;
  width: 780px;
  padding: 40px 0;
  text-align: center;
}
.homChild .inrContent h3 {
  font-weight: 500;
  position: relative;
  color: #604b18;
  border-bottom: 1px dotted #8d7d56;
  display: inline;
}
.homChild .inrContent h3:after {
  height: 5px;
  display: block;
  content: "";
}
.homChild .inrContent ol {
  width: 580px;
  text-align: left;
  margin: 15px auto;
}
.homChild .inrContent ol.listNum {
  list-style: inside decimal;
}
.homChild .inrContent ol.listNum li {
  text-indent: -1em;
  padding-left: 1em;
}
/* point ごあいさつ
------------------------------------------------ */
div.homPoint {
  padding-top: 70px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
div.homPoint .inrContent {
  background-image: url(../../img/top/pic_message01.png);
  background-repeat: no-repeat;
  background-position: right 65px;
}
div.homPoint h2 {
  color: #604b18;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
  background-image: url(../../img/common/ico_mark01.png);
  background-repeat: no-repeat;
  padding-top: 55px;
}
div.homPoint h2 span {
  color: #604b18;
  font-size: 18px;
  margin-left: 10px;
}
div.homPoint .homTxtInfo {
  font-size: 18px;
  line-height: 30px;
  width: 590px;
  margin-bottom: 35px;
}
div.homPoint .homImgDoctor {
  display: none;
}
div.homPoint .homBtnDoctor a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 320px;
  margin: 0;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 100px;
  color: #00a3d7;
  border: 1px solid #00a3d7;
}
/* point table*/
table.tblPoint {
  width: 100%;
  margin-bottom: 40px;
}
table.tblPoint th {
  border: 1px solid #bbb;
  padding: 10px;
  font-weight: bold;
  background: #f3f3f3;
}
table.tblPoint td {
  border: 1px solid #bbb;
  padding: 10px;
  text-align: left;
  background: #fff;
}
/* point 診療時間表　変更案内用table */
div.pointWrap .point table.timeTblPoint {
  width: 60%;
  margin: 0 auto;
}
div.pointWrap .point table.timeTblPoint th, div.pointWrap .point table.timeTblPoint td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}
div.pointWrap .point table.timeTblPoint th {
  background-color: #F5F5F5;
  font-weight: normal;
}
div.pointWrap .point table.timeTblPoint td span {
  color: #e38698;
  font-weight: bold;
}
div.point .about a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: 320px;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 100px;
  color: #00a3d7;
  border: 1px solid #00a3d7;
}
/* menu
------------------------------------------------ */
div.homMenu {
  padding: 90px 0 0;
}
div.homMenu h2 {
  text-align: center;
  font-size: 26px;
  color: #402f2b;
  margin-bottom: 55px;
  background-image: url(../../img/common/ico_mark01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
div.homMenu .homlistMenu {
  text-align: center;
  letter-spacing: -0.4em;
}
div.homMenu .homlistMenu li {
  width: 310px;
  margin-right: 40px;
  padding-bottom: 80px;
  display: inline-table;
  letter-spacing: normal;
  word-wrap: break-word;
  text-align: center;
  color: #604b18;
  text-decoration: none;
}
/*
div.homMenu .homlistMenu li.listNum4, div.homMenu .homlistMenu li.listNum5, div.homMenu .homlistMenu li.listNum6, div.homMenu .homlistMenu li.listNum7 {
  width: 220px;
}
*/
div.homMenu .homlistMenu li.last {
  margin-right: 0px;
}
div.homMenu .homlistMenu li > a {
  display: block;
  text-decoration: none;
}
div.homMenu .homlistMenu li img {
  display: block;
  margin: 0px auto 10px;
  vertical-align: bottom;
}
div.homMenu .homlistMenu li h3 {
  color: #604b18;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0px;
  text-decoration: none;
}
div.homMenu .homlistMenu li h4 {
  font-size: 20px;
  color: #604b18;
  display: inline;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
  text-decoration: none;
}
div.homMenu .homlistMenu li p.homTxtMenu {
  font-size: 16px;
  line-height: 24px;
  color: #402f2b;
  padding-top: 15px;
  text-decoration: none;
}
div.homMenu .homlistService li {
  float: left;
  width: 510px;
  margin-right: 60px;
}
div.homMenu .homlistService {}
div.homMenu .homlistService li.last {
  margin-right: 0px;
}
div.homMenu .homlistService li img {
  display: block;
  margin-bottom: 10px;
}
div.homMenu .homlistService li h3 {
  text-align: center;
  color: #402f2b;
  font-size: 20px;
}
/* homCommit
------------------------------------------------ */
div.homCommit {
  background-image: url(../../img/common/bg_shaded01.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding: 90px 0px 30px;
}
div.homCommit h2 {
  text-align: center;
  font-size: 24px;
  color: #604b18;
  margin-bottom: 55px;
  background-image: url(../../img/common/ico_mark01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
  line-height: 36px;
}
div.homCommit .homListCommit {
  text-align: center;
  letter-spacing: -0.4em;
}
div.homCommit .homListCommit li {
  display: inline-table;
  letter-spacing: normal;
  width: 310px;
  margin-right: 70px;
  padding-bottom: 60px;
}
div.homCommit .homListCommit li.last {
  margin-right: 0px;
}
div.homCommit .homListCommit li .homImgCommit {
  margin-bottom: 15px;
}
div.homCommit .homListCommit li .homImgCommit img {}
div.homCommit .homListCommit li h3 {
  font-size: 12px;
  color: #00a3d7;
  text-indent: 2px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
div.homCommit .homListCommit li h4 {
  color: #604b18;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
div.homCommit .homListCommit li .homTxtCommit {
  text-align: left;
  color: #604b18;
  font-size: 14px;
  line-height: 20px;
}
div.homCommit .homFlowListCommit {
  text-align: center;
  letter-spacing: -0.4em;
  position: relative;
}
div.homCommit .homFlowListCommit > li {
  display: block;
  padding: 2px 0;
  letter-spacing: normal;
  background-image: url(../../img/common/bg_shaded02.png);
  background-repeat: repeat;
  float: left;
  position: relative;
}
div.homCommit .homFlowListCommit > li.flow {
  width: 460px;
  margin-right: 20px;
}
div.homCommit .homFlowListCommit > li.flow a {
  text-decoration: none;
}
div.homCommit .homFlowListCommit > li.download {
  width: 290px;
  margin-right: 20px;
}
div.homCommit .homFlowListCommit > li.reserve {
  width: 290px;
}
div.homCommit .homFlowListCommit > li .homContactTxt {
  margin: 0 2px;
  padding: 0 25px;
  background-color: #FFFFFF;
}
div.homCommit .homFlowListCommit > li.flow .homContactTxt {
  background-image: url(../../img/top/img_flow01.png);
  background-repeat: no-repeat;
  background-position: 97% bottom;
}
div.homCommit .homFlowListCommit > li.flow h3 {
  color: #00a3d7;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 45px;
}
div.homCommit .homFlowListCommit > li.download h3 {
  color: #604b18;
  padding: 55px 0px 10px;
}
div.homCommit .homFlowListCommit > li.reserve h3 {
  color: #604b18;
  padding: 55px 0px 10px;
}
div.homCommit .homFlowListCommit > li .homTxtFlow {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 35px;
  color: #604b18;
}
div.homCommit .homFlowListCommit > li .homContactImg {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0px;
}
div.homCommit .homFlowListCommit > li .homContactImg span {
  width: 75px;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: block;
}
div.homCommit .homFlowListCommit > li .homContactImg img {}
div.homCommit .homFlowListCommit > li .homContactBtn a {
  background-color: #00a3d7;
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px;
  display: block;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
}
/*診療の流れ　ひとつだけ表示のためのdiv*/
div.homFlowDiv {
  background-image: url(../../img/top/img_flow01.png);
  background-repeat: no-repeat;
  background-position: 97% bottom;
  border: 1px dotted #604b18;
  width: 60%;
  margin: 0 auto 0;
}
div.homFlowDivInr {
  margin: 20px;
}
div.homFlowDiv h3 {
  font-size: 24px;
  color: #00a3d7;
  text-indent: 2px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
div.homFlowDiv p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 35px;
  color: #604b18;
}
div.homFlowDiv a {
  text-decoration: none;
}
/* info
------------------------------------------------ */
div.homInfo {
  padding: 75px 0 65px;
}
div.homInfo .homPointInfL {
  width: 770px;
  float: left;
}
div.homInfo .homPointInfR {
  width: 280px;
  float: right;
  margin-top: 50px;
  padding: 20px 0 20px;
  border-radius: 10px;
  border: 1px solid #d5cfc2;
}
div.homInfo .homPointInfL h2 {
  font-size: 22px;
  color: #604b18;
  display: inline;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
}
div.homInfo .homPointInfR h2 {
  font-size: 18px;
  color: #00a3d7;
  margin-bottom: 10px;
  text-align: center;
  background-image: url(../../img/common/ico_recruit01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
  line-height: 1.5;
}
div.homInfo .homPointInfR h3 {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #604b18;
  margin-bottom: 10px;
}
div.homInfo .homPointInfR .homBtnInfo {
  text-align: center;
}
div.homInfo .homPointInfR .homBtnInfo a {
  background-color: #00a3d7;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 15px 2px;
  display: inline-block;
  font-size: 14px;
}
div.homInfo .homPointInfR .homBtnInfo a:before {
  background-image: url(../../img/common/ico_arrow01.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 3px;
  height: 5px;
  content: "";
  display: inline-block;
  margin: 0 10px 3px 0;
}
div.homInfo dl {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  color: #402f2b;
  line-height: 24px;
  padding-top: 20px;
}
div.homInfo dt {
  width: 120px;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5cfc2;
}
div.homInfo .homPointInfR dt {
  width: auto;
  float: none;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
div.homInfo dt:before {
  content: "";
  width: 3px;
  height: 13px;
  background-color: #00a3d7;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 7px;
}
div.homInfo dd {
  width: 650px;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5cfc2;
}
div.homInfo .homPointInfR dd {
  width: auto;
}

div.homInfo dl.homPointNews {  
  display: block;
  color: #402f2b;
  line-height: 24px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
div.homInfo dl.homPointNews dt {
	clear: left;
  width: 120px;
  float: left;
  margin-bottom: 0;
	padding-top: 15px;
  padding-bottom: 15px;
  border-top:  1px solid #d5cfc2;
  border-bottom: none;
}
div.homInfo dl.homPointNews dd {
  width: 650px;
  /*float: left;*/
	float: none;
	padding-bottom: 15px;
	padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #d5cfc2;
  border-bottom: none;
	margin-left: 120px;
}
div.homInfo dl.homPointNews dt:first-of-type {
  border-top: none;
}
div.homInfo dl.homPointNews dd:first-of-type {
  border-top: none;
}
}
/* ------------------------------------------------
   pc
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* homChild 保育士　*/
  .homChild .inrContent h2 {
    text-align: center;
    font-size: 20px;
    color: #00a3d7;
    margin-bottom: 15px;
  }
  .homChild .inrContent h2:before, .homChild .inrContent h2:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 12px;
    margin: 0 15px;
    height: 28px;
    vertical-align: bottom;
  }
  .homChild .inrContent h2:before {
    background-image: url(../../img/common/ico_shaded03.png);
  }
  .homChild .inrContent h2:after {
    background-image: url(../../img/common/ico_shaded04.png);
  }
}
/* ------------------------------------------------
   sp
--------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* visual 
------------------------------------------------- */
  #homVisual {
    height: auto;
    background-image: none;
    min-width: 0px;
  }
  #homVisual img {
    width: 100%;
    height: auto;
  }
  #homVisual .slider-pro img.sp-image.pc {
    display: none;
  }
  #homVisual .slider-pro img.sp-image.sp {
    display: block;
  }
  .slider-wrap {
    min-width: 0;
  }
  .sp-slides-container {
    min-width: 0;
  }
  .sp-grab {
    min-width: 0;
    width: auto !important;
  }
  .slider-pro {
    width: auto;
    min-width: 0;
  }
  /* common
--------------------------------------------------- */
  /* hx */
  .homH2 {
    padding: 30px 0;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  /* point 医院からのお知らせ
------------------------------------------------ */
  div.pointWrap {
    padding-top: 0;
    padding: 0 3%;
  }
  div.pointWrap .inrContent {
    text-align: center;
  }
  div.pointWrap .point {
    margin: 15px 3% 0;
    width: auto;
  }
  div.pointWrap h2 {
    font-size: 2rem;
    width: auto;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  div.pointWrap h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    color: #604b18;
    font-weight: bold;
    display: block;
    line-height: 2;
  }
  div.pointWrap p {
    width: auto;
    text-align: center;
  }
  div.pointWrap ul {
    width: auto;
  }
  div.pointWrap ul li {
    padding: 0px 3% 15px;
  }
  div.pointWrap img.w100p {
    width: 100%;
  }
  div.pointWrap span.strongA {
    background: #fffabf;
    font-weight: bold;
  }
  /*横に長いテーブルを縦にレイアウト変更：長期休診用*/
  table.schedule {
    display: block;
    width: auto !important;
    margin: 10px 5% 15px 5%;
    border-collapse: collapse;
  }
  table.schedule thead {
    display: block;
    float: left;
    width: 35%;
  }
  table.schedule tbody {
    display: block;
    width: 65%;
    float: left;
  }
  table.schedule th, table.schedule td {
    text-align: center;
    padding: 5px 2px;
    display: block;
  }
  table.schedule th {}
  table.schedule td br {
    display: block;
  }
  table.schedule th br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: block !important;
  }
  table.schedule thead tr {
    display: block;
  }
  table.schedule tbody tr {
    width: 50%;
    display: block;
    float: left;
  }
  table.schedule th, table.schedule td {
    margin-top: -1px;
    margin-left: -1px;
    white-space: nowrap;
    font-size: 0.8em;
    border: 1px solid #CCC;
  }
  table.schedule {
    zoom: 100%;
  }
  table.schedule:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  table.schedule .red {
    border: 1px solid #CCC;
  }
  table.schedule span.red, table.schedule span.sat {
    border: none;
  }
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  table.schedule.schedule_y {
    display: table;
    width: 100% !important;
    margin: 5px 0;
    border-collapse: collapse;
  }
  table.schedule.schedule_y thead {
    display: table-header-group;
    float: none;
    width: 100%;
  }
  table.schedule.schedule_y tbody {
    display: table-row-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    text-align: center;
    padding: 3px 1px;
    display: table-cell;
    font-weight: normal;
  }
  table.schedule.schedule_y th {}
  table.schedule.schedule_y td br {
    display: block;
  }
  table.schedule.schedule_y th br {
    display: block !important;
  }
  table.schedule.schedule_y th br.sp_br {
    display: none !important;
  }
  table.schedule.schedule_y thead tr {
    display: table-row;
  }
  table.schedule.schedule_y tbody tr {
    width: 100%;
    display: table-row;
    float: none;
  }
  table.schedule.schedule_y tbody tr th {
    width: 2em;
    padding: 1px 2px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    /*height:20px;*/
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule.schedule_y {
    zoom: 100%;
  }
  table.schedule.schedule_y:after {
    content: ".";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  table.schedule.schedule_y {
    font-size: 12px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    vertical-align: middle !important;
  }
  /*-----------------------------*/
  table.schedule.schedule_y {
    border-left: none;
  }
  /*-----------------------------*/
  div.point .homInrNews {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* homchild 保育士
------------------------------------------------ */
  .homChild .inrContent {
    width: 90%;
    padding: 0 auto;
    text-align: left;
  }
  .homChild .inrContent h2 {
    text-align: center;
    font-size: 1.2em;
    color: #00a3d7;
    margin-bottom: 15px;
  }
  .homChild .inrContent h2:before, .homChild .inrContent h2:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 12px;
    margin: 0 15px;
    height: 28px;
    vertical-align: bottom;
  }
  .homChild .inrContent h2:before {
    background-image: url(../../img/common/ico_shaded03.png);
  }
  .homChild .inrContent h2:after {
    background-image: url(../../img/common/ico_shaded04.png);
  }
  .homChild .inrContent ol {
    width: 98%;
  }
  /* point　ごあいさつ
------------------------------------------------ */
  div.homPoint {
    padding: 30px 3%;
  }
  div.homPoint .inrContent {
    background-image: none;
  }
  div.homPoint h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-top: 40px;
    text-align: center;
    background-position: center top;
  }
  div.homPoint h2 span {
    font-size: 1.6rem;
  }
  div.homPoint .homTxtInfo {
    font-size: 1.6rem;
    line-height: 1.5;
    width: auto;
    margin-bottom: 30px;
  }
  div.homPoint .homBtnDoctor a {
    width: auto;
    font-size: 1.6rem;
  }
  div.homPoint .homImgDoctor {
    display: block;
    margin: 0 14% 15px auto;
    width: 70%;
  }
  div.homPoint .homImgDoctor img {
    width: 100%;
    height: auto;
  }
  /* menu
------------------------------------------------ */
  div.homMenu {
    padding: 30px 0 0;
  }
  div.homMenu h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  div.homMenu .homlistMenu {
    margin: 0 3%;
  }
  div.homMenu .homlistMenu li {
    width: auto;
    float: none;
    margin-left: 0px;
    padding-bottom: 15px;
    display: block;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  div.homMenu .homlistMenu li .homImgMenu {
    width: 20%;
    float: left;
    margin-left: 0px;
  }
  div.homMenu .homlistMenu li.listNum4, div.homMenu .homlistMenu li.listNum5, div.homMenu .homlistMenu li.listNum6, div.homMenu .homlistMenu li.listNum7 {
    width: auto;
  }
  div.homMenu .homlistMenu li.last {}
  div.homMenu .homlistMenu li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 0px;
  }
  div.homMenu .homlistMenu li h3 {
    font-size: 1.2rem;
    margin-left: 23%;
    text-align: left;
    margin-bottom: 5px;
  }
  div.homMenu .homlistMenu li h4 {
    font-size: 1.6rem;
    margin-left: 3%;
    text-align: left;
  }
  div.homMenu .homlistMenu li p.homTxtMenu {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-left: 23%;
    padding-top: 5px;
  }
  div.homMenu .homlistService li {
    float: none;
    width: auto;
    margin-right: 0;
  }
  div.homMenu .homlistService {}
  div.homMenu .homlistService li.last {}
  div.homMenu .homlistService li img {}
  div.homMenu .homlistService li h3 {
    font-size: 1.6rem;
  }
  /* homCommit
------------------------------------------------ */
  div.homCommit {
    padding: 30px 0 20px;
  }
  div.homCommit h2 {
    font-size: 1.6rem;
    color: #604b18;
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 1.5;
  }
  div.homCommit .homListCommit {
    margin: 0 0 0 3%;
  }
  div.homCommit .homListCommit li {
    width: 47%;
    margin-right: 3%;
    padding-bottom: 30px;
  }
  div.homCommit .homListCommit li.last {}
  div.homCommit .homListCommit li .homImgCommit {}
  div.homCommit .homListCommit li .homImgCommit img {}
  div.homCommit .homListCommit li h3 {
    font-size: 1rem;
  }
  div.homCommit .homListCommit li h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    height: auto !important;
  }
  div.homCommit .homListCommit li .homTxtCommit {
    font-size: 1.4rem;
    line-height: 1.5;
    height: auto !important;
  }
  div.homCommit .homFlowListCommit {
    margin: 0 3%;
    clear: both;
    display: block;
    overflow: hidden;
  }
  div.homCommit .homFlowListCommit > li {
    float: none;
    margin-bottom: 10px;
  }
  div.homCommit .homFlowListCommit > li.flow {
    width: auto;
    margin-right: 0;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
  }
  div.homCommit .homFlowListCommit > li.download {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 10px;
    float: left;
  }
  div.homCommit .homFlowListCommit > li.reserve {
    width: 48.5%;
    float: right;
  }
  div.homCommit .homFlowListCommit > li.flow .homContactTxt {
    height: auto !important;
    background-size: 10% auto;
  }
  div.homCommit .homFlowListCommit > li.flow .homContactTxt {}
  div.homCommit .homFlowListCommit > li .homContactTxt {
    padding: 0 3%;
  }
  div.homCommit .homFlowListCommit > li.download .homContactBtn {
    padding-top: 15px;
  }
  div.homCommit .homFlowListCommit > li .homContactBtn {
    padding-bottom: 15px;
  }
  div.homCommit .homFlowListCommit > li.flow h3 {
    font-size: 1.6rem;
    padding-top: 15px;
  }
  div.homCommit .homFlowListCommit > li.download h3 {
    padding: 60px 0 0;
    font-size: 1.2rem;
  }
  div.homCommit .homFlowListCommit > li.reserve h3 {
    padding: 60px 0 15px;
    font-size: 1.2rem;
  }
  div.homCommit .homFlowListCommit > li .homTxtFlow {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  div.homCommit .homFlowListCommit > li .homContactImg {}
  div.homCommit .homFlowListCommit > li .homContactImg span {
    width: 75px;
  }
  div.homCommit .homFlowListCommit > li .homContactImg img {}
  div.homCommit .homFlowListCommit > li .homContactBtn a {
    padding: 5px 3%;
    font-size: 1.2rem;
  }
  /*診療の流れ　ひとつだけ表示のためのdiv*/
  div.homFlowDiv {
    width: 90%;
    margin: 0 auto;
  }
  div.homFlowDivInr {
    margin: 20px;
  }
  /* info
------------------------------------------------ */
  div.homInfo {
    padding: 0 3% 30px;
  }
  div.homInfo .homPointInfL {
    width: auto;
    float: none;
  }
  div.homInfo .homPointInfR {
    width: auto;
    float: none;
    padding: 15px 0;
  }
  div.homInfo .homPointInfL h2 {
    font-size: 1.6rem;
  }
  div.homInfo .homPointInfR h2 {
    font-size: 2rem;
  }
  div.homInfo .homPointInfR h3 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  div.homInfo .homPointInfR .homBtnInfo {}
  div.homInfo .homPointInfR .homBtnInfo a {
    font-size: 1.6rem;
  }
  div.homInfo .homPointInfR .homBtnInfo a:before {}
  div.homInfo dl {
    display: block;
    line-height: 1.5;
    padding-top: 15px;
    margin-bottom: 0;
  }
  div.homInfo dt {
    width: auto;
    float: none;
  }
  div.homInfo .homPointInfR dt {}
  div.homInfo dt:before {}
  div.homInfo dd {
    width: auto;
    float: none;
    font-size: 1.4rem;
  }
  div.homInfo dd:last-child {
    margin-bottom: 0px;
  }
  div.homInfo .homPointInfR dd {}
  /* point 診療時間表　変更案内用table */
  div.pointWrap .point table.timeTblPoint {
    width: 100%;
    margin: 0 auto;
  }
}