@charset "utf-8";

/* プロフィールページ css */

.h2-title-style{
    /* margin-top: 50px; */
    margin-bottom: 100px;
    padding: 20vh 13% 0 13%;
    width: 100%;
    text-align: center;
}

.h2-title-style .profile-h2-1{
    font-size: 0.8rem;
    font-weight: bold;
}

.h2-title-style .border-1{
    border-bottom: 3px solid #ea3e3e;
    margin-left: 45%;
    margin-right: 45%;
    width: 100%;
}

#profilepage-history{
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 13% 0 13%;
    width: 100%;
    text-align: center;
}

.profile-text .text{
    text-align: left;
    padding-left: 50px;
}

.profile-img img{
    margin-left: 10px;
}


.video{
    padding-top: 50px;
    width: 56vw;
    height: 40vw;
}


.history{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
    display: flex;
}

.history .history-text{
    font-size: 1rem;
    margin: 20px 0;
}


.history h2, .history p{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.case-num{
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 30px;
}

.case-title__text1{
    border-right: 1px solid #000;
    padding: 0 20px;
    margin-right: 20px;
}

.case-title, .case-title__text1{
    font-size: 1.3rem;
    font-weight: bold;
}

.history-text-box{
    text-align: left;
}


.history-pictures{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.history-pictures img{
    width: 45%;
    margin: 10px;
}


@media screen and (max-width: 767px){
    #profilepage-profile{
        padding-top: 150px;
    }

    #profilepage-profile .response-title{
        margin-bottom: 20px;
    }

    .case-title__text1{
        border-right: 0px;
    }

    .history{
        display: block;

    }

    .history .history-text{
        font-size: 0.8rem;
    }


    .profile-item .profile-img {
        margin: 0 auto;
        width: 100%;
    }

    .case-title{
        font-size: 1.1rem;
    }

    .case-title__text1{
        width: 40%;
        font-size: 1rem;
        padding: 0 10px;
        margin-right: 10px;
    }

    .profile-text .text{
        text-align: left;
        padding-left: 0px;
    }

    .history-pictures img{
        width: 100%;
        margin: auto auto 40px auto;
    }

    .video{
        width: 70vw;
        height: 50vw;
    }

}

