@charset "UTF-8";
/**
*
* 天なびとは
*
*/
#main-img {
  margin-bottom: 30px;
  text-align: center; }

.btn-member {
  margin-top: 30px; }
  .btn-member a {
    width: 100%;
    padding: 10px 0 15px;
    text-align: center; }

.point-box, .guide-box {
  margin-top: 80px; }
  .point-box h3, .guide-box h3 {
    margin-top: -90px;
    margin-bottom: 20px;
    text-align: center; }

.point-box {
  margin-bottom: 50px; }

.point-list-area {
  background-color: #b1e6da;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px; }
  .point-list-area li {
    border-bottom: 2px dotted #00ad86;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .point-list-area li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .point-list-area li span {
      display: block;
      position: relative; }
      .point-list-area 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 li span:after {
            box-sizing: border-box;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            border-width: 2px; } }
      .point-list-area li span:hover {
        opacity: 0.7; }
    .point-list-area li .fl {
      width: 21%; }
      .point-list-area li .fl img {
        width: 100%;
        height: auto; }
    .point-list-area li .fr {
      width: 75%;
      padding-right: 35px;
      box-sizing: border-box; }
      .point-list-area 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 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 li .fr dl dd {
        line-height: 1.3;
        font-size: 28px;
        font-size: 2.8rem; }

.point-wrap {
  margin-top: 50px; }

.cmn-sttl4 {
  position: relative;
  line-height: 1.4; }
  .cmn-sttl4 .icon-wrap {
    position: absolute;
    top: 10px;
    right: 20px; }

.intro-txt {
  background-color: #fff; }

.voice-box-wrap {
  background-color: #e2f6ff;
  margin-top: 30px;
  padding: 40px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .voice-box-wrap .voice-box {
    border-bottom: 2px dotted #9ec8e8;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .voice-box-wrap .voice-box:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .voice-box-wrap .voice-box .fl {
      width: 16%;
      margin-left: 7%;
      margin-right: 7%; }
      .voice-box-wrap .voice-box .fl img {
        width: 100%;
        height: auto; }
    .voice-box-wrap .voice-box .fr {
      width: 70%; }
      .voice-box-wrap .voice-box .fr .age {
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        background-color: #015db2;
        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; }
      .voice-box-wrap .voice-box .fr .ttl {
        font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
        color: #015db2; }
    .voice-box-wrap .voice-box .txt {
      font-size: 28px;
      font-size: 2.8rem;
      margin-top: 20px;
      background-color: #e2f6ff; }

@media screen and (min-width: 751px) {
  .point-box, .guide-box {
    margin-top: 80px; }
    .point-box h3, .guide-box h3 {
      width: 60%;
      margin: -90px auto 20px auto; }

  .point-list-area li {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .point-list-area li span:after {
      top: 50px;
      right: 10px; }
    .point-list-area li span:hover {
      opacity: 0.7; }
    .point-list-area li .fl {
      width: 18%; }
    .point-list-area li .fr {
      width: 78%; }
      .point-list-area li .fr p {
        font-size: 14px;
        font-size: 1.4rem; }
      .point-list-area li .fr dl dt {
        font-size: 20px;
        font-size: 2rem; }
      .point-list-area li .fr dl dd {
        line-height: 1.3;
        font-size: 16px;
        font-size: 1.6rem; }

  .cmn-sttl4 .icon-wrap {
    position: absolute;
    top: 7px; }

  .voice-box-wrap {
    padding: 30px; }
    .voice-box-wrap .voice-box {
      padding-bottom: 20px;
      margin-bottom: 15px; }
      .voice-box-wrap .voice-box .fl {
        width: 14%;
        margin-left: 8%;
        margin-right: 8%; }
      .voice-box-wrap .voice-box .fr .age {
        font-size: 14px;
        font-size: 1.4rem; }
      .voice-box-wrap .voice-box .fr .ttl {
        font-size: 20px;
        font-size: 2rem; }
      .voice-box-wrap .voice-box .txt {
        font-size: 16px;
        font-size: 1.6rem; } }
