/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../testimonials/img/pagetit.jpg) no-repeat 340px top;
  background-size: cover;
}

#testimonials .lead {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#testimonials .lead span {
  font-weight: bold;
}
#testimonials .lead + p {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../testimonials/img/pagetit.jpg) no-repeat center;
    background-size: cover;
  }

  #testimonials .lead {
    margin: 0 0 10px;
    font-size: 18px;
  }
  #testimonials .lead + p {
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding-bottom: 100px;
}
#sec1 .voice_list {
  margin: 60px auto 0;
}
#sec1 .voice_list > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px;
  margin-bottom: 20px;
  background: #f2f4f9;
}
#sec1 .voice_list > div:last-child {
  margin-bottom: 0;
}
#sec1 .voice_list dt {
  width: 100px;
  height: 100px;
  padding: 18px 10px 10px;
  background: #002c85;
  color: #fff;
  border-radius: 100%;
  line-height: 1.3;
  overflow: hidden;
  text-align: center;
}
#sec1 .voice_list dd {
  width: calc(100% - 140px);
  color: #002c85;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 40px 0 40px;
  }
  #sec1 .voice_list {
    margin: 30px auto 0;
  }
  #sec1 .voice_list > div {
    padding: 15px;
    margin-bottom: 15px;
  }
  #sec1 .voice_list dt {
    width: 70px;
    height: 70px;
    padding: 7px 10px 10px;
	font-size:14px;
  }
  #sec1 .voice_list dd {
    width: calc(100% - 85px);
    font-size: 18px;
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 375px) {
  #sec1 .voice_list dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  #sec1 .voice_list dd {
    font-size: 16px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  margin-bottom: 240px;
  padding: 80px 0 100px;
  background: url(../../testimonials/img/sec2_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#sec2 .txt_box {
  width: 43.8%;
}
#sec2 .txt_box .cardo {
  margin-bottom: 40px;
  color: #fff;
  font-size: 70px;
  line-height: 1.1;
  opacity: .8;
}
#sec2 .txt_box .btn_wrap {
  margin-top: 40px;
}
#sec2 .txt_box .btn_wrap a.btn {
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
}
#sec2 .txt_box .btn_wrap a.btn .large {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #sec2 {
    margin-bottom: 60px;
    padding: 0;
    background: #e8ecee;
  }
  #sec2:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 70%;
    background: url(../../testimonials/img/sec2_bg_01.jpg) no-repeat right center;
    background-size: cover;
  }
  #sec2 .txt_box {
    width: 100%;
    padding: 20px 0 40px;
  }
  #sec2 .txt_box .cardo {
    margin-bottom: 15px;
    font-size: 44px;
  }
  #sec2 .txt_box .btn_wrap {
    margin-top: 20px;
  }
  #sec2 .txt_box .btn_wrap a.btn {
    width: 100%;
    padding: 10px 10px;
  }
  #sec2 .txt_box .btn_wrap a.btn .large {
    font-size: 26px;
  }
}
