.mypage_fv {
    background-image: url(./img/inquiry_fv.jpg);
    /* display: flex;
    align-items: center; */
    margin-bottom: 10px;
}
/* .mypage_fv div {
    position: static;
    margin-top: -18px;
    display: flex;
    flex-direction: column;
}
.mypage_fv div::after {
    content: "";
    width: 90%;
    border-top: 2px solid #fff;
    box-sizing: border-box;
}
.mypage_fv h2 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    height: 73px;
    padding: 0 0 10px 10px;
    text-shadow: 0px 3px 3px #5D5D5D;
} */





/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {


}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){
/* .mypage_fv div::after {
    width: 80%;
}
.mypage_fv h2 {
    padding-left: 100px;
} */


}
