@charset "UTF-8";
.pointAbout{
    padding: 0 10px 30px;
}
.appBox{
    position: relative;
    margin: 5px;
    padding: 10px;
    text-align: center;
    background: #fff;
}
.appBox::after{
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(/img/linebg1.png) left/30px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}
.appBox__title{
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.appBox__btn{
    display: inline-block;
    margin: 0 8px;
}
.appBox__btn__image{
    display: block;
    height: 45px;
}
.aboutBox__header{
}
.aboutBox__icon{
    display: none;
}
.aboutBox__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 2.4rem;
}
.aboutBox__catch{
    margin: -10px 0 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.aboutBox__note1{
    margin: 0 0 15px;
}
.aboutBox__note1 > strong{
    font-weight: 700;
}
.aboutBox__note2{
    display: none;
}
.aboutBox__image{
    display: block;
    margin: 0 auto 20px;
    height: 150px;
}
.aboutBox__nav{
    display: none;
}
.pointGet,
.pointUse{
    padding: 30px 10px;
    background: #ddd;
}
.pointGet{
    background: url(/img/bg_mtzkn_red.jpg);
}
.pointUse{
    background: url(/img/bg_mtzkn_blue.jpg);
}
.detailBox{
    padding: 0 10px 20px;
    background: #fff;
}
.detailBox__title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px 15px;
    height: 2.4em;
    text-align: center;
    background-color: #002b56;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.detailBox__title__icon{
    display: inline-block;
    margin: 0 10px 0 0;
    height: 1.5em;
}
.detailBox__catch{
    margin: 0 0 15px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.detailBox__note{
    margin: 0 10px 15px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.itemBox__title{
    margin: 0 -10px 5px;
    font-size: 1.8rem;
}
.itemBox__catch{
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.4rem;
}
.registerBox{
    display: none;
}
.cdetailBox__title{
    display: block;
    text-align: center;
    font-weight: bold;
}
.cdetailBox__title::after{
    content: "";
    display: block;
    margin: 3px 0 0;
    width: 100%;
    height: 4px;
    border-top: solid 2px #002b56;
    border-bottom: solid 1px #002b56;
}
.cdetailBox__title > span{
    display: none;
}
.cdetailBox__catch{
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
}
.getFlowBox{
    margin: 0 0 25px;
}
.getFlowBox__item{
    position: relative;
    margin: 0 0 10px;
    padding: 8px;
    border: solid 3px #eee;
    min-height: 90px;
}
.getFlowBox__title{
    margin: 0 0 0 120px;
    font-size: 1.6rem;
    font-weight: bold;
}
.getFlowBox__title__num{
    display: none;
}
.getFlowBox__image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin:  auto;
    height: 50px;
}
.getFlowBox__note{
    margin: 0 0 0 120px;
}
.getFlowBox__note > a{
    display: none;
}
.useFlowBox{
    margin: 0 10px 20px;
}
.useFlowBox__item{
    position: relative;
    margin: 0 0 10px;
    padding: 8px;
    border: solid 3px #eee;
    min-height: 90px;
    background: #fff;
}
.useFlowBox__title{
    margin: 0 0 0 120px;
    font-size: 1.6rem;
    font-weight: bold;
}
.useFlowBox__image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    height: 50px;
}
.useFlowBox__note{
    margin: 0 0 0 120px;
}
.useFlowBox__note > a{
    display: none;
}
.pointFooter{
    padding: 30px 10px 50px;
}
.pointFooter__app{
    margin: 0 0 20px;
}
.pointFooter__note1{
    margin: 0 0 10px;
}
.pointFooter__note2{
    font-size: 1.2rem;
}

@media screen and (min-width:650px){
    
}
@media screen and (min-width:980px){
    .aboutBox{
        position: relative;
        margin: 75px 0 100px;
    }
    .aboutBox__header{
        display: flex;
        flex-flow: wrap column;
        align-items: center;
        justify-content: center;
        margin: 0 0 75px;
        height: 76px;
    }
    .aboutBox__icon{
        align-self: flex-end;
        display: block;
        margin: 0 10px;
    }
    .aboutBox__title{
        align-self: flex-start;
        height: auto;
        font-size: 3.4rem;
    }
    .aboutBox__catch{
        align-self: flex-start;
        margin: 0;
    }
    .aboutBox__catch > br{
        display: none;
    }
    .aboutBox__note1{
        margin: 0 400px 20px 0;
    }
    .aboutBox__note2{
        margin: 0 400px 0 0;
        display: block;
        font-size: 1.4rem;
    }
    .aboutBox__nav{
        display: flex;
        justify-content: space-between;
        margin: 30px 400px 0 0;
    }
    .aboutBox__btn{
        padding: 10px;
        border: solid 3px #002b56;
        width: 270px;
        text-align: center;
        color: #002b56;
        font-size: 2rem;
        font-weight: bold;
        transition: background .2s, color .2s;
    }
    .aboutBox__btn:hover,
    .aboutBox__btn:focus{
        background: #002b56;
        color: #fff;
    }
    .aboutBox__image{
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        height: 250px;
    }
    .appBox--top{
        display: none;
    }
    .detailBox__title{
        margin: 0 0 20px;
    }
    .detailBox__catch{
        margin: 0 0 25px;
        font-size: 2rem;
    }
    .detailBox__catch > br{
        display: none;
    }
    .getFlowBox{
        display: flex;
        margin: 0 0 50px;
    }
    .getFlowBox__item{
        position: relative;
        margin: 0 10px 0 0;
        padding: 15px 10px;
        width: calc(33.333% - 7px);
        height: 330px;
    }
    .getFlowBox__item:last-child{
        margin-right: 0;
    }
    .getFlowBox__title{
        margin: 0 0 10px;
        font-size: 2rem;
        text-align: center;
    }
    .getFlowBox__title__num {
        display: inline-block;
        margin: 0 8px 0 0;
        font-size: 1.5em;
    }
    .getFlowBox__image{
        position: static;
        margin: 0 0 10px;
        width: 100%;
        height: auto;
    }
    .getFlowBox__note{
        margin: 0;
    }
    .getFlowBox__note > a{
        display: block;
        position: absolute;
        right: 10px;
        bottom: 15px;
        font-size: 1.4rem;
    }
    .useFlowBox{
        display: flex;
        margin: 0 0 50px;
    }
    .useFlowBox__item{
        position: relative;
        margin: 0 45px 0 0;
        padding: 0 0 25px;
        border: none;
        width: calc(33.333% - 30px);
    }
    .useFlowBox__item:last-child{
        margin-right: 0;
    }
    .useFlowBox__item:not(:last-child):after{
        content: "";
        display: block;
        position: absolute;
        top: 60px;
        right: -35px;
        border-right: solid 6px #333;
        border-bottom: solid 6px #333;
        width: 25px;
        height: 25px;
        transform: rotate(-45deg);
    }
    .useFlowBox__image{
        position: static;
        margin: 0 0 10px;
        width: 100%;
        height: auto;
    }
    .useFlowBox__title{
        margin: 0 0 10px;
        text-align: center;
        font-size: 2rem;
    }
    .useFlowBox__note{
        margin: 0;
    }
    .useFlowBox__note > a{
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.4rem;
    }
    .itemBox__title {
        margin: 0 0 5px;
        font-size: 2rem;
    }
    .itemBox__catch{
        margin: 0 0 30px;
        font-size: 1.7rem;
    }
    .pointFooter{
        display: none;
    }
    .pointGet{
        padding: 80px 0;
    }
    .pointUse {
        padding: 80px 0 100px;
    }
    .detailBox{
        padding: 45px 60px;
    }
    .registerBox{
        margin: 10px 10px 60px;
        position: relative;
        display: block;
        padding: 15px 245px 15px 15px;
        background: #fff;
        font-size: 1.5rem;
    }
    .registerBox::before{
        content: "";
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .registerBox::after{
        content: "";
        display: block;
        z-index: 0;
        position: absolute;
        top: -10px;
        left: -10px;
        background: url(/img/linebg1.png) left/60px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .registerBox__title{
        z-index: 2;
        position: relative;
        margin: 0 0 10px;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .registerBox__note{
        z-index: 2;
        position: relative;
        margin: 0;
    }
    .registerBox__link{
        z-index: 2;
        position: absolute;
        right: 15px;
        bottom: 25px;
    }
    .registerBox__signin{
        z-index: 2;
        position: relative;
        display: block;
        margin: 0 0 10px;
        padding: 10px;
        border: solid 2px #002b56;
        width: 210px;
        text-align: center;
        color: #002b56;
        font-size: 1.6rem;
        font-weight: bold;
        transition: background .2s, color .2s;
    }
    .registerBox__signin:hover,
    .registerBox__signin:focus{
        background: #002b56;
        color: #fff;
    }
    .registerBox__signup{
        z-index: 2;
        position: relative;
        display: block;
        padding: 10px;
        width: 210px;
        text-align: center;
        background: #002b56;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        transition: opacity .2s;
    }
    .registerBox__signup:hover,
    .registerBox__signup:focus{
        opacity: .7;
    }
    .registerBox--app{
        z-index: 2;
        position: relative;
        padding: 15px 150px 100px 15px;
    }
    .registerBox__appimage{
        z-index: 2;
        position: absolute;
        right: 30px;
        bottom: 8px;
        width: 105px;
    }
    .registerBox__appMenu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 450px;
    }
}
