@charset "utf-8";

/*-------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.												1.4.1.2;
	PROGRAM-ID.									"STORY"
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/

main{
	font-size:2rem;
}

.note.rice::before{
	content:"※";
}

/*-------------------------------------------------------------------
	attention
-------------------------------------------------------------------*/
.attention h2{
	position:relative;
	z-index:100;
	margin-bottom:2em;
}
.attention .view{
	display:flex;
	flex-direction:row-reverse;
}

.attention .view p.image{
	position:relative;
	margin-top:-223px;
	margin-left:0.5em;
	z-index:1;
}


/*-------------------------------------------------------------------
	history
-------------------------------------------------------------------*/
.history{
	zoom:1;
	overflow:hidden;
}

.history .image.smooth{
	float:right;
	margin-left:1em;
	margin-top:-1em;
}
.history .image.rough{
	clear:both;
	float:left;
	margin-left:0;
	margin-right:1em;
}
.history .image.rough + p{
	padding-top:4em;
}


/*-------------------------------------------------------------------
	snack
-------------------------------------------------------------------*/
main section.snack{
	padding-left:5em;
	padding-right:5em;
}
main section.snack h2{
	text-align:center;
	margin-bottom:2em;
}
section.snack .image{text-align:center;}


.snack ul{
	margin:2em 0;
	background:url(../../images/common/border/dot-b.png) repeat-x top left;
}
.snack li{
	padding:0.8em;
	font-size:2.5rem;
	background:url(../../images/common/border/dot-b.png) repeat-x bottom left;
}
.snack dl{
	display:flex;
	align-items:center;
}
.snack dl dt{
	margin-right:1em;
}

/*-------------------------------------------------------------------
	glad
-------------------------------------------------------------------*/
main section.glad{
	padding-left:5em;
	padding-right:5em;
}
main section.glad h2{
	text-align:center;
	margin-bottom:2em;
}
section.glad .image{text-align:center;}

.glad ul{
	margin:2em 0;
	background:url(../../images/common/border/dot.png) repeat-x top left;
}
.glad li{
	position:relative;
	padding:1em 0.8em 1em 5rem;
	font-size:2.5rem;
	text-indent:-4.2rem;
	background:url(../../images/common/border/dot.png) repeat-x bottom left;
}
.glad li::before{
	position:relative;
	display:inline-block;
	content:"";
	top:0.4rem;
	margin-right:0.5em;
	width:3.4rem;
	height:3.4rem;
	border-radius:50%;
	background:#95b750;
}


/*-------------------------------------------------------------------
	smartphone
-------------------------------------------------------------------*/
@media only screen and (max-width : 784px) {

/*-------------------------------------------------------------------
	snack
-------------------------------------------------------------------*/
main section.snack,
main section.glad{
	padding-left:1em;
	padding-right:1em;
}

.snack li{
	padding:1em 0.3em;
	font-size:1.5rem;
}

.snack dl dt{
}
.snack dl dd{
	width:80%;
}


/*-------------------------------------------------------------------
	glad
-------------------------------------------------------------------*/
.glad .box{
	display:flex;
	flex-direction:column-reverse;
}
.glad .box p{
	margin-bottom:1em;
}
main section.glad .box h2{
	margin-bottom:1em;
}
.glad ul{
	margin-top:1em;
}
.glad li{
	padding:1em 0.3em 1em 3rem;
	font-size:1.5rem;
	text-indent:-3rem;
}
.glad li::before{
	position:relative;
	display:inline-block;
	content:"";
	top:0.4rem;
	margin-right:0.5em;
	width:2.2rem;
	height:2.2rem;
	border-radius:50%;
	background:#95b750;
}


}