.titBuy{
    text-align: center;
}
.titBuy span{
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 50px;
    background: #fff799;
}
.fRed{
    color: #da2222;
}

@media only screen and (max-width:767px){
    .titBuy span{
        margin-top: 5px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
    }
}

/*secSystems*/
.secSystems .wrapBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    padding-top: 30px;
}
.secSystems .txt{
    font-size: 15px;
    line-height: 39px;
    padding-right: 15px;
}
@media only screen and (max-width:767px){
    .secSystems .wrapBox{
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    .secSystems .txt{
        padding: 15px 0 0;
        font-size: 13px;
        line-height: 28px;
    }
}
/*secMerit*/
.secMerit{
    padding-top: 50px;
}
.secMerit .meritList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 60px;
}
.secMerit .meritList li{
    width: 31.25%;
    padding: 35px 25px;
    border: solid 1px #000;
}
.secMerit .meritList .boxTit{
    text-align: center;
}
.secMerit .meritList .tit{
    padding: 30px 0 15px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.secMerit .meritList .txt{
    padding-top: 30px;
    border-top: solid 1px #000;
    font-size: 15px;
    line-height: 32px;
}
@media only screen and (max-width:767px){
    .secMerit{
        width: 92%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .secMerit .meritList{
        display: block;
        padding-top: 30px;
    }
    .secMerit .meritList li{
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 5px;
    }
    .secMerit .meritList li:last-child{
        margin-bottom: 0;
    }
    .secMerit .meritList .boxTit{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        padding-bottom: 10px;
    }
    .secMerit .meritList .boxNum img{
        width: 36px;
        height: auto;
    }
    .secMerit .meritList .tit{
        padding: 0 0 0 15px;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }
    .secMerit .meritList .txt{
        padding-top: 15px;
        font-size: 12px;
        line-height: 22px;
    }
}
/*secFlow*/
.secFlow{
    padding-top: 100px;
}
.secFlow .wrapBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 60px;
}
.secFlow .boxNormal,
.secFlow .boxSanpuku{
    width: 48.4%;
}
.secFlow .flowTit{
    position: relative;
    margin-bottom: 50px;
    font-size: 22px;
    letter-spacing: 0.8px;
    line-height: 120px;
    text-align: center;
}
.secFlow .flowTit::after{
    content: "";
    position: absolute;
    bottom: -19px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
}
.secFlow .boxNormal .flowTit::after{border-color: #f9f9f9 transparent transparent transparent;}
.secFlow .boxSanpuku .flowTit::after{border-color: #00a814 transparent transparent transparent;}

.secFlow .flowList li{
    position: relative;
}
.secFlow .flowList li::before{
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 1px;
}
.secFlow .flowList li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
}
.secFlow .boxNormal .flowList li{padding-bottom: 50px;}
.secFlow .boxNormal .flowList li::before{
    height: 50px;
    background: #282828;
}
.secFlow .boxNormal .flowList li::after{
    border-color: #282828 transparent transparent transparent;
}
.secFlow .boxSanpuku .flowList li{padding-bottom: 60px;}
.secFlow .boxSanpuku .flowList li:nth-child(5){padding-bottom: 50px;}
.secFlow .boxSanpuku .flowList li::before{
    height: 60px;
    background: #25bf37;
}
.secFlow .boxSanpuku .flowList li:nth-child(5)::before{height: 50px;}
.secFlow .boxSanpuku .flowList li::after{
    border-color: #25bf37 transparent transparent transparent;
}
.secFlow .flowList li:last-child{padding-bottom: 0;}
.secFlow .flowList li:last-child::before,
.secFlow .flowList li:last-child::after,
.secFlow .pointList li::before,
.secFlow .pointList li::after{
    display: none;
}

.secFlow .flowList .boxTit{
    position: relative;
    height: 60px;
}
.secFlow .flowList .boxTit .num{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    padding-top: 11px;
    text-align: center;
}
.secFlow .flowList  .txt01{
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #FFF;
}
.secFlow .flowList  .txt02{
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #FFF;
}
.secFlow .flowList .tit{
    padding-left: 75px;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1px;
}
.secFlow .flowList .boxTxt{
    padding: 22px 25px;
    font-size: 16px;
    line-height: 28px;
    color: #1d1d1d;
}
.secFlow .flowList .wrap{
    position: relative;
    padding: 47px 0 48px 30px;
}
.secFlow .flowList .wrap .boxImg{
    position: absolute;
    bottom: 0;
}
.secFlow .boxNormal .wrap .boxImg{right: 30px;}
.secFlow .boxSanpuku .wrap .boxImg{right: 0;}
.secFlow .flowList .wrap .txt{
    font-size: 20px;
    line-height: 40px;
}
.secFlow .flowList .wrap .f36{
    font-size: 36px;
}
@media only screen and (max-width:1425px){
    .secFlow .flowList .boxTxt{
        letter-spacing: -0.5px;
    }
    .secFlow .flowList .wrap .txt{
        font-size: 18px;
    }
}
.secFlow .boxNormal .flowTit{color: #333;}
.secFlow .boxNormal .num{background: #282828;}
.secFlow .boxNormal .flowTit,
.secFlow .boxNormal .boxTit,
.secFlow .boxNormal .wrap{
    background: #f9f9f9;
}
.secFlow .boxNormal .boxTit,
.secFlow .boxNormal .boxTxt{
    border: solid 1px #f9f9f9;
}
.secFlow .boxSanpuku .flowTit,
.secFlow .boxSanpuku .tit,
.secFlow .boxSanpuku .wrap .txt{
    color: #FFF;
}
.secFlow .boxSanpuku .num{background: #25bf37;}
.secFlow .boxSanpuku .tit,
.secFlow .boxSanpuku .flowTit,
.secFlow .boxSanpuku .wrap{
    background: #00a814;
}
.secFlow .boxSanpuku .boxTxt{
    background: #fffeeb;
}
.secFlow .boxSanpuku .boxTit,
.secFlow .boxSanpuku .boxTxt{
    border: solid 1px #00a814;
}

.secFlow .boxPoint{
    position: relative;
    padding: 30px 60px 140px;
}
.secFlow .boxPoint::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 30px;
    width: 1px;
    background: #25bf37;
}
.secFlow .pointList{
    width: 70%;
}
.secFlow .pointList li.item,
.secFlow .boxSanpuku .pointList li:nth-child(5){
    height: auto;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(0,0,0,0.1);
}
.secFlow .pointList .num{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 7px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
}
.secFlow .pointList .txt{
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
}
.secFlow .boxPoint .boxImg{
    position: absolute;
    bottom: -60px;
    right: 0;
}
@media only screen and (max-width:767px){
    .secFlow {
        padding-top: 50px;
    }
    .secFlow .wrapBox{
        display: block;
        width: 92%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .secFlow .boxNormal,
    .secFlow .boxSanpuku{
        width: 100%;
    }
    .secFlow .boxSanpuku{
        padding-top: 50px;
    }
    .secFlow .flowTit{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 50px;
    }
    .secFlow .flowTit::after{
        bottom: -9px;
        left: 17px;
        border-width: 10px 5px 0 5px;
    }
    .secFlow .boxNormal .flowList li,
    .secFlow .boxSanpuku .flowList li,
    .secFlow .boxSanpuku .flowList li:nth-child(5){
        padding-bottom: 30px;
    }
    .secFlow .flowList li:last-child {
        padding-bottom: 0;
    }
    .secFlow .flowList li::before{
        left: 20px;
    }
    .secFlow .flowList li::after{
        left: 14px;
    }
    .secFlow .boxNormal .flowList li::before,
    .secFlow .boxSanpuku .flowList li::before,
    .secFlow .boxSanpuku .flowList li:nth-child(5)::before{
        height: 30px;
    }
    .secFlow .flowList .boxTit{
        height: 40px;
    }
    .secFlow .flowList .boxTit .num{
        width: 40px;
        padding-top: 5px;
    }
    .secFlow .flowList .tit {
        padding-left: 50px;
        font-size: 14px;
        line-height: 40px;
    }
    .secFlow .flowList .txt01 {
        font-size: 11px;
    }
    .secFlow .flowList .txt02 {
        font-size: 18px;
    }
    .secFlow .flowList .boxTxt{
        padding: 12px 15px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0;
    }
    .secFlow .boxPoint{
        padding: 0 0 0 45px;
    }
    .secFlow .boxPoint::before{
        left: 20px;
    }
    .secFlow .pointList{
        width: 100%;
    }
    .secFlow .flowList .wrap {
        padding: 9px 0 10px 15px;
    }
    .secFlow .pointList li.item,
    .secFlow .boxSanpuku .pointList li:nth-child(5){
        padding: 10px 0;
    }
    .secFlow .pointList .num {
        width: 26px;
        height: 26px;
        padding-top: 6px;
        font-size: 14px;
    }
    .secFlow .pointList .txt {
        padding-left: 5px;
        font-size: 14px;
        line-height: 26px;
    }
    .secFlow .flowList .wrap .txt{
        font-size: 14px;
        line-height: 28px;
    }
    .secFlow .flowList .wrap .f36{
        font-size: 22px;
    }
    .secFlow .boxNormal .wrap .boxImg {
        right: 5px;
    }
    .secFlow .boxNormal .wrap .boxImg img{
        width: 64px;
        height: auto;
    }
    .secFlow .boxSanpuku .wrap .boxImg img{
        width: 110px;
        height: auto;
    }
}