@charset "utf-8";
/* CSS Document */
/* base setting 
---------------------------------------------------- */
@media all and (orientation: landscape) {
  html {
    font-size: 18px;
  }
}
.spNoDisplay {
  display: none;
}
a:hover {
  text-decoration: none !important;
}
img {
  width: 100%;
}
#wrapper {
  background-size: 300% auto;
}
/* header 
---------------------------------------------------- */
#header {
  padding: 2% 4% 4%;
  position: relative;
}
#hdLogo img {
  width: 70%;
}
#hdLogo span {
  display: block;
  font-weight: 600;
  font-size: 0.6875rem;
  margin-bottom: 0.3rem;
}
#hdBtnMenu {
  position: absolute;
  right: 4%;
  top: 18%;
  background: #e5b7bc;
  padding: 0.5rem 0.685rem;
  line-height: 1;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
}
/* navGlobal
---------------------------------------------- */
.sp-btnMenu {
  cursor: pointer;
}
#navGlobal {
  display: none;
  width: 100%;
  z-index: 9999;
}
#navGlobal li {
  background: url(../../img/common/bg-navGlobal-01.png) 0 0 repeat;
  border-bottom: 1px solid #f5f4f1;
  position: relative;
}
#navGlobal li a {
  color: #fff;
  display: block;
  padding: 2.133% 5.333%;
}
#navGlobal li a span {
  margin-right: 2.666%;
}
#navGlobal li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 2.66%;
  top: 50%;
  color: #fff;
  margin-top: -0.8rem;
}
/* footer
----------------------------------------------------- */
#navFooter {
  background: #fff;
}
#navFooter li a {
  display: block;
  width: 50%;
  float: left;
  background: #fff;
  padding: 10px;
  font-size: 0.6875rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#navFooter li:nth-child(even) a {
  border-right: 0;
}
#navFooter li:last-child a {
  border-bottom: 0;
}
.copy {
  text-align: center;
  font-size: 0.6785rem;
  color: #fff;
  background: #665747;
  padding: 1rem;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #e5b7bc;
  color: #fff;
}
/* home
--------------------------------------------------------- */
#spVisual {
  margin-bottom: 4%;
}
#homNews {
  padding: 4% 4% 2%;
  background: #fff url(../../img/common/bg-pageTitle-01.png) center top repeat-x;
  background-size: contain;
}
/* point */
.point {
  padding: 8% 4%;
  margin: 1rem auto;
  background: url(../../img/common/bg-body-01.png) 0 0 repeat;
  text-align: center;
  border-radius: 5px;
}
.point h2 {
  width: 60%;
  margin: 0 auto 1rem;
}
.point h3 {
  text-align: left;
	font-weight: 600;
	font-size: 1.05rem;
}
.point h3:before {
	content:"■";
}
.point h3:last-of-type {
  margin-top: 20px;
}
.point p {
  text-align: left;
}
.point p:last-of-type {
  margin-bottom: 0;
}
.point ul.listDot {
  text-align: left;
}
.point a {
	text-decoration: underline;
}
.point a[href*="tel:"] {
	text-decoration: none;
}
.point #feed ul li a{
  font-weight: bold;
	color: #E48F4E;
}
.point a.linkBlog {
	font-weight: bold;
    color: #E48F4E;
}

.tblScroll {
  overflow: auto;
  white-space: nowrap;
}
.tblScroll::-webkit-scrollbar {
  height: 5px;
}
.tblScroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tblScroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
/*
.point h3{margin-top: 30px; font-weight: 600;}
.point h3:first-of-type{margin-top: 0;}
table.schedule {
 width: 100%;
 margin-bottom: 0;
 border-collapse: separate;
 border-spacing:2px;
}
  table.schedule th {
   background: #fff;
   border: 1px solid #fff;
   color: #23b8c5;
   text-align:center;
   padding: 5px;
  }
 table.schedule td {
   border: 1px solid #fff;
   text-align:center;
   padding: 5px;
   color: #fff;
 }
 table.schedule td.red {
  color: #ffff00;
  font-weight: bold;
 }
.point p:last-child {
 margin-bottom: 0;
}
*/
/* news */
.homNews {
  padding: 4% 4% 2%;
}
.homNews h2 {
  width: 50%;
  margin: 0 auto 1rem;
}
.homNews dl {
  border-top: 1px dashed #cbb8b8;
}
.homNews dt {
  font-weight: normal;
  padding: 10px 0 0;
  margin: 0;
}
.homNews dd {
  border-bottom: 1px dashed #cbb8b8;
  padding: 5px 0 10px 0;
}
.homNews dt span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  padding: 1px 5px;
  color: #594545;
  background: #fae59e;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
.homNews dt span.catSyouni {
  color: #594545;
  background: #c6dbe6;
}
.homNews dt span.catByouji {
  color: #594545;
  background: #fdd9d9;
}
.homNews dt span.catKenshin {
  color: #594545;
  background: #e8edce;
}
.News {
  padding: 4% 4% 2%;
}
.News h2 {
  width: 50%;
  margin: 0 auto 1rem;
}
.News dl {
  border-top: 1px dashed #cbb8b8;
}
.News dt {
  font-weight: normal;
  padding: 10px 0 0;
  margin: 0;
}
.News dd {
  border-bottom: 1px dashed #cbb8b8;
  padding: 5px 0 10px 0;
}
.News dt span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  padding: 1px 5px;
  color: #594545;
  background: #fae59e;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
.News dt span.catSyouni {
  color: #594545;
  background: #c6dbe6;
}
.News dt span.catByouji {
  color: #594545;
  background: #fdd9d9;
}
.News dt span.catKenshin {
  color: #594545;
  background: #e8edce;
}
/* homAyumu */
#homAyumu {
  border-top: #faf8f4 solid 12px;
  background: url(../../img/common/bg-body-01.png) 0 0 repeat;
  border-image: url(../../img/common/bg-02.png) 838 12 round;
  padding: 4%;
}
#homAyumu h2 {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
.homAyumuMenu li {
  float: left;
  width: 48%;
}
.homAyumuMenu li p.homImg {
  width: 80%;
  margin: 0 auto 10px;
}
.homAyumuMenu li:nth-child(even) {
  float: right;
}
.homBnrInflu {
  text-align: center;
}
/* homAyumu */
.homAyumuInfoWrapper {
  margin: 2rem 0 0;
}
.homAyumuInfoWrapper h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5rem;
}
.homAyumuInfoWrapper h3 span {
  padding: 0 20px;
  background: url(../../img/common/bg-body-01.png) 0 0 repeat;
  position: relative;
  z-index: 999;
}
.homAyumuInfoWrapper h3:before {
  position: absolute;
  content: "";
  width: 108%;
  height: 1px;
  background: #d1c8c0;
  top: 50%;
  left: -4%;
}
.homAyumuInfo {
  margin-bottom: 2rem;
}
.homCal {
  width: 80%;
  margin: 0 auto;
}
.homAyumuInfo ul {
  text-align: center;
  margin: 0;
}
.homAyumuInfo ul li {
  text-align: center;
  margin-bottom: 1rem;
}
.homAyumuInfo ul li:first-child img {
  width: 90%;
}
.homAyumuInfo ul li:last-child img {
  width: 70%;
}
.homAyumuInfo table {
  border: 1px solid #ebebeb;
  width: 100%;
  font-size: 0.875rem;
  margin: 0;
}
.homAyumuInfo table tr {
  border-bottom: 1px solid #ebebeb;
}
.homAyumuInfo table th {
  background: #ffe9b6;
  font-weight: normal;
  padding: 5px;
}
.homAyumuInfo table td {
  text-align: center;
  background: #fff;
}
.homAyumuInfo table tr:nth-child(odd) td {
  background: #f6fafc;
}
.homAyumuInfo table td.homOff {
  text-align: center;
  background: #fff;
  font-size: 1.3rem;
  /*background: #fff3f3 !important;
   color: #d6749f;*/
}
.homAyumuInfo table th.homOff {
  color: #d6749f;
}
.homCal h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
#homHorinouchi {
  padding: 8% 4%;
  background: #fff url(../../img/common/bg-pageTitle-01.png) center top repeat-x;
  background-size: contain;
}
#homHorinouchi h2 {
  width: 60%;
  margin: 0 auto 1.5rem;
}
.homTxtHori {}
.homCopyHori {
  margin-bottom: 5px;
  text-align: center;
}
.homTxtHori h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.homTxtHori h4 {
  font-weight: 600;
  font-size: 1.125rem;
}
.homImgHori {}
.btnGeneral a {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #665747;
  color: #fff;
  text-align: center;
}
#homAyumuKai {
  border-top: #faf8f4 solid 12px;
  background: url(../../img/common/bg-body-01.png) 0 0 repeat;
  border-image: url(../../img/common/bg-02.png) 838 12 round;
  padding: 8% 4%;
}
#homAyumuKai h2 {
  width: 60%;
  margin: 0 auto 1.5rem;
}
.homCopyAyumuKai {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.125rem;
  text-align: center;
}
.homTxtAyumuKai h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
  color: #ef8939;
  letter-spacing: 0.5rem;
  margin-bottom: 15px;
}
.spImgTel {
  width: 90%;
  margin: 0 auto;
}
/* topicPath
---------------------------------------------------- */
ol.topicPath {
  text-align: left;
  font-size: 0.75rem;
  height: 5.97%;
  padding: 1.5% 4%;
  margin: 0;
}
/* module
------------------------------------------------------- */
#pageTitleWrapper {
  padding: 11px 0 0;
  background: #FFF url(../../img/common/img-pageTitleDec-01.png);
  background-size: cover;
}
.pageTitle {
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 4%;
  font-weight: bold;
}
#mainContent {
  padding: 4%;
}
#mainContent .hTitle {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background: url(../../img/page/common/bg-h1-01.png) center bottom no-repeat;
}
/* localnav */
#navLocal {
  margin-bottom: 1.5rem;
}
.btnNavLocal {
  padding: 10px;
  text-align: center;
  background: #e5b7bc;
  margin: 0;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.btnNavLocal:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
}
#navLocal ul {
  width: 100%;
  display: none;
}
#navLocal ul li {}
#navLocal ul li a {
  display: block;
  background: url(../../img/page/common/bg-navLocal-02.png) 0 0 repeat;
  padding: 10px;
}
#navLocal ul li:first-child a.current, #navLocal.first ul li:first-child a.parentsLink {
  background: url(../../img/page/common/bg-navLocal-01.png) 0 0 repeat;
  color: #f9f7f3;
}
.wrapContent {
  margin-bottom: 8.95% !important;
}
/* p,ul,dl,div */
/*#mainContent div,*/
#mainContent section, #mainContent table {
  margin-bottom: 2.98%;
}
/* hx */
.hA {
  font-size: 1.5rem;
  margin: 11.94% 0 5%;
  border-top: 2px solid #9d9081;
  padding: 6px 0;
  border-bottom: 1px dotted #b8aa9a;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
}
.hA:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #e5b7bc;
  top: -2px;
  left: 0;
}
.hA:first-of-type {
  margin-top: 0;
}
.hB {
  margin: 0 0 3%;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5rem;
}
/*.hB:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e5b7bc;
    top: 0.8em;
    left: 0;
    margin-top: -7.5px;
}*/
.hB:before {
  color: #e5b7bc;
  position: absolute;
  font-family: "FontAwesome";
  content: "\25CF";
  left: 0;
  margin: 0;
}
.hC {
  margin: 0 0 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.8rem;
}
.hC:before {
  color: #e5b7bc;
  color: var(--soft-color);
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10c";
  left: 0;
  margin: 0;
}
.hC {
  margin: 0 0 3%;
}
.hD, h3.schedule {
  margin: 0 0 3%;
}
/* list */
dt {
  font-weight: bold;
  /*margin-bottom: 1.49%;*/
  margin-top: 2%;
  color: #69bcbf;
  color: var(--dt-color);
}
span.small {
  color: #69bcbf;
  font-size: 70%;
}
.decBox01, .decBox02, .decBox03 {
  padding: 4.47%;
}
/* table */
.tblB, .tblTBL {
  width: 100%;
}
.tblTBL {
  margin-bottom: 0 !important;
}
.tblTH {
  padding: 1.492% 2.98%;
  background: url(../../img/page/common/bg-navLocal-02.png) 0 0 repeat;
  margin-bottom: 0 !important;
}
.tblTD {
  background: #fff;
  /*padding: 1.492%  2.98%;*/
  padding: 1.492% 2.98% 2.98% 2.98%;
  margin-bottom: 0 !important;
}
.sp-tblTD {
  padding-top: 2.98%;
}
/* float */
.contBoxB {
  display: table;
  width: 100%;
}
.contBoxB .contBox-L {
  display: table-cell;
  padding-right: 5.97%;
  width: 50%;
  vertical-align: top;
}
.contBoxB .contBox-R {
  display: table-cell;
  vertical-align: top;
}
.contBoxC, .contBoxF {
  display: none;
}
.contBoxE .contBox-R {
  float: right;
  margin-left: 5.97%;
  width: 50%;
}
/* step */
.stepBlock {
  border: 1px solid #ccc;
  padding: 5%;
  position: relative;
  /*margin-bottom: 10% !important;*/
  margin-bottom: 50px !important;
}
.stepBlock.stepLast {
  margin-bottom: 0 !important;
}
.stepBlock:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0d7";
  bottom: -55px;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
}
.stepBlock.stepLast:after {
  content: none;
}
.stepTitle {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.stepTitle span {
  display: inline-block;
  color: #fff;
  background: url(../../img/page/common/bg-navLocal-01.png) 0 0 repeat;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 1rem;
}
.contStep-L {
  vertical-align: top;
}
.contStep-R {
  vertical-align: top;
}
.contStep-DL {
  padding: 25px;
  margin-bottom: 30px;
  border: 3px solid #e9ded0;
}
.contStep-DL p {
  font-size: 90%;
}
.w100p{
	width: 100%!important;
}
/* Staff
---------------------------------------------- */
.staffInfo {
  ;
  width: 30%;
  padding: 0 0 0 20px;
  margin: 0;
}
/* Staff
---------------------------------------------- */
.staffInfo {
  width: 20% !important;
}
.staff_photo {
  float: right;
  width: 40% !important;
  padding: 0 0 10px 10px;
}
.staff_info {
  /*width: 650px !important;*/
}
.staff_name {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
}
.staff_name strong {
  font-size: 1.1rem;
  /*font-weight:bold;*/
  padding: 0 5px;
}
.staff_history .character {
  display: none;
}
/* access
--------------------------------------------------- */
.gmap {
  margin-bottom: 30px;
  padding: 7px;
}
.gmap iframe {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
iframe {
  width: 100% !important;
  height: 20rem;
}
.stepBlock01 {
  /*border:1px solid #ccc;*/
  padding: 0px;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 00px !important;
}
.stepBlock01.stepLast {
  margin-bottom: 0 !important;
}
.stepTitle01 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
  color: #69bcbf;
  color: var(--accent4-color);
  padding: 0;
  border: 1px solid #69bcbf;
  border-color: var(--accent4-color);
}
.stepTitle01 span {
  width: 6em;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  background-color: #69bcbf;
  background-color: var(--accent4-color);
  padding: 1px 0px;
  margin: 0 15px 0 0;
  border-radius: 3px;
}
.stepTitle01.today {
  color: #e5b7bc !important;
  color: var(--accent4-color);
  padding: 0;
  border-color: #e5b7bc;
  border-color: var(--soft-color);
}
.stepTitle01.today span {
  color: #FFF;
  background-color: #e5b7bc;
  background-color: var(--soft-color);
}
.stepTitle01.after {
  color: #69bcbf !important;
  color: var(--accent4-color);
  padding: 0;
  border-color: #69bcbf;
  border-color: var(--accent4-color);
}
.stepTitle01.after span {
  color: #FFF;
  background-color: #69bcbf;
  background-color: var(--accent4-color);
}
.stepBlock01 .flowTxt {
  padding: 5px 0 5px 3rem;
  background: url(../../img/page/visit/img-FlowBG.png) 2em 0 repeat-y;
  margin-bottom: 10px;
  margin-bottom: 5px !important;
}
/* horinouchi病児保育室 */
.stepBlock02 {
  border: 1px solid #947b5b;
  border-color: var(--dark-color);
  padding: 20px 20px 0 20px;
  display: table;
  width: 100%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 60px !important;
}
.stepBlock02.stepLast {
  margin-bottom: 30px !important;
}
.stepBlock02:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0d7";
  bottom: -60px;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
}
.stepBlock02.stepLast:after {
  content: none;
}
.stepTitle {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.stepBlock02 h3.stepTitle {
  display: block;
  color: #fff;
  background-color: #947b5b;
  background-color: var(--dark-color);
  padding: 5px 15px;
  margin: -20px -20px 15px -20px;
  border-radius: 5px 5px 0 0;
	font-size: 4vw;
}
/**/
ul.listVisit li a {
	text-decoration: underline;
}
.Visit_Rimg {
  width: 70px;
  padding: 0 !important;
  margin: 0 !important
}
/* first
-------------------------------------------------- */
.first_ul01 {
  display: table;
  margin-bottom: 40px;
}
.first_ul01 li { /*display:table-cell; width:33%;*/ padding: 15px 5% 5px;
  line-height: 32px;
  border: 1px solid #ccc;
  background: url(../../img/page/ayumu/bg_ul_01.png) center -15px repeat;
  box-sizing: border-box;
}
.first_ul01 li.br {
  width: 1.5%;
  border: none;
  background: none;
  padding: 0 1% 0;
}
.first_ul01 h5 {
  vertical-align: middle;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
}
.first_ul01 p {
  font-size: 14px;
  line-height: 32px;
}
.first_ul01 h5 {
  margin-left: 0rem;
  list-style-type: none;
  /*text-indent:-1.5em;*/
}
.first_ul01 h5:before {
  color: #ff9900;
  color: var(--accent4-color);
  /*position: relative;*/
  font-size: 140%;
  font-family: "FontAwesome";
  content: "\f044";
  left: 0em;
  margin: 0;
  letter-spacing: 0.5em;
}
.tblA th {
  padding: 5px 2px;
}
.tblA td {
  padding: 5px 2px;
}
/*持ち物*/
.bring ul {
  margin: 0;
  text-align: center;
}
.bring ul li {
  display: inline-block;
  width: 23%;
  padding: 0 1% 20px 1%;
}
/* TEL info
--------------------------------------------------- */
.tel_info {
  padding: 10px 5px;
  margin-bottom: 30px;
  /*background: url(../../img/page/common/bg-navLocal-02.png) 0 0 repeat;*/
  background-color: #f2e7d1;
  background-color: var(--bace-color);
  border-radius: 20px;
}
.tel_info p:last-child, .tel_info div:last-child, .tel_info ul:last-child, .tel_info ol:last-child, .tel_info dl:last-child, .tel_info table:last-child {
  margin-bottom: 0 !important;
}
.tel_info .info_number {
  /*display: flex; */
  /*justify-content: center;*/
  /*align-items: center; */
  margin-bottom: 10px;
}
.tel_info .info_number .title {
  margin: 0;
  font-size: 100%;
  text-align: center;
}
.tel_info .info_number .number {
  /*float:left;*/
  font-size: 140%;
  font-weight: bold;
  /*color: #e36d16;*/
  color: #e98900;
  color: var(--accent1-color);
  text-align: center;
}
.tel_info .info_number .number a {
  /*color: #e36d16;*/
  color: #e98900;
  color: var(--accent1-color);
}
.tel_info .info_number .number:before {
  /*color: #e36d16;*/
  color: #e98900;
  color: var(--accent1-color);
  /*position: relative;*/
  font-family: "FontAwesome";
  content: "\f098";
  left: 0em;
  margin: 0;
  letter-spacing: 0.5em;
}
.tel_info .info_time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tel_info .info_time dl {
  width: 100%;
  background-color: #a78953;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  border-radius: 20px;
  font-size: 80%;
}
.tel_info .info_time dt {
  color: #fff;
  font-weight: normal;
  padding: 0px;
  margin: 0;
}
.tel_info .info_time dd {
  color: #fff;
  padding: 0px;
}
.info_time .exclusive dt{
	font-size:20px; 
}
.info_time .exclusive dd{
	font-size:18px; 
}
.tel_info .info_more {
  font-size: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel_info .info_block2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tel_info .info_time2 {
  background-color: #a78953;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  border-radius: 20px;
}
.tel_info .info_time2 dl {
  color: #fff;
  /*padding: 10px 20px;*/
  margin: 0;
  font-size: 80%;
}
.tel_info .info_time2 dt {
  color: #fff;
  font-weight: normal;
  display: inline;
  padding: 0px;
  margin: 0;
}
.tel_info .info_time2 dd {
  color: #fff;
  padding: 0px;
  display: inline;
}

/* vaccine
--------------------------------------------------- */
.VPD {
  margin-top: 20px;
  border: 2px solid #e9ded0;
  padding: 10px;
}
.VPD_box {
  margin-top: 10px;
}
.VPD h3 {
  border-left: 5px solid #e98900;
  border-color: var(--accent1-color);
  padding-left: 0.5rem;
  font-weight: bold;
}
.VPD .columBox {
  background-color: #f2e7d1;
  background-color: var(--bace-color);
  /*color:#fff;*/
  color: #926b38;
  padding: 15px;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.VPD h4 a {
  color: #926b38;
  font-weight: bold;
}
.VPD h4:before {
  /*color: #e36d16;*/
  color: #e98900;
  color: var(--accent1-color);
  /*position: relative;*/
  font-family: "FontAwesome";
  content: "\f073";
  left: 0;
  margin: 0;
  letter-spacing: 0.5rem;
}
.VPD p.linkArrow01 {
  margin-bottom: 0 !important;
}
/* vaccine
--------------------------------------------------- */
.caution {
  border: 2px solid #339900;
  border-color: var(--caution1-color);
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
}
.caution h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.caution h4 {
  /*position:relative;*/
  padding-left: 0rem;
  color: #e98900;
  color: var(--caution2-color);
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  margin: 0 0 10px 0;
}
.caution h4:before {
  color: #e98900;
  color: var(--caution2-color);
  /*position: absolute;*/
  font-family: "FontAwesome";
  content: "\f071";
  left: 0;
  top: -0.5rem;
  margin: 0;
  letter-spacing: 0.5rem;
  font-size: 2.5rem;
}
.caution p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.caution .character img {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
/* faq
--------------------------------------------------- */
.faqbox dt {
  line-height: 1.4;
  padding: 4px 12px 10px 2.45em;
}
.faqbox dt:before {
  content: 'Q';
  margin: 0 0.65em 0 -2.45em;
  padding: 6px 0.5em;
  color: #fff;
  background: #69bf9a;
  background-color: var(--dt-color);
  border-radius: 20%;
}
.faqbox dd {
  line-height: 1.4;
  padding: 4px 12px 4px 2.45em;
}
.faqbox dd:before {
  font-weight: bold;
  content: 'A';
  margin: 0 0.65em 0 -2.45em;
  padding: 6px 0.5em;
  color: #fff;
  background: #947b5b;
  background-color: var(--dark-color);
  border-radius: 20%;
}
/* aboutt
--------------------------------------------------- */
/*縫える小児科*/
p.about_img01 {
  float: right;
  width: 100px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* menu
--------------------------------------------------- */
/*縫える小児科*/
p.menu_img03 {
  float: right;
  width: 150px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/*バナー*/
img.menu_img05 {
  margin: 0 auto;
  width: 176px !important;
  height: 46px;
}
/* kanpou
--------------------------------------------------- */
p.kanpo_img01 {
  float: right;
  width: 150px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 
--------------------------------------------------- */
.pcw20spw30 {
  width: 30% !important;
}
.pcw30spw40 {
  width: 40% !important;
  padding-left: 15px;
}
.company_history .character {
  display: none;
}
/* 
--------------------------------------------------- */
@media screen and (max-width: 736px) {
  .sheetDL_pc {
    display: none !important;
  }
  p.sheetDL_sp {
    /*float: left;*/
    /*width: 100%;*/
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    /* 角丸 */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    background: #99ccfc;
  }
  p.sheetDL_sp a img {
    max-height: 76px !important;
    max-width: 304px !important;
  }
}
@media screen and (min-width: 737px) {
  .sheetDL_sp {
    display: none !important;
  }
}
@media screen and (max-width: 736px) {
  /*横に長いテーブルを縦にレイアウト変更：長期休診用*/
  table.schedule {
    display: block;
    width: auto !important;
    margin: 10px 10% 15px 10%;
    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: 6px 5px;
    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: 33%;
    display: block;
    float: left;
  }
  table.schedule th, table.schedule td {
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule {
    zoom: 100%;
  }
  table.schedule:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  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;
  }
  /*-----------------------------*/
}
/*-----------------------------*/