@charset "utf-8";
.charge_wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto;
}
.item1 {
width: 32%;
text-align: left;
}
.icon-box{
display: inline-block;
font-size: 12px;
width: 100%;
}

.item1 .icon-box{
border: 1px solid #e5e5e5;
padding: 5px 30px;
}
.item3 .icon-box{
border: 1px solid #e5e5e5;
padding: 5px;
}
.item2 {
width: 8%;
text-align: center;
}
.item3 {
width: 60%;
text-align: center;
}

.price-medium {
    font-size: 2.0em;
    line-height: .45em;
}
.price-large {
    font-size: 3.8em;
    line-height: .75em;
}
.font-mag-50 {
	font-size: 50%;
}
.font-mag-40 {
	font-size: 40%;
}
.price-box {
    display: flex;
    justify-content: center;
text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 915px){
.item1 {
width: 45%;\
}
}
@media (max-width: 767px) {
	.charge_wrapper {
	display: inherit;
	width: 100%;
	}
	.item1, .item2, .item3 {
	width: 100%;
	}
	.item2 {
	padding: 10px;
	}
	.item2 {
	    padding: 20px 10px 0 10px;
	}
}

.triangle-box{
width: 100%;
padding: 20px 0 10px 0;
}
.triangle{
border-left: 25px solid #d1d1d1;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
margin: 0 auto;
width: 0;
height: 0;
}

@media (max-width: 767px) {
	.triangle{
	border-top: 25px solid #d1d1d1;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	width: 5%;
	margin: 0 auto;
	}
}

.bg-darkgray { background:#494949; }



.add_info_inner {
    background-color: #eb5505;
    font-size: 11px;
    color: #ffffff;
    line-height: 14px;
    text-align: center;
}
.add_info_inner em {
    font-style: normal;
}

/* @media screen and (min-width:768px) { */
    .data_information {
        position: relative;
    }
    .add_information {
        position: absolute;
        top: 15%;
        right: 20%;
    }
    .add_info_inner {
        padding: 15px 10px 10px 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        display: block;
 } 
    .add_info_inner em {
        padding-top: 5px;
        font-size: 16px;
        display:inline-block;
    }
    .add_info_inner:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: -8px;
        bottom: 0px;
        border-style: solid;
        border-color: transparent transparent transparent #eb5505;
        border-width: 10px 0 10px 20px;
        transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
    }
    .plan-detail-lead-section .new_plan-price {
        width: 100%;
    }
    .plan-detail-lead .lead-text {
        /* padding: 10px; */
        padding: 10px 50px 10px 10px;
        width: 100%;
    }
/* } */
/*
@media screen and (max-width:767px) {
    .add_information {
        margin-top: 10px;
    }
    .add_info_inner {
        padding: 5px 10px;
    }
    .plan-detail-lead .plan-price {
        margin: 0 auto;
    }
} */