@charset "utf-8";
/* -----------------------------
 mood_disorder.css
----------------------------- */


/* -----------------------------
 PC・SP共有設定
----------------------------- */
/* -------------------------------------- 共有・全体 -------------------------------------- */
body { width: 100%; }

/* -------------------------------------- メインコンテンツ -------------------------------------- */
#depression > p { margin-bottom: 50px; }

#manicDepression > p:last-of-type {	margin-bottom: 50px; }


/* 症状・治療法共有 */
/* 最初の文 */
#depression      .symptoms > p,
#manicDepression .symptoms > p {
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.5vw;
}

/* -------------------------------------- 症状共有 -------------------------------------- */
/* ul共有 */
#depression      .symptoms ul li, 
#manicDepression .symptoms ul li {
	position: relative;

	padding-left: 20px;
}

#depression      .symptoms ul li::before, 
#manicDepression .symptoms ul li::before {
	content: '';

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 2px;
}

#depression      .symptoms ul li:last-of-type, 
#manicDepression .symptoms ul li:last-of-type {	margin-bottom: 0; }


/* -------------------------------------- 症状個別 -------------------------------------- */
#depression .symptoms > div { border: 2px solid #BFD277; }


/* -------------------------------------- 治療法共有 -------------------------------------- */
/* 文章共有 */
#depression      .treatment p,
#manicDepression .treatment p {
	line-height: 200%;
}

/* li共有 */
#depression      .treatment ul li,
#manicDepression .treatment ul li { margin-bottom: 30px; }


/* -------------------------------------- 治療法個別 -------------------------------------- */
#depression .treatment > div { align-items: center; }

#manicDepression .treatment img {
	width: 100%;
	height: auto;
}

#depression .treatment ul li:last-of-type {
	margin-bottom: 0;
	line-height: 200%;
}

#manicDepression .treatment ul li {
	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; } /* SPのみ表示 */

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#depression,
	#manicDepression {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	/* maining */
	/* positionリセット */
	#mainimg > div:first-of-type {
		top: 52%;
	}

	/* 冒頭文共有 */
	#depression      > p,
	#manicDepression > p {
		padding-left: 7vw;

		line-height: 200%;
		font-size: 1.2vw;
	}

/* -------------------------------------- 症状共有 -------------------------------------- */
	/* 共有 */
	#depression      .symptoms > div,
	#manicDepression .symptoms > div {
		display: flex;
		align-items: center;

		margin-bottom: 30px;
		padding: 50px 10%;
	}

	/* ul共有 */
	#depression      .symptoms ul, 
	#manicDepression .symptoms ul {
		width: 70%;
	}

	#depression      .symptoms ul li, 
	#manicDepression .symptoms ul li {
		margin-bottom: 25px;
		font-size: 1.3vw;
	}

/* -------------------------------------- 症状個別 -------------------------------------- */
	#depression .symptoms > div div {
		width: 30%;

		font-size: 1.7vw;
	}

/* -------------------------------------- 治療法共有 -------------------------------------- */
	/* 冒頭文共有 */
	#depression      .treatment p,
	#manicDepression .treatment p {
		margin: 0px auto 50px;

		line-height: 200%;
		font-size: 1.5vw;
	}

	/* section直下div共有 */
	#depression      .treatment > div,
	#manicDepression .treatment > div { display: flex; }

	/* ul共有 */
	#depression      .treatment ul,
	#manicDepression .treatment ul {
		margin: 0px auto;

		list-style-type: disc;

		font-size: 1.3vw;
	}

	#depression      .treatment ul li,
	#manicDepression .treatment ul li { margin-bottom: 30px; }

/* -------------------------------------- 治療法個別 -------------------------------------- */
	#depression .treatment p { width: fit-content; }

	#depression .treatment img {
		width: 50%;
		height: auto;
	}

	#manicDepression .treatment p { width: 90%; }

	#manicDepression .treatment > div div { width: 50%; }

	#manicDepression .treatment ul {
		margin-top: 20px;
		width: 50%;
	}

	#manicDepression .treatment ul li {
		margin: 0px auto 20px;
		width: 70%;

		line-height: 200%;
	}

}





/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.pcOnly { display: none; } /* PCのみ表示 */

	article { overflow: hidden; }



/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* mainimg */
	#mainimg > div:first-of-type {
		top: 63%;
		font-size: 6vw;
	}

	#depression,
	#manicDepression { margin-bottom: 30vw; }

	/* 青丸付h3 */
	h3 { width: 90%; }

	/* 冒頭文共有 */
	#depression      > p,
	#manicDepression > p {
		margin: 0 auto 10vw;
		width: 90%;

		line-height: 200%;
		font-size: 4vw;
	}

	/* 症状・治療法共有 */
	/* 最初の文 */
	#depression      .symptoms > p,
	#manicDepression .symptoms > p,
	#depression      .treatment  p,
	#manicDepression .treatment  p {
		margin: 0 auto 10vw;
		width: 90%;

		text-align: left;
		line-height: 200%;
		font-size: 4vw;
	}

/* -------------------------------------- 症状 -------------------------------------- */
	/* 共有 */
	#depression      .symptoms,
	#manicDepression .symptoms {
		margin-bottom: 10vw;
	}

	/* 最初の文共有 */
	#depression      .symptoms > p,
	#manicDepression .symptoms > p {
		line-height: 150%;
	}

	/* ul共有 */
	#depression      .symptoms ul li, 
	#manicDepression .symptoms ul li {
		margin-bottom: 5vw;
		line-height: 150%;
		letter-spacing: 1px;
		font-size: 4vw;
	}

/* -------------------------------------- 症状個別 -------------------------------------- */
	#depression .symptoms > div {
		margin: 0 auto 10vw;
		padding: 10vw;
		width: 90%;
	}

	#depression .symptoms > div div {
		margin-bottom: 5vw;
		font-size: 5vw;
	}

	#manicDepression .symptoms > div {
		margin: 0 auto 10vw;
		width: 90%;
	}

	#manicDepression .symptoms img {
		margin-bottom: 10vw;
		width: 100%;
		height: auto;
	}

/* -------------------------------------- 治療法共有 -------------------------------------- */
	/* 共有 */
	#depression      .treatment > div,
	#manicDepression .treatment > div {
		margin: 0 auto;
		width: 90%;
	}

	/* 画像共有 */
	#depression      .treatment img,
	#manicDepression .treatment img {
		margin-bottom: 10vw;
		width: 100%;
		height: auto;
	}

	/* ul共有 */
	#depression      .treatment ul,
	#manicDepression .treatment ul {
		margin: 0px auto;

		font-size: 4vw;
	}

	#depression      .treatment ul li,
	#manicDepression .treatment ul li {
		margin-bottom: 5vw;
	}

/* -------------------------------------- 症状個別 -------------------------------------- */
	#manicDepression .treatment ul li {
		margin-bottom: 5vw;
		width: 90%;
	}


/* -------------------------------------- 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; }


}
