.title {
  font-size: 24px;
  text-align: center;
}

section {
  width: 90%;
  margin: auto;
  padding-bottom: 15px;
}

/*worksProject*/

.worksInformation {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}

.worksInformation a {
  text-decoration: underline;
}

.projectTheme {
  margin: 0 0 10px 0;
  font-weight: 500;
}

.imageWebsite {
  width: 90%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.7) ;
}

.imageBanner {
  width: 80%;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.7) ;
}

/*worksDetail*/
tr {
  vertical-align: top;
}
.detailElement {
  font-size: 14px;
  width: 28%;
  text-align: left;
  margin: 10px;
}

.detailText {
  font-size: 14px;
  margin: 10px;
}

.detailElement, .detailText {
  padding: 10px 0 10px 0;
}

/*view*/
.pcView {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  border: solid #000 1px;
}

.spView {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  border: solid #000 1px;
}

/*768px以上*/
@media(min-width:768px) {
  section {
    width: 70%;
    padding: 20px 0 20px 0;
  }

  /*worksProject*/
  .worksInformation {
    font-size: 12px;
  }

  .projectTheme {
    font-size: 20px;
  }

  .imageWebsite {
    width: 70%;
    margin: 0 auto;
  }

  .imageBanner {
  width: 40%;
  margin: 0 auto;
}

  /*worksDetail*/
  .detailElement {
    width: 20%;
  }

  .detailElement, .detailText {
    font-size: 16px;
  }

  /*view*/
  .spView {
    width: 55%;
  }

}

/*900px以上*/
@media(min-width:900px) {
  .view {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin: 0 auto;
  }

  .pcView {
    height: 1150px;
    width: auto;
    object-fit: contain;
  }

  .spView {
    height: 1500px;
    width: auto;
    object-fit: contain;
  }
  
}


/*1024px以上*/
@media(min-width:1024px) {
  .title {
    font-size: 40px;
    text-align: center;
  }

}

/*1440px以上*/
@media(min-width:1440px) {
   .worksInformation {
    font-size: 16px;
  }

  .projectTheme {
    font-size: 28px;
 }

 /*worksDetail*/
  .detailElement, .detailText {
    font-size: 20px;
  }

  /*view*/
  .pcView {
    height: 2000px;
  }

  .spView {
    height: 2400px;
  }
}