.bg-darkgray { 
	background:#494949;
}
.plan-price table {
	width:100%;
}
.plan-price table tbody {
	width: 100%;
	display: inline-table;
}
.fs20 {
	font-size:20px;
}
.fs30 {
	font-size:30px;
}
.fs40 {
	font-size:40px;
}
.plan-detail-lead-section .plan-detail-lead.new_plan-price .lead-text {
	line-height: 0.6em;
}
/*
.plan-detail-lead-section .new_plan-price .plan-price > .btnElem {
    padding: 24px 50px;
}
*/
.plan-detail-lead-section .new_plan-price .plan-price {
width: 50%;
}
[data-ruby] {
    position: relative;
}
[data-ruby]:before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: 0em;
    margin: auto;
    font-size: 12px;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
.hidden-pc { display: none !important; }
}

@media screen and (max-width: 767px) {
.hidden-sp { display: none!important; }
.plan-detail-lead-section .plan-detail-lead.new_plan-price .lead-text {
	line-height: 1.1em;
}
.plan-detail-lead-section .new_plan-price .plan-price > .btnElem {
    padding: 24px 14px;
    width: 100%;
}
.plan-detail-lead-section .new_plan-price .plan-price {
width: 100%;
}
.plan-price table {
	width:auto;
}

}

.arrowOrange {
width: 0;
height: 0;
border-style: solid;
border-width: 14px 0 14px 15px;
border-color: transparent transparent transparent #eb5505;
display: inline-block;
margin: 0 10px;
}