/* CSS Document */

/* =============================================================================
	Original
============================================================================= */
ul.dlMethod { margin: 0.8em 0; padding: 1em 0.5em; background: #eeeeee; border-radius: 4px; }
ul.dlMethod li { position: relative; margin: 0 0.5em 1em 2.5em; }
ul.dlMethod li:after, ul.dlMethod li:before { display: block; content: ''; position: absolute; }
ul.dlMethod li:after { top: 0; left: -2.0em; width: 1.5em; height: 1.5em; background-color: #005243; border-radius: 100%; }
ul.dlMethod li:before { z-index: 2; top: 7px; left: -26px; width: 8px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
ul.dlMethod li > span	{ font-size: 1.8rem; font-weight: bold; display: inline-block; }
ul.dlMethod li dl.Not-applicable { margin-left: 1.3em; margin-top: 20px!important; }
ul.dlMethod li dl.Not-applicable dt	{ margin-top: 0.8em; }
ul.dlMethod li dl.Not-applicable dd	{ margin-left: 40px; }

p.DLBtn	{ margin: 2.0em 0 3.0em; text-align: center; overflow: hidden; }
p.DLBtn a	{	display:inline-block; font-size: 2.0rem;	margin: 0 auto;	padding: 0.5em 2em;	border-radius: 25px; text-decoration: none; background: #333333; color: #ffffff; font-weight: 700; }
p.DLBtn a:hover	{ background: #666666; }

.icon-kome::before { content: '※ '; font-weight: 700; color: #A30B1A; }