.container {
  background: #f6f6f6; }
  .container .wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1200px;
    text-align: left; }
    .container .wrapper > .contents > .title {
      float: none;
      font-size: 24px;
      line-height: 40px;
      text-align: center; }
      .container .wrapper > .contents > .title h2 {
        float: none;
        font-size: 24px;
        line-height: 40px;
        text-align: center; }
      .container .wrapper > .contents > .title .subtitle {
        display: inline-block;
        float: none;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #999;
        border-top: 1px solid #1dadd9;
        padding-top: 4px; }
    .container .wrapper > .contents > .inner {
      width: 100%;
      background: #fff;
      padding: 64px; }
      .container .wrapper > .contents > .inner > .box {
        width: 100%;
        text-align: left;
        position: relative;
        padding-bottom: 64px;
        margin-bottom: 64px; }
        .container .wrapper > .contents > .inner > .box:last-of-type {
          margin-bottom: 0; }
        .container .wrapper > .contents > .inner > .box::before {
          content: "";
          width: 100px;
          height: 3px;
          background: #1dadd9;
          position: absolute;
          bottom: 0;
          left: 0; }
        .container .wrapper > .contents > .inner > .box > h3 {
          width: 100%;
          font-size: 32px;
          margin-bottom: 48px;
          color: #1dadd9; }
        .container .wrapper > .contents > .inner > .box > p {
          width: 100%;
          font-size: 18px;
          line-height: 24px; }
        .container .wrapper > .contents > .inner > .box > ul {
          width: 100%;
          font-size: 18px;
          line-height: 24px; }
          .container .wrapper > .contents > .inner > .box > ul > li {
            width: 100%;
            margin-bottom: 32px; }
            .container .wrapper > .contents > .inner > .box > ul > li:last-of-type {
              margin-bottom: 0; }

/*# sourceMappingURL=d--lp--com.css.map */
