@charset "UTF-8";


section{
	background-image: none !important;
	padding: 0 !important;
}



.tab .active {
    /* background-image: url(../img/common/fooger_bg.jpg); */
    background-color: #000000;
    color: #ffffff;
	justify-content: center;
}
.tab .active::after, 
.tab .active::before {
	font-weight: normal;
	font-size: 22px;
	content: '─';
	display: inherit !important;
    width: auto;
    height: auto;
    background-color: transparent;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0 10px;
    left: 0;
}




.table01{
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6rem;
}

.table01 th{
	width: 15%;
	padding: 15px;
}

.table01 td{
	font-weight: normal;
	padding: 15px;
}

.flow01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow01 li{
	width: 48.5%;
	margin-bottom: 20px;
}

.flow01 li .txt{
	line-height: 1.6;
	margin-top: 6px;
	display: block;
}

.ttl01 {
    background-image: url(../img/profile/therapist_name_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    height: 115px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 38px;
    font-weight: 400;
	margin-bottom:40px;
}

.flow01 strong {
	font-weight:normal;
	color:#D3181B;
}


@media screen and (max-width: 767px) {
	main section, .bg01{margin-bottom: 0;}
	.bg01{
		padding: 3%;
	}
	.googlemap iframe{
		width: 100%;
	}
	.flow01 li{
		width: 100%;
	}
	.flow01 li:last-child{
		margin-bottom: 0;
	}
	.table01 td, .table01 th{
		display: block;
		border-bottom: none;
		width: 100%;
	}
	.border01{border-bottom: 1px solid #dfd5c7 !important;}
	
	.ttl01 {
		background-image: url(../img/profile/therapist_name_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 0px;
		height: 15vw;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 5vw;
		font-weight: 400;
		margin-bottom: 5vw;
	}
	.flow01 li .txt {
		line-height: 1.6;
		margin-top: 6px;
		display: block;
		font-size: 3.5vw;
	}
	.flow01 img {
	    width: 100%;
	}
}
