.single{
  font-family: 'Poiret one', 'Zen Maru Gothic', sans-serif;
}

.work{
  margin-bottom: 40px;
}
.title{
  text-align: center;
  padding: 20px;
}
.single .description{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.single .description p{
  text-align: left;
}
.single .description table{
  margin-bottom: 1rem;
}

.single .description td{
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  border: none;

}
.single .description table tr td:first-child{
  width: 100px;
}
.single .description table tr td:first-child::before{
  content: "■";
  font-family: 'serif';
  padding-right: 5px;
  font-size: 20px;
}

@media screen and (max-width: 680px){
  .single .description td{
    display: block;
    width: 100%;
  }
  
}
.wp-block-group.wp-container-2.works-img{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 680px){
  .wp-block-group.wp-container-2.works-img{
    display: block;
    width: 100%;
  }
  .wp-block-group.wp-container-2.works-img .pc,
  .wp-block-group.wp-container-2.works-img .smp{
    width: 100%;
    padding: 10px;
  }
  
}
.works-img .pc{
  width: 60%;
}
.works-img .smp{
  width: 30%;
}
.works-img .banner{
  width: 60%;
  margin: 0 auto;
}
.works-img img{
  width: 100%;
}


.arrow_container{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
}
.outer .arrow_prev,
.outer .arrow_next,
.outer .back-to-list{
  width: 100px;
  font-size: 1rem;
  /* font-family:  Poiret one, 'Zen Maru Gothic', sans-serif; */
  text-align: right;
  transition: all .6s ease-in-out;
}
.outer .arrow_next{
  text-align: left;
}
.outer .arrow_prev .arrow,
.outer .arrow_next .arrow{
  width: 100px;
  height: 10px;
  display: block;
}
.outer .arrow_prev .arrow{
  transform: scale(-1, 1);
}

.outer .arrow_next:hover{
  opacity: 0.8;
    -webkit-transform: skew(-10deg) translateX(2em);
    -moz-transform: skew(-10deg) translateX(2em);
    transform: skew(-10deg) translateX(2em);
}

.outer .arrow_prev:hover{
  opacity: 0.8;
    -webkit-transform: skew(-10deg) translateX(-2em);
    -moz-transform: skew(-10deg) translateX(-2em);
    transform: skew(-10deg) translateX(-2em);
}
.outer .back-to-list::after {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 20%; */
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  transition: .3s;
  display: block;
  margin-top: 6px
}
.outer .back-to-list:hover::after {
  width: 100%;
}
.outer .back-to-list:hover{
  opacity: .8;
}

.work-list-page{
  width: 90%;
  margin: 0 auto;
}
.work-list-page .container-works{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /* justify-content: space-between; */
}
.work-list-page .container-works .works-item{
  /* width: 30%; */
  width: calc(100% / 3);
  padding: 20px;
  transition: all 1s ease-in-out;

}
.work-list-page .container-works .works-item:hover{
  opacity: .6;
}
.work-list-page .container-works 
.works-item .work-img{
  width: 100%;
}
.work-list-page .container-works .works-item .work-img img{
  width: 100%;
  height: 17vw;
  /* height: auto; */
  /* object-fit: scale-down; */
  object-fit: contain;
  margin-bottom: 10px;
  /* background-color: #a9a9a9; */
}
.work-list-page .container-works .works-item .work-name,
.work-list-page .container-works .works-item .work-parts{
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  /* font-family:  Poiret one, 'Zen Maru Gothic', sans-serif; */
  color: #333;
}
.work-list-page .container-works .works-item .work-parts{
  font-size: 12px;
  font-weight: normal;
}
.arrow_container{
  margin-bottom: 60px;
}


/* ------------ */
/* contact-page */
/* ------------ */
.contact-page p{
  margin-bottom: 30px;
}
.contact-page form{
  width: 70%;
  padding: 60px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a9a9a9;
  /* border-radius: 12px; */
  margin-bottom: 100px;
}
.contact-page form p{
  text-align: left;
}
.contact-page label{
  padding: 20px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  justify-content: space-between;
}
.contact-page input{
  border: 1px solid #333;
  background-color: #f6f6f6;
  border-radius: 100vh;
  padding: 10px;
}
.contact-page textarea{
  width: 100%;
  border: 1px solid #333;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
  height: 150px;
  margin-bottom: 50px;
}
input[type="submit"]{
  text-align: center;
  display: block;
  width: 150px;
  margin: 0 auto;
  border: 1px solid #333;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}
.contact-footer{
  background-color: #f6f6f6;
  }

@media screen and (max-width: 1090px){
  .contact-page label input{
    width: 100%;
  }
}  

@media screen and (max-width: 760px){
  .work-list-page .container-works .works-item{
    width: calc(100% / 2);
  }
  .work-list-page .container-works .works-item .work-img img{
    height: 20vw;
    margin-bottom: 10px;
  }
}  
  @media screen and (max-width: 560px){

    .work-list-page .container-works .works-item{
      width: calc(100% / 1);
      text-align: center;
    }
    .work-list-page .container-works .works-item .work-img img{
      height: 50vw;
      margin-bottom: 10px;
      /* background-color: #a9a9a9; */
    }
    .work-list-page .container-works .works-item .work-name{
      font-size: 12px;
    }
    .work-list-page .container-works .works-item .work-parts{
      font-size: 10px;
    }
    .contact-page form{
      width: 100%;
      font-size: 14px;
      padding-top:10px;
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-radius: 0px;
    }
    .contact-page label{
      padding: 10px;

    }
    .contact-page label input{
      padding: 10px;
    }
    .contact-page textarea{
      border-radius: 10px;
      padding: 10px;
      margin-top: 10px;
      height: 150px;
      margin-bottom: 30px;
    }
    input[type="submit"]{
      padding: 10px;
      margin-bottom: 15px;
    }
    
  
}

  
