@charset "UTF-8";
/* line 5, ../scss/point.scss */
body {
  background: #e1e1e1; }
  /* line 8, ../scss/point.scss */
  body #point {
    margin-top: 90px; }
    /* line 10, ../scss/point.scss */
    body #point #wrapper_container {
      width: 960px;
      margin: 0 auto;
      padding-bottom: 60px;
      background: #fff; }
    /* line 16, ../scss/point.scss */
    body #point h2 {
      text-align: center;
      padding: 45px 0 13px; }
    /* line 20, ../scss/point.scss */
    body #point h3 {
      text-align: center;
      padding-bottom: 38px; }
    /* line 24, ../scss/point.scss */
    body #point .contentblock_point {
      margin: 0 auto;
      background: url(../img/point/point_line01.gif) no-repeat center bottom;
      padding: 215px 80px 90px 80px;
      margin-top: -165px;
      overflow: hidden; }
      /* line 30, ../scss/point.scss */
      body #point .contentblock_point .point_blockR {
        width: 450px;
        float: right; }
        /* line 33, ../scss/point.scss */
        body #point .contentblock_point .point_blockR .txt_point, body #point .contentblock_point .point_blockR p {
          font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
          font-weight: bold;
          padding-left: 15px;
          line-height: 1.6; }
        /* line 38, ../scss/point.scss */
        body #point .contentblock_point .point_blockR .txt_point_comment {
          font-size: 12px;
          color: #3f3f3f;
          margin-top: 10px; }
