@charset "UTF-8";

#main #content #therapist_index {
	clear : both;
	width : 100%;
}

#main #content #therapist_index h2 {
	color : #505050;
	font-size : 1.1rem;
	font-weight : 400;
	border-bottom : #303030 dotted 1px;
	padding : 0.5rem;
	margin-top : 0.5rem;
}

#main #content #therapist_index .img_text {
	clear : both;
	display : flex;
	justify-content : space-between;
	width : 100%;
}

#main #content #therapist_index .img_text .img {
	width : 40%;
	padding : 0.5rem;
}

#main #content #therapist_index .img_text .img img {
	width : 100%;
	aspect-ratio : 3 / 4;
}

#main #content #therapist_index .img_text .img .form-submit {
	display : flex;
	justify-content : center;
	margin : 0.5rem 0;
}

#main #content #therapist_index .img_text .img .form-submit button[type="submit"] {
	color : #ffffff;
	background-color : #ff7f50;
	transition : background-color 0.3s;
	border : none;
	border-radius : 0.5rem;
	cursor : pointer;
	padding : 0.8rem 1.5rem;
}

#main #content #therapist_index .img_text .img .form-submit button[type="submit"]:hover {
	background-color : #ff6347;
}

#main #content #therapist_index .img_text .text {
	width : 50%;
}

#main #content #therapist_index .img_text .text .profile {
	width : 100%;
	border-bottom : #303030 dotted 1px;
	padding : 0.5rem;
}

#main #content #therapist_index .img_text .text .profile h3 {
	color : #ffffff;
	background-color : #d5a6a6;
	font-size : 1rem;
	font-weight : 400;
	text-shadow : 0 1px 6px rgba(0,0,0,0.4);
	padding : 0.5rem;
	margin-bottom : 0.5rem;
}

#main #content #therapist_index .img_text .text .profile p {
	color : #303030;
}
