@charset "utf-8";
/* CSS Document */

/* ======================================
   共通
====================================== */
h1{opacity: 0; display: none;}

h2{
	color: #004EA2;
	text-align: center;
	margin-top: 120px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 50.4px */
	letter-spacing: 1.4px;
	font-size: 28px;
	text-align: center;
}

h3{
	color: #004EA2;
	font-size:28px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 50.4px */
	letter-spacing: 1.4px;	
	position: relative;
	display: table;	
	text-align: center;
	margin: 60px auto 30px;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0251D3 0.5%, #2CB5FF 30.2%, #9FFCF9 69.8%, #D7FFF4 99.5%);
}

.contents-list p{
	font-weight: 400;
	color: #004EA2;
	text-align: center;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;
	font-size: 16px;	
}

.sp-only{display: none;}

@media (max-width: 767px) {
	.sp-only{display: block;}
	
	h2{
		font-size: 19px;
		margin: 50px auto 25px;
		
	}

	h3{
		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;
	border-radius: 16px;

}

.fv img{
	width: 100%;
	border-radius: 16px;
	display: block;

}

/* ======================================
   topSection
====================================== */
.topSection p{
	text-align: center;
	margin-top: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
	letter-spacing: 0.7px;	
}
.doctorBox{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #004EA2;
	background: #F7FAFF;
	width: 463px;
	margin: 60px auto;
	border-radius: 8px;
	padding: 40px 50px;
	gap:50px;
	box-sizing: border-box;
}

.doctorBox div{
	display: flex;
}
.doctorBox div img{
	width: 30%;
	display: block;
	object-fit: contain;
}
.doctorBox div p{
	margin-top: 0;
	width: 70%;
	font-weight: 500;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;	
}
.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: 768px) {
	.topSection p{
		width: 90%;
		margin: 24px auto;	
		text-align: left;
	}

	.doctorBox{
		background-color: #fff;
        border: 0;
        padding: 0;
        margin: 24px auto;
        width: 80%;
        gap: 20px;
	}

}

/* ======================================
   contents
====================================== */
.contents-list{
	width: 1000px;
	margin: 0 auto;
	border-top: 2px solid #004EA2;
}

.contents-list ul {
	width: 100%;
	padding: 0;
	margin-bottom: 120px;
}

.contents-list ul li{
	width: 100%;
	list-style: none;
	margin: 40px auto;
	box-shadow: 0 0 20px 0 var(--20, rgba(0, 78, 162, 0.20));
	border-radius: 12px;
}

.contents-list ul li a{
	display: block;
	width: 100%;
}

.contents-list ul li img{
	display: block;
	width: 100%;
	border-radius: 12px;
}

.contents-list ul li a:hover{
	opacity: 0.6;
	transition: 0.2s;
}

@media screen and (max-width: 1024px) {
	.contents-list{
		width: 90%;
	}

}



#whiteningDoctor .contents{
	margin-bottom: 50px;
}

#whiteningDoctor .contents p.about{
	font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.7px;
}

