@charset "UTF-8";

/* //////////////////////////////////////////////////

　サイトごとのカラースタイル

////////////////////////////////////////////////// */

/* HEADER
-------------------------------------------------- */

/* home button */
.header_content .home {
  background-image: url(../img/ico_home.png);
}

/* font size */
.header_content .btn.fontsize {
  background-color: #1270B3;
}
.header_content .btn.fontsize::after {
  background-image: url(../img/mrk_big.png);
}
.header_content .btn.fontsize.small::after {
  background-image: url(../img/mrk_small.png);
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}

/* NAVI
-------------------------------------------------- */

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}

/* TITLE
-------------------------------------------------- */
.h1,
.wp_entry h1 {
  background-color: #d7e7f3;
}
.wp_entry h2 {
  border-color: #1270B3;
}
.wp_entry h3 {
  /*background-color: #d7e7f3;*/
}
.wp_entry h4 {
  border-color: #ccc;
}

/* テキスト
-------------------------------------------------- */
.wp_entry a {
  color: #000;
}
.wp_entry a::after, .wp_entry a::before {
  background-color: #1270B3;
}
.wp_entry small {
  color: #666;
}
.wp_entry b {
  color: #900;
}
.wp_entry li::before {
  color: #1270B3;
}
.wp_entry li a {
  color: #1270B3;
}
.text-red{color: #d53939;}
.text-orange{color: #ff7247;}

.wp_entry dt {
  color: #1270B3;
}

/* 画像
-------------------------------------------------- */
.wp_entry figcaption {
  color: #666;
}

/* table
-------------------------------------------------- */
.wp_entry th {
  background-color: #d7e7f3;
  color: inherit;
}
.wp_entry th.change {
  background-color: #d7e7f3;
  color: inherit;
}

.wp_entry th.strong, .wp_entry tr.strong th {
  background-color: #bce1fd;
}




.wp_entry td {
  background-color: #f2f8fd;
}

.wp_entry th,.wp_entry td,.wp_entry .table-dr-roster .dr-roster-sect {
  border-width: 1px;
  border-color: #dad8d8;
}
.wp_entry .table-dr-roster th,.wp_entry .table-dr-roster td{
    /*border-right:solid 1px #1270B3;*/
    /*border-left:solid 1px  #1270B3;*/
    border-left-width: 2px;
    border-right-width: 2px;
}

.wp_entry .table-dr-roster > tbody > tr:nth-child(1) > td {
  border-bottom-width: 2px;
}

.dr_roster_sect_inner_reserve{border-color:#638c0b;}
.dr_roster_sect_inner_reserve::before{background-color:#638c0b;color: #fff;}
/*.wp_entry .table-dr-roster .dr-roster-sect{border-bottom-color:#fff;}*/

.dr_roster_sect_inner_gender-female{background-color: #f9e5f1;}
.text-gender-female{color: #f9e5f1;}

.wp_entry .table-dr-roster .dr-roster-desc{color: #555;}


.table_note {
  color: #1270B3;
}

/* キャッチコピー
-------------------------------------------------- */
.box_copy_image {
  background-color: #d7e7f3;
}
.box_copy {
  background-color: #d7e7f3;
}

/* ページ内リンク
-------------------------------------------------- */
.page_navi ul li a {
  background-color: #1270B3;
  color: #fff;
}

/* ステップ
-------------------------------------------------- */
.step .title {
  background-color: #d7e7f3;
  color: #000;
}
.step .content {
  background-color: #f2f8fd;
}

/* box
-------------------------------------------------- */
.box01 {
  border: 1px solid #ccc;
}
.box02 {
  border: 1px solid #1270B3;
  background-color: #f2f8fd;
}
.box03 {
  border: 3px solid #f39800;
}

/* スライダー
-------------------------------------------------- */
.bxpager a.active {
  border-color: #1270B3;
}

/* ダウンロードボタン
-------------------------------------------------- */
.wp_entry .btn_download {
  background: linear-gradient(
    #1587d8 50%,
    #1270B3 50%,
    #1270B3 100%);
  box-shadow: 0 2px 0 #1270B3;
  color: #fff;
}

/* 医師紹介
-------------------------------------------------- */
.doctor01 .title {
  border-bottom-color: #478d9d;
}
.doctor01 .attach {
  color: #478d9d;
}
.doctor01 th {
  background-color: #d5e7f1;
  color: #000;
}
.doctor01 td {
  background-color: #f6f6f6;
}
.doctor02 .title {
  border-bottom-color: #a04848;
}
.doctor02 .attach {
  color: #a04848;
}
.doctor02 th {
  background-color: #e9dddd;
  color: #000;
}
.doctor02 td {
  background-color: #f6f6f6;
}

/* お問い合わせ
-------------------------------------------------- */
.contact_box {
  background-color: #f6f6f6;
}
.contact_box .title {
  background-color: #1270B3;
  color: #fff;
}
.contact_box .number {
  border-bottom-color: #1270B3;
}
.contact_box .tel {
  color: #1270B3;
}

/* FAQ
-------------------------------------------------- */
.faq dt {
  background-color: #f6f6f6;
  border-left-color: #1270B3;
}
.faq dd {
  background-color: #fff5f8;
  border-left-color: #eb7998;
}

.faq.floormap dd {
  background-color: #fff;
}

.faq dt::after,.floormap_arrow::after{
  background-color: #1270B3;
}

/* ローカルナビ
-------------------------------------------------- */
.wp_entry .local_navi a {
  background: linear-gradient(
    #f6f6f5 50%,
    #eeedec 50%,
    #eeedec 100%);
  box-shadow: 0 2px 0 #ccc;
  color: #000;
}
.local_navi a::before {
  background-color: #1270B3;
}

/* 3カラムコンテンツ
-------------------------------------------------- */
.column_box01 {
  background-color: #f6f6f6;
}
.column_box01 a.btn {
  background: linear-gradient(
    #1587d8 50%,
    #1270B3 50%,
    #1270B3 100%);
  box-shadow: 0 2px 0 #1270B3;
  color: #fff;
}

.column_box02 {
  background-color: #f2f8fd;
}
.column_box02 .title {
  background-color: #d7e7f3;
  color: #000;
}
.column_box02 .menu a {
  background: linear-gradient(
    #f6f6f5 50%,
    #eeedec 50%,
    #eeedec 100%);
  box-shadow: 0 2px 0 #e3e3e2;
  color: #000;
}
.column_box02 .menu a::after {
  background-color: #1270B3;
}

/* リンク＆ボタン
-------------------------------------------------- */
.wp_entry .btn_small:hover, .btn_small:hover {
  background: linear-gradient(
    #f6f6f5 50%,
    #eeedec 50%,
    #eeedec 100%);
  box-shadow: 0 2px 0 #aaa;
  color: #000;
  border: 1px solid #ddd;
}
.wp_entry .btn_small, .btn_small {
  background: linear-gradient(
    #1587d8 50%,
    #1270B3 50%,
    #1270B3 100%);
  box-shadow: 0 2px 0 #1270B3;
  border-color: #1270B3;
  color: #fff;
}

.link {
  color: #000;
}
.link::after {
  background-color: #1270B3;
}

.btn_send,
form input[type=submit] {
  background: linear-gradient(
    #1587d8 50%,
    #1270B3 50%,
    #1270B3 100%);
  box-shadow: 0 2px 0 #1270B3;
  color: #fff;
}
.btn_back {
  background: linear-gradient(
    #c4c4c4 50%,
    #b5b5b5 50%,
    #b5b5b5 100%);
  box-shadow: 0 2px 0 #888;
  color: #fff;
}

.wp_entry .timeline-date {
  color:#1270B3;
}



.timeline-content:before {
  background: #1270B3;
}


/* ラベル
-------------------------------------------------- */

.label.gray { background-color: #666; }
.label.red    { background-color: #d53939 }
.label.yellow { background-color: #b7aa00 }
.label.orange { background-color: #f39800 }
.label.green  { background-color: #638c0b }
.label.blue   { background-color: #0068b7 }
.label.purple { background-color: #8957a1 }
.label.pink   {background-color: #cc5a9e;}


/* .wp_entry em
-------------------------------------------------- */
.wp_entry em {
  color: #1270B3;
}



.doctor .attach {display: none;}