@charset "UTF-8";
/* default_legacy.cssを水道橋病院センター用に上書き
------------------------------------------------------------------------------------*/
.txtColor {
  color: #ae9364;
}

.linkBtn a {
  background: #413a2b;
  background: linear-gradient(to bottom, #413a2b 0%, #2f2d27 33%);
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  border: none;
}
.linkBtn a::after {
  border-left-color: #fff;
}

#footer .footer-bottom {
  background: #ceccc4;
  background: linear-gradient(to bottom, #ceccc4 0%, #ecebe4 100%);
}
#footer .foot-bottom-link li a {
  color: #554434;
}
#footer .copyright {
  color: #999;
}

#pagetop {
  background: #22190c;
  background: linear-gradient(to bottom, #22190c 0%, #362e1f 100%);
}
#pagetop a {
  color: #837d57;
}

@media (min-width: 768px) {
  #footer {
    background: #362e1f;
    background: linear-gradient(to bottom, #362e1f 0%, #5e5445 33%);
    color: #d8d2bc;
  }
  #footer .footer-link li a {
    color: #d8d2bc;
  }
  #footer .footer-link > li > a {
    overflow: hidden;
    padding: 15px 0;
    white-space: nowrap;
    text-indent: 250%;
    border-top-width: 3px;
    border-top-style: solid;
  }
  #footer .footer-link > li > a br {
    display: none;
  }
  #footer .footer-link > li > a > span {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  #footer .footer-link > li.cl > a {
    background: url(../images/common/txt_footer_cl.png) no-repeat center left;
  }
  #footer .footer-link > li.sh > a {
    background: url(../images/common/txt_footer_sh.png) no-repeat center left;
  }
  #footer .footer-link > li.ih > a {
    background: url(../images/common/txt_footer_ih.png) no-repeat center left;
  }
  #footer .footer-link > li.ch > a {
    background: url(../images/common/txt_footer_ch.png) no-repeat center left;
  }
  #footer .footer-link > li.jc > a {
    background: url(../images/common/txt_footer_jc.png) no-repeat center left;
  }
  #footer .footer-link > li.dh > a {
    background: url(../images/common/txt_footer_dh.png) no-repeat center left;
  }
}
/* header（ヘッダーはSPとPCでCSSを完全に分ける）
------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    position: relative;
    z-index: 99;
  }
  #header #menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #header #menu-btn.active span {
    background-color: rgba(255, 255, 255, 0);
  }
  #header #menu-btn.active span::before {
    margin-top: 0;
    transform: rotate(45deg);
  }
  #header #menu-btn.active span::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  #header #menu-btn .menu-btn-in {
    position: relative;
    width: 26px;
    height: 30px;
    margin: 15px 17px;
    padding: 0;
    background: url(../images/common/button_burger_sp.png) center bottom no-repeat;
    background-size: 25px 6px;
  }
  #header #menu-btn span {
    background-color: #be9d6d;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    vertical-align: middle;
  }
  #header #menu-btn span::before, #header #menu-btn span::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    transition: all 0.2s;
  }
  #header #menu-btn span::before {
    background-color: #73542a;
    margin-top: -7px;
  }
  #header #menu-btn span::after {
    background-color: #b3835f;
    margin-top: 7px;
  }
  #header .header-main {
    height: 100%;
    padding: 0 4%;
    max-width: none;
  }
  #header .logo {
    margin-top: 0;
    padding: 7px 0;
  }
  #header .logo img {
    width: 226px;
  }
  #header .header-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    overflow: hidden;
  }
  #header .header-menu .container {
    padding: 0;
    max-width: none;
  }
  #header .header-menu.col1 {
    background: rgba(221, 214, 193, 0.96);
  }
  #header .header-menu.col1 .header-list {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 0;
    /*親・子・孫メニュー共通*/
  }
  #header .header-menu.col1 .header-list li {
    min-height: auto;
    width: 100%;
    position: relative;
    /*親メニュー*/
  }
  #header .header-menu.col1 .header-list li a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
    color: #453a2b;
  }
  #header .header-menu.col1 .header-list li a:hover {
    opacity: 1;
  }
  #header .header-menu.col1 .header-list li a[href$=".pdf"], #header .header-menu.col1 .header-list li a[href*=".pdf?"] {
    background: none;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch {
    padding-right: 40px;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch.open::after {
    margin-top: -3px;
    transform: rotate(225deg);
  }
  #header .header-menu.col1 .header-list li a.toggle-switch::after {
    content: "";
    position: absolute;
    top: 25px;
    left: auto;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -7px 0 0;
    border: none;
    border-right: 2px solid #453a2b;
    border-bottom: 2px solid #453a2b;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #header .header-menu.col1 .header-list li > a {
    font-size: 14px;
    padding: 14px 50px 14px 20px;
  }
  #header .header-menu.col1 .header-list li > a::before, #header .header-menu.col1 .header-list li > a::after {
    content: none;
  }
  #header .header-menu.col1 .header-list > li {
    /*子メニュー*/
  }
  #header .header-menu.col1 .header-list > li.current-link > a {
    background: rgba(115, 84, 42, 0.4);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul {
    position: static;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    box-shadow: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li {
    /*孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li.current-link > a {
    background: rgba(115, 84, 42, 0.3);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #9f6c27;
  }
  #header .header-menu.col1 .header-list > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-radius: 9px;
    background-color: #453a2b;
    z-index: 1;
  }
  #header .header-menu.col1 .header-list > li > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 24px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    background: none;
    z-index: 2;
  }
  #header .header-menu.col1 .header-list > li > ul > li a.toggle-switch::after {
    width: 8px;
    height: 8px;
    top: 22px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > a {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > a:hover {
    background-color: rgba(115, 84, 42, 0.4);
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul li.current-link > a {
    background: rgba(115, 84, 42, 0.2);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li::after, #header .header-menu.col1 .header-list > li > ul > li > ul > li.clone-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 48px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #453a2b;
    background: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #9f6c27;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 60px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #9f6c27;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 80px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #9f6c27;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 105px;
  }
  #header .header-list {
    border: 1px solid #ccc;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  #header .header-list li {
    flex: unset;
    width: 50%;
    padding: 0;
    min-height: 60px;
  }
  #header .header-list li.sp-bd-t-none a {
    border-top: none;
  }
  #header .header-list li.sp-bd-b-none a {
    border-bottom: none;
  }
  #header .header-list li.sp-bd-l-none a {
    border-left: none;
  }
  #header .header-list li.sp-bd-r-none a {
    border-right: none;
  }
  #header .header-list li a {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 10px 10px 30px;
    height: 100%;
    position: relative;
  }
  #header .header-list li a::before, #header .header-list li a::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
  }
  #header .header-list li a::before {
    top: 50%;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-radius: 10px;
    background-color: #ff5b7d;
  }
  #header .header-list li a::after {
    top: 50%;
    left: 14px;
    box-sizing: border-box;
    width: 4px;
    height: 3px;
    margin-top: -5px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    background: none;
  }
  #header .sp-header-menu {
    margin-top: 30px;
    padding: 0 20px;
  }
  #header .sp-header-menu .accordionBtn {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    font-weight: normal;
    font-size: 107%;
    letter-spacing: 0.05em;
    text-align: center;
    background: linear-gradient(to bottom, #b4af9a 0%, #746d5b 88%);
    border-bottom: none;
    border-left: none;
  }
  #header .sp-header-menu .accordionBtn:nth-child(1) {
    margin-top: 10px;
  }
  #header .sp-header-menu .accordionBtn::before {
    content: none;
  }
  #header .sp-header-menu .accordionBtn::after {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 11px;
    vertical-align: top;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-image: none;
    background-color: transparent;
    transform: rotate(45deg);
  }
  #header .sp-header-menu .accordionBtn.active::after {
    vertical-align: bottom;
    transform: rotate(225deg);
  }
  #header .sp-header-menu .accordionItem {
    padding: 20px;
    background: rgba(152, 146, 127, 0.95);
  }
  #header .sp-header-menu .accordionItem ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  #header .sp-header-menu .accordionItem ul li {
    display: block;
  }
  #header .sp-header-menu .accordionItem ul li:last-child {
    padding-bottom: 0;
  }
  #header .sp-header-menu .accordionItem .h-btn {
    width: 100%;
  }
  #header .sp-header-menu .accordionItem .h-btn li {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
  }
  #header .sp-header-menu .accordionItem .h-link {
    width: 100%;
    margin-bottom: 15px;
  }
  #header .sp-header-menu .accordionItem .h-link li {
    max-width: 275px;
    margin: 0 auto;
  }
  #header .sp-header-menu .accordionItem .h-link li a {
    color: #fff;
    padding-left: 15px;
  }
  #header .sp-header-menu .accordionItem .h-link li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
  }
  #header .header-btn-showy a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 15px 15px 30px;
    border-radius: 3px;
  }
  #header .header-btn-showy.btn-examination a {
    background: #ff5b7d;
  }
  #header .header-btn-showy.btn-students a {
    background: #4ec4c2;
  }
  #header .h-tab {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #header .h-tab li {
    margin-bottom: 5px;
  }
  #header .h-tab img {
    max-width: 270px;
  }
  #header .header-btn-close {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
  #header .header-btn-close span {
    font-weight: bold;
    padding-left: 18px;
    position: relative;
  }
  #header .header-btn-close span::before, #header .header-btn-close span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    transition: all 0.2s;
  }
  #header .header-btn-close span::before {
    background-color: #73542a;
    transform: rotate(45deg);
  }
  #header .header-btn-close span::after {
    background-color: #b3835f;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  #header {
    position: relative;
    z-index: 5;
    /*以下、千葉医療センターのskincmn.cssのコード流用*/
    /*各背景画像*/
    /* 3階層目からは非表示*/
  }
  #header .container {
    padding: 0 30px;
    width: 1040px;
  }
  #header .header-main {
    margin: 10px auto;
  }
  #header .logo {
    margin-bottom: 0;
  }
  #header .logo img {
    width: 378px;
  }
  #header .layoutBox {
    width: calc(100% - 378px);
    margin-top: 56px;
  }
  #header .header-menu {
    background: url(../images/common/bg_gnav_repeat.png) 0 0 repeat-x;
    position: relative;
    height: 75px;
  }
  #header #g-nav .header-list {
    background: url(../images/common/bg_gnav.png) top center no-repeat;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }
  #header #g-nav .header-list li a {
    display: block;
  }
  #header #g-nav .header-list > li {
    margin: 0 6px;
    padding: 0;
    text-align: center;
    position: relative;
    height: 75px;
  }
  #header #g-nav .header-list > li.menu-treatment {
    width: 320px;
    flex-basis: 320px;
  }
  #header #g-nav .header-list > li.menu-treatment > a {
    background: url(../images/common/txt_gnav01.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-treatment > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li.menu-about {
    width: 308px;
    flex-basis: 308px;
  }
  #header #g-nav .header-list > li.menu-about > a {
    background: url(../images/common/txt_gnav02.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-about > ul {
    left: -337px;
  }
  #header #g-nav .header-list > li.menu-medical {
    width: 316px;
    flex-basis: 316px;
  }
  #header #g-nav .header-list > li.menu-medical > a {
    background: url(../images/common/txt_gnav03.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-medical > ul {
    left: -657px;
  }
  #header #g-nav .header-list > li > a {
    height: 100%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header #g-nav .header-list > li:hover {
    background-color: #241d1a;
    padding: 6px;
  }
  #header #g-nav .header-list > li:hover > a {
    border: 1px solid #928e8d;
  }
  #header #g-nav .header-list > li:hover::before, #header #g-nav .header-list > li:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 30;
  }
  #header #g-nav .header-list > li:hover::before {
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #241d1a transparent transparent transparent;
  }
  #header #g-nav .header-list > li:hover::after {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: #241d1a;
    border-top: 1px solid #928e8d;
    border-right: 1px solid #928e8d;
    transform: rotate(135deg);
    bottom: 0;
    margin-left: -6px;
  }
  #header #g-nav .token-menu > ul > li > ul {
    position: absolute;
    z-index: 20;
    top: 75px;
    left: 0;
    display: none;
    width: 980px;
    height: auto;
    padding: 15px 20px 20px;
    border-radius: 0 0 3px 3px;
    background: #5b4f48;
    background: -moz-linear-gradient(top, rgba(91, 79, 72, 0.9) 0%, rgba(47, 40, 36, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(91, 79, 72, 0.9) 0%, rgba(47, 40, 36, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(91, 79, 72, 0.9) 0%, rgba(47, 40, 36, 0.9) 100%);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  #header #g-nav .token-menu > ul > li > ul > li {
    position: relative;
    float: left;
    margin: 0 6px;
    text-align: center;
  }
  #header #g-nav .token-menu > ul > li > ul > li:not(:first-child):before,
  #header #g-nav .token-menu > ul > li > ul > li:not(:first-child):after,
  #header .add-border-pc:before,
  #header .add-border-pc:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100px;
    margin: auto;
  }
  #header #g-nav .token-menu > ul > li > ul > li:before {
    left: -7px;
    background-color: #4b413b;
  }
  #header #g-nav .token-menu > ul > li > ul > li:after {
    left: -6px;
    background-color: #88807b;
  }
  #header .remove-border-pc:before,
  #header .remove-border-pc:after {
    content: none !important;
  }
  #header #g-nav .token-menu > ul > li > ul > li > a {
    position: relative;
    width: 165px;
    height: 135px;
    margin: 5px;
    padding: 91px 1px 0 1px;
    color: #fff;
    font-size: 107.1%;
    text-decoration: none;
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover > a {
    padding: 90px 0px 0 0px;
    border: #6d625d solid 1px;
    background-color: #29211e;
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover {
    background: #544741;
    background: -moz-linear-gradient(top, #544741 0%, #544741 100%);
    background: -webkit-linear-gradient(top, #544741 0%, #544741 100%);
    background: linear-gradient(to bottom, #544741 0%, #544741 100%);
  }
  #header #g-nav .token-menu > ul > li > ul > li a {
    background-position: center 28px;
    background-repeat: no-repeat;
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover a {
    background-position: center 27px;
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-first-visit a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_a01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-return-visit a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_a02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-hospitalization a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_a03.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-departments a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_a04.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-story a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_a05.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-history a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_b01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-overview a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_b02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-facilities a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_b03.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-information a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_b04.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-safety a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_b05.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-referral a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_c01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-departments a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_c02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-intern a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_c03.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-requirements a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_c04.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-recruit a {
    background-image: url(../images/common/megamenu/ico_megamenu_sh_c05.png);
  }
  #header #g-nav .token-menu > ul > li > ul li ul {
    display: none;
  }
}

/* 共通
------------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol li {
  margin-left: 28px;
}

details li {
  margin-bottom: 5px;
}

.iframe-wrap {
  position: relative;
  width: 453px;
  aspect-ratio: 16 / 9;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お知らせ詳細
----------------------------*/
.news-detail .news-detail-title {
  margin: 20px 0 15px;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 5px solid #221b17;
}
.news-detail .news-description {
  font-size: 14px;
  padding: 0 0 20px 0;
}
.news-detail .news-detail-date {
  color: #777;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.news-detail .icon-new.icon-favicon {
  margin-top: 0;
}
.news-detail .news-icon {
  line-height: 1;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.news-detail .news-icon img {
  width: 65px;
}
.news-detail table td p {
  margin-bottom: inherit;
}

.link-arrow a {
  position: relative;
  display: inline-block;
  padding-right: 23px;
}
.link-arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #777;
}

/* バナー
----------------------------*/
.slider-banner-wrapper .inner {
  max-width: 980px;
}

.slider-col3 {
  margin: 0 auto;
  display: block;
}
.slider-col3 .slick-list {
  /*max-width: 860px;*/
  max-width: 88%;
  margin: 0 auto;
}
.slider-col3 .top-bannaer-item {
  margin: 0 8px;
}
.slider-col3 .slick-slide img {
  margin: 0 auto;
}
.slider-col3 .slick-prev,
.slider-col3 .slick-next {
  margin-top: -6px;
  width: 12px;
  height: 12px;
}
.slider-col3 .slick-prev {
  left: 20px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(45deg);
}
.slider-col3 .slick-next {
  right: 20px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.slider-col3 .slick-prev:before,
.slider-col3 .slick-next:before {
  color: transparent;
}

/* Media Query
------------------------------------------------------------------------------------*/
/* 768px~1200px（ヘッダー専用）
----------------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .container {
    width: auto;
    max-width: 1040px;
    align-items: center;
  }
  #header #g-nav .header-list {
    background: none;
  }
  #header #g-nav .header-list > li {
    position: static;
  }
  #header #g-nav .header-list > li.menu-treatment {
    width: auto;
    flex-basis: 20%;
  }
  #header #g-nav .header-list > li.menu-about {
    width: auto;
    flex-basis: 40%;
  }
  #header #g-nav .header-list > li.menu-about > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li.menu-medical {
    width: auto;
    flex-basis: 20%;
  }
  #header #g-nav .header-list > li.menu-medical > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li:hover::before, #header #g-nav .header-list > li:hover::after {
    content: none;
  }
  #header #g-nav .token-menu > ul > li > ul {
    width: 100%;
  }
  #header #g-nav .token-menu > ul > li > ul > li {
    width: calc(25% - 12px);
  }
  #header #g-nav .token-menu > ul > li > ul > li > a {
    width: calc(100% - 10px);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-story::before, #header #g-nav .token-menu > ul > li > ul > li.ico-story::after, #header #g-nav .token-menu > ul > li > ul > li.ico-safety::before, #header #g-nav .token-menu > ul > li > ul > li.ico-safety::after, #header #g-nav .token-menu > ul > li > ul > li.ico-recruit::before, #header #g-nav .token-menu > ul > li > ul > li.ico-recruit::after {
    display: none !important;
  }
}
/* 768px~1080px
----------------------------*/
/*@media screen and (min-width: 768px) and (max-width: 1080px) {
	#footer .footer-link > li.ch > a{
		background-size: contain;
	}
}*/
/* 767px
----------------------------*/
@media screen and (max-width: 767px) {
  .iframe-wrap {
    width: 100%;
  }

  /*お知らせ詳細*/
  .news-detail .news-detail-title {
    font-size: 22px;
  }
  .news-detail .news-description {
    font-size: 13px;
  }
  .news-detail .news-detail-date {
    font-size: 13px;
  }

  /* バナー
----------------------------*/
  #slider-banner {
    padding: 0 30px;
  }

  .slider-banner-wrapper .inner {
    padding: 0;
  }

  .slider-col3 .slick-slide img {
    width: 200px !important;
  }
  .slider-col3 .slick-prev {
    left: 20px;
  }
  .slider-col3 .slick-next {
    right: 20px;
  }
}
/*以下、旧サイトのcontents.cssのコード流用*/
/*--------------------------------------
	common
--------------------------------------*/
.telNumber {
  font-family: 'Times New Roman', Times, serif;
}

/*separateTable*/
table.separateTable {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 0 4px;
  border-collapse: separate;
}

table.separateTable th,
table.separateTable td {
  font-weight: normal;
  position: relative;
  padding: 5px 10px;
  text-align: left;
  border: none;
}

table.separateTable th {
  text-align: center;
  background-color: #e2daca;
}

table.separateTable td:before,
table.separateTable th:before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #dbcab7;
}

table.separateTable:after {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #dbcab7;
}

/* 診療科タブ */
ul.tabs-nav,
ul.tabs-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tabs-nav {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}

ul.tabs-nav li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

ul.tabs-nav li a {
  font-size: 128.6%;
  font-weight: bold;
  display: block;
  width: 98%;
  margin: 0 auto;
  padding: 15px 5px 10px 5px;
  text-decoration: none;
  color: #333;
  border: #ccc solid 1px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: #d4ccc3;
  background: -moz-linear-gradient(top, #d4ccc3 0%, #eee9e1 100%);
  background: -webkit-linear-gradient(top, #d4ccc3 0%, #eee9e1 100%);
  background: linear-gradient(to bottom, #d4ccc3 0%, #eee9e1 100%);
}

ul.tabs-nav li {
  position: relative;
}

ul.tabs-nav li:after {
  position: absolute;
  bottom: 0;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  content: '';
  background: #ccc;
}

ul.tabs-nav li.tabs-active a {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 20px 5px 15px 5px;
  background: #fff;
}

ul.tabs-nav li.tabs-active:after {
  display: none;
}

ul.tabs-nav li.tabs-active a:after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: '';
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

ul.tabs-nav li.tabs-active a:before {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  content: '';
  border-radius: 9px;
  background-color: #ae9364;
}

ul.tabs-nav li a:hover {
  background: #fff;
}

/* side-よくあるご質問 */
.top-main .side-faq {
  margin-top: 55px;
  border-radius: 3px;
  background: transparent;
  -webkit-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
}

.top-main .side-faq a:before {
  background-color: #453a2b;
}

/* side-総合お問い合わせへ */
.side-contact {
  margin: 0 0 10px 0;
  padding: 25px 25px 5px 25px;
  background-color: #fff;
}

.side-contact h3 {
  overflow: hidden;
  height: 78px;
  margin: 0 0 20px 0;
  padding: 0;
  white-space: nowrap;
  text-indent: 200%;
  border: none;
  background: url(../images/common/ttl_info.png) top center no-repeat;
}

.side-contact h3:after {
  display: none;
}

.top-main .side-contact {
  margin: 10px 0;
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
}

.side-contact .linkBtn {
  position: static;
  padding-right: 0;
  text-align: right;
}

.side-contact .linkBtn a {
  font-size: 92%;
  line-height: 1;
  position: relative;
  display: block;
  width: auto;
  padding: 0 30px 0 0;
  text-align: right;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  background: none;
  border: none;
}

.side-contact .linkBtn a:hover {
  opacity: .7;
}

.side-contact .linkBtn a:before {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: '';
  border: none;
  border-radius: 8px;
  background-color: #453a2b;
}

.side-contact .linkBtn a:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* side-faq */
.side-faq-contact {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
}

.side-faq {
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  white-space: nowrap;
  text-indent: 200%;
  background: white;
  background: -moz-linear-gradient(top, white 70%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 70%, #e6e6e6 100%);
  background: linear-gradient(to bottom, white 70%, #e6e6e6 100%);
}

.side-faq a {
  position: relative;
  display: block;
  padding: 20px 0;
  background: url(../images/common/txt_faq.png) 20px center no-repeat;
}

.side-faq a:before {
  position: absolute;
  top: 24px;
  right: 14px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 6.5px;
  background: #96825a;
}

.side-faq a:after {
  position: absolute;
  top: 28px;
  right: 18px;
  width: 0;
  height: 0;
  content: '';
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* side-歯のはなし */
.side-bnr-story {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
  box-shadow: 0 0 7px 0 rgba(37, 25, 21, 0.2);
}

/* 診療科・専門外来のご案内・お問い合わせ */
.indexGuideTtl {
  position: relative;
  margin: 0;
}

.indexGuideTtl:after {
  display: block;
  clear: both;
  content: '';
}

.indexGuideTtl .linkBtn {
  position: absolute;
  top: -6px;
  right: 0;
  padding-right: 0;
}

.indexGuideTtl .innerBox .linkBtn {
  padding-right: 0;
}

.indexGuideTtl h2 {
  overflow: hidden;
  height: 26px;
  margin: 0 0 30px 0;
  white-space: nowrap;
  text-indent: 200%;
  border: none;
  background: url(../images/common/ttl_guide.png) 0 0 no-repeat;
}

.indexGuideTtl h2:before {
  display: none;
}

.indexGuideBox {
  position: relative;
  width: 99%;
  margin: 0 auto 16px;
  padding: 0 15px 15px 15px;
  border: #fff solid 1px;
  background-color: #f2f0e8;
  -webkit-box-shadow: 0 0 0 5px #f2f0e8;
  -moz-box-shadow: 0 0 0 5px #f2f0e8;
  box-shadow: 0 0 0 5px #f2f0e8;
}

.indexGuideBox:after {
  display: block;
  clear: both;
  content: '';
}

.indexGuideBox .innerBox {
  width: 50%;
  width: -moz-calc(98% / 2);
  width: calc(98% / 2);
  margin: 0 0 1% 1%;
  padding: 15px 18px 5px;
  color: #a47851;
  border-radius: 1px;
  background: #fff;
}

.indexGuideBox .innerBox {
  -webkit-box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.1);
  -moz-box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.1);
  box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.1);
}

.skinTdcSh:not(.top-main) .indexGuideBox .innerBox:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.indexGuideBox h3 {
  overflow: hidden;
  height: 42px;
  white-space: nowrap;
  text-indent: 200%;
  border: none;
  background-repeat: no-repeat;
  background-position: 15px 0;
  background-size: contain;
}

.indexGuideBox h3:after {
  display: none;
}

.indexGuideBox .innerBox h4 {
  font-size: 121.4%;
  line-height: 1.2;
  display: table-cell;
  width: 356px;
  height: 2.5em;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: middle;
  color: #453a2b;
  border: none;
}

.indexGuideBox .innerBox h4:before,
.indexGuideBox .innerBox h4:after {
  display: none;
}

.indexGuideBox.shinryoList .innerBox h4 {
  width: 170px;
}

.indexGuideBox .innerBox h4 a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
  text-decoration: none;
  color: #453a2b;
}

.indexGuideBox .innerBox h4 a:hover {
  text-decoration: underline;
}

.indexGuideBox .innerBox h4 a:after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  content: '';
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.indexGuideBox .innerBox h4 a:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
  content: '';
  border-radius: 9px;
  background-color: #ccc;
}

.indexGuideBox .innerBox p {
  font-size: 92.9%;
}

.indexGuideBox .innerBox .telNumber {
  font-size: 128.6%;
  margin: 0 0 5px 0;
  padding: 0 8px;
  color: #453a2b;
  background: #f6ede5;
}

.top-main .indexGuideBox .innerBox {
  width: 33%;
  width: -moz-calc(98% / 3);
  width: calc(98% / 3);
}

.top-main .indexGuideBox .innerBox:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}

/* 診療科（歯科） */
.indexGuideBox.dentistry h3 {
  background-image: url(../images/common/ttl_dentistry.png);
}

.indexGuideBox.dentistry .innerBox {
  border-top: #c20000 solid 3px;
}

.indexGuideBox.dentistry .innerBox h4 a:before {
  background-color: #d6000f;
}

/* 診療科（内科） */
.indexGuideBox.medical h3 {
  background-image: url(../images/common/ttl_medical.png);
}

.indexGuideBox.medical .innerBox {
  position: relative;
  border-top: #0055a2 solid 3px;
}

.top-main .indexGuideBox.medical .innerBox {
  width: 50%;
  width: -moz-calc(98% / 2);
  width: calc(98% / 2);
}

.indexGuideBox.medical .innerBox h4 a:before {
  background-color: #0055a2;
}

.indexGuideBox.medical .innerBox .linkBtn {
  position: absolute;
  top: 15px;
  right: 20px;
}

.indexGuideBox.medical .innerBox h4 {
  width: 356px;
}

/* 専門外来 */
.indexGuideBox.clinic h3 {
  background-image: url(../images/common/ttl_clinic.png);
}

.indexGuideBox.clinic .innerBox {
  border-top: #c20000 solid 3px;
}

.indexGuideBox.clinic .innerBox h4 a:before {
  background-color: #d6000f;
}

/* 支援部 */
.indexGuideBox.support h3 {
  background-image: url(../images/common/ttl_support.png);
}

.indexGuideBox.support .innerBox {
  border-top: #0055a2 solid 3px;
}

.indexGuideBox.support .innerBox h4 a:before {
  background-color: #0055a2;
}

.accordionItem {
  display: flex;
  flex-wrap: wrap;
}

/*--------------------------------------
	239以下　診療科common
--------------------------------------*/
.h1Box h1 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.h1Box .telNumber {
  font-size: 178.6%;
  margin: -15px 0 0;
  padding: 0 0 0 58px;
  color: #ae9364;
  background: url(../images/common/ico_contact.png) 30px 5px no-repeat;
}

.h1Box h1 span.ruby {
  font-size: 12px;
  display: block;
  margin-bottom: .5em;
  padding: 0 0 0 1em;
  color: #999;
}

/*--------------------------------------
	236 初めて受診する方
--------------------------------------*/
.receptionFlow + .annotationCaution {
  margin-bottom: 0;
}

.borderBox {
  border-color: #cbb287;
}

.borderBox.whatsBox {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

.whatsBox .ttlReservation {
  overflow: hidden;
  width: 178px;
  height: 70px;
  margin: 0 auto 20px;
  white-space: nowrap;
  text-indent: 200%;
  background: url(../images/treatment/ttl_whats.png) 0 0 no-repeat;
}

.whatsBox h2.ttlReservation {
  border: none;
}

.whatsBox h2.ttlReservation:before {
  display: none;
}

.whatsBox .listBox li {
  background: #e2daca;
}

/*--------------------------------------
	237 再来の方、	238 入院・面会の方、239 診療科一覧
--------------------------------------*/
.indexGuideBox.shinryoList .innerBox h4 {
  width: 356px;
}

.indexGuideBox.medical.shinryoList .innerBox h4 {
  width: 273px;
}

/*--------------------------------------
	373 研修プログラム
--------------------------------------*/
.internprogramBox th {
  background: #bff0e1;
}

.internprogramBox td.ch {
  background: #ffc;
}

.internprogramBox td.co {
  background: #f7dbc8;
}

/*--------------------------------------
	293 採用情報
--------------------------------------*/
.recruitTitle {
  position: relative;
}

.recruitTitle h2 {
  position: relative;
  padding: 0 0 0 15px;
  border-bottom: none;
  border-left: #77665a solid 5px;
}

.recruitTitle h2:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  content: '';
  background: #ae9364;
}

.recruitTitle .linkBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.recruitTitle .linkBtn {
  text-align: right;
}

.recruitTitle .linkBtn a {
  font-size: 92%;
  padding: 5px 20px 5px 10px;
}

.recruitTitle .linkBtn a:after {
  top: 1.1em;
}

/*--------------------------------------
	287 交通のご案内
--------------------------------------*/
table.tblBox.horizontalbordered.access-trans td {
  position: relative;
  padding: 10px 0 10px 30px;
}

table.tblBox.horizontalbordered.access-trans td > img {
  position: absolute;
  top: 11px;
  left: 5px;
}

/*以下、旧サイトのnews.cssのコード流用*/
/*===============
	水道橋
================*/
.news-list:after {
  content: "";
  display: block;
  clear: both;
}

.news-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-list li {
  margin: 0 auto 15px;
  padding: 0 0 10px;
  border: none;
  border-bottom: 1px solid #bebbb4;
  list-style-type: none;
}

.news-list li:last-child {
  padding: 0 0 10px;
}

.news-list .news-date {
  margin: 0;
  padding: 0;
  font-size: 92%;
  color: #7d5621;
  width: 80px;
  float: left;
  display: block;
}

.news-list .news-icon {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: auto;
}

.news-list .news-icon img {
  margin: 0;
  vertical-align: top;
  width: auto;
  height: 18px;
}

.news-list .news-title {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  clear: left;
}

.news-list .news-title a {
  color: #06c;
  text-decoration: underline;
}

.news-list .news-title img {
  margin: 0 0 0 5px;
}

.news-list .linkBtn {
  text-align: right;
}

.news-list .linkBtn a {
  padding: 5px 20px 5px 10px;
  font-size: 92%;
}

.news-list .linkBtn a:after {
  top: 1.1em;
}

.news-list.image-news li {
  float: left;
  width: 220px;
  margin: 0 10px 20px 0;
  padding: 0;
  border: none;
}

.news-list.image-news li:nth-child(3) {
  margin-right: 0;
}

.news-list.image-news li .news-image {
  position: relative;
  height: 140px;
  margin: 0;
  padding: 0;
  background-color: #eee;
}

.news-list.image-news li .news-image a {
  position: relative;
  display: block;
  height: 100%;
}

.news-list.image-news li .news-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.news-list.image-news li .news-title {
  margin: 0;
}

/* index */
.top-main .news-list {
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 0px rgba(37, 25, 21, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(37, 25, 21, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(37, 25, 21, 0.2);
}

.top-main .news-list h2 {
  height: 78px;
  margin: 20px auto 30px;
  padding: 0;
  line-height: 1;
  font-size: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/common/ttl_news.png) center center no-repeat transparent;
  border: none;
}

.top-main .news-list h2:before {
  display: none;
}

.top-main .news-list .attention-text {
  border: 1px solid #c00;
  padding: 8px;
  color: #c00;
}

.top-main .news-list ul {
  margin: 10px 0 25px 0;
  padding: 0;
  border-bottom: 1px solid #fbfbf9;
}

.top-main .news-list li {
  margin: 0;
  padding: 10px 4px;
  border-top: 1px solid #fbfbf9;
  border-bottom: 1px solid #bebbb4;
}

.top-main .news-list li:first-child {
  border-top: none;
}

.top-main .news-list li:last-child {
  padding: 10px 0;
}

.top-main .news-list li:after {
  content: "";
  display: block;
  clear: both;
}

.top-main .news-list li p {
  padding: 0;
}

.top-main .news-list .news-date {
  float: none;
  display: inline-block;
}

.top-main .news-list .news-icon {
  float: none;
  display: inline-block;
  width: 58px;
}

.top-main .news-list .news-icon img {
  width: auto;
  height: 16px;
}

.top-main .news-list .linkBtn {
  position: static;
}

.top-main .news-list .linkBtn a {
  position: relative;
  display: block;
  width: auto;
  padding: 0 30px 0 0;
  border-radius: 2px;
  font-size: 92%;
  color: #333;
  text-decoration: none;
  line-height: 1;
  text-align: right;
  background: none;
}

.top-main .news-list .linkBtn a:hover {
  opacity: 0.7;
}

.top-main .news-list .linkBtn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: none;
  background-color: #453a2b;
}

.top-main .news-list .linkBtn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #edeae1;
}

/* 歯科のはなし */
.news-list.dental-stories {
  margin: 0 auto 60px;
  padding: 0;
  border-radius: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.news-list.dental-stories:after {
  content: "";
  display: block;
  clear: both;
}

.news-list.dental-stories h2 {
  float: left;
  width: 134px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: url(../images/common/ttl_news.png) center center no-repeat transparent;
  line-height: 1;
  font-size: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.news-list.dental-stories h2:before {
  display: none;
}

.news-list.dental-stories ul {
  margin: 0 0 30px 140px;
  padding: 0;
  width: auto;
  float: none;
  border-bottom: none;
}

.news-list.dental-stories li {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

.news-list.dental-stories li:after {
  display: none;
}

.news-list.dental-stories .news-date {
  float: left;
  font-size: 92%;
}

.news-list.dental-stories .news-icon {
  padding: 2px 0 0;
  float: left;
  width: 58px;
}

.news-list.dental-stories .news-icon img {
  height: 16px;
}

.news-list.dental-stories .news-title {
  float: none;
  clear: none;
  margin: 0 0 0 150px;
}

.news-list.dental-stories .news-link-btn {
  position: static;
  float: right;
  clear: left;
}

.news-list.dental-stories.image-news {
  position: relative;
}

.news-list.dental-stories.image-news ul {
  margin: 0 auto 30px;
  padding: 0;
  width: auto;
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
}

.news-list.dental-stories.image-news li {
  float: none;
  width: calc(25% - 65px);
  border-bottom: none;
  margin-bottom: 40px;
}

.news-list.dental-stories.image-news li:not(:nth-child(4n)) {
  margin-right: 85px;
}

.news-list.dental-stories.image-news li:nth-child(4n) {
  margin: 0 0 40px 0;
}

.news-list.dental-stories.image-news li p {
  margin: 0 auto 5px;
  padding: 0;
}

.news-list.dental-stories.image-news li .news-image {
  position: relative;
  height: 120px;
}

.news-list.dental-stories.image-news .news-title {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
}

.news-list.dental-stories.image-news .news-title img {
  margin: 0;
}

.side-content .news-list.dental-stories.image-news li:nth-child(4n) {
  margin-bottom: 0;
}

.side-content .news-list.dental-stories {
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px #e4e2e2;
  -moz-box-shadow: 0px 0px 7px 0px #e4e2e2;
  -webkit-box-shadow: 0px 0px 7px 0px #e4e2e2;
}

.side-content .news-list.dental-stories h2 {
  float: none;
  width: auto;
  margin: 0;
  padding: 25px;
  color: #453a2b;
  font-size: 132%;
  font-weight: normal;
  line-height: 1.2;
  text-indent: 0;
  border: none;
  background: -moz-linear-gradient(top, white 80%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 80%, #e6e6e6 100%);
  background: linear-gradient(to bottom, white 80%, #e6e6e6 100%);
}

.side-content .news-list.dental-stories h2:before {
  display: none;
}

.side-content .news-list.dental-stories h2:after {
  display: none;
}

.side-content .news-list.dental-stories h2 span {
  display: block;
  width: 110px;
  height: 20px;
  background: url(../images/treatment/story/ttl_articles.png) no-repeat 0 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.side-content .news-list.dental-stories ul {
  margin: 0 auto;
  padding: 20px 25px;
  width: auto;
  background: -moz-linear-gradient(top, white 95%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 95%, #e6e6e6 100%);
  background: linear-gradient(to bottom, white 95%, #e6e6e6 100%);
}

.side-content .news-list.dental-stories ul:after {
  content: "";
  display: block;
  clear: both;
}

.side-content .news-list.dental-stories li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.side-content .news-list.dental-stories li:after {
  content: "";
  display: block;
  clear: both;
}

.side-content .news-list.dental-stories li:last-child {
  border: none;
}

.side-content .news-list.dental-stories li p {
  padding: 0;
}

.side-content .news-list.dental-stories li .news-image {
  position: relative;
}

.side-content .news-list.dental-stories li .news-image img {
  width: 100%;
  display: block;
}

.side-content .news-list.dental-stories .news-title {
  position: relative;
  float: none;
  margin: 0 auto 20px;
  padding: 0 0 15px 15px;
  width: auto;
  border-bottom: 1px solid #dbcab8;
}

.side-content .news-list.dental-stories .news-title:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 4px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #98825b;
}

.side-content .news-list.dental-stories .news-title img {
  margin: 0;
}

.side-content .news-list.dental-stories li:last-child .news-title {
  margin: 0 auto;
  padding: 0 0 0 15px;
  border: none;
}

.news-list.dental-stories.image-news li:nth-child(4n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .side-content .news-list.dental-stories.image-news li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .news-list.dental-stories.image-news li {
    width: calc(25% - 30px);
  }

  .news-list.dental-stories.image-news li:not(:nth-child(4n)) {
    margin-right: 40px;
  }

  .side-content .news-list.dental-stories.image-news li {
    width: 100%;
  }

  .side-content .news-list.dental-stories.image-news li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .side-faq a {
    background-size: 120px 17px;
  }

  .side-faq a:before {
    top: 22px;
  }

  .side-faq a:after {
    top: 26px;
  }

  .side-contact {
    padding: 25px 20px 5px 20px;
  }

  .side-contact h3 {
    background-size: 130px 75px;
  }

  .top-main .side-faq {
    margin-top: 85px;
  }

  .indexGuideTtl {
    font-size: 80%;
  }

  .indexGuideTtl h2 {
    background-size: 70%;
  }
}
/*以下、旧サイトのcontentssmart.cssのコード流用*/
@media screen and (max-width: 767px) {
  	/*--------------------------------------
  	common
  --------------------------------------*/
  /*separateTable*/
  table.separateTable.responsived,
  table.separateTable.responsived tbody,
  table.separateTable.responsived tr,
  table.separateTable.responsived th,
  table.separateTable.responsived td {
    display: block;
  }

  table.separateTable.responsived td:before {
    top: 1px;
  }

  table.separateTable.responsived th:before {
    top: -2px;
  }

  table.separateTable.responsived:after {
    bottom: 0;
  }

  /* common-side */
  .side-contact {
    background: #fff;
  }

  .side-contact {
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 60px, white 60px);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 60px, white 60px);
    background: linear-gradient(to bottom, white 35px, #e6e6e6 60px, white 60px);
  }

  .side-contact h3 {
    height: 60px;
    margin: -25px -25px 10px -25px;
    background: url(../images/common/ttl_info_sp.png) 20px center no-repeat;
    background-size: 178px auto;
  }

  .side-faq a {
    background: url(../images/common/txt_faq_sp.png) 20px center no-repeat;
    background-size: 148px auto;
  }

  .side-faq a:before {
    top: 22px;
  }

  .side-faq a:after {
    top: 26px;
  }

  .side-contact .tel-num {
    font-size: 146%;
    margin: 0;
    padding: 0 10px 5px 10px;
  }

  .side-contact .tel-num span {
    font-size: 68%;
  }

  .side-bnr-story img.alignCenter {
    margin-bottom: 0;
  }

  .top-main .side-faq {
    border-radius: 3px 3px 0 0;
    background: white;
    background: -moz-linear-gradient(top, white 70%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 70%, #e6e6e6 100%);
    background: linear-gradient(to bottom, white 70%, #e6e6e6 100%);
    background-color: #fff;
  }

  .top-main .side-contact {
    margin-top: 0;
    border-radius: 0 0 3px 3px;
  }

  /*--------------------------------------
  	index & 診療科・専門外来のご案内・お問い合わせ
  --------------------------------------*/
  .indexGuideBox {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
  }

  .indexGuideBox .innerBox,
  .top-main .indexGuideBox .innerBox,
  .indexGuideBox.medical .innerBox,
  .top-main .indexGuideBox.medical .innerBox {
    float: none;
    width: 100%;
    margin: 0 0 1% 0;
  }

  .indexGuideTtl {
    padding-bottom: 60px;
  }

  .indexGuideTtl .linkBtn.guideList {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    margin: auto;
  }

  .indexGuideTtl .linkBtn.guideList a:after {
    right: 28%;
  }

  .indexGuideTtl .linkBtn.guideList a {
    width: 100%;
    text-align: center;
  }

  .indexGuideBox.dentistry .innerBox,
  .indexGuideBox.medical .innerBox,
  .indexGuideBox.clinic .innerBox,
  .indexGuideBox.support .innerBox {
    padding: 2px 10px 5px 10px;
    border-top: none;
    background-position: 8px 0;
  }

  .indexGuideBox .innerBox h4,
  .indexGuideBox.medical .innerBox h4 {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    font-size: 100%;
  }

  .indexGuideBox .innerBox h4 a br {
    display: none;
  }

  .indexGuideBox .innerBox p {
    margin: 0;
  }

  .indexGuideBox .innerBox p br {
    display: none;
  }

  .indexGuideBox h3.accordionBtn:before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    display: block;
    width: 18px;
    height: 10px;
    margin: auto;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: url(../images/common/arw_brown.png) no-repeat;
    background-size: 100%;
  }

  .indexGuideBox h3.accordionBtn {
    height: auto;
    padding: 10px 0;
    border-bottom: #4e4334 solid 1px;
    background-position: 7px 0;
    background-size: auto 34px;
    background-repeat: no-repeat;
  }

  .indexGuideBox h3.accordionBtn:hover {
    background-color: transparent;
  }

  .indexGuideTtl h2 {
    height: 44px;
    background: url(../images/common/ttl_guide_sp.png) center center no-repeat;
    background-size: 178px auto;
  }

  .top-main .news-list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .top-main .news-list h2 {
    height: auto;
    background: url(../images/common/ttl_news_sp.png) center center no-repeat;
    background-size: 54px auto;
  }

  .top-main .side-contact {
    margin-top: 0;
  }

  .skinTdcSh:not(.top-main) .indexGuideBox .innerBox {
    -webkit-box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.1);
    box-shadow: 0 0 2px 0 rgba(37, 25, 21, 0.1);
  }

  .indexGuideBox.medical .innerBox .linkBtn {
    top: 5px;
    right: 10px;
  }

  .skinTdcSh:not(.top-main) .indexGuideBox .innerBox:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .indexGuideBox h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    display: block;
    width: 38px;
    height: 35px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top-main .indexGuideBox h3:after {
    background-color: #eae6dc;
  }

  .indexGuideBox.dentistry h3:after {
    background-image: url(../images/common/ttl_dentistry.png);
  }

  .indexGuideBox.medical h3:after {
    left: 7px;
    background-image: url(../images/common/ttl_medical.png);
  }

  .indexGuideBox.clinic h3:after {
    left: 5px;
    background-image: url(../images/common/ttl_clinic.png);
  }

  .indexGuideBox.support h3:after {
    left: 0;
    background-image: url(../images/common/ttl_support.png);
  }

  /*--------------------------------------
  	236 初めて受診する方
  --------------------------------------*/
  .borderBox.whatsBox {
    padding: 10%;
  }

  .whatsBox table.separateTable,
  .whatsBox table.separateTable tbody,
  .whatsBox table.separateTable tr,
  .whatsBox table.separateTable th,
  .whatsBox table.separateTable td {
    display: block;
    background: none;
  }

  .whatsBox table.separateTable th {
    font-weight: bold;
    color: #cbb287;
  }

  .whatsBox table.separateTable td:before,
  .whatsBox table.separateTable th:before,
  .whatsBox table.separateTable:after {
    display: none;
  }

  .h1Box .telNumber {
    padding: 0 0 0 33px;
    background-position: 5px 5px;
  }

  /*--------------------------------------
  	診療科のタブ
  --------------------------------------*/
  div.viewTabs .ui-tabs-nav li a,
  ul.tabs-nav li a {
    font-size: 100%;
    font-weight: normal;
  }
}
/*以下、旧サイトのnewssmart.cssのコード流用*/
@media screen and (max-width: 767px) {
  .news-list.image-news li:nth-child(3) {
    margin-right: 10px;
  }

  /*===============
  	水道橋
  ================*/
  .skinTdcSh:not(.top-main) .news-list .linkBtn {
    padding-right: 0;
  }

  /* 歯科のはなし */
  .news-list.dental-stories {
    margin-top: 30px;
  }

  .news-list.dental-stories h2 {
    float: none;
    width: auto;
    margin: 0 0 5px;
    padding: 0 0 5px;
    min-height: 1%;
    text-indent: 0;
    background: none;
    border-bottom: #77665a solid 3px;
  }

  .news-list.dental-stories ul {
    margin: 0 0 15px;
  }

  .news-list.dental-stories .news-title {
    clear: both;
    margin: 0;
  }

  .news-list.dental-stories.image-news li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .news-list.dental-stories.image-news li {
    width: calc(50% - 2%);
    margin: 0 0 10px;
  }

  .news-list.dental-stories.image-news li:nth-child(odd) {
    margin-right: 4%;
  }

  .side-content .news-list.dental-stories ul {
    padding-bottom: 35px;
  }

  .side-content .news-list.dental-stories.image-news li:nth-child(3n),
  .side-content .news-list.dental-stories .news-title {
    border: none;
  }
}

/*# sourceMappingURL=common.css.map */
