.service_box_left {
    float: left;
    width: 32%;
    border-right: 1px solid #999;
    padding-right: 4%;
    margin-right: 4%;
    text-align: center;
}
.service_box_left_img {
    width: 60.6%;
    margin: 0 auto;
}
.service_box_right {
    float: left;
    width: 64%;
    text-align: center;
}
.service_box_right_img {
    width: 99.5%;
    margin: 0 auto;

}
.service_subttl {
    font-size: 20px;
    line-height: 1.5;
    padding: 14.5px 0px;
    margin-bottom: 40px;
}
.service_ttl_lead {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 30px;
}
.service_subttl_left {
    background-color: #c9c9ca;
}
.service_subttl_right {
    background-color: #898989;
    color: #fff;
}
@media only screen and (max-width: 640px) {
    .service_box_left {
        float: none;
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 15%;
    }
    .service_box_left_img {
        width: 90%;
        margin: 0 auto;
    }
    .service_box_right {
        float: none;
        width: 100%;
    }
    .service_box_right_img {
        width: 90%;
        margin: 0 auto;
    }
    .service_subttl_left {
        font-size: 15px;
        padding: 14px 0px;
        margin-bottom: 10%;
    }
    .service_subttl_right {
        font-size: 15px;
        padding: 14px 0px;
        margin-bottom: 10%;
    }
}
.titleLabel_foot {
    padding: 0 6.5%;
    margin-bottom: 7.6%;
}
.flowPanel{
    padding: 0 6.5%;
    margin-bottom: 7.6%;
}
.flowPanel:last-child{
    margin-bottom: 0;
}
.flowPanel_head{
    font-size: 20px;
    margin-bottom: 50px;
    border-style: solid;
    border-width: 0 0 1px 0;
    line-height: 1;
}
.flowPanel_head-gold{
    border-color: #e61a2a;
}
.flowPanel_head-gray{
    border-color: #727171;
}
.flowPanel_main{
    float: left;
    width: 81%;
    padding-left: 1%;
}
.flowPanel_sub{
    float: right;
    width: 16.16%;
}
.flowPanel_list{
    margin-bottom: 40px;
}
.flowPanel_list:last-child{
    margin-bottom: 0;
}
.flowPanel_list_head{
    margin-bottom: 15px;
}
.flowPanel_list_body{
    padding-left: 50px;
}
.flowPanel_list_caption{
    font-size: 13px;
    padding-top: 15px;
}
@media only screen and (max-width: 640px) {
    .flowPanel{
        padding: 0 6.5%;
        margin-bottom: 7.6%;
    }
    .flowPanel:last-child{
        margin-bottom: 0;
    }
    .flowPanel_head{
        font-size: 15px;
        margin-bottom: 10%;
        border: none;
    }
    .flowPanel_main{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10%;
    }
    .flowPanel_sub{
        float: none;
        width: 40%;
        margin: 0 auto;
    }
    .flowPanel_list_head{
        margin-bottom: 5%;
    }
    .flowPanel_list_body{
        padding-left: 0;
    }
    .flowPanel_list_caption{
        padding-top: 15px;
    }
}

/* iconLabel */
.iconLabel{
    display: table;
    font-size: 18px;
    margin-bottom: 15px;
}
.iconLabel:last-child{
    margin-bottom: 0;
}
.iconLabel_head{
    display: table-cell;
    padding-left: 15px;
}
.iconLabel_sub{
    display: table-cell;
    vertical-align: middle;
    width: 33px;
}
@media only screen and (max-width: 640px) {
    /* iconLabel */
    .iconLabel{
        font-size: 16px;
        margin-bottom: 5%;
    }
    .iconLabel_head{
        padding-left: 10px;
    }
    .iconLabel_sub{
        width: 25px;
    }
}

/* flowLabel */
.flowLabel{
    font-size: 20px;
    width: 170px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 18.5px 0;
}
.flowLabel-accept{
    background-color: #e61a2a;
}
.flowLabel-return{
    background-color: #727171;
}

@media only screen and (max-width: 640px) {
    /* flowLabel */
    .flowLabel{
        font-size: 14px;
        width: 100%;
        padding: 14px 0;
    }
}


.numberLabel {
    display: table;
}
.numberLabel_sub {
    display: table-cell;
    vertical-align: top;
    width: 37px;
    height: 37px;
}
.numberLabel_head {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.numberLabel_icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    font-size: 18px;
    background-color: #fff;
    color: #e61a2a;
    border: 1px solid #e61a2a;
}
.numberLabel_icon-round {
    background-color: #e61a2a;
    color: #fff;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.numberLabel_icon-gray {
    background-color: #727171;
    border: 1px solid #727171;
}
@media only screen and (max-width: 640px) {
    .numberLabel_head {
        font-size: 16px;
        padding-left: 8px;
    }
    .numberLabel_sub {
        width: 30px;
        height: 30px;
    }
    .numberLabel_icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
.titleLabel_foot {
    padding: 50px 6.5% 0;
    font-size: 18px;
    line-height: 1.7;
}
@media only screen and (max-width: 640px) { 
    .titleLabel_foot {
        padding: 5.5% 6.5% 0;
        font-size: 15px;
    }
}