@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	085　いっせーので、みんなとアルビとでアクション！

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	共通

------------------------------------------------------------------------------*/

main .detail > section .group {
	display: flex;
	justify-content: center;
}

main .detail > section .group .column {
	width: 48%;
	margin-right: 4%;
}

main .detail > section .group .column:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {

main .detail > section .group {
	justify-content: flex-start;
	flex-wrap: wrap;
}

main .detail > section .group .column {
	width: 100%;
	margin-right: 0;
}

}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

body.contents.topics .post header h1 {
	margin: 0 auto;
	max-width: 780px;
	width: 80%;
}


/*------------------------------------------------------------------------------

	#sec01

------------------------------------------------------------------------------*/

main .detail #sec01 figure {
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------

	#sec02

------------------------------------------------------------------------------*/

main .detail #sec02 .group figure {
	max-width: 400px;
	width: 80%;
	margin-top: 0;
}

@media screen and (max-width: 767px) {

main .detail #sec02 .group {
	justify-content: center;
}

main .detail #sec02 .group figure {
	margin-top: 1em;
}

}

/*------------------------------------------------------------------------------

	#sec03

------------------------------------------------------------------------------*/

main .detail #sec03 .food_drive figure:nth-child(1) {
	width: 38%;
	margin-right: 0;
	order: 2;
}

main .detail #sec03 .food_drive figure:nth-child(2) {
	max-width: 250px;
	width: 70%;
	margin-right: 4%;
	order: 1;
}

main .detail #sec03 .map {
	width: 80%;
	margin: 0 auto;
}

main .detail #sec03 .map figure:nth-child(2) {
	max-width: 300px;
	width: 70%;
}

@media screen and (max-width: 767px) {

main .detail #sec03 .group {
	justify-content: center;
}

main .detail #sec03 .food_drive figure:nth-child(1) {
	width: 80%;
	margin: 0 auto 1em;
	order: 2;
}

main .detail #sec03 .food_drive figure:nth-child(2) {
	max-width: 250px;
	width: 70%;
	margin-right: 4%;
	order: 1;
}

}

/*------------------------------------------------------------------------------

	#sec04

------------------------------------------------------------------------------*/

main .detail #sec04 .campaign {
	max-width: 750px;
	margin: 0 auto 2em;
}

main .detail #sec04 .flow {
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}

main .detail #sec04 .flow .step {
	position: relative;
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
	padding: 3em 3em 3em 4em;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	counter-increment: number 1;
	border: 4px solid rgba(var(--sub-blue),.3);
	border-radius: 10px;
}

main .detail #sec04 .flow .step:nth-child(2n) {
	margin-right: 0;
}

main .detail #sec04 .flow .step .text::before {
	content: counter(number,listnum);
	display: block;
	position: absolute;
	left: .5em;
	top: .5em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	line-height: 1;
	font-size: 2.5em;
	color: rgba(var(--main-color),1);
}

main .detail #sec04 .flow .whatis .group .text {
	flex: 1;
	order: 2;
}

main .detail #sec04 .flow .whatis .group figure {
	width: 100px;
	margin-top: 0;
	margin-right: 1em;
	order: 1;
}

main .detail #sec04 .flow .download ul {
	display: flex;
	list-style: none;
	margin: 0;
}

main .detail #sec04 .flow .download ul li {
	width: 48%;
}

main .detail #sec04 .flow .download ul li:nth-child(1) {
	margin-right: 1em;
}

main .detail #sec04 .flow .step.f2 ul li {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	color: rgba(var(--main-color),1);
}

main .detail #sec04 .flow .step.f2 .explain {
	max-width: 360px;
	margin: 1em auto 0;
}

@media screen and (max-width: 1024px) {

main .detail #sec04 .flow .whatis .group {
	flex-direction: column;
}

main .detail #sec04 .flow .whatis .group figure {
	width: 30%;
	margin: 0 auto 1em;
}

}

@media screen and (max-width: 767px) {

main .detail #sec04 .flow .step {
	width: 100%;
	margin-right: 0;
}
}

