@charset "utf-8";
/* CSS Document */

/*body*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 40px 0 0;
	background: url(../img/common/bg_body.jpg) no-repeat center top, #FFFFFF;
	background-size: 100% auto;
}
@media screen and (max-width: 767px) {
	
	body {
		padding: 0;
		margin: 70px 0 0;
	}
	
}

/*header*/
@media print, screen and (min-width: 768px) {

	.l-header {
		width: 230px;
		height: auto;
	}
	.l-header .p-logo {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 210px;
		height: 190px;
		background: url(../img/common/img_logo.png) no-repeat center 47px, url(../img/common/img_url.png) no-repeat center 122px;
	}
	.l-header .p-logo a {
		display: block;
		width: 210px;
		height: 98px;
		margin: 46px 0;
	}
	.l-header .c-button {
		display: none;
	}
	.l-header .p-menu {
		width: 208px;
		height: auto;
		margin: 0 0 20px;
		background-color: #FFFFFF;
		box-shadow: 0 0 10px 3px #CCCCCC;
		border-width: 1px;
		border-style: solid;
		border-color: rgba(162, 200, 219, 0.6);
		border-radius: 10px;
	}
	.l-header .p-menu .c-title {
		height: 40px;
		border-bottom: #4892B7 solid 1px;
		background-color: rgba(216, 232, 239, 0.6);
	}
	.l-header .p-menu .c-title.c-home {
		height: 43px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.l-header .p-menu .c-title.c-medical {
		position: relative;
		width: auto;
		height: auto;
		border-bottom: none;
	}
	.l-header .p-menu .c-title.c-medical:after {
		content: url(../img/common/mrk_arrow.png);
		position: absolute;
		top: 12px;
		right: 100px;
	}
	.l-header .p-menu .c-title a:hover {
		background-color: #4892B7;
		-webkit-transition: 1.0s;
		-moz-transition: 1.0s;
		-o-transition: 1.0s;
		-ms-transition: 1.0s;
		transition: 1.0s;
	}
	.l-header .p-menu .c-title.c-current {
		background-color: rgba(72, 146, 183, 0.6);
	}
	.l-header .p-menu .c-title a {
		display: block;
		font-size: 16px;
		line-height: 40px;
		color: #000000;
		padding: 0 0 0 25px;
		-webkit-transition: 1.0s;
		-moz-transition: 1.0s;
		-o-transition: 1.0s;
		-ms-transition: 1.0s;
		transition: 1.0s;
	}
	.l-header .p-menu .c-title.c-home a {
		line-height: 43px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.l-header .p-menu .p-surgery {
		padding: 10px 0 0;
		background-color: #FFFFFF;
	}
	.l-header .p-menu .p-surgery .c-surgery_list {
		font-size: 14px;
		line-height: 24px;
		color: #4692B7;
		padding: 0 0 0 30px;
	}
	.l-header .p-menu .p-consult {
		padding: 5px 0 10px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		background-color: #FFFFFF;
	}
	.l-header .p-menu .p-consult .c-consult_list {
		height: 32px;
	}
	.l-header .p-menu .p-consult .c-consult_list a {
		display: block;
		font-size: 14px;
		line-height: 32px;
		color: #000000;
		padding: 0 0 0 30px;
	}
	.l-header .p-menu .p-consult .c-consult_list a:before {
		position: relative;
		top: -1px;
		content: "● ";
		font-size: 8px;
		line-height: 32px;
		color: #A1C7DA;
	}
	
	.l-header .p-address {
		width: 190px;
		height: auto;
		margin: 0 0 20px;
		padding: 9px;
		background-color: #FFFFFF;
		box-shadow: 0 0 8px 3px #CCCCCC;
		border-width: 1px;
		border-style: solid;
		border-color: rgba(162, 200, 219, 0.6);
		border-radius: 10px;
	}
	.l-header .p-address .title {
		font-size: 16px;
		line-height: 22px;
	}
	.l-header .p-address .address {
		font-size: 12px;
		line-height: 16px;
	}
	.l-header .p-address .telephone {
		font-size: 14px;
		line-height: 22px;
	}
	.l-header .p-address .p-accessmap .c-link {
		width: 190px;
		height: 30px;
		margin: 10px 0 0;
		background-color: #4892B7;
		border-radius: 10px;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-ms-transition: 0.7s;
		transition: 0.7s;
	}
	.l-header .p-address .p-accessmap .c-link:hover {
		background-color: rgba(72, 146, 183, 0.6);
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-ms-transition: 0.7s;
		transition: 0.7s;
	}
	.l-header .p-address .p-accessmap .c-link a {
		display: block;
		width: 190px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		color: #FFFFFF;
		text-align: center;
	}
	.l-header .p-address .p-accessmap .c-link a:before {
		position: relative;
		top: 5px;
		content: url(../img/common/mrk_accessmap.png);	
	}
	
}
@media screen and (max-width: 767px) {

	.l-header {
		position: fixed;
		top: 0;
		z-index: 100000;
		width: 100%;
		height: 50px;
		background-color: #FFFFFF;
	}
	.l-header .p-logo {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 100%;
		height: 50px;
		background: url(../img/common/img_logo.png) no-repeat 20px 6px/*, url(../img/common/img_url.png) no-repeat 120px 13px*/;
		background-size: 96px 38px/*, 192px 22px*/;
	}
	.l-header .p-logo a {
		display: block;
		width: 135px;
		height: 50px;
		margin: 0;
	}
	.l-header .c-button {
		position: fixed;
		z-index: 100001;
		top: 5px;
		right: 20px;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		font-size: 30px;
		line-height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		border: none;
		border-radius: 5px;
		background-color: #4892B7;
	}
	.l-header .p-menu {
		display: none;
		width: 100%;
		height: 100vh;
		margin: 0 0 50px;
		background-color: #FFFFFF;
	}
	.l-header .p-menu .c-title {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 33.3%;
		height: 40px;
		border-bottom: #4892B7 solid 1px;
		background-color: rgba(216, 232, 239, 0.6);
	}
	.l-header .p-menu .c-title.c-medical {
		width: 100%;
		height: auto;
	}
	.l-header .p-menu .c-title a {
		display: block;
		font-size: 16px;
		line-height: 40px;
		color: #000000;
	}
	.l-header .p-menu .c-title.c-medical:after {
		display: none;
	}
	.l-header .p-menu .c-title.c-medical > a {
		border-bottom: #4892B7 dotted 1px;		
	}
	.l-header .p-menu .p-surgery {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 35%;
		padding: 7px 0 0;
	}
	.l-header .p-menu .p-surgery .c-surgery_list {
		font-size: 14px;
		line-height: 24px;
		color: #4692B7;
		padding: 0 0 0 30px;
	}
	.l-header .p-menu .p-consult {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 65%;
	}
	.l-header .p-menu .p-consult .c-consult_list {
		height: 32px;
	}
	.l-header .p-menu .p-consult .c-consult_list a {
		display: block;
		font-size: 14px;
		line-height: 32px;
		color: #000000;
		padding: 0 0 0 20px;
	}
	.l-header .p-menu .p-consult .c-consult_list a:before {
		position: relative;
		top: -1px;
		content: "● ";
		font-size: 8px;
		line-height: 32px;
		color: #A1C7DA;
	}
	.l-header .p-address {
		display: none;
	}
		
}

/*content*/
.p-content {
	display: inline-block;
	vertical-align: top;
}
/*home only*/
@media print, screen and (min-width: 960px) {
	
	.home .p-content {
		width: 695px;
	}
	
}
/*content only*/
@media print, screen and (min-width: 1200px) {
	
	.content .p-content {
		width: 940px;
	}
	
}
/*content only*/
@media screen and (min-width: 960px) and (max-width: 1199px) {

	.content .p-content {
		width: 695px;
	}	

}
/*common*/
@media screen and (min-width: 768px) and (max-width: 959px) {

	.p-content {
		width: 440px;
	}	

}
/*common*/
@media screen and (max-width: 767px) {

	.p-content {
		width: 96%;
		margin: 0 2%;
	}
		
}
/*print*/
@media print {
	
	.p-content {
		display: table-cell;
	}
	
}

/*content第2階層*/
.content .p-content {
	padding: 0 0 150px;
	background-color: #FFFFFF;
	border: #FFFFFF solid 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 5px 3px #CCCCCC;
}
.content .p-content .p-maintitle {
	position: relative;
	z-index: 50;
	height: 90px;
	margin: 0 0 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: rgba(72, 146, 183, 0.6) solid 2px;
	background-color: rgba(216, 232, 239, 0.7);
}
.content .p-content .p-maintitle:before {
	content: "";
	position: absolute;
	top: -40px;
	right: 0;
	width: 210px;
	height: 136px;
	background: url(../img/common/icon_hospital.png) no-repeat right bottom;
}
.content .p-content .p-maintitle .c-icon {
	position: absolute;
	left: 0;
	height: 90px;
	margin: 0 12px;
	padding: 0 0 0 100px;
	font-size: 32px;
	line-height: 100px;	
}
.content .p-content .c-area {
	display: block;
	margin: 0 20px 50px;
}
.content .p-content .title {
	min-height: 50px;
	margin: 0 0 20px;
	padding: 0 10px 0 45px;
	font-size: 24px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #4892B7;
	border: #FFFFFF solid 2px;
	border-radius: 6px;
	box-shadow: 0 0 5px 3px #CCCCCC;
}
.content .p-content .subtitle {
	min-height: 38px;
	margin: 0 3px 20px;
	padding: 0 10px 0 40px;
	font-size: 22px;
	line-height: 38px;
	color: #4892B7;
	border-top: #4892B7 dotted 3px;
	border-bottom: #4892B7 dotted 3px;
}
.content .p-content .c-area .l-subarea {
	margin: 0 45px;
}
@media screen and (max-width: 959px) {
	
	.content .p-content .title {
		padding: 0 10px;
	}
	.content .p-content .subtitle {
		padding: 0 10px;
	}
	.content .p-content .c-area .l-subarea {
		margin: 0 10px;
	}

}
@media screen and (max-width: 767px) {
	
	.content .p-content {
		display: table;
		width: 95%;
		margin: auto;
		padding: 0 0 20px;
	}
	.content .p-content .p-maintitle:before {
		top: 28px;
		width: 105px;
		height: 68px;
		background-size: 105px 68px;
	}
	.content .p-content .p-maintitle .c-icon {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
}

/*pagetop*/
.p-pagetop {
	position: fixed;
	z-index: 100;
	bottom: 180px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: #FFFFFF solid 2px;
	border-radius: 5px;
	background: url(../img/common/btn_pagetop.png) no-repeat center center, #4892B7;
	background-size: 42px 42px;
	box-sizing: content-box;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
	transition: 0.7s;
}
.p-pagetop:hover {
	opacity: 0.6;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
	transition: 0.7s;	
}
.p-pagetop a {
	display: block;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	
	.p-pagetop {
		right: 10px;
		bottom: 10px;
	}
	
}

/*footer*/
.l-footer {
	position: relative;
	z-index: 10;
}
.l-footer .p-address {
	height: auto;
	padding: 25px 0 15px;
}
.l-footer .p-address .course {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.l-footer .p-address .title {
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}
.l-footer .p-address .address {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.l-footer .p-address .address a {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.l-footer .p-address .c-link {
	width: 190px;
	height: 30px;
	margin: 3px 0;
	background-color: #A1C7DA;
	border-radius: 10px;
}
.l-footer .p-address .c-link a {
	display: block;
	width: 190px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.l-footer .p-address .c-link a:before {
	position: relative;
	top: 5px;
	content: url(../img/common/mrk_accessmap.png);	
}
.l-footer .p-address .copyright {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
	
@media screen and (min-width: 768px) {
	
	.l-footer .p-address .c-link {
		visibility: hidden;
	}
	.l-footer .p-address .address a {
		pointer-events: none;
		cursor: none;
	}
	
}
@media screen and (max-width: 767px) {
	
	.l-footer .l-container {
		width: auto;
		margin: 0 20px;
	}
	.l-footer .p-address .address a {
		display: inline-block;
		margin: 0 0 15px;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
}





