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

#lower-image {
	background-image: url(../../images/main_image.jpg);
	background-position: center -150px;
}

.PageBody {
	margin-top: 0;
}

#main-contents section {
	margin-bottom: 0 !important;
}

#lower-contents #main-contents #dr-sub div dl li {
	display: list-item;
	width: auto;
	margin-right: 0;
	line-height: 20px;
	line-height: 2.0rem;
	list-style: disc outside;
}


#dr-main .col2box-container {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 60px;
}

#lower-contents #main-contents #dr-main .col2box-container > li {
	width: 50%;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	border: none;
}

#lower-contents #main-contents #dr-main .col2box-container > li:nth-child(2n) {
	margin-right: 0;
}

#dr-main .col2box-container figure {
	margin-right: 0;
	width: 40%;
}

#dr-main .col2box-container div {
	width: 55%;
}

#dr-main .large-container figure {
	width: 35%;
	margin: 0;
}

#dr-main .large-container div {
	width: 60%;
}

.doctor-list {

}

.doctor-item {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.doctor-item > figure {
	width: 35%;
}

.doctor-item > div {
	width: 60%;
}

.doctor-item .dr-name {
	font-size: 1.6rem;
	line-height: 1.6;
}

.doctor-item .dr-name .post {
	display: block;
	font-size: 1.3rem;
}

#dr-main .doctor-item .dr-name .post {
	
}

.doctor-item dl {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
}

.doctor-item dl div + div {
	margin-top: 10px;
}

.doctor-item dt {
	font-size: 1.2rem;
	font-weight: bold;
}

.doctor-item dd {

}

.doctor-item dd .disc-list {
	
}

.doctor-item dd .disc-list li {
	font-size: 1.3rem !important;
	line-height: 1.6 !important;
	margin-left: 15px !important;
}

.doctor-item dd .disc-list li + li {
	margin-top: 0 !important;
}

.large-list .doctor-item {
	display: block;
}

.large-list .doctor-item > * {
	width: 100%;
}

.large-list .doctor-item > div {
	margin-top: 20px;
}

/* dr-main */

#dr-main .doctor-list {
	border-bottom: 1px solid #dfdfdf;
}



@media screen and (min-width: 768px) {
	.doctor-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.doctor-item {
		width: calc(50% - 10px);
	}

	/* dr-main */

	.large-list .doctor-item {
		display: flex;
		width: 100%;
	}
	
	.large-list .doctor-item > figure {
		width: 35%;
	}
	
	.large-list .doctor-item > div {
		width: 60%;
		margin-top: 0;
	}

}

@media screen and (min-width: 1280px) {
	.doctor-item {
		width: calc(50% - 20px);
		padding: 40px 0;
	}

	.doctor-item > figure {
		width: 25%;
	}
	
	.doctor-item > div {
		width: 70%;
	}

	.doctor-item .dr-name {
		font-size: 2.0rem;
	}

	#dr-main .doctor-item .dr-name .post {
		font-size: 1.5rem;
		line-height: 1;
	}

	/* dr-main */

	#dr-main .doctor-item > figure {
		width: 40%;
	}
	
	#dr-main .doctor-item > div {
		width: 55%;
	}

	#dr-main .doctor-item .dr-name {
		font-size: 2.4rem;
	}

	.large-list .doctor-item > figure {
		width: 35% !important;
	}

	.large-list .doctor-item > div {
		width: 60% !important;
	}
}

