/* 当店について */
#About01 {
	background: #DBE8CA;
}

#About01 img {
	float:left;
	margin-right:20px;
	margin-left:0;
}

@media screen and (max-width: 750px) {
#About01 img {
	float:none;
	margin:0;
	margin: auto;
	border: 5px solid #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
}

#About01 h5 {
	font-size:0.9em;
	line-height:1.5;
	padding-top:10px;
}

#About01 h5 a {
	color:#006E89;
}

#About01 h5 a:hover {
	text-decoration:none;
}
#About01 h5 a i {
	padding-right:5px;
}

#About01 h6 {
	font-size:1.4em;
	line-height:1.5;
	padding-top:20px;
	padding-bottom:20px;
}

#About01 h6 span {
	font-size:0.6em;
}

/* 経歴 */
#About02 {
	clear:both;
	border-radius:5px;
}

#About02 h5 {
	font-size:1.1em;
	text-align:center;
	line-height:1.5;
	color: #00a99d;
}

#About02 strong {
	display:block;
	font-size:0.9em;
	padding-top:10px;
	line-height:1.5;
}

#About02 strong span {
	color: #00a99d;
}

#About02 p {
	font-size:0.9em;
	line-height:1.5;
	padding-left:1em;
}

/* 経歴 */
#About06 {
clear:both;
background: #F1F1F1;
text-align: center;
}

#About06 p strong {
font-size: 1.4em;
color: #00a99d;
font-weight: 500;
display: block;
}

#About06 p {
padding-top: 2rem;
}

@media screen and (max-width: 750px) {
#About06 {
text-align: left;
}
#About06 p strong {
font-size: 1.2em;
display: block;
border-bottom: 1px solid #00a99d;
}
}

/* 理学療法士とは */
#About03 {
	overflow:hidden;
}

/* フットケアトレーナーとは */
#About04Logo {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	padding-top:5px;
}

#About04Logo02 {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:5px;
	margin-top:-5px;
}

@media screen and (max-width: 750px) {
#About05 img {
	float:none;
	margin:0;
	margin: auto;
	border: 5px solid #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
}

/*==========================
20221230
==========================*/
#AboutWrapper {
	padding-top: 2em;
}


.profile_wrap {
	clear: both;
	padding-top: 1em;
}

.profile_wrap .in {
	background-color: rgba(255,255,255,0.8);
	padding: 2em 2em 1em;
	border-radius: 6px;
}

@media screen and (max-width: 750px) {
	.profile_wrap .in {
		background-color: rgba(255,255,255,0.8);
		padding: 1.5em 1.5em 1em;
		border-radius: 6px;
	}
}

.profile_wrap .in .title {
	color: #759270;
	font-size: 1.2em;
	padding-bottom: 0.8em;
	position: relative;
}

.profile_wrap .in .title .line::after {
	content: "";
	width: calc(100% - 5em);
	height: 1px;
	background-color: #759270;
	position: absolute;
	right: 0;
	top: 8px;
}

.profile_wrap .in .text {
	padding-bottom: 1em;
}