@charset "UTF-8";
/* 入所お手続きの流れ */
.flow_contents {
	margin-bottom: 40px;
}

.flow_contents:last-child {
	margin-bottom: 0;
}

.flow_contents:nth-child(even) .wrap_flow_text {
	background: #D4F7FF;
}

.flow_contents .ttl_h3 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.wrap_flow_text {
	background: #FFF0F0;
	padding: 24px 10%;
	border-radius: 0 0 20px 20px;
}

/* ご利用料金について */
.charge {
	background: rgba(212, 247, 255, 0.5);
}

.wrap_charge_head_text {
	letter-spacing: 0.1em;
}

.table_charge {
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
}

.table_charge th, .table_charge td {
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-weight: bold;
	width: 50%;
	background: #fff;
	border-bottom: 1px solid #3A3F3B;
}

.table_charge thead th:nth-child(1) {
	background: #FFF0F0;
	border-right: 1px solid #3A3F3B;
}

.table_charge thead th:nth-child(2) {
	background: #D4F7FF;
}

.table_charge tbody td span {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.table_charge tbody td:nth-child(1) {
	border-right: 1px solid #3A3F3B;
}

.table_charge tbody td:nth-child(2) {
	text-align: right;
	padding-right: 24px;
}

@media print, screen and (min-width: 769px) {
	.inner_section {
		max-width: 960px;
	}
	/* 入所お手続きの流れ */
	.flow_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.flow_contents .ttl_h3 {
		max-width: 620px;
		margin: 0 auto 24px;
	}
	.img_flow {
		min-width: 260px;
		max-width: 260px;
	}
	.wrap_flow_text {
		width: 73%;
		max-width: 700px;
		padding: 24px 0;
		border-radius: 0 20px 20px 0;
		height: 223px;
	}
	.wrap_flow_text p {
		max-width: 620px;
		margin: 0 auto;
		font-size: calc(16 / 1280 * 100vw);
	}
	/* ご利用料金について */
	.wrap_charge_head_text {
		text-align: center;
	}
	.table_charge th, .table_charge td {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.table_charge tbody td span {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
	}
	.table_charge tbody td:nth-child(2) {
		padding-right: 40px;
	}
}

@media print, screen and (min-width: 1280px) {
	.wrap_flow_text p {
		font-size: 16px;
	}
}