@charset "utf-8";
/*----------------------------handling-----------------------*/
.handing_box.flow_box li .listbox{
    min-height: 260px;
}
.handing_box.flow_box li .other_listbox{
    min-height: auto;
}
.flow_box.handing_box ul{
    margin-top: 35px;
}
.handing_box.flow_box li .listimg{
    position: absolute;
    right: 20px;
    top: 45px;
    z-index: 2;
}
.handing_box.flow_box li .listimg img{
    max-width: 230px;
}
.handing_top_txt{
    margin: 40px 0 35px;
}
.handing_top_img{
    text-align: center;
}
.handing_box{
    margin-top: 80px;
}
.handing_tit{
    display: block;
    padding: 18px 20px 18px 80px;
    border-radius: 38px;
    box-sizing: border-box;
    font-size: 24px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    background: url("../images/handling/ico_down.png") no-repeat right 80px center #28AAD7;
}
.handing_tit.on{
    background: url("../images/handling/ico_up.png") no-repeat right 80px center #28AAD7;
}
.handing_box .box{
    margin-top: 26px;
    display: none;
}
.handing_box_txt{
    font-size: 18px;
    font-weight: 500;
}
.handing_box_tit{
    font-size: 30px;
    font-weight: 700;
    color: #0064B4;
}
.handing_box dd{
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 34px;
    box-sizing: border-box;
}
.handing_box dd+dd{
    margin-top: 12px;
}
.handing_box dd span{
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background: #3cb482;
    font-size: 18px;
    color: #fff;
}
.handing_box .listcont{
    margin-top: 20px;
    border: 1px solid #CBDFE2;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    padding: 15px 20px 15px 34px;
    box-sizing: border-box;
}
.handing_box .listcont_tit{
    height: 88px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    background: #fff;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
}
.handing_box .listcont_tit img{
    margin-right: 24px;
}
.handing_box .listcont_tit span{
    font-size: 18px;
    font-weight: 500;
}
.handing_box .listcont_tit span b{
    color: #3CB482;
    display: block;
    font-weight: 500;
}
.handing_box .listcont dl{
    padding-left: 80px;
    box-sizing: border-box;
}
.handing_box .listimg_flex{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.handing_box .listimg_flex p{
    margin: 0 20px;
}
.handing_box .listimg_flex p span{
    font-size: 18px;
    text-align: center;
    display: block;
}
.wh03{
    width: 700px !important;
}
.handing_box .cont+.cont{
    margin-top: 35px;
}

.flow_box .last li .listbox {
    background: #f5f9f9;
    padding: 50px 20px 45px 25px;
    box-sizing: border-box;
    position: relative;
    border-radius: 26px;
}
@media screen and (max-width: 767px) {
    .handing_box.flow_box li .listbox{
        min-height: auto;
    }
    .handing_box.flow_box li .other_listbox{
        min-height: auto;
    }
    .flow_box.handing_box ul{
        margin-top: 20px;
    }
    .handing_box.flow_box li .listimg{
        position: static;
        right: 20px;
        top: 45px;
        z-index: 2;
    }
    .handing_box.flow_box li .listimg img{
        max-width: 100%;
    }
    .handing_top_txt{
        margin: 20px 0 20px;
    }
    .handing_top_img{
        text-align: center;
    }
    .handing_box{
        margin-top: 40px;
    }
    .handing_tit{
        display: block;
        padding: 15px 20px 15px 30px;
        border-radius: 38px;
        box-sizing: border-box;
        font-size: 20px;
        cursor: pointer;
        font-weight: 500;
        color: #fff;
        background: url("../images/handling/ico_down.png") no-repeat right 20px center #28AAD7;
        -webkit-background-size: 14px;
        background-size: 14px;
    }
    .handing_tit.on{
        background: url("../images/handling/ico_up.png") no-repeat right 20px center #28AAD7;
        -webkit-background-size: 14px;
        background-size: 14px;
    }
    .handing_box .box{
        margin-top: 26px;
        display: none;
    }
    .handing_box_txt{
        font-size: 15px;
        font-weight: 500;
    }
    .handing_box_tit{
        font-size: 20px;
        font-weight: 700;
        color: #0064B4;
    }
    .handing_box dd{
        font-size: 15px;
        font-weight: 500;
        position: relative;
        padding-left: 34px;
        box-sizing: border-box;
    }
    .handing_box dd+dd{
        margin-top: 12px;
    }
    .handing_box dd span{
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 2;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        background: #3cb482;
        font-size: 18px;
        color: #fff;
    }
    .handing_box .listcont{
        margin-top: 20px;
        border: 1px solid #CBDFE2;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        background: #fff;
        padding: 15px 20px 15px 20px;
        box-sizing: border-box;
    }
    .handing_box .listcont_tit{
        height: auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        display: block;
        text-align: center;
        background: #fff;
        justify-content: left;
        align-items: center;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .handing_box .listcont_tit img{
        margin-right: 0;
    }
    .handing_box .listcont_tit span{
        font-size: 14px;
        font-weight: 500;
    }
    .handing_box .listcont_tit span b{
        color: #3CB482;
        display: block;
        font-weight: 500;
    }
    .handing_box .listcont dl{
        padding-left: 0;
        box-sizing: border-box;
    }
    .handing_box .listimg_flex{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .handing_box .listimg_flex p{
        margin: 0 8px;
    }
    .handing_box .listimg_flex p span{
        font-size: 15px;
        text-align: center;
        display: block;
    }
    .wh03{
        width: 100% !important;
    }
    .handing_box .cont+.cont{
        margin-top: 20px;
    }
    .flow_box .last li .listbox {
        background: #f5f9f9;
        padding: 25px 20px 25px 20px;
        box-sizing: border-box;
        position: relative;
        border-radius: 26px;
    }
    .mb100{
        margin-bottom: 40px !important;
    }
}

.safe ul{
    margin-top: 40px;
}
.safe li+li{
    margin-top: 40px;
}
.safe ul .listbox{
    background: #f5f9f9;
    border-radius: 26px;
    padding: 50px 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.safe ul .listbox .img{
    width: 175px;
}
.safe ul .listbox .des{
    width: calc(100% - 175px);
    padding-right: 20px;
    box-sizing: border-box;
}
.safe ul .listbox .des_tit{
    font-size: 30px;
    font-weight: 700;
    color: #0064B4;
}
.safe ul .listbox .des_txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.safe ul .last .listbox{
    width: 100%;
    display: block;
}
.safe ul .last .listbox .des{
    width: 100%;
}
.safe ul .last .dl_box{
    margin: 40px 0 30px;
}
.safe ul .last .dl_box_tit{
    font-size: 24px;
    font-weight: 700;
    color: #0064B4;
    margin-bottom: 10px;
}
.safe ul .last .dl_box dl{
    display: flex;
    justify-content: space-between;
}
.safe ul .last .dl_box dt{
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 26px;
    padding: 30px 27px;
    box-sizing: border-box;
}
.safe ul .last .dl_box .des_tit{
    font-size: 24px;
    font-weight: 700;
    color: #0064B4;
}
.safe ul .last .dl_box .des_txt{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.safe .listzy{
    margin-top: 20px;
    border: 1px solid #CBDFE2;
    border-radius: 16px;
    height: 88px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    background: #fff;
    justify-content: left;
    align-items: center;
    padding-left: 34px;
    padding-right: 20px;
    box-sizing: border-box;
}
.safe .listzy img{
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .safe ul{
        margin-top: 20px;
    }
    .safe li+li{
        margin-top: 20px;
    }
    .safe ul .listbox{
        background: #f5f9f9;
        border-radius: 26px;
        padding: 25px 20px;
        display: block;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .safe ul .listbox .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .safe ul .listbox .des{
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    .safe ul .listbox .des_tit{
        font-size: 20px;
        font-weight: 700;
        color: #0064B4;
    }
    .safe ul .listbox .des_txt{
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
    }
    .safe ul .last .listbox{
        width: 100%;
        display: block;
    }
    .safe ul .last .listbox .des{
        width: 100%;
    }
    .safe ul .last .dl_box{
        margin: 20px 0 20px;
    }
    .safe ul .last .dl_box_tit{
        font-size: 20px;
        font-weight: 700;
        color: #0064B4;
        margin-bottom: 10px;
    }
    .safe ul .last .dl_box dl{
        display: block;
        justify-content: space-between;
    }
    .safe ul .last .dl_box dt+dt{
        margin-top: 20px;
    }
    .safe ul .last .dl_box dt{
        width: 100%;
        background: #fff;
        border-radius: 15px;
        padding: 20px 20px;
        box-sizing: border-box;
    }
    .safe ul .last .dl_box .des_tit{
        font-size: 20px;
        font-weight: 700;
        color: #0064B4;
    }
    .safe ul .last .dl_box .des_txt{
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }
    .safe .listzy{
        margin-top: 12px;
        border: 1px solid #CBDFE2;
        border-radius: 16px;
        height: auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        display: flex;
        background: #fff;
        justify-content: left;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .safe .listzy img{
        width: 56px;
        margin-right: 12px;
    }
}
.faq_top{
    background: #f5f9f9;
    border-radius: 26px;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
}
.faq_top p{
    margin: 0 45px;
    width: 340px;
}
.faq_top p.none a{
    background: url(../images/icon/ico_link_rd_wh.svg) no-repeat right 20px center #cbdfe2;
    -webkit-background-size: 28px;
    background-size: 28px;

}
.faq_top a{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    height: 80px;
    border-radius: 40px;
    line-height: 1.3;
    padding-left: 56px;
    box-sizing: border-box;
    background: url(../images/icon/ico_link_rd_wh.svg) no-repeat right 20px center #0064b4;
    -webkit-background-size: 28px;
    background-size: 28px;
    color: #fff;
}
.faq_box{
    margin-top: 80px;
}
.faq_list{
    margin-top: 35px;
}
.faq_list ul{
    display: flex;
    justify-content: space-between;
}
.faq_list li{
    width: 270px;
}
.faq_list li .listbox{
    background: #e5f7fd;
    border-radius: 26px;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
}
.faq_list li .listimg{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 116px;
}
.faq_list li .listtit{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    font-size: 18px;
    font-weight: 700;
    color: #0064B4;
    text-align: center;
}
.faq_list li .listico{
    margin-top: 15px;
}
.faq_des{
    margin-top: 50px;
    margin-bottom: 100px;
}
.faq_des_tit{
    display: flex;
    font-size: 30px;
    font-weight: 700;
    color: #0064B4;
    justify-content: left;
    align-items: center;
    margin-bottom: 24px;
}
.faq_des_tit img{
    height: 56px;
    margin-right: 16px;
}
.faq_des dl+dl{
    margin-top: 30px;
}
.faq_des dt{
    background: url("../images/faq/ico_faq01.png") no-repeat right 80px center #cbdfe2;
    border-radius: 26px 26px 26px 26px;
    padding: 22px 100px 22px 140px;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    cursor: pointer;
    font-weight: 500;
    color: #475C71;
}
.faq_des dt.on{
    background: url("../images/faq/ico_faq02.png") no-repeat right 80px center #cbdfe2;
    border-radius: 26px 26px 0 0;
}
.faq_des dt span{
    position: absolute;
    top: 26px;
    line-height: 1;
    left: 80px;
    font-size: 36px;
    color: #0064B4;
    font-weight: 700;
    z-index: 2;
}
.faq_des dd{
    background: #f5f9f9;
    margin-top: 4px;
    display: none;
    border-radius: 0 0 26px 26px;
    padding: 24px 24px 24px 140px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    color: #475C71;
}
.faq_des dd span{
    position: absolute;
    top: 26px;
    line-height: 1;
    left: 84px;
    font-size: 36px;
    color: #0064B4;
    font-weight: 700;
    z-index: 2;
}
.faq_des_box+.faq_des_box{
    margin-top: 30px;
}
.faq_top01{
    margin-top: 100px;
}
.faq_box dl a{
    color: #28AAD7;
}
@media screen and (max-width: 767px) {
    .faq_top{
        background: #f5f9f9;
        border-radius: 15px;
        padding: 20px 20px 5px;
        display: block;
        justify-content: center;
    }
    .faq_top p{
        margin: 0 0 15px;
        width: 100%;
    }
    .faq_top p.none a{
        background: url(../images/icon/ico_link_rd_wh.svg) no-repeat right 20px center #cbdfe2;
        -webkit-background-size: 28px;
        background-size: 28px;
    }
    .faq_top a{
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        height: 60px;
        border-radius: 40px;
        line-height: 1.3;
        padding-left: 56px;
        box-sizing: border-box;
        background: url(../images/icon/ico_link_rd_wh.svg) no-repeat right 20px center #0064b4;
        -webkit-background-size: 28px;
        background-size: 28px;
        color: #fff;
    }
    .faq_box{
        margin-top: 40px;
    }
    .faq_list{
        margin-top: 25px;
    }
    .faq_list ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .faq_list li{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .faq_list li .listbox{
        background: #e5f7fd;
        border-radius: 26px;
        padding: 20px 10px;
        text-align: center;
        box-sizing: border-box;
    }
    .faq_list li .listimg{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }
    .faq_list li .listimg img{
        height: 80px;
    }
    .faq_list li .listtit{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        font-size: 15px;
        font-weight: 700;
        color: #0064B4;
        text-align: center;
    }
    .faq_list li .listico{
        margin-top: 10px;
    }
    .faq_des{
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .faq_des_tit{
        display: flex;
        font-size: 20px;
        font-weight: 700;
        color: #0064B4;
        justify-content: left;
        align-items: center;
        margin-bottom: 24px;
    }
    .faq_des_tit img{
        height: 40px;
        margin-right: 16px;
    }
    .faq_des dl+dl{
        margin-top: 20px;
    }
    .faq_des dt{
        background: url("../images/faq/ico_faq01.png") no-repeat right 15px center #cbdfe2;
        -webkit-background-size: 14px;
        background-size: 14px;
        border-radius: 15px 15px 15px 15px;
        padding: 15px 30px 15px 50px;
        box-sizing: border-box;
        position: relative;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        color: #475C71;
    }
    .faq_des dt.on{
        background: url("../images/faq/ico_faq02.png") no-repeat right 15px center #cbdfe2;
        -webkit-background-size: 14px;
        background-size: 14px;
        border-radius: 15px 15px 0 0;
    }
    .faq_des dt span{
        position: absolute;
        top: 18px;
        line-height: 1;
        left: 15px;
        font-size: 24px;
        color: #0064B4;
        font-weight: 700;
        z-index: 2;
    }
    .faq_des dd{
        background: #f5f9f9;
        margin-top: 4px;
        display: none;
        border-radius: 0 0 15px 15px;
        padding: 15px 20px 15px 50px;
        box-sizing: border-box;
        position: relative;
        font-size: 15px;
        cursor: pointer;
        font-weight: 500;
        color: #475C71;
    }
    .faq_des dd span{
        position: absolute;
        top: 18px;
        line-height: 1;
        left: 15px;
        font-size: 24px;
        color: #0064B4;
        font-weight: 700;
        z-index: 2;
    }
    .faq_des_box+.faq_des_box{
        margin-top: 20px;
    }
    .faq_top01{
        margin-top: 50px;
    }
    .faq_box dl a{
        color: #28AAD7;
    }
}























