@charset "utf-8";


.scroll-table .p-tbl-prim td {
  width:auto;
}

.td_img_box{
  display: flex;
  align-items: flex-end;
}

.td_img_box > img{
  width: 60%!important;
}

.inner_img_box{
  width: 40%;
  padding: 10px;
  border: rgba(0, 0, 0, .1) 1px solid;
}

.inner_img_box > img{
  width: 100% !important;
}

.attn_txt_red{
  color: #ff0000;
}


/*PC Only*/

@media screen and (min-width: 768px){
}


/*SP Only*/

@media screen and (max-width: 767px) {

  .td_img_box > img{
    width: auto!important;
    max-height: 350px;
  }

  .inner_img_box{
    width: auto !important;
  }

}