* {
  margin: 0;
  padding: 0;
  font-family: Meiryo, sans-serif;
}


/* 共通デザイン */

h1 {
  font-size: 180% !important;
  font-weight: 500;
  padding: 15px 0 15px 50px !important;
  margin: 20px 0 20px 0;
  border-top: 3px solid #479C79;
  border-bottom: 3px solid #479C79;
  background-image: url(/img/futaba/h1_logo.png);
  background-position: left center;
  background-repeat: no-repeat;
}

h2 {
  font-size: 140% !important;
  font-weight: 500;
  padding: 16px 10px 13px 55px;
  margin: 25px 0px;
  border-bottom: solid 2px #8FC2C1;
  background-color: #D3E7EB;
  border-right: solid 2px #8FC2C1;
  border-radius: 10px;
  background-image: url(/img/futaba/bg_h2.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

body h3 {
  font-size: 130%;
  font-weight: 500;
  padding: 6px 10px 6px 15px;
  margin: 20px 0 10px 0;
  background-color: #fafee4;
  border-image: url("/img/futaba/line_h3.gif")8 round;
  border-style: solid;
  border-width: 4px;
  border-color: #81CCC6;
  border-left: none;
  border-right: none;
}

h4 {
  font-size: 120%;
  font-weight: 500;
  padding: 5px 0 2px 30px;
  margin: 20px 0 10px 0;
  border-bottom: dotted 1px #000;
  background-image: url(/img/futaba/bg_h4.png);
  background-repeat: no-repeat;
  background-position: 13px center;
}

h5 {
  /* font-size: 100%; */
  padding-left: 30px;
  margin: 20px 0 10px 0;
  border-bottom: dotted 1px #000;
  font-weight: 500;
  background-image: url(/img/futaba/bg_h5.png);
  background-repeat: no-repeat;
  background-position: 13px center;
}

h6 {
  /* font-size: 100%; */
  margin: 20px 0 10px 0;
  border-bottom: dotted 1px #000;
  padding-left: 11px;
  font-weight: normal;
}

.main_menu_ul>*:first-child+*+* {
  color: red;
}


/* 見出し初期化 */


/*h2.h2_top,
div.detail_free:nth-child(1) h2 {
    padding: 0;
    margin: 0;
    border: none;
    position: static;
    font-weight: bold;
}

h2.h2_top:before,
div.detail_free:nth-child(1) h2:before {
    position: static;
    background-image: none;
}*/


/* リスト */

ul:not([class]) li {
  position: relative;
  margin: 10px 10px 10px 40px;
  list-style-type: none;
}

ol:not([class]) li {
  position: relative;
  margin: 10px 10px 10px 40px;
}

ul:not([class]) li:before {
  width: 10px;
  height: 15px;
  content: '';
  background-image: url(/img/futaba/img/arrow.gif);
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -18px;
}

@media all and (max-width:479px) {

  ul:not([class]) li,
  ol:not([class]) li {
    margin: 5px 10px 5px 20px;
  }

  ul:not([class]) li:before {
    background-size: 80% auto;
    background-repeat: no-repeat;
    top: 7px;
    left: -17px;
  }

  /* li初期化 */
  div#menu_container ul li,
  ul.bxslider li {
    margin: 0;
  }
}


/* @media all and (max-width:479px) */

ol li {
  list-style: decimal
}


/* リスト初期化 */

ul.bxslider li,
div#menu_container li,
div.ac_menu li {
  padding: 0;
}

ul.bxslider li:before,
div.ac_menu li:before {
  content: '';
  background-image: none;
}


/* テーブル */

table {
  border-collapse: collapse;
  margin: 15px 0 0 0;
}

th {
  background-color: #FEEFE5;
}

th,
td {
  border: solid 1px #000 !important;
  padding: 10px;
}

table.enkaku,
table.enkaku th,
table.enkaku td,
table.enkaku tr {
  border: none;
}


/* リンク */

a {
  text-decoration: none;
  color: #0052B4;
}

a:hover {
  text-decoration: underline;
}


/* Pタグ */

p {
  padding: 5px 20px 5px 20px;
  *padding: 5px 10px;
}


/* 画像 */

img {
  max-width: 100%;
}

a img {
  border: none;
}


/* フォント */

.font_red {
  color: red;
}


/* メイン */

.hide {
  display: none;
  font-size: 16px;
}


/* 検索ボックス */

div.search {
  font-size: 0;
}

form#cse-search-box {
  vertical-align: middle;
  margin: auto 0;
}

input#tmp_query {
  width: 200px !important;
  height: 28px !important;
  vertical-align: middle;
  margin: auto 0;
  border: 1px solid #bbb !important;
  box-sizing: border-box;
}

input.kensakuBtn {
  vertical-align: middle;
  margin: auto 0;
  width: 20px;
  background-color: #CADC5B;
  padding: 3px 9px;
  border: 1px solid #bbb;
  border-left: none;
}


/* スライダー部分 */

div.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

div.main_img .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}


/* スライド、ページャー非表示 */

div.bx-has-pager {
  *display: none;
}


/* トップ専用見出し */

h2.h2_top {
  padding-left: 20px;
  font-size: 200% !important;
  letter-spacing: 5px;
  border-bottom: 2px dashed #93C337;
  margin-left: 100px;
  position: relative;
  margin-top: 45px;
  color: #3F3000;
  font-weight: 500;
  background-color: transparent;
  border-right: none;
  border-radius: 0;
  background-image: none;
}

h2.h2_top:before {
  content: '';
  position: absolute;
  left: -105px;
  top: -65px;
  display: block;
  background-image: url(/img/futaba/img/hd_home_h2.png);
  background-size: 138px 150px;
  width: 138px;
  height: 150px;
}


/*
h2.h2_top {
	font-size: 200% !important;
	letter-spacing: 5px;
	border-bottom: 2px dashed #93C337;
	padding-left: 130px;
	padding-top: 60px;
	color: #3F3000;
	font-weight: 500;
	background-image: url(/img/futaba/img/hd_home_h2.png);
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	background-position: left top;
	border-right: none;
}*/


/* フッター */

div#footer-title {
  position: relative;
  width: 100%;
  height: 100%;
}

div#footer-title span {
  font-weight: bold;
}

div#footer-title a {
  text-decoration: none;
  color: #000;
}

div#footer-title img {
  width: 380px;
}

div#footer-info {
  margin-top: 20px;
}

div.address {}

.footer_link:hover img {
  opacity: 0.8;
}

.footer_link:hover span {
  text-decoration: underline;
}


/* コピーライト */

div#layout div#copyright {
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px;
}


/* 右回り込みのテキストを中央寄せ */

div.middle_text p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}


/*半角スペース対策*/

div.main_info,
div#menu_container {
  font-size: 16px;
}


/* アンカーリンク対策 */

.anchor:hover {
  text-decoration: none;
}


/* トップのキャッチコピー */

.catch_copy {
  text-align: center;
  margin: 50px 0 0px;
  display: none;
}


/* ADOBE Reader */

.pdf_download,
.wmplayer_download {
  clear: both;
  margin: 12px 0;
  padding: 0 6px;
  border-top: 1px #CCCCCC solid;
}

.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
  padding: 20px 14px 0 2px;
}


/* パソコン */

.display_sp {
  display: none;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #000;
}

body#top div#head {
  width: 100%;
  height: auto;
}

div#layout {
  background: url(/img/futaba/img/bg_img.jpg) 100%;
  min-width: 1300px;
  background-position: center top;
  background-attachment: fixed;
}

div.main_img,
div.main_info,
div#main_menu,
div#main,
div#footer_container,
div.container,
div.pankuzu {
  width: 1200px;
  margin: 0 auto;
}

div.main_img {
  height: 472px;
  margin: 0 auto;
}

div.main_img ul.bxslider img {
  width: 1200px;
  padding-left: 0px;
  border-radius: 10px;
}

div.main_img div.bxslider2 img {
  width: 1200px;
  padding-left: 0px;
  border-radius: 10px;
}

div.main_info {
  height: auto;
  padding: 30px 0;
  position: relative;
}

div.main_info div.site_title {
  font-size: 50px;
  text-align: center;
  *padding-top: 33px;
  vertical-align: top;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  line-height: 42px;
  cursor: default;
}

div.main_info div.site_title a {
  color: #000;
  text-decoration: none;
}

div.main_info div.site_title span {
  font-size: 20px;
  font-weight: 100;
}


/* ヘッダー（TOP以外） */

body:not(#top) div#main_menu div img,
body:not(#top) div.main_img {
  display: none;
}

body:not(#top) div#main_menu div {
  border: none;
}

body:not(#top) #main_menu span {
  border-radius: 10px;
}

body#normal .main_img,
body#normal #main_menu img {
  display: none;
}


/* スライダー部分 */

div.bx-wrapper {}

div.main_img {
  position: relative;
}


/* フォントサイズボタン */

div.fontsize {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 30px;
  right: 250px;
}

div.fontsize span {
  font-weight: bold;
  font-size: 16px;
  margin-right: 0px
}

div.fontsize img {
  vertical-align: middle;
}

a.larger_btm,
a.default_btm {
  padding: 2px 9px 0;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #94BE9F;
  background-color: #fff;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
}


/* 検索ボタン */

div.search {
  width: auto;
  display: inline-block;
  padding: 4px 0;
  position: absolute;
  top: 23px;
  right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  div.search {
    padding: 4px 0;
  }
}


/* 電話番号（ヘッダー） */

div.header_tel {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

.header_tel span {
  display: block;
  line-height: 23px;
  color: #333;
  font-weight: bold;
}

.header_tel .bangou {
  font-size: 26px;
  /*position: relative;*/
}

.header_tel .bangou {
  background-image: url(/img/futaba/img/ico_tel.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  height: 28px;
}


/*
.header_tel span:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/img/futaba/img/ico_tel.png);
    background-size: 18px 28px;
    width: 18px;
    height: 28px;
    left: -22px;
    bottom: 0;
}*/


/* フロアマップ（ヘッダー） */

div.header_fm {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.header_fm a {
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.header_fm a:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(/img/futaba/img/ico_fm.png);
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  left: -25px;
  bottom: 7px;
}


/* グローバルメニュー */

body div#main_menu {
  *font-size: 0;
  min-width: 1200px;
  position: relative;
  text-align: center;
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

div#main {
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 10px 50px;
}

body div#main_menu div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body div#main_menu div a {
  display: block;
  width: 281px;
}

body#normal div#main_menu div a {
  width: 288px;
}

#main_menu div:hover a {
  text-decoration: none;
}

#main_menu span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
  background-color: #CADD5E;
  display: block;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  border: 2px solid #93C337;
}

@media all and (min-width:480px) {
  body#top #main_menu span {
    border-bottom: none;
  }
}

#main_menu img {
  border-radius: 0 0 8px 8px;
  border: 2px solid #93C337;
  border-top: none;
  box-sizing: border-box;
}


/* グローバルメニュー（読み込み） */

div#menu_container ul {
  display: flex;
  flex-flow: wrap;
  width: 1200px;
  justify-content: space-between;
}

div#menu_container ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 281px;
  height: 200px;
}

body#normal div#menu_container ul li {
  width: 290px;
}

div#menu_container ul li a {
  font-size: 1.375em;
  border: 2px solid #599969;
  border-bottom: none;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background-color: #B7E19B;
  color: #234332;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast:none) {
  div#menu_container ul li a {
    padding: 18px 0 10px;
  }
}

div#menu_container ul li a {
  /* position: absolute; */
  display: block;
  height: 190px;
  /* width: 281px; */
  box-sizing: border-box;
  border: 2px solid #599969;
  /* left: -2px; */
  /* border-top: none; */
  margin-top: 10px;
  /* overflow: hidden; */
  border-radius: 10px;
  /* overflow: hidden; */
}

div#menu_container ul li a:hover {
  opacity: 0.8;
}

.main_menu_ul li.li01 a {
  background-image: url(/img/futaba/menu_01.jpg);
}

.main_menu_ul li.li02 a {
  content: '';
  background-image: url(/img/futaba/menu_02.jpg);
}

.main_menu_ul li.li03 a {
  content: '';
  background-image: url(/img/futaba/menu_03.jpg);
}

.main_menu_ul li.li04 a {
  content: '';
  background-image: url(/img/futaba/menu_04.jpg);
}

body#normal div#menu_container ul li {
  height: auto
}

body#normal div#menu_container ul li a {
  border-radius: 10px;
  border: 2px solid #18A86D;
  height: 50px;
}

body#normal div#menu_container ul li a:after {
  display: none
}

div#menu_container ul li div {
  display: block;
  height: 140px;
  border: 2px solid #93C337;
  border-top: none;
}

div#menu_container ul ul {
  display: none;
}


/* コンテンツ */

div.container {
  margin-top: 20px;
}

div.content {
  width: 800px;
  float: left;
}

div.side_bar {
  width: 360px;
  float: right;
  margin-left: 40px;
  margin-top: 45px;
}


/* 診療案内 */

div.medical_guide {
  background-color: #FDF9F9;
  width: 81%;
  padding: 15px 25px;
  margin: 40px 0 80px auto;
  border: 2px solid #FF9F9F;
  border-radius: 10px;
}

div.medical_guide>div>p {
  display: inline-block;
  margin-bottom: 10px;
}

div.medical_guide>div>p:first-child {
  color: #3F3000;
  font-size: 22px;
}

div.medical_guide>div>p:nth-child(2) {
  padding-left: 15px;
}

div.medical_guide>span {
  display: block;
  color: #660000;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: 3px;
}

div.info_sub_left {
  width: 510px;
  display: inline-block;
  padding-left: 20px;
}

div.info_sub_right {
  width: 250px;
  display: inline-block;
}

div.info_sub {
  width: 750px;
  padding-left: 20px;
}


/* お知らせ */

.infomation {
  margin-top: 40px;
}

ul.info_ul {
  width: 93%;
  margin: 0 0 0 auto;
}

ul.info_ul li {
  margin: 0;
  padding: 18px 10px 10px 20px;
  list-style-type: none;
  border-bottom: dotted 1px #999;
}

ul.info_ul li:before {
  top: 22px;
  left: 10px;
}

ul.info_ul li span.date {
  width: 180px;
  display: table-cell;
}

div.info_all {
  display: block;
  text-align: right;
  margin-top: 20px;
}

ul.info_ul li span.info_title {
  width: 560px;
  display: table-cell;
}

body#top .no_data {
  width: 86%;
  display: block;
  margin: 0 0 0 auto;
}


/* サイドバー */


/* トピック */

.side_bar .detail_free:nth-child(2) {
  border: solid 2px #93C337;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.side_bar .detail_free h2 {
  padding: 10px 0;
  background: transparent;
  margin-bottom: 20px;
  font-size: 115% !important;
  background-color: #CADD5E;
  border-radius: 0;
  padding-left: 10px;
  color: #000;
  margin: 0;
  border: none;
  font-weight: bold;
}

body#top div.detail_free p {
  padding: 0;
}

.side_bar .detail_free:nth-child(2) p {
  padding: 10px !important;
}

.box001 h2 p {
  padding: 5px 15px;
}

body#top div.detail_free:nth-child(1) p:nth-child(1) {
  padding-top: 15px;
}

body#top div.detail_free:nth-child(1) p:last-child {
  padding-bottom: 15px;
}

.box001 h2 img {
  margin-bottom: 10px;
}

body#top div.detail_free {
  margin: 0 0 20px;
}


/* PDFボタン */

.btn_pdf {
  margin-top: 20px;
}


/* フッター */

div#footer {
  clear: both;
  width: 100%;
  min-width: 1220px;
  background-color: #fff;
  margin-top: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div#footer_container {
  padding: 30px 10px 20px 10px;
  position: relative;
}

div.footer_left {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

div.footer_right {
  width: 580px;
  display: inline-block;
}

div#footer-title {
  font-size: 36px;
}

div#footer-info,
div.footer_link {
  font-size: 16px;
}

div.footer_map,
div.footer_link {
  text-align: right;
}

div.footer_link {
  margin-top: 20px;
  position: absolute;
  right: 10px;
  bottom: 22px;
  display: inline-flex;
}

div.footer_link img {
  margin-left: 10px;
}

div.footer_map iframe {
  width: 550px;
  height: 230px;
}

div.footer_link a {
  text-align: center;
}

div.footer_link a:first-child {
  display: inline-block;
  color: #000;
}


/* パンくず */

div.pankuzu {
  padding: 5px;
}

body#normal div#head {
  width: 100%;
  min-width: 1220px;
}


/* 大メニュー */

div.big_menu ul {
  margin-left: 30px;
  list-style-type: none;
}

div.big_menu ul.cursor li {
  width: 97%;
  margin-bottom: 20px;
  font-size: 185%;
  padding: 0;
  position: relative;
}

div.big_menu ul.cursor li:nth-child(2n+1) {
  background-image: url(/img/futaba/bg_2n1.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

div.big_menu ul.cursor li:nth-child(2n) {
  background-image: url(/img/futaba/bg_2n.png);
  background-repeat: no-repeat;
  background-position: right 0;
}


/*
div.big_menu ul.cursor li:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    pointer-events: none;
}
div.big_menu ul.cursor li:after {
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
    border-bottom: 66px solid transparent;
    border-left: 20px solid #000;
    right: -20px;
}*/

div.big_menu li a {
  width: calc(100%-40px);
  height: 100%;
  display: block;
  padding: 10px 0px 10px 50px;
  z-index: 10;
  color: #000;
  margin-right: 60px;
  background-image: url(/img/futaba/list_icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

div.big_menu ul.cursor li:nth-child(2n+1) span.listTit a {
  background-color: #98CECD;
  border-radius: 5px;
}

div.big_menu ul.cursor li:nth-child(2n) span.listTit a {
  background-color: #B5DDCE;
  border-radius: 5px;
}


/* 小メニュー */

.small_menu ul {}

.small_menu ul.cursor li {
  width: 45%;
  background-color: #D3E7EB;
  display: inline-block;
  margin: 0 8px 15px;
  font-size: 160%;
  padding: 0px;
  border: 2px solid #9CD0CF;
  border-radius: 10px;
}

.small_menu ul.cursor li span.listTit a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 35px;
  box-sizing: border-box;
  background-color: transparent;
}


/* グーグルマップ */

.detail_map {
  padding-left: 15px;
}


/* 検索結果の表示に関する部分-------------------------------------------------- */

.gsc-above-wrapper-area-container td,
.gsc-resultsHeader td,
.gsc-search-box td {
  border: 0 none !important;
}

.gsc-input {
  font-size: 1.2rem !important;
  padding: 0.5rem !important;
}

.gsc-search-button {
  box-sizing: content-box !important;
}

.gsib_a,
.gsib_b {
  padding: 2px 5px 8px 5px !important;
}

.gsc-input {
  padding: 0px 5px 0px 5px !important;
  font-size: 1rem !important;
}


/* スマートフォン */

@media all and (max-width:479px) {
  .display_sp {
    display: inline;
  }

  h1 {
    font-size: 180% !important;
    padding: 15px 0 15px 50px !important;
  }

  h1:before {
    top: 20px;
  }

  h2:not([class]) {
    font-size: 160% !important;
  }

  h2:not([class]):before {
    width: 20px;
    height: 20px;
  }

  h3:not([class]) {
    font-size: 140% !important;
  }

  h4:not([class]) {
    font-size: 120% !important;
  }

  h5:not([class]) {
    font-size: 100% !important;
  }

  .display_pc {
    display: none;
  }

  body#normal p {
    padding: 10px;
  }

  h2.h2_top {
    background-size: 100%;
    height: 55px;
    margin-left: 45px;
    margin-top: 55px;
  }

  h2.h2_top:before {
    left: -50px;
    top: -40px;
    background-size: 80px 87px;
    width: 80px;
    height: 87px;
  }

  div#layout {
    min-width: auto;
    background-image: url(/img/futaba/img/bg_img_sp.jpg);
    background-size: 100%
  }

  div.main_img,
  div.main_info,
  div#main_menu,
  div#main,
  div#footer_container,
  div.container,
  div.pankuzu {
    width: auto;
  }

  div#head {
    width: 100%;
    height: auto;
  }

  div#menu_container {
    margin-bottom: 10px;
  }

  #top div#menu_container {
    margin-top: 25px;
  }

  div.main_info {
    padding: 0px 10px 10px;
    text-align: center;
  }

  div.main_info div.site_title {
    font-size: 11vw;
    text-align: center;
    padding-top: 20px;
    vertical-align: top;
    font-weight: bold;
    display: inline-block;
    line-height: 34px;
    width: 100%;
  }

  div.main_info div.site_title span {
    font-size: 16px;
    font-weight: 100;
  }

  div.main_info div.site_title a {
    color: #000;
    text-decoration: none;
  }

  /* ヘッダー右側全体 */
  div.right_info {
    padding: 15px 0 5px 0;
    background-color: #EDF4F5;
  }

  /* ヘッダー右側一段目 */
  div.right_info div.right_top {}

  /* ヘッダー右側二段目 */
  div.right_info div.right_middle {}

  /* ヘッダー右側三段目 */
  div.right_info div.right_bottom {
    margin-top: 10px;
  }

  /* フォントサイズボタン */
  div.fontsize {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: none;
  }

  div.fontsize span {
    font-weight: bold;
    font-size: 16px;
  }

  a.larger_btm,
  a.default_btm {
    display: inline-block;
    padding: 4px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  a.larger_btm {
    background-color: #fe9ea0;
    color: #000;
    margin: 0 5px 0 10px;
  }

  a.default_btm {
    background-color: #5b5b5b;
    color: #fff;
  }

  /* 検索ボタン */
  div.search {
    width: 100%;
    display: inline-block;
    padding: 4px 0px 4px 0px;
    margin: 0 auto;
    text-align: center;
    position: static;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    div.search {
      padding: 4px 0;
    }
  }

  form#cse-search-box {
    vertical-align: middle;
    margin: auto 0;
  }

  input#tmp_query {
    width: 220px;
    height: 26px;
    vertical-align: middle;
    margin: auto 0;
  }

  input.kensakuBtn {
    vertical-align: middle;
    margin: auto 0;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    input#tmp_query {
      height: 26px;
    }
  }

  /* 電話番号 */
  div.header_tel {
    position: static;
    display: inline-block;
    width: auto;
    text-align: left;
  }

  .header_tel span:nth-child(2) {
    font-size: 18px;
  }

  .header_tel span:nth-child(2):before {
    background-size: 13px 20px;
    width: 13px;
    height: 20px;
    left: -16px;
    bottom: 5px;
  }

  /* フロアマップ */
  div.header_fm {
    bottom: 10px;
  }

  div.header_fm a {
    font-size: 16px;
    font-weight: bold;
  }

  .header_fm a:before {
    background-size: 18px 24px;
    width: 18px;
    height: 24px;
    left: -18px;
    bottom: 7px;
  }

  /* スライド */
  div.main_img {
    height: auto;
  }

  div.main_img div.bx-wrapper {
    margin-bottom: 0px;
  }

  /* メインコンテンツ */
  div.content {
    width: auto;
    float: none;
  }

  /* グローバルメニュー */
  div#main {
    margin: 0 auto;
    padding-bottom: 0;
  }

  body div#main_menu {
    text-align: center;
    width: auto;
    min-width: auto;
    display: block;
    margin-top: 10px;
  }

  body div#main_menu div {
    display: inline-block;
    border: none;
    width: 95%;
  }

  body div#main_menu div a,
  body#normal div#main_menu div a {
    width: auto;
    margin-bottom: 3px;
  }

  div#main_menu span {
    font-size: 16px;
    border-radius: 10px;
    padding: 7px 0;
  }

  #main_menu img {
    display: none;
  }

  /* グローバルメニュー（読み込み） */
  div#menu_container ul {
    width: auto;
  }

  div#menu_container ul li,
  body#normal div#menu_container ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 1px 3px;
  }

  div#menu_container ul li a {
    font-size: 16px;
    border: 2px solid #599969;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    border-radius: 10px;
    background-color: #B7E19B;
    color: #000;
    font-weight: bold;
  }

  div#menu_container ul li a {
    margin: 0;
    line-height: 1.3;
    height: auto !important;
    background-image: none;
  }

  /* 診療案内 */
  div.medical_guide {
    background-color: #FFF0F8;
    width: auto;
    padding: 10px 15px;
    margin: 20px 0;
  }

  div.medical_guide>div>p {
    padding-left: 0;
    margin-bottom: 5px;
  }

  div.medical_guide>div>p:first-child {
    font-size: 18px;
  }

  /* お知らせ */
  .infomation {
    margin-top: 10px;
  }

  ul.info_ul {
    width: 95%;
    margin: 0 auto;
  }

  ul.info_ul li {
    margin: 0;
    padding: 18px 10px 10px 0px;
    list-style-type: none;
    border-bottom: dotted 1px #999;
  }

  ul.info_ul li:before {
    top: 22px;
    left: 10px;
  }

  ul.info_ul li span.date {
    width: 320px;
    display: block;
  }

  ul.info_all {
    width: 240px;
    float: right;
  }

  ul.info_all li {
    margin: 0;
    padding: 20px 0px 10px 40px;
  }

  ul.info_all li:before {
    top: 24px;
    left: 10px;
  }

  ul.info_ul li span.info_title {
    width: 320px;
  }

  /* サイドバー */
  div.side_bar {
    clear: both;
    float: none;
    width: auto;
    margin-left: 0;
  }

  /* トピック */
  div.topic {}

  div.topic h2 {}

  div.topic img {}

  /* PDFボタン */
  .btn_pdf a {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
  }

  /* フッター */
  div#footer {
    clear: both;
    width: 100%;
    min-width: auto;
    background-color: #EDF4F5;
    padding: 20px 0 20px 0;
    margin-top: 30px;
  }

  div#footer_container {
    padding: 0 10px;
  }

  div#footer-info {
    padding: 0 10px;
  }

  div#footer-info span {
    display: block;
  }

  div.footer_left {
    display: inline-block;
    vertical-align: top;
  }

  div.footer_right {
    display: block;
    margin: 0 auto;
  }

  div#footer-title {
    width: 100%;
    font-size: 9.5vw;
  }

  div.footer_map,
  div.footer_link {
    text-align: center;
  }

  div.footer_link {
    margin-top: 20px;
    position: static;
    display: block;
  }

  div.footer_link span:after {
    content: "\A";
    white-space: pre;
  }

  div.footer_map iframe {
    width: 90%;
  }

  div#copyright {
    font-size: 4vw;
  }

  div.pankuzu {
    font-size: 80%;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
  }

  div.sp_table {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  body#normal div#head {
    width: 100%;
    min-width: auto;
  }

  /* 大メニュー */
  div.big_menu ul {
    margin-right: 15px;
    margin-left: 5px;
  }

  div.big_menu ul.cursor li {
    font-size: 140%;
  }

  div.big_menu ul.cursor li:before {
    top: 19px;
    left: 20px;
    width: 15px;
    height: 15px;
  }

  div.big_menu ul.cursor li:after {
    border-bottom: 55px solid transparent;
  }

  div.big_menu ul.cursor li:nth-child(2n):after {
    border-left: 10px solid #B5DDCE
  }

  div.big_menu ul.cursor li:nth-child(2n+1):after {
    border-left: 10px solid #98CECD;
  }

  div.big_menu ul.cursor li:after {
    border-bottom: 57px solid transparent;
  }

  div.big_menu ul.cursor li:after {
    right: -10px;
  }

  /* 小メニュー */
  .small_menu li {
    width: auto!important;
    padding: 0px!important;
    display: block!important;
    font-size: 120%!important;
  }

  .small_menu li a {
    padding-left: 10px;
  }

  /* グーグルマップ */
  .detail_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .detail_map iframe,
  .detail_map object,
  .detail_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.iphone .tel-link,
.android .tel-link {
  color: #0052b4 !important;
}

.iphone .tel-link:hover,
.android .tel-link:hover {
  text-decoration: underline;
}


/* @media all and (max-width:479px) */


/* ページャー */

.bx-pager {
  z-index: 1000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -20px !important;
}

.bx-wrapper .bx-default-pager.bx-pager a:hover,
.bx-wrapper .bx-default-pager.bx-pager a.active {
  background: #000;
  border: 2px solid #fff !important;
  border-radius: 10px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff !important;
  border-radius: 10px !important;
}

.bx-controls-auto {
  z-index: 10000;
}


/* 検索 */

.gs-webResult {
  width: auto !important;
}

div#main form#cse-search-box {
  display: none;
}


/* TOPへ戻るボタン */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  /* color: #fff; */
  /* font-weight: bold; */
  /* text-decoration: none; */
  /* text-align: center; */
  position: relative;
  /* font-size: 24px; */
  background-image: url(/img/futaba/page_top.gif);
  background-repeat: no-repeat;
  background-position: center 12px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 外部リンク告知テキスト非表示 */

.newWindow {
  display: none;
}

ul.slick-dots {
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
}

.buttons {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: flex;
}

.buttons .js-play {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/img/futaba/file/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.buttons .js-play:hover,
.buttons .js-play.active,
.buttons .js-play:focus {
  background-position: -86px 0;
}

.buttons .js-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/img/futaba/file/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.buttons .js-stop:hover,
.buttons .js-stop.active,
.buttons .js-stop:focus {
  background-position: -86px -33px;
}

.slick-dots li.slick-active button::before {
  background: #000 !important;
  border: none !important;
  width: 10px !important;
  height: 10px !important;
}

.slick-dots li button:before {
  background: #FFF !important;
  border: 1px solid #000;
  width: 8px !important;
  height: 8px !important;
}

div.medical_guide li {
  list-style: none;
}

div.medical_guide li p {
  color: #3F3000;
  font-size: 22px;
  line-height: 1.5;
}

div.medical_guide li p:last-child {
  display: block;
  color: #660000;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
}

.side_bar .detail_free:nth-child(2) {
  border: none;
}

@media (min-width:641px) {

  .sp_button,
  #sp_page_index_link_wrap {
    display: none;
  }
}

/* スマホ */
@media (max-width:640px) {

  /* テーブル切り替え */
  #main .sp_table_wrap {
    overflow: auto;
  }

  #main div.sp_large_table {
    width: 1000px;
    overflow: visible;
  }

  .sp_button {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
    background-color: #f9f9f9;
    color: #000000;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
  }

  .sp_button:hover {
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
    background-color: #e9e9e9;
  }

  .sp_button:active {
    position: relative;
    top: 1px;
  }

  .gsc-result .gs-title {
    height: auto !important;
  }

  /* ページ内目次 */

  #sp_page_index_link_wrap {
    display: block;
    width: auto;
    margin: 10px 0px 20px;
  }

  #sp_page_index_link_toggle {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    border: 1px solid #333;
    background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% #eeeeee;
    background-size: 15px 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
  }

  #sp_page_index_link_toggle.open {
    background-image: url(/img/sp/acc_close.png);
  }

  #sp_page_index_link_toggle:focus {
    outline: none;
  }

  ul#sp_page_index_link {
    padding: 0px;
    list-style: none;
    background-color: #FFF;
    border-radius: 8px;
    margin: 0;
  }

  ul#sp_page_index_link li {
    border-bottom: 1px solid #ccc;
  }

  ul#sp_page_index_link li:last-child {
    border: none;
  }

  ul#sp_page_index_link li a {
    display: block;
    background: url(/img/sp/arrow_r.png) no-repeat right 5px center;
    background-size: 8px auto;
    padding: 10px 10px 10px 3px;
    text-decoration: none;
  }

  ul#sp_page_index_link li a.sp_headtype_h1 {
    font-weight: bold;
  }

  ul#sp_page_index_link li a.sp_headtype_h2 {
    padding-left: 10px;
    line-height: 1.2;
  }

  ul#sp_page_index_link li a.sp_headtype_h3 {
    padding-left: 20px;
    line-height: 1.2;
    background-color: ghostwhite;
  }

  ul#sp_page_index_link li a.sp_headtype_h4 {
    padding-left: 30px;
    line-height: 1.2;
  }

  ul#sp_page_index_link li a.sp_headtype_h5 {
    padding-left: 40px;
    line-height: 1.2;
    background-color: ghostwhite;
  }

  ul#sp_page_index_link li a.sp_headtype_h6 {
    padding-left: 50px;
    line-height: 1.2;
  }

  ul#sp_page_index_link li::before {
    content: none;
  }
}

/* 20241031追加 */
.slick-slide img {
  display: block;
  border-radius: 10px;
}

.side_bar .detail_free h2 {
  border-radius: 5px 5px 0 0;
}

body#top div.detail_free p {
  padding: 0 !important;
}

body#top div.detail_free p img {
  border-radius: 0 0 5px 5px;
}

body#top div.detail_free.box001 p img {
  border-radius: 0;
}

div.footer_link {
  align-items: center;
  flex-direction: column-reverse;
}

@media (max-width: 479px) {
  div.footer_link {
    display: flex;
  }
}

#main table {
  margin-bottom: 20px;
}

body#top div.detail_free {
  max-width: 400px;
}