@charset "utf-8";
/* -----------------------------
 forgetfulness.css
----------------------------- */

body { width: 100%; }

/* -------------------------------------- mainimg -------------------------------------- */

#mainimg { margin-bottom: 7vw; }

article > section > div:last-of-type p {
	line-height: 200%;
}


/* -------------------------------------- メインコンテンツ -------------------------------------- */



/* -------------------------------------- 各症状 -------------------------------------- */

article section section:not(article section section:last-of-type) {
	border-bottom: 2px solid #000000;
}

article section section h3 {
	position: relative;

	margin-bottom: 30px;

	line-height: 5vw;
}

article section section h3::before {
	content: '';

	position: absolute;
	top: 0;
	left: 0;

	width: 5vw;
	height: 5vw;
	background-image: url(../../images/common/img_01.png);
	background-repeat: no-repeat;
	background-size: contain;
}

article section section > div > div:first-of-type { text-align: center; }

article section section > div > div:last-of-type p {
	line-height: 250%;
	font-size: 1.2vw;
}


/* -------------------------------------- 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; }

/* -------------------------------------- header -------------------------------------- */

/*	header { top: 2.7vw; }*/

	header nav #menuBtn { display: none; }

	header h1 a { margin-left: 6.2%; }

	header h1 img {
		width: 43%;
		height: auto;
	}

	header nav ul {
		display: flex;
		justify-content: right;
		align-items: center;

		margin-right: 2%;
		color: #FFFFFF;
	}

	header nav li {
		position: relative;

		margin: 0px 1.5vw;
		font-size: 1.2vw;
	}

	header nav li::after {
		content: '';
		position: absolute;
		right: -1.5vw;

		width: 2px;
		height: 25px;
		background-color: #FFFFFF;
	}

	header nav li:last-of-type::after { background-color: inherit; }


/* -------------------------------------- section -------------------------------------- */
	article section section,
	article section > div:last-of-type {
		margin: 0px 10% 7vw;
		width: 80%;
	}


/* -------------------------------------- mainimg -------------------------------------- */
	#mainimg > div:first-of-type {
		top: 52%;
	}

	article > section > div:last-of-type p {
		margin-bottom: 50px;

		font-size: 1.2vw;
	}


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	article > section {	margin-bottom: 300px; }


	/* 目次 */
	.contents dl dd:nth-of-type(2),
	.contents dl dd:nth-of-type(3) {
		margin: 0 0 30px 10%;
	}


	/* 各症状 */
	article section section > div {	display: flex; }

	article section section h3 {
		padding-left: 7vw;

		font-size: 2vw;
	}

	article section section img {
		width: 60%;
		height: auto;
	}

	article section section > div > div { width: 50%; }

	article > section > p {
		margin: 0px auto;
		width: 80%;

		line-height: 200%;
		font-size: 1.3vw;
	}


}









/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

	.pcOnly { display: none; }

/* -------------------------------------- header -------------------------------------- */


/* -------------------------------------- section -------------------------------------- */
	article section section {
		margin: 0px auto 20vw;
		padding-bottom: 20vw;
		width: 90%;
	}

	#anxiety {
		margin-bottom: 0;
		padding-bottom: 10vw;
	}

/* -------------------------------------- mainimg -------------------------------------- */
	#mainimg > div:first-of-type {
		top: 63%;
		font-size: 6vw;
	}

	article > section > div:last-of-type p {
		margin: 0 auto 10vw;
		width: 90%;
		font-size: 4vw;
	}


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* 目次 */
	.contents { margin-bottom: 20vw; }

	article section .contents dd {
		width: 100%;
	}

	/* 各症状 */
	article section section h3 {
		margin: 0 0 5vw; /* 中央揃えリセット */
		padding-left: 30vw;

		line-height: 25vw;
		font-size: 5vw;
	}

	article section section > div > div:first-of-type {
		margin: 0 auto 10vw;
	}

	article section section h3::before {
		width: 25vw;
		height: 25vw;
	}

	article section section > div > div { width: 100%; }

	article section section > div > div:last-of-type p {
		width: 100%;

		letter-spacing: 2px;
		line-height: 200%;
		font-size: 5vw;
	}

	article section section img {
		width: 50%;
		height: auto;
	}

	article > section > p {
		margin: 0px auto 20vw;
		width: 90%;

		line-height: 200%;
		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; }


}
