.bg-darkgray { 
	background:#494949;
}
.plan-price table {
	width:100%;
}
.plan-price table tbody {
	width: 100%;
	display: inline-table;
}
/*
.plan-detail-lead-section .plan-detail-lead.new_plan-price2 .lead-text {
	line-height: 0.5em;
}

.plan-detail-lead-section .plan-detail-lead.new_plan-price2 .lead-text span {
	font-size:20px;
}

.new_plan-price2 .plan-price {
	width: 45%;
}
*/
.plan2 .plan2-leadTxt {
	font-size:30px;
}
.plan2 .plan2-leadTxt2 {
	font-size:20px;
}
[data-ruby] {
    position: relative;
}
[data-ruby]:before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: -0.5em;
    right: 0;
    margin: auto;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
.hidden-pc { display: none !important; }
}

@media screen and (max-width: 767px) {
.hidden-sp { display: none!important; }
.plan2 .plan2-leadTxt {
	font-size:23px;
}
.plan2 .plan2-leadTxt2 {
	font-size:20px;
}
/*
.new_plan-price2 .plan-price {
	width:auto;
}
.plan-detail-lead-section .plan-detail-lead.new_plan-price2 .lead-text {
	line-height: 1.1em;
}
*/
.plan-price table {
	width:auto;
}

}


