@charset "utf-8";
/* -----------------------------
 trauma-and_stressor-related_disorders.css
----------------------------- */

body { width: 100%; }

/* -------------------------------------- メインコンテンツ -------------------------------------- */
#tekiou { border-bottom: 2px solid #000000; }

#tekiou > p,
#ptsd   > p {
	margin-bottom: 50px;

	line-height: 200%;
}

/* 症状 */
#tekiou .symptoms > div,
#ptsd   .symptoms > div {
	border: 2px solid #BFD277;
}

#tekiou .symptoms > div div:last-of-type,
#ptsd   .symptoms > div div:last-of-type {
	margin-left: 10%;
}

#tekiou .symptoms > div div:last-of-type p:first-of-type {
	margin-bottom: 15px;
}

#tekiou .symptoms > div div:last-of-type p:last-of-type {
	margin-bottom: 0;
}

/* 治療法 */
#tekiou .treatment p,
#ptsd   .treatment p {
	margin: 0px auto 50px;
	width: 90%;

	line-height: 200%;
}

#tekiou .treatment ul,
#ptsd   .treatment ul {
	margin: 0px auto;

	list-style-type: disc;
}

#ptsd .treatment ul li {
	margin: 0px auto 20px;
	width: 70%;

	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%;
	}

	#tekiou > p,
	#ptsd   > p {
		padding-left: 7vw;

		font-size: 1.2vw;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#tekiou,
	#ptsd {
		margin: 0px auto 7vw;
		width: 90%;
	}

	/* 症状 */
	#ptsd .symptoms > div div:first-of-type span {
		font-size: 1.2vw;
	}

	/* 治療法 */
	#tekiou .treatment p,
	#ptsd   .treatment p {
		font-size: 1.5vw;
	}

	#tekiou .treatment div,
	#ptsd   .treatment div {
		display: flex;
		align-items: center;
	}

	#tekiou .treatment img,
	#ptsd   .treatment img {
		width: 50%;
		height: auto;
	}

	#tekiou .treatment ul,
	#ptsd   .treatment ul {
		font-size: 1.3vw;
	}

	#tekiou .treatment ul li,
	#ptsd   .treatment ul li {
		margin-bottom: 30px;
	}

}









/* -----------------------------
 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;
	}

	#mainimg p { font-size: 3vw; }


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* 目次 */
	.contents dl dd:last-of-type {
		margin-bottom: 0;
	}


	/* 症状 */
	#tekiou .symptoms > div,
	#ptsd   .symptoms > div {
		margin: 0 auto 10vw;
		padding: 5vw;
		width: 96%;
	}

	#ptsd .symptoms > div div:first-of-type span {
		font-size: 3vw;
	}

	#tekiou .symptoms > div div:first-of-type,
	#ptsd   .symptoms > div div:first-of-type {
		margin-bottom: 5vw;
		padding-bottom: 5vw;
		border-bottom: 1px solid #BFD277;
		font-size: 4.5vw;
	}

	#tekiou .symptoms > div div:last-of-type,
	#ptsd   .symptoms > div div:last-of-type {
		margin-left: 10%;

		line-height: 150%;
		font-size: 4vw;
	}

	#tekiou .symptoms > div div:last-of-type p,
	#ptsd   .symptoms > div div:last-of-type p { position: relative; }

	#tekiou .symptoms > div div:last-of-type p::before,
	#ptsd   .symptoms > div div:last-of-type p::before {
		content: '';

		position: absolute;
		top: 50%;
		left: -7vw;
		transform: translateY(-50%);

		width: 4vw;
		height: 4vw;
		background-color: #BFD277;
		border-radius: 2vw;
	}

	/* 治療法 */
	#tekiou .treatment p,
	#ptsd   .treatment p {
		font-size: 4vw;
	}

	#tekiou .treatment img,
	#ptsd   .treatment img {
		display: block;
		margin: 0 auto 10vw;
		width: 96%;
		height: auto;
	}

	#tekiou .treatment ul,
	#ptsd   .treatment ul {
		margin: 0px auto 30vw;
		width: fit-content;

		font-size: 4vw;
	}

	#tekiou .treatment ul li,
	#ptsd   .treatment ul li {
		margin-bottom: 5vw;
	}



/* -------------------------------------- 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; }


}
