@charset "UTF-8";
/* reset */
#contents.pb0{
    padding-bottom: 0 !important;
}

/* style */
#mypage {
    background: url("../images/mypage/main.jpg") top center no-repeat;
    background-size: cover;
}
.mypage_procedureList{
    text-align: center;
    margin: 80px 0 60px;
}
.mypage_procedureList li:not(:last-child){
    margin: 0 0 50px;
}
.e-list_tit-color,
.mypage_procedureList_txt span{
    color: #064583;
    font-weight: bold;
}

.mypage_bg{
    padding: 60px 0 80px;
    background: #f0fbff;
}
.mypage_procedureList_txt{
    display: block;
    font-size: 20px;
    line-height: 160%;
    margin: 30px 0 0;
}
.mypage_procedureList_txt_note{
    display: block;
    font-size: 14px;
    line-height: 160%;
    margin: 30px 0 0;
}
.mypage_procedureList_txt_note span{
    border-radius: 3.5px;
    width: 17px;
    height: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #064583;
    color: #fff !important;
    margin: 0 2px;
    line-height: 17px;
}

@media print, screen and (max-width: 750px){
    .mypage_procedureList{
        margin: 20px 0 25px;
    }
    .mypage_procedureList li:not(:last-child){
        margin: 0 0 20px;
    }
    .mypage_bg{
        padding: 20px 10px 25px;
    }
    .mypage_procedureList_txt{
        font-size: 14px;
        margin: 10px 0 0;
    }
    .mypage_procedureList_txt_note{
        font-size: 12px;
        margin: 10px 0 0;
    }
    .mypage_procedureList_txt_note span{
        border-radius: 3px;
        width: 14px;
        height: 14px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #064583;
        color: #fff !important;
        margin: 0 2px;
        line-height: 14px;
    }
}