@charset "UTF-8";

header{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

#hamburger {
    width: calc(72% - 20px);
    left: 10px;
}

.twrr_logo{
    width: 20%;
    padding-left: 5%;
}

.pc_nav{
    display: none;
}

.content .work_title{
    width: fit-content;
    margin: 0px auto 10px 0px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.content{
    margin: 30px auto 30px auto;
    width: 90%;
}

.content .content_box{
    margin-bottom: 40px;
}

.content .content_box img{
width: 100%;
height: auto;
}

.content p{
    
    width: fit-content;
    height: auto;
    font-size: 1rem;
    color: blue;
    text-decoration:underline;/*下線を引く*/
    text-decoration-color:blue;/*下線を赤色*/
    margin-bottom: 10px;
}

footer{
    width: 90%;
    margin: 0 auto;
    position: inherit;
    justify-content: space-between;
}


#time{
    display: block;
}
/*footer*/



@media (min-width:960px) {

header{
    width: 70%;
    margin: 40px auto;
    padding: 0px;
}

.twrr_logo{
    width: 20%;
}

.global_nav{
    display: none;
}

.pc_nav{
    display: block;
}

.content{
    margin: 50px auto 50px auto;
    width: 70%;
}

.content .content_box{
    margin-bottom: 40px;
}

.content .content_box img{
width: 100%;
height: auto;
}

footer{
    width: 70%;
    margin: 0 auto;
    position: inherit;
    display: flex;
    justify-content: space-between;
}

#copyright{
    position: inherit;
}

#time{
    display: block;
    position: inherit;
}

#page_top{
    display: block;
    position: inherit;
}
/*footer*/

}