@charset "UTF-8";

/* CSS Document */


/* basic configurations */

* {
	margin: 0px auto 0px auto;
	padding: 0;
}
.navigation_sp *:focus,
#sidebar *:focus {
	background: transparent;
	outline: 0;
}

html {
	background: #fff;
	color: #333;
	/* letter-spacing: .1em; */
}

body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Hiragino Sans, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

@media screen and (max-width:979px) {
	body {
		-webkit-text-size-adjust: 100%;
		font-size: 18px;
		/* font-family: Hiragino Sans, Verdana, sans-serif; */
		/* font-family: Hiragino Sans, sans-serif; */
	}
}

a {
	color: #4ba3dc;
	text-decoration: underline;
}
a:hover {
	
}

/* ======== link ======== */
@-webkit-keyframes innerLinkPc {
	0% {
		padding-top: 30px;
		margin-top: -30px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}
@keyframes innerLinkPc {
	0% {
		padding-top: 30px;
		margin-top: -30px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}
@-webkit-keyframes innerLinkSp {
	0% {
		padding-top: 90px;
		margin-top: -90px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}
@keyframes innerLinkSp {
	0% {
		padding-top: 90px;
		margin-top: -90px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}

/* inpage link */
#gestational-case:target,
#gestational-fertility-prescription:target,
#other_treatment-case:target,
#stress:target,
#respiratory_and_gastral:target,
#constitutional:target,
#other_treatment-case:target,
#faq01:target,
#faq02:target,
#faq03:target,
#faq04:target,
#faq05:target,
#faq06:target,
#faq07:target,
#faq08:target,
#faq09:target,
#faq10:target,
#faq11:target,
#atopy-atopy:target,
#atopy-allergy:target,
#feature01:target,
#feature02:target,
#feature03:target,
#feature04:target,
#prevention01:target,
#prevention02:target {
	-webkit-animation: innerLinkPc 0.1s;
	animation: innerLinkPc 0.1s;
}
@media screen and (max-width:979px) {
	#gestational-case:target,
	#gestational-fertility-prescription:target,
	#other_treatment-case:target,
	#stress:target,
	#respiratory_and_gastral:target,
	#constitutional:target,
	#other_treatment-case:target,
	#faq01:target,
	#faq02:target,
	#faq03:target,
	#faq04:target,
	#faq05:target,
	#faq06:target,
	#faq07:target,
	#faq08:target,
	#faq09:target,
	#faq10:target,
	#faq11:target,
	#atopy-atopy:target,
	#atopy-allergy:target,
	#feature01:target,
	#feature02:target,
	#feature03:target,
	#feature04:target,
	#prevention01:target,
	#prevention02:target {
		-webkit-animation: innerLinkSp 0.1s;
		animation: innerLinkSp 0.1s;
	}
}

/* ========== Clearfix ========== */

/* For modern browsers */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
}


/* ========== margin, padding and propotion ========== */

.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb20 {
	padding-bottom: 20px !important;
}

br.w375br {
	display: none;
}
br.w320br {
	display: none;
}
@media screen and (max-width:413px) {
	br.w375br {
		display: block;
	}
}
@media screen and (max-width:374px) {
	br.w375br {
		display: none;
	}
	br.w320br {
		display: block;
	}
}


/* ========== ordinary custom parts ========== */
.wfull {
	width: 980px;
	margin: 0 auto;
}
.bgBlue {
	background: #e9f5fa;
}
@media screen and (max-width:979px) {
	.wfull {
		width: calc(100% - 20px);
	}
}




/* ========== header ========== */
.header_pc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin: 10px auto 0 auto;
}
.header_pc_L {
	display: block;
	width: 270px;
	padding-top: 3px;
}
.header_pc_L a,
.header_pc_L a img {
	display: block;
	width: 270px;
	height: 54px;
}
.header_pc_R {
	display: block;
	margin: 0 0 0 auto;
	padding: 0;
}
.header_pc_R_inner {
	display: block;
	margin: 0 0 0 auto;
}
.header_pc_R_innerUpper {
	display: table;
	width: 100%;
}
.header_pc_R_innerUpperL {
	display: table-cell;
	vertical-align: middle;
	font-size: 87.5%;
	font-weight: bold;
}
.header_pc_R_innerUpperR {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	text-align: right;
}
.header_pc_R_innerUpperR a {
	display: inline-block;
	color: #333;
	margin-left: 30px;
	padding-left: 13px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	text-decoration: none;
	font-size: 87.5%;
}
.header_pc_R_innerUpperR a:hover {
	text-decoration: underline;
}
.header_pc_R_innerLower {
	margin-top: 2px;
}
.header_pc_R_innerLower span {
	float: right;
	display: block;
	margin-right: 3px;
	padding: 2px 5px;
	background: #eff1f2;
	font-size: 87.5%;
}
.header_pc_R_innerLower span:first-of-type {
	margin-right: 0;
}
.header_pc_R_innerLower span:last-child {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.header_pc_R_innerLower span:first-child {
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header_pc_R_innerLower span a {
	padding-left: 12px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
.header_pc_R_innerLower span img {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 2px 8px;
}

@media screen and (max-width:979px) {
	.header_pc {
		display: none;
	}
}

/* search box */
.headerSearch {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}
.spTopSearch {
	display: none;
}
.headerSearch form {
	display: table;
	border: 1px solid #cacdd0;
	border-radius: 3px;
}
.footerSearch form {
	display: table;
	width: 310px;
	margin: 0 auto;
	border: 1px solid #cacdd0;
	border-radius: 3px;
}
.headerSearchL,
.footerSearchL {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.headerSearchL {
	font-size: 75%;
	line-height: 1em;
}
.headerSearch input[type="text"] {
		-webkit-appearance: none;
	width: 140px;
	border: none;
	line-height: 1em;
	padding: 3px 0.5em;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.footerSearch input[type="text"] {
		-webkit-appearance: none;
	width: 100%;
	border: none;
	font-size: 100%;
	line-height: 1em;
	padding: 0.2em 0.5em;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.headerSearch input[type="text"]:focus,
.footerSearch input[type="text"]:focus,
.spTopSearch input[type="text"]:focus,
.spMenuSearch input[type="text"]:focus {
	outline: 0;
}
.headerSearchR {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	background: #333;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 75%;
	line-height: 1em;
}
.footerSearchR {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	background: #333;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.headerSearch input[type="submit"] {
		-webkit-appearance: none;
	width: 50px;
	padding: 3px 0 3px 15px;
	border: none;
	color: #fff;
	background: #333 url(../images/common/search.svgz) no-repeat 6px 50%;
	background-size: 12px 12px;
	border-radius: 0;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.footerSearch input[type="submit"] {
		-webkit-appearance: none;
	float: left;
	width: 70px;
	padding: 0.2em 0 0.2em 20px;
	border: none;
	color: #fff;
	background: #333 url(../images/common/search.svgz) no-repeat 8px 50%;
	background-size: 12px 12px;
	border-radius: 0;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 100%;
}
.headerSearch input[type="submit"]:hover,
.footerSearch input[type="submit"]:hover,
.spTopSearch input[type="submit"]:hover,
.spMenuSearch input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
@media screen and (max-width:979px) {
	.spTopSearch {
		display: block;
		margin-top: 0;
		padding: 0 12%;
	}
	.spTopSearch form {
		display: table;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #cacdd0;
		border-radius: 3px;
	}
	.spTopSearch input[type="text"] {
		margin-top: 2px;
	}
	.spMenuSearch {
		width: 100%;
		margin: 25px 0 0 0;
		padding-bottom: 25px;
		border-bottom: 1px solid #fff;
	}
	.spMenuSearch form {
		display: table;
		width: 100%;
		margin: 0 auto;
	}
	.spTopSearchL,
	.spMenuSearchL {
		display: table-cell;
		vertical-align: middle;
		width: calc(100% - 70px);
		background: #fff;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.spTopSearch input[type="text"],
	.spMenuSearch input[type="text"] {
			-webkit-appearance: none;
		width: 100%;
		padding: 0 0.5em 0.25em 0.5em;
		border: none;
		border-radius: 0;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-bottom-left-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		font-size: 100%;
		line-height: 1em;
	}
	.spTopSearchR,
	.spMenuSearchR {
		display: table-cell;
		vertical-align: middle;
		width: 70px;
		background: #333;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.spTopSearch input[type="submit"],
	.spMenuSearch input[type="submit"] {
			-webkit-appearance: none;
		width: 70px;
		padding: 0.2em 0 0.25em 20px;
		border: none;
		color: #fff;
		background: #333 url(../images/common/search.svgz) no-repeat 8px 50%;
		background-size: 12px 12px;
		border-radius: 0;
			-webkit-border-top-right-radius: 2px;
			-webkit-border-bottom-right-radius: 2px;
			-moz-border-radius-topright: 2px;
			-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		font-size: 100%;
		line-height: 1em;
		}
}


/* ========== pc navigation ========== */
.navigation_sp {
	display: none;
}
#sidebar { /* for slinky.js */
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.navigation_pc {
	background: #fff;
	margin-top: 12px;
	padding: 2px 0;
	border-top: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
}

.navigation_pc ul {
	display: block;
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #c9cdd0;
}

.navigation_pc li {
	float: left;
	display: block;
	/* width: 16.6%; */
	
	width: 244px;
	/* width: calc((100% - 1px)/ 6); */
	border-right: 1px solid #c9cdd0;
}

.navigation_pc li>a {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}

.navigation_pc li a span {
	display: inline-block;
	padding: 10px 0;
	color: #000;
	font-size: 87.5%;
	font-weight: normal;
	line-height: 1em;
}

.navigation_pc li a:hover,
.page_about .navigation_pc li.nav_1 a,
.page_cost .navigation_pc li.nav_2 a,
.page_gestational .navigation_pc li.nav_3 a,
.page_atopy .navigation_pc li.nav_4 a,
.page_gynecologic .navigation_pc li.nav_5 a,
.page_other_treatment .navigation_pc li.nav_6 a {
	text-decoration: none;
}
.page_about .navigation_pc li.nav_1 a span,
.page_cost .navigation_pc li.nav_2 a span,
.page_gestational .navigation_pc li.nav_3 a span,
.page_atopy .navigation_pc li.nav_4 a span,
.page_gynecologic .navigation_pc li.nav_5 a span,
.page_other_treatment .navigation_pc li.nav_6 a span {
	display: block;
	margin: 0 2px;
	background: #d3ecf6;
}

@media screen and (max-width:979px) {
	.navigation_pc {
		display: none;
	}
}

/* ========== pc subNav ========== */
.subNav {
	display: block;
	width: 100%;
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: 0;
	background-color: rgba(15,74,141,0.9);
}
.subNavWrapper {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	background-image: url(../images/common/subNavBg.svgz);
	background-repeat: no-repeat;
	background-size: 30px 14px;
}
.page_about #subNav1 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
.page_cost #subNav2 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
.page_gestational #subNav3 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
.page_atopy #subNav4 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
.page_gynecologic #subNav5 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
.page_other_treatment #subNav6 .subNavWrapper {
	background-image: url(../images/common/subNavBg_active.svgz);
}
#subNav1 .subNavWrapper {
	background-position: 115px 0;
}
#subNav2 .subNavWrapper {
	background-position: 360px 0;
}
#subNav3 .subNavWrapper {
	background-position: 393px 0;
}
#subNav4 .subNavWrapper {
	background-position: 556px 0;
}
#subNav5 .subNavWrapper {
	background-position: 605px 0;
}
#subNav6 .subNavWrapper {
	background-position: 850px 0;
}

.subNavWrapper a {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-left: 13px;
	background: url(../images/common/linkBit_white.svgz) no-repeat 0 0;
	background-size: 8px 14px;
	color: #fff;
	font-size: 87.5%;
	line-height: 1em;
	text-decoration: none;
}
.subNavWrapper a:hover {
	text-decoration: underline !important;
}

/* ========== sp navigation ========== */
@media screen and (max-width:979px) {
	.navigation_sp {
		display: block;
	}
	#sidebar { /* for slinky.js */
		display: block;
		width: auto;
		height: auto;
		font-size: 88.89%;
	}
}
.navigation_sp_menu {
	display: table;
	width: 100%;
	z-index: 10;
	background: #fff;
	/* background: rgba(255, 255, 255, 0.5); */
	border-bottom: 1px solid #c1c6ca;
}
.navigation_sp_logo {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 100%;
}
.navigation_sp_logo img {
	display: block;
	width: 209px;
	height: 42px;
	margin: 0 auto;
}
.navigation_sp_tel {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 100%;
}
.navigation_sp_tel a,
.navigation_sp_tel a img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.navigation_sp_btn {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
.navigation_sp_menu button {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
	background: #fff;
	border: none;
	transition: all 0.3s;
}
.navigation_sp_menu button:hover {
	/* background: #faa; */
	cursor: pointer;
}


.drawer_open {
	position: relative;
	display: block;
	width: 23px;
	height: 3px;
	margin: 6px auto;
	transition: .1s all;
	border-radius: 2px;
	background-color: #0f4a8d;
}

.drawer_open:before,
.drawer_open:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	transition: .3s all;
	border-radius: 2px;
	background-color: #0f4a8d;
}

.drawer_open:before {
	top: -9px;
}

.drawer_open:after {
	bottom: -9px;
}

[aria-expanded='true'] .drawer_open {
	background-color: transparent;
}

[aria-expanded='true'] .drawer_open:before,
[aria-expanded='true'] .drawer_open:after {
	width: 30px;
}

[aria-expanded='true'] .drawer_open:before {
	-ms-transform: translate(-3px, 9px) rotate(45deg);
	transform: translate(-3px, 9px) rotate(45deg);
}

[aria-expanded='true'] .drawer_open:after {
	-ms-transform: translate(-3px, -9px) rotate(-45deg);
	transform: translate(-3px, -9px) rotate(-45deg);
}


.sp_naviBottom {
	display: block;
	margin: 25px 0;
}
.sp_naviClinic {
	display: block;
	text-align: center;
}
.sp_naviClinic a {
	padding: 3px 0 3px 13px;
	color: #fff;
	background: url(../images/common/linkBit_white.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	text-decoration: none;
	line-height: 1em;
}
.sp_naviClinic a:hover {
	text-decoration: underline !important;
}
.sp_naviTel {
	display: block;
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px dotted #fff;
}
.sp_naviTel.sp_naviTel_tokyo01 {
	padding-bottom: 0;
	border-bottom: none;
}
.sp_naviTel.sp_naviTel_tokyo02 {
	
}
.sp_naviTel a,
.sp_naviTel div.kyoto_disabled {
	display: block;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 3px 0;
	background: #fff;
	border-radius: 5px;
	font-size: 112.5%;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.sp_naviTel.sp_naviTel_tokyo02 a {
	width: 8em;
}
.sp_naviTel img {
	width: 24px;
	height: 24px;
	margin: 3px 10px 0 10px;
}

@media screen and (max-width:374px) {
	.sp_naviTel a {
		font-size: 88.8888%;
	}
	.sp_naviTel img {
		width: 18px;
		height: 18px;
		margin: 2px 6px 0 6px;
	}
}












/* ===== top slider ===== */
.topSplash {
	width: 100%;
	max-width: 980px;
	height: 560px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-container {
	display: block;
	width: 100%;
	max-width: 980px;
	height: 500px;
}
#swiper-slide1 {
	width: 100%;
	background: url(../images/top/splash1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide2 {
	width: 100%;
	background: url(../images/top/splash2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide3 {
	width: 100%;
	background: url(../images/top/splash3.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide4 {
	width: 100%;
	background: url(../images/top/splash4.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide5 {
	width: 100%;
	background: url(../images/top/splash5.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide6 {
	width: 100%;
	background: url(../images/top/splash6.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#swiper-slide7 {
	width: 100%;
	background: url(../images/top/splash7.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.swiper-slide span {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	/* background: #fee; */
}

@media screen and (max-width:979px) {
	.topSplash {
		width: 100%;
		height: calc(61.224489vw + 45px);
		/* margin: 60px auto 0 auto; */
		margin: 0 auto;
	}
	.swiper-container {
		width: 100%;
		/* height: 250px; */
		height: 61.224489vw;
	}
	#swiper-slide1 {
		background: url(../images/top/splash1_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide2 {
		background: url(../images/top/splash2_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide3 {
		background: url(../images/top/splash3_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide4 {
		background: url(../images/top/splash4_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide5 {
		background: url(../images/top/splash5_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide6 {
		background: url(../images/top/splash6_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#swiper-slide7 {
		background: url(../images/top/splash7_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.swiper-slide span {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px;
	}
}

/* ===== top content 1 ===== */
.topContent01 {
	margin-top: 0;
	padding: 60px 0;
	background: url(../images/common/spriteGray.gif) repeat 50% 0;
}
.topContent011 {
	display: table;
	width: 100%;
	border: 1px solid #0f4a8d;
	border-radius: 5px;
	overflow: hidden;
}
.topContent011Inner {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% / 4);
	background: #fff;
	border-right: 1px solid #0f4a8d;
}
.topContent011 .topContent011Inner:first-child {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.topContent011 .topContent011Inner:last-child {
	border-right: none;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.topContent011 .topContent011Inner:first-child .topContent011InnerA img.dispPc {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.topContent011 .topContent011Inner:last-child .topContent011InnerA img.dispPc {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.topContent011Inner a {
	display: block;
	text-decoration: none;
}
.topContent011InnerA {
	display: block;
	width: 100%;
	height: 145px;
	overflow: hidden;
}
.topContent011InnerA img.dispPc {
	display: block;
	width: 100%;
	height: 145px;
}
.topContent011InnerA img.dispSp {
	display: none;
}
.topContent011InnerB {
	display: block;
	width: 84px;
	height: 84px;
	margin: -42px auto;
	background: #fff;
	border-radius: 42px;
	position: relative;
	z-index: 2;
}
.topContent011InnerB img {
	display: block;
	width: 84px;
	height: 84px;
}
.topContent011Inner a img {
	transition: all 0.3s;
}
.topContent011Inner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.topContent011InnerC {
	display: table;
	width: 100%;
	height: 158px;
}
.topContent011InnerCText {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.topContent011InnerCText span {
	padding-left: 16px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 9px 16px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
}
.topContent011InnerCText span i {
	font-style: normal;
	letter-spacing: -0.2em;
}
.topContent012 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #0f4a8d;
	border-radius: 5px;
	overflow: hidden;
}
.topContent012 .topContent012Wrapper {
	width: calc(100% / 3);
	background: #fff;
	border-right: 1px solid #0f4a8d;
}
.topContent012 .topContent012Wrapper:nth-child(n+1):not(:nth-child(n+7)) {
	border-bottom: 1px solid #0f4a8d;
}
.topContent012 .topContent012Wrapper:nth-child(3n) {
	border-right: none;
}
.topContent012 a {
	display: block;
	padding: 8px 0;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.topContent012Inner {
	display: table;
	width: 100%;
}
.topContent012icon {
	display: table-cell;
	vertical-align: middle;
	width: 38px;
	padding: 0 10px 0 20px;
}
.topContent012icon img {
	width: 38px;
	height: 38px;
	transition: all 0.3s;
}
.topContent012Wrapper a:hover .topContent012icon img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.topContent012Inner span {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	background-image: url(../images/common/linkBit_gray.svgz);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 9px 16px;
}




@media screen and (max-width:979px) {
	.topContent01 {
		margin-top: 30px;
		padding: 30px 0;
	}
	.topContent011 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		border: none;
		border-radius: 0;
	}
	.topContent011Inner {
		display: block;
		width: calc((100% - 13px) / 2);
		margin-bottom: 11px;
		background: #fff;
		border: 1px solid #0f4a8d;
		border-radius: 5px;
		overflow: hidden;
	}
	.topContent011 .topContent011Inner:last-child {
		border-right: 1px solid #0f4a8d;
	}
	.topContent011 .topContent011Inner:last-child,
	.topContent011 .topContent011Inner:nth-last-child(2) {
		margin-bottom: 0;
	}
	.topContent011InnerA {
		height: 84px;
	}
	.topContent011InnerA img.dispPc {
		display: none;
	}
	.topContent011InnerA img.dispSp {
		display: block;
		width: 100%;
		height: 84px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.topContent011_gestational {
		background: url(../images/top/topContent011_gestational.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.topContent011_atopy {
		background: url(../images/top/topContent011_atopy.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.topContent011_gynecologic {
		background: url(../images/top/topContent011_gynecologic.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.topContent011_other {
		background: url(../images/top/topContent011_other.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.topContent011Inner a:hover .topContent011InnerA img.dispSc {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.topContent011InnerB {
		display: block;
		width: 50px;
		height: 50px;
		margin: -25px auto;
		border-radius: 25px;
	}
	.topContent011InnerB img {
		width: 50px;
		height: 50px;
	}
	.topContent011InnerC {
		height: 93px;
	}
	.topContent011InnerCText span {
		font-size: 88.8888%;
	}
	
	
	.topContent012 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-top: 13px;
		border: none;
		border-radius: 0;
	}
	.topContent012 .topContent012Wrapper {
		width: calc((100% - 13px) / 2);
		margin-bottom: 10px;
		background: #fff;
		border: 1px solid #0f4a8d;
		border-radius: 5px;
		overflow: hidden;
	}
	.topContent012 .topContent012_6 {
		width: 100%;
	}
	.topContent012 .topContent012Wrapper:nth-child(3n) {
		border-right: 1px solid #0f4a8d;
	}
	.topContent012 a {
		padding: 6px 0;
	}
	.topContent012Inner {
		display: block;
		text-align: center;
	}
	.topContent012icon {
		display: block;
		width: 36px;
		margin: 0 auto;
		padding: 0;
	}
	.topContent012icon img {
		width: 36px;
		height: 36px;
	}
	.topContent012Inner span {
		display: inline-block;
		padding-left: 16px;
		background-position: 0 50%;
		font-size: 88.8888%;
	}
}
@media screen and (max-width:413px) {
	.topContent011InnerCText span,
	.topContent012Inner span {
		font-size: 77.7777%;
	}
}
@media screen and (max-width:374px) {
	.topContent011InnerCText span {
		padding-left: 16px;
		background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
		background-size: 8px 14px;
		font-size: 66.6666%;
	}
	.topContent012Inner span {
		font-size: 66.6666%;
	}
}

/* ===== added 201902 ===== */
.topContent01c {
	margin-top: 0;
	padding: 25px 0 30px 0;
	background: url(../images/common/footerInquiryBg.gif) repeat 50% 0;
}
.topContent01c h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.topContent011c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
}
.topContent011cWrapper {
	width: 314px;
	background: #fff;
	border: 1px solid #0f4a8d;
	border-radius: 5px;
	margin:0 auto;
}
.topContent011cWrapper a {
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 20px;
	color: #333;
	background-image: url(../images/common/linkBit_gray.svgz);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 9px 16px;
	font-weight: bold;
	text-decoration: none;
}
.topContent011cWrapper a i {
	font-style: normal;
}
@media screen and (max-width:979px) {
	.topContent01c h2 {
		font-size: 122.2222%;
		line-height: 1.136em;
	}
	.topContent01c h2 span {
		display: block;
	}
	.topContent011cWrapper {
		width: calc((100% - 40px) / 1);
	}
	.topContent011cWrapper a {
		padding: 1em 0;
		color: #333;
		background-image: none;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.topContent011cWrapper a span {
		display: inline-block;
		padding-left: 16px;
		background-image: url(../images/common/linkBit_gray.svgz);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 9px 16px;
		text-align: center;
	}
}
@media screen and (max-width:500px) {
	.topContent011cWrapper a i {
		display: none;
	}
}
/* ===== top content 2 ===== */
.topContent02 {
	padding-top: 10px;
}
.topContent02Wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}
.topContent02Col {
	width: 470px;
	border: 1px solid #c9cdd0;
	border-radius: 5px;
	overflow: hidden;
}
.topContent02Col h3 {
	background: #b5b5b5;
	transition: all 0.3s;
}
.topContent02Col h3:hover {
	background: #c4c4c4;
}
.topContent02Col h3 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.topContent02ColTitleWrapper {
	display: table;
	width: 100%;
}
.topContent02ColIcon {
	display: table-cell;
	vertical-align: bottom;
	width: 42px;
	padding: 0 12px 0 12px;
}
.topContent02ColIcon img {
	display: block;
	width: 42px;
	height: 42px;
}
.topContent02ColTitle {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	font-size: 125%;
	font-weight: bold;
	background-image: url(../images/common/linkBit_white.svgz);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 11px 20px;
}
.topContent02List {
	padding: 10px 20px 5px 10px;
}
.topContent02List li {
	margin-bottom: 5px;
}
.topContent02List a {
	padding-left: 16px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	font-size: 100%;
}


@media screen and (max-width:979px) {
	.topContent02 {
		padding-top: 0;
	}
	.topContent02 .categoryTitleSub {
		margin: 35px 0 45px 0;
	}
	.topContent02Wrapper {
		display: block;
	}
	.topContent02Col {
		width: 100%;
		margin-bottom: 20px;
	}
	.topContent02ColIcon {
		width: 38px;
		padding: 0 12px 0 16px;
	}
	.topContent02ColIcon img {
		display: block;
		width: 38px;
		height: 38px;
	}
	.topContent02ColTitle {
		font-size: 100%;
		background-position: calc(100% - 16px) 50%;
	}
	.topContent02List {
		padding: 10px 20px 5px 20px;
	}
	.topContent02List a {
		font-size: 88.8888%;
	}
}


/* ===== top word of the day ===== */
.topWord {
	margin-top: 60px;
	padding: 15px 0 20px 0;
	background: url(../images/common/spriteGray.gif) repeat 50% 0;
}
.topWordTitle {
	display: table;
	width: 100%;
}
.topWord h2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 44px;
	background: url(../images/top/wordTitle.svgz) no-repeat 0 50%;
	background-size: 39px 37px;
	font-size: 150%;
	font-weight: bold;
}
.topWordTitleTwitter {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.topWordTitleTwitter a {
	color: #333;
	text-decoration: none;
}
.topWordTitleTwitter a:hover {
	text-decoration: underline;
}
.topWordTitleTwitter a img {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	padding-right: 10px;
}
.topWordTitleTwitter a span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
.topWordCont {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #c9cdd0;
	font-size: 87.5%;
	line-height: 1.6em;
}
@media screen and (max-width:979px) {
	.topWord {
		margin-top: 85px;
	}
	.topWordTitleTwitter a {
		font-size: 88.8888%;
	}
	.topWordTitleTwitter a img {
		width: 30px;
		height: 30px;
		padding-right: 5px;
	}
	.topWordTitleTwitter a span {
		margin-top: 2px;
	}
	.topWord h2 {
		padding-left: 44px;
		background-size: 39px 37px;
		font-size: 122.2222%;
	}
	.topWordCont {
		font-size: 88.8888%;
	}
}

/* ===== top content 3 information ===== */
.topContent03 {
	margin-top: 60px;
	padding: 70px 0 50px 0;
	background: url(../images/top/topContent03Bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.newspageLinkSp {
	display: none;
}
.topContent03InnerWrapper {
	padding: 25px 30px 15px 30px;
	border: 1px solid #c9cdd0;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
}
.topContent03InnerTitle {
	padding-bottom: 3px;
}
.topContent03InnerTitle h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.newspageLinkPc {
	display: block;
	font-size: 87.5%;
	text-align: right;
}
.newspageLinkPc span {
	padding-left: 16px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
.newsList {
	display: block;
	padding: 15px 0;
	border-top: 1px dotted #c9cdd0;
	font-size: 87.5%;
	line-height: 1.6em;
}
.newsList dt {
	
}
.newsList dd {
	
}


@media screen and (max-width:979px) {
	.topContent03 {
		margin-top: 85px;
		padding: 20px 0 30px 0;
		background: #eceff0;
	}
	.newspageLinkSp {
		display: block;
		font-size: 88.8888%;
		text-align: right;
	}
	.newspageLinkSp span {
		padding-left: 16px;
		background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
		background-size: 8px 14px;
	}
	.topContent03InnerWrapper {
		margin-top: 25px;
		padding: 15px 18px 0 18px;
		border: 1px solid #c1c6ca;
		border-radius: 3px;
		background: rgba(255, 255, 255, 1.0);
	}
	.topContent03InnerTitle {
		padding-bottom: 10px;
	}
	.topContent03InnerTitle h2 {
		font-size: 122.2222%;
	}
	.newspageLinkPc {
		display: none;
	}
	.newsList {
		padding: 20px 0;
		font-size: 88.8888%;
		line-height: 1.4em;
	}
	.newsList dt {
		
	}
	.newsList dd {
		
	}
}


/* ===== top content 4 ===== */
.topContent04 {
	margin-top: 50px;
}
.topContent04 p {
	margin-top: 40px;
	font-size: 100%;
}
.topContent04 p img {
	float: right;
	display: block;
	width: 220px;
	height: auto;
	padding: 0 0 30px 30px;
}
.topContent04 p em {
	color: #cf001e;
	font-weight: bold;
	font-style: normal;
}

@media screen and (max-width:979px) {
	.topContent04 p {
		margin-top: 30px;
		font-size: 88.8888%;
	}
	.topContent04 p img {
		float: none;
		display: block;
		width: 100%;
		max-width: 660px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 25px 0;
	}
}

/* ===== top content 5 ===== */
.topContent05 {
	margin-top: 50px;
	margin-bottom: 60px;
}
.topContent05Wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 35px;
}
.topContent05Inner {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
	border: 1px solid #0f4a8d;
	border-radius: 5px;
}
.topContent05Inner a {
	display: block;
	padding: 15px 0;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.topContent05Inner a span {
	padding-left: 16px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
.topContent05Link {
	text-align: center;
}
.topContent05Link a {
	display: inline-block;
	width: 302px;
	margin-top: 15px;
	padding: 5px 0;
	background: #b5b5b5;
	border-radius: 5px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.topContent05Link a:hover {
	background: #c4c4c4;
}


@media screen and (max-width:979px) {
	.topContent05 {
		margin-bottom: 50px;
	}
.topContent05Wrapper {
		display: block;
	}
	.topContent05Inner {
		width: 100%;
		margin-bottom: 20px;
		border-radius: 3px;
	}
	.topContent05Inner a {
		padding: 3px 0;
	}
	.topContent05Inner a span {
		padding-left: 12px;
	}
	.topContent05Link a {
		font-size: 100%;
	}
}

@media screen and (max-width:374px) {
	.topContent05Inner a {
		font-size: 77.7777%;
	}
}

/* ===== top content 6 before the reservation ===== */
.topContent06 {
	padding: 80px 0 100px 0;
	background: url(../images/top/topContent06Bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.topContent06 h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.topContent06 p {
	color: #fff;
	padding-left: 1.35em;
	font-size: 87.5%;
	font-weight: bold;
	text-indent: -1.35em;
}
.topContent06 p a {
	color: #fff;
}
.topContent06Link {
	text-align: center;
}
.topContent06Link a {
	display: inline-block;
	width: auto;
	margin-top: 20px;
	padding: 8px 1.5em;
	background: #fff;
	border: 1px solid #c9cdd0;
	border-radius: 5px;
	color: #0f4a8d;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.0em;
	transition: all 0.3s;
}
.topContent06Link a:hover {
	background: #0f4a8d;
	color: #fff;
}

@media screen and (max-width:979px) {
	.topContent06 {
		padding: 40px 0;
	}
	.topContent06 h2 {
		font-size: 122.2222%;
	}
	.topContent06 p {
		font-size: 88.8888%;
		line-height: 1.6em;
	}
	.topContent06Link a {
		width: 302px;
		margin-top: 40px;
		padding: 11px 0;
		font-size: 100%;
	}
}
















/* ========== footerSearchBox ========== */
.footerSearch {
	margin-top: 60px;
	padding: 15px 0;
	background: url(../images/common/spriteGray.gif) repeat 50% 0;
}
@media screen and (max-width:979px) {
	.footerSearch {
		display: none;
	}
}
/* ========== footerInquiry ========== */
.footerInquiry {
	margin-top: 0;
	padding: 25px 0 30px 0;
	background: url(../images/common/footerInquiryBg.gif) repeat 50% 0;
}
.footerInquiryWrapper {
	width: 980px;
	margin: 0 auto;
}
.footerInquiry h2 {
	background: none !important;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.footerInquiry h2:before {
	content: '';
}
.footerInquiryContentsWrapper {
		display: -webkit-flex;
	display: flex;
		-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 25px;
}
.footerInquiryContentsWrapper div.pc {
	width: 314px;
	margin:0 auto;
}
.footerInqPcLink {
	display: block;
	width: 100%;
	padding: 0px 0;
	background: #fff;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}
.footerInqPcLink a {
	display: block;
	width: 100%;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
.footerInqPcLink a:hover {
	text-decoration: underline;
}
.footerInqPcLink a span {
	padding-left: 19px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 10px 16px;
}
.footerInqPcTel {
	display: block;
	width: 100%;
	margin-top: 3px;
	padding: 6px 0;
	background: #fff;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 125%;
	text-align: center;
}
.footerInqPcTel a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	margin-bottom: 3px;
	padding: 1px 10px 0 10px;
	color: #fff;
	background: #333333;
	border-radius: 5px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.footerInqPcTel a:hover {
	background: #5c5c5c;
}
.footerInquiryContentsWrapper div.sp {
	display: none;
}
.footerInquiryContentsWrapper img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 10px 4px 0;
}

@media screen and (max-width:979px) {
	.footerInquiry {
		margin-top: 80px;
		padding: 15px 0 30px 0;
	}
	.footerInquiryWrapper {
		width: 100%;
	}
	.footerInquiry h2 {
		font-size: 100%;
	}
	.footerInquiryContentsWrapper {
		display: block;
		margin-top: 15px;
	}
	.footerInquiryContentsWrapper div.pc {
		display: none;
	}
	.footerInquiryContentsWrapper div.sp {
		display: block;
		width: 100%;
		padding: 15px 0;
		border-top: 2px solid #fff;
	}
	.footerInquiryContentsWrapper div.sp .footerInquiryClinic {
		display: block;
		font-size: 100%;
		text-align: center;
	}
	.footerInquiryContentsWrapper div.sp .footerInquiryClinic a {
		padding: 3px 0 3px 13px;
		color: #333;
		background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
		background-size: 8px 14px;
		text-decoration: none;
		line-height: 1em;
	}
	.footerInquiryContentsWrapper div.sp a.footerInqSpTel,
	.footerInquiryContentsWrapper div.sp div.footerInqSpTel {
		display: block;
		width: calc(100% - 20px);
		margin: 15px auto 0 auto;
		padding: 5px 0;
		background: #fff;
		border-radius: 5px;
		font-size: 111.11111%;
		text-align: center;
		color: #333;
		text-decoration: none;
	}
	.footerInquiryContentsWrapper div.sp a.footerInqSpTel img {
		display: inline-block;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		margin: 0 10px 3px 0;
	}
	.footerInquiryContentsWrapper div.sp a.footerInqSpReservation {
		display: block;
		width: calc( 4em + 90px );
		margin: 20px auto 0 auto;
		padding: 0 0;
		color: #fff;
		background: #333;
		border-radius: 5px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
	}
	.footerInquiryContentsWrapper div.sp a.footerInqSpReservation:hover {
		background: #5c5c5c;
	}
	.footerInquiryContentsWrapper img {
		width: 24px;
		height: 24px;
		margin: 0 10px 3px 0;
	}
}
@media screen and (max-width:339px) {
	.footerInquiry h2 {
		line-height: 1.4em;
	}
	.footerInquiry h2 span {
		display: block;
	}
}
/* ========== footer Navigation ========== */
.footerNavigationWrapper {
	margin-top: 80px;
	border-top: 5px solid #0f4a8d;
}
.footerNavigation {
	width: 980px;
	margin: 0 auto;
	font-size: 87.5%;
}
.footerNavigation ul {
	margin-top: 20px;
}
.footerNavigation > ul > li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #c9cdd0;
}
.footerNavigation > ul > li em {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 15px;
	background: #eff1f2;
	font-weight: bold;
	font-style: normal;
}
.footerNavigation > ul > li:last-child {
	border-bottom: none;
}
.footerNavigation ul li ul {
	margin-top: 0;
}
.footerNavigation ul li ul li {
	float: left;
	width: 196px;
	line-height: 1.9em;
}
.footerNavigation ul li ul.sylist li {
	float: left;
	width: auto;
	margin-right: 45px;
	line-height: 1.9em;
}
.footerNavigation ul li ul li.cols2 {
	width: 392px;
}
.footerNavigation ul li a {
	display: inline-block;
	color: #333;
	padding-left: 13px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	text-decoration: none;
}
.footerNavigation ul a:hover {
	text-decoration: underline !important;
}

@media screen and (max-width:979px) {
	.footerNavigationWrapper {
		display: none;
	}
}

/* ========== gototop ========== */
#gototopWrapper {
	display: block;
	position: fixed;
		bottom: 10px;
		right: 10px;

}
#gototop {
	width: 50px;
	height: 50px;
}
#gototop a {
	display: block;
}
#gototop img {
	display: block;
	width: 50px;
	height: 50px;
	transition: all 0.3s;
}
#gototop a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ========== footer ========== */
.footerContents {
	
}
.footer_pc {
	padding: 15px 0;
	background: #eff1f2;
}
.footer_pc_wrapper {
	display: table;
	width: 980px;
	margin: 0 auto;
}
.footer_pc_tel {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
	/* width: 220px; */
	font-size: 87.5%;
}
.footer_pc_tel a {
	padding-left: 13px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
.footer_pc_tel img {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 2px 8px;
}
.footer_t {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}
.footer_t a,
.footer_t a img {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 0 auto;
}
.footer_t a img {
	display: block;
	width: 35px;
	height: 35px;
	transition: all 0.3s;
}
.footer_t a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer_pc_logo {
	display: table-cell;
	vertical-align: middle;
	width: 197px;
	padding-left: 30px;
}
.footer_pc_logo a {
	display: block;
	width: 197px;
	height: 40px;
	margin: 0;
}
.footer_pc_logo a img {
	display: block;
	width: 197px;
	height: 40px;
}
.copyrightWrapper {
	background: #0f4a8d;
}
.copyright {
	width: 980px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	font-size: 87.5%;
	text-align: center;
}

@media screen and (max-width:979px) {
	.footer_pc {
		display: none;
	}
	.copyright {
		width: calc(100% - 20px);
	}
	.copyright span {
		display: block;
	}
}
@media screen and (max-width:414px) {
	.copyright {
		font-size: 61.1111%;
	}
}

/* ========== splash, category icon, category title, page layout etc... ========== */
.splash {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: 430px;
}
.splash_blog {
	background: url(../images/splash/blog.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_about {
	background: url(../images/splash/about.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_gestational {
	background: url(../images/splash/gestational.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_atopy {
	background: url(../images/splash/atopy.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_gynecologic {
	background: url(../images/splash/gynecologic.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_othertreatment {
	background: url(../images/splash/othertreatment.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_case {
	background: url(../images/splash/case.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_reservation {
	background: url(../images/splash/contact.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splash_cost {
	background: url(../images/splash/cost.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.splashLetterWrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	width: 980px;
	height: 430px;
	margin: 0 auto;
}
.spSplashLetterWrapper {
	display: none;
}
.splashLetter {
	display: block;
	text-align :right;
	margin-right: 20px;
	margin-left: auto;
}
.splashLetter span {
	padding: 20px 30px;
	background: #fff;
	font-size: 122.2222%;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}
.splashLetter span em {
	margin-left: 20px;
	color: #0f4a8d;
	font-size: 90.90909%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-style: normal;
}
.page_atopy .splashLetter span em {
	margin-left: 5px;
}


.category_icon {
	display: block;
	width: 84px;
	height: 84px;
	margin: 20px auto 0 auto;
}
.category_icon img {
	display: block;
	width: 84px;
	height: 84px;
}

.inPageNavi {
	display: block;
	margin: 25px auto 35px auto;
	text-align: center;
}
.inPageNavi .link {
	display: inline-block;
	margin-left: 1.5em;
}
.inPageNavi .link:first-of-type {
	margin-left: 0;
}
.inPageNavi .link:first-of-type:before {
	content: "|";
	margin-right: 1.5em;
}
.inPageNavi .link:after {
	content: "|";
	margin-left: 1.5em;
}
.inPageNavi .link a {
	padding-left: 16px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	font-size: 100%;
}

.categoryTitle {
	width: 980px;
	margin: 20px auto 0 auto;
	background: #0f4a8d;
	border-radius: 5px;
	color: #fff;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
}
.categoryTitle2 {
	width: 980px;
	margin: 80px auto 0 auto;
	background: #0f4a8d;
	border-radius: 5px;
	color: #fff;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
}
.categoryTitleSub {
	margin-top: 45px;
	color: #0f4a8d;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.page_media .categoryTitleSub,
.page_kanpo .categoryTitleSub,
.page_policy .categoryTitleSub,
.page_faq .categoryTitleSub,
.page_flow .categoryTitleSub {
	margin-top: 80px;
}
.categoryTitleSub span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #0f4a8d;
}
.treatment-page article,
.page_case_lower article,
.single-post article {
	width: 980px;
	margin: 0 auto;
}
.clinicTel {
	display: block;
	margin-top: 60px;
	padding: 8px 0;
	background: #e9f5fa;
	font-size: 175%;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	text-align: center;
}
h1.entry-title + .clinicTel {
	margin-top: 40px;
}
.clinicTel em {
	font-style: normal;
}
.clinicTel em span {

}
.clinicTel a {
	display: none;
}
.clinicTel b {

}
.clinicTel b img {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: auto;
	margin: 0 0 4px 10px;
}
.kyotoCap {
	display: block;
	margin-top: 20px;
}
.treatment-page_splash {
	display: block;
	width: 783px;
	height: auto;
	margin: 40px auto;
}
.treatment-page_splash img {
	display: block;
	width: 783px;
	height: auto;
}



.treatment-page article h1.entry-title,
.single-post h1.entry-title,
.page_clinic h1.entry-title,
.page_about h1.entry-title,
.page_case_lower h1.entry-title,
.page_cost h1.entry-title,
.page_reservation h1.entry-title {
	margin-top: 45px;
	padding-left: 20px;
	background: url(../images/common/singleTitle.png) no-repeat 0 0;
	border-bottom: 1px solid #0f4a8d;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.3em;
}
.treatment-page article h1.entry-title,
.page_clinic h1.entry-title,
.page_about h1.entry-title,
.page_case_lower h1.entry-title,
.page_cost h1.entry-title,
.page_reservation h1.entry-title {
	margin-bottom: 40px;
}
.treatment-page article h2,
.page_case_lower article h3 {
	margin-bottom: 25px;
	padding: 0 20px;
	background: #eff1f2;
	font-size: 150%;
	font-weight: bold;
}
.treatment-page article h3 {
	margin-bottom: 20px;
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
}
.treatment-page article h3:before {
	content: '■';
	color: #25a2d2;
}
.treatment-page article h4 {
	font-weight: bold;
}
.treatment-page article h4 span {
	display: inline-block;
	width: 1.2em;
	margin-right: 10px;
	padding: 3px 0 0 0;
	background: #0f4a8d;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 1em;
}
.treatment-page article p,
.page_case_lower article p {
	margin-bottom: 1.8em;
}
.treatment-page article b,
.page_case_lower article b {
	font-weight: bold;
}
.treatment-page article p.fontlarge,
.page_policy p.fontlarge {
	margin: 0.5em 0;
	font-size: 111.1111%;
}
.treatment-page article .images,
.page_number .images,
.page_policy .images,
.page_feature .images {
	display: block;
	width: auto;
	max-width: 660px;
	height: auto;
	margin: 40px auto;
}
.treatment-page article .images img,
.page_number .images img,
.page_policy .images img,
.page_feature .images img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.treatment-page article .images_s {
	display: block;
	width: auto;
	max-width: 360px;
	height: auto;
	margin: 40px auto;
}
.treatment-page article .images_s img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.treatmentTableWrapper {
	width: 100%;
	margin-bottom: 1.8em;
}
.treatmentTable {
	width: 100%;
	border-top: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
}
.treatmentTable th,
.treatmentTable td {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
}
.treatmentTable thead th {
	vertical-align: middle;
	padding: 10px 0;
	background: #d3ecf6;
	font-weight: normal;
	text-align: center;
}
.treatmentTable tbody th {
	vertical-align: middle;
	padding: 10px 20px;
	background: #e9f5fa;
	font-weight: normal;
	text-align: left;
}
.treatmentTable tbody td {
	vertical-align: middle;
	padding: 10px 20px;
	font-weight: normal;
	text-align: left;
}


@media screen and (max-width:979px) {
	.splash {
		margin-top: 60px;
		height: 252px;
		border-bottom: 3px solid #004382;
	}
	.splash_blog {
		background: url(../images/splash/blog_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_about {
		background: url(../images/splash/about_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_gestational {
		background: url(../images/splash/gestational_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_atopy {
		background: url(../images/splash/atopy_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_gynecologic {
		background: url(../images/splash/gynecologic_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_othertreatment {
		background: url(../images/splash/othertreatment_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_case {
		background: url(../images/splash/case_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_reservation {
		background: url(../images/splash/contact_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splash_cost {
		background: url(../images/splash/cost_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.splashLetterWrapper {
		display: none;
	}
	.spSplashLetterWrapper {
		display: block;
		margin: 10px 20px 0 20px;
		text-align: center;
	}
	.spSplashLetterWrapper span {
		display: inline-block;
		font-size: 88.888%;
		font-weight: normal;
		text-align: center;
		line-height: 1em;
	}
	.spSplashLetterWrapper em {
		display: inline-block;
		margin-top: 5px;
		color: #0f4a8d;
		font-family: 'PT Sans Narrow', sans-serif;
		font-size: 88.888%;
		text-align: center;
		font-style: normal;
		line-height: 1em;
	}
	.page_atopy .spSplashLetterWrapper em {
		margin-left: 5px;
	}
	.page_atopy .spSplashLetterWrapper span a {
		color: #333;
	}
	.category_icon {
		width: 50px;
		height: 50px;
		margin: 15px auto 0 auto;
	}
	.category_icon img {
		width: 50px;
		height: 50px;
	}
	
	.inPageNavi {
		display: block;
		margin: 10px auto 15px auto;
		text-align: center;
	}
	.page_atopy .inPageNavi {
		display: none;
	}
	.inPageNavi .link {
		display: inline-block;
		margin-left: 0;
		text-align: center;
		margin-right: 8px;

	}
	.inPageNavi .link:first-of-type {
		margin-left: 8px;
	}
	.inPageNavi .link:first-of-type:before {
		content: "";
		margin-right: 0;
	}
	.inPageNavi .link:after {
		content: "";
		margin-left: 0;
	}
	.inPageNavi .link a {
		background: none;
		padding-left: 0;
		font-size: 77.7777%;
	}
	
	.categoryTitle {
		width: 100%;
		border-radius: 0;
		font-size: 122%;
	}
	.categoryTitle2 {
		width: 100%;
		border-radius: 0;
		font-size: 122%;
	}
	.categoryTitleSub {
		font-size: 122.222%;
		margin-bottom: 45px;
	}
	.categoryTitleSub span {
		display: inline-block;
		padding-bottom: 15px;
		border-bottom: 2px solid #0f4a8d;
		line-height: 1.4em;
	}
	.treatment-page,
	.clinic-page-division,
	.page_attitude,
	.page_number,
	.page_media,
	.page_doctor,
	.page_herbalmedicine,
	.page_feature,
	.page_clinicindex,
	.page_kanpo,
	.page_policy,
	.page_faq,
	.page_flow,
	.page_initial,
	.page_searchresult,
	.page_case_lower {
		padding-top: 60px;
	}
	.post-template-default {
		padding-top: 0;
	}
	.post-template-default main h1.entry-title {
		margin-top: 85px;
	}
	.treatment-page article,
	.page_case_lower article,
	.single-post article {
		width: calc(100% - 20px);
	}
	.clinicTel {
		display: block;
		margin-top: 30px;
		padding: 8px 0;
		color: #224988;
		background: none;
		font-size: 100%;
		font-weight: bold;
		font-style: normal;
		line-height: 1em;
		text-align: center;
	}
	.clinicTel em {
		font-style: normal;
	}
	.clinicTel em span {
		display: none;
	}
	.clinicTel a {
		display: block;
		margin-top: 8px;
		padding: 10px 0;
		border: 1px solid #c1c5c9;
		border-radius: 10px;
		color: #333;
		line-height: 1em;
		text-decoration: none;
		font-weight: normal;
	}
	.clinicTel a img {
		display: inline-block;
		vertical-align: middle;
		width: 24px;
		margin: 0 0 4px 0;
		
	}
	.clinicTel b {
		display: none;
	}
	.treatment-page_splash {
		width: 100%;
		max-width: 660px;
		height: auto;
		margin: 25px auto 30px auto;
	}
	.treatment-page_splash img {
		width: 100%;
		height: auto;
	}
	.treatment-page article h1.entry-title,
	.single-post h1.entry-title,
	.page_clinic h1.entry-title,
	.page_about h1.entry-title,
	.page_case_lower h1.entry-title,
	.page_cost h1.entry-title,
	.page_reservation h1.entry-title,
	.treatment-page article h1.entry-title,
	.page_case_lower article h1.entry-title,
	.single-post h1.entry-title {
		margin-top: 25px;
		font-size: 122.222%;
	}
	.treatment-page article h1.entry-title,
	.page_case_lower article h1.entry-title {
		margin-bottom: 27px;
	}
	.treatment-page article h2,
	.page_case_lower article h3 {
		margin-bottom: 30px;
		padding: 5px 10px;
		font-size: 122.2222%;
		line-height: 1.5em;
	}
	.treatment-page article h3 {
		font-size: 100%;
	}
	.treatment-page article p {
		font-size: 88.888888%;
	}
	.treatment-page article .images,
	.page_number .images,
	.page_policy .images,
	.page_feature .images,
	.treatment-page article .images_s {
		width: calc(100% - 20px);
		max-width: calc(100% - 20%);
		height: auto;
		margin: 30px auto;
	}
	.treatment-page article .images img,
	.page_number .images img,
	.page_policy .images img,
	.page_feature img,
	.treatment-page article .images_s img {
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
	}
	.treatmentTableWrapper {
		width: 100%;
		overflow-x: scroll;
	}
	.treatmentTable {
		width: 980px;
		font-size: 88.8888%;
	}
}


/* ====== article Link ===== */
.articleLink {
	width: 980px;
	margin: 60px auto 0 auto;
}
.articleLink h2 {
	padding: 3px 20px;
	background: #b5b5b5;
	border-top: 1px solid #c9cdd0;
	border-right: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}
.articleLinkMain {
	padding: 15px 20px;
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.articleLinkMain ul {
	
}
.articleLinkMain ul li {
	
}
.articleLinkMain ul li a,
p.inArticleLink a {
	padding-left: 16px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	word-break: break-all;
}
@media screen and (max-width:979px) {
	.articleLink {
		width: calc(100% - 20px);
		margin: 60px auto 0 auto;
	}
	.articleLink h2 {
		padding: 3px 15px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		font-size: 100%;
	}
	.articleLinkMain {
		padding: 15px 15px;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.articleLinkMain ul li {
		padding: 3px 0;
	}
	.articleLinkMain ul li a {
		padding-left: 10px;
		background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
		background-size: 7px 12px;
		font-size: 88.8888%;
	}
	.articleLinkMain ul li a span {
		display: none;
	}
}

/* ====== page author ===== */
.pageAuthorStripe {
	margin-top: 60px;
	padding: 30px 0 40px 0;
	background: url(../images/common/spriteGray.gif) repeat 50% 0;
}
.pageAuthor {
	width: 980px;
	margin: 0 auto 0 auto;
}
.pageAuthorTitle {
	display: block;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
}
.pageAuthorTitle span {
	display: inline-block;
	min-height: 35px;
	padding-left: 35px;
	background: url(../images/common/doctor.svgz) no-repeat 0 0;
	background-size: 29px 37px;
	line-height: 37px;
}
.pageAuthorCont {
	margin-top: 20px;
	padding: 20px 25px;
	background: #fff;
}
.pageAuthorStripeClinic .pageAuthorCont {
	margin-top: 10px;
}
.pageAuthorContSpWrapper {

}
.pageAuthorContL {
	float: left;
	width: 120px;
	margin-left: 0;
}
.pageAuthorContL img {
	display: block;
	width: 100px;
	height: 130px;
}
.pageAuthorContL span {
	display: block;
	width: 100px;
	margin-top: 50px;
}
.pageAuthorContL span img {
	display: block;
	width: 100px;
	height: 118px;
}
.pageAuthorContR {
	float: right;
	width: 810px;
}
.pageAuthorContRT {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c9cdd0;
}
.pageAuthorContRTL {
	display: table-cell;
	vertical-align: bottom;
	width: auto;
	font-size: 87.5%;
}
.pageAuthorContRTL em {
	font-size: 114.2857%;
	font-style: normal;
	font-weight: bold;
}
.pageAuthorContRTL2 {
	display: table-cell;
	vertical-align: bottom;
	width: 300px;
	text-align: right;
}
.pageAuthorContRTL2 img {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 7px 0 0;
}
.pageAuthorContRTL2 span {
	display: inline-block;
	vertical-align: middle;
}
.pageAuthorContRTL2 a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding: 4px 9px 4px 9px;
	color: #fff;
	background: #333333;
	border-radius: 2px;
	font-size: 87.5%;
	text-decoration: none;
	line-height: 1em;
	transition: all 0.3s;
}
.pageAuthorContRTL2 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.telSp,
.telSp_clinic {
	display: none;
}
.pageAuthorContRTL2_clinic {
	display: table-cell;
	vertical-align: bottom;
	width: 300px;
	text-align: right;
}
.pageAuthorContRTL2_clinic a {
	padding-left: 13px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}


.pageAuthorDesc1 {
	margin-top: 15px;
	font-size: 87.5%;
	line-height: 1.6em;
}
.pageAuthorDesc2 {
	font-size: 87.5%;
	line-height: 1.6em;
}
@media screen and (max-width:979px) {
	.pageAuthorStripe {
		margin-top: 60px;
		padding: 15px 0 20px 0;
		background: url(../images/common/spriteGray.gif) repeat 50% 50%;
	}
	.pageAuthor {
		width: calc(100% - 20px);
		margin: 35px auto 0 auto;
	}
	.pageAuthorStripeClinic .pageAuthor {
		width: calc(100% - 20px);
		margin: -5px auto 0 auto;
	}
	.pageAuthorTitleL {
		width: 100%;
	}
	.pageAuthorContSpWrapper {
		display: table;
		width: 100%;
	}
	.pageAuthorContL {
		float: none;
		display: table-cell;
		vertical-align: top;
		width: 59px;
		padding-right: 10px;
	}
	.pageAuthorContL img {
		width: 59px;
		height: 77px;
	}
	.pageAuthorContL span {
		display: none;
	}
	.pageAuthorContR,
	.pageAuthorContR2,
	.pageAuthorContR3 {
		float: none;
		width: 100%;
	}
	.pageAuthorCont {
		margin-top: 15px;
		padding: 20px;
	}
	.pageAuthorContSpWrapper .pageAuthorContR {
		float: none;
		display: table-cell;
		vertical-align: middle;
		border-bottom: 1px dotted #c9cdd0;
	}
	.pageAuthorContRT {
		padding-bottom: 0;
		border-bottom: none;
	}
	.pageAuthorContRTL {
		font-size: 88.8889%;
	}
	.pageAuthorContRTL em {
		font-size: 100%;
	}
	.pageAuthorContRTL2,
	.pageAuthorContRTL2_clinic {
		display: none;
	}
	.telSp {
		display: block;
		vertical-align: bottom;
		width: 100%;
		margin-top: 10px;
		text-align: right;
	}
	.telSp img {
		display: inline-block;
		vertical-align: middle;
		width: 19px;
		height: 19px;
		margin: 0 7px 0 0;
	}
	.telSp span {
		display: inline-block;
		vertical-align: middle;
	}
	.telSp a.btnReserve {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		padding: 4px 9px 4px 9px;
		color: #fff;
		background: #333333;
		border-radius: 2px;
		font-size: 87.5%;
		text-decoration: none;
		line-height: 1em;
		transition: all 0.3s;
	}
	.telSp a.btnReserve:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.telSp_clinic {
		display: block;
		vertical-align: middle;
		width: 100%;
		margin-top: 10px;
		text-align: right;
	}
	.telSp_nisshi {
		display: inline-block;
		vertical-align: middle;
	}
	.telSp_clinic .telSp_nisshi a {
		padding-left: 13px;
		background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
		background-size: 8px 14px;
		font-size: 88.8888%;
	}
	.telSp_line {
		display: block;
		width: 110px;
		float: left;
		vertical-align: middle;
		margin-top: 5px;
	}
	.telSp_line a {
		display: block;
		width: 110px;
		height: 25px;
	}
	.telSp_line a img {
		display: block;
		width: 110px;
		height: 25px;
	}
	.pageAuthorDesc1 {
		font-size: 88.8888%;
	}
	.pageAuthorDesc1 span {
		display: block;
	}
	.pageAuthorDesc2 {
		margin-top: 15px;
		font-size: 88.8888%;
	}
}
@media screen and (max-width:374px) {
	.telSp {
		text-align: center;
	}
}

/* sample */
section.sample {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.box {
	display: table;
	margin-top: 30px;
}
.box.tac {
	margin: 30px auto 0 auto;
}
.box.tar {
	margin-left: auto;
}
.box1 {
	width: 100px;
	height: 100px;
	background: #f00;
}
.box2 {
	width: 200px;
	height: 200px;
	background: #ff0;
}
.box3 {
	width: 300px;
	height: 300px;
	background: #0ff;
}
.box span {
	display: table-cell;
	vertical-align: middle;
	font-size: 55.56%;
	text-align: center;
}
h1.sampleTitle {
	margin-top: 50px;
	border-top: 1px solid #000;
	font-size: 100%;
	font-weight: bold;
}
.sp_fs10 {
	font-size: 55.56%;
}
.sp_fs12 {
	font-size: 66.67%;
}
.sp_fs14 {
	font-size: 77.78%;
}
.sp_fs16 {
	font-size: 88.89%;
}
.sp_fs18 {
	font-size: 100%;
}
.sp_fs20 {
	font-size: 111.11%;
}
.sp_fs22 {
	font-size: 122.22%;
}
.sp_fs24 {
	font-size: 133.33%;
}
.sp_fs26 {
	font-size: 144.44%;
}
.sp_fs28 {
	font-size: 155.56%;
}
.sp_fs30 {
	font-size: 166.67%;
}
.sp_fs32 {
	font-size: 177.78%;
}
.sp_fs40 {
	font-size: 222.22%;
}


















/* ========== blog common ========== */
.breadcrumbs {
	width: 980px;
	margin: 10px auto 0 auto;
	font-size: 75%;
}
.breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline !important;
}

@media screen and (max-width:979px) {
	.breadcrumbs {
		display: none;
	}
}

/* ========== blog pagenation ========== */
.wp-pagenavi {
	margin-top: 50px;
	font-size: 87.5%;
	text-align: center;
	line-height: 1em;
}
.wp-pagenavi a {
	color: #333;
	background: #fff;
	transition: all 0.3s;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	background: #c9cdd0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
	width: 2.5em;
	margin: 0 5px;
	padding: 10px 0 8px 0;
	text-align: center;
}
.wp-pagenavi a.first {
	width: 4em;
	margin-right: 25px;
	border: 1px solid #cdd0d3;
	border-radius: 3px;
}
.wp-pagenavi a.previouspostslink {
	margin-right: 15px;
	border: 1px solid #cdd0d3;
	border-radius: 3px;
	background: #fff url(../images/blog/pagenavi_arrow_left.svgz) no-repeat 50% 50%;
	background-size: 8px 11px;
	transition: all 0.3s;
}
.wp-pagenavi a.previouspostslink:hover {
	background: #c9cdd0 url(../images/blog/pagenavi_arrow_left.svgz) no-repeat 50% 50%;
	background-size: 8px 11px;
}
.wp-pagenavi a.page {
	border: 1px solid #cdd0d3;
	border-radius: 3px;
}
.wp-pagenavi a.smaller {
	
}
.wp-pagenavi span.current {
	background: #c9cdd0;
	border: 1px solid #cdd0d3;
	border-radius: 3px;
}
.wp-pagenavi a.larger {
	
}
.wp-pagenavi a.nextpostslink {
	margin-left: 15px;
	border: 1px solid #cdd0d3;
	border-radius: 3px;
	background: #fff url(../images/blog/pagenavi_arrow_right.svgz) no-repeat 50% 50%;
	background-size: 8px 11px;
	transition: all 0.3s;
}
.wp-pagenavi a.nextpostslink:hover {
	background: #c9cdd0 url(../images/blog/pagenavi_arrow_right.svgz) no-repeat 50% 50%;
	background-size: 8px 11px;
}
.wp-pagenavi a.last {
	width: 4em;
	margin-left: 25px;
	border: 1px solid #cdd0d3;
	border-radius: 3px;
}

@media screen and (max-width:600px) {
	.wp-pagenavi a.page {
		display: none;
	}
}
@media screen and (max-width:374px) {
	.wp-pagenavi {
		margin-top: 30px;
	}
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		display: block;
		margin: 20px auto;
	}
}

/* ========== single ========== */
.single-post .singlePostDate {
	margin: 20px 0 10px 0;
	font-size: 87.5%;
	text-align: right;
	line-height: 1.1em;
}
.single-post article.type-post h2 {
	margin-bottom: 20px;
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
}
.single-post article.type-post h2:before {
	content: '■';
	color: #25a2d2;
}
.single-post .entry-content p {
	margin-bottom: 1.8em;
}
.single-post .entry-content p.blogend {
	text-align: right;
	padding-right: 2em;
}
.single-post .entry-content img {
	width: auto;
	height: auto;
	max-width: 360px;
}
.single-post .entry-content img.aligncenter {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 1.8em auto;
}
.single-post .entry-content img.alignright {
	float: right;
	padding: 0 0 35px 35px;
}
.single-post .entry-content img.alignleft {
	float: left;
	padding: 0 35px 35px 0;
}
.single-post .entry-content div.capAligncenter {
	display: block;
	width: 360px;
	height: auto;
	margin: 1.8em auto;
	color: #666;
	font-style: italic;
	font-size: 88.8888%;
}
.single-post .entry-content div.capAlignright {
	float: right;
	width: 360px;
	height: auto;
	padding: 0 0 35px 35px;
	color: #666;
	font-style: italic;
	font-size: 88.8888%;
}
.single-post .entry-content div.capAlignleft {
	float: left;
	width: 360px;
	height: auto;
	padding: 0 35px 35px 0;
	color: #666;
	font-style: italic;
	font-size: 88.8888%;
}
.single-post .entry-content div.capAligncenter img,
.single-post .entry-content div.capAlignright img,
.single-post .entry-content div.capAlignleft img {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.blogTableWrapper {
	width: 100%;
	margin-bottom: 1.8em;
}
.blogTable {
	width: 100%;
	border-top: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
}
.blogTable th,
.blogTable td {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
}
.blogTable thead th {
	vertical-align: middle;
	padding: 10px 0;
	background: #d3ecf6;
	font-weight: normal;
	text-align: center;
}
.blogTable tbody th {
	vertical-align: middle;
	padding: 10px 0;
	background: #e9f5fa;
	font-weight: normal;
	text-align: center;
}
.blogTable tbody td {
	vertical-align: middle;
	padding: 10px 0;
	font-weight: normal;
	text-align: center;
}
.single .entry-meta {
	display: none;
}

@media screen and (max-width:979px) {
	.single-post {
		margin-top: 60px;
	}
	.single-post .singlePostDate {
		font-size: 88.888%;
	}
	.single-post .entry-content {
		font-size: 88.888%;
	}
	.single-post .entry-content p.blogend {
		text-align: left;
		padding-right: 0;
	}
	.single-post .entry-content img {
		display: block;
		/* width: 100%; */
		max-width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
	.single-post .entry-content img.alignright,
	.single-post .entry-content img.alignleft {
		float: none;
		padding: 0 0 35px 0;
	}
	.single-post .entry-content div.capAligncenter,
	.single-post .entry-content div.capAlignright,
	.single-post .entry-content div.capAlignleft {
		float: none;
		display: block;
		width: 100%;
		max-width: 660px;
		margin: 0 auto 35px auto;
		padding: 0;
		text-align: center;
	}
	.single-post .entry-content div.capAligncenter img,
	.single-post .entry-content div.capAlignright img,
	.single-post .entry-content div.capAlignleft img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}
	.blogTableWrapper {
		width: 100%;
		overflow-x: scroll;
	}
	.blogTable {
		width: 980px;
	}
}


/* backnumber */
.blogBacknumber {
	width: 980px;
	margin: 60px auto 0 auto;
	font-size: 87.5%;
}
.blogBacknumber h3 {
	background: #b5b5b5;
	color: #fff;
	font-size: 114.2857%;
	font-weight: bold;
	text-align: center;
}
.blogBacknumber ul {
	margin-top: 20px;
}
.blogBacknumber > ul > li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c9cdd0;
}
.blogBacknumber > ul > li:last-child {
	border-bottom: none;
}
.blogBacknumber ul li ul {
	margin-top: 2px;
}
.blogBacknumber ul li ul li {
	float: left;
	width: calc(100% / 6);
	line-height: 1.6em;
}
.blogBacknumber ul li a {
	display: inline-block;
	color: #333;
	padding-left: 13px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	text-decoration: none;
}
.blogBacknumber ul a:hover {
	text-decoration: underline !important;
}
.blogBacknumber li.btnShow {
	display: none;
}
.showMore {
	margin-top: 30px;
	text-align: center;
}
.showMore a {
	display: inline-block;
	padding: 2px 45px;
	background: #b5b5b5;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.showMore a:hover {
	background: #c4c4c4;
}
@media screen and (max-width:979px) {
	.blogBacknumber {
		display: none;
	}
}

/* ========== archive, index ========== */
.blogAuthor {
	width: 980px;
	margin: 50px auto 0 auto;
}
.blogAuthorOsakaIndex {
	margin-top: 60px;
}
.blogAuthorTitle {
	display: table;
	width: 100%;
	border-bottom: 1px solid #c9cdd0;
}
.blogAuthorTitleL {
	display: table-cell;
	width: 600px;
	vertical-align: bottom;
}
.blogAuthorTitleL span {
	display: inline-block;
	padding: 10px 30px 7px 30px;
	background: #25a2d2;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	line-height: 1em;
}
.blogAuthorTitleR {
	display: table-cell;
	text-align: right;
}
.blogAuthorTitleR a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px 3px 10px;
	background: #0f4a8d;
	border-radius: 5px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	transition: all 0.3s;
}
.blogAuthorTitleR a:hover {
	background: #3f6ea4;
}
.blogAuthorCont {
	margin-top: 20px;
}
.blogAuthorContSpWrapper {

}
.blogAuthorContL {
	float: left;
	width: 130px;
	margin-left: 24px;
}
.blogAuthorContL img {
	display: block;
	width: 100px;
	height: 130px;
}
.blogAuthorContR {
	float: right;
	width: 826px;
}
.blogAuthorContRT {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c9cdd0;
}
.blogAuthorContRTL {
	display: table-cell;
	vertical-align: bottom;
	width: auto;
	font-size: 100%;
}
.blogAuthorContRTL em {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.blogAuthorContRTR {
	display: table-cell;
	vertical-align: bottom;
	width: 10em;
	/* padding-left: auto; */
	text-align: right;
}
.bangaiSp {
	display: none;
}
.blogAuthorContRTR a,
.bangaiSp a {
	padding-left: 13px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
.autherDesc1 {
	margin-top: 15px;
	font-size: 100%;
	line-height: 1.6em;
}
.autherDesc2 {
	font-size: 100%;
	line-height: 1.6em;
}
.blogCLink {
	display: none;
}
@media screen and (max-width:979px) {
	.blogAuthor {
		width: calc(100% - 20px);
		margin: 35px auto 0 auto;
	}
	.blogAuthorOsakaIndex {
		margin-top: 80px;
	}
	.blogAuthorTitleL {
		width: 100%;
	}
	.blogAuthorTitleL span {
		padding: 10px 10px 10px 10px;
		font-size: 100%;
	}
	.blogAuthorTitleR {
		display: none;
	}
	.blogAuthorContSpWrapper {
		display: table;
		width: 100%;
	}
	.blogAuthorContL {
		float: none;
		display: table-cell;
		vertical-align: middle;
		width: 59px;
		padding-right: 10px;
	}
	.blogAuthorContL img {
		width: 59px;
		height: 77px;
	}
	.blogAuthorContR {
		float: none;
		width: 100%;
	}
	.blogAuthorContSpWrapper .blogAuthorContR {
		float: none;
		display: table-cell;
		vertical-align: middle;
		border-bottom: 1px dotted #c9cdd0;
	}
	.blogAuthorContRT {
		padding-bottom: 0;
		border-bottom: none;
	}
	.blogAuthorContRTL {
		font-size: 88.8889%;
	}
	.blogAuthorContRTL em {
		font-size: 100%;
	}
	.blogAuthorContRTR {
		display: none;
	}
	.bangaiSp {
		display: block;
		margin-top: 10px;
		font-size: 88.888889%;
		text-align: right;
	}
	.autherDesc1 {
		font-size: 88.88889%;
	}
	.autherDesc1 span {
		display: block;
	}
	.autherDesc2 {
		margin-top: 15px;
		font-size: 88.88889%;
	}
	.blogCLink {
		display: block;
		margin-top: 30px;
		text-align: center;
	}
	.blogCLink a {
		padding: 10px 20px;
		background: #0f4a8d;
		border-radius: 5px;
		color: #fff;
		font-size: 88.888%;
		font-weight: bold;
		text-decoration: none;
		line-height: 1em;
		transition: all 0.3s;
	}
	.blogCLink a:hover {
		background: #3f6ea4;
	}
}


.blogIndexTitleWrapper {
	width: 980px;
	margin: 50px auto 0 auto;
}
.blogIndexTitle {
	display: table;
	width: 100%;
	padding: 8px 30px 8px 20px;
	background: #eff1f2;
}
.blogIndexTitle h2 {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.blogIndexTitle span {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.blogIndexTitle span a {
	padding-left: 18px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
	font-size: 87.5%;
}



.archiveTitle {
	width: 980px;
	margin: 50px auto 0 auto;
	padding: 8px 20px;
	background: #eff1f2;
	font-weight: bold;
}
.archiveLoop {
	display: table;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #c9cdd0;
}
.archiveLoopL {
	display: table-cell;
	vertical-align: top;
	width: 170px;
}
.archiveLoopImg {
	display: table;
	width: 168px;
	height: 168px;
	border: 1px solid #c9cdd0;
}
.archiveLoopImg a {
	display: table-cell;
	vertical-align: middle;
}
.archiveLoopImg a img {
	display: block;
	width: auto;
	height: auto;
	max-width: 168px;
	max-height: 168px;
	margin: 0 auto;
	transition: all 0.3s;
}
.archiveLoopImg a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.archiveLoopR {
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding-left: 40px;
}
.archiveLoopR .entry-header h1.entry-title {
	
}
.archiveLoopR .entry-header h1.entry-title a {
	text-decoration: none;
}
.archiveLoopR .entry-header h1.entry-title a:hover {
	text-decoration: underline !important;
}
.archiveLoopR .entry-header .singlePostDate {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #c9cdd0;
	font-size: 100%;
}
.archiveLoopR .entry-content {
	
}
.archiveLoopR .entry-content p {
	margin-top: 10px;
	font-size: 100%;
	line-height: 1.6em;
}
.archiveLoopR .entry-content p a {
	text-decoration: none;
}
.archiveLoopR .entry-content p a:hover {
	text-decoration: underline !important;
}

@media screen and (max-width:979px) {
	.blogIndexTitleWrapper {
		width: calc(100% - 20px);
	}
	.blogIndexTitle h2 {
		font-size: 88.888%;
	}
	.blogIndexTitle span {
		display: none;
	}
	.archiveTitle {
		width: calc(100% - 20px);
		font-size: 88.888%;
	}
	.archiveLoop {
		width: calc(100% - 20px);
		padding: 20px 0;
	}
	.archiveLoopL {
		vertical-align: middle;
		width: 100px;
	}
	.archiveLoopImg {
		width: 98px;
		height: 98px;
	}
	.archiveLoopImg a img {
		max-width: 98px;
		max-height: 98px;
	}
	.archiveLoopR {
		vertical-align: middle;
		padding-left: 20px;
	}
	.archiveLoopR .entry-header h1.entry-title a {
		display: block;
		font-size: 88.888%;
	}
	.archiveLoopR .entry-header .singlePostDate {
		margin-top: 5px;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 88.888%;
	}
	.archiveLoopR .entry-content {
		display: none;
	}
}


/* ========== first directory index ========== */
.categoryLead {
	width: 980px;
	margin: 35px auto 0 auto;
}
.categoryLead p {
	margin-bottom: 1.8em;
}
.categoryLead p:last-child {
	margin-bottom: 0;
}
.categoryContentsWrapper {
	width: 980px;
	margin: 0 auto;
}
.categoryContentsInner_pc {
	display: table;
	width: 100%;
	margin: 25px auto 0 auto;
	padding-bottom: 25px;
	/* border-bottom: 1px solid #c9cdd0; */
}
h3.categoryH3 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
}
h3.categoryH3:before {
	content: '■';
	color: #25a2d2;
}
.categoryContents {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding-right: 40px;
}
.categoryContentsInner_pc .categoryContents:last-child {
	padding-right: 0;
}
.categoryContentsImg {
	display: block;
	width: 300px;
	height: 200px;
}
.categoryContentsImg a {
	display: block;
	width: 300px;
	height: 200px;
}
.categoryContentsImg a img {
	display: block;
	width: 300px;
	height: 200px;
	transition: all 0.3s;
}
.categoryContentsImg a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.categoryContents h4 {
	margin-top: 20px;
	padding-left: 16px;
	background: url(../images/common/linkBit_gray.svgz) no-repeat 0 0;
	background-size: 9px 16px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
}
.categoryContents h5 {
	margin-top: 2px;
	padding-left: 16px;
	font-size: 87.5%;
	font-weight: normal;
}
.categoryContentsBtn {
	
}
.categoryContentsBtn a {
	display: block;
	width: 158px;
	margin: 20px auto 0 auto;
	background: #b5b5b5;
	border-radius: 5px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.categoryContentsBtn a:hover {
	background: #c4c4c4;
}
.categoryContentsBtn.laws2 a {
	margin-top: calc(20px + (16px * 1.4));
}


.categoryCaseWrapper {
	width: 980px;
	margin: 50px auto 0 auto;
}
.categoryCaseWrapper_lower {
	width: 980px;
	margin: 0 auto;
}
.categoryCase {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c9cdd0;
}
.categoryCaseWrapper_lower .categoryCase {
	border-bottom: none;
}
.categoryCaseL {
	display: table-cell;
	vertical-align: middle;
	width: 45px;
	padding-right: 18px;
}
.categoryCaseL img {
	display: block;
	width: 45px;
	height: 60px;
}
.categoryCaseR {
	display: table-cell;
	vertical-align: middle;
}
.categoryCaseWrapper h3 {
	font-size: 87.5%;
	font-weight: normal;
}
.categoryCaseWrapper h3 a {
	font-size: 114.2857%;
}
.categoryCaseWrapper_lower h2 {
	font-size: 125%;
	font-weight: normal;
	line-height: 1.4em;
}


.caseBanner {
	display: block;
	width: 510px;
	height: 100px;
	margin: 60px auto 0 auto;
}
.caseBanner a {
	display: block;
	width: 510px;
	height: 100px;
	background: url(../images/gestational/caseBanner.jpg) no-repeat 0 0;
	text-indent: -9998px;
	transition: all 0.3s;
}
.caseBanner a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media screen and (max-width:979px) {
	.categoryLead {
		width: calc(100% - 20px);
		margin: 30px auto 0 auto;
	}
	.categoryLead p {
		font-size: 88.8888%;
	}
	.categoryContentsWrapper {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.categoryContentsInner_pc {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
		border-bottom: none;
	}
	.categoryContents {
		display: block;
		vertical-align: top;
		width: 100%;
		margin-top: 15px;
		padding-right: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #c9cdd0;
	}
	.categoryContents.nob {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.categoryContentsImg {
		display: block;
		/* width: 100%;
		max-width: 660px; */
		width: 60%;
		max-width: 396px;
		height: auto;
		margin: 0 auto;
	}
	.categoryContentsImg a {
		display: block;
		width: 100%;
		height: auto;
	}
	.categoryContentsImg a img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	
	
	
	.categoryContents h4 {
		width: calc(100% - 12%);
		max-width: 581px;
		margin: 10px auto 0 auto;
		padding-left: 0;
		background: none;
		font-size: 100%;
		line-height: 1.4em;
	}
	.categoryContents h5 {
		width: calc(100% - 12%);
		max-width: 581px;
		margin: 0 auto;
		padding-left: 0;
		font-size: 88.89%;
		font-weight: normal;
	}
	.categoryContentsBtn {
		width: calc(100% - 12%);
		max-width: 581px;
		margin: 0 auto;
	}
	.categoryContentsBtn a {
		display: block;
		width: 100%;
		margin: 10px auto 0 auto;
		padding: 5px 0;
		background: #b5b5b5;
		border-radius: 5px;
		color: #fff;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
	}
	.categoryContentsBtn.laws2 a {
		margin-top: 10px;
	}
	
	
	.categoryCaseWrapper {
		width: calc(100% - 20px);
		margin: 50px auto 0 auto;
	}
	.categoryCase {
		display: table;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #c9cdd0;
	}
	.categoryCaseL {
		display: table-cell;
		vertical-align: top;
		width: 45px;
		padding-right: 18px;
	}
	.categoryCaseL img {
		display: block;
		width: 45px;
		height: 60px;
	}
	.categoryCaseR {
		display: table-cell;
		vertical-align: middle;
	}
	.categoryCaseWrapper h3 {
		font-size: 88.8888%;
		font-weight: normal;
		line-height: 1.6em;
	}
	.categoryCaseWrapper h3 a {
		font-size: 112.5%;
	}
	.categoryCaseWrapper_lower h2 {
		font-size: 100%;
	}
	.categoryCaseWrapper_lower h2 span {
		font-size: 88.8888%;
	}
	
	.caseBanner {
		display: block;
		width: calc(100% - 20px);
		max-width: 353px;
		height: calc((10000vw - 2000px)/353);
		max-height: 100px;
		margin: 60px auto 0 auto;
	}
	.caseBanner a {
		display: block;
		width: 100%;
		height: calc((10000vw - 2000px)/353);
		max-height: 100px;
		background-image: url(../images/gestational/caseBanner_sp.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		text-indent: -9998px;
		transition: all 0.3s;
	}
	.caseBanner a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
}

/* ========== custom parts ========== */
.newspageList {
	
}
.newspageList .newsList:first-child {
	padding-top: 0;
	border-top: none;
}


/* ===== treatment-page custom parts ===== */
.gestational-fertility-01 {
	margin: 20px auto;
}
.atopy-pollen-01 {
	margin: 20px auto 2em auto;
}
.gestational-fertility-01 .wrapper,
.atopy-pollen-01 .wrapper {
	padding: 20px 0;
}
.gestational-fertility-01 .wrapper_pc,
.atopy-pollen-01 .wrapper_pc {
	display: table;
	margin: 0 auto;
}
.gestational-fertility-01 .wrapper_pc2 {
	display: table;
	width: 880px;
	margin: 0 auto;
}
.gestational-fertility-01 .inner,
.atopy-pollen-01 .inner {
	display: table-cell;
	padding-right: 55px;
	font-weight: bold;
}
.gestational-fertility-01 .wrapper_pc2 .inner {
	display: table-cell;
	padding-right: 0;
	font-weight: bold;
}
.gestational-fertility-01 .wrapper_pc .inner:last-child,
.atopy-pollen-01 .wrapper_pc .inner:last-child {
	padding-right: 0;
}
.gestational-fertility-05 {
	
}
.gestational-fertility-052 {

}
.gestational-fertility-05 tbody td,
.gestational-fertility-052b tbody td {
	padding: 20px 20px 10px 20px;
}
.gestational-fertility-052 tbody th {
	width: 10em;
	padding: 20px 20px 10px 20px;
}
.gestational-fertility-05 tbody td b,
.gestational-fertility-052 tbody td b {
	display: block;
	margin-bottom: 5px;
}
.gynecologic-emmenia-02 tbody th {
	width:420px;
}
.gynecologic-emmenia-02 tbody th.wfix {
	width: auto;
}
.gestational-fertility-05_cap {
	text-indent: calc(1.2em + 10px);
}
@media screen and (max-width:979px) {
	.gestational-fertility-01 {
		margin: 10px auto;
		font-size: 88.8888%;
	}
	.atopy-pollen-01 {
		margin: 10px auto 2em auto;
		font-size: 88.8888%;
	}
	.gestational-fertility-01 .wrapper,
	.atopy-pollen-01 .wrapper {
		padding: 10px 20px;
	}
	.gestational-fertility-01 .wrapper_pc,
	.gestational-fertility-01 .wrapper_pc2,
	.atopy-pollen-01 .wrapper_pc {
		display: block;
		width: auto;
		margin: 0;
	}
	.gestational-fertility-01 .inner,
	.atopy-pollen-01 .inner {
		display: block;
		padding-right: 0;
	}
	.gestational-fertility-01 .inner span,
	.atopy-pollen-01 .inner span {
		display: block;
		padding-left: 1.4em;
		line-height: 1.4em;
		text-indent: -1.4em;
	}
	.gestational-fertility-01 .inner br,
	.atopy-pollen-01 .inner br {
		display: none;
	}
}


/* reservation */
.reserve_cap01 {
	color: #cf001e;
	font-size: 125%;
}
.reserve_cap02 {
	margin-top: 35px;
	font-size: 100%;
}
.reserve_caution {
	margin-top: 40px;
	padding: 30px 85px;
	background: #eff1f2;
	border-radius: 10px;
}
.reserve_caution h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.reserve_caution ul {
	margin-top: 25px;
	font-size: 87.5%;
}
.reserve_caution ul li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.reserve_caution ul li:before {
	content: "●";
	margin-right: 0.2em;
}
.reserve_caution ul li a {
	color: #333;
}
.reservation_download {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}
.reservation_download a {
	color: #333;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
.reservation_download a span {
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #c9cdd0;
	border-radius: 5px;
	transition: all 0.3s;
}
.reservation_download a:hover span {
	background: #eff1f2;
}
.formHeaderCap {
	margin-top: 50px;
}
.formError {
	display: block;
	margin-bottom: 10px;
	color: #cf001e;
	font-weight: bold;
}
.formHeader {
	font-size: 87.5%;
}
.formHeader span.need {
	display: inline-block;
	margin-right: 0.5em;
	padding: 3px;
	color: #fff;
	background: #25a2d2;
	border-radius: 3px;
	line-height: 1.1em;
}
@media screen and (max-width:979px) {
	.reserve_cap02 {
		margin-top: 15px;
	}
	.reserve_caution {
		margin-top: 40px;
		padding: 20px;
		background: #eff1f2;
		border-radius: 10px;
	}
	.reserve_caution h2 {
		line-height: 1.4em;
	}
}
@media screen and (max-width:413px) {
	.reserve_caution h2 span {
		display: block;
	}
}

.form {
	margin-top: 15px;
	border-top: 1px solid #cacdd0;
}
.form dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #cacdd0;
}
.form dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	padding: 15px 20px 15px 10px;
	border-left: 1px solid #cacdd0;
	background: #d3ecf6;
}
.formTitleWrapper {
	display: table;
	width: 100%;
}
.formTitle {
	display: table-cell;
	vertical-align: middle;
}
.formTitleNeed {
	display: table-cell;
	vertical-align: middle;
	width: calc(2.1em + 6px);
	font-size: 87.5%;
	line-height: 1em;
	text-align: center;
}
.formTitleNeed span.need {
	display: inline-block;
	padding: 3px;
	color: #fff;
	background: #25a2d2;
	border-radius: 3px;
	line-height: 1.1em;
}
.form dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 40px 15px 40px;
	border-right: 1px solid #cacdd0;
	border-left: 1px solid #cacdd0;
}
.form dl dd.errorBg {
	background: #fee;
}
.form input[type="text"] {
	padding: 6px;
	border: 1px solid #c9cdd0;
	border-radius : 0;
	font-size: 100%;
		-webkit-appearance : none;
}
.form input[type="radio"] {
	
}
.form select {
	font-size: 100%;
}
.form textarea {
	display: block;
	width: 500px;
	height: 150px;
	margin: 0;
	padding: 6px;
	border: 1px solid #c9cdd0;
	border-radius : 0;
	font-size: 100%;
		-webkit-appearance : none;
}
.ui-state-disabled.ui-datepicker-today {
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;
}
.ui-datepicker-today span {
	color: #fff !important;
	background-color: #25a2d2 !important;
}
.error {
	display: block;
	margin-top: 10px;
	color: #cf001e;
	font-weight: bold;
}
@media screen and (max-width:979px) {
	.form dl {
		display: block;
		width: 100%;
		border-right: 1px solid #cacdd0;
		border-bottom: 1px solid #cacdd0;
		border-left: 1px solid #cacdd0;
	}
	.form dl dt {
		display: block;
		width: 100%;
		padding: 15px;
		border-left: none;
		background: #d3ecf6;
	}
	.form dl dd {
		display: block;
		width: 100%;
		padding: 15px;
		border-top: 1px solid #cacdd0;
		border-right: none;
		border-left: none;
	}
	.form textarea {
		width: 100%;
		height: 150px;
	}
}

.formNameWrapper {
	display: table;
	width: 100%;
}
.formNameWrapperSp {
	display: inline-block;
	vertical-align: top;
}
.formNameSei {
	display:table-cell;
	vertical-align: middle;
	width: calc(2em + 10px);
	padding-right: 10px;
}
.formNameMei {
	display:table-cell;
	vertical-align: middle;
	width: calc(2em + 40px);
	padding-right: 10px;
	padding-left: 30px;
}
.formNameInput {
	display:table-cell;
	vertical-align: middle;
	width: 220px;
}
.formNameInput input[type="text"] {
	width: 220px;
}
.formNameCap {
	display:table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
label.ml50 {
	margin-left: 50px;
}
input.input_mail {
	width: 305px;
}
.mailCaption {
	display: inline-block;
	padding-left: 20px;
}
.formCalWrapper {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
dd .formCalWrapper:last-child {
	margin-bottom: 0;
}
.formCalWrapperSp {
	display: inline-block;
	vertical-align: top;
}
.formCalTitle01 {
	display:table-cell;
	vertical-align: middle;
	width: calc(4em + 20px);
	padding-right: 20px;
}
.formCalInput {
	display:table-cell;
	vertical-align: middle;
	width: 200px;
}
.formCalInput input {
	width: 100%;
}
.formCalTitle02 {
	display:table-cell;
	vertical-align: middle;
	width: calc(3em + 50px);
	padding-right: 10px;
	padding-left: 40px;
}
.formCalSelect {
	display:table-cell;
	vertical-align: middle;
	width: auto;
}
	
@media screen and (max-width:979px) {
	.formNameWrapper {
		display: block;
		width: 100%;
	}
	.formNameWrapperSp {
		display:table;
		width: 100%;
		margin-bottom: 15px;
	}
	.formNameWrapper .formNameWrapperSp:last-child {
		margin-bottom: 0;
	}
	.formNameMei {
		display:table-cell;
		vertical-align: middle;
		width: calc(2em + 10px);
		padding-right: 10px;
		padding-left: 0;
	}
	.formNameInput {
		display:table-cell;
		vertical-align: middle;
		width: auto;
	}
	.formNameInput input[type="text"] {
		width: 100%;
	}
	.formNameCap {
		padding-left: 0;
	}
	input.input_mail {
		width: 100%;
	}
	.mailCaption {
		display: block;
		margin-top: 15px;
		padding-left: 0;
	}
	.formCalWrapper {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 30px;
		border-bottom: 1px dotted #cacdd0;
	}
	.formCalWrapperSp {
		display: table;
		width: 100%;
	}
	dd .formCalWrapperSp {
		margin-bottom: 15px;
	}
	.formCalInput {
		display:table-cell;
		vertical-align: middle;
		width: auto;
	}
	.formCalTitle02 {
		display:table-cell;
		vertical-align: middle;
		width: calc(4em + 20px);
		padding-right: 20px;
		padding-left: 0;
	}
	.formCalSelect {
		display:table-cell;
		vertical-align: middle;
		width: auto;
	}
}



.formBtn_conf {
	display: block;
	width: 304px;
	margin: 90px auto;
}
.formBtn_send {
	display: block;
	width: 304px;
	margin: 90px auto 0 auto;
}
.formBtn_conf input[type="submit"],
.formBtn_send input[type="submit"] {
	width: 304px;
	padding: 15px 0;
	border: none;
	border-radius: 5px;
	color: #fff;
	background: #0f4a8d;
	font-size: 125%;
	font-weight: bold;
	line-height: 1em;
		-webkit-appearance : none;
	transition: all 0.3s;
}
.formBtn_conf input[type="submit"]:hover,
.formBtn_send input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.formBtn_back {
	width: 8em;
	margin: 50px auto 90px auto;
	line-height: 1em;
}
.formBtn_back a {
	display: block;
	padding: 5px 0;
	color: #333;
	background: #eff1f2;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
.formBtn_back a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* thanks */
.thanks01 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.thanks02 {
	margin-top: 15px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.thanks03 {
	display: block;
	width: 200px;
	margin: 40px auto 0 auto;
}
.thanks03 img {
	display: block;
	width: 200px;
	height: auto;
}
@media screen and (max-width:979px) {
	.thanks03 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:413px) {
	.thanks01 {
		font-size: 150%;
	}
	.thanks02 {
		font-size: 90%;
	}
}

/* reservation tentative */
.tentative {
	
}
.tentative h1 {
	margin-top: 45px;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}
.tentative h2 {
	margin-top: 30px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.tentative p {
	margin-top: 50px;
	text-align: center;
}
.tentative .clinicIndexTelWrapper {
	width: 338px;
	margin: 10px auto;
}

@media screen and (max-width:979px) {
	.tentative h1 {
		margin-top: 25px;
		font-size: 122.222%;
	}
	.tentative h2 {
		font-size: 100%;
	}
	.tentative .clinicIndexTelWrapper {
		width: 100%;
		margin-bottom: 50px;
	}
}


/* clinic index */
.clinicH2 {
	margin-top: 50px;
	border-bottom: 1px solid #c9cdd0;
	font-size: 125%;
	font-weight: normal;
	line-height: 1em;
}
.clinicH2 span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	color: #fff;
	background: #25a2d2;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.clinicIndexWrapper {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.clinicIndexSpec,
.clinicIndexPhoto,
.clinicIndexMap {
	display: table-cell;
	vertical-align: top;
}
.clinicIndexMap.clinicIndexMap_kyoto_disabled iframe {
	display: none;
}
.clinicIndexSpec {
	
}
.clinicIndexAddress {

}
.clinicIndexBtn {
	margin-top: 15px;
}
.clinicIndexBtn a {
	display: block;
	width: 158px;
	margin: 15px 0 0 0;
	background: #b5b5b5;
	border-radius: 5px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.clinicIndexBtn a:hover {
	background: #c4c4c4;
}
.clinicIndexTelWrapper {
	margin-top: 30px;
	padding: 15px 0;
	background: #ebf5fa;
	font-size: 150%;
}
.clinicIndexTel {
	display: block;
	text-align: center;
}
.clinicIndexTel a {
	display: none;
}
.clinicIndexTelWrapper img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 10px 5px 10px;
}
.clinicIndexBtnReserve {
	
}
.clinicIndexBtnReserve a {
	display: block;
	width: 158px;
	margin: 5px auto 0 auto;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.clinicIndexBtnReserve a:hover {
	background: #5c5c5c;
}
.clinicIndexPhoto {
	width: 300px;
	padding-left: 30px;
}
.clinicIndexPhoto a {
	display: block;
	width: 270px;
	height: 270px;
}
.clinicIndexPhoto img {
	display: block;
	width: 270px;
	height: 270px;
	transition: all 0.3s;
}
.clinicIndexPhoto img.sp {
	display: none;
}
.clinicIndexPhoto a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.clinicIndexMap {
	width: 372px;
	padding-left: 30px;
}
.clinicIndexMap {
	width: 342px;
	height: 270px;
}
.clinicIndexMap iframe {
	display: block;
	width: 100%;
	height: 270px;
}

@media screen and (max-width:979px) {
	.clinicH2 {
		font-size: 122.222%;
	}
	.clinicIndexWrapper {
		display: block;
	}
	.clinicIndexSpec,
	.clinicIndexPhoto,
	.clinicIndexMap {
		display: block;
	}
	.clinicIndexMap_kyoto_disabled {
		display: none;
	}
	.clinicIndexAddress {
		line-height: 1.4em;
	}
	.clinicIndexPhoto {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.clinicIndexPhoto a {
		display: block;
		width: 100%;
		max-width: 660px;
		height: auto;
		margin: 0 auto;
	}
	.clinicIndexPhoto img {
		display: block;
		width: 100%;
		height: auto;
	}
	.clinicIndexPhoto img.pc {
		display: none;
	}
	.clinicIndexPhoto img.sp {
		display: block;
	}
	.clinicIndexTel a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.clinicIndexTel span {
		display: none;
	}
	.clinicIndexMap {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.clinicIndexMap {
		width: 100%;
		height: 400px;
	}
	.clinicIndexMap iframe {
		height: 400px;
	}
}
/* clinic detail */
.clinicLead {
	
}
.clinicLead p {
	margin-bottom: 1.8em;
}
.clinicLead p.red {
	color: #cf001e;
}
.clinicLead h2 {
	margin-top: 60px;
	margin-bottom: 1.8em;
	padding: 10px 0;
	background: #e9f5fa;
	text-align: center;
	line-height: 1.3em;
}
.clinicLead h2 br {
	display: none;
}
.clinic_reservation {
	
}
.clinic_reservation a {
	display: block;
	width: calc(10em + 80px);
	margin: 30px auto 0 auto;
	padding: 5px 0;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 137.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.clinic_reservation a:hover {
	background: #5c5c5c;
}
.clinicMap {
	
}
.clinicMap .categoryTitleSub,
.timeTable .categoryTitleSub,
.clinicCreditCard .categoryTitleSub,
.clinicPhoto .categoryTitleSub {
	margin-bottom: 35px;
}
.accessMap {
	display: block;
	width: 100%;
	height: 440px;
	margin-bottom: 20px;
}
.accessMap iframe {
	width: 100%;
	height: 440px;
}
.accessList {
	list-style: disc outside;
	margin-left: 1.5em;
}
.accessList li {
	
}
.clinicMap h3:before {
	content: '■';
	color: #25a2d2;
}
.clinicMap h3 {
	margin-top: 40px;
}
.clinicMap h3:first-of-type {
	margin-top: 25px;
}
.clinicMap h4:before {
	content: "●";
}
.clinicMap h4 {
	margin-top: 40px;
	font-weight: normal;
}
.clinicMap h4:first-of-type {
	margin-top: 5px;
}
.clinicMap table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
}
.clinicMap table thead th {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	vertical-align: middle;
	width: 50%;
	padding: 3px 0;
	background: #d6ecf6;
	font-weight: normal;
	text-align: center;
}
.clinicMap table tbody th {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	vertical-align: middle;
	width: 50%;
	padding: 3px 0;
	background: #e9f5fa;
	font-weight: normal;
	text-align: center;
}
.clinicMap table tbody td {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	width: 50%;
	vertical-align: middle;
	padding: 3px 0;
	text-align: center;
}

.timeTable {

}
.timeTable table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
}
.timeTable table thead th {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	vertical-align: middle;
	padding: 20px 0;
	background: #d3ecf6;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}
.timeTable table tbody th {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	vertical-align: middle;
	padding: 20px 0;
	background: #e9f5fa;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}
.timeTable table tbody td {
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	vertical-align: middle;
	width: 105px;
	padding: 20px 0;
	text-align: center;
	line-height: 1.4em;
}

.timeTable p {
	
}
.timeTable table img,
.timeTable p img {
	display: inline-block;
	vertical-align: top;
	width: 1.5rem;
	height: 1.5rem;
}
.timeTableTokyo {
	width: 100%;
}
.timeTableTokyo thead th,
.timeTableTokyo tbody td {
	width: calc(100% / 7);
}
.timeTableTokyo tbody td span {
	display: block;
	margin-top: 5px;
}
.timeTableTokyo tbody td span i {
	font-style: normal;
}
.timeTableTokyo tbody td span br {
	display: none;
}
.clinicCreditCard {
	
}
.clinicCreditCard img {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0 auto;
}
clinicPhoto {

}
.clinicPhotoWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 5px;
	border: none;
}
.clinicPhotoColumn {
	width: 310px;
}
.clinicPhotoColumn img {
	display: block;
	width: 100%;
	height: auto;
}
.clinicPhotoColumn span {
	display: block;
	margin-top: 15px;
	text-align: center;
}
.ipad20200601 {
	display: block;
	margin-top: 30px;
}
.ipad20200601 p {
	margin-bottom: 1.8em;
}
.clinic_link {
	
}
.tokyoline {
	display: table;
	width: 980px;
	margin: 20px auto 0 auto;
	background: #e9f5fa;
}
.tokyolineL {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	padding: 20px;
}
.tokyolineR {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 20px 20px 20px;
}
.tokyolineR em {
	display: block;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
}
.tokyoline_sp {
	display: none;
}
@media screen and (max-width:979px) {
	.tokyoline {
		display: block;
		width: calc(100% - 20px);
		padding: 10px;
	}
	.tokyolineL {
		display: none;
	}
	.tokyolineR {
		display: block;
		vertical-align: middle;
		margin-top: 20px;
		padding: 0;
		line-height: 1.4em;
	}
	.tokyolineR em {
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}
	.tokyoline_sp {
		display: block;
	}
	.tokyoline_sp a,
	.tokyoline_sp a img {
		display: block;
		width: 110px;
		height: 25px;
	}
}

.pageCatLinkContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 5px;
	border: none;
}
.pageCatLinkContainer.onecol {
	width: 475px;
	margin: 5px auto 0 auto;
}
.pageCatLinkWrapper {
	width: 475px;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #0f4a8d;
	border-radius: 5px;
}
.pageCatLinkWrapper a {
	display: block;
	padding: 8px 0;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.pageCatLinkInner {
	display: table;
	width: 100%;
}
.pageCatLinkIcon {
	display: table-cell;
	vertical-align: middle;
	width: 38px;
	padding: 0 10px 0 20px;
}
.pageCatLinkIcon img {
	width: 38px;
	height: 38px;
	transition: all 0.3s;
}
.pageCatLinkWrapper a:hover .pageCatLinkIcon img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pageCatLinkInner span {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	background-image: url(../images/common/linkBit_blue.svgz);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 9px 16px;
}
.pageCatLinkInner span i {
	font-style: normal;
}

@media screen and (max-width:979px) {
	.clinicLead h2 br {
		display: block;
	}
	.clinic_reservation a {
		margin: 25px auto;
	}
	.clinicPhotoColumn {
		width: calc((100% - 50px)/3);
	}
	.pageCatLinkContainer {
		margin-top: 0;
		width: auto;
	}
	.pageCatLinkContainer .pageCatLinkWrapper {
		width: calc((100% - 13px) / 2);
		margin-top: 10px;
		margin-bottom: 0;
		background: #fff;
		border: 1px solid #0f4a8d;
		border-radius: 5px;
		overflow: hidden;
	}
	.pageCatLinkContainer.onecol {
		width: auto;
	}
	.pageCatLinkContainer.onecol .pageCatLinkWrapper {
		margin-right: auto;
		margin-left: auto;
	}
	.pageCatLinkContainer .pageCatLinkWrapper:nth-child(3n) {
		border-right: 1px solid #0f4a8d;
	}
	.pageCatLinkWrapper a {
		padding: 6px 0;
	}
	.pageCatLinkInner {
		display: block;
		text-align: center;
	}
	.pageCatLinkIcon {
		display: block;
		width: 36px;
		margin: 0 auto;
		padding: 0;
	}
	.pageCatLinkIcon img {
		width: 36px;
		height: 36px;
	}
	.pageCatLinkInner span {
		display: inline-block;
		padding-left: 16px;
		background-position: 0 50%;
		font-size: 88.8888%;
	}
	.pageCatLinkInner span i {
		display: none;
	}
	.timeTableTokyo {
		width: 100%;
	}
	.timeTableTokyo .spdn {
		display: none;
	}
	.timeTableTokyo thead th,
	.timeTableTokyo tbody td {
		width: calc(100% / 5);
	}
	.timeTableTokyo tbody td span {
		display: block;
		margin-top: 15px;
		line-height: 1.3em;
	}
	.timeTableTokyo tbody td span i {
		display: none;
	}
	.timeTableTokyo tbody td span br {
		display: block;
		line-height: 1.3em;
	}
}
@media screen and (max-width:413px) {
	.clinicPhotoColumn {
		width: 100%;
		margin-bottom: 30px;
	}
	.clinicLinkInner span {
		font-size: 77.7777%;
	}
}
@media screen and (max-width:374px) {
	.clinicLinkInner span {
		font-size: 66.6666%;
	}
	.clinic_reservation a {
		font-size: 115%;
	}
}
/* cost */
.costTable {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 1.8em;
	border-top: 1px solid #c9cdd0;
}
.costTable dl {
	display: table;
	width: 100%;
}
.costTable dt {
	display: table-cell;
	vertical-align: top;
	width: 210px;
	padding: 20px;
	background: #e9f5fa;
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
	border-left: 1px solid #c9cdd0;
}
.costTable dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	border-right: 1px solid #c9cdd0;
	border-bottom: 1px solid #c9cdd0;
}
.costTable dd br {
	display: none;
}
.costTable dd i {
	font-style: normal;
}
@media screen and (max-width:979px) {
	.costTable dl {
		display: block;
		font-size: 88.8888%;
	}
	.costTable dt {
		display: block;
		width: 100%;
		padding: 10px 20px;
	}
	.costTable dd {
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-left: 1px solid #c9cdd0;
	}
	.costTable dd br {
		display: block;
	}
	.costTable dd i {
		display: none;
	}
}

/* faq */
h2.faqTitleGray {
	margin-bottom: 40px;
	padding: 0 20px;
	background: #eff1f2;
	font-size: 150%;
	font-weight: bold;
}
.faqList {
	margin-top: 35px;
	margin-left: 1.5em;
	list-style: disc outside;
}
.faq {
	margin-top: 50px;
}
.faqTitle {
	background: #25a2d2;
}
.faqCont {
	margin-top: 20px;
}
.faqL {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 18px;
}
.faqCont .faqL {
	display: table-cell;
	vertical-align: top;
}
.faqL img {
	display: block;
	width: 20px;
	height: 30px;
}
.faqR {
	display: table-cell;
	vertical-align: middle;
}
.faqTitle .faqR {
	color: #fff;
	font-weight: bold;
}
.faqCont .faqR {
	padding-top: 10px;
}

@media screen and (max-width:979px) {
	h2.faqTitleGray {
		margin-bottom: 30px;
		padding: 5px 10px;
		font-size: 122.2222%;
		line-height: 1.5em;
	}
	.faqTitle {
		padding: 5px 0;
	}
	.faqTitle .faqR {
		line-height: 1.4em;
	}
	.faqCont .faqR {
		padding-top: 8px;
	}
}

/* kanpo */
.page_kanpo h2.faqTitleGray {
	margin-top: 70px;
}
.page_kanpo h2.faqTitleGray:first-of-type {
	margin-top: 50px;
}
.kanpoWrapper {
	display: table;
	width: 100%;
}
.kanpoL {
	display: table-cell;
	vertical-align: top;
	width: 505px;
}
.kanpoL img {
	display: block;
	width: 100%;
	height: auto;
}
.kanpoR {
	display: table-cell;
	vertical-align: top;
	padding-left: 60px;
}
@media screen and (max-width:979px) {
	.kanpoWrapper {
		display: block;
	}
	.kanpoL {
		display: block;
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
	}
	.kanpoR {
		display: block;
		margin-top: 30px;
		padding-left: 0;
	}
}

/* policy */
/* herbal_medicine */
.page_policy h2.faqTitleGray,
.page_herbalmedicine h2.faqTitleGray {
	margin-top: 70px;
}
.page_policy h2.faqTitleGray:first-of-type,
.page_herbalmedicine h2.faqTitleGray:first-of-type {
	margin-top: 50px;
}
.page_policy p,
.page_herbalmedicine p {
	margin-bottom: 1.8em;
}
.herbalMedicineWrapper {
	display: table;
	width: 100%;
}
.herbalMedicineL {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.herbalMedicineR {
	display: table-cell;
	vertical-align: top;
	width: 360px;
}
.herbalMedicineR img {
	display: block;
	width: 360px;
	height: auto;
}
.herbalMedicineR span {
	display: block;
	margin-top: 5px;
}
@media screen and (max-width:979px) {
	.herbalMedicineWrapper {
		display: block;
		width: 100%;
	}
	.herbalMedicineL {
		display: block;
		padding-right: 0;
	}
	.herbalMedicineR {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 20px auto 0 auto;
	}
	.herbalMedicineR img {
		display: block;
		width: 100%;
		height: auto;
	}
	.herbalMedicineR span {
		display: block;
		margin-top: 5px;
	}
}
/* flow */
.page_flow h2.faqTitleGray {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.page_flow h2.faqTitleGray:first-of-type {
	margin-top: 50px;
}
.nextAllow {
	display: block;
	width: 64px;
	height: 32px;
	margin: 30px auto;
}
.nextAllow img {
	display: block;
	width: 64px;
	height: 32px;
}
.flowWrapper {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.flowL {
	display: table-cell;
	vertical-align: middle;
	width: 136px;
}
.flowL img {
	display: block;
	width: 136px;
	height: 136px;
}
.flowR {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.flowDiagnosis {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #c9cdd0;
}
.flowDiagnosis:first-of-type {
	margin-top: 1.8em;
	border-top: 1px dotted #c9cdd0;
}
.flowDiagnosis:last-of-type {
	margin-bottom: 1.8em;
}
.flowDiagnosis dt {
	display: table-cell;
	vertical-align: middle;
	width: 8em;
	padding: 15px 0;
	font-weight: bold;
}
.flowDiagnosis dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0 15px 40px;
}
.flowR img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.flowWrapper_vt {
	
}
.flowWrapper_vt .flowL,
.flowWrapper_vt .flowR {
	vertical-align: top;
}
@media screen and (max-width:979px) {
	.flowWrapper {
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.flowL {
		display: block;
		width: 136px;
		margin: 0 auto;
	}
	.flowL img {
		display: block;
		width: 136px;
		height: 136px;
	}
	.flowR {
		display: block;
		vertical-align: middle;
		margin-top: 30px;
		padding-left: 0;
	}
	.flowDiagnosis {
		display: block;
		width: 100%;
		border-bottom: 1px dotted #c9cdd0;
	}
	.flowDiagnosis:first-of-type {
		margin-top: 1.8em;
		border-top: 1px dotted #c9cdd0;
	}
	.flowDiagnosis:last-of-type {
		margin-bottom: 1.8em;
	}
	.flowDiagnosis dt {
		display: block;
		width: auto;
		padding: 15px 0;
		font-weight: bold;
	}
	.flowDiagnosis dd {
		display: block;
		padding: 0 0 15px 0;
	}
	.flowR img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.flowWrapper_vt {
		
	}
	.flowWrapper_vt .flowL,
	.flowWrapper_vt .flowR {
		vertical-align: top;
	}
}

/* media */
.page_about h2.faqTitleGray {
	margin-top: 80px;
}
.page_about h2.faqTitleGray:first-of-type {
	margin-top: 40px;
}
.mediaWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.media {
	width: 33.3333%;
	margin-bottom: 80px;
}
.mediaWrapper .media:nth-last-of-type(1),
.mediaWrapper .media:nth-last-of-type(2),
.mediaWrapper .media:nth-last-of-type(3) {
	margin-bottom: 0;
}
.media img {
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto;
}
.media h3 {
	display: block;
	height: 6em;
	margin-top: 16px;
	padding: 0 30px;
	font-size: 100%;
	font-weight: bold;
}
.media a {
	/* text-decoration: none; */
	color: #333;
}
.media a img {
	transition: all 0.3s;
}
.media a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.media h3.bookTitle {
	display: block;
	height: 2.7em;
	margin-top: 16px;
	padding: 0 30px;
	font-size: 100%;
	font-weight: bold;
}
.media .media_date {
	display:block;
	padding: 0 30px;
	font-size: 81.25%;
	line-height: 1.3em;
}
.media .media_title {
	display:block;
	padding: 0 30px;
	font-size: 81.25%;
	line-height: 1.3em;
}
.media .media_pub {
	display:block;
	padding: 0 30px;
	font-size: 81.25%;
	line-height: 1.3em;
}

@media screen and (max-width:979px) {
	.media {
		width: 100%;
	}
	.mediaWrapper .media:nth-last-of-type(2),
	.mediaWrapper .media:nth-last-of-type(3) {
		margin-bottom: 80px;
	}
	.media h3,
	.media h3.bookTitle {
		height: auto;
		margin-bottom: 10px;
		padding: 0;
	}
	.media .media_date,
	.media .media_title,
	.media .media_pub {
		padding: 0;
		font-size: 88.8888%;
		line-height: 1.8em;
	}
}

/* feature */
.feature04p {
	margin-bottom: 1.8em;
}
.feature04p2 {
	text-align: right;
}

/* doctor */
.page_doctor .blogAuthorCont.btd {
	padding-top: 20px;
	border-top: 1px dotted #c9cdd0;
}
.page_doctor .autherDesc1,
.page_doctor .autherDesc2 {
	font-size: 100%;
}

/* attitude */
.attitudeSplash {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 85px auto 80px auto;
}
.attitudeSplash img {
	display: block;
	width: 100%;
	height: auto;
}
.attitudeSplash img.sp {
	display: none;
}
.attitude_ayumigraph {
	margin-bottom: 50px;
}
.attitude_ayumigraph h3,
.caseProcess h4 {
	display: block;
	margin-top: 40px;
	padding: 8px 0;
	color: #fff;
	background: #25a2d2;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.caseProcess h4 span {
	margin-left: 1em;
}
.attitude_ayumigraph p:before,
.caseProcess p:before {
	display: block;
	width: 26px;
	height: 10px;
	content: "";
	margin: 0 auto 20px auto;
	background: url(../images/about/attitude/ayumi_arrow.svgz) no-repeat 50% 0;
	background-size: 100% 100%;
}
.caseProcess p + p:before {
	display: none;
}
.attitude_ayumigraph p {
	margin-top: 0;
	font-size: 100%;
	text-align: center;
}
.caseProcess p {
	margin-top: 0;
	font-size: 100%;
	text-align: left;
}
.attitude_ayumi {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.attitude_ayumiL {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.attitude_ayumiR {
	display: table-cell;
	vertical-align: top;
	width: 360px;
}
.attitude_ayumiR img {
	display: block;
	width: 360px;
	height: auto;
}
.attitude_ayumiR span {
	display: block;
	margin-top: 5px;
	text-align: right;
}
@media screen and (max-width:979px) {
	.attitudeSplash img.pc {
		display: none;
	}
	.attitudeSplash img.sp {
		display: block;
	}
	.caseProcess h4 span {
		display: block;
		margin-left: 0;
	}
	.attitude_ayumigraph p:before,
	.caseProcess p:before {
		width: 52px;
		height: 20px;
	}
	.attitude_ayumigraph p {
		text-align: left;
	}
	.attitude_ayumi {
		display: block;
		margin-top: 40px;
	}
	.attitude_ayumiL {
		display: block;
		padding-right: 0;
	}
	.attitude_ayumiR {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 20px auto 0 auto;
	}
	.attitude_ayumiR img {
		display: block;
		width: 100%;
		height: auto;
	}
	.attitude_ayumiR span {
		display: block;
		margin-top: 5px;
		text-align: center;
	}
}

/* number */
.number_graph_lead {
	margin-top: 40px;
}

.numberTableWrapper,
.numberTableWrapper2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.numberTable {
	width: 475px;
	background: #eff1f2;
}
.numberTableWrapper2 .numberTable {
	width: 230px;
	margin-bottom: 20px;
}
.numberTableWrapper2 .numberTable.contnone {
	background: none;
}
.numberTable100 {
	width: 100%;
	background: #eff1f2;
}
.page_number h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
}
.page_number h3:before {
	content: '■';
	color: #25a2d2;
}
.numberTable h4,
.numberTable100 h4 {
	display: block;
	padding: 8px 25px;
	background: #d3ecf6;
}
.numberTableWrapper2 .numberTable h4 {
	text-align: center;
}
.numberTableCont {
	padding: 10px 20px;
	line-height: 1.6em;
}
.numberTableCont ul {

}
.numberTableCont ul li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.numberTableCont ul li:before {
	content: "●";
	margin-right: 0.2em;
}
.numberTableWrapper2 .numberTableCont {
	display: block;
	min-height: 4.8em;
	padding: 10px;
	font-size: 87.5%;
	line-height: 1.6em;
}

@media screen and (max-width:979px) {
	.numberTableWrapper,
	.numberTableWrapper2 {
		display: block;
		margin-top: 30px;
	}
	.numberTable {
		width: 100%;
		background: #eff1f2;
		margin-bottom: 30px;
	}
	.numberTableWrapper2 .numberTable {
		width: 100%;
	}
	.numberTableWrapper2 .numberTableCont {
		min-height: initial;
		min-height: auto;
	}
}

/* case */
.page_case_lower article h3 {
	margin-top: 40px;
}
@media screen and (max-width:979px) {
	
}

/* initial */
.page_initial h2.faqTitleGray {
	margin-top: 40px;
}
.initialClinicWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.initialClinic {
	display: block;
	width: 310px;
	margin:0 auto;
}
.initialClinicPhoto {
	
}
.initialClinicPhoto a {
	display: block;
	text-decoration: none;
}
.initialClinicPhoto a:hover {
	text-decoration: underline;
}
.initialClinicPhoto a img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.initialClinicPhoto a img.sp {
	display: none;
}
.initialClinicPhoto a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.initialClinicPhoto a p {
	display: block;
	margin: 15px auto 0 auto;
	text-align: center;
}
.initialClinicPhoto a span {
	padding-left: 19px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 10px 16px;
	font-size: 125%;
	font-weight: bold;
}
.initialClinicAddress {
	margin-top: 10px;
	font-size: 87.5%;
	line-height: 1.4em;
}
.initialClinicAddress br {
	line-height: 1.4em;
}
.initialClinicTelWrapper {
	display: table;
	width: 100%;
	height: 8em;
	margin-top: 20px;
	background: #ecf5fa;
}
.initialClinicTelInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.initialClinicTel {
	font-size: 125%;
}
.initialClinicTel a {
	display: none;
}
.initialClinicTel img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 10px 5px 10px;
}
.initialClinicBtnReserve {
	
}
.initialClinicBtnReserve a {
	display: block;
	width: 158px;
	margin: 15px auto 0 auto;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.initialClinicBtnReserve a:hover {
	background: #5c5c5c;
}


@media screen and (max-width:979px) {
	.initialClinicWrapper {
		display: block;
	}
	.initialClinic {
		display: block;
		width: 100%;
		margin-top: 50px;
	}
	.initialClinicWrapper .initialClinic:first-of-type {
		margin-top: 0;
	}
	.initialClinicPhoto a img.pc {
		display: none;
	}
	.initialClinicPhoto a img.sp {
		display: block;
	}
	.initialClinicTelWrapper {
		height: auto;
		padding: 20px 0;
	}
	.initialClinicTel a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.initialClinicTel span {
		display: none;
	}
}

/* recruit */
.recruit_sp {
	display: none;
}
.recruitLink span {
	padding-left: 16px;
	background: url(../images/common/linkBit_sky.svgz) no-repeat 0 50%;
	background-size: 8px 14px;
}
@media screen and (max-width:979px) {
	.recruit_pc {
		display: none;
	}
	.recruit_sp {
		display: inline-block;
	}
}


/* 404 */
.error404 {
	display: block;
	width: 980px;
	margin: 80px auto;
}
.error404 h1 {
	display: block;
	color: #26468d;
	font-size: 237.5%;
	font-weight: bold;
	text-align: center;
}
.error404 h2 {
	display: block;
	width: 500px;
	margin: 30px auto 0 auto;
	font-size: 187.5%;
	font-weight: bold;
}
.error404 p {
	display: block;
	width: 500px;
	margin: 5px auto 0 auto;
	font-size: 112.5%;
}
@media screen and (max-width:979px) {
	.error404 {
		margin: 160px auto 120px auto;
		width: calc(100% - 20px);
	}
	.error404 h2,
	.error404 p {
		width: 100%;
	}
	.error404 h1 {
		font-size: 150%;
	}
	.error404 h2 {
		font-size: 122.2222%;
	}
	.error404 p {
		font-size: 100%;
	}
}

/* tokyo/greeting - 20191010 */
.greeting0 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px auto;
}
.greeting1 {
	width: 100%;
	max-width: 940px;
	margin: 40px auto;
}
.greeting1o {
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
}
.greeting0 img,
.greeting1 img,
.greeting1o img {
	display: block;
	width: 100%;
}
@media screen and (max-width:979px) {
	.greeting0 {
		width: 39.16vw;
		max-width: 400px;
	}
}

/* 20200330 top header caution */
.headerCautionWrapper {
	width: 980px;
	margin: 10px auto;
}
.page_other_treatment .headerCautionWrapper {
	margin: 30px auto;
}
.headerCaution {
	display: block;
	padding: 5px 20px 5px 40px;
	background: #fee;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.headerCaution h2 {
	display: block;
	font-size: 120%;
	font-weight: bold;
}
.headerCaution ul {
	display: block;
	margin-top: 10px;
}
.headerCaution li {
	list-style: disc outside;
	color: #cf001e;
	/* text-indent: -1.5em; */
	padding-left: 0;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.headerCaution a {
	display: block;
	color: #cf001e;
	text-decoration: none;
}
.headerCaution a:hover {
	text-decoration: underline;
}

@media screen and (max-width:979px) {
	.headerCautionWrapper {
		width: calc(100% - 20px);
		margin: 70px auto 10px auto;
	}
	.headerCaution {
		font-size: 90%;
		line-height: 1.4em;
	}
	.headerCaution span {
		display: block;
		line-height: 1.4em;
	}
}
.other_treatment-protection-01 tbody td {
	text-align: center;
}
.other_treatment-protection-01 tbody td.tal {
	text-align: left;
}
ul.decimal {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.other_treatment-protection-02 {
	display: block;
	margin-bottom: 1.8em;
	padding: 20px;
}

/*====================================================

 BLOG STYLES

====================================================*/
.bloginfo {
	border-top:#CCC 1px solid;
	padding:20px 0;
}
.bloginfo.bloglist {
	border-top: none !important;
	padding:0 !important;
}
.bloginfo dl {
padding: 7px 15px;
}
.bloginfo dt {
padding-bottom: 3px;
}
.bloginfo dd a {
	color:#333 !important;
	text-decoration:none !important;
}
.bloginfo dd a:hover {
	text-decoration:underline !important;
}

@media screen and (min-width: 980px) {
.bloginfo dt {
clear: left;
float: left;
width: 15%;
}
.bloginfo dd {
margin-left: 3%;
}
}

.blog2Col{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.blog2Col > .blogmainCol{
  width: calc(100% - 200px);
}
.blog2Col > .blogsideCol{
  width: 170px;
}
@media screen and (max-width:979px) {
  .blog2Col{
    display: block;
  }
  .blog2Col > .blogmainCol{
    width: 100%;
    margin-bottom: 30px;
  }
  .blog2Col > .blogsideCol{
    width: 100%;
  }  
}

/*-------------------------------
 .sideCol
-------------------------------*/
.blogsideCol{
}
.sideTit{
		font-size:13px;
  margin-bottom: 15px;
  position: relative;
		font-weight:bold;
}
.sideTit span.category:before{
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background-image: url(/images/blog/sideIco-category.png);
  background-size: contain;
  vertical-align: middle;
		color:#004e8d;
}
/* ul.categorys */
.blogsideCol ul.categorys{
	margin-left:15px;
}
.blogsideCol ul.categorys > li > a {
 display: block;
 padding: 4px 14px;
 border-left: solid 5px #004e8d;
 margin-bottom: 15px;
	font-size:13px;
 font-weight: bold;
	color:#333 !important;
	text-decoration:none !important;
}
.blogsideCol ul.categorys > li > a:hover {
	text-decoration:underline !important;
}

/* ==================== */
/* PAGENATION */
/* ==================== */
nav.pagination{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

nav.pagination .nav-links span,
nav.pagination .nav-links a{
  padding:10px 15px;
  background-color: #044c8c;
  color: #fff;
}
nav.pagination .nav-links a:hover{
  background-color: #1b74c2;
}

#blogContent h2{
  font-size: 30px !important;
		margin-bottom:25px !important;
		padding:0 !important;
		background:none !important;
}
#blogContent p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
#blogContent .postDate{
  text-align: right;
  font-size: 15px;
	color:#004e8d !important;
}
#blogContent .postDate:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(/images/blog/ico_time.png);
  background-size: contain;
  vertical-align: middle;
		margin-bottom:5px;
}

#blogContent .blogPREV{
	float:left;
}
#blogContent .blogNEXT{
	float:right;
}
#blogContent .blogPREV a{
	color:#004e8d !important;
	text-decoration:none !important;
	font-weight:bold;
}
#blogContent .blogNEXT a{
	color:#004e8d !important;
	text-decoration:none !important;
	font-weight:bold;
}
#blogContent .blogPREV a:hover,
#blogContent .blogNEXT a:hover{
	text-decoration:underline !important;
}

.backbtm {
	text-align:center;
	margin-bottom:30px;
}
.backbtm a {
    background: #004e8d;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
				color:#FFF !important;
    font-weight: 600;
    position: relative;
				text-decoration:none;
}
.backbtm a:hover {
    background: #1b74c2;
}
.backbtm a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.topfootbnr {
	margin-top:40px;
	text-align:center;
}
.topfootbnr a {
	padding:0 25px 0;
}
.topfootbnr a img {
	width:250px;
}
@media screen and (max-width:979px) {
  .topfootbnr {
			margin-top:10px;
			margin-bottom:20px;
  }
  .topfootbnr a {
			padding:10px 20px 0;
			display:block;
  }
  .topfootbnr a img {
			max-width:100%;
  }
}