@charset "utf-8";
/* -----------------------------
 taheebo/about.css
----------------------------- */

main > section {
	max-width: 1200px;
	margin: 0px 20px 100px;
	line-height: 200%;
}

main section section {
	display: flex;
}

main h2 {
	margin-bottom: 50px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

main section section {
	margin: 100px 0px;
}

main section h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: x-large;
	font-family: var(--font-serif);
	font-weight: bold;
}

main section h3:not(:first-child) {
	margin-top: 50px;
}

main section .img img {
	width: 100%;
	height: auto;
}

main .test h3 {
	padding: 5px 10px;
	background-color: #333333;
	color: #FFFFFF;
}

main .test h4 {
	font-weight: bold;

}

main .test h5 {
	margin: 10px 0px;
	padding: 3px;
	background-color: #E6DECA;
}

main .test h5 span {
}

main .test dl {
	margin-bottom: 30px;
}

main .test dl > div {
	margin-bottom: 10px;
}

main .test dt {
	flex-shrink: 0;
	margin-right: 20px;
}

main .test dt span {
	padding: 3px 10px;
	background-color: #CCCCCC;
}

/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {
	main section section:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	main section .txt {
		margin-right: 50px;
	}

	main section section:nth-of-type(even) .txt {
		margin-right: 0px;
		margin-left: 50px;
	}

	main section .img {
		flex-shrink: 0;
		width: 300px;
	}

	/* 試験 */
	main .test dl > div {
		display: flex;
	}
}


/* -----------------------------
 Tablet
----------------------------- */
@media screen and (max-width: 999px) {
	main section section {
		flex-direction: column-reverse;
	}

	main section .img {
		margin-bottom: 20px;
	}

	/* 試験 */
	main .test dt {
		margin: 0px;
		background-color: #CCCCCC;
	}
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:639px) {
}
