@charset "utf-8";

@import url(/static/css/normalize.css);
@import url(/static/css/reset.css);

body, html { min-width: 1170px; height: 100%;}
.mobile-only { display: none;}
#app { position: relative;}

/* フォームリセット */
input, button, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display:none; }

/* global-header__top  */
.global-header__top { padding:2px 0; font-size: 12.8px; background: #31b8c7; color: #fff;}
.layout-container { width: 1110px; padding:0; margin: 0 auto;}
.layout-container:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.global-header__top h1.headline { float: left; font-weight: normal; margin-top: 8px;}
.global-header__top .global-header--nav { float: right;}
.global-header__top .global-header--nav a { margin-right: 13px;}
.global-header__top .global-header--nav a.item-link:hover { text-decoration: underline;}
.global-header__top .global-header--nav div.item { display: inline-block;}
.global-header__top .global-header--nav div.item a { margin-right: 0;}
#google_translate_element div { border-radius: 20px; padding: 2px 5px;}
#google_translate_element span { font-size: 12px !important;}
.global-header__top a.item-link { color: #fff;}
.global-header__top .item-link:before { font-family: FontAwesome; content:"\f138"; margin-right: 5px; color: #fff; font-size: 12px;}

/* global-header__middle */
.global-header__middle { padding: 20px 0;}
.global-header__middle .logo { display: inline-block; width: 200px; float: left;}
.global-header__middle .global-header--nav { float: right;}
.global-header__middle .global-header--nav a { float: left; width: 48px; margin-left: 20px; position: relative;}
.global-header__middle .global-header--nav a .icon { display: block; margin-bottom: 5px; font-size: 18px; text-align: center; display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; color: #fff; background: #fd8c58; border-radius: 50%;}
.global-header__middle .global-header--nav a:hover .icon { opacity: .7;}
.global-header__middle .global-header--nav a .label { position: absolute; width: 48px; top: 100%; left: 50%; transform: translateX(-50%); display: block; font-size: 11px; color: #212529; text-align: center;}

/* global-header__bottom */
.global-header__bottom { background:#e9ecef; padding: 10px 0;}
.global-header__bottom .container { width: 1110px; padding:0; margin: 0 auto;}
.global-header__bottom .search-nav { display: none; width: 760px;}
.global-header__bottom .search-nav .form form { width: 100%; position: relative;}
.global-header__bottom .search-nav .form form input { width:100%; height: 32px; padding: 0 50px 0 16px; border:1px solid #dee2e6; border-radius: 16px; background: #fff;}
.global-header__bottom .search-nav .form form button { width: 38px; height: 32px; border-radius: 0 16px 16px 0; background: #31b8c7; cursor: pointer; padding: 3px 0 0 0; position: absolute; top: 0; right: 0; cursor: pointer;}
.global-header__bottom .search-nav .form form button { font-size: 14px; color: #fff;}

.home .global-header__bottom .search-nav { display: block;}

/* notice */
.header-notice { float: left; height: 60px; margin-left: 20px; display: flex; align-items: center;}
.header-notice ul { padding: 10px 15px; border: 1px dashed #ccc; border-radius: 10px; background: #f6f6f6;}
.header-notice ul li { margin-bottom: 10px; position: relative; padding-left: 20px;}
.header-notice ul li:before { position: absolute; content:"\f06a"; font-family: FontAwesome; left: 0; top: 0; font-size: 16px; color: #f00;}
.header-notice ul li:last-child { margin-bottom: 0;}
.header-notice ul li a { color: #f00; font-weight: bold; font-size: 16px; text-decoration: underline;}

/* mask */
#mask { background: rgba(0, 0, 0, 0.4); position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 100; display: none; }
#mask.show { display: block;}

/* global-navi */
#global-navi { width: 360px; position: fixed; top: 0; right: -380px; z-index: 999; background: #fff; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; box-shadow: 0 0 10px #666; transition: all .3s ease-out;}
#global-navi.show { right: 0;}
.global-navi__header-inner { padding:15px; font-size: 18px; color: #fff; background:#31b8c7; position: relative;}
.global-navi__header-inner .title { width: 100%; text-align:center;}
.global-navi__header-inner span { display: inline-block; position:absolute; top: 50%; right: 15px; font-size:24px; cursor: pointer; transform:translateY(-50%);}
.global-navi__word-search { padding: 8px; background: #e9ecef;}
.global-navi__word-search input { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.global-navi__word-search form { width: 100%; position: relative;}
.global-navi__word-search input { height: 38px; border-radius: 3px; border: 1px solid #ccc; background: #fff; width: 100%; padding: 0 50px 0 10px;}
.global-navi__word-search button { position: absolute; top: 0; right: 0; height: 38px; width: 38px; border-radius: 0 3px 3px 0; background:#31b8c7; color: #fff; cursor: pointer;}
.global-navi__word-search button i { font-size: 16px;}
.global-navi__nav ul { background: #fff; display: flex; flex-wrap: wrap;}
.global-navi__nav ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.global-navi__nav ul li { display: block; float: left; width: 33.33%; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
.global-navi__nav ul li:nth-child(3n) { border-right: 0;}
.global-navi__nav ul li:hover { opacity: 0.7;}
.global-navi__nav ul li a { display: block; text-align: center; font-size: 12px; font-weight: bold; color: #fff; padding: 15px 0 10px 0;}
.global-navi__nav ul li a img { width: 30%; margin-bottom: 10px;}
.global-navi__nav ul li.today { background: #FE5262;}
.global-navi__nav ul li.holiday { background: #FF8C51;}
.global-navi__nav ul li.night { background: #F8B651;}
.global-navi__nav ul li.map { background: #EB69A2;}
.global-navi__nav ul li.doctor { background: #B3D365;}
.global-navi__nav ul li.specialist { background: #32B06D;}
.global-navi__nav ul li.outpatient { background: #15C9C6;}
.global-navi__nav ul li.feature { background: #34C3EA;}
.global-navi__nav ul li.recommend { background: #2288D5;}
.global-navi__nav ul li.recommend-rank { background: #8F82BD;}
.global-navi__nav ul li.disease { background: #CB6FBC;}
.global-navi__nav ul li.reserve { background: #E5D34D;}
.global-navi__emergency nav a { display: block; position: relative; width: 50%; float: left; border-bottom: 1px solid #fff; overflow: hidden;}
.global-navi__emergency nav a:first-child { border-right: 1px solid #fff;}
.global-navi__emergency nav:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.global-navi__emergency nav a img { width: 100%;}
.global-navi__emergency nav a span { display: block; width: 85%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; border: 1px solid #fff; font-size: 11px; font-weight: bold; text-align: center; padding: 10px 1px; background: rgba(0, 0, 0, 0.5);}
.global-navi__emergency nav a:hover span { background: rgba(0, 0, 0, 0.8);}
.global-navi__links a { display: block; width: 100%; background: #f8f9fa; border-bottom: 1px solid #ccc; padding: 20px 10px; color: #777; position: relative;}
.global-navi__links a i { font-size: 18px;}
.global-navi__links a:hover { background: #eee;}
.global-navi__links a:before { position: absolute; content:"\f054"; font-family: FontAwesome; left: 90%; top: 50%; transform: translateY(-50%); font-size: 13px;}

/* footer */
#footer { margin: 20px 0 0; border-top: 1px solid #ccc; background: #31B8C7; color:#fff;}
#footer .container { width: 1110px; margin: 0 auto;}
#footer a { color:#fff;}
#footer a:hover { text-decoration: underline;}
#footer .ads-footer { display:flex; align-items:center; justify-content:center; padding:15px 15px; border-bottom: 1px solid #7fd6df;}
#footer .ads-footer:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#footer .ads-footer a { width: 300px; float: left; margin-right: 90px;}
#footer .ads-footer a:last-of-type { margin-right: 0;}
#footer .ads-footer a img { width: 100%;}
#footer .sitemap { margin: 0; padding: 15px; border-bottom: 1px solid #7fd6df;}
#footer .sitemap:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#footer .sitemap .col { width: 33%; float: left;}
#footer .sitemap h3 { margin: 0 0 8px; padding: 0; font-size:14px;}
#footer .sitemap .col ul { padding:0 0 0 5px;}
#footer .sitemap .col ul li:before { display: inline-block; margin-right: 5px; font-size: 110%; content: "\00BB";}
#footer .sitemap .col ul li { margin: 8px 0 0; font-size:13px; line-height: 1.2;}
#footer .foot .nav { padding:0 0 15px; border-bottom: 1px solid #7fd6df;}
#footer .foot .nav li { display:inline-block; margin: 15px 10px 0 0; padding: 2px 10px 2px 0; font-size: 14px; border-right:1px solid #7fd6df}
#footer .foot .nav li:last-of-type { border-right: none;}
#footer .foot .copyright { padding: 15px 0; font-size: 12px; color: #fff; text-align:center;}
#footer .foot .copyright small { display: block; width: 100%; margin-top: 5px;}

/* page-top-button */
#page-top-button { display: none; position:fixed; bottom: 0px; right: 20px; z-index: 99; height: 30px; padding: 0 10px; font-size: 12px; color: #fff; line-height: 30px; border-radius: 3px 3px 0 0; background: #16AA72; opacity: 1; cursor: pointer;}

/* search-disease 病気検索 */
.search-disease { margin: 20px 0 0;}
.search-disease h2 { padding: 12px 0 12px 10px; font-size:16px; color: #fff; background: #31B8C7;}
.search-disease .main { border: 1px solid #ccc; border-top: 0;}
.search-disease .form { width: 100%; padding: 10px; background: #eee;}
.search-disease .form input { width: 70%; height: 38px; border: 1px solid #ccc; border-radius: 3px; text-indent: 10px; background: #fff;}
.search-disease .form button { width: 29%; height: 38px; font-size:16px; color: #fff; background: #fd8c58; font-weight: normal; padding: 0 20px; border-bottom: 3px solid #fd7b3f; border-radius: 3px; cursor: pointer;}
.search-disease .form button:hover { opacity: 0.8;}
.search-disease ul li { font-size: 15px; border-bottom: 1px solid #ccc;}
.search-disease ul li:first-child { border-top: 1px solid #ccc;}
.search-disease ul li:last-child { border-bottom: 0;}
.search-disease ul li a { display: block; width: 100%; padding: 13px 10px; position: relative; color: #006699; background: linear-gradient(#fff, #f6f6f6);}
.search-disease ul li a:hover { background: linear-gradient(#fff, #ccc);}
.search-disease ul li a:before { position: absolute; content:"\f054"; font-family: FontAwesome; left: 95%; top: 50%; transform: translateY(-50%); font-size: 13px;}
.search-disease ul li a h4 { display: inline-block;}
.search-disease ul li a span.badge-new { display: inline-block; margin-left: 10px; padding: 4px; background: #E04B33; font-size: 12px; font-family: Arial; color: #fff; border-radius: 3px;}

/* interest 注目の病名ランキング */
.interest { margin: 20px 0;}
.interest h2 { padding: 12px 0 12px 10px; font-size:16px; color: #fff; background:#31B8C7;}
.interest .main { border: 1px solid #ccc; border-top: 0; background: #fff;}
.interest ol li { font-size: 15px; border-bottom: 1px solid #ccc; padding-left: 35px; position:relative; background: linear-gradient(#fff, #f6f6f6);}
.interest ol li:first-child { border-top: 1px solid #ccc;}
.interest ol li:last-child { border-bottom: 0;}
.interest ol li a { display: block; width: 100%; padding: 13px 10px; position: relative; color: #006699;}
.interest ol li:hover { background: linear-gradient(#fff, #ccc);}
.interest ol li a:before { position: absolute; content:"\f054"; font-family: FontAwesome; left: 95%; top: 50%; transform: translateY(-50%); font-size: 13px;}
.interest ol li a h4 { display: inline-block;}
.interest ol li a small { display: inline-block; font-size: 12px;}
.interest ol li a span { display: inline-block; margin-left: 10px; padding: 4px; background: #16AA72; font-size: 12px; color: #fff; border-radius: 3px;}
.interest ol { counter-reset:my-counter;}
.interest ol li:before { position: absolute; content: counter(my-counter); counter-increment: my-counter; background: #31B8C7; color: #fff; display: block; float: left; margin-left: -20px; text-align: center; font-size: 14px; height: 18px; width: 18px; line-height: 18px; border-radius: 50%; margin-top: 13px;}

/* breadcrumb */
.breadcrumb:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.breadcrumb span { font-size: 14px; line-height: 1.2;}
.breadcrumb a { color: #006699;}
.breadcrumb span.active a { color: #000; font-weight: bold;}
.breadcrumb a:hover { text-decoration: underline;}

.home .global-header__bottom .breadcrumb-wrapper { display: none;}
