@charset "utf-8";

@-ms-viewport {
	width: auto;
	initial-scale: 1;
}

body {
	border: 5px solid #748bcb;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	line-height: 2;
	min-height: 100vh;
}

.wf-loading body,
.wf-inactive body {
}

.wf-active body {
	font-family: "Noto Serif Japanese", "Hiragino Mincho ProN", serif;
	font-weight: 400;
}

/*body.overflow-hidden {
	overflow: hidden;
}*/

h1, h2, h3, h4, h5, h6 {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	font-weight: 400;
}

a {
	color: #173da8;
	text-decoration: none;
}

a:not([href*=".pdf"])[target="_blank"]:after {
	color: #828282;
	content: "\E895";
	display: inline-block;
	font-family: 'Material Icons';
	line-height: 1;
	position: relative;
	top: 2px;
}

a[href*=".pdf"]:after {
	color: #c8555f;
	content: "\E415";
	display: inline-block;
	font-family: 'Material Icons';
	line-height: 1;
	position: relative;
	top: 2px;
}

address {
	font-style: normal;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media print, screen and (min-width: 40em) {
	a[href^="tel:"] {
		color: #2f2f2f;
		cursor: text;
	}
	a[href^="tel:"]:hover {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 75em) {
	body {
		border-width: 15px;
	}
}

/*
ローディング画面
================================= */
/*#loader-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10;
}

#loader {
	animation: spin 0.75s infinite linear;
	border: 2px solid #748bcb;
	border-radius: 50%;
	border-top-color: transparent;
	height: 50px;
	left: calc(50% - 25px);
	position: fixed;
	top: calc(50% - 25px);
	width: 50px;
}
#loader::before,
#loader::after {
	border: inherit;
	border-radius: inherit;
	content: '';
	display: none;
	height: inherit;
	left: -2px;
	position: absolute;
	top: -2px;
	width: inherit;
}

#loader::after {
	display: block;
	left: -2px;
	top: -2px;
	transform: rotate(65deg);
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
*/
/*
header
================================= */
@media print, screen and (min-width: 75em) {
	header {
		display: flex;
		flex-flow: row nowrap;
		margin-top: 20px;
	}
}

/*
.global-nav-title
--------------------------------- */
#page-header:after {
	clear: both;
	content: "";
	display: table;
}

.global-nav-title {
	float: left;
	width: 160px;
}

.header-logo {
	font-weight: 400;
	line-height: 1;
	margin: 5px 0 0;
}

.header-logo a {
	color: #2f2f2f;
	display: block;
}

.header-logo img {
	display: inline-block;
}

.header-logo span {
	color: #000;
	display: inline-block;
	font-size: 0.625em;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	margin-top: 8px;
}

@media print, screen and (min-width: 40em) {
	.global-nav-title {
		padding-right: 78px;
		width: 320px;
	}
	.header-logo img {
		height: 24px;
		width: 240px;
	}
	.header-logo span {
		font-size: 0.6875em;
	}
}

@media print, screen and (min-width: 64em) {
	.global-nav-title {
		padding-right: 38px;
		width: 280px;
	}
}

@media print, screen and (min-width: 75em) {
	.global-nav-title {
		padding-right: 78px;
		width: 320px;
	}
}

/*
global-nav
--------------------------------- */
.global-nav-trigger {
	height: 31px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 32px;
	z-index: 3;
}
.global-nav-trigger.nav-open {
	bottom: 50px;
	left: 50%;
	right: inherit;
	top: inherit;
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}
.global-nav-trigger .hamburger-ttl {
	display: none;
}
.global-nav-trigger .hamburger-icon {
	background-color: #173da8;
	bottom: auto;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	width: 32px;
}
.global-nav-trigger .hamburger-icon::before, .global-nav-trigger .hamburger-icon:after {
	background-color: #173da8;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}
.global-nav-trigger .hamburger-icon::before {
	top: -10px;
}
.global-nav-trigger .hamburger-icon::after {
	top: 10px;
}
.global-nav-trigger.nav-open .hamburger-icon {
	background-color: rgba(255, 255, 255, 0);
}
.global-nav-trigger.nav-open .hamburger-icon::before, .global-nav-trigger.nav-open .hamburger-icon::after {
	background-color: #173da8;
}
.global-nav-trigger.nav-open .hamburger-icon::before {
	top: 0;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.global-nav-trigger.nav-open .hamburger-icon::after {
	top: 0;
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#global-nav {
	background: #fcfcfc;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 60px 0;
	position: fixed;
	text-align: center;
	top: 0;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: transform 0.4s, opacity 0.4s;
	width: 100vw;
	z-index: 2;
}

#global-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#global-nav ul li {
	font-size: 1.25em;
	/*font-weight: 500;*/
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.125em;
	line-height: 1.5;
	margin-bottom: 40px;
	text-transform: capitalize;
}

#global-nav ul li a {
	color: #2f2f2f;
	display: inline-block;
	text-decoration: none;
}

#global-nav.active {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media print, screen and (min-width: 64em) {
	.global-nav-trigger {
		display: none;
	}
	#global-nav {
		background-color: transparent;
		border-left: 1px solid #e0e0e0;
		height: auto;
		opacity: 1;
		padding: 17px 0 16px 50px;
		position: static;
		-ms-transform: none;
		transform: none;
		width: calc(100% - 280px);
	}
	#global-nav ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	#global-nav ul li {
		flex: 0 1 auto;
		font-size: 1.125em;
		margin: 0;
	}
	#global-nav ul li a {
		display: block;
		padding: 5px 0;
		position: relative;
		transition: color 0.2s;
	}
	#global-nav ul li.current a,
	#global-nav ul li a:hover {
		color: #173da8;
	}
	#global-nav ul li a:before,
	#global-nav ul li a:after {
		background: #173da8;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 1px;
		position: absolute;
		transition: 0.3s;
		width: 0;
	}

	#global-nav ul li a:before {
		left: 50%;
	}

	#global-nav ul li a:after {
		right: 50%;
	}

	#global-nav ul li.current a:before,
	#global-nav ul li.current a:after,
	#global-nav ul li a:hover:before,
	#global-nav ul li a:hover:after {
		width: 50%;
	}
}

@media print, screen and (min-width: 75em) {
	#global-nav {
		padding-left: 90px;
		width: calc(100% - 320px);
	}
}

/*
breadcrumbs
================================= */
.breadcrumbs {
	font-size: 0.8125em;
	line-height: 1.5;
	list-style: none;
	margin-top: 40px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li:not(:last-child):after {
	content: "/";
	margin: 0 0.7em 0 1em;
}

@media print, screen and (min-width: 40em) {
	.breadcrumbs {
		font-size: 0.875em;
	}
}

@media print, screen and (min-width: 64em) {
	.breadcrumbs {
		margin-top: 112px;
	}
}

/*
#content
================================= */
#content {
	margin-bottom: 4.725em;
	margin-top: 4.75em;
}

@media print, screen and (min-width: 40em) {
	#content {
		margin-bottom: 6.75em;
		margin-top: 8.75em;
	}
}

/*
main
--------------------------------- */
#content > main:only-child {
	margin-bottom: 0;
}

main p, main dl, main ol, main ul, main figure {
	font-size: 1.125rem;
	margin: 0 0 1.5em;
}

main figcaption {
	font-size: 0.8em;
	margin: 0.5em 0;
}

main table {
	margin-bottom: 1.5em;
}

main th,
main td,
main caption {
	font-size: 1rem;
	line-height: 1.6;
}

main th,
main caption {
	font-weight: 500;
}

main caption {
	margin-bottom: 0.5em;
	text-align: left;
}

main th,
main td {
	border: 1px solid #e0e0e0;
	padding: 0.5em 0.75em;
}

main th {
	background-color: #f5f5f5;
}

h2 {
	color: #173da8;
	font-size: 2.125em;
	letter-spacing: 0.0625em;
	line-height: 1.4;
	margin: 0;
}

h3, h4 {
	line-height: 1.5;
}

h3 {
	border-bottom: 1px solid #e0e0e0;
	color: #173da8;
	font-size: 1.125em;
	margin: 4em 0 2.75em;
	padding-bottom: 0.375em;
}

h4 {
	font-size: 1.5em;
	margin: 3em 0 1.5em;
}

h3 + h4 {
	margin-top: 0;
}

@media print, screen and (min-width: 40em) {
	main p, main dl, main ol, main ul, main figure {
		font-size: 1.25rem;
	}
	main th,
	main td,
	main caption {
		font-size: 1.125rem;
	}
	h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 1.5em;
		margin-top: 6em;
	}
	h4 {
		color: #4e4e4e;
		font-size: 2.125em;
	}
}

@media print, screen and (min-width: 64em) {
	main {
		margin-bottom: 0;
	}
}

/*
aside
--------------------------------- */
aside {
	font-size: 0.875em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

aside h3,
aside h4,
aside h5 {
	color: #2f2f2f;
	font-size: 1em;
	margin: 4em 0 1em;
}

aside h3 {
	border-bottom: none;
	padding: 0;
	position: relative;
}

aside h3:after {
	background-color: #e0e0e0;
	content: "";
	display: block;
	height: 1px;
	margin-top: 0.75em;
	width: 50%;
}

@media print, screen and (min-width: 40em) {
	aside {
		font-size: 0.9375em;
		margin-top: calc((20px - 15px) / 2);
	}
}

/*
main, aside
--------------------------------- */
main a,
aside a {
	font-weight: 500;
}

main a:hover,
aside a:hover {
	text-decoration: underline;
}

main li,
aside li {
	margin-bottom: 0.5em;
}

main li ul,
main li ol,
aside li ul,
aside li ol,
main dd ul,
main dd ol,
aside dd ul,
aside dd ol {
	margin: 0.5em 0 0;
}

main dt,
aside dt {
	font-weight: 500;
	padding-top: 0.5em;
}

main dd,
aside dd {
	margin-left: 1em;
}

main > *:first-child,
main > *:first-child > *:first-child,
aside > *:first-child,
aside > *:first-child > *:first-child {
	margin-top: 0;
}

main > *:last-child,
main > *:last-child > *:last-child,
main > *:last-child > *:last-child > *:last-child,
aside > *:last-child,
aside > *:last-child > *:last-child,
aside > *:last-child > *:last-child > *:last-child,
section > *:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 63.9999em) {
	main.columns,
	aside.columns {
		float: none !important;
	}
}

/*
footer
================================= */
.address {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 4px 0 32px;
}

.footer-hp-name,
.footer-tel {
	font-weight: 500;
}

.footer-hp-name {
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 5px;
}

.footer-hp-name .text-large {
	display: inline-block;
	font-size: 1.41666em;
}

.footer-tel {
	font-size: 1.75em;
	margin-left: 0.3em;
}

.footer-nav {
	display: flex;
	flex-flow: row wrap;
	font-size: 0.8125em;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-nav li {
	flex: 0 1 50%;
	font-feature-settings: "palt" 1;
}

.footer-nav li a {
	color: #2f2f2f;
	transition: color 0.2s;
}

.footer-nav li a:hover {
	color: #173da8;
}

.copyright {
	font-size: 0.625em;
	margin: 28px 0 15px;
}

.copyright small {
	font-size: 100%;
}

@media print, screen and (min-width: 64em) {
	.address {
		font-size: 0.875em;
		margin: 0;
	}
	.footer-nav {
		float: right;
		font-size: 1em;
	}
	.footer-nav li {
		flex: 0 1 auto;
		text-align: right;
	}
	.footer-nav li:not(:first-child) {
		margin-left: 3em;
	}
	.copyright {
		font-size: 0.75em;
		margin: 40px 0;
	}
}

/*
ページの先頭へ戻るボタン
================================= */
#pagetop {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #e0e0e0;
	bottom: 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: fixed;
	right: 20px;
	width: 40px;
}

#pagetop a {
	color: #828282;
	display: block;
	text-align: center;
}

@media print, screen and (min-width: 40em) {
	#pagetop {
		bottom: 40px;
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		right: 40px;
		width: 60px;
	}
}

/*
#page
================================= */
#page {
	padding: 20px 5px;
}

@media print, screen and (min-width: 40em) {
	#page {
		padding: 40px 25px 20px;
	}
}

/*
common
================================= */
.divider {
	clear: both;
	margin: 2em auto;
}

.divider-line {
	height: 1px;
}

.divider-line span,
.divider-dotted span {
	display: block;
}

.divider-line span {
	background-color: #e0e0e0;
	height: 1px;
}

.divider-dotted {
	height: 6px;
	position: relative;
}

.divider-dotted span {
	background-color: #acacac;
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 6px;
}

.divider-dotted span:before,
.divider-dotted span:after {
	background-color: #acacac;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-21px) translateY(-50%);
	transform: translateX(-21px) translateY(-50%);
	width: 6px;
}

.divider-dotted span:after {
	-ms-transform: translateX(21px) translateY(-50%);
	transform: translateX(21px) translateY(-50%);
}

.font-small {
	font-size: 0.875em;
}

a.font-small,
b.font-small,
em.font-small,
span.font-small,
strong.font-small {
	font-size: 0.778em;
}

.font-large {
	font-size: 1.5em;
}

a.font-large,
b.font-large,
em.font-large,
span.font-large,
strong.font-large {
	font-size: 1.333em;
}

.indent-hang {
	padding-left: 1em;
	text-indent: -1em;
}

@media print, screen and (min-width: 40em) {
	.font-small {
		font-size: 0.9375em;
	}

	a.font-small,
	b.font-small,
	em.font-small,
	span.font-small,
	strong.font-small {
		font-size: 0.75em;
	}

	.font-large {
		font-size: 1.625em;
	}

	a.font-large,
	b.font-large,
	em.font-large,
	span.font-large,
	strong.font-large {
		font-size: 1.3em;
	}
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.mg-y-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.mg-y-1 {
	margin-bottom: 0.5em !important;
	margin-top: 0.5em !important;
}

.mg-y-2 {
	margin-bottom: 1em !important;
	margin-top: 1em !important;
}

.mg-y-3 {
	margin-bottom: 1.5em !important;
	margin-top: 1.5em !important;
}

.mg-y-4 {
	margin-bottom: 2em !important;
	margin-top: 2em !important;
}

.mg-b-0 {
	margin-bottom: 0 !important;
}

.mg-b-1 {
	margin-bottom: 0.5em !important;
}

.mg-b-2 {
	margin-bottom: 1em !important;
}

.mg-b-3 {
	margin-bottom: 1.5em !important;
}

.mg-b-4 {
	margin-bottom: 2em !important;
}

.mg-t-0 {
	margin-top: 0 !important;
}

.mg-t-1 {
	margin-top: 0.5em !important;
}

.mg-t-2 {
	margin-top: 1em !important;
}

.mg-t-3 {
	margin-top: 1.5em !important;
}

.mg-t-4 {
	margin-top: 2em !important;
}

@media print, screen and (min-width: 40em) {
	.mg-medium-y-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.mg-medium-y-1 {
		margin-bottom: 0.5em !important;
		margin-top: 0.5em !important;
	}

	.mg-medium-y-2 {
		margin-bottom: 1em !important;
		margin-top: 1em !important;
	}

	.mg-medium-y-3 {
		margin-bottom: 1.5em !important;
		margin-top: 1.5em !important;
	}

	.mg-medium-y-4 {
		margin-bottom: 2em !important;
		margin-top: 2em !important;
	}

	.mg-medium-b-0 {
		margin-bottom: 0 !important;
	}

	.mg-medium-b-1 {
		margin-bottom: 0.5em !important;
	}

	.mg-medium-b-2 {
		margin-bottom: 1em !important;
	}

	.mg-medium-b-3 {
		margin-bottom: 1.5em !important;
	}

	.mg-medium-b-4 {
		margin-bottom: 2em !important;
	}

	.mg-medium-t-0 {
		margin-top: 0 !important;
	}

	.mg-medium-t-1 {
		margin-top: 0.5em !important;
	}

	.mg-medium-t-2 {
		margin-top: 1em !important;
	}

	.mg-medium-t-3 {
		margin-top: 1.5em !important;
	}

	.mg-medium-t-4 {
		margin-top: 2em !important;
	}

	.dl-inline dt {
		clear: left;
		float: left;
		margin-top: 0;
		width: 10em;
	}

	.dl-inline dd {
		margin-left: 0;
		padding: 0.5em 0 0 11em;
	}
}

@media print, screen and (min-width: 64em) {
	.mg-large-y-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.mg-large-y-05 {
		margin-bottom: 0.5em !important;
		margin-top: 0.5em !important;
	}

	.mg-large-y-1 {
		margin-bottom: 1em !important;
		margin-top: 1em !important;
	}

	.mg-large-b-0 {
		margin-bottom: 0 !important;
	}

	.mg-large-b-05 {
		margin-bottom: 0.5em !important;
	}

	.mg-large-b-1 {
		margin-bottom: 1em !important;
	}

	.mg-large-t-0 {
		margin-top: 0 !important;
	}

	.mg-large-t-05 {
		margin-top: 0.5em !important;
	}

	.mg-large-t-1 {
		margin-top: 1em !important;
	}
}

@media print, screen and (min-width: 40em) {
	.img-medium-p-left {
		padding-left: 4.1666%;
	}
}

@media print, screen and (min-width: 64em) {
	.img-large-p-left {
		padding-left: 4.1666%;
	}
}

/*
お知らせ
================================= */
.topics-list {
	display: flex;
	flex-flow: column wrap;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.topics-list > li {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
}

.topics-list {
	border-top: 1px solid #e0e0e0;
}

.topics-list a {
	color: #2f2f2f;
	display: block;
	padding: 1.3333em 0 1.7222em;
}

.topics-list a:hover {
	text-decoration: none;
}

.topics-list h3 {
	border: none;
	color: #2f2f2f;
	font-size: 1.2222em;
	margin: 0 0 1em;
	padding: 0;
	transition: color 0.2s;
}

.topics-list a:hover h3 {
	color: #173da8;
}

.topics-list h3 + p {
	font-size: 0.888em;
	line-height: 1;
	margin: 0;
}

.topics-list .entry-date,
.topics-article .entry-date {
	color: #595959;
	display: inline-block;
	font-weight: 400;
	margin-right: calc(1em - 4px);
	vertical-align: middle;
}

.topics-list .entry-cat,
.topics-article .entry-cat {
	background-color: #ebebeb;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 500;
	padding: 0.5em 1em;
	vertical-align: middle;
}

.topics-article h2 + p {
	font-size: 1em;
	line-height: 1;
	margin: 0.75em 0 -24px;
}

.topics-article .entry-content {
	font-size: 1.125rem;
}

.topics-article .entry-content h3 {
	font-size: 1.125rem;
	margin-bottom: 2.75em !important;
}

.topics-article .entry-content h4 {
	font-size: 1.5rem;
	margin-bottom: 1.5em !important;
}

@media print, screen and (min-width: 40em) {
	.topics-list h3 {
		font-size: 1.6em;
	}
	.topics-list h3 + p {
		font-size: 0.9em;
	}
	.topics-list .entry-cat,
	.topics-article .entry-cat {
		font-size: 0.7222em;
	}
	.topics-article h2 + p {
		font-size: 1.125em;
		margin: 0.75em 0 calc(-25px + -0.75em);
	}
	.topics-article .entry-content {
		font-size: 1.25rem;
	}
	.topics-article .entry-content h3 {
		font-size: 1.5rem;
	}
	.topics-article .entry-content h4 {
		font-size: 2.125rem;
	}
}

@media print, screen and (min-width: 64em) {
	.topics-list {
		flex-flow: row wrap;
	}
	.topics-list > li {
		flex: 0 1 auto;
		width: 50%;
	}
	.topics-list > li:nth-child(odd) {
		border-right: 1px solid #e0e0e0;
	}
	.topics-list > li:nth-child(even) a {
		padding-left: 2em;
	}
	.topics-list > li:nth-child(odd) a {
		padding-right: 2em;
	}
}

.pager {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 1.5em 0 0;
	padding-left: 0;
}

.pager li:not(:first-child):not(:last-child) {
	display: none;
}

.pager li,
.pager li a {
	display: block;
	line-height: calc(2em - 2px);
	text-align: center;
}

.pager li {
	border: 1px solid #e0e0e0;
	flex: 0 0 2em;
	height: 2em;
	margin: 5px;
	transition: border 0.2s;
	width: 2em;
}

.pager li a {
	color: #2f2f2f;
	font-weight: 400;
	transition: background 0.2s, color 0.2s;
}

.pager li.current,
.pager li a:hover {
	background-color: #173da8;
	color: #fff;
}

.pager li.current,
.pager li:not([class="disabled"]):hover {
	border-color: #173da8;
}

.pager li a:hover {
	background-color: #173da8;
	color: #fff;
	text-decoration: none;
}

.pager li.disabled {
	color: #979797;
}

@media print, screen and (min-width: 40em) {
	.pager {
		margin-top: 2em;
	}
	.pager li:not(:first-child):not(:last-child) {
		display: block;
	}
}

/*
医師紹介
================================= */
.sec-doctor-2-1 .dl-inline dt {
	padding-top: 1em;
}

@media print, screen and (min-width: 40em) {
	.sec-doctor-2-1 .dl-inline dt + dd {
		padding-top: 1em;
	}

}

@media print, screen and (max-width: 39.9999em) {
	.sec-doctor-1 .img-medium-p-left {
		margin-bottom: 2.5em;
		text-align: center;
	}

	.sec-doctor-1 .img-medium-p-left img {
		height: auto;
		width: 70%;
	}
}

/*
診療時間・アクセス
================================= */
.sec-access-2 .topics-list > li a {
	padding-bottom: 1.25em;
	padding-top: 1em;
}

.sec-access-2 .topics-list h3 {
	font-size: 1em;
	margin-bottom: 0.75em;
}

@media print, screen and (min-width: 40em) {
	.sec-access-1 .dl-inline dt {
		width: 5em;
	}
	.sec-access-1 .dl-inline dd {
		padding-left: 8em;
	}
	/*.sec-access-2 .topics-list {
		flex-flow: row wrap;
	}
	.sec-access-2 .topics-list > li {
		border-left: none;
		border-right: none;
		flex: 0 1 auto;
		width: 33.333%;
	}*/
}

@media print, screen and (min-width: 64em) {
	.sec-access-2 .topics-list {
		flex-flow: row wrap;
	}
	.sec-access-2 .topics-list > li {
		border-left: none;
		border-right: none;
		flex: 0 1 auto;
		width: 33.333%;
	}
	.sec-access-2 .topics-list > li:not(:nth-child(3)):not(:nth-child(6)) {
		border-right: 1px solid #e0e0e0;
	}
	.sec-access-2 .topics-list > li a {
		padding-left: 1em;
		padding-right: 1em;
	}
}

/*
トップページ
================================= */
.top-catch h2 {
	color: #2f2f2f;
	font-size: 2.8125em;
	letter-spacing: 0;
}

.top-catch h2 .font-small {
	font-size: 0.84375em;
}

.top-catch h2 + p {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.0625em;
	margin-top: 2em;
}

.top-featured h2,
.top-topics-list h2,
.top-consultation h2 {
	border-bottom: 1px solid #e0e0e0;
	color: #173da8;
	font-size: 1.125em;
	line-height: 1.5;
	margin: 4em 0 0;
	padding-bottom: 0.375em;
}

.top-catch h3,
.top-featured h3 {
	border: none;
	color: #2f2f2f;
	font-size: 1.8125em;
	margin: 1.3809em 0;
	padding-bottom: 0;
}

.top-featured p,
.top-topics-list p,
.top-consultation p {
	margin: 1em 0;
}

.top-catch .devider {
	height: 1px;
	margin: 4.625em 0 0.25em;
	width: 100%;
}

.top-catch .devider:after {
	background-color: #e0e0e0;
	content: "";
	display: block;
	height: 1px;
	width: 50%;
}

.top-topics-list .topics-list {
	border-top: none;
}

.tcs-img {
	margin: 3.125em 0 1.125em;
}

.tc-hour dl {
	border: 1px solid #e0e0e0;
	font-size: 1.25em;
	font-weight: 500;
	margin: 3em 0 0;
	padding: calc(1.6666em - 10px) 1.6666em;
}

.tc-hour dl:after {
	clear: both;
	content: "";
	display: table;
}

.tc-hour dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

.tc-hour dd {
	margin: 0;
	text-align: right;
}

.tc-reserve .font-small {
	margin: 0.5em 0;
}

.tc-reserve .tc-tel {
	margin: 0;
}

.tc-tel .tel-number {
	font-size: 1.6111em;
	font-weight: 400;
	margin-left: 0.3em;
}

.tc-tel .tel-number:hover {
	text-decoration: none;
}

.tc-tel .label {
	background-color: #ebebeb;
	display: inline-block;
	font-size: 0.7777em;
	position: relative;
	padding: 0 1em;
	top: -5px;
}

.top article .columns > *:last-child,
.top article .column > *:last-child {
	margin-bottom: 0;
}

.more-link {
	font-feature-settings: "palt" 1;
	margin-top: 1em;
	text-align: right;
}

.more-link a {
	font-weight: 400;
}

.top #content {
	margin-bottom: 2.725em;
}

.top #pagetop + .divider {
	display: none;
}

@media print, screen and (min-width: 23em) {
	.tc-hour dt {
		text-align: right;
		width: 5em;
	}
	.tc-hour dd {
		padding-left: 6.5em;
		text-align: left;
	}
}

@media print, screen and (min-width: 40em) {
	.top-catch h2 {
		font-size: 4em;
	}
	.top-catch h2 + p {
		font-size: 1.625em;
	}
	.top-featured h2,
	.top-topics-list h2,
	.top-consultation h2 {
		font-size: 1.5em;
		margin-top: 6.083em;
	}
	.top-catch h3,
	.top-featured h3 {
		font-size: 2.625em;
	}
	.top-catch .devider {
		margin: 8.875em 0 2.625em;
	}
	.top-catch .devider:after {
		width: 16.6666%;
	}
	.tc-hour dl {
		font-size: 1.5em;
		margin-top: 3.3333em;
		padding: calc(1.25em - 10px) 1.25em;
	}
	.tc-hour dd {
		padding-left: 7em;
	}
	.tc-hour .text-devider {
		margin: 0 1em;
	}
	.tc-reserve {
		margin-top: 3.75em;
	}
	.top-catch + .divider-dotted {
		height: 8px;
		margin: 6.25em 0 9.625em;
	}
	.top-catch + .divider-dotted span {
		height: 8px;
		width: 8px;
	}
	.top-catch + .divider-dotted span:before,
	.top-catch + .divider-dotted span:after {
		height: 8px;
		-ms-transform: translateX(-28px) translateY(-50%);
		transform: translateX(-28px) translateY(-50%);
		width: 8px;
	}
	.top-catch + .divider-dotted span:after {
		-ms-transform: translateX(28px) translateY(-50%);
		transform: translateX(28px) translateY(-50%);
	}
}

@media print, screen and (min-width: 64em) {
	.tcs-img {
		margin-top: 4.625em;
		padding-left: calc(0.9375em + 4.1666%);
	}
	.top-featured .large-6:nth-child(odd) {
		padding-right: calc(0.9375em + 2.8125em);
	}
	.top-featured .large-6:nth-child(even) {
		padding-left: calc(0.9375em + 2.8125em);
	}
	.top .more-link {
		margin-top: 2.5em;
	}
}

/* Google map */
/*#top-gmap,
#access-gmap {
	height: 300px;
	width: 100%;
}

#top-gmap {
	margin-top: 3em;
}

#top-gmap a[target="_blank"]:after,
#access-gmap a[target="_blank"]:after {
	display: none;
}

#access-gmap {
	margin-bottom: 2em;
}

#map-content * {
	font-size: 0.875rem;
	margin: 0;
}

#map-content-body p:last-child {
	margin-top: 0.5em;
}

@media print, screen and (min-width: 40em) {
	#top-gmap,
	#access-gmap {
		height: 400px;
	}

	#top-gmap {
		margin-top: 5em;
	}
	
	#access-gmap {
		margin-bottom: 4em;
	}
}
*/


/*
GoogleMaps 2018.8.6追加
---------------------------------------------------------*/

#gmap_2 {
  position: relative;
  margin: 3em 0 0 0;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}
 
#gmap_2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
	#gmap_2 {
		padding-bottom: 40%;
	}
}

#gmap_3 {
  position: relative;
  margin: 3em 0;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}
 
#gmap_3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
	#gmap_3 {
		padding-bottom: 40%;
	}
}
*/