/* ブラウザ別警告MSG向けCSS*/

.cautionlater-tit	{ font-weight: 700; font-size: 1.8rem; margin-bottom: 0.65em; }

.mb10	{ margin-bottom: 1em!important; }

ol.DLprocess { display: flex; flex-wrap: wrap; list-style-type: none; counter-reset: number 0; margin: 0.5em 0 1.5em!important; padding: 0; }
ol.DLprocess li 	{ border: 1px solid #ccc; width: 49.0%; margin-right: 2.0%; margin-bottom: 2.0%; padding: 0.6em; }
ol.DLprocess li:nth-child(even) 	{ margin-right: 0; }
ol.DLprocess li dl 	{ margin: 0;}
ol.DLprocess li dl dt	{ font-weight: bold; margin-bottom: 0.5em; }
ol.DLprocess li dl dt:before	{
	counter-increment: number 1;
	content: counter(number) ".";
	font-weight: bold;
  font-size: 1.8rem;
  color: #006B52;
  margin-right: 0.9rem;
}
ol.DLprocess li dl dd	{ margin: 0;  padding: 0; }
ol.DLprocess li dl dd img	{ max-width: 100%; height: auto; }

@media only screen and (max-width:768px) { ol.DLprocess { display: block; }ol.DLprocess li{ width: 100%; margin-right: 0;} }
