@charset "utf-8";

.content__ttl {
    margin-left: 45px;
}
.content__ttl img {
    padding-right: 40px;
}


.projects-illust__calendar img,  .projects-illust__bank img{
    width: 340px;
}
.projects-illust__photo-wrapper {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.projects-illust__text {
    font-size: 14px;
    margin: 40px 0 80px 0;
    line-height: 24px;
}
.center {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}




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

    .content__ttl img {
        width: 280px!important;
        margin: 0;
        padding: 0;
    }
    .content__ttl  {
        margin: 0;
        padding: 30px 40px 100px 220px!important;
        
    }
    
    .gnavi {
        display: flex;
        column-gap: 10px!important;
        justify-content: center;
        margin-bottom: 60px;
    }
    .gnavi li a{
        display: block;
        padding:10px 20px!important;
        text-decoration: none;
        color: #333;
    }
}


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

    .projects-illust__calendar img,  .projects-illust__bank img{
        width: 157px;
    }
    .projects-illust__photo-wrapper {
        display: flex;
        column-gap: 10px;
        justify-content: space-between;
    }
    .projects-illust__photo-wrapper img {
        width: 157px;
    }
    .projects-illust__text  {
        width: 100%;
    }
}
