@charset "utf-8";

strong {
	font-weight: bold;
}

.intro img {
	width: 100%;
	margin: 10px 0;
}
.intro p strong {
	color: #ff9b43;
}

.navi {
	margin: 20px 0;
}
.navi li {
	margin: 2px 0;
}
.navi li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 15px;
	background-color: #7fae2c;
	display: block;
}
.navi li.reha-contact a {
	background-color: #ff9b43;
}
.navi li a:after {
	content: "▼";
	font-size: 10px;
	position: absolute;
	right: 15px;
}

#houmon-rehabilitation img,
#tanjikan-rehabilitation img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

/* 訪問リハビリ */

#houmon-rehabilitation {
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

#houmon-rehabilitation .attention {
	padding: 14px;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
}

#houmon-rehabilitation ul {
	margin: 20px 0;
}
#houmon-rehabilitation ul li {
	text-indent: -1.8em;
	margin-left: 1.8em;
	padding: 4px 0;
}
#houmon-rehabilitation ul li::before {
	content: "■";
	color: #9ccb4a;
	margin: 0 0.3em 0 0;
	font-size: 20px;
}

#houmon-rehabilitation table {
	width: 100%;
	margin: 10px 0;
}
#houmon-rehabilitation table th,
#houmon-rehabilitation table td {
	padding: 8px;
	border: 1px solid #d0d0d0;
}
#houmon-rehabilitation table th {
	color: #7fae2c;
	font-weight: bold;
	background-color: #f9f9f9;
}

/* 短時間通所リハビリ */

#tanjikan-rehabilitation {
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

#tanjikan-rehabilitation img {
	width: 100%;
	margin: 5px 0;
}

#tanjikan-rehabilitation p strong {
	font-weight: bold;
}
#tanjikan-rehabilitation ol {
	color: #7fae2c;
	font-size: 15px;
	font-weight: bold;
	padding: 14px;
	border: 4px solid #e2e2e2;
	box-sizing: border-box;
}
#tanjikan-rehabilitation ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 12px 6px;
	border-bottom: 1px solid #e2e2e2;
}
#tanjikan-rehabilitation ol li span {
	color: #000;
	font-weight: normal;
}
#tanjikan-rehabilitation ol li:last-child {
	border-bottom: none;
}

#tanjikan-rehabilitation ul.osusume {
	margin: 20px 0;
}
#tanjikan-rehabilitation ul.osusume li {
	text-indent: -1.8em;
	margin-left: 1.8em;
	padding: 4px 0;
}
#tanjikan-rehabilitation ul.osusume li::before {
	content: "■";
	color: #9ccb4a;
	margin: 0 0.3em 0 0;
	font-size: 20px;
}
#tanjikan-rehabilitation table {
	width: 100%;
	margin: 10px 0;
}
#tanjikan-rehabilitation table th,
#tanjikan-rehabilitation table td {
	padding: 8px;
	border: 1px solid #d0d0d0;
}
#tanjikan-rehabilitation table th {
	color: #7fae2c;
	font-weight: bold;
	background-color: #f9f9f9;
}

#tanjikan-rehabilitation .iframe_outer {
	list-style-type: none;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
#tanjikan-rehabilitation .iframe_outer iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
}

/* 問い合わせ */

#reha-contact div {
	padding: 14px;
	margin: 0 0 20px 0;
	border: 4px solid #e2e2e2;
	box-sizing: border-box;
}
#reha-contact div span {
	font-size: 18px;
}
#reha-contact div a {
	color: #7fae2c;
	font-weight: bold;
}

@media screen and (min-width: 600px) {

	/* 訪問リハビリ */

	#houmon-rehabilitation table {
		margin: 10px 0;
	}
	#houmon-rehabilitation table th,
	#houmon-rehabilitation table td {
		padding: 20px 20px;
	}

	/* 短時間通所リハビリ */

	#tanjikan-rehabilitation table {
		margin: 10px 0;
	}
	#tanjikan-rehabilitation table th,
	#tanjikan-rehabilitation table td {
		padding: 20px 20px;
	}

}

@media screen and (min-width: 800px) {

	.navi {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.navi li {
		width: 32%;
	}

}

@media screen and (min-width: 1100px) {

	.navi li a {
		font-size: 15px;
		padding: 16px;
	}
	.navi li a:after {
		font-size: 12px;
		right: 16px;
	}

	#houmon-rehabilitation,
	#tanjikan-rehabilitation {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#houmon-rehabilitation h4,
	#tanjikan-rehabilitation h4 {
		width: 100%;
		margin: 25px 0 0 0;
	}
	#houmon-rehabilitation div,
	#tanjikan-rehabilitation div {
		width: 48%;
	}
	#tanjikan-rehabilitation div.full {
		width: 100%;
	}

	/* 訪問リハビリ */


}
