#main-content{
    background: #fafafa;
}
.mypage-fv{
    width: 100%;
        height: 380px;
    position: relative;
    background: url(../images/mypage/fv-back-mypage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.fv-ttl{
    line-height: 1;
    margin-bottom: 2rem;
}
.mylist a > div{
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    float: left;
    width: 47%;
    margin: 1.5%;
    text-align: center;
    padding: 10px;
}
.mylist a > div p{
    font-size: 120%;
    line-height: 1.5;
}
.mylist a > div p span{
    font-size: 70%;
}
.fv-area > h1{
    font-size: 240%;
}
.fv-area > h1 span{
    font-size: 70%;
}
.side-nav ul{
    margin-bottom: 32px;
}
.side-nav li a{
    position: relative;
    padding-left: 16px;
}
.side-nav li a:before{
    content: '→';
    position: absolute;
    left: 0;
    font-weight: 100;
}
.side-nav li{
    padding: 12px;
    border-bottom: 1px solid #666666;
}
.side-ttl{
    font-size: 140%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #222222;
}
@media screen and ( max-width: 414px ){
    .mypage-fv{
        width: 100%;
        height: 360px;
        background-position-x: 14%;
    }
    #about img{
        width: 180px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    #about p{
        width: 100%;
        float: none;
        line-height: 2;
        text-align: justify;
        margin-bottom: 3rem;
    }
    #company table td:first-child{
        width: 35%;
    }
    .faxbox .btn-primary{
        padding-left: 40px;
        font-size: 120%;
    }
    .faxbox .answer{
        padding-left: 24px;
    }
    .side-nav{
        margin-top: 3rem;
    }
    .side-ttl{
        text-align: center;
    }
}
