/* ==================== categoryIndex.css ==================== */

.categoryIndex {
}
.categoryIndex h3 {
	margin: 0;
}
.categoryIndex ul {
	margin: -1em auto 0;
	padding: 0;
	list-style-type: none;
}
.categoryIndex li {
	position: relative;
	background: white;
	border-radius: 0.5em;
	line-height: 1;
	text-align: left;
}
.categoryIndex li:nth-of-type(n+2) {
	margin-top: 1.75em;
}
.categoryIndex li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	height: 3em;
	-webkit-transform: translate(-30%, -40%);
	transform: translate(-30%, -40%);
	background: url(../images/qa_q1.png) no-repeat center top;
	background-size: contain;
}
.categoryIndex > div:nth-of-type(2) li::before {
	background-image: url(../images/qa_q2.png);
}

.categoryIndex li a {
	display: block;
	padding: 1.25em;
	padding-left: 2.5em;
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 150ms ease;
	transition: color 150ms ease;
}

.categoryIndex > div:nth-of-type(1) li a:hover {
	color: #d65d00;
}
.categoryIndex > div:nth-of-type(2) li a:hover {
	color: #478c00;
}

.categoryIndex h3 {
	font-size: inherit;
}

@media all and (max-width: 640px) {
	.categoryIndex > div {
		margin: 2em 0;
	}
	.categoryIndex h3 img {
		width: 13em;
	}
	.categoryIndex ul {
		width: 90%;
	}
	.categoryIndex li {
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	.categoryIndex {
		display: table;
		margin: 1.5em auto;
	}
	.categoryIndex > div {
		display: table-cell;
		vertical-align: middle;
		width: 20em;
	}
	.categoryIndex > div:nth-of-type(1) {
		padding-right: 2em;
	}
	.categoryIndex h3 img {
		width: 11em;
	}
	.categoryIndex li {
		font-size: 0.8em;
	}
}



/* ==================== categoryMenu.css ==================== */

.categoryMenu {
}

.categoryMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.categoryMenu li {
	display: inline-block;
	vertical-align: middle;
}
.categoryMenu li:first-child {
	margin-right: -1.5em;
}
.Kyushoku.qa1 .categoryMenu li:nth-of-type(1),
.Kyushoku.qa2 .categoryMenu li:nth-of-type(2) {
	position: relative;
	z-index: 1;
}
.Kyushoku.qa1 .categoryMenu li:nth-of-type(2),
.Kyushoku.qa2 .categoryMenu li:nth-of-type(1) {
	opacity: 0.6;
	-webkit-transition: opacity 150ms ease;
	transition: opacity 150ms ease;
}
.categoryMenu li:hover {
	opacity: 1 !important;
}

.Kyushoku.qa1 .categoryMenu li:nth-of-type(2) img,
.Kyushoku.qa2 .categoryMenu li:nth-of-type(1) img {
	font-size: 65%;
}

@media all and (max-width: 640px) {
	.categoryMenu li img {
		width: 12em;
	}
}

@media all and (min-width: 641px) {
	.categoryMenu li img {
		width: 14em;
	}
}



/* ==================== qa-lead.css ==================== */

.qa-lead {
}
.qa-lead h2 {
	margin: 0;
	font-size: inherit;
}
.qa-lead p {
	margin: 0;
	color: #001f4a;
	text-align: left;
}

@media all and (max-width: 640px) {
	.qa-lead h2 {
		margin-bottom: 1em;
	}
	.qa-lead .pic img {
		display: inline-block;
		margin: 0 0.5em 0.25em 0;
		width: 7em;
		float: left;
	}
	.qa-lead p {
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	.qa-lead {
		margin: 0 auto;
		width: calc(20em + 1em + 7.5em);
	}
	.qa-lead h2 {
		float: right;
		width: 20em;
		padding-top: 3em;
	}
	.qa-lead .pic {
		float: left;
		width: 7.5em;
	}
	.qa-lead p {
		clear: both;
		padding-top: 1em;
		font-size: 0.8em;
	}
}



/* ==================== qaList.css ==================== */

.qaList .qa hr {
	border: none;
	margin: 1em 0;
	padding: 0;
	width: 100%;
	height: 0.2em;
	background: url(../images/border_bold_h_qa.png) repeat-x left center;
	background-size: 47.5em auto;
}
.qaList .qa:not(:last-child) hr:nth-of-type(2) {
	display: none;
}

.qaList .q {
	padding-top: 1em;
}

.qaList .q h2 {
	margin: 0;
}
.qaList .q h2 {
	position: relative;
	background: white;
	padding: 1em;
	padding-left: 3em;
	border-radius: 1em;
	text-align: left;
}
.qaList .q h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	height: 3em;
	background: url(../images/qa_q1.png) no-repeat center top;
	background-size: contain;
	-webkit-transform: translate(-10%, -40%);
	transform: translate(-10%, -40%);
}

.Kyushoku.qa2 .qaList .q h2::before {
	background-image: url(../images/qa_q2.png);
}

.qaList .a {
	background: #ffe661;
	border-radius: 1em;
	padding: 1em;
}

.qaList .a .text p::before {
	content: '';
	display: inline-block;
	width: 5em;
	height: 5em;
	background: url(../images/qa_matsumaru.png) no-repeat right bottom;
	background-size: contain;
}

.Kyushoku.qa2 .qaList .a {
	background: #cde665;
}

.qaList .a p {
	margin: 0;
	text-align: left;
}

.qaList .a .recipe h3 {
	margin: 0;
	font-size: inherit;
}

@media all and (max-width: 640px) {
	.qaList .qa {
		margin-top: 1em;
	}

	.qaList .q h2 {
		font-size: 1em;
	}

	.qaList .a {
		margin-top: 3em;
	}
	.qaList .a .text p::before {
		margin-top: -4em;
		margin-left: -2.5em;
	}

	.qaList .a .recipe {
		margin-top: 1em;
		padding-bottom: 0.5em;
	}
	.qaList .a .recipe h3 {
		margin-bottom: 1em;
	}
	.qaList .a .recipe h3 img {
		width: 8em;
	}
	.qaList .a p {
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	.qaList {
		width: 41em;
		margin: 0 auto;
	}
	.qaList .q {
		text-align: left;
	}
	.qaList .q h2 {
		display: inline-block;
		padding-right: 2em;
		font-size: 0.9em;
	}
	.qaList .a {
		position: relative;
		margin-top: 2.5em;
		margin-left: 5em;
	}
	.qaList .a .text p::before {
		margin-top: -4em;
		margin-left: -4em;
	}
	.Kyushoku.qa2 .qaList .a::after {
		background-image: url(../images/qa_matsumaru_lead2.png);
	}

	.qaList #qa2_3 {
		padding-bottom: 2em;
	}
	.qaList #qa2_3 .a > .pic img {
		top: 0;
	}
	.qaList #qa2_3 .a::after {
		top: 2.5em;
	}

	.qaList .a p {
		font-size: 0.75em;
	}
	.qaList .recipe {
		position: relative;
		margin-top: 1em;
		text-align: left;
	}
	.qaList .a .recipe h3 {
		width: 6em;
		margin-bottom: 1.5em;
		padding-left: 1em;
	}
}