@charset "UTF-8";
/**
*
* 会員登録サンプルページ
*
*/
/* ==========================================================================
sct-sample
========================================================================== */
.sct-sample {
  padding-top: 20px; }
  .sct-sample .sct-sample-txt {
    margin-bottom: 30px;
    background-image: url("");
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; }
    .sct-sample .sct-sample-txt strong {
      color: #015db2;
      font-size: 34px;
      font-size: 3.4rem;
      font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
      font-style: normal;
      font-weight: 700;
      -webkit-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
      -moz-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
      -ms-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
      -o-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
      text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff; }
  .sct-sample .area-menber {
    border: 10px solid #ffd02d;
    background: #ffd02d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .sct-sample .area-menber .area-menber-inner {
      padding: 40px 20px;
      background: #fff; }
      .sct-sample .area-menber .area-menber-inner .area-menber-ttl {
        margin-bottom: 30px; }
      .sct-sample .area-menber .area-menber-inner .area-menber-txt {
        margin-bottom: 80px;
        color: #015db2;
        background-image: url("");
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700; }
      .sct-sample .area-menber .area-menber-inner .area-menber-img {
        position: relative;
        box-sizing: border-box;
        width: 650px;
        height: 1130px;
        margin: 0 auto 100px;
        padding-top: 80px;
        background: url("https://cdn1.n-kishou.co.jp/image/common/img_smartphone.png") left top no-repeat;
        background-size: 100%; }
        .sct-sample .area-menber .area-menber-inner .area-menber-img:before {
          position: absolute;
          top: -55px;
          right: 0;
          display: block;
          width: 197px;
          height: 205px;
          content: "";
          background: url("https://cdn1.n-kishou.co.jp/image/common/icon_sample.png") left top no-repeat;
          background-size: 100%; }
        .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list {
          width: 614px;
          margin: 0 auto; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
            width: 100%; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
            background: #015db2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            top: auto;
            bottom: -225px;
            z-index: 2; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow:before {
              opacity: 1;
              position: absolute;
              z-index: 2;
              top: 21px;
              width: 12px;
              height: 12px;
              margin-top: -9px;
              content: "";
              border: 0;
              border-top: solid 4px #fff;
              border-right: solid 4px #fff; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev {
              left: 30px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev:before {
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
                left: 14px; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next {
              right: 30px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next:before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                right: 14px; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
            bottom: -200px;
            z-index: 1; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
              width: 30px;
              height: 30px;
              margin: 0 10px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
                box-sizing: border-box;
                width: 30px;
                height: 30px;
                border: 2px solid #015db2;
                background: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button:before {
                  display: none; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button {
                position: relative; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
                  display: block;
                  width: 16px;
                  height: 16px;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  -ms-border-radius: 50%;
                  -o-border-radius: 50%;
                  border-radius: 50%;
                  background: #015db2;
                  opacity: 1;
                  content: "";
                  left: 50%;
                  top: 50%;
                  margin: -8px 0 0 -8px; }
      .sct-sample .area-menber .area-menber-inner > *:last-child {
        margin-bottom: 0; }
      .sct-sample .area-menber .area-menber-inner .cmn-txt {
        background-image: url(""); }
      .sct-sample .area-menber .area-menber-inner .btn-member {
        margin-top: 40px; }

@media screen and (min-width: 751px) {
  .sct-sample {
    padding-top: 0; }
    .sct-sample .sct-sample-txt {
      font-size: 16px;
      font-size: 1.6rem; }
      .sct-sample .sct-sample-txt strong {
        font-size: 20px;
        font-size: 2rem; }
    .sct-sample .area-menber {
      border: 10px solid #ffd02d;
      background: #ffd02d;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .sct-sample .area-menber .area-menber-inner {
        background: #fff; }
        .sct-sample .area-menber .area-menber-inner .area-menber-ttl {
          margin-bottom: 25px; }
        .sct-sample .area-menber .area-menber-inner .area-menber-txt {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 40px; }
        .sct-sample .area-menber .area-menber-inner .area-menber-img {
          width: 500px;
          height: 880px;
          padding-top: 65px;
          margin-bottom: 65px; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img:before {
            top: -27px;
            right: -15px;
            width: 135px;
            height: 205px; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list {
            width: 470px; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
              width: 100%; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
              bottom: -170px; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
              bottom: -145px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
                width: 20px;
                height: 20px;
                margin: 0 10px; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
                  width: 20px;
                  height: 20px;
                  border: 2px solid #015db2; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
                  width: 12px;
                  height: 12px;
                  margin: -6px 0 0 -6px; }
        .sct-sample .area-menber .area-menber-inner .btn-member {
          margin-top: 30px; } }


/* ==========================================================================
会員登録はこちらのボタン位置調整
========================================================================== */
.login-attend{
    margin-top:-25px;
}

@media screen and (min-width: 751px) {
    .login-attend{
        margin-top:-10px;
    }
}


/* ==========================================================================
＼ ／の見出し
========================================================================== */

/* .cmn-sttl3-bosai */
.sub-sttl3-bosai {
  color: #015db2;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 8px; 
  font-weight:bold;
    -webkit-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -moz-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -ms-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -o-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  }

.cmn-sttl3-bosai {
  margin-bottom: 14px;
  color: #015db2;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
    -webkit-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -moz-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -ms-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -o-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  }
  .cmn-sttl3-bosai:after, .cmn-sttl3-bosai:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-bosai:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-bosai:after {
    margin-left: 15px; }


@media screen and (min-width: 751px) {
.sub-sttl3-bosai {
  color: #015db2;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 8px; 
  font-weight:bold;}

  .cmn-sttl3-bosai {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-bosai:after, .cmn-sttl3-bosai:before {
      font-size: 22px;
      font-size: 2.2rem; }
}

/* ==========================================================================
ページ内リンク（シニア企画）
========================================================================== */
  .point-list-area-sin li dl dt {
        color: #159b7d;
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 7px;
        width: 94%;
  }
 .point-list-area-sin li p {
        font-size: 20px;
        font-size: 3.0rem;
        color: #fff;
        background-color: #015DB2;
        padding: 8px 0px;
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        line-height: 1;
        width: 55%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 15px;
        }

@media screen and (min-width: 751px) {
 .point-list-area-sin li p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 8px 0px;
        font-weight: 700;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        line-height: 1;
        width: 34%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 15px;
 }
}

.point-list-area-sin a{
  text-decoration:none;
}


  .point-list-area-sin {
  background-color: #daf0eb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px; }
  .point-list-area-sin li {
    border-bottom: 2px dotted #00ad86;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .point-list-area-sin li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .point-list-area-sin li span {
      display: block;
      position: relative; }
      .point-list-area-sin li span:after {
        position: absolute;
        content: "";
        border: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 50px;
        right: 0;
        width: 16px;
        height: 16px;
        border-top: solid 6px #00ad86;
        border-right: solid 6px #00ad86; }
        @media screen and (min-width: 751px) {
          .point-list-area-sin li span:after {
            box-sizing: border-box;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            border-width: 2px; } }
      .point-list-area-sin li span:hover {
        opacity: 0.7; }
    .point-list-area-sin li .fl {
      width: 21%; }
      .point-list-area-sin li .fl img {
        width: 100%;
        height: auto; }
    .point-list-area-sin li .fr {
      width: 75%;
      padding-right: 35px;
      box-sizing: border-box; }
      .point-list-area-sin li .fr p {
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        background-color: #00ad86;
        padding: 7px 5px;
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        line-height: 1;
        width: 45%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 15px; }
      .point-list-area-sin li .fr dl dt {
        color: #00ad86;
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 7px; }
      .point-list-area-sin li .fr dl dd {
        line-height: 1.3;
        font-size: 28px;
        font-size: 2.8rem; }


.cmn-sttl7{
  line-height: 1.4;
  padding-right:30px;
}
/* テーブル
   ========================================================================== */
/* ==========================================================================
   基本設定
   ========================================================================== */
.wrap-tbl-sin {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.wrap-tbl-sin .tbl-head-multi {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-sin .tbl-head-multi tr td,
.wrap-tbl-sin .tbl-head-multi tr th {
  box-sizing: border-box;
}

.wrap-tbl-sin .tbl-head-multi tr th {
  border-right: 1px solid #573131;
  border-bottom: 1px solid #e0e0e0;
  color: #fff;
  background-color: #08ae89;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 18px 0;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid01 {
  width: 20%;
  padding: 18px;
  box-sizing: border-box;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid02 {
  width: 12%;
  padding: 18px 1px;
  box-sizing: border-box;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid03 {
  width: 44%;
  padding: 18px 1px;
  box-sizing: border-box;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid04 {
  width: 11%;
  padding: 18px 0;
  box-sizing: border-box;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid40 {
  width: 40%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.wrap-tbl-sin .tbl-head-multi tr th.wid50 {
  width: 50%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.wrap-tbl-sin .tbl-head-multi tr th span {
  font-size: 22px;
  font-size: 2.2rem;
}

.wrap-tbl-sin .tbl-head-multi tr th.bg-blue {
  background-color: #c5edff;
}

.wrap-tbl-sin .tbl-head-multi tr td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #d9fff6;
  color:#1d8d74;
  font-weight:bold;
  line-height:37px;
  padding-top:14px;
  padding-bottom:14px;
}

@media screen and (min-width: 751px) {
  .wrap-tbl-sin .tbl-head-multi tr td {
    line-height:22px;
    padding-top:10px;
    padding-bottom:10px;
  }
}

.wrap-tbl-sin .tbl-head-multi tr td:last-child {
  border-right: none;
}

.wrap-tbl-sin .tbl-head-multi thead th:last-child {
  border-right: none;
}

.wrap-tbl-sin .tbl-head-multi tbody tr:last-child th {
  border-bottom: none;
}

.wrap-tbl-sin .tbl-head-multi tbody tr:last-child td {
  border-bottom: none;
}

.wrap-tbl-sin .tbl-head-side {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-sin .tbl-head-side tbody tr td,
.wrap-tbl-sin .tbl-head-side tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.wrap-tbl-sin .tbl-head-side tbody tr th {
  background-color: #efefef;
}

.wrap-tbl-sin .tbl-head-side tbody tr:last-child td,
.wrap-tbl-sin .tbl-head-side tbody tr:last-child th {
  border-bottom: none;
}

.wrap-tbl-sin .tbl-head-top {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-sin .tbl-head-top tbody tr td,
.wrap-tbl-sin .tbl-head-top tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.wrap-tbl-sin .tbl-head-top tbody tr td:last-child,
.wrap-tbl-sin .tbl-head-top tbody tr th:last-child {
  border-right: none;
}

.wrap-tbl-sin .tbl-head-top tbody tr th {
  background-color: #efefef;
}

.wrap-tbl-sin .tbl-head-top tbody tr:last-child td,
.wrap-tbl-sin .tbl-head-top tbody tr:last-child th {
  border-bottom: none;
}

@media screen and (min-width: 751px) {
  .wrap-tbl-sin .tbl-head-multi tr th.wid02 {
    width: 12%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-sin .tbl-head-multi tr th.wid03 {
    width: 44%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-sin .tbl-head-multi tr th.wid04 {
    width: 11%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-sin .tbl-head-multi tr th span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wrap-tbl-sin .tbl-head-multi tr td.bg-yellow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wrap-tbl-sin .tbl-head-multi tr td.bg-red {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ==========================================================================
その他のtable
========================================================================== */
/* テーブル内のフォントサイズをthと同じように28px、2.8remに変更 */
@media screen and (max-width: 750px) {
  .wrap-tbl-sin .tbl-head-other tr th {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .wrap-tbl-sin .tbl-head-other tr td {
    font-size: 28px;
    font-size: 2.8rem;
  }
}


/* ==========================================================================
jikeid_data_sampleの小さいサンプルスマホ枠
========================================================================== */
.sct-sample .area-menber .area-menber-inner .area-menber-img-small {
    position: relative;
    box-sizing: border-box;
    width: 500px;
    height:950px;
    margin: 0 auto 0px;
    padding-top: 70px;
    background: url("https://cdn1.n-kishou.co.jp/image/common/img_smartphone.png") left top no-repeat;
    background-size: 100%;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list {
    width: 470px;
    margin: 0 auto;
}
.sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list li img {
    width: 100%; 
}


/* 小さいサンプルスマホ下の矢印*/
       .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow {
            background: #015db2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            top: auto;
            bottom: -185px;
            z-index: 2;
            }
            .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow:before {
              opacity: 1;
              position: absolute;
              z-index: 2;
              top: 21px;
              width: 12px;
              height: 12px;
              margin-top: -9px;
              content: "";
              border: 0;
              border-top: solid 4px #fff;
              border-right: solid 4px #fff; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow.slick-prev {
              left: 30px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow.slick-prev:before {
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
                left: 14px; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow.slick-next {
              right: 30px;
              }
              .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-arrow.slick-next:before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                right: 14px; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots {
            bottom: -160px;
            z-index: 1; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots li {
              width: 30px;
              height: 30px;
              margin: 0 10px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots li button {
                box-sizing: border-box;
                width: 30px;
                height: 30px;
                border: 2px solid #015db2;
                background: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots li button:before {
                  display: none; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots li.slick-active button {
                position: relative; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img-small .area-menber-img-list .slick-dots li.slick-active button:before {
                  display: block;
                  width: 16px;
                  height: 16px;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  -ms-border-radius: 50%;
                  -o-border-radius: 50%;
                  border-radius: 50%;
                  background: #015db2;
                  opacity: 1;
                  content: "";
                  left: 50%;
                  top: 50%;
                  margin: -8px 0 0 -8px; }



/* サンプルの看板*/
        .sct-sample .area-menber .area-menber-inner .area-menber-img-small:before {
          position: absolute;
          top: -55px;
          right: 0;
          display: block;
          width: 150px;
          height: 205px;
          content: "";
          background: url("https://cdn1.n-kishou.co.jp/image/common/icon_sample_nottena.png") left top no-repeat;
          background-size: 100%; }