
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
    font-size: 62.5%;
}

body {
  white-space: normal;
  font-family: YuGothic Medium,'Yu Gothic Medium','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  height: 100%;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}

body textarea, body select, body button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
}

.wrapper {
  width:100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.popup_manual {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
/*--------------------------
    popup-header
--------------------------*/
.popup-mv img {
  width: 100%;
}

.descript {
  padding: 30px 5% 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.descript h2 img {
  width: 100%;
}
.descript p {
  margin-top: 12px;
}

.btn-wrap {
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.btn-wrap a {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 8%;
  box-sizing: border-box;
}

.btn-wrap a img {
  width: 100%;
  max-width: 430px;
}

@media print, screen and (min-width: 768px){
  .descript {
    padding: 42px 50px 38px;
    font-size: 1.8rem;
  }
  .btn-wrap {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 480px){
  .descript {
    padding: 20px;
  }
}
/*--------------------------
    content
--------------------------*/

  .h2_block {
    width: 100%;
    padding: 8px 12% 10px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    background: #000000;
    box-sizing: border-box;
  }
  .h2_block img {
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
  }

  .flow-wrap .item {
    display: flex;
    padding-bottom: 5%;
    box-sizing: border-box;
    position: relative;
  }

  .flow-wrap section {
    position: relative;
    padding: 50px 5% 20px;
    box-sizing: border-box;
  }

  .flow-wrap section h3 {
    text-align: center;
    margin: 0 auto;
    padding:0 2%;
  }
  .flow-wrap section h3 img {
    width: 100%;
    max-width: 83px;
  }

  .flow-wrap .step1 {
    padding-top: 40px;
  }

  .flow-wrap .step4 .item {
    margin-bottom: 20px;
  }

  .flow-wrap .item-img {
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .flow-wrap .item-img img {
    margin: auto;
    width: 100%;
    max-width: 500px;
  }
  .flow-wrap .item-text {
    font-weight: 600;
  }

  .flow-wrap .step3 .item-text ul {
    margin: 10px 0;
  }

  .flow-wrap .attention {
    margin-top: 34px;
    font-weight: 600;
  }

  .flow-wrap .attention dt {
    margin-bottom: 10px;
  }
  .flow-wrap .attention dt::before {
    content: '';
    width: 4px;
    height: auto;
    background: #159e19;
    padding-left: 4px;
    margin-right: 10px;
    margin-left: 3px;
  }

  .flow-wrap .attention dd {
    position: relative;
    padding-left: 1.4rem;
  }
  .flow-wrap .attention dd + dd {
    margin-top: 8px;
  }
  .flow-wrap .attention dd:before {
    content: '\002E';
    position: absolute;
    left: 4px;
  }

  @media print, screen and (min-width: 768px){
    .flow-wrap section {
      padding: 50px 50px 20px;
    }
    .flow-wrap .item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding:20px 0;
    }

    .flow-wrap .item-img {
      width: 50%;
      text-align: center;
      padding: 0;
    }
    .flow-wrap .item-img img {
      margin: auto;
      width: auto;
      max-width: none;
    }
    .flow-wrap .item-text {
      width: 50%;
      padding:12px 0 0 10px;
      box-sizing: border-box;
    }

    .flow-wrap .step4 .item {
      margin-bottom: 45px;
    }
  }
  @media print, screen and (max-width: 767px){
    .flow-wrap .item {
      flex-direction: column;
      flex-flow: column-reverse;
    }
    .flow-wrap .item-img {
      width: 100%;
    }
    .flow-wrap .item-text {
      width: 100%;
      padding: 20px 0 30px;
    }
    .flow-wrap .step4 {
      padding-bottom: 12%;
    }
    .flow-wrap .step4 .item {
      padding-bottom: 0;
    }
  }
/*--------------------------
    popup-footer
--------------------------*/

  footer {
    padding:30px 5% 30px;
  }

  footer .copyright {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #333333;
    padding:15px 0 0;
  }
  .footer-title {
    padding:10px 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    color:#fff;
    background: #000;
    text-align: center;
    position: relative;
  }
  .footer-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
  }

  .footer-title p  {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .footer-title p span {
    color:#f6f30e;
  }

  @media screen and (min-width: 768px){
    footer {
      padding:50px 50px 30px;
    }
    .footer-title p  {
      font-size: 2.4rem;
    }

  }
  @media screen and (min-width: 520px){
    .footer-title {
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 320px){
    .footer-title p  {
      font-size: 1.4rem;
      font-weight: bold;
    }
  }


  .btn-block {
    margin: 0 auto;
  }
  .btn-block button {
    margin: 0 auto;
  }


  .login-btn {
    text-align: center;
    margin-bottom: 25px;
  }
  .login-btn a {
    display: block;
    background: #00a000;
    border: 1px solid #00a000;
    color:#fff;
    width: 88.73%;
    padding: 17px 25px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin: 15px auto 0;
    transition: 0.3s;
    box-sizing: border-box;
  }

  .login-btn a:hover {
    color:#00a000;
    background: #fff;
  }

  .join-btn {
    text-align: center;
    margin-bottom: 25px;
  }

  .join-btn a {
    display: block;
    background: #212121;
    border: 1px solid #212121;
    color:#fff;
    width: 88.73%;
    padding: 17px 25px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin: 15px auto 0;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .join-btn a:hover {
    background: #fff;
    color:#212121;
  }

  .btn-arrow::after {
    content: "";
    top: 42%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  .login-btn a:hover.btn-arrow::after {
    border-color:#00a000;
  }
  .join-btn a:hover.btn-arrow::after {
    border-color:#212121;
  }

  @media screen and (min-width: 768px){
    .btn-arrow::after {
      top: 42%;
      right: 10px;
      width: 10px;
      height: 10px;
    }
  }

  .btn-popup_close {
    display: block;
    vertical-align: middle;
    border: 1px solid #000;
    background: #fff;
    padding: 10px 6.5% 10px 5%;
    font-size: 1.4rem;
    cursor: pointer;
    text-align: right;
    width: 100%;
    max-width: 162px;
    font-weight: bold;
    position: relative;
  }
  .btn-popup_close.icon-close {
    display: block;
    position: relative;
    vertical-align: middle;
  }
  .btn-popup_close .icon-close::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 21px;
    width: 2px;
    height: 25px;
    background: #333;
    transform: rotate(45deg);
  }
  .btn-popup_close .icon-close::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    width: 25px;
    height: 2px;
    background: #333;
    transform: rotate(-135deg);
  }

  @media screen and (min-width: 768px){
    .btn-popup_close {
      padding: 10px 5%;
      font-size: 1.8rem;
    }
    .btn-popup_close .icon-close::before {
      top: 9px;
      left: 26px;
      height: 30px;
    }
    .btn-popup_close .icon-close::after {
      top: 23px;
      left: 12px;
      width: 30px;
    }

  }
  @media screen and (max-width: 440px){
    .btn-popup_close {
      padding-right: 12%;
    }
  }
  .sub_text {
    padding: 0px 30px;
    font-size: 2rem;
    letter-spacing: 1.6px;
    position: relative;
    font-weight: bold;
  }
  .sub_text::before {
    content: "";
    background: url(/system/files/club/rakuraku_manual/img/img_sub_text_left01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 19px;
    margin-top: -10px;
  }
  .sub_text:after {
    content: "";
    background: url(/system/files/club/rakuraku_manual/img/img_sub_text_right01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 19px;
    margin-top: -10px;
}

  @media screen and (min-width: 768px){
    .login-btn {
      margin-bottom: 50px;
    }
    .login-btn a {
      width: 100%;
      max-width: 322px;
      padding: 17px 30px 17px 25px;
      font-size: 2rem;
      line-height: 2.6rem;
      }
    .join-btn {
      margin-bottom: 50px;
    }

    .join-btn a {
      width: 100%;
      max-width: 322px;
      padding: 17px 30px 17px 25px;
      font-size: 2rem;
      line-height: 2.6rem;
      }
    .sub_text::before {
      width: 30px;
      height: 38px;
      margin-top: -19px;
      }
    .sub_text:after {
      width: 30px;
      height: 38px;
      margin-top: -19px;
      }
  }

  @media screen and (max-width: 767px){
    .sub_text {
      font-size: 1.6rem;
    }
  }


  .notes {
    color:#e80000;
    text-decoration: underline;
  }
  .bgLGrey {
    background: #f3f3f3;
  }
  .bgLGRN {
    background: #d7ede1;
  }

  .triangle1::after {
    border-bottom-width: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #f3f3f3 transparent transparent transparent;
    bottom: -29px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 0;
    z-index: 1;
  }
  .triangle2::after {
    border-bottom-width: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #d7ede1 transparent transparent transparent;
    bottom: -29px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 0;
    z-index: 1;
  }


  @media print, screen and (max-width: 480px){
    .triangle1::after,
    .triangle2::after {
      border-width: 25px 40px 0 40px;
      margin-left: -40px;
      bottom: -24px;
    }
  }


@media print, screen and (min-width: 768px){
  .block_pc {
    display: block !important;
  }
  .block_sp {
    display: none !important;
  }
  p.c-attention01 {
	font-size: 1.4rem;
	padding-left: 1.8rem;
	margin-top: 15px;
  }
  p.c-attention01:before {
	position: absolute;
	margin-left: -20px;
	content: "※";
  }
}

@media print, screen and (max-width: 767px){
  .block_pc {
    display: none !important;
  }
  .block_sp {
    display: block !important;
  }
  p.c-attention01 {
	font-size: 1.4rem;
	padding-left: 2rem;
	margin-top: 15px;
  }

  p.c-attention01:before {
	position: absolute;
	left: 0;
	content: "※";
  }
}
