@charset "utf-8";
/* -----------------------------
 adhd.css
----------------------------- */

body { width: 100%; }

/* -------------------------------------- mainimg -------------------------------------- */
#mainimg { margin-bottom: 7vw; }


/* -------------------------------------- mainimg -------------------------------------- */

article > section > div:last-of-type p {
	margin-bottom: 50px;
	line-height: 200%;
	font-size: 1.2vw;
}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
#asd { border-bottom: 2px solid #000000; }

/* h4 */
#asd  h4,
#adhd h4 {
	margin-bottom: 3vw;
	padding: 30px 7vw;
	background-color: #BFD277;
	color: #FFFFFF;
}

#asd h4:first-of-type { margin-bottom: 0; }

/* 特徴 */
#asd  > div,
#adhd > div {
	margin-bottom: 50px;
}

#adhd > div:last-of-type { margin-bottom: 0; }

#asd > div div:first-of-type,
#adhd > div div:first-of-type {
	text-align: center;
}

#asd > div img,
#adhd > div img {
	width: 60%;
	height: auto;
}

#asd > div li,
#adhd > div li {
	position: relative;

	margin-bottom: 15px;
	padding-left: 20px;
}

#asd > div li::before,
#adhd > div li::before {
	content: '';

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 2px;
}


/* -------------------------------------- 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; }

/* -------------------------------------- main_img -------------------------------------- */
	/* mainimg内の見出し高さ */
	#mainimg > div:first-of-type {
		top: 52%;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	article > section > div:last-of-type,
	#asd,
	#adhd {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	/* h4 */
	#asd  h4,
	#adhd h4 {
		font-size: 2vw;
	}

	/* 特徴 */
	#asd  > div,
	#adhd > div {
		display: flex;
		align-items: center;
	}

	#asd > div div:first-of-type,
	#adhd > div div:first-of-type {
		margin-bottom: 100px;
	}

	#asd > div div,
	#adhd > div div { width: 50%; }

	#asd > div ul,
	#adhd > div ul {
		margin-bottom: 30px;
	}

	#asd > div li,
	#adhd > div li {
		font-size: 1.5vw;
	}

	#asd > div div p,
	#adhd > div div p {
		line-height: 250%;
		font-size: 1.5vw;
	}

	#adhd > p {
		margin-bottom: 50px;
		padding-left: 7vw;

		line-height: 200%;
		font-size: 1.2vw;
	}

}





/* -----------------------------
 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; }


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* 冒頭文 */
	article > section > div:last-of-type { margin-bottom: 15vw; }

	article > section > div:last-of-type p {
		margin: 0 auto 30px;
		width: 90%;

		line-height: 200%;
		font-size: 4vw;
	}

	/* 目次 */
	.contents dl {
		width: 90%; /* 横幅調整 */
	}

	/* h3 */
	h3 { font-size: 4vw; }

	/* h4 */
	#asd  h4,
	#adhd h4 {
		font-size: 4vw;
	}

	#asd > div div:first-of-type,
	#adhd > div div:first-of-type {
		margin-bottom: 10vw;
	}

	#asd > div ul,
	#adhd > div ul {
		margin: 0 auto 30px;
		width: fit-content;
	}

	#asd > div li,
	#adhd > div li {
		font-size: 4vw;
	}

	#asd > div div p,
	#adhd > div div p {
		margin: 0 auto;
		width: 90%;

		line-height: 200%;
		font-size: 3.5vw;
	}

	#adhd > div:last-of-type {
		margin-bottom: 20vw;
	}

	#adhd > p {
		margin: 0 auto 20vw;
		width: 90%;

		line-height: 200%;
		font-size: 3.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; }


}
