@charset "UTF-8";

/*--editorial_index--*/
/*#mainBody h1{
	background: url(/csr/2020/editorial/images/bg_h1_pc.png) center center no-repeat;
}*/

h5.underline{
	border-bottom:solid 1px #333;
}

div.section dl.dl02{
	line-height:1.7em;
}

div.section dl.dl02 dt{
	width:10.5em;
}

div.section dl.dl02 dd{
	margin-left:11.0em;
	margin-top:-1.7em;
}
div.section dl.dl01{
	line-height:1.7em;
}
div.section dl.dl01 dt{
	width:9.5em;
}

div.section dl.dl01 dd{
	margin-left:10.0em;
	margin-top:-1.7em;
}
/*-----------------------------------------------------------
Mobile (Portrait) Design for a width of 320 to 767
-----------------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*#mainBody h1{
	background: url(/csr/2020/editorial/images/bg_h1_sp.png) 0 0 no-repeat;
}*/

div.section dl.dl01{
	line-height:1.7;
}
div.section dl.dl01 dt{
	width:100%;
}

div.section dl.dl01 dd{
	margin-left:1em;
	margin-top:0;
	margin-bottom:20px;
	line-height:1.7;
}


}