footer {
	margin-top: 0;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/visit/mv.jpg);
}

/*============================
母子訪問看護ステーション
============================*/
.about {
	padding-top: 1rem;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	.about {
		padding-top: 0;
	}
}

.about .lead {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.about .lead {
		font-size: 0.15rem;
		text-align: left;
	}
}

/*============================
当ステーションの特徴
============================*/
.feature {
	background-color: rgba(241, 133, 159, 0.1);
	border-radius: 0.10rem;
	padding: 0.30rem;
	max-width: 10.00rem;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.feature {
		border-radius: 0;
		padding: 0.30rem 0.20rem;
	}
}

.feature .in {
	padding: 0;
}

.feature .header .tit {
	font-size: 0.24rem;
	font-weight: 700;
	color: #F1859F;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.feature .header .tit {
		font-size: 0.20rem;
	}
}

.feature .lead {
	text-align: center;
	font-size: 0.15rem;
	line-height: 2;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.feature .lead {
		text-align: left;
	}
}

.feature .feature_box {
	margin-top: 0.30rem;
	background-color: #FFF;
	border-radius: 0.06rem;
	box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 640px) {
	.feature .feature_box {
		margin-top: 0.20rem;
		display: block;
	}
}

.feature .feature_box::before {
	content: "";
	width: 1.81rem;
	height: 1.30rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 2.00rem;
	bottom: 0.20rem;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	.feature .feature_box::before {
		content: "";
		width: 1.21rem;
		height: 1.00rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: -0.50rem;
		bottom: 0.10rem;
		z-index: 0;
	}
}

.feature .feature_box.-deco01::before {
	background-image: url(../img/visit/about_deco01.svg);
}

.feature .feature_box.-deco02::before {
	background-image: url(../img/visit/about_deco02.svg);
}

.feature .feature_box.-deco03::before {
	background-image: url(../img/visit/about_deco03.svg);
}

.feature .feature_box.-deco04::before {
	background-image: url(../img/visit/about_deco04.svg);
}

.feature .feature_box.-deco05::before {
	background-image: url(../img/visit/about_deco05.svg);
}

.feature .feature_box.-deco06:before {
	background-image: url(../img/visit/about_deco06.svg);
}

.feature .feature_box .ph_wrap {
	width: 2.66rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.feature .feature_box .ph_wrap {
		width: 100%;
		height: 60vw;
		position: relative;
	}
}

.feature .feature_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature .feature_box .feature_tit {
	font-size: 0.18rem;
	font-weight: 700;
	color: #F1859F;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	.feature .feature_box .feature_tit {
		font-size: 0.16rem;
		line-height: 1.35;
		padding: 0.15rem;
	}
}

.feature .feature_box .txt_box {
	max-width: 6.00rem;
	padding: 0.20rem 0.30rem;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 640px) {
	.feature .feature_box .txt_box {
		padding: 0.20rem 0.15rem;
	}
}

.feature .feature_box .txt_box .txt {
	font-size: 0.15rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.feature .feature_box .txt_box .txt {
		font-size: 0.14rem;
		line-height: 1.857;
	}
}

.feature .feature_box .txt_box .list {
	padding-bottom: 0.10rem;
	font-weight: 700;
}

.feature .feature_box .txt_box .list span {
	color: #F1859F;
}


/*============================
その他の特徴
============================*/
.other_feature {
	border-radius: 0.10rem;
	padding: 0.30rem 0;
	max-width: 10.00rem;
	margin: 0.60rem auto 0;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.other_feature {
		padding: 0.20rem;
		border-radius: 0;
		margin: 0.30rem 0;
	}
}

.other_feature .in {
	padding: 0;
}

.other_feature .in .feature_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.other_feature .in .feature_list {
		display: block;
	}
}

.other_feature .in .feature_list .tit {
	width: 2.05rem;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.other_feature .in .feature_list .tit {
		width: 100%;
		text-align: center;
		font-size: 0.16rem;
		padding-bottom: 0.15rem;
	}
}

.other_feature .in .feature_list .txt_box {
	width: calc(100% - 2.05rem);
	display: flex;
	flex-wrap: wrap;
	padding:  0.10rem 0.20rem 0.10rem 0.40rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.other_feature .in .feature_list .txt_box {
		width: 100%;
		display: block;
		padding:  0.20rem 0;
	}
}

.other_feature .in .feature_list .txt_box .list {
	min-width: 2.80rem;
}

.other_feature .in .feature_list .txt_box .txt {
	font-size: 0.15rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.other_feature .in .feature_list .txt_box .txt {
		font-size: 0.14rem;
		text-indent: -0.11rem;
		margin-left: 0.20rem;
		line-height: 1.65;
	}
	.other_feature .in .feature_list .txt_box .txt.no_list {
		text-indent: 0;
		margin-left: 0;
	}
}

.other_feature .in .feature_list .txt_box .txt span {
	display: inline-block;
	padding-right: 0.08rem;
}

.other_feature .in .feature_list .txt_box .kakomi {
	background-color: #FFF;
	padding: 0.10rem 0.16rem;
	border-radius: 0.06rem;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 2;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.15rem;
	box-shadow: 0 0.01rem 0.04rem rgba(0,0,0,0.1);
}

.other_feature.-bg01 {
	background-color: rgba(91, 180, 143, 0.1);
}

.other_feature.-bg01 .in .feature_list .tit {
	color: #5BB48F;
}

.other_feature.-bg01 .in .feature_list .txt_box {
	border-left: 1px solid #5BB48F;
}
@media screen and (max-width: 640px) {
	.other_feature.-bg01 .in .feature_list .txt_box {
		border-left: 0;
		border-top: 1px solid #5BB48F;
	}
}

.other_feature.-bg01 .in .feature_list .txt_box .txt span {
	color: #5BB48F;
}

.other_feature.-bg02 {
	background-color: rgba(241, 133, 159, 0.1);
}

.other_feature.-bg02 .in .feature_list .tit {
	color: #F1859F;
}

.other_feature.-bg02 .in .feature_list .txt_box {
	border-left: 1px solid #F1859F;
}
@media screen and (max-width: 640px) {
	.other_feature.-bg02 .in .feature_list .txt_box {
		border-left: 0;
		border-top: 1px solid #F1859F;
	}
}

.other_feature.-bg02 .in .feature_list .txt_box .txt span {
	color: #F1859F;
}

/*============================
ご利用の流れ
============================*/
.admission {
	padding: 1rem 0;
}
@media screen and (max-width: 640px) {
	.admission {
		padding: 0.6rem 0;
	}
}

/* ご利用の流れ */
.flow_wrap .sub_title {
	text-align: center;
	font-size: 0.28rem;
	font-weight: 700;
	padding: 0.70rem 0 0.30rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .sub_title {
		font-size: 0.20rem;
		padding: 0 0 0.30rem;
	}
}

.flow_wrap .flow_list .detail {
	background-color: #FCF7F2;
	border-radius: 0.10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.15rem 0;
	align-items: center;
	margin-bottom: 0.30rem;
	min-height: 0.77rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail {
		border-radius: 0.06rem;
		min-height: auto;
	}
}

.flow_wrap .flow_list .detail::before {
	content: "";
	width: 1px;
	height: calc(100% - 0.30rem);
	background-color: #6E4403;
	position: absolute;
	top: 0.15rem;
	left: 0.77rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail::before {
		content: none;
	}
}

.flow_wrap .flow_list .detail .num {
	width: 0.78rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #6E4403;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .num {
		width: 100%;
		font-size: 0.24rem;
		top: -0.25rem;
		position: relative;
		font-family: 'Poppins', sans-serif;
	}

	.flow_wrap .flow_list .detail .num span {
		position: relative;
		border-bottom: 1px solid #6E4403;
		padding: 0 0.05rem;
	}
}


.flow_wrap .flow_list .detail .textbox {
	width: calc(100% - 1.04rem);
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox {
		width: 100%;
		box-sizing: border-box;
		padding:0 0.2rem 0.05rem;
	}
}


.flow_wrap .flow_list .detail .textbox .text {
	font-size: 0.15rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		padding-bottom: 0.10rem;
		text-align: justify;
	}
}

.flow_wrap .flow_list .detail .textbox .text a {
	color: #111111;
	font-weight: 600;
	text-decoration: underline;
}

.flow_wrap .flow_list .detail .textbox .text a:hover {
	text-decoration: none;
}

.flow_wrap .flow_list .detail .textbox .flow_kakomi {
	background-color: #FFF;
	padding: 0.15rem;
	border-radius: 0.06rem;
	font-size: 0.16rem;
	margin-top: 0.10rem;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox .flow_kakomi {
		padding: 0.13rem;
		border-radius: 0.04rem;
		font-size: 0.15rem;
	}
}

.flow_wrap .flow_contact {
	border: 2px solid #F1859F;
	padding: 0.40rem;
	border-radius: 0.10rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact {
		padding: 0.20rem;
		text-align: center;
	}
}

.flow_wrap .flow_contact::before {
	content: "";
	width: calc(100% - 0.06rem);
	height:  calc(100% - 0.06rem);
	background-color: rgba(241, 133, 159, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.flow_wrap .flow_contact .title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #F1859F;
	text-align: center;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .title {
		font-size: 0.18rem;
		padding-top: 0.10rem;
		margin-bottom: 0.2rem;
	}
}

.flow_wrap .flow_contact .upper_box {
	text-align: center;
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 2;
	position: relative;
	z-index: 1;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .upper_box {
		font-size: 0.15rem;
		line-height: 1.875;
		padding-bottom: 0.10rem;
	}
}

.flow_wrap .flow_contact .upper_box span {
	font-size: 0.16rem;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .upper_box span {
		font-size: 0.13rem;
		display: block;
	}
}

.flow_wrap .flow_contact .upper_box a {
	color: #111;
}

.flow_wrap .flow_contact .upper_box a.mail {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .upper_box a {
		color: #111;
		text-decoration: underline;
	}
}

.flow_wrap .flow_contact .upper_box a:hover {
	text-decoration: none;
}

.flow_wrap .flow_contact .bottom_box {
	text-align: center;
	font-size: 0.15rem;
	line-height: 2;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .bottom_box {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

