@charset "UTF-8";

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

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. module 追加
	---------------------------

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



/** 01. Globals
 **************************************************************** **/
@media (max-width: 480px) {
	#content h2 {
		font-size: 145%;
	}
	
	h3 {
		font-size: 125%;
		line-height: 1.3em;
	}
}

.btn-outline.btn-danger[disabled]:focus {
	color: #fff;
}





