.ccm-page .blue-tableout{
	display: table;
    padding: 0;
    border-collapse:separate;
	border-spacing:2px;
    width: 100%;
}

.ccm-page .blue-leftcell,
.ccm-page .blue-rightcell{
    line-height: 150%;
	border-bottom:1px solid #e0e0e0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 16px 16px 8px;
}

.ccm-page .blue-leftcell{
    font-weight: normal;
    vertical-align: top;
}
.ccm-page .blue-rightcell{
    vertical-align: middle;
}
.ccm-page .blue-tableout .blue-row:last-child .blue-leftcell,
.ccm-page .blue-tableout .blue-row:last-child .blue-rightcell{
	border-bottom:none;
}
.ccm-page .blue-tableout .blue-row p{
	margin:0 auto 8px;
	padding:0;
}
.ccm-page .blue-tableout .blue-row:active,
.ccm-page .blue-tableout .blue-row:focus,
.ccm-page .blue-tableout .blue-row:hover,
.ccm-page .blue-tableout .blue-row:nth-child(2n+1):active,
.ccm-page .blue-tableout .blue-row:nth-child(2n+1):focus,
.ccm-page .blue-tableout .blue-row:nth-child(2n+1):hover{
	background:#FFF7F7;
}
.ccm-page .blue-rightcell img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.ccm-page .blue-rightcell ul{
	padding:0 0 0 0px;
	margin:0;
}
.ccm-page .blue-rightcell li{
	margin:0 auto 10px 0px;
	line-height:150%;
	padding-left: 1em;
	position: relative;
}
.ccm-page .blue-rightcell li:last-child{
	margin:0 auto 8px 0px;
}
.ccm-page .blue-rightcell li::before{
	font-family: FontAwesome;
    content: "\f111";
    font-size: 0.6rem;
    position: absolute;
    top: 0px;
    left: 2px;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .blue-tableout{
	margin-bottom:32px;
}
.ccm-page .blue-tableout .blue-row{
	border:1px solid #ddd;
	margin:0 auto 16px;
}
.ccm-page .blue-tableout .blue-row:last-child .blue-leftcell{
	border-bottom:1px solid #ddd;
}

.ccm-page .blue-leftcell,
.ccm-page .blue-rightcell{
    margin:0px;
	color:#545454;
}

.ccm-page .blue-leftcell{
	width:100%;
	background:rgba(235,246,255,.4);
	padding:16px;
}
.ccm-page .blue-rightcell{
	border:none;
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .blue-tableout{
	background:rgba(255,255,255,1);
	color:#545454;
	border:#ddd 1px solid;
}
.ccm-page .blue-tableout .blue-row{
	display:table-row;
}
.ccm-page .blue-tableout .blue-row:nth-child(2n+1){
	background:rgba(235,246,255,.4);
}
.ccm-page .blue-leftcell,
.ccm-page .blue-rightcell{
	display: table-cell;
    margin: 16px;
}

.ccm-page .blue-leftcell{
	width:24%;
	border-right: #ddd 1px solid;
}

.ccm-page .blue-rightcell img{
	width:100%;
}
}


