@charset "utf-8";
/* CSS Document */

/*===========================================
	howto lspx-s3 pairing css
=============================================*/

#contents div.singleBtn.long,
#contents ul.btnlist.long li a{
	width: calc(74% - 1em);
}

#contents .stepArea ol.stepList.nomal > li >p.lead{
	font-weight: normal;
}

#contents .osArea > .Gray {
	width: 50%;
}

#contents .stepArea ol.stepList li > .Gray{
	width: calc(100% - 38px);
}

#contents p span.square {
    background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
    vertical-align: text-top;
}


#contents p .org > li:before, #contents p span.square.org {
    background-color: #ffa41b;
}

#contents p .green > li:before, #contents p span.square.green {
    background-color: #4d9936;
}

@media (max-width: 640px){
	#contents div.singleBtn.long,
	#contents ul.btnlist.long li a,
	#contents .osArea > .Gray,
	#contents .stepArea ol.stepList li > .Gray{
		width: 100%;
	}

}