@charset "UTF-8";
/* CSS Document */
/* ========== ▼ contents ▼ ==========*/

.contents h2,
.contents h3,
.worry h3 {
  padding: 1em 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.contents h3 {
  border-bottom: 3px solid #ccc;
}
.contents p {
  margin: 0 0 1.7em 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7em;
  color: #222;
  text-align: center;
}
.msg ul {
  width: 700px;
  margin: 0 auto 30px auto;
  padding: 1em 0;
  background-color: rgba(221,221,221,.8);
  border-radius: 4px;
}
.msg ul li {
  margin: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7em;
  color: #222;
  text-align: center;
}
.worry {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  background-image: url(image/worry-bg.png);
  background-position: left 118px;
  background-repeat: repeat-x;
}
.worry h3 {
  height: 118px;
  padding: 0;
  line-height: 1.3em;
  }
.worry ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
  height: 200px;
}
.worry ul li {
  width: 25%;
  height: 200px;
  background-image: url(image/triangle.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(39,98,158,1);
  border-left: 1px solid #fff;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.worry ul li:nth-child(4) {
  border-right: 1px solid #fff;
}
.worry ul li .point {
  height: 175px;
  font-size: 18em;
  text-align: center;
  color: rgba(255,255,255,.1);
  overflow: hidden;
  position: absolute;
  top: 15px;
  left:0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.worry ul li .comment {
  padding: 1em 1em 0 1em;
  color: #fff;
  text-align: left;
  line-height: 1.6em;
  margin: 0;
  font-size: 1.6em;
  vertical-align: middle;
}
.voice h3 {
  margin: 0 0 30px 0;
}

.voice .photo {
  width: 470px !important;
  float: left;
}
.voice li {
  width: 470px !important;
  float: left;
}
.bx-controls {
  display: none;
}
.voice dl {
  width: 475px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  float: right;
}
.voice dl dt {
  color: #222;
  padding: .5em 0 0 0;
  font-size: 2.2em;
  font-weight: 700;
  margin: 0;
}
.voice dl dt span {
  padding: .8em 0 1em 0;
  display: block;
}
.voice span i {
  margin: 0 .2em 0 0;
  font-size: 1.5em;
  color: rgba(25,88,151,.8);
}
.voice dl dd {
  color: #222;
  font-size: 1.6em;
  line-height: 1.5em;
}
