/*---------------------------------
初めての方へ about
--------------------------------*/

/* .page_header
----------------------------------------------------------- */
#about_page .page_header {
	background: url("/parts/img/about/page_tit_bg.jpg") top center no-repeat;
	width: 100%;
	height: 200px;
	padding: 70px 0 0;
	box-sizing: border-box;
}
#about_page .page_header .page_tit {
	color: #55cfc8;
	font-size: 40px;
	font-weight: 700;
	margin: 0 auto 15px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#about_page .page_header {
		background: url("/parts/img/about/sp_page_tit_bg.jpg") top center no-repeat;
		width: 100%;
		height: auto;
		padding: 6.6vw 0;
	}
	#about_page .page_header .page_tit {
		font-size: 7vw;
    margin-bottom: 1vw;
	}
}


/* .block
----------------------------------------------------------- */
#about_page .block {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	#about_page .block {
		margin-bottom: 40px;
	}
}

/* .paragraph
----------------------------------------------------------- */
#about_page .paragraph p,
#about_page .paragraph ol {
	margin-bottom: 15px;
}
#about_page .paragraph p:last-child,
#about_page .paragraph ol:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
}

/* .ttl01
----------------------------------------------------------- */
#about_page .ttl01 {
	background: #55cfc8 url(/parts/img/tit_bg.png) no-repeat top center;
	min-height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 0 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#about_page .ttl01 {
		font-size: 4.5vw;
		width: calc(100% + 30px);
		margin: 0 -15px 30px -15px;
	}
}

/* .ttl02
----------------------------------------------------------- */
#about_page .ttl02 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
#about_page .ttl02._blue_ {
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#about_page .ttl02 {
	}
}

/* .ttl03
----------------------------------------------------------- */
#about_page .ttl03 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}
#about_page .ttl03._blue_ {
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#about_page .ttl03 {
	}
}

/* .features
----------------------------------------------------------- */
#about_page .features {
	display: flex;
	align-items: center;
	border-top: 1px dotted #55cfc8;
	padding: 25px 0;
}
#about_page .features:last-child {
	border-bottom: 1px dotted #55cfc8;
}
#about_page .features__ico {
	width: 50px;
	margin-right: 20px;
	flex: 0 0 auto;
}
#about_page .features__ttl {
	font-size: 20px;
	font-weight: 500;
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#about_page .features {
		padding: 15px 0;
	}
}

/* .clinic
----------------------------------------------------------- */
#about_page .clinic {
	background: #55cfc8;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	margin-top: 20px;
}
#about_page .clinic .__col {
	width: 49%;
	margin-bottom: 15px;
}
#about_page .clinic .__col:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#about_page .clinic {
		flex-direction: column;
	}
	#about_page .clinic .__col {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* .list-circle
----------------------------------------------------------- */
#about_page .list-circle {
}
#about_page .list-circle__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
#about_page .list-circle__item::before {
	position: absolute;
	top: 0.8em;
	left: 5px;
	display: block;
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}
@media screen and (max-width: 768px) {
	#about_page .list-circle__item::before {
		top: 0.7em;
	}
}

/* .list-number
----------------------------------------------------------- */
#about_page .list-number {
	counter-reset: number 0;
}
#about_page .list-number__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
#about_page .list-number__item::before {
	counter-increment: number;
	content: counter(number)".";
	color: #55cfc8;
	display: block;
	position: absolute;
	left: 2px;
}
@media screen and (max-width: 768px) {
	#about_page .list-number__item::before {
	}
}

/* .box
----------------------------------------------------------- */
#about_page .box {
	padding: 20px;
	background: #e8f9f8;
	border-radius: 10px;
}
#about_page .box._w-50p_ {
	width: 50%;
}
@media screen and (max-width: 768px) {
	#about_page .box._sp-w-100p_ {
		width: 100%;
	}

}

/* .c
----------------------------------------------------------- */
#about_page .c-red {
	color: #f00;
}
@media screen and (max-width: 768px) {
}

/* .card
----------------------------------------------------------- */
#about_page .card {
	text-align: center;
}
#about_page .card img {
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
}

/* .longurl
----------------------------------------------------------- */
#about_page .longurl {
	word-break: break-all;
}
@media screen and (max-width: 768px) {
}

/* .privacy
----------------------------------------------------------- */
#about_page .privacy {
	margin-top: 20px;
}
#about_page .privacy__ttl {
	list-style: none;
	cursor: pointer;
	transition: all .4s;
	position: relative;
	color: #55cfc8;
	padding-left: 25px;
	display: flex;
}
#about_page .privacy__ttl::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
	left: 0;
	background: #55cfc8;
}
#about_page .privacy__ttl::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 18px;
	left: 8px;
	background: #55cfc8;
}
#about_page details[open] .privacy__ttl::before {
	opacity: 0;
}
#about_page .privacy__ttl::-webkit-details-marker {
	display: none;
}
#about_page details .privacy__body {
	padding: 20px;
	border: 1px solid #55cfc8;
	border-radius: 10px;
	transition: all .4s;
	opacity: 0;
}
#about_page details[open] .privacy__body {
	transition: all .4s;
	opacity: 1;
}
#about_page .privacy__block {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
}




