@charset "utf-8";
/* -----------------------------
 ocd.css
----------------------------- */


/* -----------------------------
 PC・SP共有設定
----------------------------- */
/* -------------------------------------- 共有・全体 -------------------------------------- */
body { width: 100%; }

/* -------------------------------------- メインコンテンツ -------------------------------------- */
#ocd > p {
	line-height: 200%;
}

/* -------------------------------------- 症状 -------------------------------------- */
#ocd .symptoms > div {
	border: 2px solid #BFD277;
}

#ocd .symptoms > div div:first-of-type {
	width: 30%;

	text-align: center;
	font-size: 1.7vw;
}

#ocd .symptoms > div div:last-of-type ul li {
	position: relative;

	padding-left: 20px;
}

/* liのdisk */
#ocd .symptoms > div div:last-of-type ul li::before {
	content: '';

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 2px;
}


/* -------------------------------------- 治療法 -------------------------------------- */
#ocd .treatment div div:last-of-type { padding: 0 5%; }

#ocd .treatment img {
	width: 100%;
	height: auto;
}

#ocd .treatment ul li {
	position: relative;

	margin-bottom: 10px;
	padding-left: 20px;

	line-height: 150%;
}

#ocd .treatment ul li::before {
	content: '';

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 2px;
}

#ocd .treatment p {
	line-height: 200%;
}


/* -------------------------------------- footer -------------------------------------- */
footer {
	background-color: #A9907A;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
}

footer .fMenu li a { display: block; }

footer > p {
	padding-bottom: 30px;

	font-size: medium;
}







/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.spOnly { display: none; }

/* -------------------------------------- mainimg -------------------------------------- */
	/* positionリセット */
	#mainimg > div:first-of-type {
		top: 52%;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#ocd {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	/* 冒頭説明文 */
	#ocd > p {
		margin-bottom: 50px;
		padding-left: 7vw;

		font-size: 1.2vw;
	}

/* -------------------------------------- 症状 -------------------------------------- */
	#ocd .symptoms > div {
		display: flex;
		align-items: center;

		margin-bottom: 30px;
		padding: 50px 10%;
	}

	#ocd .symptoms > div div:last-of-type {
		margin-left: 10%;
		width: 60%;
		line-height: 250%;
		font-size: 1vw;
	}

/* -------------------------------------- 治療法 -------------------------------------- */
	#ocd .treatment > div {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	#ocd .treatment div div { width: 50%; }

	#ocd .treatment ul { font-size: 1.3vw; }

	#ocd .treatment p {
		width: 90%;

		font-size: 1.3vw;
	}

}





/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.pcOnly { display: none; }

/* -------------------------------------- mainimg -------------------------------------- */
	#mainimg {
		padding-top: 90px;
	}

	#mainimg > div:first-of-type {
		top: 63%;
	}

	#mainimg img {
		width: auto;
		height: 40vw;
	}

	#mainimg h2 {
		margin-bottom: 2vw;
		font-size: 6vw;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* h3 */
	h3 {
		margin: 0 auto 30px;
		width: 90%;
	}

	/* 冒頭説明文 */
	#ocd > p {
		margin: 0 auto 10vw;
		width: 90%;

		font-size: 4vw;
	}

/* -------------------------------------- 症状 -------------------------------------- */
	#ocd .symptoms > div {
		margin: 0 auto 10vw;
		padding: 10vw;
		width: 90%;
	}

	#ocd .symptoms > div div:first-of-type p {
		margin-bottom: 5vw;
		font-size: 5vw;
	}

	#ocd .symptoms > div div:last-of-type {
		line-height: 200%;
		font-size: 4vw;
	}

	#ocd .symptoms > div div:last-of-type p {
		margin-bottom: 5vw;
	}

	#ocd .symptoms > div div:last-of-type ul {
		margin-bottom: 5vw;
	}

	#ocd .symptoms > div div:last-of-type ul li {
		margin-bottom: 3vw;
	}

/* -------------------------------------- 治療法 -------------------------------------- */
	#ocd .treatment { margin-bottom: 20vw; }

	#ocd .treatment > div {
		margin: 0 auto;
		width: 90%;
	}

	#ocd .treatment img { margin-bottom: 10vw; }

	#ocd .treatment ul {
		margin-bottom: 10vw;
		font-size: 4vw;
	}

	#ocd .treatment p {
		font-size: 4vw;
	}


/* -------------------------------------- footer -------------------------------------- */

	footer { padding: 10px 5px 0; }

	footer div:first-of-type { margin: 0px auto 5px; }

	footer div img { width: 60%; }

	footer .detail > div:nth-of-type(2) p,
	footer .detail > div:nth-of-type(2) address {
		margin-bottom: 10px;
		line-height: 150%;
		font-size: 3.5vw;
	}

	footer .detail .tel { margin-bottom: 20px; }

	footer .detail .tel p {	font-size: 3.5vw; }

	footer .detail .tel div { font-size: 7vw; }


}
