.pc_none{
    display: none;
}    
.span{
    font-size: 100%;
}
.case_main {
    padding-bottom: 200px;
}
.main_photo {
    display: flex;
    flex-wrap: nowrap;
}
.main_photo img{
    padding: 20px 10px;
}
.title_h1{
    font-size: 1rem;
    padding-top: 0;
    font-weight: 700;
}
h1{
    font-weight: 700;
}
#case-company_info {
    display: table;
    width: 100%;
}
#case-company_info > div {
    display: table-row;
}
#case-company_info > div > div:first-child {
    width: 70px;
    position: relative;
}
#case-company_info > div:not(:last-child) > div {
    padding-bottom: 6px;
}
#case-company_info > div > div {
    display: table-cell;
}
#case-company_info > div > div:nth-child(2) p {
    font-size: 2.2rem;
    font-weight: 700;
}
#case-company_info > div > div:first-child p {
    font-size: 1.4rem;
    position: absolute;
    top: 0.7rem;
}
main *>p:first-child {
    margin-top: 0;
}
.catch_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 20px;
}    
.product_case {
    display: flex;
    margin-top: 24px;
    padding-top: 44px;
    border-top: 1px solid #adadad;
}
.product_img {
    width: 300px;
}
dl.ut-case-details-interview {
    width: calc(100% - 300px);
    padding-left: 50px;
    margin-top: 0;
}
.ut-case-details-interview dd, .ut-case-details-interview dt {
    position: relative;
    padding-left: 1.5em;
}
.ut-case-details-interview dt {
    font-weight: 700;
}
.ut-case-details-interview>dt:before {
    font-weight: 700;
    content: "Q.";
}
.ut-case-details-interview dd:before, .ut-case-details-interview dt:before {
    position: absolute;
    top: 0;
    left: 0;
}
.ut-case-details-interview>dd+dt {
    margin-top: 40px;
}
.ut-case-details-interview>dd {
    margin-top: 8px;
}

.ut-case-details-interview>dd:before {
    font-size: 1.6rem;
    content: "A.";
    top: -3px;
}
.ut-case-details-interview p{
    margin-bottom: 30px;
}
    
.product--link {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 16px;
  width: 100%;
  margin: 0 auto 16px auto;
}

.product--image img {
  width: 160px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.product--details {
  flex: 1;
  margin-left: 16px;
  min-width: 200px;
}

.product--title {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: bold;
}

.product--code {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}

.product--price {
  font-size: 14px;
  margin-bottom: 8px;
}

.product--price span {
  font-weight: bold;
  font-size: 16px;
}
.case--link:hover{
   opacity: 0.7;
    color: #000;
    }
.more_btn_btn {
  display: inline-block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1B85FB;
}
.more_btn a {
  display: inline-block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #60ced7;
  position: relative;
}
.more_btn a::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.more_btn a:hover::before {
  right: 25px;
}
.button {
    margin-top: 2em;
    text-align: center;
    }
@media screen and (max-width: 480px) {
    .pc_none{
    display: inline;
    }    
    .sp_none{
    display: none;
    }
    .main_photo img {
    padding: 20px 5px;
    }
    #case-company_info > div > div:nth-child(2) p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 6px;
    }
    .catch_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 24px;
    }
    .product_img {
    width: 100%;
    }
    .product_case {
    display: block;
    }
    dl.ut-case-details-interview {
    width: 100%;
    padding-left: 5px;
    margin-top: 0;
    }
  .product--link {
    padding: 16px;
    width: 98%;
    margin: 16px auto;      
  }

  .product--details {
    margin-left: 12px;
  }
  .product--title {
      font-size: 14px;
    }
  .product--image img {
    width: 98px;
  } 
  .product--code {
      margin-bottom: 8px !important;
    }
   .product--price {
      margin-bottom: 8px !important;
    }    
    
}