

/* ======================================
   .汎用もの
====================================== */
.wrapper p{
	margin: 40px auto;
	font-size: 14px;
	line-height: 200%; 
	letter-spacing: 0.7px;	
}
.ogawara span,.otsuki span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.interviewer { color: #888;}
.ogawara { 
	color: #007BC7;
	padding-left: 24px;
	border-left: 2px solid #EC6B81;
}
.otsuki { 
	color: #004EA2; 
	padding-left: 24px;
	border-left: 2px solid #004EA2;
}
.both{
	color: #004EA2; 
	padding-left: 24px;
	background: linear-gradient(to bottom, #004EA2 0 50%, #EC6B81 50% 100%);
	background-size: 2px 100%;
	background-repeat: no-repeat;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
ul,ol,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1{
	color: #004EA2;
	font-size: var(---PC-, 28px);
	font-style: normal;
	font-weight: 450;
	line-height: 160%; /* 44.8px */
	letter-spacing: 1.4px;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	h1{
		font-size:19px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%; /* 34.2px */
		letter-spacing: 0.95px
	}	

}
/* ======================================
   .fv
====================================== */
.fv{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.fv img{
	width: 100%;
	border-radius: 12px;
}
@media screen and (max-width: 768px) {
	.fv{
		margin: 0 auto;
		width: 90%;
		max-width: 1000px;
}
}

/* ======================================
   topSection
====================================== */
.topSection{
	color: #004EA2;
	margin: 0 auto;
	width: 1000px;
	border-bottom: 2px solid #004EA2;
	padding-bottom: 20px;
}
h1{
	line-height: 160%; /* 44.8px */
	letter-spacing: 1.4px;
}
.doctorBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:50px;
	box-sizing: border-box;
}

.doctorBox div{
	display: flex;
	gap: 12px;
}
.doctorBox div img{
	width: 30%;
	display: block;
	object-fit: contain;
}
.doctorBox div p{
	width: 70%;
	font-weight: 500;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;	
	margin: 24px auto;
	font-size: 16px;
}
.doctorBox div p span{
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.7px;	
	color: #007BC7;
}

@media screen and (max-width: 1024px) {
	.topSection{
		width: 90%;
	}

	.doctorBox{
		gap: 0;
		margin: 24px auto;
	}
	.doctorBox div p{
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; /* 28px */
		letter-spacing: 0.7px;
		margin: 0;
	}

	.doctorBox div p span{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
		letter-spacing: 0.6px;	
	}


}

/* ======================================
   contents
====================================== */
.interview-contents{
	width: 1000px;
	margin: 0 auto;
}

.interview-contents img{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 12px ;
}

@media screen and (max-width: 1024px) {
	.interview-contents{
		width: 90%;
	}
}

#whiteningDoctor .contents p.about {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.7px;
}
#whiteningDoctor .contents{
	margin-bottom: 50px;
}