/**スマホ下部バナー**/
.sp-under-bnr {
  display: none;
}
[data-element-id].sp-under-bnr {
  display: block;
}

@media (max-width: 599px){
  #main_editor {
    height: 100%;
  }
  .sp-under-bnr {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  .sp-under-bnr .web {
    width: 100%;
    text-align: center;
    background: #6eb92b;
    padding: 2%;
    width: 100%;
    color: #fff;
    font-size: 16px;
  }
  .sp-under-bnr ul {
    display: flex;
    height: 50px;
  }
  .sp-under-bnr ul li {
    width: calc(100%/3);
    background: #d6f2b6;
    display: flex;               /* flexbox化 */
    align-items: center;         /* 縦方向中央 */
    justify-content: center;     /* 横方向中央 */
    text-align: center;          /* テキストの中央揃え */
  }
  .sp-under-bnr ul li a {
    font-size: 14px;
    line-height: 1.4;            /* 複数行の見やすさ調整 */
    display: inline-block;       /* 複数行でも中央にまとまる */
  }
  .sp-under-bnr ul li:nth-child(2) {
    border-left: 1px solid #999;
    border-right: 1px solid #999; 
  }
  .fixed-instabtn {
    bottom: 155px;
  }
  .totop {
    bottom: 100px;
  }
  /**ブログ表示調整**/
  #blog {
    padding: 5px 10px;
  }
  .blogcss dt {
    padding: 2px 0;
  }
  .home-tv .right #blog dt+dd {
    padding: 0 0 10px;
  }
  .home-tv .right #blog dt+dd {
    font-size: 16px;
  }
  /**診療案内**/
  .home-kodawari {
    padding-bottom: 20px;
  }
  .home-kodawari .inner {
    padding: 20px 0 0 0;
  }
  .home-kodawari .border-heading {
    margin-bottom: 10px;
  }
  .txt00 {
    margin-bottom: 20px;
  }
}

/**その他TOP変更**/
.side-bnr2 li:last-child {
  padding: 0 0 5px 0;
}
.home-insta {
  padding: 0 0 30px;
}
.home-insta .insta-btn.ver02 {
  width: 100%;
  max-width: 1130px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 0;
}
.home-insta .insta-btn.ver02 .txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

@media (max-width: 599px){
  .home-insta .insta-btn.ver02 {
    width: 96%;
  }
}
