@charset "utf-8";

.bg-images-01 {
	background-image:url(img/i-images-bg01.jpg);
	background-repeat:no-repeat;
	background-position:50% 100px;
}
@media screen and (max-width: 768px) {
	.bg-images-01 {
		background-image:none;
	}
}

#common-c .bg-map-01 {
	background-image:url(img/i-map-bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}
@media screen and (max-width: 768px) {
	#common-c .bg-map-01 {
		background-image:none;
	}
}


#common-c {
	width:100%;
	height:100%;
	margin:0 0 20px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:20px;
}

#common-c .bg-medical-01 {
	background-color:#f3fafd;
	background-image:url(img/i-contents-bg01.png);
	background-repeat:no-repeat;
	background-position:center top;
}
@media screen and (max-width: 768px) {
	#common-c .bg-medical-01 {
		background-color:#f3fafd;
		background-image:none;
	}
}

#common-c .bg-medical-02 {
	background-color:#fff;
	background-image:url(img/i-contents-bg02.png);
	background-repeat:no-repeat;
	background-position:center top;
}
@media screen and (max-width: 768px) {
	#common-c .bg-medical-02 {
		background-color:#fff;
		background-image:none;
	}
}

#common-c .bg-medical-03 {
	background-color:#f3fafd;
	background-image:url(img/i-contents-bg03.png);
	background-repeat:no-repeat;
	background-position:center top;
}
@media screen and (max-width: 768px) {
	#common-c .bg-medical-03 {
		background-color:#f3fafd;
		background-image:none;
	}
}

#common-c .bg-medical-04 {
	background-color:#fff;
	background-image:url(img/i-contents-bg04.png);
	background-repeat:no-repeat;
	background-position:center top;
}
@media screen and (max-width: 768px) {
	#common-c .bg-medical-04 {
		background-color:#fff;
		background-image:none;
	}
}



#common-c h4{
	color:#333;
	font-family: "Noto Sans Japanese";
	font-size:19px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-weight:normal;
}

#common-c h5{
	width:100%;
	height:auto;
	margin:5px 0 7px 0;
	padding:0 0 0 0;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	text-indent:15px;
	background-image:url(../com-img/i-h5-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#common-c h6{
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}

#common-c p{
	margin:0 0 10px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:22px;
}

#common-c .message{
	width:100%;
	height:100%;
	margin:20px 0 20px 0;
}

#common-c .message p{
	line-height:20px;
	color:#333;
}

#common-c .message dl {
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding: 0px;
}

#common-c .message dt {
	padding: 0px;
	color:#e2185a;
	font-size: 18px;
	font-weight:400;
	line-height:25px;
	text-align:left;
}

#common-c .message dd.jpn {
	margin:0 0 5px 0;
	padding: 0px;
	color:#999;
	font-size: 11px;
	line-height:17px;
	text-align:left;
}