@charset "UTF-8";

/* 高さ設定
**********************************/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}


/* profile-pc
**********************************/

.main-box {
    max-width: 650px;
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 14px;
    margin: 130px auto 100px auto;
    padding: 40px;
}

.main-box h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
}


/* profile-sp
**********************************/

.profile-top {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.oho {
    padding: 50px 0 0 0;
    text-align: center;
}

.profile-sp-box {
    max-width: 710px;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    background: #fff;
    text-align: left;
}

.profile-sp-box2 {
    max-width: 710px;
    padding: 0 20px;
    margin: 0 20px 20px 20px;
    text-align: left;
}

.plofile-sp-txt {
    font-size: 14px;
    line-height: 20px;
}

.plofile-sp-txt th {
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph
}


.backtop {
    padding: 20px 0 50px 0;
    text-align: center;
}





/* PCスマホメニュー表示切替
**********************************/

.profile-pc {
    display: block;
}

.profile-sp {
    display: none;
}

@media (max-width: 750px) {
    .profile-pc {
        display: none;
    }

    .profile-sp {
        display: block;
    }
}
