/* ==================== summary-basic.css ==================== */

.summary-basic {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 1.5em 1.5em;
}

.summary-basic::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-bix;
	width: 100%;
	height: calc(100% - 2.5em);
	border: 3px solid #ffd23b;
	border-radius: 1em;
}

.summary-basic > * {
	position: relative;
}

.summary-basic h4 {
	margin: 0;
}

.summary-basic h5,
.summary-basic p,
.summary-basic ol {
	margin: 1em auto 0;
}

.summary-basic h5 {
	color: #c91a1a;
}

.summary-basic ol {
	border-radius: 0.5em;
	padding: 1em;
	list-style-type: none;
	background: #fff1c4;
}

.summary-basic li {
	display: flex;
	align-items: center;
}

.summary-basic li::before {
	margin-right: 0.25em;
	color: #c91a1a;
	font-weight: bold;
}
.summary-basic li:nth-of-type(1)::before {
	content: '1.';
}
.summary-basic li:nth-of-type(2)::before {
	content: '2.';
}
.summary-basic li:nth-of-type(3)::before {
	content: '3.';
}
.summary-basic li:nth-of-type(4)::before {
	content: '4.';
}
.summary-basic li:nth-of-type(5)::before {
	content: '5.';
}

.summary-basic li:nth-of-type(n+2) {
	margin-top: 0.25em;
}


@media (max-width: 640px) {
	.summary-basic h5 {
		font-size: 110%;
	}
}


@media (min-width: 641px) {
	.summary-basic h5 {
		font-size: 90%;
	}
	.summary-basic p,
	.summary-basic li {
		font-size: 80%;
	}
}



/* ==================== summary-lead.css ==================== */

.summary-lead {
	margin: 1em auto;
	max-width: 36em;
}

.summary-lead p {
	margin: 0;
}

@media (min-width: 641px) {
	.summary-lead p {
		font-size: 80%;
	}
}



/* ==================== summary-point.css ==================== */

.summary-point {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2.5em;
}


.summary-point h4 {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0.5em;
	height: 2.75em;
	background:
		linear-gradient(white, white) no-repeat center center / 100% calc(100% - 0.2em),
		linear-gradient(to right, #ffd23b 50%, transparent 50%) repeat-x left top / 0.4em 100%;
	color: #c91a1a;
	line-height: 1;
}

.summary-point h4::before,
.summary-point h4::after {
	content: '';
	display: block;
	width: 2em;
	height: 1.5em;
	background: url(../images/study/summary_basic_cap_icon.svg) no-repeat left center / contain;
}
.summary-point h4::after {
	transform: scaleX(-1);
}

.summary-point p {
	margin: 1em auto 0;
}

.summary-point p + div {
	margin-top: 1em;
}


@media (max-width: 640px) {
	.summary-point h4 {
		font-size: 100%;
	}
}


@media (min-width: 641px) {
	.summary-point {
		max-width: 32em;
	}

	.summary-point h4 {
		font-size: 90%;
	}

	.summary-point > p {
		font-size: 80%;
	}
}


.IE .summary-point > * {
	max-width: 100%;
}



/* ==================== homework.study/&.greatman/greatman-select/&.css ==================== */

.homework.study.greatman .greatman-select {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.homework.study.greatman .greatman-select > p {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1em 0 0;
}

.homework.study.greatman .greatman-select > p img {
	margin-top: 1.5em;
}


@media (max-width: 640px) {
	.homework.study.greatman .greatman-select > p br {
		display: none;
	}
}


@media (min-width: 641px) {
	.homework.study.greatman .greatman-select > p {
		font-size: 80%;
		text-align: center;
	}
}



/* ==================== homework.study/&.greatman/greatman-select/greatman-list.css ==================== */

.homework.study.greatman .greatman-select .greatman-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 1.5em 0;
	padding: 0 1.5em 1.5em;
}

.homework.study.greatman .greatman-select .greatman-list::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 2.5em);
	border: 3px solid #ffd23b;
	border-radius: 1em;
}

.homework.study.greatman .greatman-select .greatman-list > * {
	position: relative;
}

.homework.study.greatman .greatman-select .greatman-list h4 {
	margin: 0;
}

.homework.study.greatman .greatman-select .greatman-list .body {
	margin: 1em auto;
}

.homework.study.greatman .greatman-select .greatman-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homework.study.greatman .greatman-select .greatman-list li {
	display: flex;
	align-items: center;
}

.homework.study.greatman .greatman-select .greatman-list li::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: #d40000;
	border-radius: 50%;
	transform-origin: left center;
	transform: scale(0.6);
}

.homework.study.greatman .greatman-select .greatman-list .comment {
	margin-top: 1em;
}


@media (min-width: 641px) {

	.homework.study.greatman .greatman-select .greatman-list {
		box-sizing: border-box;
		width: 32em;
	}

	.homework.study.greatman .greatman-select .greatman-list .body {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.homework.study.greatman .greatman-select .greatman-list ul {
		margin: 0 1em;
		font-size: 80%;
	}
}


.IE .homework.study.greatman .greatman-select .greatman-list > * {
	max-width: 100%;
}



/* ==================== homework.study/&.greatman/research/&.css ==================== */

.homework.study.greatman .research {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.homework.study.greatman .research > hr {
	border: none;
	margin: 0;
	height: 2.5em;
}

.homework.study.greatman .research > .title + p {
	margin: 1em auto 0;
}

.homework.study.greatman .research > h5 {
	margin: 1.5em auto 0;
}

/*
.homework.study.greatman .research .comment {
	margin-top: 1.5em;
}
*/


@media (min-width: 641px) {
	.homework.study.greatman .research > p {
		font-size: 80%;
		text-align: center;
	}
}



/* ==================== homework.study/&.greatman/research/column.css ==================== */

.homework.study.greatman .research .column {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5em;
}

.homework.study.greatman .research .column::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 1em;
	background: #fff1c4;
}

.homework.study.greatman .research .column > * {
	position: relative;
}
.IE .homework.study.greatman .research .column > * {
	box-sizing: border-box;
	max-width: 100%;
}


@media (min-width: 641px) {
	.homework.study.greatman .research .column {
		box-sizing: border-box;
		width: 30em;
	}
	.homework.study.greatman .research .column p {
		font-size: 70%;
	}
}



/* ==================== homework.study/&.greatman/research/column.example.css ==================== */

.homework.study.greatman .research .column.example h5 {
	margin: 0;
}

.homework.study.greatman .research .column.example p:nth-of-type(1) {
	display: flex;
	align-items: center;
}

.homework.study.greatman .research .column.example p:nth-of-type(1) strong {
	color: #d8271c;
}

.homework.study.greatman .research .column.example p:nth-of-type(2) {
	margin: 1em auto 0;
	color: #d8271c;
}
.homework.study.greatman .research .column.example p:nth-of-type(2) img {
	margin-top: 0.5em;
}

.homework.study.greatman .research .column.example p:nth-of-type(2) a {
	display: block;
	transition: 150ms;
}
.homework.study.greatman .research .column.example p:nth-of-type(2) a:hover {
	opacity: 0.6;
}


@media (max-width: 640px) {
	.homework.study.greatman .research .column.example {
		margin-top: 1.5em;
		padding-top: 0;
	}
	.homework.study.greatman .research .column.example::before {
		height: calc(100% - 1.5em);
	}

	.homework.study.greatman .research .column.example h5 img {
		width: 6em;
	}

	.homework.study.greatman .research .column.example p:nth-of-type(1) {
		flex-direction: column;
		margin-top: 1em;
	}
	.homework.study.greatman .research .column.example p:nth-of-type(1) img {
		margin-top: 0.5em;
		width: 8em;
	}

	.homework.study.greatman .research .column.example p:nth-of-type(2) a img {
		width: 100%;
	}

}

@media (min-width: 641px) {

	.homework.study.greatman .research .column.example {
		margin-top: 3em;
	}

	.homework.study.greatman .research .column.example h5 {
		position: absolute;
		left: 0;
		top: 0;
		transform: translate(-40%, -25%);
	}

	.homework.study.greatman .research .column.example p:nth-of-type(1) {
		margin: 0;
		padding-left: 2em;
	}

	.homework.study.greatman .research .column.example p:nth-of-type(1) img {
		margin-left: 1em;
		flex-shrink: 0;
	}

	.homework.study.greatman .research .column.example p:nth-of-type(2) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}



/* ==================== homework.study/&.greatman/research/column.warning.css ==================== */

.homework.study.greatman .research .column.warning {
	margin-top: 1.5em;
}

.homework.study.greatman .research .column.warning h5 {
	display: flex;
	align-items: center;
	margin: 0;
	color: #d8271c;
}

.homework.study.greatman .research .column.warning h5 img {
	margin-right: 0.25em;
}

.homework.study.greatman .research .column.warning p {
	margin: 1em 0 0;
}


@media (min-width: 641px) {
	.homework.study.greatman .research .column.warning h5 {
		font-size: 80%;
	}
	.homework.study.greatman .research .column.warning p {
		font-size: 70%;
	}
}



/* ==================== homework.study/&.greatman/research/research-points.css ==================== */

.homework.study.greatman .research .research-points {
	display: grid;
	grid-gap: 1em;
	margin-top: 1.5em;
}

.homework.study.greatman .research .research-points::after {
	content: none;
}

.homework.study.greatman .research .research-points > div {
	position: relative;
	border: 2px dashed #ffd23b;
	border-radius: 0.5em;
	padding: 0.75em;
	padding-left: 1.5em;
}

.homework.study.greatman .research .research-points > div::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
	height: 2em;
	background: url(../images/study/research_point_icon.svg) no-repeat center center / contain;
	transform: translate(-25%, -25%);
}

.homework.study.greatman .research .research-points .cap {
	margin: 0;
	color: #c91a1a;
	line-height: 1.3;
}

.homework.study.greatman .research .research-points p {
	margin: 0.5em 0 0;
}

.homework.study.greatman .research .research-points .comment {
	margin-top: 0.5em;
}


@media (max-width: 640px) {
	.homework.study.greatman .research .research-points {
	}
	.homework.study.greatman .research .research-points .cap {
		font-size: 110%;
	}
}


@media (min-width: 641px) {
	.homework.study.greatman .research .research-points {
		width: 41em;
		grid-template-columns: repeat(2, 1fr);
	}
	.IE .homework.study.greatman .research .research-points {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1em 1fr;
		-ms-grid-rows: auto 1em auto;
	}

	.IE .homework.study.greatman .research .research-points > div:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.IE .homework.study.greatman .research .research-points > div:nth-of-type(2) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
	.IE .homework.study.greatman .research .research-points > div:nth-of-type(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.IE .homework.study.greatman .research .research-points > div:nth-of-type(4) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}

	.homework.study.greatman .research .research-points.others > div:nth-of-type(1) {
		grid-row: 1/3;
	}

	.IE .homework.study.greatman .research .research-points.others > div:nth-of-type(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}
	.IE .homework.study.greatman .research .research-points.others > div:nth-of-type(3) {
		-ms-grid-column: 3;
	}

	.homework.study.greatman .research .research-points .cap {
		font-size: 90%;
	}
	.homework.study.greatman .research .research-points p {
		font-size: 70%;
	}

}



/* ==================== homework.study/&.nutrients/@.css ==================== */





/* ==================== homework.study/&.nutrients/chara-pop.css ==================== */

@media (max-width: 640px) {

	.homework.study.nutrients .chara-pop {
		font-size: 1.25em;
	}

}



/* ==================== homework.study/&.nutrients/<section>/&.css ==================== */

.homework.study.nutrients section {
	display: grid;
	grid-gap: 1.5em;
	justify-items: center;
}



/* ==================== homework.study/&.nutrients/<section>/&@reset.css ==================== */

.homework.study.nutrients section h2, .homework.study.nutrients section h3, .homework.study.nutrients section h4, .homework.study.nutrients section h5, .homework.study.nutrients section h6,
.homework.study.nutrients section p,
.homework.study.nutrients section ul, .homework.study.nutrients sectionol,
.homework.study.nutrients section dl, .homework.study.nutrients section dd,
.homework.study.nutrients section figure {
	margin: 0;
}



/* ==================== homework.study/&.nutrients/<section>/> h2.css ==================== */

.homework.study.nutrients section > h2 img {
	height: 6em;
}
.homework.study.nutrients section > h2 img[src*="title_4"] {
	height: 3em;
}



/* ==================== homework.study/&.nutrients/<section>/> hr.css ==================== */

.homework.study.nutrients section > hr {
	border: none;
	margin: 0;
}



/* ==================== homework.study/&.nutrients/<section>/> p.css ==================== */

.homework.study.nutrients section > p {
}

.homework.study.nutrients section > p a {
	color: #005fb8;
	text-decoration: underline;
}


@media (max-width: 640px) {
	.homework.study.nutrients section > p {
		font-size: 90%;
	}
}


@media (min-width: 641px) {
	.homework.study.nutrients section > p {
		font-size: 80%;
		text-align: center;
	}

	.homework.study.nutrients section > p span {
		display: block;
	}

}



/* ==================== homework.study/&.nutrients/check/check-functions.css ==================== */

.homework.study.nutrients .check .check-functions {
	display: grid;
	grid-gap: 1.5em;
	justify-items: center;
}


.homework.study.nutrients .check .check-functions .link {
	display: grid;
	grid-gap: 0.25em;
	justify-items: center;
}

.homework.study.nutrients .check .check-functions .link img[src*="cap"] {
	width: 21.8em;
}
.homework.study.nutrients .check .check-functions .link img[src*="banner"] {
	width: 20em;
}

.homework.study.nutrients .check .check-functions .link a img {
	transition: 150ms;
}
.homework.study.nutrients .check .check-functions .link a img:hover {
	opacity: 0.7;
}


@media (min-width: 641px) {

	.homework.study.nutrients .check .check-functions::after {
		content: none;
	}

	.homework.study.nutrients .check .check-functions figure img {
		width: 47em;
	}

	.homework.study.nutrients .check .check-functions .link::after {
		content: none;
	}

}



/* ==================== homework.study/&.nutrients/check/check-guide.css ==================== */

.homework.study.nutrients .check .check-guide {
	position: relative;
}

.homework.study.nutrients .check .check-guide::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border: 2px solid #ffd23b;
	border-radius: 1.5em;
}

.homework.study.nutrients .check .check-guide > * {
	position: relative;
}

.homework.study.nutrients .check .check-guide h4 {
	text-align: center;
}

.homework.study.nutrients .check .check-guide ol {
	display: grid;
	grid-gap: 1em;
	justify-items: center;
	padding: 0;
	list-style-type: none;
}

.homework.study.nutrients .check .check-guide li {
	display: grid;
	grid-gap: 0.5em;
	justify-items: center;
}

.homework.study.nutrients .check .check-guide li:not(:last-child)::after {
	content: '';
	display: block;
	width: 100%;
	height: 1.5em;
	background: url(../images/study/nutrients/check_guide_arrow.svg) no-repeat center center / contain;
}


@media (max-width: 640px) {

	.homework.study.nutrients .check .check-guide {
		padding: 0 1em 1em;
	}

	.homework.study.nutrients .check .check-guide::before {
		height: calc(100% - 3em);
	}

	.homework.study.nutrients .check .check-guide h4 img {
		height: 6em;
	}

	.homework.study.nutrients .check .check-guide li {
		font-size: 90%;
	}

}


@media (min-width: 641px) {

	.homework.study.nutrients .check .check-guide {
		padding: 0 2em 1em;
	}

	.homework.study.nutrients .check .check-guide::before {
		height: calc(100% - 2.65em);
	}

	.homework.study.nutrients .check .check-guide h4 img {
		height: 5.3em;
	}

	.homework.study.nutrients .check .check-guide ol::after {
		content: none;
	}

	.homework.study.nutrients .check .check-guide li {
		font-size: 80%;
	}

	.homework.study.nutrients .check .check-guide figure img {
		width: 38.6em;
	}

}



/* ==================== homework.study/&.nutrients/check/check-link.css ==================== */

.homework.study.nutrients .check .check-link {
	display: grid;
	align-items: center;
	justify-items: center;
	border-radius: 1em;
	padding: 1.5em;
	background: #fff6b3;
}

.homework.study.nutrients .check .check-link img[src*="banner"] {
	border: 2px solid white;
}

.homework.study.nutrients .check .check-link h4 {
	color: #006cd9;
}
.homework.study.nutrients .check .check-link h4 a {
	color: inherit;
	text-decoration: none;
}
.homework.study.nutrients .check .check-link h4 a:hover {
	text-decoration: underline;
}

.homework.study.nutrients .check .check-link p {
	text-align: justify;
}

.homework.study.nutrients .check .check-link ul {
	color: #ff7b00;
	padding: 0;
	list-style-type: none;
}
.homework.study.nutrients .check .check-link li {
	display: flex;
}
.homework.study.nutrients .check .check-link li::before {
	content: '※';
}

.homework.study.nutrients .check .check-link a img {
	transition: 150ms;
}
.homework.study.nutrients .check .check-link a img:hover {
	opacity: 0.7;
}


@media (max-width: 640px) {

	.homework.study.nutrients .check .check-link img[src*="banner"] {
		width: 18em;
	}

	.homework.study.nutrients .check .check-link {
		grid-gap: 0.75em;
	}

	.homework.study.nutrients .check .check-link h4 {
		font-size: 120%;
	}

	.homework.study.nutrients .check .check-link p {
		font-size: 90%;
	}

	.homework.study.nutrients .check .check-link ul {
		margin-top: 1em;
	}
	.homework.study.nutrients .check .check-link li {
		font-size: 85%;
	}

	.homework.study.nutrients .check .check-link img[src*="btn"] {
		width: 15em;
	}

}



@media (min-width: 641px) {

	.homework.study.nutrients .check .check-link {
		grid-template-columns: 15.5em 12.5em;
		grid-template-areas:
		'a1 h4'
		'a1 p'
		'a1 a2'
		'ul ul';
		grid-gap: 0.5em 1.5em;
		padding-bottom: 1em;
	}
	.homework.study.nutrients .check .check-link::after {
		content: none;
	}

	.homework.study.nutrients .check .check-link a:nth-of-type(1) { grid-area: a1; }
	.homework.study.nutrients .check .check-link a:nth-of-type(2) { grid-area: a2; }
	.homework.study.nutrients .check .check-link h4 { grid-area: h4; }
	.homework.study.nutrients .check .check-link p { grid-area: p; }
	.homework.study.nutrients .check .check-link ul { grid-area: ul; }


	.homework.study.nutrients .check .check-link h4 {
		font-size: 90%;
	}
	.homework.study.nutrients .check .check-link p {
		font-size: 70%;
	}

	.homework.study.nutrients .check .check-link ul {
		margin-top: 0.5em;
	}
	.homework.study.nutrients .check .check-link li {
		font-size: 60%;
	}

	.homework.study.nutrients .check .check-link img[src*="btn"] {
		width: 12.1em;
	}

}



/* ==================== homework.study/&.nutrients/matome/matome-data.css ==================== */

.homework.study.nutrients .matome .matome-data {
	display: grid;
	grid-gap: 1.5em;
	justify-items: center;
}

.homework.study.nutrients .matome .matome-data a img {
	width: 17.7em;
}

.homework.study.nutrients .matome .matome-data a {
	transition: 150ms;
}
.homework.study.nutrients .matome .matome-data a:hover {
	opacity: 0.7;
}


@media (min-width: 641px) {

	.homework.study.nutrients .matome .matome-data figure img {
		width: 37em;
	}

}



/* ==================== homework.study/&.nutrients/matome/matome-flow.css ==================== */

@media (max-width: 640px) {

	.homework.study.nutrients .matome .matome-flow figure img {
		width: 22.5em;
	}

}


@media (min-width: 641px) {

	.homework.study.nutrients .matome .matome-flow figure img {
		width: 41.3em;
	}

}



/* ==================== homework.study/&.nutrients/record/record-1.css ==================== */

.homework.study.nutrients .record .record-1 figure {
	display: grid;
	grid-gap: 1em;
	align-items: center;
	justify-items: center;
}


.homework.study.nutrients .record .record-1 img:nth-of-type(1) {
	width: 22.5em;
}
.homework.study.nutrients .record .record-1 img:nth-of-type(2) {
	width: 8.5em;
}


@media (min-width: 641px) {
	.homework.study.nutrients .record .record-1 figure {
		grid-template-columns: repeat(2, auto);
	}
}



/* ==================== homework.study/&.nutrients/try/try-plan.css ==================== */

.homework.study.nutrients .try .try-plan ul {
	display: flex;
	padding: 0;
	list-style-type: none;
}

.homework.study.nutrients .try .try-plan li:nth-of-type(1) {
	margin-right: auto;
}
.homework.study.nutrients .try .try-plan li:nth-of-type(2) {
	margin-left: auto;
}

.homework.study.nutrients .try .try-plan li:nth-of-type(1) img { width: 13em; }
.homework.study.nutrients .try .try-plan li:nth-of-type(2) img { width: 13em; }
.homework.study.nutrients .try .try-plan li:nth-of-type(3) img { width: 17.1em; }


@media (max-width: 640px) {

	.homework.study.nutrients .try .try-plan ul {
		flex-direction: column;
		width: 23em;
	}

	.homework.study.nutrients .try .try-plan li:nth-of-type(2) {
		margin-top: -3em;
	}

	.homework.study.nutrients .try .try-plan li:nth-of-type(3) {
		margin-right: auto;
		margin-top: -2em;
	}

}


@media (min-width: 641px) {

	.homework.study.nutrients .try .try-plan ul {
		align-items: flex-end;
		justify-content: center;
		width: 28.3em;
		flex-wrap: wrap;
	}

	.homework.study.nutrients .try .try-plan li:nth-of-type(3) {
		margin-top: -1em;
	}

}