@charset "utf-8";

#common-c {
	width:100%;
	height:100%;
	margin:0 0 50px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:20px;
}

#common-c .bg-gray-01 {
	background-color:rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
	#common-c .bg-gray-01 {
		padding:10px 0 10px 0;
		background-color:rgba(0,0,0,0.1);
	}
}

#common-c h4{
	color:#333;
	font-family: "Noto Sans Japanese";
	font-size:19px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-weight:normal;
}

#common-c h5{
	width:100%;
	height:auto;
	margin:5px 0 7px 0;
	padding:0 0 0 0;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	text-indent:15px;
	background-image:url(../com-img/i-h5-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#common-c h6{
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}

#common-c p{
	margin:0 0 10px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:22px;
}

#common-c .message{
	width:100%;
	height:100%;
	margin:20px 0 0 0;
}

#common-c .message p{
	line-height:20px;
	color:#333;
}

#common-c .message dl {
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding: 0px;
}

#common-c .message dt {
	padding: 0px;
	color:#e2185a;
	font-size: 18px;
	font-weight:400;
	line-height:25px;
	text-align:left;
}

#common-c .message dd.jpn {
	margin:0 0 5px 0;
	padding: 0px;
	color:#999;
	font-size: 11px;
	line-height:17px;
	text-align:left;
}