.mb100 {
    margin-bottom: 100px;
}
.plan_wrap.col2>div:nth-of-type(1) {
    width: 71%;
    display: inline-block;
}
.plan_wrap.col2>div:nth-of-type(2) {
    width: 28%;
    display: inline-block;
}
.plan_wrap.col3>div:nth-of-type(1) {
    display: inline-block;
    width: 130px;
}
.plan_wrap.col3>div:nth-of-type(2) {
    display: inline-block;
    width: 369px;
}
.plan_wrap.col3>div:nth-of-type(3) {
    display: inline-block;
    width: 28%;
}
.plan_wrap.col3>div:nth-of-type(4) {
    padding: 5px 0 0 130px;
}


.plan_wrap.borderd {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.plan_wrap.col2>div select,
.plan_wrap.col3>div select {
    width: 100%;
}

.plan_wrap select {
    padding: 3px;
}
.plan_wrap select option {
    background: #EEF7FF;
}

.guide_blue {
    color: #0071BE;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.guide {
    font-size: 14px;
}

span.opt_ttl {
    display: inline-block;
}
.opt_ttl {
    font-size: 14px;
    font-weight: bold;
}


#opt_basic {
    padding-left: 60px;
}
#opt_basic label {
    display: inline-block;
    width: 158px;
}


.table_calcuration {
    width: 100%;
}
.table_calcuration tbody tr td:nth-of-type(3) {
    padding-right: 20px;
}
.table_calcuration tbody tr td:nth-of-type(1) {
    padding-left: 20px;
}
.table_calcuration tbody tr td:nth-of-type(2) {
    text-align: center;
}
.table_calcuration tbody tr td:nth-of-type(3) {
    text-align: right;
}
.table_calcuration tbody tr td {
    padding: 10px 0;
    border-bottom: 1px dashed #b5b5b5;

}
.table_calcuration thead th {
    text-align: center;
    background-color: #d7ebff;
    padding: 7px 20px;
}

.price_box {
    margin-bottom: 10px;
    display: inline-block;
}
.price_box:nth-of-type(2) {
    margin-left: 30px;
}
.price_box>p:nth-of-type(2) {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    border: 3px solid #0071be;
    min-width: 140px;
    margin-left: 7px;
}
.price_box>p:nth-of-type(2) .yen {
    font-size: 13px;
}
.price_box>p {
   display: inline-block;
}


.btn_reset {
    cursor: pointer;

}

.price_total .note {
    text-align: right;
    margin-top: 10px;
}
.price_total .ttl {
    color: #006CB4;
    font-size: 15px;
    font-weight: bold;
}
.price_total>div:nth-of-type(1),
.price_total>div:nth-of-type(2) {
    text-align: center;
}
.price_total {
    border: 3px solid #68C2FF;
    border-radius: 5px;
    padding: 10px 17px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(250,250,250,1) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(255,255,255,1)), color-stop(85%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(250,250,250,1) 85%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(250,250,250,1) 85%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(250,250,250,1) 85%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(250,250,250,1) 85%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.btn_reset,
.btn_contact {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 25px 7px 13px;
    width: 170px;
    text-align: left;
    margin: 0 5px;
    background: transparent url(../img/calculation_arrow.png) no-repeat right 7px center / 16px auto;
}
.btn_reset:hover,
.btn_contact:hover {
    opacity: .8;
}
.btn_reset {
    background-color: #0071BE;
    color: #fff;
    border: 1px solid #0071BE;
}
.btn_contact {
    background-color: #ffe100;
    border: 1px solid #eec819;
    color: #006cb4;
}