@charset "utf-8";
/* --------------------------------------------

外来

---------------------------------------------- */
.box {
    width: 86%;
    max-width: 864px;
    margin: auto;
}
.first__note {
	font-size: 2.2rem;
}
h3 .emphasis {
	font-weight: bold;
	border-bottom: 5px solid #ffe1e5;
}

.grayBox {
	margin-top: 2em;
	padding: 1em 5%;
	align-items: center;
	justify-content: space-between;
}

.tel__reception {
	padding-bottom: 0;
}

.first__info__tel-ninchi {
	display: block;
	width: 240px;
}

.first__info__tel-ninchi .ff-Satsuki {
	white-space: nowrap;
    color: #002864;
    font-size: 14px;
    font-size: 1.4rem;
	margin: 1.5em 0 0;
}

.first__info__tel-ninchi a img {
	width: 100%;
	margin-bottom: 10px;
}

.tel__reception .emphasis {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: 3px solid #ffe1e5;
}

@media screen and (max-width:768px) {
	.grayBox__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.first__info__tel-ninchi .ff-Satsuki {
		margin: 0;
	}

	.first__info__tel-ninchi a img {
		margin-bottom: 20px;
	}
}

/* ---------　予約　--------- */
/* .colorBox p.reserveTitle {
	width: 10em;
	padding: 0.8rem ;
	margin:2rem auto 0.4em;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #fff;
	background: #3b5a88;
}

.colorBox .flow__item {
	position: relative;
	max-width: 864px;
	padding: 2rem 2rem;
	margin: 1.5rem 0 1rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.5px;
	background: #ffffff;
	border: 1px solid #c0c6d2;
}

.colorBox .flow__item-1 {
	margin: 1.5rem 0 3rem;
}

.colorBox .flow__item-1::before {
	content: "";
	position: absolute;
	left: calc(50% - 11px);
	bottom: -2.2rem;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #103861 transparent transparent transparent;
	border-width: 12px 9px 0 9px;
} */


/* --------------------------------------------

受診の流れ

---------------------------------------------- */
h2.contentsTitle {
	width: 250px;
	height: 56px;
	color: #002864;
	font-size: 21px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 56px;
	margin: 0 auto 6rem;
	border-top: 1px solid #4c659a;
	border-bottom: 1px solid #4c659a;
}
.flow__wrap p strong {
	color: #002864;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #002864;
}
.flow {
	padding: 6rem 0;
	background: #f7f6fa;
}

.flow__wrap {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 6rem;
}

.flow__wrap:last-child {
	margin-bottom: 0;
}

.flow__wrap h3 {
	width: 230px;
	height: 47px;
	color: #ffffff;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 47px;
	margin: auto;
	background: #3b5a88;
}

.flow__wrap p {
	text-align: center;
	margin: 1em 0 2em;
}

.flow__wrap p strong {
	color: #002864;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #002864;
}

.flow__item {
	position: relative;
	padding: 3rem 2rem;
	margin-bottom: 3.5rem;
	color: #002864;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.5px;
	background: #ffffff;
	border: 1px solid #c0c6d2;
}

.flow__item:last-child {
	margin-bottom: 0;
}

.flow__item::before {
	content: "";
	position: absolute;
	left: calc(50% - 11px);
	bottom: -2.5rem;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #103861 transparent transparent transparent;
	border-width: 15px 11px 0 11px;
}

.flow__item:last-child::before {
	display: none;
}

@media screen and (max-width:640px) {
	.flow__wrap {
		width: 80%;
	}
}


.link__area {
	text-align: center;
}