@charset "utf-8";
@media (max-width: 768px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
nav#mobile-header {
    background: transparent;
}
	
nav#mobile-header .site-logo a img {
    padding: 0;
}
	
.site-logo.mobile-header-logo {
    background-color: #fff;
    height: 90px;
    width: 145px;
    padding-left: 15px;
}
	
nav#mobile-header.is_stuck .site-logo,
body[class*="open"] nav#mobile-header .site-logo {
	display: none;
}

.sticky-enabled .main-navigation.is_stuck{
	height: 0;
}


	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用 > 診療時間
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tb_hours :is(th,td) {
	font-size: 14px;
	padding: 5px;
}
	
.tb_hours tr:not(:first-child) th {
    font-size: 16px;
}

.tb_hours tr > *:last-child {
    padding-right: 10px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*子ナビの対応症状を非表示*/
.h_child_navi ul.child_navi li:has(a[href*="medical"]) {
	display: none;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
対応症状　＞　詳細ページ　＞　「この記事を書いた人」（2026-06-09）re
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#author_area .main_ttl {
    font-size: 17px;
    margin-bottom: 20px;
}

#author_area .wrap {
    padding: 0 20px 30px 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

#author_area .area_a {
    width: 60%;
}

#author_area .area_b {
    width: 100%;
}

#author_area .katagaki {
    font-size: 14px;
}

#author_area .name {
    font-size: 22px;
    padding-bottom: 10px;
}
	
#author_area :is(.career, .gakkai, .license) {
    flex-direction: column;
    align-items: center;
}

#author_area .ttl {
    min-width: 100%;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top {
    bottom: 70px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.site-info {
    text-align: center;
    font-size: 15px;
    /*margin-bottom: 60px; 固定オファー表示時にコメントアウト解除（2026-06-22）ah*/
}


}/*メディアクエリ終了*/