@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 1rem;
  font-style: inherit;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  height: 100%;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: """";
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.7;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font: 0.9em/1.6 "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}


/* SH
------------------------------------------------------------*/
.scroll-info { display:none; }
@media only screen and (max-width:768px) {
  .sp-scroll { overflow-x:scroll;  overflow-y:hidden; }
  .ope-table { white-space:nowrap; }
  .scroll-info { display:flex; justify-content:space-between; background:#CCC; color:#FFF; border-radius:20px; padding:1px 10px 0; margin:0 0 5px; }
  .scroll-info span { font-size:70%; }
}


/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #fff;
}

a:hover, a:active {
  outline: none;
  color: #3f4e41;
}

a img:hover {
  opacity: .8;
}
a.color-blue {
  color:#043CAC!important;
}
.post a {
  color:#043CAC!important;
}

/* Clearfix
------------------------------------------------------------*/
#mainNav ul:after, #mainNav .inner:after, .post:after, .inner:after {
  content: "";
  display: table;
  clear: both;
}

#mainNav ul, .post, #mainNav .inner {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.pcNav a img:hover {
  opacity: 1 !important;
}

.spNav {
  display: none;
}

/* 汎用クラス
------------------------------------------------------------*/
.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr15sp0 {
  margin-right: 15px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ma {
  margin: 0 auto;
}


/* Bootstrapとの微調整用
------------------------------------------------------------*/
.mlr_15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

img.alignLeft {
  float: left !important;
  margin: 0 20px 30px 0 !important;
  display: inline !important;
}

img.alignRight {
  float: right !important;
  margin: 0 0 10px 30px !important;
  display: inline !important;
}

.cent {
  text-align: center !important;
}

.alL {
  text-align: left !important;
}

.coment {
  text-align: left;
  color: #F34446;
  font-size: medium;
}

/* フォントサイズ指定
------------------------------------------------------------*/
.font12 {
  font-size: 12px !important;
}

.font-normal {
  font-weight: normal;
}

/* 斜線
------------------------------------------------------------*/
td:empty {
  background-color: #dddddd;
}

table {
  border-collapse: collapse;
  /* 枠線を結合 */
}

table th,
table td {
  text-align: center;
  /* セルの中身をセンタリング */
  width: 50px;
  /* ※セルを正方形にする */
  /*height: 50px;         ※セルを正方形にする */
}

table th {
  background-color: #ffffcc;
  /* 見出しに背景色を付加 */
}

table td:empty {
  background-color: #f0f0f0;
  /* 背景色 */
  background-image: linear-gradient(-20deg, transparent 49%, black 49%, black 51%, transparent 51%, transparent);
  /* 右上がりの斜線 */
}

.alR {
  text-align: right !important;
  font-weight: lighter;
}

.block {
  display: block !important;
}

.fontSS {
  font-size: 0.7em !important;
}

.fontS {
  font-size: 0.9em !important;
}

.fontM {
  font-size: 1.2em !important;
}

.fontML {
  font-size: 1.35em !important;
}

.fontL {
  font-size: 1.5em !important;
}

.fontLL {
  font-size: 2em !important;
}

.fontXL {
  font-size: 2.4em !important;
}

.font130 {
  font-size: 130% !important;
}

.font95 {
  font-size: 95%;
}

.fontRed {
  color: #f00 !important;
}

.fontRed2 {
  color: #ff6e5b !important;
}

.fontBlue {
  color: #007 !important;
}

.fontLightBlue {
  color: #58caec !important;
}

.fontBold {
  font-weight: bold !important;
}

.abs {
  color: #c00 !important;
}

.bbSol {
  border-bottom: #ccc 1px solid !important;
}

.bbDot {
  border-bottom: #000 1px dotted !important;
}

.txtBB {
  text-decoration: underline;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

ul.disc li {
  list-style: disc !important;
  margin: 0 0 5px 20px !important;
}

ul.circle {
  width: 100% !important;
}

ul.circle li {
  position: relative;
  margin: 0 15px 5px 20px !important;
}

ul.circle li::after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: -15px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 2px solid #58caec;
  border-radius: 100%;
}

ul.circle2 {
  width: auto !important;
}

ul.circle2 li {
  position: relative;
  margin: 0 15px 5px 20px !important;
  display: inline-block;
}

ul.circle2 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: -15px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 2px solid #58caec;
  border-radius: 100%;
}

img.pcImg {
  display: block !important;
}

img.spImg {
  display: none !important;
}

.pcDisp {
  display: block;
}

.spDisp {
  display: none;
}

.linkcolor a {
  color: #eb601f;
}

.linkcolor a:hover {
  opacity: 0.5;
}

.sp_br {
  display: none;
}

/* お知らせ
------------------------------------------------------------*/
.info_title {
  color: #000;
  position: relative;
  line-height: 1.5em !important;
  text-indent: 1.5em !important;
  vertical-align: middle !important;
  padding: 0 0 0.5em 0.5em;
  font-size: 2em;
  margin-top: 1em;
  margin-right: -15px;
  margin-left: -15px;
}

.info_title:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  background: url(images/icon_info_ttl.png) no-repeat;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
}

.info_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(images/stripe_line.png) no-repeat;
  background-size: contain;
}

img#PCbanner {
  float: right;
}

img#SPbanner {
  display: none;
}

#newsarea {
  width: 100%;
  /*
	float: left;*/
}

#newsWrap {
  /*height: 275px;*/
  overflow: auto;
}
#news-banner {
  float: right;
  width: 30%;
}

#news-banner a {
  margin: 0 0 15px;
  display: block
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}

ul#newsList li {
  margin: 0;
  padding: 5px 0;
  /*margin-bottom: 3px;*/
  border-bottom: 1px dotted #999;
  list-style-type: none;
}

ul#newsList a {
  color: #36F;
  text-decoration: underline;
}

ul#newsList a:hover {
  color: #039;
  text-decoration: none;
}

.cat-1 {
  background: #ECF2FF;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}

.cat-1 .catName {
  background: #BC0000;
  color: #fff;
}

.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 100%;
  /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

.info_more, .info_close {
  display: block;
  background: #043CAC;
  padding: 1em 2em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  margin-top: 20px;
}

.info_more:hover, .info_close:hover {
  opacity: 0.8;
}

#newsWrap {
  overflow: hidden;
}

.newsWrap_100 {
  height: 100% !important;
}

/* レイアウト
------------------------------------------------------------*/
.inner {
  margin: 0 auto;
}

#wrap {
  margin: 0 auto;
  margin-top: 20px;
  width: 1020px;
}

#header {
  margin: 0 0 10px;
}

#content, #content2 {
  width: 100%;
}

#footer {
  clear: both;
}

/* header　ヘッダー
------------------------------------------------------------*/
#header .inner {
  padding: 0 5px !important;
}

#header #headerLeft {
  width: 69.5%;
  padding: 5px 0 0;
  float: left;
}

#header #headerRight {
  width: 28.5%;
  padding: 10px 0 0;
  float: right;
  margin-top: -38px;
}

/* サイト説明文
------------------------------------------------------------*/
#header h1 {
  font-size: 0.8em;
  margin: 5px auto 40px;
}

/* header　ロゴマーク
------------------------------------------------------------*/
#header h2 {
  float: left;
}

/*
#header h2 img.pcLogo{display:block;}
*/
#header h2 img.spLogo {
  display: none;
}

#header img.rese {
  margin-top: 10px;
}

/* メール
------------------------------------------------------------*/
#header #mail {
  text-align: left;
}

#header #mail a {
  background: #0640b7 url(images/mail.png) no-repeat 10px center;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 47px;
  padding-bottom: 8px;
  margin: 0 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

#header #mail a:hover {
  background: #013498 url(images/mail.png) no-repeat 10px center;
}

/* 電話番号
------------------------------------------------------------*/
.pcTel {
  font-size: 1.9em;
  font-weight: bold;
}

.pcTel:before {
  content: "";
  display: inline-block;
  background: url(images/phone.svg) no-repeat 50% 50% #043CAC;
  background-size: 31px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 5px;
}

.spTel {
  display: none;
}

/* スクロール
------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 100%;
}

#page-top a {
  background: #043CAC;
  text-decoration: none;
  color: #fff;
  width: 5em;
  height: 5em;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a:hover {
  text-decoration: none;
  background: #111;
}

#page-top a:visited, #page-top a:active {
  background: #043CAC;
}

/* トップ　メイン画像
------------------------------------------------------------*/
.banner{color:#ec1d1d;font-size: 1.1em;}
#mainBox {
  background: #d2e7f7;
  margin: 0;
  padding: 0;
}

#topContents {
  padding: 20px 0;
}

#topContents #topContentsInner, .topContentsInner {
  /*width: 1020px;*/
  margin: 60px auto 0;
}

.m_treatment {
  color: #000;
  position: relative;
  line-height: 1.5em !important;
  text-indent: 1.5em !important;
  vertical-align: middle !important;
  padding: 0 0 0.5em 0.5em;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 2em;
}

.m_treatment:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  background: url(images/icon_m_treatment.png) no-repeat;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
}

.m_treatment:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(images/stripe_line.png) no-repeat;
  background-size: contain;
}
.m_treatment_box_01, .m_treatment_box_02, .m_treatment_box_03, .m_treatment_box_04, .m_treatment_box_05, .m_treatment_box_06 ,.m_treatment_box_07,.m_treatment_box_08 {
  position: relative;
  height: 15rem;
}

.m_treatment_box_01:hover, .m_treatment_box_02:hover, .m_treatment_box_03:hover, .m_treatment_box_04:hover, .m_treatment_box_05:hover, .m_treatment_box_06:hover ,
.m_treatment_box_07:hover,.m_treatment_box_08:hover{
  opacity: .8;
}

.m_treatment_box_01 h3, .m_treatment_box_02 h3, .m_treatment_box_03 h3, .m_treatment_box_04 h3, .m_treatment_box_05 h3, .m_treatment_box_06 h3,
.m_treatment_box_08 h3  {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 7% 0;
  color: #043CAC;
  font-size: 1.5rem;
  font-weight: 600;
}
.m_treatment_box_07 h3{
      background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 4% 0;
  color: #043CAC;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}


#topContentsInner ul li dl dd {
  width: 100%;
  padding: 5px;
}

.m_treatment_box_01 {
  background: url(images/banners/img_01.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_02 {
  background: url(images/banners/img_02.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_03 {
  background: url(images/banners/img_03.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_04 {
  background: url(images/banners/img_04.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_05 {
  background: url(images/banners/img_05.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_07 {
  background: url(images/banners/img_06.png) no-repeat;
  background-size: cover;
}

.m_treatment_box_08 {
  background: url(images/banners/img_07.jpg) no-repeat;
  background-size: cover;
}


#message {
  width: 920px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFE5E6;
  border: 1px solid #FF8C8E;
  color: #FF0004;
}

#message a {
  color: #ea601f;
}

#message a:hover {
  text-decoration: underline;
}

#message2 {
  width: 90%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFE5E6;
  border: 1px solid #FF8C8E;
  color: #FF0004;
}

p.readon a {
  vertical-align: top;
  padding: 0 10px;
  background: #0640b7;
  border: #0640b7 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 28px;
  height: 28px;
  font-size: 120%;
  color: #fff !important;
}

p.readon a:hover {
  background: #fff;
  color: #0640b7 !important;
  border: #0640b7 1px solid;
  cursor: pointer;
}

p.topBtn a {
  vertical-align: top;
  padding: 4px 10px;
  background: #0640b7;
  border: #0640b7 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 28px;
  height: 28px;
  font-size: 13px;
  color: #fff;
  float: right;
}

p.topBtn a:hover {
  background: #fff;
  color: #0640b7 !important;
  border: #0640b7 1px solid;
  cursor: pointer;
}

.post {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 1px #ccc;
}

.toppage h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

#topInfo {
  width: 100%;
  /*	float: left;*/
}

#topBanner {
  width: 24%;
  padding-top: 43px;
  text-align: right;
  float: right;
}

/* バナーエリア
------------------------------------------------------------*/
#bnr_area {
  background: #043CAC;
}

#bnr_area .container {
  width: 1020px !important;
}

a .top_bnr {
  background: #043CAC;
  padding: 1rem 1rem;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
}

#bnr_area li:first-child a .top_bnr {
  border-left: 1px solid #fff;
}

a:hover .top_bnr {
  color: #fff;
  text-shadow: 0 -1px 1px #4b4b4b;
  background: #000;
}

#reservation_area {
  margin-top: 20px;
}
#reservation_area .colum2 {
  width:96%;
}
#reservation_area div img {
  margin-bottom: 20px;
}

/* リンク　バナーエリア
------------------------------------------------------------*/
.link_btn {
  background: #ECF2FF;
  padding: 1em 1em 2em;
  position: relative;
}

#link_area ul li:nth-child(2) .link_btn {
  margin: 0 5px;
}

a:hover .link_btn p {
  text-decoration: none;
  opacity: 0.8;
}

.link_btn:before, .link_btn:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(images/stripe_line.png) repeat-x;
  background-size: contain;
  display: block;
}

.link_btn:before {
  top: 0;
}

.link_btn:after {
  bottom: -4px;
}

.link_btn p {
  color: #043CAC;
  font-size: 150%;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}

.link_btn p.txt {
  font-size: 1.0em;
  color: #505151;
  line-height: 1;
  font-weight: normal;
}

.link_area_box {
  width: 32%;
}

.link_area_box:nth-child(2) {
  margin: 0 1%;
}

#link_area a .notes {
  color: #e8465a;
}

.red_box {
  background: #e8465a;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  margin-top: 10px
}

/* 記事　ループ
------------------------------------------------------------*/
.list {
  padding: 10px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.list:last-child {
  border: 0;
}

.post .list p {
  padding: 0;
}

.list span {
  padding-left: 10px;
}

/* タイポグラフィー
------------------------------------------------------------*/
#toppage h2.title {
  clear: both;
  margin: 0;
  padding: 7px 0;
  color: #333;
  font-size: 130%;
}

#toppage h2.title span {
  padding-left: 20px;
  background: url(images/headingBg.png) no-repeat 3px 50%;
}

h2.title {
  clear: both;
  margin: 0;
  padding: 7px 0;
  color: #333;
  font-size: 170%;
}
/* 舌下免疫療法を希望される患者さんへの飾り部分*/
.titlesp{
    padding: 7px 20px;
    padding-left: 20px;
    background: url(images/headingBg.png) no-repeat 3px 50%;
    }
h2.title span {
  padding-left: 20px;
  background: url(images/headingBg.png) no-repeat 3px 50%;
}

h3.title {
  margin: 10px 0;
  color: #333;
  font-size: 140%;
  font-weight: bold !important;
  border-bottom: 1px solid #333;
}
h3.title_red {
	color:#F34446;
}

h4.title {
  margin: 10px 0;
  padding: 7px 0 5px 10px;
  color: #fff;
  font-size: 110%;
  background: #555;
}
.title-h4-blue {
  margin: 10px 0;
  padding: 7px 0 5px 10px;
  color: #fff;
  font-size: 110%;
  background: linear-gradient(to bottom, #0640b7 0%, #01359a 100%);
}

/* コンテンツ
------------------------------------------------------------*/
#scheduleBox {
  display: block;
}

#scheduleBoxSp {
  display: none;
}

table.schedule {
  width: 100%;
  margin: 0 0 10px;
  table-layout: fixed;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
}

table.schedule th {
  padding: 10px;
  color: #fff;
  background: #0640b7;
  text-align: center;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
}

table.schedule td {
  padding: 10px;
  text-align: center;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
  vertical-align: middle;
}
table.statsDay {
  width: 100%;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-spacing: 0;
  margin: 0 0 20px;
}

table.statsDay th {
  width: 25%;
  padding: 10px;
  color: #fff;
  background: #0640b7;
  text-align: center;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
}

table.statsDay td {
  padding: 10px;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
}

table.general {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  clear: both;
}

table.general th {
  width: 25%;
  padding: 10px 0;
  border-bottom: #666 3px solid;
  font-weight: bold;
  vertical-align: top;
}

table.general td {
  width: 75%;
  padding: 10px 0;
  border-bottom: #aaa 3px solid;
  font-weight:bold;
}

.column2 {
  width: 100%;
  margin: 0 0 20px;
  clear: both;
}

.column2:last-child {
  width: 100%;
  margin: 0;
  clear: both;
}

.column2 .column2Left {
  width: 49%;
  float: left;
}

.column2 .column2Right {
  width: 49%;
  float: right;
}

.column3 {
  width: 100%;
  clear: both;
}

.column3 .column3Left {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
}

.column3 .column3Center {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
}

.column3 .column3Right {
  width: 32%;
  margin: 0;
  float: left;
}

.column4 {
  width: 100%;
  clear: both;
}

.column4 .column4Left {
  width: 23.5%;
  margin: 0 2% 0 0;
  float: left;
}

.column4 .column4Center {
  width: 23.5%;
  margin: 0 2% 0 0;
  float: left;
}

.column4 .column4Right {
  width: 23.5%;
  margin: 0;
  float: left;
}

.movie iframe {
  width: 96%;
  height: 250px;
  border: none;
  text-align: center;
  margin: 0 auto;
}

dl.guide {
  min-height: 100px;
  margin: 0 0 10px;
}

dl.guide dt {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 0;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 90%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* blog
------------------------------------------------------------*/
.blog .blogphoto {
  width: 400px;
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-style: italic;
  color: #8B8B8B;
  padding-top: 15px;
}
.blog .blogphoto img {
  margin-bottom: 10px;
}

h3.blog {
  font-size: 150%;
  border-bottom: 2px solid #01359a;
}

.blogTable th, .blogTable td {
  font-weight: bold;
  border-bottom: 1px dotted #D1D1D1;
  padding: 5px;
}

.blogTable td a {
  color: #36F;
}

.blog h4 {
  font-size: 110%;
  border-left: 5px solid #01359a;
  padding-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  font-weight: bold !important;
}

#blogback a {
  color: #FFFFFF;
  padding: 10px;
  background-color: #0640b7;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  display: block;
  text-align: center;
  font-weight: bold;
}

.both {
  clear: both;
}


/*ブログ　ページ数　表示用*/
.blog-pager {
  margin-top:20px;
  text-align:center;
}
.blog-pager a {
  color:#000;
  padding:10px;
  border:1px solid #000;
}

@media screen and (max-width:460px) {
  .calendar-container {
    padding-bottom: 142%;
    text-align: center !important;
  }

  iframe[src*="calendar"] {
    width: 340px !important;
    /*width:320px !important; 表示調整*/
    height: 400px !important;
    margin: 0 auto !important;
  }
}

.entry-content img, #content embed, #content object, #content iframe, #content video, #content2 embed, #content2 object, #content2 iframe, #content2 video {
  border: 0;
  padding: 0 !important;
  background-color: rgba(230, 230, 230, 0.4) !important;
}

@media screen and (max-width:320px) {
  iframe[src*="calendar"] {
    width: 270px !important;
    height: 400px !important;
    margin: 0 auto !important;
  }
}

/* footer　フッター
------------------------------------------------------------*/
#footer {
  background: #d2e7f7;
}

#footer, #footer a {
  color: #505151;
}

#footer_menu {
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
  text-align: center;
}

.footer_box {
  background: url(images/banners/footer_logo.png) no-repeat right bottom;
  margin: 0 auto 20px;
  ;
  display: block;
  overflow: auto;
  padding-bottom: 35px;
  width: 960px;
}

.contact {
  margin-left: 20px;
  position: relative;
}

.contact p {
  padding: 3px 0 3px 32px;
  margin-bottom: 7px;
  font-size: 110%;
  background: url(images/iconHome.png) no-repeat 4px 0;
  text-shadow: 1px 1px 2px #fff;
}

.contact p.tel {
  background-image: url(images/iconTel.png);
  text-shadow: 1px 1px 2px #fff;
}

#copyright {
  padding: 15px 0 10px;
  text-align: center;
  font-size: 90%;
  color: #fff;
  background: #000;
  clear: both;
}

/* トップページ　最新記事　４件
------------------------------------------------------------*/
ul.post {
  width: 1040px;
  margin-right: -20px;
  padding-bottom: 20px;
}

ul.post li {
  float: left;
  width: 33.3%;
  /*margin: 10px;
	border-bottom: 2px dotted #0640B7;*/
  padding-bottom: 20px;
}

ul.post {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

ul.post img {
  max-width: 325px;
  height: auto;
}

ul.post h3 {
  /*
	margin: 10px 0;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-repeat: repeat-x;
	background-position: 0 100%;
	display: none;
    */
}

p.detail {
  min-height: 120px;
  margin: 0 10px 30px;
}

p.readon a {
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
}

/*院長挨拶*/
.post .greeting_director {
  font-weight:bold;
}
/* 診療時間
------------------------------------------------------------*/
.schedule_ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.schedule_ul li {
  position: relative;
  margin-left: 30px;
}

.schedule_ul li::before {
  content: "■";
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  color: #bee0e9;
  /*masutani_bg*/
  margin-left: -15px;
  font-size: 15px;
}

/* 手術実績 */
table.ope-table {
	width:100%;
	border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
table.ope-table td,
table.ope-table th {
  padding: 10px;
	border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  font-size:80%;
}
table.ope-table th {
	background: #bee0e9;
	font-weight:bolder;
}
table.ope-table td:first-child {
  width:25%;
  font-weight:bolder;
}
table.ope-table tfoot th,
table.ope-table tfoot td { background:#EEE; }

.schedule_ul li:nth-child(2)::before {
  color: #fcded9;
  /*.taki_bg*/
}

/*費用*/
table.ope-fee-table {
  table-layout: fixed;
	width:100%;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
table.ope-fee-table thead th {
  background:#043CAC;
  color:#fff;
}
table.ope-fee-table th {
  font-weight:bolder;
  background: #bee0e9;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  width:40%!important;
  padding:10px;
}
table.ope-fee-table td {
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  width:30%!important;
  padding:10px;
}
table.ope-fee-table span {
  display:none;
}
table.ope-fee-table thead {
  background: rgba(4, 60, 172, 0.1);
}
@media screen and (max-width: 640px) {
  table.ope-fee-table {
    table-layout: auto!important;
  }
  table.ope-fee-table thead {
    display:none;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.ope-fee-table {
    width: 100%;
  }
  table.ope-fee-table th,
  table.ope-fee-table td {
　　border-bottom: none;
    display: block;
    width: 100%!important;
  }
  table.ope-fee-table span {
    display:inline;
    font-size:90%;
  }
}
.t-right {
  text-align:right!important;
}
/*色*/
.taki_bg {
  background: #fcded9;
}

.masutani_bg {
  background: #bee0e9;
}
.sp-display {
  display:block!important;
}
@media screen and (max-width: 765px) {
  .sp-display {
    display:none!important;
  }
}
/* 最大1024px
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  #wrapper, .inner {
    width: 100%;
  }

  /*メインバナー*/
  .m_treatment_box_01, .m_treatment_box_02, .m_treatment_box_03, .m_treatment_box_04, .m_treatment_box_05, .m_treatment_box_06, .m_treatment_box_07,.m_treatment_box_08 {
    height: 12rem;
  }
    /*フッター*/
  .footer_box {
    width: 100%;
  }
}

/* 最小768px ipad
------------------------------------------------------------*/
@media only screen and (min-width:768px) {
  .pcfr {
    float: right;
  }

  .pcfl {
    float: left;
  }

  .pcw50par {
    width: 50%;
  }

  div.panel {
    display: block !important;
  }

  a#menu {
    display: none;
  }

  #mainNav {
    background: #01359a;
    background: -moz-linear-gradient(top, #0640b7 0%, #01359a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0640b7), color-stop(100%, #01359a));
    background: -webkit-linear-gradient(top, #0640b7 0%, #01359a 100%);
    background: -o-linear-gradient(top, #0640b7 0%, #01359a 100%);
    background: linear-gradient(to bottom, #0640b7 0%, #01359a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0640b7', endColorstr='#01359a', GradientType=0);
  }

  #mainNav ul {
    clear: both;
    position: relative;
    z-index: 200;
    width: 100%;
    /*初期値1020px;*/
    margin: 0 auto;
  }

  #mainNav li {
    float: left;
    position: relative;
    width: 13.5%;
  }

  #mainNav li:first-child {
    width: 6%;
    margin: 0 auto;
  }

  #mainNav li:last-child {
    width: 13%;
  }

  #mainNav li a {
    /*
        width: 13%;/*初期値137px;*/
    display: block;
    text-align: center;
    float: left;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    border-right: #ccc 1px solid;
    color: #fff;
    font-size: 100%;
  }

  nav#mainNav ul li:first-child a {
    border-left: #ccc 1px solid;
  }


  #mainNav li a {
    width: 100%;
  }

  #mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li.current-menu-parent a {
    color: #fff;
    text-shadow: 0 -1px 1px #4b4b4b;
    background: url(images/mainnavBg.png) repeat-x 0 -48px;
  }

  #mainNav ul ul {
    width: 100%;
  }

  #mainNav li ul {
    display: none;
  }

  #mainNav li:hover ul {
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 500;
  }

  #mainNav li li {
    margin: 0;
    float: none;
    height: 35px;
    line-height: 35px;
    width: 133px;
    background: none;
  }

  #mainNav li .sub-menu li {
    width: 150%;
    position: relative;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }

  #mainNav li .sub-menu li a {
    width: 100%;
  }

  #mainNav li .sub-menu li:first-child {
    left: 0;
  }

  #mainNav li li a, #mainNav li.current-menu-parent li a, #mainNav li.current-menu-item li a {
    height: 35px;
    padding: 0 0 0 10px;
    line-height: 35px;
    font-size: 85%;
    text-align: left;
    background: #01359a;
    border: 0;
  }

  #mainNav li li:first-child a {
    border: 0 !important;
  }

  #mainNav li.current-menu-item li a, #mainNav li.current-menu-parent li a {
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fbfbfb;
  }

  #mainNav li li.current-menu-item a, #mainNav li li a:hover {
    color: #fff;
    text-shadow: 0 -1px 1px #4b4b4b;
    background-position: 0 100%;
  }

  .img_center {
    text-align: center;
    width: 600px;
    margin: 0 auto;
  }
}

/* 最小1421px
------------------------------------------------------------*/
@media only screen and (min-width:1421px) {
  .flexslider {
    max-height: 65vh;
    overflow-y: hidden;
  }
}
/* 最大1420px
------------------------------------------------------------*/
@media only screen and (max-width:1420px) {
  .flexslider {
    height: auto;
    overflow-y: hidden;
  }
}
/* 最低　1020px
------------------------------------------------------------*/
@media only screen and (min-width:1021px) {
  #mainNav .inner, #header .inner {
    width: 1020px;
    margin: 0 auto;
  }
}

/* 最大　1020px
------------------------------------------------------------*/
@media only screen and (max-width:1020px) {
  .link_btn p {
    font-size: 113%;
  }

  .link_btn p.txt {
    font-size: 0.9em;
  }

  #mainNav .inner, #header .inner {
    width: 100%;
  }

  #wrap {
    width: 100%;
  }
  /* 舌下免疫療法を希望される患者さんへの飾り部分*/
  .titlesp{
      padding: 7px 20px;
      padding-left: 45px;
      background: url(images/headingBg.png) no-repeat 27px 53%;
      }
        /*舌下免疫療法st*/
  .btnpad{padding: 20px;}
      /*end*/
    .postsp{margin: 0 20px 20px 20px}
}

/* 幅768px以下から特に指定する部分
------------------------------------------------------------*/
@media only screen and (max-width:768px) {
 
  h1 {
    text-align: center;
  }

  #message {
    width: 90%;
  }

  #copyright {
    margin-top: 20px
  }

  /* ヘッダー*/
  #header h2 img.pcLogo {
    display: none;
  }

  #header h2 img.spLogo {
    display: block;
  }

  #header #headerLeft {
    width: 55%;
  }

  #header #headerRight {
    width: 35%;
    margin-top: 0;
  }

  #bnr_area .container {
    max-width: 768px;
  }

  .sp_br {
    display: inline;
  }

  .detailText {
    font-size: 100% !important;
  }

  .red_box {
    display: block
  }
}

/* 幅667px以下から スマホ
------------------------------------------------------------*/
@media only screen and (max-width:767px) {

  #header {
    margin: 0 0 12px;
  }

  #header h1, #mail, .pcTel {
    display: none;
  }

  #header h2, #header #headerLeft {
    float: none;
  }

  #header #headerLeft {
    width: 66%;
    margin-top: 5px;
  }

  #header #headerRight {
    padding: 0;
  }

  #header h2 img.spLogo {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  #header .inner, #mainBox .inner, #mainNav .inner {
    width: 100%;
  }

  /*navi*/
  #menu {
    position: absolute;
    height: 50px;
    width: 50px;
    display: block;
    box-sizing: border-box;
    background-color: #043CAC;
    border-radius: 5px;
    top: 7px;
    right: 5px;
  }

  #menu span {
    position: absolute;
    left: 8px;
    height: 4px;
    width: 34px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
  }

  #menu span:nth-of-type(1) {
    top: 8px;
  }

  #menu span:nth-of-type(2) {
    top: 18px;
  }

  #menu span:nth-of-type(3) {
    top: 28px;
  }

  #menu p {
    font-size: 0.7em;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
  }

  /*#mainNav .inner{
        width:96%;
    }*/
  nav .panel {
    width: 100%;
    background: #043CAC;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
  }

  #mainNav ul {
    margin: 0;
    padding: 0;
  }

  #mainNav ul li {
    width: 100%;
    height: auto;
    line-height: 1.2;
    float: none;
    clear: both;
  }

  #mainNav ul li a, #mainNav ul li li:last-child a, #mainNav ul li:last-child a {
    width: 100%;
  }

  #mainNav ul li:first-child {
    border-top: 1px solid #d5d5d5;
  }

  #mainNav ul li li:first-child {
    border-top: 0;
  }

  #mainNav ul li a, #mainNav ul li.current-menu-item li a {
    display: block;
    width: 100% !important;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    color: #000;
    background: #eee;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eee', GradientType=0);
  }

  #mainNav ul li:last-child a {
    border: 0;
  }

  #mainNav ul li li:last-child a {
    border: 0;
    width: 100% !important;
  }

  #mainNav ul li li:last-child a {
    border-bottom: 1px dashed #ccc;
  }

  #mainNav ul li a span {
    display: none;
  }

  #mainNav ul li.current-menu-item a, #mainNav ul li a:hover, #mainNav ul li.current-menu-item a, #mainNav ul li a:active, #mainNav ul li li.current-menu-item a, #mainNav ul li.current-menu-item li a:hover, #mainNav ul li.current-menu-item li a:active {
    color: #fff;
    background: #000;
  }

  #mainNav ul li li {
    border: 0;
    float: left;
  }

  #mainNav ul li li a, #mainNav ul li.current-menu-item li a, #mainNav ul li li.current-menu-item a {
    padding-left: 40px;
    background: url(images/sub1.png) no-repeat 20px 18px #eee;
    background: url(images/sub1.png) no-repeat 20px 18px, -moz-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/sub1.png) no-repeat 20px 18px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eee));
    background: url(images/sub1.png) no-repeat 20px 18px, -webkit-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/sub1.png) no-repeat 20px 18px, -o-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/sub1.png) no-repeat 20px 18px, linear-gradient(to bottom, #fdfdfd 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eee', GradientType=0);
  }

  #mainNav ul li li.current-menu-item a, #mainNav ul li li a:hover, #mainNav ul li.current-menu-item li a:hover {
    color: #fff;
    background: #000 url(images/sub1.png) no-repeat 20px -62px;
  }

  #mainNav ul li li:last-child a {
    background: url(images/subLast.png) no-repeat 20px 20px #eee;
    background: url(images/subLast.png) no-repeat 20px 20px, -moz-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/subLast.png) no-repeat 20px 20px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eee));
    background: url(images/subLast.png) no-repeat 20px 20px, -webkit-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/subLast.png) no-repeat 20px 20px, -o-linear-gradient(top, #fdfdfd 0%, #eee 100%);
    background: url(images/subLast.png) no-repeat 20px 20px, linear-gradient(to bottom, #fdfdfd 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eee', GradientType=0);
  }

  #mainNav ul li li:last-child.current-menu-item a, #mainNav ul li li:last-child a:hover, #mainNav ul li.current-menu-item li:last-child a:hover {
    color: #fff;
    background: #000 url(images/subLast.png) no-repeat 20px -65px;
  }

  nav div.panel {
    float: none;
  }

  .pcNav {
    display: none;
  }

  .spNav {
    display: block;
  }

  .pcTel {
    display: none;
  }

  .spTel {
    display: block;
    background: url(images/phone.svg) no-repeat 50% 20% #043CAC;
    background-size: 31px;
    width: 50px;
    height: 50px;
    padding: 35px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 0.6em;
    position: absolute;
    top: 7px;
    right: 56px;
  }

  /*診療時間*/
  .schedule_ul {
    justify-content: flex-start;
  }

  .schedule_ul li {
    margin-right: 10px;
  }

  /*ipad以下で初めから記載されていた部分*/
  p.detail {
    min-height: 10px;
  }

  p.readon a {
    text-align: center;
    padding: 5px 20px;
    margin: 0 auto 20px;
    font-size: 1em;
    float: right;
  }

  .box .widget {
    background: url(images/banners/sp_footer_logo.png) no-repeat right bottom;
  }

  #scheduleBox {
    display: none;
  }

  #scheduleBoxSp {
    display: block;
  }

  table.statsDay {
    width: 100%;
    border: #ccc 1px solid;
    margin: 0;
  }

  table.statsDay th {
    width: 92%;
    padding: 10px 4%;
    border: none;
    display: block;
  }

  table.statsDay td {
    width: 92%;
    padding: 10px 4%;
    border: none;
    display: block;
  }

  table.statsDay a {
    color: #000;
  }

  table.general th {
    width: 100%;
    padding: 10px 0 0;
    border: none;
    display: block;
  }

  table.general td {
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }

  .column2 {
    width: 100%;
    margin: 0 0 10px;
    clear: both;
  }

  .column2 .column2Left {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  .column2 .column2Right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .column3 .column3Left {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  .column3 .column3Center {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  .column3 .column3Right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .column4 .column4Left {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  .column4 .column4Center {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  .column4 .column4Right {
    width: 100%;
    margin: 0;
    float: none;
  }

  dl.guide {
    min-height: 1px;
  }

  #topInfo {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }

  #topBanner {
    width: 100%;
    margin: 0 0 20px;
    padding-top: 0;
    text-align: center;
    float: none;
  }

  #message {
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #FFE5E6;
    border: 1px solid #FF8C8E;
    color: #FF0004;
  }

  .blog .blogphoto {
    width: 100%;
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-style: italic;
    color: #8B8B8B;
  }

  .sp-block {
    display: block !important;
  }

  .flN-sp {
    float: none !important
  }

  .mr15sp0 {
    margin-right: 0 !important;
  }

  /*ipad以下で初めから記載されていた部分*/
  /**/
  #bnr_area .container {
    max-width: 100%;
    width: 100%;
  }

  #bnr_area li:first-child a .top_bnr {
    border-bottom: 1px solid #fff;
    border-left: none;
  }

  #bnr_area li:nth-child(2) a .top_bnr {
    border-bottom: 1px solid #fff;
    border-right: none;
  }

  #bnr_area li:nth-child(4) a .top_bnr {
    border-right: none;
  }

  /*バナーエリア*/
  .m_treatment_box_01, .m_treatment_box_02, .m_treatment_box_03, .m_treatment_box_04, .m_treatment_box_05, .m_treatment_box_06,.m_treatment_box_07,.m_treatment_box_08 {
    height: 24vw;
  }

  .m_treatment_box_01 h3, .m_treatment_box_02 h3, .m_treatment_box_03 h3, .m_treatment_box_04 h3, .m_treatment_box_05 h3, .m_treatment_box_06 h3, .m_treatment_box_07 h3,.m_treatment_box_07  h3,.m_treatment_box_08  h3{
    font-size: 3.8vw;
  }
    .m_treatment_box_07 h3 span{font-size: 10px;}

  #topContentsInner ul li dl dd {
    font-size: 3vw;
  }

  #reservation_area div img {
    margin-top: 10px;
  }

  .link_btn {
    padding: 1em 2em;
    overflow: hidden;
  }

  li:last-child .link_btn:before, li:nth-child(2) .link_btn:before {
    content: none;
  }

  li:last-child .link_btn:after {
    bottom: -4px;
  }

  .info_title {
    font-size: 1.2em;
  }

  .m_treatment {
    font-size: 1.2em;
    margin-right: 0;
    margin-left: 0;
  }

  #topContents #topContentsInner, .topContentsInner {
    width: 100%;
  }

  #link_area ul li:nth-child(2) .link_btn {
    margin: 0 0;
  }

  /*フッター*/
  #footer_menu, .pcDisp {
    display: none;
  }
　

  .contact {
    margin-top: 20px;
  }

  .spDisp {
    display: block;
    padding-top: -20px;
  }

  .footer_box {
    background-size: 50%;
  }

  #page-top a:hover {
    text-decoration: none;
    background: #043CAC;
  }
}


table.schedule_table p {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table.schedule_table{
  width:100%;
	font-weight:bold;
}

table.schedule_table th {
  background: #0640b7;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

table.schedule_table td {
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
  vertical-align:middle!important;
}

table.schedule_table td:first-child {
  background: #eefbff;
  font-weight: bolder;
}

table.schedule_table div:nth-child(2) {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

table.schedule_table .base {
  display: inline-block;
  margin-right: 0.3em;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

table.schedule_table .taki {
  background: #ffb6b6;
}

table.schedule_table .masuya {
  background: #b0edf4;
}

table.schedule_table .attent {
  background: #bcefa8;
  font-size: 11px;
  display: block;
  padding: 5px;
  width: auto;
  margin-top: 10px;
  display: inline-block;
}

table.schedule_table .subject {
  font-size: 60%!important;
}

@media screen and (max-width: 735px) {
  table.schedule_table {
    width: 100%;
  }

  table.schedule_table tr {
    display: block;
    float: left;
    vertical-align: middle!important;
  }

  table.schedule_table tr td,
  table.schedule_table tr th {
    border-left: none;
    display: block;
    height: 60px;
    width:100%;
    vertical-align: middle!important;
		padding-top:15px;
  }

  table.schedule_table thead {
    display: block;
    float: left;
    width: 10%;
  }

  table.schedule_table thead tr {
    width: 100%;
  }

  table.schedule_table tbody {
    display: block;
    float: left;
    width: 90%;
  }

  table.schedule_table tbody tr {
    width: 50%;
  }

  table.schedule_table td {
    padding: 15px;
  }

  table.schedule_table tr td+td {
    border-left: none;
  }

  table.schedule_table tr th:first-child,
  table.schedule_table tr td:first-child{
    height:60px;
  }

  table.schedule_table tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }

  table.schedule_table br {
    display: none;
  }

  table.schedule_table div {
    /* height: 50px; */
  }
  table.schedule_table div:nth-child(2) {
    padding-top: 5px;
    margin-top: 5px;
  }
}

.font-normal {
  font-weight:normal;
}
.telephone-btn {
  width:100%;
  height:40px;
  padding: 10px;
  background:#043CAC;
  font-size:1.5rem;
  color:#fff;
  border-radius: 5px;
}
.telephone-btn:hover {
  color:#fff;
}
.telephone-btn:before {
  content: "";
  display: inline-block;
  background: url(images/phone.svg) no-repeat 50% 120%;
  background-size: 31px;
  width: 40px;
  height: 40px;
}
.faq a {
  color:#043CAC;
}
.faq .btn-blue {
  width:100%;
  height:50px;
  line-height:50px;
  color:#fff!important;
  background:#043CAC;
  padding:10px;
}
	/* 舌下免疫療法の問診票ダウンロードボタンst*/
.btn-ful:hover {color: #ffffff;}
.btn-ful {
  width:100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: 2px #e47400 solid;
  border-radius: 3px;
  transition: 0.4s ease;
  text-align:center;
  background-color: #e47400;
}
/* end*/
.btn-harf {
  width:49%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 1em;
  color:#043CAC;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: 2px #043CAC solid;
  border-radius: 3px;
  transition: 0.4s ease;
  text-align:center;
}

.btn-1:hover {
  color: #fff;
  background: #043CAC;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background:rgba(4, 60, 172, 0.1);
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #043CAC;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	/* background:; */
}
.pc-none {
  display:none;
}
@media screen and (max-width: 640px) {

  .pc-none {
    display:inline;
  }
  .sp-none {
    display:none;
  }
}
.red {
  color:red;
}
.border-block {
  display:block;
  padding:30px;
  border:1px solid #000;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.font-min {
	font-size:0.7rem;
}
