@charset "utf-8";

.section_charge {
    width: 90%;
    overflow: hidden;
    margin:0 auto;
}
.section_charge .item-wrap {
display: flex;
justify-content: center;
width: 100%;
padding-top: 80px;
position: relative;
}
.section_charge .item1 {
width: 37%;
text-align: left;
}
.section_charge .icon-box{
display: inline-block;
font-size: 12px;
}

.section_charge .item1 .icon-box{
    border: 1px solid #eb5505;
    padding: 5px 30px;
    margin-bottom: 20px;
}
.section_charge .item2 {
    width: 8%;
    text-align: center;
}
.section_charge .item3 {
width: 55%;
text-align: center;
}
.section_charge .item3 .icon-box {
    width: 55%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.section_charge .item3 .icon-box p {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.section_charge .price-medium {
    font-size: 2.8em;
    line-height: .45em;
}
.section_charge .price-large {
    font-size: 3.8em;
    line-height: .75em;
}
.section_charge .font-mag-50 {
	font-size: 50%;
}
.section_charge .font-mag-40 {
	font-size: 40%;
}
.section_charge .price-box {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 979px){
    .section_charge {
        width: 100%;
    }
    .section_charge .item1 {
        width: 40%;
    }
    .section_charge .item2 {
        width: 8%;
    }
    .section_charge .item3 {
        width: 52%;
    }
    .section_charge .item3 .icon-box {
        width: 52%;
    }
    .section_charge .price-box {
        flex-wrap: wrap;
    }
    .section_charge .price-box .unit-lead {
        margin-bottom: 10px;
    }
    .section_charge .price-large {
        font-size: 3.7em;
    }
}
@media (max-width: 767px) {
    .section_charge {
        width: 100%;
    }
	.section_charge .item-wrap {
	display: inherit;
	width: 100%;
    padding-top: 0;
	}
	.section_charge .item1, .section_charge .item2, .section_charge .item3 {
	width: 100%;
	}
	.section_charge .item2 {
	padding: 10px;
	}
	.section_charge .item2 {
        width: 100%;
	    padding: 20px 10px 0 10px;
	}
    .section_charge .item3 {
        width: 100%;
    }
    .section_charge .item3 .icon-box {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .section_charge .price-box {
        flex-wrap: wrap;
    }
    .section_charge .price-box .unit-lead {
        margin-bottom: 10px;
    }
    .section_charge .price-large {
        font-size: 3.6em;
    }
}

.section_charge .triangle-box{
    width: 100%;
    padding: 40px 0 10px 0;
}
.section_charge .triangle{
    border-left: 25px solid #d1d1d1;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin: 0 auto;
    width: 0;
    height: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px){
    .section_charge .triangle{
        border-left: 18px solid #d1d1d1;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        width: 0;
        margin: 0 auto;
        }
}
@media (max-width: 767px) {
    .section_charge .triangle-box{
        padding: 10px 0 0;
    }
	.section_charge .triangle{
	border-top: 25px solid #d1d1d1;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	width: 5%;
	margin: 0 auto;
	}
}


