@charset "utf-8";

.works-img{
    width: 70%;
    text-align: left;
    margin-bottom: 3%;
}
.text-introduction{
    font-size: 14px;
    font-weight: 100;
    text-align: justify;
    padding-top: 70px;
    width: 40%;
    padding-left: 50%;
}
.status{
    font-size: 12px;
    font-weight: 100;
    text-align: justify;
    padding-top: 70px;
    width: 40%;
    padding-left: 50%;
    line-height: 20px;
    color: #145E70;
}
.status li{
    list-style: none;
}
.text-title{
    font-family: 'Barlow',"Helavetica",sans-serif;
    font-family: 游ゴシック体, 游ゴシック, YuGothic, 'dnp-shuei-gothic-kin-std', sans-serif;
    text-align: right;
    font-size: 16px;
    font-weight: 10;
    color: rgb(0, 0, 0);
    line-height: 25px;
    margin-top: 50px;
    padding-right: 10%;
}
.text-gene{
    text-align: right;
    font-size: 14px;
    font-weight: 10;
    color: rgb(0, 0, 0);
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 140px;
    padding-right: 10%;
}
.contents a{
    text-decoration: none;
}




@media (max-width: 700px) {
    
    .images img{
        width: 100%;
      }
      .images video{
        width: 100%;
      }
    .text-introduction{
        width: 80%;
        padding-left: initial;
        margin: 0 auto;
        line-height: 25px;
    }
    .status{
        width: 80%;
        padding-left: initial;
        margin: 0 auto;
    }
}