
/* Content
----------------------------------------------------------------------- */
#content img { vertical-align: bottom; }
#content .sections-list { padding: 0; list-style: none; }

#content .sections-list .section .wrap { padding: 40px; position: relative; z-index: 1; box-sizing: border-box; }
#content .sections-list .section .wrap:before { content: ""; margin-left: -40px; border-width: 40px 40px 0; border-style: solid; border-color: transparent; position: absolute; top: 0; left: 50%; z-index: -1; box-sizing: border-box; height: 0;}
#content .sections-list .section:nth-child(2n+1) .wrap { position: relative;
	background-image: -moz-linear-gradient(    90deg, rgb(248,248,248) 0%, rgba(255,255,255,0.7) 25%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,248,248) 0%, rgba(255,255,255,0.7) 25%);
	background-image: -ms-linear-gradient(     90deg, rgb(248,248,248) 0%, rgba(255,255,255,0.7) 25%);
}
#content .sections-list .section:nth-child(2n+1) .wrap:before { border-top-color: #ececec; }
#content .sections-list .section:nth-child(2n+0) .wrap { position: relative;
	background-image: -moz-linear-gradient(    90deg, rgb(236,236,236) 0%, rgba(238,238,238,0.7) 25%);
	background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgba(238,238,238,0.7) 25%);
	background-image: -ms-linear-gradient(     90deg, rgb(236,236,236) 0%, rgba(238,238,238,0.7) 25%);
}
#content .sections-list .section:nth-child(2n+0) .wrap:before { border-top-color: #f8f8f8; }
#content .sections-list .section:first-child .wrap:before { content: none; }

#content .sections-list .section .section-head { margin: 0; display: table; font-size: 3.2rem; }
#content .sections-list .section .section-head b { display: table-cell; line-height: 1; font-size: 2.5em; color: #888; }
#content .sections-list .section .section-head span { display: table-cell; padding-left: .5em; line-height: 1.2; vertical-align: middle; color: #333; }
#content .sections-list .section .section-body { margin: 2em 0 0; line-height: 1.6; font-size: 1.8rem; font-weight: bold; }

#content .sections-list .section-01 .section-head { float: left; width: 536px; }
#content .sections-list .section-01 .section-body { margin-top: 0; float: right; width: 312px; text-align: center; }
#content .sections-list .section-01 .section-body img { margin: -16px 0 0; }
#content .sections-list .section-02 .section-head { float: left; width: 536px; }
#content .sections-list .section-02 .section-body { margin-top: 0; float: right; width: 312px; text-align: center; }
#content .sections-list .section-02 .section-body img { margin: -16px 0 0; }
#content .sections-list .section-03 .button { margin-top: 32px; }
#content .sections-list .section-03 .button .link_single { font-size: 3.2rem; }
#content .sections-list .section-03 .button-note { margin: 0.5em 0 -1em; font-size: 1.6rem; text-align: center; }