@charset "UTF-8";
/*---------------------------
  色
  #2b8ce2 - darkest
  #ff7c25 - main : footer
  #93d1f0 - middle
  #fcdbc5 - brightest
  #ff7200 - Navigation text
  #b2d850 green
  #fdcaa8 - hover button 2
  #f0bd9a - border
  #F2F6F7 - bg
  #fff0e5 - bg-table
  #c4540a - table inside text
  #C33E08 - border bottom Navigation menu
  #fcdbc5
  #fcdbc5
---------------------------*/
#holidayInfo .shinryoujikan tr th, #holidayInfo .uketsukejikan tr th, #holidayInfo .kyuushinbi tr th {
  background-color: #fff0e5 !important;
  border: 2px solid #ffbd8d !important;
}

#holidayInfo .shinryoujikan tr td, #holidayInfo .uketsukejikan tr td, #holidayInfo .kyuushinbi tr td {
  background-color: #fff !important;
  border: 2px solid #ffbd8d !important;
}

/*---------------------------
  reset
---------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------
  common
  color: #000;
---------------------------*/
body {
  color: #464646;
  font-size: 16px;
  line-height: 1.5em;
  font-family: helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  background-color: #F2F6F7;
}

a {
  text-decoration: none;
  color: #464646;
  transition: 0.4s color ease;
}

a:hover {
  color: #C33E08;
}

table {
  background: #FFFFFF;
  border: solid 0 #FFFFFF;
  margin-bottom: 1.25rem;
  table-layout: auto;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------
  header
------------------------------------*/
header {
  margin: auto;
  position: relative;
  z-index: 0;
}
header .logo_area #logo {
  width: 250px;
  height: auto;
}
header .logo_area .logoLetter {
  font-weight: bold;
  letter-spacing: 2.4px;
  margin: 0;
  display: block;
  text-align: center;
}
header .headerRight {
  text-align: center;
}
header .headerRight #headerTel {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  width: 300px;
  margin: 0 0 5px 0;
}
header .headerRight #headerTel a {
  font-size: 28px;
  color: #333;
}
header .headerRight address {
  font-style: normal;
  color: #333;
}
header .headerRight a img {
  max-width: 150px;
  width: 100%;
}
header .headerRight a:nth-of-type(2) img {
  margin: 0 0.5rem;
}
header .headerRight .call {
  width: 100%;
  max-width: 280px;
}
header:first-of-type .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_top {
  background: #ff7c25;
}

.top_txt {
  color: #000;
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}

#header_bottom {
  background-color: #fff;
  padding: 10px 0;
}

.logo_area > a:hover {
  color: inherit;
}

/*-----------------------------------
  nav
-------------------------------------*/
nav {
  clear: both;
  height: 60px;
  padding: 0;
  margin: 0 auto 15px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
nav .nav-inner {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
nav ul {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center !important;
  background: none;
  justify-content: flex-start !important;
  flex: 1 !important;
}
nav ul li {
  width: auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav div {
  height: 100%;
  position: relative;
}
nav li a {
  float: none;
  display: block;
  width: unset;
  line-height: 30px;
  color: #ff7200;
  font-size: 1.2em;
  border-left: none;
  width: 100%;
  padding: 10px 0;
  font-family: Verdana, "Kosugi Maru", sans-serif;
  position: relative;
  white-space: nowrap;
}

nav .header-search {
  width: 250px;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .header-search form.search-form {
  width: 100%;
}
.header-search .search-form-inner {
  position: relative;
  display: flex !important;
  align-items: center !important;
  background: #f7f7f7 !important;
  border: 1px solid #ddd !important;
  border-radius: 25px !important;
  padding: 0 15px !important;
  height: 38px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
.header-search .search-field,
.header-search input[type="search"] {
  border: none !important;
  background: transparent !important;
  width: 100% !important;
  padding: 5px 30px 5px 0 !important;
  font-size: 14px !important;
  outline: none !important;
  color: #333 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}
nav .header-search .search-field::placeholder,
nav .header-search input[type="search"]::placeholder {
  color: #999;
}
.header-search .search-submit,
.header-search button[type="submit"],
.header-search input[type="submit"] {
  position: absolute !important;
  right: 15px !important;
  border: none !important;
  background: transparent !important;
  color: #999 !important;
  cursor: pointer !important;
  padding: 0 !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
}

.header-search .search-submit::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999999'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.header-search i.fa-search {
  display: none !important;
}
nav .header-search .search-submit:hover,
nav .header-search button[type="submit"]:hover {
  color: #ff7200;
}
nav .header-search .screen-reader-text {
  display: none;
}

@media screen and (max-width: 910px) {
  .menu_btn i {
    position: static !important;
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    background: #fff !important;
    margin: 3px 0 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  .menu_btn.active {
    background: #ff7c25 !important;
  }

  .menu_btn.active i:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg) !important;
  }

  .menu_btn.active i:nth-of-type(2) {
    opacity: 0 !important;
  }

  .menu_btn.active i:nth-of-type(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
  }

  nav .header-search {
    display: none;
  }
  nav.showsearch .header-search {
    display: block !important;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    height: 38px;
  }
  nav.showsearch .header-search form {
    max-width: 500px;
    margin: 0 auto;
  }
  nav ul {
    flex: none;
    width: 100%;
  }
}

#head_nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 100;
  /* box-shadow: 0 6px 7px #eef0f1; */
  margin: auto;
  background: #fff;
}
#head_nav li a::after {
  top: 80%;
  height: 2px !important;
  width: 0;
  left: 50%;
  background-color: #C33E08;
  transition: 0.4s ease-out all 0.1s;
  content: "";
  position: absolute;
  transform: translateX(-50%);
}
#head_nav li a:hover::after {
  width: 60%;
  transition: 0.5s ease all;
}

.home nav {
  margin-bottom: 0;
}

.home #head_nav {
  margin: 0 auto 15px;
}

.customize-support #head_nav {
  top: 32px;
}

/*-----------------------------------
  main
-------------------------------------*/
.container {
  max-width: 1100px;
  margin: auto;
}

#main .container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-cv {
  margin-bottom: 30px;
  border: 1px solid #ff7c25;
}
.top-cv p {
  margin-bottom: 0 !important;
}
.top-cv .cv-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #ff7c25;
  padding: 5px 0;
  margin: 0 0 10px 0;
  font-family: Verdana, "Kosugi Maru", sans-serif;
  line-height: 1.5em !important;
}
.top-cv .cv-wrap {
  padding: 10px;
}
.top-cv .cv-wrap p {
  padding: 10px;
}
.top-cv .cv-wrap a {
  overflow: hidden;
  border: solid 2px;
  border-radius: 10px;
  line-height: 25px;
  padding: 4px 16px 4px 5px;
  height: unset !important;
  text-align: center;
  color: #ff7c25;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  width: 100%;
}
.top-cv .cv-wrap a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: url(/medicine/img/common/icon/right-arrow-white.svg) no-repeat center;
  background-size: 9px;
  background-color: #ff7c25;
}
.top-cv .cv-wrap .cv-web {
  margin-bottom: 10px;
}

@media screen and (min-width: 911px) {
  .top-cv {
    display: none;
  }
}
/*-----------------------------------
  leftMenu
-------------------------------------*/
#left-menu {
  background: #1a98a6;
  padding: 3px;
}

#leftMenu {
  width: 275px;
  margin-top: 18px;
}
#leftMenu > li {
  margin-bottom: 12px;
}
#leftMenu .menuTtl {
  padding: 8px 0;
  margin: 25px 0 10px 0;
  color: #222;
  font-family: Verdana, "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 0 0 10px #ff8f45;
  background-image: linear-gradient(45deg, #ff8f45 0, #fda55e 50%, #ff8f45 100%);
}
#leftMenu .block {
  background-color: #FFF;
}
#leftMenu .block:first-child .menuTtl {
  margin-top: 0;
}
#leftMenu .block:last-child {
  margin-bottom: 30px;
}

#left_tel {
  font-size: 1.6em;
  color: #1598A2;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  padding-left: 50px;
  width: 200px;
  padding-top: 240px;
}

#left_tel2 {
  font-size: 1.6em;
  color: #1598A2;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  padding-left: 50px;
  width: 200px;
  padding-top: 300px;
}

.side_cont {
  padding: 10px;
}

.side_nav_btn .bt-samp52 {
  width: 100%;
}
.side_nav_btn > * {
  margin-bottom: 10px;
}

.side_noimg_btn {
  overflow: hidden;
  border: solid 2px;
  border-radius: 10px;
  line-height: 25px;
  padding: 4px 16px 4px 5px;
  height: unset !important;
  text-align: center;
  color: #ff7c25;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  width: 100%;
}
.side_noimg_btn:hover {
  color: #ff7c25;
}
.side_noimg_btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: url("/medicine/img/common/icon/right-arrow-white.svg") no-repeat center;
  background-color: #ff7c25;
  background-size: 9px;
}
.side_noimg_btn:hover:after {
  background-color: #ff7c25;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  #leftMenu {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 100%;
  }
  #leftMenu .block {
    margin-bottom: 30px;
  }
  #leftMenu .spliteCol {
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
/*----- 診療科目 -----*/
#kamoku ul.spliteCol {
  /*  margin-top: -20px;*/
}
#kamoku ul.spliteCol > li > a {
  height: 80px;
  width: 250px;
  margin: 0 auto 10px;
}
#kamoku ul.spliteCol-2 {
  background-image: url(/wp-content/uploads/2019/09/left_button.png);
  /*  margin-top: -20px;*/
}
#kamoku ul.spliteCol-2 > li > a {
  height: 80px;
  width: 250px;
  margin: 0 auto 10px;
}

/*----- 診察・病名 -----*/
.left-menu-under > li {
  margin-bottom: 10px;
}
.left-menu-under > li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  width: 250px;
  height: 55px;
  text-align: center;
  color: #1a98a6;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #1a98a6;
  border-radius: 10px;
}
.left-menu-under > li a:hover {
  background: rgba(26, 152, 166, 0.5);
  color: #fff;
}

/*サイト内検索ここから*/
#___gcse_0 {
  background-color: #E3EFEF;
}

#___gcse_0 > div > div > form > table.gsc-search-box > tbody > tr > td.gsc-search-button > input {
  background-color: #1a98a6;
}

.gsc-input-box {
  width: 200px;
}

.gsc-search-box {
  background-color: #E3EFEF;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 20px 5px 10px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 6px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px !important;
}

table.gsc-search-box td {
  vertical-align: top !important;
}

/*サイト内検索ここまで*/
#map {
  margin-top: 10px;
  text-align: center;
}

/*-------------------------
  #contents
---------------------------*/
#contents {
  width: calc(100% - 295px);
  max-width: 780px;
  margin: 15px 0;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#contents p {
  margin-bottom: 25px;
  line-height: 1.9em;
}
#contents h1 {
  font-size: 15px;
}
#contents > section {
  margin-bottom: 50px;
  clear: both;
}
#contents > section > h2 {
  padding: 12px 18px;
  color: #222;
  font-family: Verdana, "Kosugi Maru", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  box-shadow: inset 0 0 10px #ff8f45;
  background-image: linear-gradient(45deg, #ff8f45 0, #fda55e 50%, #ff8f45 100%);
}
#contents > section > h2.intro {
  color: #FFF;
  font-size: 1.2em;
  line-height: 30px;
  margin: 0 0 5px 0;
  background-color: #EEE;
  padding: 2px 0px 2px 20px;
  border: 1px solid #4CB3BC;
  box-shadow: none;
  background-image: linear-gradient(to bottom, #47AEBD, #208388);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a5b8da, endColorstr=#7089b3);
}
#contents section h3 {
  line-height: 1.5em;
  color: #ff7c25;
  border-bottom: #ff7c25 2px solid;
  padding: 0 0 5px 0;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
#contents section h5 {
  font-size: 1em;
}
#contents section h5:before {
  content: "";
  background-color: #1caad2;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: -2px;
}
#contents section > .block {
  margin: 30px 0;
  line-height: 2em;
}

.h_subtitle {
  font-size: 0.7em;
  font-weight: normal;
}

@media (max-width: 770px) {
  #intro .business_text .bt-samp52 {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
@media (min-width: 771px) {
  #intro .business_text .bt-samp52 {
    width: 49%;
    min-width: 280px;
    max-width: 360px;
    margin: 0 auto 1rem;
  }
}
h4 {
  font-size: 18px;
  font-weight: bold;
  color: #48bb69;
  margin-bottom: 10px;
  margin-top: 1em;
  line-height: 1.5em;
  /*padding: .25em 0 .5em .75em;
    border-left: 6px solid #397f4b;*/
}

/*-------------------------
  Pallet
---------------------------*/
/*-----ホバーで画像切りかえ-----*/
/*子要素のaにwidth,heightを設定して使用*/
/*横並び画像*/
.spliteCol a {
  position: relative;
  display: block;
  overflow: hidden;
}
.spliteCol a img {
  position: absolute;
  clip: rect(0px 50% 100% 0px);
}
.spliteCol a:hover img {
  position: absolute;
  clip: rect(0px 100% 100% 50%);
  right: 0;
}

/*縦並び画像*/
.spliteRow a {
  position: relative;
  display: block;
  overflow: hidden;
}
.spliteRow a img {
  position: absolute;
  clip: rect(0px 100% 50% 0px);
}
.spliteRow a:hover img {
  position: absolute;
  clip: rect(50% 100% 100% 0px);
  bottom: 0;
}

/*-----/ホバーで画像切りかえ-----*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cfr {
  *zoom: 1;
}

.red {
  color: #C63A23;
}

p .red {
  font-weight: bold;
  color: #F00;
}

td.tdright {
  text-align: right;
}

.small {
  font-size: 0.8em;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*右三角ボタンバナー*/
.btnRtTrngl a {
  display: block;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ff7c25;
  border: 2px solid #ff7c25;
  border-radius: 10px;
}
.btnRtTrngl a:after {
  float: right;
  display: block;
  line-height: 50px;
  font-size: 13px;
  font-family: fontawesome;
  content: "\f0da";
  background: #ff7c25;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 5px;
}
.btnRtTrngl a:hover {
  /*opacity: .8;*/
  border: 2px solid #C33E08;
  color: #C33E08;
}
.btnRtTrngl a:hover:after {
  background: #c33e08;
}

/*ケース*/
.case {
  background: #ffefe1;
  border: 2px solid #fcdbc5;
  outline: 5px solid #ffefe1;
  padding: 20px;
  margin: 20px 5px;
}

.case > h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.case > ul > li {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-right: 1em;
}

.case > ul > li:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #e48d53;
  margin-right: 5px;
}

/*ケース02*/
.case02 {
  background: #f0f4e4;
  border: 2px solid #cad6d5;
  outline: 5px solid #f0f4e4;
  padding: 20px;
  margin: 20px 5px;
}

.case02 > h4 {
  font-size: 20px;
  color: #1a98a6;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.case02 > ul > li {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.case02 > ul > li:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #1a98a6;
  margin-right: 5px;
}

#naikaCases .case02 {
  width: 61%;
  margin: 0 auto;
}

/* 箇条書きリスト */
.pickupList dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  border-bottom: 3px dotted #999;
}
.pickupList dt,
.pickupList dd {
  box-sizing: border-box;
}
.pickupList dt {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #ff7c25;
  border-radius: 50%;
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  float: left;
}
.pickupList dd {
  line-height: 36px;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 5px;
}

/* 抗体検査・ワクチン接種 */
#contents section .pickupList dl dd ul {
  color: #c94541;
  font-size: small;
  line-height: 1.2em;
  list-style: circle;
  padding-left: 25px;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .pickupList dl {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-color: #ddd;
  }
  .pickupList dt {
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    padding: 0;
    margin-right: 0.5rem;
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pickupList dd {
    display: inline-block;
    width: calc(100% - 4.5rem);
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0;
  }
}
/* テーブル */
table.contsTable {
  border-collapse: collapse;
  width: 95%;
  margin-left: 20px;
}
table.contsTable th {
  background-color: #fff0e5;
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ff7c25;
  vertical-align: middle;
}
table.contsTable thead tr:nth-of-type(2) th {
  text-align: center;
}
table.contsTable tbody tr th {
  font-weight: normal;
}
table.contsTable tbody tr td {
  line-height: 1.8;
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ff7c25;
  vertical-align: middle;
}

img.banner {
  border: 2px solid #3BA1AD;
}

/*margin*/
.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr40 {
  margin-right: 40px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl40 {
  margin-left: 40px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

/*font*/
.font12 {
  font-size: 12px;
}

.font24 {
  font-size: 24px;
}

.font36 {
  font-size: 36px;
}

.font48 {
  font-size: 48px;
}

.color-red {
  color: red;
}

.qa_box dt {
  font-size: 120%;
  font-weight: bold;
}

.qa_box dd {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sistem h4 {
  color: #1A98A6;
}

.btnArea button {
  background: #f18200;
  padding: 15px 1rem;
  font-size: 120%;
  margin-left: 20px;
  color: #fff;
}

.influenza_btn {
  color: #f18200;
  margin: 10px 0;
  font-size: 16px;
}

.influenza_btn:after {
  background-color: #f18200;
}

/*----------------------------------
Home
------------------------------------*/
/* Easy Slider */
#slider ul,
#slider li {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}

span#prevBtn {
  display: none;
}

span#nextBtn {
  display: none;
}

/* /Easy Slider */
/*--------holidayInfo-----*/
#holidayInfo {
  margin: 10px 0;
  clear: both;
  overflow: hidden;
}

#day {
  text-align: center;
}
#day ul li {
  margin-bottom: 20px;
}
#day .calendarbox {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  border: 1px solid #CCC;
}
#day .calendarbox.calendarholiday {
  background-color: #FFA6A6;
}
#day p {
  font-size: 16px;
  color: #1699A3;
}

#calendar {
  font-size: 11px;
  float: right;
  padding: 0px;
  line-height: normal;
  letter-spacing: 0em;
}

/*--------カレンダー用のスタイル(xo-calendar)-----*/
#xo-event-calendar-1 .xo-months {
  display: flex;
  justify-content: space-around;
}
#xo-event-calendar-1 .xo-month-wrap {
  width: 48%;
  max-width: 300px;
}
#xo-event-calendar-1 .month-dayname-space {
  height: 0;
}
#xo-event-calendar-1 .calendar-caption {
  color: #ff7c25;
  font-weight: bold;
  font-family: Verdana, "Kosugi Maru", sans-serif;
}
#xo-event-calendar-1 thead {
  background-color: #fff0e5;
}

.xo-event-calendar table.xo-month {
  border: 0 !important;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  background: #fff0e5;
}
.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border: 1px solid #fff !important;
}
.xo-event-calendar table.xo-month > thead th {
  font-family: "Kosugi Maru";
  font-weight: normal;
  padding: 6px 0 !important;
  background: #fcdbc5 !important;
}
.xo-event-calendar table.xo-month .month-event-space {
  height: 2em !important;
}

.tuesday-box {
  background-color: #fd761c;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fd761c;
  color: #fff;
  margin: -1.3em 0;
  padding: 4px;
  width: 150px;
  text-align: center;
  float: right;
  font-weight: bold;
}

#contents .tuesday-igai {
  background-color: red;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px red;
  color: #fff;
  margin: 0 0 0 1rem;
  padding: 0.25rem 0.5rem;
  max-width: 150px;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  #holidayInfo #day,
  #holidayInfo .xo-event-calendar {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .tuesday-igai,
  .tuesday-box {
    float: none;
    margin-left: auto;
    margin-right: 2.7%;
  }
}
@media only screen and (max-width: 510px) {
  /*mobile*/
  #info .info_content {
    padding: 15px 0;
  }
  #holidayInfo #day,
  #holidayInfo .xo-event-calendar {
    width: 100%;
  }
  #xo-event-calendar-1 .xo-months {
    flex-wrap: wrap;
  }
  #xo-event-calendar-1 .xo-month-wrap {
    width: 100%;
  }
  .tuesday-igai,
  .tuesday-box {
    margin-right: 5%;
  }
  #topTantoui .tantoui tr th.pre {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  #topTantoui .tantoui tr th.row {
    min-height: 1rem;
  }
  #topTantoui .tantou tr th.col {
    min-height: 5rem;
  }
  #topTantoui .tantoui tr th span,
  #topTantoui .tantoui tr td span {
    writing-mode: vertical-rl;
    white-space: pre;
    text-align: center;
  }
  #topTantoui .tantoui tr th {
    padding: 0.2rem !important;
    text-align: center;
  }
}
/*--------カレンダー用のスタイル-----*/
.ui-widget {
  border-radius: 0;
  padding: 0;
  border: solid 1px #7aad38;
}

.ui-datepicker {
  padding: 0;
}
.ui-datepicker .holiday span {
  background: red;
  color: #FFF;
}
.ui-datepicker .sat span {
  background: green;
  color: #FFF;
}
.ui-datepicker th {
  background: none;
  padding: 0;
}

.ui-widget-header,
.ui-datepicker-header {
  background: none;
  background-color: #1699A3;
  background-image: none !important;
  border-radius: 0;
  color: #FFF;
  padding: 0;
}

.ui-widget-content {
  background: none;
  background-color: #1699A3;
  background-image: none !important;
  border-radius: 0;
  color: #FFF;
  padding: 0;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
}

a.ui-state-default {
  background: none !important;
  border: solid 1px #dedede !important;
  color: #080 !important;
}

a.ui-state-hover {
  cursor: default;
  border: solid 1px #dedede !important;
}

.ui-widget-content {
  border: solid 1px #1396A0;
  background: none;
  color: #006F37;
}

a.ui-state-highlight {
  font-weight: bold !important;
  border: solid 1.5px #FF8C00 !important;
}

/*医師の担当状況*/
#topTantoui .tantoui {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}
#topTantoui .tantoui tr:first-child th {
  text-align: center;
}
#topTantoui .tantoui tr th {
  text-align: left;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  background-color: #fff0e5;
  border: 2px solid #f0bd9a;
  padding: 10px;
}
#topTantoui .tantoui tr td {
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #f0bd9a;
  text-align: center;
  color: #9e9e9e;
}
#topTantoui .tantoui ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#topTantoui .man {
  color: #ff6805;
}
#topTantoui .woman {
  color: #f360a9;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  #topTantoui .tantoui tr th {
    font-size: 15px;
  }
}
/*--内覧会---*/
.ui-datepicker .nairan span {
  background: blue;
  color: #FFF;
}

#auto_calender .ui-datepicker a:hover {
  cursor: default;
}

#auto_calender .ui-state-highlight {
  background: blue;
  border: 1px solid #008200;
}

/*--------カレンダー用のスタイル終了-----*/
/*新着情報*/
/*#information .area {
  border-top: 5px solid #bee1dd;
  border-bottom: 5px solid #bee1dd;
  background: #e0efed url(/medicine/img/home/img_info.jpg) no-repeat 98% center;
  padding: 30px;
}*/
#info {
  overflow: scroll;
  height: 510px;
  background-color: #FFF;
}
#info .info_content {
  border-top: 1px solid #d2e9f0;
  padding: 30px 0;
}
#info .info_content:first-child {
  border: none;
  padding-top: 0;
}
#info .info_content a {
  text-decoration: underline;
}
#info .info_content .title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #26aad2;
}

/*診療の際のご注意*/
ul.caution {
  margin-top: 50px;
}
ul.caution li {
  margin-right: 30px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#cautions {
  margin-top: 10px;
}

/*----------------------------------
診療案内
------------------------------------*/
/*診療案内*/
#annai p,
#cautionsAnnai p {
  width: 440px;
  width: calc(100% - 230px);
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  float: left;
}

#annai:after {
  content: "";
  display: block;
  width: 200px;
  height: 192px;
  background: url("/medicine/wp-content/themes/hiro-medicine/images/annai/img_belief.jpg") no-repeat center center;
  float: right;
}

#cautionsAnnai .caution {
  width: calc(100% - 264px);
  margin-top: 0;
  float: left;
}

#cautionsAnnai:after {
  content: "";
  display: block;
  width: 264px;
  height: 181px;
  margin-bottom: 2rem;
  background: url("/medicine/wp-content/themes/hiro-medicine/images/annai/img_cautions.jpg") no-repeat right bottom;
  float: right;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  #cautions {
    height: unset;
    background: none;
  }
  #cautions .block img {
    display: block;
    margin: auto;
    max-width: 300px;
    float: none;
  }
}
@media only screen and (max-width: 510px) {
  /*mobile*/
  #annai,
  #cautionsAnnai {
    /* height: 530px; */
  }
  #annai p,
  #cautionsAnnai .caution {
    width: unset;
    padding: 0;
    float: none;
  }
  #annai:after,
  #cautionsAnnai:after {
    float: none;
    margin: 0 auto;
  }
  ul.caution {
    margin: 0;
  }
  ul.caution li {
    margin: 10px 0;
  }
}
/*医師紹介*/
#doctor .doctorDtl {
  padding: 20px;
  margin: 0 20px 20px;
  border-bottom: 1px dashed #1598A2;
}
#doctor .doctorDtl:last-child {
  border-bottom: none;
}
#doctor .doctorDtl figure {
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  align-content: center;
  justify-content: flex-start;
}
#doctor .doctorDtl figure img {
  float: left;
  width: 100px;
}
#doctor .doctorDtl figure figcaption {
  display: flex;
  color: #ff7c25;
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 1rem;
  align-items: baseline;
  flex-wrap: wrap;
  align-content: center;
}
#doctor .doctorDtl figure figcaption .career_title {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 0.25rem;
}
#doctor .doctorDtl figure figcaption .career_title + .career_title {
  margin-left: 0;
  width: 100%;
}
#doctor .doctorDtl .block {
  margin-bottom: 1em;
}
#doctor .doctorDtl h3 {
  color: #7fc564;
  border-bottom: none;
  padding: 0;
  font-size: 21px;
}
#doctor .doctorDtl h3:before {
  font-family: FontAwesome;
  content: "\f100";
}
#doctor .doctorDtl h3:after {
  font-family: FontAwesome;
  content: "\f101";
}

/*医師の担当状況*/
#tantouTable table {
  width: 100%;
  font-size: 1.2em;
}
#tantouTable table th {
  text-align: center;
  color: #333;
  background-color: #E5F1EF;
  border: 1px solid #1797A2;
  padding: 10px;
}
#tantouTable table td {
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #ff7c25;
}

/*----------------------------------
クリニック紹介
------------------------------------*/
#introduction #itrdctnInnai img {
  width: 100%;
}
#introduction #itrdctnKiki {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#introduction #itrdctnKiki .box {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f2f6f7;
  box-sizing: border-box;
  width: 47%;
}
#introduction #itrdctnKiki .box img {
  width: 100%;
}
#introduction #itrdctnKiki .box h4 {
  color: #ff7c25;
  font-weight: bold;
  font-size: 14px;
}
#introduction #itrdctnKiki h3 {
  width: 100%;
}

/*----------------------------------
アクセス
------------------------------------*/
#access .addressTable {
  margin: 30px auto;
  font-size: 16px;
}
#access .addressTable th,
#access .addressTable td {
  padding: 10px;
}
#access .addressTable th {
  vertical-align: top;
}
#access .addressTable th span {
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 28px;
  background: #ff7c25;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 10px 20px;
}
#access .addressTable td {
  border-bottom: 1px dashed #999;
  vertical-align: middle;
}
#access .addressTable tr:nth-child(1) {
  font-size: 20px;
}
#access .addressTable tr:nth-child(2) li {
  float: left;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 20px 10px;
}
#access .addressTable tr:nth-child(2) li li span {
  font-size: 38px;
}
#access .addressTable tr:nth-child(2) p {
  clear: both;
  text-align: center;
  font-size: 24px;
}
#access .addressTable tr:last-child dl {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
#access .addressTable tr:last-child dt {
  font-size: 26px;
  line-height: 1.2em;
}
#access .addressTable tr:last-child dd {
  font-size: 38px;
  line-height: 1.2em;
}
#access #route {
  overflow: hidden;
  font-size: 0;
}
#access #route li {
  width: 370px;
  margin-bottom: 20px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
#access #route li:nth-child(odd) {
  padding-right: 20px;
}
#access #route li p {
  margin: 0 0 0 30px;
  font-size: 16px;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  #access .addressTable {
    text-align: center;
  }
  #access .addressTable tr:nth-child(2) li {
    float: none;
    margin: 0;
    font-size: 18px;
  }
  #access .addressTable tr:nth-child(2) li span {
    font-size: 25px;
  }
  #access .addressTable tr:nth-child(2) p {
    font-size: 18px;
  }
  #access .addressTable tr:last-child dd {
    font-size: 25px;
  }
  #access .addressTable td {
    margin-bottom: 20px;
  }
  #access .addressTable th,
  #access .addressTable td {
    display: block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 510px) {
  /*mobile*/
  #access #route li {
    width: 100%;
  }
}
/*----------------------------------
採用情報
------------------------------------*/
#recruit .block table {
  border-collapse: collapse;
  width: 100%;
  /*  border"1"
  width:780px;
  cell-spacing:0px;
  cellpadding：10px;*/
}
#recruit .block th {
  width: 196px;
  background: #f0f8ff;
}
#recruit .block th,
#recruit .block td {
  border: 2px solid rgb(128, 128, 128);
  vertical-align: middle;
  padding: 10px;
}

/*----------------------------------
呼吸器内科
------------------------------------*/
#respiratory p {
  width: 440px;
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

/*#respiratory .block{
  background: url(/medicine/img/respiratory/img_respiratory_organ.jpg) no-repeat right bottom;
  height: 350px;
  background-size: 320px 263px;
}*/
/*----------------------------------
アレルギー科
------------------------------------*/
#allergyDisease .case {
  width: 50%;
}
#allergyDisease .case .case > ul > li {
  width: 40%;
}

#allergyInspectionItem figure img {
  width: 180px;
  height: auto;
  margin-left: 20px;
}

#allergyInspectionItem figure figcaption {
  color: #397f4b;
  text-align: center;
}

/*----------------------------------
内科
------------------------------------*/
#naika p {
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

/*#naika .block{
  height: 280px;
  background: url(/medicine/img/naika/img_naika.jpg) no-repeat right bottom;
  background-size: 320px 263px;
}*/
#naikaCases .case {
  width: 42%;
}
#naikaCases > div.case.left > ul > li:nth-child(7) {
  letter-spacing: -1px;
}

/*----------------------------------
健康診断
------------------------------------*/
#kenshin {
  /*.block{
    background: url(/medicine/img/kenshin/img_kenshin.jpg) no-repeat right center;
  }*/
}
#kenshin p {
  width: 390px;
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
#kenshin .case {
  width: 390px;
  padding-right: 0;
}
#kenshin .case li:nth-child(2),
#kenshin .case li:nth-child(5) {
  letter-spacing: -1px;
}

#kenshin_yoyaku .btnRtTrngl {
  margin-top: 20px;
}

#contents section#kenshin_cost > h3 {
  font-size: 16px;
  color: #247C42;
  margin: 0 0 10px 20px;
  border-bottom: none;
  padding: 0;
}

#kenshin_cost > p.kenshinPrice {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 20px;
}

/*----------------------------------
リウマチ内科
------------------------------------*/
#rheumatism p {
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

#rheumatismIntro {
  background: url("/medicine/img/rheumatism/img_rheumatism.jpg") no-repeat right center;
}
#rheumatismIntro p {
  width: 390px;
}
#rheumatismIntro .case {
  width: 390px;
  padding-right: 0;
}

/*----------------------------------
訪問診療
------------------------------------*/
#houmonshinryo_left {
  width: 350px;
  float: left;
  padding: 20px;
}

#houmon_feature {
  background-image: url("../img/houmon_img_03.jpg");
  height: 410px;
  width: 780px;
  background-repeat: no-repeat;
}
#houmon_feature p {
  padding-left: 130px;
  padding-right: 230px;
}

#houmon_feature_1 {
  padding-top: 60px;
}

#houmon_feature_2 {
  padding-top: 60px;
}

#houmon_feature_3 {
  padding-top: 70px;
}

#houmonshinryo5_1 {
  background-image: url("../img/houmon_img_05.jpg");
  background-repeat: no-repeat;
  height: 200px;
  width: 630px;
  padding-left: 150px;
  padding-top: 68px;
}

#houmonshinryo5_ul {
  font-size: 1.5em;
  list-style-type: square;
  font-weight: bold;
}

/*----------------------------------
お問い合わせ
------------------------------------*/
#contact .catch {
  height: 300px;
  background: url("/medicine/img/contact/bg_contact.jpg") no-repeat right bottom;
  background-size: 50%;
  padding: 20px;
}
#contact .catch p {
  line-height: 2em;
  font-size: 16px;
}

/* お問い合わせフォーム */
.contact_form {
  text-align: center;
  width: 100%;
  max-width: 540px;
  margin: auto;
  margin-top: 30px;
}
.contact_form input[type=text],
.contact_form textarea,
.contact_form input[type=email] {
  padding: 10px;
  -webkit-appearance: none;
  border: solid 1px #fcdbc5;
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
  font-size: 16px;
}
.contact_form label {
  display: block;
  color: #ff7c25;
  font-weight: bold;
  width: 100%;
  font-size: 19px;
  text-align: left;
}
.contact_form .name_input,
.contact_form .age_input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact_form .age_input input {
  width: 94%;
}
.contact_form .name_input > input[type=text] {
  width: 48%;
}
.contact_form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact_form .mwform-tel-field input {
  width: 30% !important;
}
.contact_form .mwform-radio-field {
  display: inline-block;
}
.contact_form .required {
  font-size: 0.7em;
  padding: 3px 4px;
  vertical-align: 2px;
  color: #ec5a6a;
  margin-left: 5px;
}
.contact_form .confirm {
  -webkit-appearance: none;
  border: 0;
  padding: 8px 22px;
  font-size: 1.1em;
  background: #51b453;
  color: #fff;
  box-shadow: 2px 2px 2px #077509;
  border-radius: 6px;
}
.contact_form textarea {
  max-width: 100%;
  max-height: 300px;
}

.form-group {
  background: #e9ecec;
  margin: 14px 0;
  padding: 10px 20px;
}

/*----------------------------------
ご予約
------------------------------------*/
#yoyakuTel .tel {
  width: 60%;
  margin: 20px auto 30px;
}
#yoyakuTel .tel dl {
  margin-bottom: 20px;
}
#yoyakuTel .tel dt {
  display: inline-block;
  line-height: 1em;
  text-align: center;
  width: 127px;
  color: #FFF;
  background-color: #14A4AC;
  font-size: 28px;
  margin-left: 15px;
  padding: 5px;
  border-radius: 5px;
  margin-right: 20px;
}
#yoyakuTel .tel dd {
  display: inline-block;
  font-size: 35px;
}
#yoyakuTel .tel dd a {
  color: #1A92A0;
  text-decoration: none;
}

#yoyakuNet .btnArea {
  overflow: hidden;
  width: 500px;
  line-height: 104px;
  margin: 20px auto;
}
#yoyakuNet .btnRtTrngl {
  display: inline-block;
  float: left;
  width: 400px;
}
#yoyakuNet .btnRtTrngl a,
#yoyakuNet .btnRtTrngl a:after {
  line-height: 100px;
}
#yoyakuNet img {
  display: inline-block;
  float: right;
}

/*----- 問診票ダウンロード -----*/
#monshin .text {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
#monshin ul.spliteCol > li > a {
  width: 225px;
  height: 38px;
  margin: 0 auto 10px;
}

#monshinhyo .btnRtTrngl {
  width: 500px;
  margin: 20px auto;
}
#monshinhyo .btnRtTrngl a,
#monshinhyo .btnRtTrngl a:after {
  line-height: 100px;
}
#monshinhyo .btnRtTrngl i {
  color: red;
  margin-right: 0.5em;
}

/*----------------------------------
かかりつけ医
------------------------------------*/
#kakaritdukei .meritList {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
#kakaritdukei .meritList li {
  float: left;
  width: 48%;
}
#kakaritdukei .meritList li:nth-child(odd) {
  margin-right: 2%;
}

#kakaritdukei .endText {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
}

/*----------------------------------
糖尿病
------------------------------------*/
#diabetes .block {
  background: url("/medicine/img/diabetes/diabetes-logo.jpg") no-repeat right bottom;
  height: 350px;
  background-size: 320px 263px;
}

#diabetes p {
  width: 440px;
  padding: 20px 0 0 20px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.min_230 {
  min-width: 230px;
}

.box_flex {
  width: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.box_border {
  border: 3px solid #1892A1;
}

.box_shadow {
  width: 97.7%;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px 1px #bedfea;
  margin: 0 auto 9px;
  border-radius: 3px;
  box-sizing: border-box;
}

.vial_box_top {
  width: auto;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 2px #ccc;
  padding: 8px;
}
.vial_box_top span {
  color: #c21b1b;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
  margin-left: 5px;
}

.img_width {
  width: 100%;
  height: auto;
}

.min_h_auto {
  min-height: auto !important;
}

.business_text {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 10px 0 0;
}

.mb_30 {
  margin-bottom: 30px;
}

/*-- クリニック理念　----------------------------------------------*/
.idea_box {
  width: 87%;
  height: auto;
  margin: 50px auto;
}

.idea_item {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.idea_title {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 1.3rem;
  color: #333;
  background-color: #ffcc99;
}
.idea_title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -29px;
  width: 100px;
  height: 100px;
  background: #1a98a6;
  z-index: -10;
  transform: rotate(45deg);
}

.idea_text {
  width: 100%;
  margin: 0px 0 20px;
  padding: 5px 15px;
  font-size: 1.1rem;
  position: relative;
  z-index: 0;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
.idea_text:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 4px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -10;
  transform: rotate(69deg);
}

/*--↓未整理----------------------------------------------*/
.kinen_list ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1.2rem;
  text-indent: -1rem;
}
.kinen_list ol li {
  word-break: break-all;
}
.kinen_list p {
  word-break: break-all;
}

#syoshin {
  margin-bottom: 30px;
}

/* 検査結果画像記録 */
#tablecd table {
  width: 100%;
  font-size: 1.2em;
}
#tablecd table th {
  text-align: center;
  color: #333;
  background-color: #E5F1EF;
  border: 1px solid #1797A2;
  padding: 10px;
}
#tablecd table td {
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #ff7c25;
}

/* Search button */
#main .cse .gsc-search-button-v2,
#main .gsc-search-button-v2 {
  padding: 16px 12px;
}

.outline2 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.web_head_btn {
  display: block;
  background: #50B454;
  width: 234px;
  margin: 0 auto;
  margin-bottom: 5px;
  color: #fff;
  padding: 3px 0;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 510px) {
  /*mobile*/
  .web_head_btn {
    display: none;
  }
}
#medical_questionnaire .btnArea {
  text-align: center;
}
#medical_questionnaire .btnArea button {
  margin: 0 auto;
}

/*----- ご予約 -----*/
#revisit a {
  width: 225px;
  height: 38px;
  margin: 20px auto -20px;
}

/* ワクチン残数 */
/*.vial_box:before {
  content: '';
  background-image: url(/img/vaccine/injection.svg);
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: cover;
  animation: wiggle_vaccine 1s linear infinite;
}
@keyframes wiggle_vaccine {
  0% {transform: translateY(-50%) rotate(0);}
  50% {transform: translateY(-50%) rotate(10deg);}
  100% {transform: translateY(-50%) rotate(0);}
}
*/
.vaccination_box {
  margin: 10px auto 0;
}

.vial_wap {
  width: 100%;
  position: relative;
  z-index: 0;
  min-height: 50px;
}

#leftMenu #revisit2 .revisit2--preserve-block .vial_wap {
  position: static;
  width: inherit;
  padding: 0;
}
#leftMenu #revisit2 .revisit2--preserve-block .vial_box {
  width: 90%;
  position: static;
  margin: 10px auto;
  box-sizing: border-box;
  padding: 5px;
  font-size: 21px;
}
#leftMenu .vial_box .v_status {
  font-size: 16px;
  display: block;
  padding-top: 5px;
  line-height: 16px;
}

.vial_box {
  background: #fff3f3;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: solid 3px;
  border-radius: 10px;
  font-size: 26px;
  line-height: 1.1em;
  color: #46a68c;
  font-weight: bold;
  text-align: center;
}
.vial_box .v_number {
  color: #c21b1b;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
}

.vial_position {
  margin-top: 10px;
  width: 40%;
}
.vial_position .v_ttl {
  padding: 8px;
  background: rgba(255, 0, 0, 0.1);
}

.vial_position_influenza {
  top: 13px;
  left: 3px;
}

.vial_position_c {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.v_status {
  color: #7b83aa;
  font-weight: normal;
  padding: 0 10px;
  font-size: 25px;
}

#contents p.vial_notif {
  max-width: 457px;
  margin: -50px auto 50px;
  padding: 0;
  color: #447366;
  font-weight: bold;
  text-align: center;
  transform: translateX(-3px);
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .revisit2--preserve-block {
    width: 100%;
  }
  .revisit2--preserve-block br {
    display: none;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #revisit2 {
    display: none;
  }
}
.box22 {
  padding: 1em 1em;
  margin: 1em 0;
  border: 3px solid #fcdbc5;
  background: #fff0e5;
}
.box22 p {
  margin: 0;
  padding: 0;
}

.stand-out {
  color: #019ac7;
}

#info::-webkit-scrollbar {
  -webkit-appearance: none;
}

#info::-webkit-scrollbar:vertical {
  width: 5px;
}

#info::-webkit-scrollbar:horizontal {
  height: 5px;
}

#info::-webkit-scrollbar-thumb {
  background-color: #b0c7d5;
  border-radius: 10px;
}

#info::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

/*--metaslider hack----------------------------------------------*/
.metaslider .caption-wrap {
  color: #000 !important;
  font-size: 26px !important;
  font-weight: bold !important;
  height: 100% !important;
  background: transparent !important;
  pointer-events: none !important;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
.metaslider .caption-wrap p.default {
  font-size: 20px !important;
  font-weight: normal !important;
}
.metaslider .caption {
  padding: 30px !important;
}

.main_visual {
  padding-top: 20px;
  margin-bottom: 30px;
}
.main_visual .container {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.main_visual .metaslider {
  margin: 20px auto;
}
.main_visual .metaslider .theme-default .nivo-controlNav a {
  background: #ff7c25;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}
.main_visual .metaslider .theme-default .nivo-controlNav a.active {
  background: #b2d850;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .metaslider {
    margin: auto;
  }
  .metaslider .caption {
    padding: 10px !important;
  }
  .metaslider .caption-wrap p.default {
    font-size: 14px !important;
  }
}
a.bt-samp52 {
  display: block;
  position: relative;
  background: #fcdbc5;
  border: 7px solid #fcdbc5;
  border-radius: 0;
  /*  box-shadow: 0px 0px 4px rgba(0,0,0,0.1),1px 2px 3px rgba(0,0,0,0.1), inset 1px 1px 7px rgba(255,255,255,0.7), inset -1px -1px 7px rgba(255,255,255,0.7);*/
  width: 200px;
  height: 80px;
  overflow: hidden;
  transition: all 0.5s linear;
  box-sizing: border-box;
}
a.bt-samp52 i {
  position: absolute;
  left: 20px;
  top: 23%;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 1px 1px 1px #84d3e8;
  width: 100%;
  height: 50%;
  transition: all 0.2s linear;
}
a.bt-samp52 i svg {
  vertical-align: -9px;
  transform: scale(1.4);
}
a.bt-samp52 span {
  position: absolute;
  top: 50%;
  left: 33%;
  color: #333;
  font-size: 19px;
  transform: translateY(-50%);
}
a.bt-samp52:hover {
  background: #fdcaa8;
}
a.bt-samp52:hover i {
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff;
  color: transparent;
}
a.bt-samp52:hover span {
  text-shadow: none;
  animation: text-anime52 0.5s ease;
}
@keyframes text-anime52 {
  0% {
    transform: translateY(-50%) translateX(100px);
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
  }
  100% {
    transform: translateY(-50%) translateX(0px);
  }
}
.head_s4 {
  display: block;
  color: #ff7c25;
  font-size: 1.2em;
}

.page_title_sec {
  background-color: #fcdbc5;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  margin: 35px 0;
  background-image: linear-gradient(45deg, #ff8f45 0%, #fda55e 50%, #ff8f45 100%);
}
.page_title_sec .page_title {
  font-size: 23px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffcc99;
  padding: 12px 39px;
  font-size: 30px;
  text-shadow: 0 4px 4px #9f6138;
  color: #000;
  border-radius: 3px;
  box-sizing: border-box;
}

body.home .bread_contain {
  display: none;
}

.bread_contain {
  display: block;
  width: 100%;
  background-color: #fcdbc5;
  box-shadow: 0 6px 7px #eef0f1;
  text-align: center;
  position: relative;
  z-index: 99;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  padding: 0.25rem 0;
  font-size: 0.8em;
  overflow: hidden;
}
.breadcrumbs li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
}
.breadcrumbs li:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs a.home {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 15px;
  margin-right: 0.5rem;
}
.breadcrumbs a.home:before {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  background-color: #666;
  position: absolute;
  bottom: 2.5px;
  left: 10px;
}
.breadcrumbs a.home:after {
  content: "";
  display: block;
  background: #666;
  width: 5px;
  height: 7px;
  position: absolute;
  bottom: 2.5px;
  left: 3px;
}
.breadcrumbs a.home span {
  text-indent: -9999%;
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 7px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-bottom: 4.5px;
}
.breadcrumbs br {
  display: none;
}
.breadcrumbs > span[property=itemListElement] {
  font-size: 0.9rem;
}
.breadcrumbs > span[property=itemListElement] > span,
.breadcrumbs > span[property=itemListElement] a:not(.home) span {
  padding: 0 0.5rem;
}

@media screen and (max-width: 770px) {
  .breadcrumbs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 771px) {
  .breadcrumbs .current-item a > span {
    display: block;
    max-width: 560px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
#requirements-tlm > ul > li {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
#requirements-tlm .req-img {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
#requirements-tlm h4 {
  margin: 0;
}

#flow-tlm .rightBlock {
  float: left;
  padding-left: 40px;
  width: 400px;
}

#flow-tlm .leftBlock {
  float: left;
  width: 150px;
}

div.nivo-caption {
  top: 0;
  left: 0;
  bottom: auto;
  background-color: transparent;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.slide_banner {
  font-family: Verdana, "Kosugi Maru", sans-serif;
  font-size: 35px;
  position: absolute;
  bottom: 100px;
  left: 0;
  background: linear-gradient(45deg, #00CADE 30%, rgba(178, 216, 80, 0.5) 49%, rgba(178, 216, 80, 0) 65%);
  padding: 20px 0 20px 50px !important;
  width: 100%;
  box-sizing: border-box;
  height: 82px;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .slide_banner {
    top: 65%;
    font-size: 25px;
    background: linear-gradient(45deg, #00CADE 40%, rgba(178, 216, 80, 0.5) 80%, rgba(178, 216, 80, 0) 100%);
    padding: 10px 0 10px 30px !important;
    height: 50px;
  }
}
.download_app {
  padding: 10px;
  margin-bottom: 10px;
  border: 5px double #fff0e5;
  border-radius: 10px;
  background-color: #fcdbc5;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #1caad2;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .download_app {
    font-size: 1em;
  }
}
.download_list {
  width: 225px;
  margin: auto;
}
.download_list li a {
  margin-bottom: 10px;
}

.flex {
  display: flex;
}

.box26 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1em 1.5em;
  border: solid 2.5px #1892A1;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 17px;
  background: #FFF;
  color: #1892A1;
  font-weight: bold;
}

.boxline {
  margin: 1em 0.5rem;
  border-top: 3px dotted #d0d0d0;
}

/* PCR PAGE CSS */
#pcr ul {
  padding: 0;
}
#pcr ul li {
  position: relative;
  list-style-type: none !important;
  /*ポチ消す*/
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;
  /*左側の角丸く*/
  margin-top: -10px;
}
#pcr ul li:before {
  /*display:inline-block; */
  display: none;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
#pcr .arrow {
  width: 0px;
  border-color: #1BAAD2;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
#pcr .tac {
  text-align: center;
  margin: 3% auto 0;
}
#pcr table {
  width: 100%;
  border-collapse: collapse;
}
#pcr table tr {
  border-bottom: solid 2px white;
}
#pcr table tr:last-child {
  border-bottom: none;
}
#pcr table th {
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #1BAAD2;
  color: white;
  text-align: center;
  padding: 10px;
}
#pcr table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #1BAAD2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#pcr table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #fff0e5;
  /*padding: 10px 0;*/
  vertical-align: middle;
  font-weight: bold;
}
#pcr mark {
  background: linear-gradient(transparent 75%, #ffe58b 75%);
  font-weight: bold;
  font-style: normal;
}

/* END OF PCR PAGE CSS */
.holiday-titles .holiday-title span {
  margin: 0 6px 0 0;
  padding: 0 0 0 18px;
  border: 0px solid #ccc;
}

p.holiday-title {
  margin-left: 30px;
}

span.ui-datepicker-year:after {
  content: "年";
}

@media only screen and (max-width: 1090px) {
  #doctor .doctorDtl {
    margin: 30px 0;
    padding: 0;
  }
  #doctor .doctorDtl figure img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  #doctor .doctorDtl figure figcaption {
    font-size: 1.4rem;
  }
  #doctor .doctorDtl figure figcaption .career_title {
    font-size: 1rem;
  }
  nav ul {
    width: 95%;
  }
  nav li a {
    font-size: 14px;
    word-break: keep-all;
  }
  .container {
    width: 95%;
  }
  .h_subtitle {
    display: block;
  }
}
#contents .diabetes-pic img {
  width: 40%;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  body {
    font-size: 16px;
    line-height: initial;
  }
  header:first-of-type .container {
    display: block;
  }
  #contents {
    padding: 20px 15px;
    float: none;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }
  #contents .diabetes-pic img {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  #contents section > .block {
    padding: 0;
  }
  #contents > section > h2.intro {
    background: #1892a1;
    border: none;
    color: #ffffff;
    padding: 4px 0;
    text-align: center;
  }
  div#contents.error-404 {
    margin: auto;
    margin-bottom: 50px;
  }
  .main_visual .container {
    padding: 15px 0 10px;
    width: 100%;
  }
  nav ul {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
  }
  header .logo_area .logoLetter {
    font-weight: normal;
    margin: 10px 0;
    font-size: 1.2em;
  }
  #head_nav li a::after {
    content: none;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #info {
    height: 300px;
  }
  .business_text {
    border: none;
    padding: 5px;
  }
  .box_shadow {
    width: 90%;
    margin: auto;
    border: 1px solid #aad5e2;
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  section#holidayInfo {
    margin-bottom: 30px;
  }
  .side_nav_btn {
    max-width: 300px;
    margin: auto;
  }
  .spliteCol a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  .menu_btn {
    display: block;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1001;
    top: 30px;
    right: 0.5rem;
    background: rgba(63, 192, 210, 0.75);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    line-height: 0;
    border-radius: 3px;
    cursor: context-menu;
    transition: top 0.2s ease, background-color 0.2s ease;
  }
  .menu_btn i {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    transition: transform 0.2s ease, top 0.2s ease;
  }
  .menu_btn i:first-of-type {
    top: 12px;
  }
  .menu_btn i:nth-of-type(2) {
    top: 20px;
  }
  .menu_btn i:nth-of-type(3) {
    top: 28px;
  }
  .menu_btn.active {
    background: transparent;
    box-shadow: 0 2px 4px -2px transparent;
  }
  .menu_btn.active i {
    background-color: #31424a;
  }
  .menu_btn.active i:first-of-type {
    transform: rotateZ(45deg);
    top: 20px;
  }
  .menu_btn.active i:nth-of-type(2) {
    transform: scale(0);
  }
  .menu_btn.active i:nth-of-type(3) {
    transform: rotateZ(-45deg);
    top: 20px;
  }
  .menu_btn svg {
    fill: #fff;
    pointer-events: all;
  }
  nav {
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    width: 50%;
    box-shadow: none;
    z-index: 1000;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: -4px 0 8px -8px #000;
    transition: 0.3s ease;
    min-width: 200px;
    max-width: 300px;
  }
  nav.showmenu {
    right: 0;
  }
  nav li a {
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
    color: #333;
    margin: 8px auto;
    border-bottom: 1px solid #7dbdc5;
    text-shadow: none;
    width: 80%;
    padding-left: 10px;
  }
  #head_nav {
    position: fixed;
    left: auto;
  }
  .top_txt {
    font-size: 12px;
  }
  header .logo_area {
    text-align: center;
  }
  header .logo_area a {
    line-height: 15px;
    display: inline-block;
  }
  header .logo_area #logo {
    float: none;
    width: 180px;
  }
  header .logo_area .logoLetter {
    text-align: center;
    font-size: 12px;
    margin: 0;
  }
  header .headerRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;
    width: 100%;
    max-width: 370px;
    margin: 10px auto;
  }
  header .headerRight > * {
    padding: 0 0.25rem;
  }
  header .headerRight > * > img {
    width: 100%;
    height: auto;
  }
  header .headerRight a:nth-of-type(1) {
    width: 50%;
  }
  header .headerRight a:nth-of-type(2) {
    width: 50%;
  }
  header .headerRight a:nth-of-type(2) img {
    margin: 0 auto;
  }
  header .headerRight a:nth-of-type(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #contents > section > h2 {
    font-size: 22px;
  }
  #contents .infa_btns_sp .vial_notif {
    transform: none;
    width: unset;
    margin: 5px 0 10px 0;
    font-size: 14px;
  }
  #contents section h3 {
    margin: 20px 0;
    font-size: 21px;
  }
  #contents img {
    width: 100%;
    height: auto;
  }
  .infa_btns_sp .vial_box {
    position: static;
    width: 250px;
    margin: auto;
    box-sizing: border-box;
    padding: 5px 0;
  }
  .infa_btns_sp .v_status {
    display: block;
    font-size: 18px;
  }
  .infa_btns_sp .vial_box {
    position: static;
    width: 250px;
    margin: auto;
    box-sizing: border-box;
    padding: 5px 0;
  }
  .infa_btns_sp .influenza_btn {
    width: 250px;
    margin: 10px auto;
    padding: 3px 16px 3px 5px;
  }
  #kakaritdukei .endText {
    font-size: 18px;
  }
  #kakaritdukei .meritList img {
    width: 100%;
  }
  .right {
    float: none;
    display: block;
    margin: auto;
  }
  #naikaCases .case {
    width: 100%;
    float: none;
    margin: 10px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  table.contsTable {
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #kenshin p,
  #kenshin .case {
    width: 95%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 10px;
  }
  .box26 {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 90%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #introduction #itrdctnKiki .box {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    float: none;
  }
  #introduction #itrdctnKiki .box > .box:nth-child(2) > p, #introduction #itrdctnKiki .box > .box:nth-child(3) > p, #introduction #itrdctnKiki .box > .box:nth-child(4) > p, #introduction #itrdctnKiki .box > .box:nth-child(5) > p {
    height: unset;
  }
  #introduction #itrdctnKiki p {
    margin: 20px 0;
  }
  .idea_title:before {
    left: 0;
  }
  .idea_text:after {
    left: 30px;
  }
  #monshinhyo .btnRtTrngl {
    width: 100%;
  }
  #monshinhyo .btnRtTrngl a,
  #monshinhyo .btnRtTrngl a:after {
    font-size: 20px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  #naika p,
  #rheumatism p {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .customize-support #head_nav {
    top: 0;
  }
  .page_title_sec .page_title {
    padding: 10px;
    width: 90%;
    font-size: 21px;
  }
  a.bt-samp52 i svg {
    vertical-align: 8px;
  }
  #flow-tlm .leftBlock {
    float: none;
    margin: auto;
  }
  #flow-tlm .rightBlock {
    float: none;
    padding: 0;
    width: auto;
  }
}
@media only screen and (max-width: 510px) {
  /*mobile*/
  #kakaritdukei .meritList li {
    float: none;
    width: 100%;
    margin: 5px 0;
  }
  table.tantoui td span,
  table.tantoui td {
    font-size: 13px;
  }
}
@media only screen and (max-width: 510px) {
  /*mobile*/
  #introduction #itrdctnKiki .box {
    max-width: unset;
  }
}
/*-------------------------------------------
  テロメア　限定価格
-------------------------------------------*/
#cost .limited {
  display: flex;
  align-items: center;
}
#cost .limited p {
  margin-bottom: 0;
}
#cost .limited .arrow {
  margin-bottom: 0;
  padding: 0 1rem;
}
#cost .limited .limited_price {
  font-weight: bold;
  font-size: 1.4rem;
  color: #f00;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  text-align: center;
}

/*-------------------------------------------
  footer
-------------------------------------------*/
footer {
  clear: both;
}
footer .inner {
  width: 1080px;
  height: 87px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footerLogo {
  width: 500px;
  color: #333;
  display: block;
}
footer #footerLogo img {
  margin-right: 5px;
  width: 180px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 1090px) {
  footer .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 910px) {
  /*tablet*/
  footer {
    box-shadow: none;
  }
  footer small {
    display: none;
  }
  footer #footerLogo {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  footer #footerLogo img {
    display: block;
    margin: 0 auto;
  }
}
.copyright {
  text-align: center;
  display: block;
  background: #ff7c25;
  color: #fff;
  padding: 10px 0;
}

@media only screen and (max-width: 910px) {
  /*tablet*/
  .copyright {
    clear: both;
    font-size: 14px;
    padding: 5px 0;
  }
}
/*フッター sticky*/
.bottom-sticky {
  position: sticky;
  line-height: 1;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
}

.inner-bottom {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-sticky .stick-tel,
.bottom-sticky .stick-reserve {
  width: 50%;
}

.stick-tel img, .stick-reserve img {
  height: 100%;
  width: auto;
  max-height: 110px;
}

.tel_pc_btn,
.web_pc_btn {
  display: block;
}

.tel_sp_btn,
.web_sp_btn {
  display: none !important;
}

.tel_num {
  font-size: 40px;
  color: #0092db;
  display: block;
  margin: 20px 0;
}

@media only screen and (max-width: 910px) {
  .bottom-sticky {
    justify-content: center;
    box-sizing: border-box;
  }
  .tel_pc_btn,
  .web_pc_btn {
    display: none !important;
  }
  .tel_sp_btn,
  .web_sp_btn {
    display: block;
    width: 100%;
  }
}
/*--popup --*/
.rsv_pop_up_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.rsv_pop_up {
  width: 90%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #feefdd;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
  color: #db8b8b;
  border-radius: 10px;
  border: 3px solid;
  box-sizing: border-box;
}
.rsv_pop_up:after {
  content: "";
  background-image: url("/medicine/img/common/anchor/calendar-golden.png");
  background-size: cover;
  position: absolute;
  width: 180px;
  height: 147px;
  bottom: 20px;
  left: 6%;
  z-index: -1;
  opacity: 0.8;
}
.rsv_pop_up p {
  margin-bottom: 15px;
  line-height: 20px;
}

.pop_btns {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: center;
  height: 130px;
  align-items: center;
}
.pop_btns * {
  width: 100%;
  display: flex;
  background-color: #08A20E;
  border: solid 2px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  box-sizing: border-box;
}
.pop_btns .web_onpop {
  height: 50%;
  font-weight: bold;
}
.pop_btns .tel_onpop {
  background-color: #e3bc8b;
  height: 43%;
}
.pop_btns .disabled {
  box-shadow: inset 1px 1px 4px #a38b76;
  background-color: #d3beaa;
  cursor: default;
}
.pop_btns a:hover {
  color: #fff;
  opacity: 0.7;
}

.close_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close_pop:after {
  content: "✖";
  color: #fb8672;
  font-size: 20px;
}

@media only screen and (max-width: 510px) {
  .rsv_pop_up {
    padding: 10px;
  }
  .rsv_pop_up:after {
    width: 130px;
    height: 106px;
    bottom: 10px;
    left: 7%;
  }
  .pop_btns {
    height: 105px;
  }
  .pop_btns * {
    font-size: 17px;
  }
}
@media only screen and (max-width: 415px) {
  .rsv_pop_up:after {
    width: 131px;
    height: 100px;
    bottom: 10px;
    left: 18px;
  }
  .close_pop {
    top: 5px;
  }
  .pop_btns {
    height: 95px;
  }
}
@media only screen and (max-width: 355px) {
  .rsv_pop_up {
    padding: 20px 5px;
  }
  .rsv_pop_up:after {
    width: 122px;
    height: 99px;
    bottom: 20px;
    left: 5px;
  }
  .rsv_pop_up br {
    display: none;
  }
  .close_pop {
    top: 2px;
    right: 4px;
  }
  .pop_btns * {
    font-size: 13px;
  }
}
#totopbtn {
  display: none;
}

@media (max-width: 910px) {
  /*tablet*/
  #totopbtn {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 60px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  #totopbtn:before {
    color: #fff;
    font-size: 30px;
    position: absolute;
    line-height: 14px;
    content: "^";
    top: 48%;
    left: 36%;
  }
}
/* ページ上部へ戻るボタン */
#return_top {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s;
}
#return_top a {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
}
#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#return_top a:before {
  font-family: "design_plus";
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  left: 24px;
  top: 2px;
}
#return_top.active {
  transform: translate3d(0, 0, 0);
}

#footer_menu_clinic {
  background: #f5f5f5;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
  text-align: center;
}
#footer_menu_clinic .menu {
  padding: 0;
}
#footer_menu_clinic .menu li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 771px) {
  #footer_menu_clinic {
    padding: 1.5rem 0;
  }
  #footer_menu_clinic .menu li {
    display: inline-block;
  }
  #footer_menu_clinic .menu li a {
    display: flex;
    align-items: center;
    padding: 0.25rem 1rem;
  }
}
@media screen and (max-width: 770.9px) {
  #footer_menu_clinic {
    padding: 1rem 0;
  }
  #footer_menu_clinic .menu li {
    display: block;
  }
  #footer_menu_clinic .menu li a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 510px) {
  /*mobile*/
  .scrolled .menu_btn {
    top: 0.5rem;
  }
  .menu_btn {
    top: 32px;
  }
}
@media (min-width: 911px) {
  .menu_btn {
    display: none;
  }
}
.mobile_only {
  display: none !important;
}

@media (max-width: 910px) {
  /*tablet*/
  .pc_only {
    display: none !important;
  }
  .infa_btns_sp.mobile_only {
    margin-bottom: 30px;
  }
  .mobile_only {
    display: block;
  }
}
@media (min-width: 771px) {
  .sponly,
  .sp_only {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.bnr_section {
  padding: 10px 15px 20px;
}
@media screen and (max-width: 770px) {
  .bnr_section {
    padding: 10px 0;
  }
}

.bnr_important {
  padding: 20px;
  margin: 15px 0;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #F4D6D6;
  background: linear-gradient(to bottom, #FFF4F4, #F4D6D6);
  border: 2px solid #C74646;
  border-left: 6px solid #C74646;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.bnr_important .important_heading {
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.25;
}
.bnr_important .important_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 770px) {
  .bnr_important .important_heading {
    font-size: 1.125rem;
  }
  .bnr_important .important_text {
    padding-left: 1rem;
    text-indent: -1rem;
    text-align: left;
  }
}

.bnr_btns li {
  display: inline-block;
  margin: 5px;
}

.bnr_btns li svg {
  transform: rotate(270deg);
  margin-right: 0.5rem;
}

.bnr_btns .button_reserve,
.bnr_btns .influenza_button {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 2rem;
  padding: 1.25rem;
  font-size: 16px;
}

.bnr_btns .button_reserve {
  color: #FF7200;
  border: 2px solid #FF7200;
}

.bnr_btns .influenza_button {
  color: #36A0CF;
  border: 2px solid #36A0CF;
}

.button_reserve svg {
  fill: #FF7200;
}

.influenza_button svg {
  fill: #36A0CF !important;
}


@media screen and (min-width: 911px) {
  .medical-time-btn {
    margin-bottom: 17px;
  }
}
#recruit .left_arrow a {
  border-bottom: 1px solid #464646;
}

.rec-text {
  margin-bottom: 1rem;
}

.recruit-btn {
  text-align: right;
  margin-bottom: 5px;
}

.ad_flex {
  margin: 1rem auto 0 auto;
}

.ad_flex a:nth-child(2) {
  margin-top: 1rem;
}

@media screen and (min-width: 700px) {
  .ad_flex {
    display: flex;
    justify-content: space-between;
  }
  .ad_flex a {
    width: 49%;
    display: block;
    text-align: center;
  }
  .ad_flex a:nth-child(2) {
    margin-top: initial;
  }
}
/*-------------------------
  404.php CSS
---------------------------*/
#contents.error-404 {
  margin: 15px 0 15px 30%;
  float: none;
}

.error-404 .bt-samp52 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

/*-------------------------
  End of 404.php CSS
---------------------------*/
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: #fff0e5 !important;
}

/*-------------------------
  News Button
---------------------------*/
#index_news .button {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0.5rem;
  text-align: center;
}

#index_news .button a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #FCDBC5;
  float: right;
}
#index_news .button a:hover {
  color: #333;
  background: #F9AA75;
}

#index_news .button.left_arrow a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.35rem solid transparent;
  border-left: 0.5rem solid #333;
  border-bottom: 0.35rem solid transparent;
  margin-right: 0.3rem;
}

#index_news_list article:not(:last-of-type) {
  border-bottom: 1px solid #FFB980 !important;
}

.link-btn {
  max-width: 480px;
  margin: 0 auto;
  padding: 0.75rem;
  color: white;
  background: #343943;
  background-color: #ffcc99;
}

.faq-accordion .contents-title {
  padding: 0.75rem 1rem;
  background: #ffdec6;
  color: #333;
} /* REMOVE ⇒ / border: #48bb69 2px solid; */
.gene-link {
  color: #ff7c25;
  border-bottom: thick double #ff7c25;
}

.list-l li:before, .list-r li:before {
  color: #e48d53;
}

#contents #department + ul li:nth-of-type(odd) {
  background: #ffe3cc;
}

#contents #department + ul li a {
  color: #ff7200;
}

#contents #department + ul li::after {
  border-top: 4px solid #ff7c25;
  border-right: 4px solid #ff7c25;
}

#contents #symptoms + ul li {
  border: 2px solid #f1cfb8;
}

#doctor .doctorDtl h3 {
  color: #333;
}

/*コラムアーカイブのスタイル*/
.content .title a:hover {
  color: #3fc0d2;
}

.post-list {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

/* コラムのタイトルのスタイル */
.post-list .article-list h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

/* コラムのタイトルのリンクのスタイル */
.post-list .article-list h2 a {
  color: #0073aa;
  text-decoration: none;
}

.post-list .article-list h2 a:hover {
  text-decoration: underline;
}

/* コラムの抜粋（概要）のスタイル */
.post-list .article-list p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* コラム一覧記事の各アイテム */
.post-list .article-list article {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
}

/* コラム一覧のセクション全体 */
.post-list .article-list {
  margin: 0 auto;
  max-width: 960px; /* 最大幅を設定 */
  padding: 20px;
}

/* コラム一覧ページに余白を追加 */
.post-list .article-list h1 {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

/* ページネーションのスタイル */
.post-list .pagination {
  text-align: center; /* 中央揃え */
  margin-top: 40px; /* 上部にスペース */
}

/* 各ページリンクのスタイル */
.post-list .pagination a,
.post-list .pagination span {
  display: inline-block; /* 横並びに配置 */
  padding: 8px 16px; /* パディングでボタンっぽく */
  margin: 0 4px; /* 左右に少し余白を追加 */
  background-color: #f0f0f0; /* 背景色 */
  color: #333; /* 文字色 */
  text-decoration: none; /* リンクの下線を削除 */
  border-radius: 4px; /* 角を丸くする */
  font-size: 14px; /* フォントサイズ */
}

/* 現在のページを表示するリンクのスタイル */
.post-list .pagination .current {
  background-color: #0073aa; /* 現在のページは青色 */
  color: #fff; /* 現在ページの文字色を白に */
  cursor: default; /* 現在ページにはクリックできないカーソル */
}

/* リンクのホバー時のスタイル */
.post-list .pagination a:hover {
  background-color: #0073aa; /* ホバー時に背景色を青に */
  color: #fff; /* ホバー時の文字色を白に */
}

/* 前のページや次のページリンクのスタイル */
.post-list .pagination .prev,
.post-list .pagination .next {
  font-weight: bold; /* 前後のリンクを太字に */
}

/* 前のページや次のページリンクのホバー時のスタイル */
.post-list .pagination .prev:hover,
.post-list .pagination .next:hover {
  background-color: #0073aa; /* ホバー時に青色に */
  color: #fff; /* 文字色を白に */
}

/* レスポンシブ対応（小さい画面用） */
@media screen and (max-width: 768px) {
  .post-list .article-list h1 {
    font-size: 24px; /* 小さい画面ではタイトルのフォントを少し小さく */
  }
  .post-list .pagination {
    font-size: 12px; /* 小さな画面ではページネーションのフォントを小さく */
  }
}
.post-item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-list figure {
  width: 35%;
}

.post-item-flex .content {
  margin-right: auto;
}

.post-item-flex .content .title {
  font-size: clamp(16px, 3vw, 20px);
}

.post-content figure {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bnr-item {
  display: block;
  margin: 1rem auto 0;
}

.fix-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  margin: 0 auto;
}

.fix-btn p {
  text-align: center;
  font-size: clamp(16px, 5vw, 24px);
  padding: 0.75rem 0 0.5rem;
}

.fix-inner {
  display: flex;
  justify-content: center;
  align-items: end;
}

.fix-btn a {
  display: block;
  width: 33%;
  max-width: 250px;
}

.fix-btn a img {
  width: 100%;
}

@media screen and (max-width: 770px) {
  .fix-btn p {
    padding: 0.5rem 0 0.25rem;
  }
}
@media screen and (max-width: 910px) {
  .menu_btn, .mobile-search-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    top: 10px !important;
    bottom: auto !important;
    width: 60px !important;
    height: 60px !important;
    background: #ff7c25 !important;
    border-radius: 8px !important;
    z-index: 10001 !important;
    cursor: pointer !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    padding: 0 !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.2s ease !important;
  }

  .menu_btn {
    right: 15px !important;
    left: auto !important;
  }

  .mobile-search-toggle {
    right: 85px !important;
    left: auto !important;
  }

  .mobile-search-toggle svg {
    width: 24px !important;
    height: 24px !important;
    margin-bottom: 2px !important;
    fill: #fff !important;
    display: block !important;
  }

  .mobile-search-toggle span {
    font-size: 10px !important;
    font-weight: bold !important;
    display: block !important;
    color: #fff !important;
    line-height: 1 !important;
  }

  .menu_btn i {
    position: absolute !important;
    left: 50% !important;
    margin-left: -15px !important;
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    background: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease !important;
  }

  .menu_btn i:nth-of-type(1) { top: 18px !important; }
  .menu_btn i:nth-of-type(2) { top: 28px !important; }
  .menu_btn i:nth-of-type(3) { top: 38px !important; }

  .menu_btn.active {
    background: #ff7c25 !important;
  }

  .menu_btn.active i:nth-of-type(1) {
    top: 28px !important;
    transform: rotate(45deg) !important;
  }

  .menu_btn.active i:nth-of-type(2) {
    opacity: 0 !important;
  }

  .menu_btn.active i:nth-of-type(3) {
    top: 28px !important;
    transform: rotate(-45deg) !important;
  }

  nav#head_nav {
    width: 100% !important;
    max-width: none !important;
    right: -100% !important;
    left: auto !important;
  }

  nav#head_nav.showmenu {
    right: 0 !important;
  }

  nav .nav-inner {
    padding-top: 100px !important;
    width: 100% !important;
  }

  nav ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  nav li {
    width: auto !important;
    margin: 10px !important;
  }

  nav.showsearch .header-search {
    display: block !important;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    height: auto !important;
  }

  nav.showsearch .header-search form {
    max-width: 500px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */