@charset "UTF-8";

/* ==============
      Works詳細
   ============== */
#WorksContent{
    width:60%;
    margin:0 auto;
    padding:72px 0px;

}
.ImgBox img{
    width:100%;
    height:auto;
}

.tTitle p{
    font-size:24px;
    font-weight: bold;
}
.tTitle a{
    padding-left:8px;
}

.btnList a{
    margin: 0 auto;
}
.btnList{
    padding-top:56px;
    display:flex;
    justify-content: space-between;
}

.hpURL{
    text-decoration:underline;
    color:blue;
}

.TextBox{
    padding-top:40px;
}

.tItem{
    display:flex;
    padding-bottom:1rem;
}
.tItem p:nth-of-type(1){
    width:12rem;
    font-weight: bold;
}

.tItem p:nth-of-type(2){
    width:calc(100% - 12rem);
}

.tTextLine{
    width:100%;
    height: 2px;
    background-color:#666;
    margin:0.5rem 0 1rem;
}

/* Slick */
.slick-arrow:before{
	content:""!important;
}
.slick-dots{
    position:static!important;
    margin-top:16px!important;
}

/*==== タブレット ====*/
@media screen and (max-width: 1024px){
    .RowFlex{
        flex-flow:column;
    }
    .tTitle{
        padding-bottom:8px;
    }
    #WorksContent{
        width:80%;
    }

    .TextBox{
        padding-top:40px;
    }
}

/*==== スマホ ====*/
@media screen and (max-width: 600px){
    .tItem{
        display:flex;
        flex-direction: column;
        padding-bottom:1rem;
    }
    .tItem p:nth-of-type(1){
        width:100%;
        font-weight: bold;
        margin-bottom:0.2rem;
    }
    
    .tItem p:nth-of-type(2){
        width:100%;
    }

}