@charset "utf-8";



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
	
	
/**************************************************
 pageHeader
**************************************************/
.pageHeader.general .cateName img{width: 10vw;}
	
	
	
/**************************************************
 main
**************************************************/
.innerWrapper.general .inPage ul li:hover{background: #FFFFFF;}
.innerWrapper.general .inPage ul li:hover::before{
	border-right: 2px solid var(--main-color1);
	border-bottom: 2px solid var(--main-color1);
}



/**************************************************
 about
**************************************************/
.counselingIntro{margin-top: 50px;}
.counselingIntro p{
	width: 100%;
	font-size: 4.2vw;
	letter-spacing: 1px;
	text-align: center;
	order: 1;
}
.counselingIntro p strong{
	font-size: 7.0vw;
	font-weight: 700;
	/*padding-top: 20px;*/
}
.counselingIntro p:last-of-type{
	width: 100%;
	margin: 30px 0;
	font-size: 3.8vw;
}
.counselingIntro img{
	width: 100%;
	order: 2;
}
	
.ptIntro{margin-top: 40px;}
.ptIntroCopy{
	font-size: 5.5vw;
	letter-spacing: 2px;
	padding: 15px 10px;
}
	
	
	
/**************************************************
 info
**************************************************/
.clinicDate{
	margin-top: 20px;
	padding: 20px 15px;
	border: 5px solid var(--main-color1);
	text-align: center;
}
.clinicDate dl{margin-top: 25px;}
.clinicDate dl dt{
	width: 100%;
	font-size: 5.0vw;
	padding: 0 0 10px 0;
}
.clinicDate dl dd{
	width: 100%;
	font-size: 5.0vw;
	letter-spacing: 0;
}
.clinicDate dl dd.style1{padding-top: 0;}
.clinicDate dl.cost dt{padding-top: 0;}
.clinicDate dl.cost dd{
	width: 100%;
	font-size: 4.7vw;
	text-align: center;
}
	
	
	
/**************************************************
 faq
**************************************************/
.faqItem{
	margin-top: 40px;
	border-radius: 20px;
	border: 7px solid var(--main-color1);
}
.faqItem dt{
	height: 100px;
	padding: 0 55px 0 55px;
	font-size: 4.7vw;
	line-height: 1.3;
}
.faqItem dt::before{
	top: calc(50% - 25px);
	left: 15px;
	font-size: 3.5rem;
}
.faqItem dt::after{
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	right: 15px;
}
.faqItem dd{
	padding: 20px 15px 20px 55px;
	font-size: 3.7vw;
}
.faqItem dd::before{
	top: 0;
	left: 17px;
	font-size: 3.5rem;
}
.faqItem dd ul{padding-left: 25px;}
.faqItem dd ul li{font-size: 3.7vw;}
	
	
	
}


