@charset "UTF-8";

/*   診療案内（medical.css）   */

/* -------------------------------------------------

Main

------------------------------------------------- */
#Main .Section {
	margin: 0 0 120px;
	position: relative;
	overflow: hidden;	
}
#Main .Section:last-child {
	margin: 0 0 50px;
}
@media screen and (max-width: 898px)  {
#Main .Section {
	margin: 0 0 100px;
}
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
}
@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	/*padding-bottom: 100px;*/
}
}


/* Medical__Box
================================================== */
.Medical__Box	{
}
.Medical__Box .CC	{
	color: #e6989e;
	font-size: 2.6rem;
	margin-bottom: 50px;
	font-weight: bold;
}
@media screen and (max-width: 768px)  {
.Medical__Box .CC	{
	font-size: 2rem;
}
}
@media screen and (max-width: 480px)  {
.Medical__Box .CC	{
	font-size: 1.8rem;
}
}


.Services	{
	border: 5px solid #E7E7E7;
	border-radius: 30px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.Services:last-child	{
	margin-bottom: 0px;
}
.Services .photo	{
	flex-basis: 200px;
	margin-right: 70px;
}
.Services .photo .icon	{
	width: 200px;
	height: 200px;
	background-color:#F8F8E6;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Services .photo img	{
	width: 100px;
}
.Services .photo img.small	{
	width: 76px !important;
}
.Services .text	{
	flex-basis: calc(100% - 200px); 
	line-height: 2;
}
.Services .text p	{
	font-size: 1.7rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 980px)  {
.Services .photo	{
	flex-basis: 170px;
	margin-right: 50px;
}
.Services .photo .icon	{
	width: 170px;
	height: 170px;
}
.Services .photo img	{
	width: 70px;
}
.Services .photo img.small	{
	width: 56px !important;
}
}
@media screen and (max-width: 768px)  {
.Services	{
	flex-direction: column;
}
.Services .photo	{
	flex-basis: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.Services .photo .icon	{
	width: 200px;
	height: 200px;
}
.Services .photo img	{
	width: 100px;
}
.Services .photo img.small	{
	width: 76px !important;
}	
.Services .text	{
	flex-basis: 100%;
}
.Services .text p	{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

}
@media screen and (max-width: 568px)  {
.Services	{
	border-radius: 20px;
	padding: 30px;
}
}
@media screen and (max-width: 480px)  {
.Services	{
	border: 3px solid #E7E7E7;
	margin-bottom: 30px;
}
.Services .photo .icon	{
	width: 150px;
	height: 150px;
}
.Services .photo img	{
	width: 70px;
}
.Services .photo img.small	{
	width: 56px !important;
}
.Services .text p	{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
}



/* 連携病院
================================================== */
.PHList {
	list-style: circle;
 /*list-style:disc;*/
	padding-left: 50px; 
	margin-top: -20px;
	font-size: 1.8rem;
}
.PHList li {
 margin-bottom: 10px;
}
.PHList li:last-child	{
	margin-bottom: 0px;
}
@media all and (max-width: 768px) {
.PHList {
	padding-left: 40px; 
	margin-top: -10px;
	font-size: 1.6rem;
}
}
@media all and (max-width: 480px) {
.PHList	{	
	font-size: 1.4rem;
	padding-left: 30px;
}
}


/* 診療時間
================================================== */
.Cons_hours .-Med	{
	margin-top: 20px;
}
.Cons_hours .-Med p	{
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	margin: 0 5px 10px;
	padding: 0;
	padding-left:1em;
	text-indent:-1em;
}

/* 休診日 */
.Cons_hours .-Med p.Closed	{
	margin: 0 0px 20px -2px !important;
}
@media screen and (max-width: 480px)  {
.Cons_hours .-Med p	{
	font-size: 1.4rem;
	margin: 0 5px 10px;
}
.Cons_hours .-Med p.Closed	{
	margin: 0 0 10px -2px !important;
}
}

