@charset "utf-8";

strong {
	font-weight: bold;
}

strong.underline {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}

.intro {
	margin: 0 0 50px 0 ;
}
.intro img {
	width: 100%;
	margin: 10px 0;
}
.intro p {
	text-align: left;
}

.intro .point_outer img {
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	float: right;
	margin: 0;
	padding: ;
}

.intro .point {
	padding: 20px;
	margin: 20px 0;
	border: 3px solid #7fae2c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
.intro .point li {
	color: #7fae2c;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}
.intro .point li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #7fae2c;
}

.intro .point2 {
	padding: 20px;
	margin: 20px 0;
	border: 3px solid #ff7800;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
.intro .point2 li {
	color: #ff7800;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}
.intro .point2 li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff7800;
}


.navi {
	margin: 20px 0;
}
.navi li {
	margin: 6px 0;
}
.navi li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 50px 12px 30px;
	background-color: #7fae2c;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;

}
.navi li.reha-contact a {
	background-color: #ff9b43;
}
.navi li a:after {
	content: "▼";
	font-size: 10px;
	position: absolute;
	top: 36%;
	right: 30px;
}

.navi li a {
	font-size: 18px;
}
.navi li a:after {
	font-size: 12px;
}

.navi li a span {
	font-size: 14px;
}



/* question */

#question ul {
	padding: 20px;
	margin: 20px 0;
	background-color: #fdd8b7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#question ul li {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}
#question ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff9b43;
}



/* nagare */


.timeline {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	border-left: 3px solid #cbd5e0;
}

.timeline li {
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: bold;
	color: #2d3748;
}

.timeline .time-title {
	font-weight: bold;
	background: #ddf6b1;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}

.timeline > li::before {
	content: "●";
	position: absolute;
	left: -11px;
	color: #7fae2c;
	font-size: 12px;
}

.timeline li p {
	font-weight: normal;
}

.timeline p.waku {
	padding: 14px;
	margin: 20px 0;
	background-color: #f4f4f4;
	box-sizing: border-box;
}

.timeline p.waku .button {
	padding: 4px 14px;
	margin: 6px 0 0 0;
	background-color: #fdd8b7;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: inline-block;
}


/* chigai */

#chigai ul {
	padding: 20px;
	margin: 20px 0;
	background-color: #ddf6b1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#chigai ul li {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}
#chigai ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #7fae2c;
}


/* muchiuchi */


#muchiuchi ul li {
	padding: 20px;
	margin: 6px 0;
	border: 2px solid #7fae2c;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#muchiuchi ul li strong {
	margin: 0 0 6px 0;
	display: block;
}

#muchiuchi ul li strong span {
	color: #fff;
	padding: 1px 8px;
	margin-right: 6px;
	background-color: #7fae2c;
}



.timeline2 {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	border-left: 3px solid #cbd5e0;
}

.timeline2 li {
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: bold;
	color: #2d3748;
}

.timeline2 .time-title {
	font-weight: bold;
	background: #fdd8b7;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}

.timeline2 > li::before {
	content: "●";
	position: absolute;
	left: -11px;
	color: #ff9b43;
	font-size: 12px;
}

.timeline2 li p {
	font-weight: normal;
}

.timeline2 li ul li {
	font-weight: normal;
	background-color: #f2f2f2;
}


/* kikan */

#kikan img.right {
	width: 50%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #ff7800;
	margin: 0 auto;
	display: block;
}


/* 問い合わせ */

#main #contact .back {
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main #contact p.waku {
	padding: 14px;
	margin: 20px 0;
	background-color: #fff;
	box-sizing: border-box;
}

#main #contact p.waku .button {
	padding: 4px 14px;
	margin: 6px 0 0 0;
	background-color: #ddf6b1;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: inline-block;
}

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

	#main h4 {
	margin: 40px 0 0 0;
	}


}

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


	/* muchiuchi */


	#muchiuchi ul {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#muchiuchi ul li {
		width: 49%;
		margin: 12px 0;
	}


	/* kikan */


	#kikan img.right {
		float: right;
		width: 300px;
		margin: 0 0 0 20px;
	}


}

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

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


	.point_bigouter {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.point_bigouter .point_outer {
		width: 49%;
	}



}

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





}
