/* CSS Document */

/*=======================
body
=======================*/
body{
  background: #ebeff3;
}


/*=======================
#page
=======================*/
#page{
  max-width: 930px;
  width: 100%;
  margin: 100px auto 60px;
}


/*=======================
#work_list
=======================*/
#works_list{
  letter-spacing: -.40em;
}
#works_list .content{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  max-width: 290px;
  width: 31.1827%;
  margin-right: 3.2258%;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px){
		.br-sp { display:none; }
  #works_list .content:nth-of-type(3n){
    margin-right: 0;
  }
}
#works_list .content img{
  vertical-align: middle;
  width: 100%;
}
#works_list .content figure {
  margin: auto; }
#works_list .content .info{
  background: #fff;
  width: 100%;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 1px solid #dbdbdb;
}
#works_list .content .info{
  letter-spacing: -.40em;
  padding-top: 13px;
  padding-bottom: 17px;
}
#works_list .content .info figure{
  max-width: 50px;
  width: 17.2413%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 6.2068%;
  margin-right: 3.1034%;
}
#works_list .content .info .txt{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 18px;
}
#works_list .content .info .txt a{
  text-decoration: none;
}
#works_list .content .info .txt .name{
  margin-bottom: 4px;
}
#works_list .content a > figure,
#works_list .content a > .info{
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#works_list .content a:hover > figure,
#works_list .content a:hover > .info{
  opacity: 0.7;
}

.archive{
  letter-spacing: -.40em;
  text-align: right;
}
.archive a{
  text-decoration: none;
  color: #37cd8c;
  font-size: 18px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 1em;
}
.archive a:hover{
  text-decoration: underline;
}


/*=======================
.detail
=======================*/
.detail{
  margin-bottom: 210px;
}
.detail > figure{
  width: 100%;
  margin: 0 auto 50px;
}
.detail > figure:last-of-type{
  margin-bottom: 40px;
}
.detail > figure img{
  width: 100%;
  vertical-align: middle;
}
.detail > dl{
  width: 100%;
  font-size: 18px;
}
.detail > dl dt{
  color: #37cd8c;
  text-align: right;
  float: left;
  width: 7em;
  margin-right: 2em;
  margin-bottom: 18px;
}
.detail > dl dd{
  margin-bottom: 18px;
  margin-left: 8em;
}



.other_works{
  position: relative;
  width: 100%;
  margin-bottom: 89px;
}
.other_works::before,
.other_works::after{
  content: "";
  display: block;
  max-width: 360px;
  width: 38.7096%;
  height: 7px;
  background: url("file:///WORKS_2019/WORKS/ステア/ウェブサイト/作品ページ/html/BU/img/bg_tit.png") repeat-x left center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.other_works::before{
  left: 0;
}
.other_works::after{
  right: 0;
}
.other_works p{
  max-width: 144px;
  width: 15.4838%;
  margin: auto;
  line-height: 0;
}
.other_works p img{
  width: 100%;
}


/* SP */
@media screen and (max-width: 750px){
		.br-sp { display:none; }
  /*=======================
  #page
  =======================*/
  #page{
    max-width: 610px;
    width: 82%;
    margin: 30px auto;
  }

  /*=======================
  #work_list
  =======================*/
  #works_list{
    letter-spacing: -.50em;
  }
  #works_list .content{
    max-width: 290px;
    width: 47.5409%;
    margin-right: 4.9180%;
    margin-bottom: 15px;
  }
  #works_list .content:nth-of-type(2n){
    margin-right: 0;
  }
  #works_list .content .info{
    letter-spacing: -.50em;
    padding-top: 6.5px;
    padding-bottom: 8.5px;
  }
  #works_list .content .info figure{
    margin-left: 3%;
    margin-right: 1.5%;
  }
  #works_list .content .info .txt{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
  }
  #works_list .content .info .txt a{
    text-decoration: none;
  }
  #works_list .content .info .txt .name{
    margin-bottom: 2px;
  }

  .archive{
    letter-spacing: -.50em;
    text-align: right;
  }
  .archive a{
    text-decoration: none;
    color: #37cd8c;
    font-size: 12px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 1em;
  }



  /*=======================
  .detail
  =======================*/
  .detail{
    margin-bottom: 105px;
  }
  .detail > figure{
    margin: 0 auto 25px;
  }
  .detail > figure:last-of-type{
    margin-bottom: 20px;
  }
  .detail > dl{
    font-size: 12px;
    line-height: 1;
  }
  .detail > dl dt{
    margin-bottom: 9px;
  }
  .detail > dl dd{
    margin-bottom: 9px;
  }


  .other_works{
    position: relative;
    width: 100%;
    margin-bottom: 45px;
  }
  .other_works::before,
  .other_works::after{
    max-width: 180px;
    width: 29.5081%;
    height: 3.5px;
    background: url("file:///WORKS_2019/WORKS/ステア/ウェブサイト/作品ページ/html/BU/img/bg_tit.png") repeat-x left center;
    background-size: auto 100%;
  }
  .other_works p{
    max-width: 144px;
    width: 23.6065%;
    margin: auto;
    line-height: 0;
  }
  .other_works p img{
    width: 100%;
  }
}