/* CSS Document */
	.goldcard_wrap_single_green h2 {
		display: block;
	}
.goldcard_wrap_single_green {
	position: relative;
}
.brandlogo {
	position: absolute;
	right: 30px;
	top: 5px;
    display: table;
    table-layout: fixed;
    border: 1px solid #40794a;
}
.brandlogo .txt2 {
	display: table-cell;
    vertical-align: middle;
	background: #40794a;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.brandlogo .image2 {
    display: table-cell;
    vertical-align: middle;
	background: #fff;
    text-align: left;
}
.brandlogo .image2 ul {
font-size: 0;
    padding: 4px 16px;
    text-align: center;
}
.brandlogo .image2 ul li {
	display: inline-block;
    vertical-align: top;
    font-size: 16px;
	margin-left: 0;
}
.brandlogo .image2 ul li img {
	width: 50px;
}
.goldcard_wrap_single_green .single_section01 .table_box table {
    width: 80%;
    border: 2px solid #fff;
	border-radius: 3px;
	margin: 10px 0;
}
.goldcard_wrap_single_green .single_section01 .table_box table td {
	color: #fff;
	background-color: #fea415;
	border-radius: 7px;
	font-weight: bold;
	border: 2px solid #fff8f0;
}
.goldcard_wrap_single_green .single_section01 .table_box table td.gray {
	background-color: #d5d5d5;
}
.privilege {
	border: solid 1px #c7ed8b;
}
.privilege .image_ttl {
	background-color: #c7ed8b;
	text-align: center;
	color: #4d7d01;
	padding: 3px 0;
	font-weight: bold;
	}
	.privilege ul,.point ul  {
		padding: 7px 3%;
		background-color: #fff;
	}
	.privilege ul li {
		padding-left: 20px;
		position: relative;
		line-height: 23px;
		font-weight: bold;
	}
	.privilege ul li:before {
		content: "";
		background-image: url("../../images/crejit/checkbox_red.png");
		background-size: cover;
		background-position: center top;
		position: absolute;
		left: 0;
		width: 15px;
		height: 15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
.point .image_ttl {
	background-color: #c7ed8b;
	text-align: center;
	color: #4d7d01;
	padding: 3px 0;
	font-weight: bold;
	}
.point {
	border: solid 1px #fce62c;
}
.point .image_ttl {
	background-color: #fce62c;
	text-align: center;
	color: #7d7005;
	padding: 3px 0;
	font-weight: bold;
}

.point ul li {
	padding-left: 20px;
	position: relative;
	line-height: 23px;
	font-weight: bold;
}
.point ul li:before {
		content: "";
		background-image: url("../../images/crejit/star.png");
		background-size: cover;
		background-position: center top;
		position: absolute;
		left: 0;
		width: 15px;
		height: 15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
.goldcard_wrap_single_green .single_section01 .point,
.goldcard_wrap_single_green .single_section01 .privilege {
    display: inline-block;
    width: 49%;
	vertical-align: top;
}
	.goldcard_wrap_single_green .single_section01 .point {
		margin-left: 2%;
	}
.goldcard_wrap_single_green .single_section01 .table_list {
    width: 90%;
    margin: 0px auto 0;
	justify-content: space-between;
}
.profile_area {
	width: 100%;
}
.three_features {
	width: 90%;
	background-color: #fffff2;
	border: solid #dadada 1px;
	border-radius: 10px;
	margin: 15px auto 0;
	padding: 40px 80px;
}
	.three_features .features_ttl {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		position: relative;
		width: 100%;
		margin: 0 auto 35px;
		padding: 0 10%;
		line-height: 25px;
	}
	.three_features .features_ttl .big {
		font-size: 28px;
		font-weight: bold;
	}
	.three_features .features_ttl .yel {
		color: #f49314;
	}
	.three_features .features_ttl::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		content: "";
		background-image: url("../../images/crejit/line.png");
		background-size: cover;
		width: 100px;
		height: 1.5px;
		left: -60px;
	}
	.three_features .features_ttl::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		content: "";
		background-image: url("../../images/crejit/line.png");
		background-size: cover;
		width: 100px;
		height: 1.5px;
		right: -60px;
	}
	.each_feature {
		padding-left: 90px;
		position: relative;
	}
	.each_feature:nth-child(1):before{
		position: absolute;
		left: 0;
		top: 0;
		
	}
	.each_feature:nth-child(1),.each_feature:nth-child(2){
		margin-bottom: 20px;
	}
	.each_feature .heading {
		color: #f49314;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.each_feature .feature_img {
		position: absolute;
		left: 0;
		top: 0;
		width: 66px;
		height: 32px;
	}
	.recommendation {
		border: solid 1px #dadada;
		background-color: #f7fdfa;
		width: 90%;
		padding: 40px 20px;
		position: relative;
		border-radius: 10px;
		margin: 40px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.osusume_img {
		position: absolute;
		width: 220px;
		height: 50px;
		top: 0px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.profile_area .profile{
		display: inline-block;
		width: 49%;
	}
	.profile_wrapper {
		display: table;
	}
	.profile_wrapper .person {
		display: table-cell;
		width: 24%;
		text-align: center;
	}
	.profile_wrapper .profile_comment {
		display: table-cell;
		vertical-align: middle;
		width: 75%;
		margin-left: 2%;
	}
	.profile_txt {
		font-weight: bold;
		margin-top: 5px;
	}
	.goldcard_wrap_single_green .single_section01 .txt .heading {
		font-size: 24px;
		font-weight: bold;
		color: #e50012;
		margin: 10px 0 20px;
		line-height: 1.3;
	}
	.goldcard_wrap_single_green h2 {
		background: none;
		background-color: #15b053;
	}
	.goldcard_wrap_single_green .wrap {
		border-top: none;
	}
	.goldcard_wrap_single_green .single_section01 table {
		width: 90%;
		border: 1px solid #317e50;
		margin: 10px auto 0;
	}
	.goldcard_wrap_single_green .single_section01 table thead th {
		background-color: #30c26a;
		border: solid 1px #15b053;
	}
	.goldcard_wrap_single_green .single_section01 table thead td {
		background: #77ce99;
		border-right: 1px solid #15b053;
	    border-bottom: 1px solid #15b053;
	}
	.goldcard_wrap_single_green .single_section01 table tbody td {
	    border: 1px solid #15b053;	
	}
	.goldcard_wrap_single_green .creditcard_trigger {
		background: #15b053;
		border-bottom: 3px solid #149e4b;
	}
	.goldcard_wrap_single_green .single_section06 table,.goldcard_wrap_single_green .single_section05 table,.goldcard_wrap_single_green .single_section04 table, .goldcard_wrap_single_green .single_section03 table {
		border: 1px solid #4fb042;	
	}
	.goldcard_wrap_single_green .single_section03 table th,.goldcard_wrap_single_green .single_section04 table th,.goldcard_wrap_single_green .single_section05 table th {
		background: #5cc44e;
		color: #fff;
		font-weight: bold;
		border-right: 1px solid #4fb042;
	    border-bottom: 1px solid #4fb042;
	}
	.goldcard_wrap_single_green .single_section03 table th.sub_ttl,.goldcard_wrap_single_green .single_section04 table tbody th,.goldcard_wrap_single_green .single_section05 table th.sub_ttl,.goldcard_wrap_single_green .single_section06 table tbody th {
		background: #96d48d;
		color: #fff;
		font-weight: bold;
		border-right: 1px solid #4fb042;
	    border-bottom: 1px solid #4fb042;
	}
	.goldcard_wrap_single_green .single_section03 table td,.goldcard_wrap_single_green .single_section04 table td,.goldcard_wrap_single_green .single_section05 table td,.goldcard_wrap_single_green .single_section06 table td {
		border-right: 1px solid #4fb042;
	    border-bottom: 1px solid #4fb042;
	}
	.btn.shiny__wrap {
	width: 60%;
    display: block;
    text-decoration: none;
    margin: 20px auto !important;
    background: #f51f1f;
    text-align: center;
    padding: 14px 3px;
    color: #fff!important;
    font-weight: 700!important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #da1b1b!important;
    font-size: 13px!important;
    line-height: 1.4!important;
	}
	.btn.shiny__wrap a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	.shiny__wrap a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 50px;
    height: 100pt;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, hsla(0,0%,100%,0) 0, #fff 50%, hsla(0,0%,100%,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, hsla(0,0%,100%,0) 0, #fff #fff, hsla(0,0%,100%,0) 100%);
    animation: a 7s infinite linear;
    -webkit-animation: a 7s infinite linear;
    -moz-animation: a 7s infinite linear;
}
@keyframes a {
	0 {
	left:-30%
	}
	13%, to {
	left:120%
	}
}
@-webkit-keyframes a {
	0 {
	left:-30%
	}
	13%, to {
	left:120%
	}
}
@-moz-keyframes a {
	0 {
	left:-30%
	}
	13%, to {
	left:120%
	}
}
	.detail .red {
		font-weight: bold;
	}
