.ccm-page .white-tableout{
	display: table;
	padding: 0;
	border-collapse:separate;
	border-spacing:2px;
	width: 100%;
}
.ccm-page .white-leftcell,
.ccm-page .white-rightcell{
	line-height: 150%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ccm-page .white-leftcell{
	font-weight: normal;
	vertical-align: top;
	padding: 32px 16px;
}
.ccm-page .white-rightcell{
	vertical-align: middle;
	padding: 32px;
}
.ccm-page .white-tableout .white-row p{
	margin:0 auto 8px;
	padding:0;
}
.ccm-page .white-rightcell img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.ccm-page .white-rightcell ul{
	padding:0 0 0 0;
	margin:0;
}
.ccm-page .white-rightcell li{
	margin:0 auto 8px 16px;
	line-height:150%;
}
.ccm-page .white-rightcell li:before{
	content:"\30FB";
	margin: 0 -16px 0 0;
	position: relative;
	left: -16px;
}
.ccm-page .white-rightcell li:last-child{
	margin:0 auto 0 16px;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .white-tableout{
	margin-bottom:32px;
}
.ccm-page .white-leftcell,
.ccm-page .white-rightcell{
	margin:0px;
}
.ccm-page .white-leftcell{
	width:100%;
	background:rgba(163,114,36,0.1);
	padding:16px;
}
.ccm-page .white-rightcell{
	border:none;
	padding: 16px 0 32px;
}
.ccm-page .white-rightcell li:before{
	margin: 0 -8px 0 0;
}
.ccm-page .white-tableout .white-row:last-child .white-rightcell{
	padding-bottom: 0;
}
.ccm-page .white-tableout .white-row:last-child{
	margin-bottom: 0;
}
.ccm-page .white-tableout .white-row:first-child .white-leftcell{
	margin-top: 32px;
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .white-tableout{
	background:rgba(255,255,255,1);
}
.ccm-page .white-tableout .white-row{
	display:table-row;
}
.ccm-page .white-leftcell,
.ccm-page .white-rightcell{
	display: table-cell;
	margin: 16px;
	border-bottom: 1px dotted;
}
.ccm-page .white-leftcell{
	width:24%;
	border-right: 1px dotted;
}
.ccm-page .white-rightcell img{
	width:100%;
}
}
