.secCommon dl{
	margin:20px 40px 10px;
}
.secCommon dl dt{
	color:#4f91ac;
	font-size:1.5em;
}
.secCommon dl dd{
	font-size:1.2em;
	margin:0px 0px 20px 0px;
}

/*  ---------------------------------------------------
PC
---------------------------------------------------  */
@media print, screen and (min-width:1001px){

}
/*  ------------------------------------------------------
Tablet
---------------------------------------------------  */
@media screen and (max-width:1000px) and (min-width:641px){
.secLettering td div img {
	width:80%;
}

}
/*  ---------------------------------------------------
SP
---------------------------------------------------  */
@media screen and (max-width:640px){
.secCommon dl{
	margin:0 20px;
}
.secCommon dl dt{
	color:#4f91ac;
	font-size:2.0rem;
}
.secCommon dl dd{
	font-size:1.8em;
}
.secCommon dl{
	padding-top:20px;
}

}