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

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

#lower-contents #main-contents h3 {
	margin-bottom: 20px;
}

#lower-contents #main-contents #caption {
	margin-bottom: 30px;
}

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

.subsection {
	display: flow-root;
}

.ib {
	display: inline-block;
}

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

.intro {
	
}

.intro__caption {
	
}

.intro__read {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 40px;
}

.intro__read__txt {
	
}

@media only screen and (min-width: 768px) {
	.intro__read {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.intro__read__txt {
		width: calc(50% - 50px);
	}
	
}

@media only screen and (min-width: 1280px) {
	.intro__caption {
		font-size: 4.4rem !important;
		line-height: 1.4 !important;
	}
	
	.intro__read {
		
	}
}

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

.doctor {
	order: 2;
}

.doctor__img {
	width: 50%;
	max-width: 200px;
	margin: 20px auto;
}

.doctor__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.doctor__meta {
	display: block;
	width: 100%;
}

.doctor__name {
	color: #000 !important;
	margin-top: 0 !important;
	font-size: 1.2rem !important;
	line-height: 1.7 !important;
	font-feature-settings: "palt" !important;
}

.doctor__name strong {
	font-size: 1.7rem !important;
}

.doctor__profile {
	
}

.doctor__profile dt {
	font-weight: bold;
	float: left;
	margin: 0;
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
}

.doctor__profile dd {
	margin-bottom: 10px;
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
}

.doctor__profile ,
.doctor__profile ul,
.doctor__profile ol,
.doctor__profile li {
	list-style: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
}

.doctor__profile li {
	display: inline !important;
	margin-bottom: 5px !important;
	color: rgba(0,0,0,0.7) !important;
}

.doctor__profile li:before {
	content: "／";
}

@media only screen and (min-width: 768px) {
	.doctor {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0;
		width: 50%;
	}
	
	.doctor__img {
		width: calc(30% - 15px);
		max-width: 100%;
		margin: 0;
	}
	
	.doctor__meta {
		width: calc(70% - 15px);
	}
}

@media only screen and (min-width: 1280px) {
	.doctor {
		
	}
}

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

.fig__item {
	margin-bottom: 30px;
}

.fig__item img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fig__caption {
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.fig__item {
		float: right;
		width: 50%;
		margin-left: 30px;
	}
}

@media only screen and (min-width: 1280px) {
	.fig__item {
		margin-left: 50px;
	}
}

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

.pickup {
	border-radius: 5px;
	margin: 40px 0;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.4;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}

.pickup__ttl {
	margin-bottom: 10px !important;
	font-feature-settings: "palt";
}

.pickup__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.pickup__list > * {
	margin-top: 10px;
}

.pickup__list > *:nth-child(-n + 2) {
	margin-top: 0;
}

.pickup__list li {
	display: flex;
	align-items: center;
	width: 50% !important;
}

.pickup__list li::before {
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	background-color: var(--color-link);
	margin-right: 0.5em;
}

@media only screen and (min-width: 768px) {
	.pickup {
		padding: 20px 30px;
	}
	
	.pickup__list > *:nth-child(-n + 3) {
		margin-top: 0;
	}
	
	.pickup__list li {
		width: 33.333% !important;
	}
}

@media only screen and (min-width: 1280px) {
	.pickup__list > *:nth-child(-n + 5) {
		margin-top: 0;
	}
	
	.pickup__list li {
		width: 20% !important;
	}
}

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

.imgs {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.imgs__item {
	flex: 1;
}

.imgs__item img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.imgs__caption {
	font-size: 1.2rem !important;
}

@media only screen and (min-width: 768px) {
	.imgs {
		float: right;
		width: 50%;
		margin-left: 30px;
	}
}

@media only screen and (min-width: 1280px) {
	.imgs {
		margin-left: 50px;
	}
}