@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/therapist/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.therapist{
	margin: 0 1.0rem 3.0rem;
}
.therapist p{
	margin-bottom: 0;
}
.therapist img{
	width: 100%;
}

h4 {
	font-size: 22px;
	border-bottom: #0E0B53 solid 1px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 16px;
	text-transform: uppercase;
}
h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
h4 i{
	margin-right: 0.5rem;
}

.staff{
	margin-bottom: 1.0rem;
}
.thum{
	position: relative;
	width: 100%;
}
.thum:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thum img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.card{
	background-color: transparent;
	height: 100%;
	text-align: center;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0.1rem;
}
.card-img-top {
	max-width: 100%;
	flex-shrink:0;
 }
.card-body{
	padding: 1.0rem 0 0.2rem;
}
.worktime{
	background-color: #8A9AB3;
	margin: 1.0rem 0 0;
	color: #ffffff;
}
.worktime i{
	margin-right: 0.5rem;
}
.dayoff{
	color: red;
}
@media screen and (max-width:768px) {
	.staff{
		margin: 0;
		padding: 0.3rem;
	}
	.card-body{
		padding: 0.5rem;
		margin: 0;
	}
	.card-text{
		font-size: 12px;
	}
}