#works_detail_page .detail_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 10px 0;
    margin-bottom: 200px;
}
.works_detail a {
    text-decoration: underline;
}
.works_detail a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.detail_box h1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
    margin-left: 10px;
    font-family: 'Josefin Sans', sans-serif;

}
.work_ttl {
    font-size: 2.0rem;
    margin-bottom: 60px;
    margin-left: 10px;
    text-align: center;
    font-family: ryo-gothic-plusn,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体",'Noto Sans JP',"ヒラギノ角ゴ Pro W3",sans-serif;
    font-weight: 500;

}

.works_detail_image {
    max-width: 600px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.2);
    margin: 0 10px;
}
.works_detail_image img {
    width: 100%;
    height: 100%;
}
.works_detail {
    display: flex;
}
.works_description_box {
    margin: 80px 20px;
    padding-left: 20px; 
    max-width: 400px;
}
.works_description_box dl {
    line-height: 1.5;
}
.works_description_box dl dt {
    font-size: 1.2rem;
    font-weight: normal;
    color:rgb(188, 187, 186);
}
.works_description_box dl dd {
    font-size: 1.4rem;
    margin-bottom: 20px;

} 
.works_description_box p {
    font-size: 1.6rem;
    margin-top: 95px;
    line-height: 2;
}
.work_image_device {
    max-width: 500px;
    margin: 0 auto 80px;
}
.work_image_device img {
    width: 100%;
}
.back_to {
    font-size: 1.6rem;
    margin: 130px auto 0;
    text-align: center;
    position: relative;
    width: 120px;
}
.back_to p:last-child {
    width: 115px;
    height: 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: skew(135deg);
    position: absolute;
    transition: .3s;
    left: 0px;
}
.back_to:hover p:last-child {
    left: -20px;
    width: 130px;
}
.back_to:hover p:first-child{
    opacity: .7;

}

@media (max-width: 1024px) {
    .works_detail {
        display: block;
    }
    #works_detail_page .detail_box {
        padding-top: 100px;
}
    .works_detail_image {
        margin: 0 auto;
        
    }
    .works_description_box {
        margin: 80px auto;
        max-width: 600px;
    }
}