@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
 Gallery
---------------------------------------------------------- */

.box{
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

.box:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.box.not_text .ttl3{
  margin-bottom: 15px;
}

/*---- PC ----*/
@media (min-width: 769px) {
  
  .box{
    margin-bottom: 60px;
  }
  
  .box::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
  }

  .box dt,
  .box dd.cap{
    float: left;
    width: 300px;
  }
  
  .box dd:not(.cap){
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 330px;
    margin-left: -300px;
  }

  .box dd.cap{
    margin-top: 5px;
  }
}

/*---- SP ----*/
@media (max-width: 768px) {
  .box{
    padding-bottom: 30px;
  }
  
  .box dt{
    margin-bottom: 15px;
  }
  
  .box dt img{
    width: 100%;
  }

  .box dd:not(.cap){
    margin-bottom: 1em;
  }
}

/*----------------------------------------------------------
 微調整
---------------------------------------------------------- */
img.studiomk_gallery{
  width: auto;
  max-width: 200px;
  max-height: 40px;
}

