@charset "utf-8";

.content__ttl {
    margin-left: 100px;
}
.content__ttl img {
    width: 260px;
}


.info-profile {
    display: flex;
    column-gap: 60px;
    align-items: center;
}
.info-profile img {
    width: 180px;
    height: 180px;
}
.info-profile-desc {
    width: 500px;
    line-height: 1.8rem;
}
.name {
    margin-bottom: 20px;
}
.contact {
    margin-top: 20px;
}

.info-fav__wrapper {
    margin-top: 80px;
}
.info-fav {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #c0c0c0 solid;
    padding: 20px 0;
}
.info-fav__text-ttl {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.desc {
    padding-top: 30px;
    line-height: 1.6rem;
}
.ttl {
    font-size: 20px;
    font-weight: 500;
}


@media screen and (max-width: 768px) {

    .content__ttl img {
        width: 170px!important;
        margin: 0;
        padding: 0;
    }
    .content__ttl  {
        margin: 0;
        padding: 30px 40px 120px 250px!important;
        
    }
    
}






@media screen and (max-width: 390px) {

    .content__ttl img {
        width: 150px!important;
        margin: 0;
        padding: 0;
    }
    .content__ttl  {
        margin: 0;
        padding: 30px 20px 90px 90px!important;
    }
    .info-profile {
        display: block;
    }
    .info-profile img {
        display: block;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .name {
        margin-top: 80px;
    }
    .info-profile-desc {
        width: 320px;
        line-height: 1.8rem;
    }

    .info-fav {
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
        align-items: flex-start;
        border-top: 1px #c0c0c0 solid;
        padding: 20px 0;
    }
    .info-fav__text-ttl {
        display: flex;
        column-gap: 30px;
        align-items: center;
    }
    .info-fav__text-ttl p {
        font-size: 14px;
    }
    .desc {
        font-size: 14px;
        padding-top: 30px;
        line-height: 1.6rem;
    }
    .ttl {
        font-size: 16px;
        font-weight: 500;
    }
    .info-fav img {
        width: 100px;
    }
}
