
@charset "UTF-8";

/*--------------------------------------------------------#sec-case-----*/

#sec-case{
  padding: 140px 0 120px;
}

.case-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.case-list li{
  margin: 0 1%;
  width: 31%;
  margin-bottom: 60px;
}

.case-list .case-wrap img{
  margin-bottom: 15px;
}

.case-list .company-name{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.case-list .company-name span{
  color: #0589e7;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 25px;
}

.case-list dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.case-list dl dt{
  margin-right: 10px;
  margin-bottom: 7px;
  width: 40%;
}

.case-list dl dt span {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 2px;
    text-align: center;
    display: block;
    line-height: 1.2;
}

.case-list dl dd{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 5px;
  width: calc(60% - 10px);
}

@media only screen and (max-width: 1560px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 768px) {

#sec-case {
  padding: 60px 0 80px;
}

.case-list{
  margin: 0;
}

.case-list li{
  margin-bottom: 30px;
  width: 100%;
}

.case-list dl dt {
    width: 44%;
}

.case-list dl dd{
  width: calc(56% - 10px);
}
}

@media only screen and (max-width: 400px) {

}






















