﻿.fivevalues-list {
  margin-top: 80px;
  padding: 40px 30px;
  background-color: #dcf4ff;
}

.fivevalues-list > dl {
  border: 1px solid #fff;
}

.fivevalues-list > dl:nth-of-type(n+2) {
  margin-top: 30px;
}

.fivevalues-list > dl:nth-of-type(2) > dt {
  background-color: #2da4de;
}

.fivevalues-list > dl:nth-of-type(3) > dt {
  background-color: #00b0ec;
}

.fivevalues-list > dl:nth-of-type(4) > dt {
  background-color: #01aebc;
}

.fivevalues-list > dl:nth-of-type(5) > dt {
  background-color: #00aa83;
}

.fivevalues-list > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #4b8dca;
}

.fivevalues-list > dl > dt > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85px;
  background-color: #0075c2;
}

.fivevalues-list > dl > dt > p > img {
  width: 69px;
}

.fivevalues-list > dl > dt > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 85px);
  padding: 0 20px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 2.8rem;
  font-weight: normal;
}

.fivevalues-list > dl > dd {
  padding: 25px 35px;
  background-color: #fff;
  font-size: 2.0rem;
  line-height: 1.5;
}

.fivevalues-msg {
  height: 485px;
  margin-top: 50px;
  padding-top: 80px;
  background-image: url(/assets_new/img/company/policy/fivevalues/msg_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fivevalues-list {
    margin: 30px -12px 0;
    padding: 25px 12px;
  }
  .fivevalues-list > dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .fivevalues-list > dl > dt {
    height: 35px;
  }
  .fivevalues-list > dl > dt > p {
    width: 50px;
  }
  .fivevalues-list > dl > dt > p > img {
    width: 40px;
  }
  .fivevalues-list > dl > dt > h3 {
    width: calc(100% - 50px);
    padding: 0 10px;
    font-size: 1.8rem;
  }
  .fivevalues-list > dl > dd {
    padding: 15px;
    font-size: 1.4rem;
  }
  .fivevalues-msg {
    max-width: 350px;
    height: 200px;
    margin: 10px auto 0;
    padding-top: 0;
    background-size: contain;
    font-size: 1.6rem;
  }
}
