.banner {
  height: 300px;
  background-image: url("../../images/front/helps/banner.jpg");
}
.banner h1 {
  padding-top: 95px;
  padding-bottom: 20px;
}
.banner svg {
  width: 14px;
  height: 12px;
  fill: #fff;
}
.box .container {
  word-spacing: -4px;
}
.box .container h2 {
  text-align: left;
  padding-left: 30%;
}
.box .container svg {
  width: 140px;
  height: 152px;
  fill: #fff;
}
.box .container .left,
.box .container .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  word-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box .container .left {
  width: 30%;
}
.box .container .left p {
  position: relative;
  width: 220px;
  height: 220px;
  background-color: #88d4f2;
  border-radius: 5px;
}
.box .container .left p svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.box .container .right {
  width: 70%;
}
.box .container .right li {
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.box .container .right li::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url("../../images/front/helps/help12&12.svg") no-repeat left center;
  vertical-align: middle;
  margin-right: 3px;
}
.box .container .right li a {
  color: #202020;
}
.box .container .right li a:hover {
  color: #1393ec;
  text-decoration: underline;
}
.box.box2 .right li::before {
  background-image: url('../../images/front/helps/FAQ12&12.svg');
}
.box.box2 .right li p:last-child {
  width: 80%;
  padding-top: 20px;
  line-height: 1.6;
  padding-left: 18px;
  color: #737373;
}
.box.box2 .right p:last-child {
  padding-top: 15px;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .box .container h2 {
    text-align: center;
    padding-left: 0;
  }
  .box .container .left {
    margin: 20px 0;
  }
  .box .container .left p {
    margin: 0 auto;
  }
  .box .container .right li {
    padding: 8px 0;
  }
}
