/*layout*/
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
    "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
    sans-serif;
}

body {
  color: #111111;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

img {
  display: block;
}

header h1 {
  text-align: center;
  margin: 20px 0 16px;
}

header h1 img {
  width: 148px;
  margin: 0 auto;
  display: block;
}

#js-check-component {
  position: fixed;
  right: 0px;
  display: none;
  z-index: 1;
  cursor: pointer;
}

.what-cashpo-fixed img {
  width: 120px;
}

.check-balance-btn a:hover {
  opacity: 0.7;
}

.contact-btn a:hover {
  opacity: 0.7;
}

.main-bnr-btn-wrap {
  background: #00946c;
  padding: 24px;
}

.main-bnr-btn-wrap img {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.main-bnr-bottom img {
  width: 85px;
  margin: 0 auto;
  display: block;
}

.whatis-ttl img {
  max-width: 200px;
  width: 100%;
  margin: 24px auto 32px;
}

.whatis-wrap {
  margin-bottom: 76px;
}

.whatis-wrap p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.whatis-wrap span.attention {
  color: #ba293d;
  font-weight: bold;
}

.whatis-wrap span.boldTxt {
  font-weight: bold;
}

.trial-privilege-catch img {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -30px;
}

.trial-privilege-wrap {
  width: 100%;
  background: #fff8c9;
}

.select-area-catch {
  margin-bottom: 16px;
  padding: 0 16px;
}

.select-area-catch img {
  max-width: 507px;
  width: 100%;
  margin: 0 auto;
}

.select-area-wrap {
  width: 100%;
  max-width: 800px;
  display: block;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 16px;
  border-radius: 4px;
}

.select-area-select {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 28px 16px 16px;
}

select#select-area {
  max-width: 440px;
  width: 100%;
  padding: 12px 24px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 20px;
  background-position: calc(100% - 20px) 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}

select#select-area.closed {
  background-image: url("../images/select-bottom-arrow.png");
}

select#select-area.opened {
  background-image: url("../images/select-up-arrow.png");
}

.select-area-wrap p {
  text-align: center;
  padding: 0 16px;
}

.thumb {
  display: block;
  float: left;
  width: calc(47% - 0px);
  margin: 0px 10px;
}

.thumb-tag {
  position: relative;
}

.badge_txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #00a377;
  border-radius: 50%;
  text-align: center;
}

.thumb img {
  width: 100%;
  max-width: 490px;
}

.thumb-wrap {
  max-width: 1000px;
  display: block;
  width: 100%;
  margin: 36px auto 0;
}

.see-detail-btn-wrap {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 12px 0 20px;
  margin-bottom: 28px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close-bg-btn-wrap {
  background: #333333 !important;
}

.see-detail-btn {
  background: #fff25c;
  padding: 12px 0px;
  margin: 0px 68px 0px 68px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0px 4px 0 #b9ac19;
  height: 60px;
}

a:active .see-detail-btn {
  background: #fff25c;
  padding: 12px 0px;
  margin: 4px 68px 0 68px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0px 4px 0 transparent;
  height: 56px;
}

.see-detail-btn:after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  float: right;
  padding: 20px 12px 0 0;
  color: #111111;
}

.see-detail-btn span {
  font-size: 20px;
  padding: 12px 0 12px 24px;
  font-weight: bold;
  color: #111111;
  line-height: 1.8;
}

.see-detail-btn-wrap>a:hover {
  text-decoration: none;
  color: #111111;
}

.see-detail-btn-wrap img {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.close-bg-color {
  background: #222222 !important;
  box-shadow: 0px 0px 0 #000000 !important;
}

.close-bg-color:after {
  content: "";
}

.close-bg-color span {
  color: #666666 !important;
}

.whatis-cashpo-wrap-bg {
  background: #f6f6f6;
  width: 100%;
}

.whatis-cashpo-wrap {
  padding: 60px 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.whatis-cashpo-catch img {
  max-width: 558px;
  width: 100%;
  margin: 0 auto;
}

.whatis-cashpo-catch {
  padding: 0 16px;
  margin-bottom: 20px;
}

.whatis-cashpo-illust {
  display: block;
  float: left;
  margin-right: 32px;
}

.whatis-cashpo-description {
  display: block;
  float: left;
  width: 428px;
  line-height: 32px;
  padding: 44px 0 0;
}

.whatis-cashpo-description p {
  font-size: 18px;
}

.whatis-cashpo-description span.emphasis {
  text-decoration: underline;
  font-weight: bold;
}

.whatis-cashpo-wrap-bg {
  background: #f6f6f6;
}

.check-balance-btn {
  margin: 32px 0;
}

.check-balance-btn img {
  max-width: 390px;
  width: 100%;
}

.contact-wrap {
  background: #00a377;
  padding: 60px 0;
}

.service-description {
  background: #fff;
  max-width: 800px;
  width: 100%;
  padding: 40px;
  margin: 0 auto 40px;
  border-radius: 8px;
}

.service-description:last-child {
  margin: 0 auto;
}

.service-description table tbody tr th {
  font-size: 16px;
  text-align: left;
  border-right: 1px solid #333;
  padding: 16px 0;
}

.service-description table tbody tr td {
  padding: 20px 16px;
}

.service-description table tbody tr {
  border-bottom: 1px solid #333;
}

.service-description table tbody tr:first-child {
  border-top: 1px solid #333;
}

.service-description h5 {
  font-size: 26px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.qanda-wrap-group {
  margin-bottom: 32px;
}

.qanda-wrap {
  border-top: 1px solid #333;
}

.qanda-wrap-last-child {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

span.qanda-arrow {
  display: block;
  float: left;
}

.question {
  padding: 12px 0;
  cursor: pointer;
}

.question p {
  display: block;
  float: left;
  padding: 4px 12px;
}

.answer {
  padding: 20px 12px;
  border-top: #ccc 1px solid;
  background: #eee;
  display: none;
}

.answer p {
  line-height: 24px;
}

.rotate-back {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.5s;
}

.rotate {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.contact-btn-wrap {
  background: #eee;
  padding: 32px 0;
  border-radius: 4px;
}

.contact-btn-wrap h6 {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.contact-btn-wrap p {
  text-align: center;
  margin-bottom: 20px;
}

.contact-btn {
  max-width: 330px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.receive-mailmag {
  padding: 0 16px;
}

.receive-mailmag p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 48px;
  padding: 0 0;
}

.receive-mailmag-btn {
  width: 100%;
  max-width: 290px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #999;
  padding: 12px 0;
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 2px;
  /*    box-shadow: 0 2px 0 #777;*/
}

/*
.receive-mailmag p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 0 16px;
}

.receive-mailmag-btn img {
  display: block;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
*/
.ad-number {
  background: #fff;
}

.ad-number p {
  padding: 24px 0;
  display: block;
  text-align: center;
}

footer {
  display: block;
  background: #eee;
  padding: 0 0 24px;
}

footer ul {
  max-width: 416px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 28px 0 24px;
}

footer ul li {
  display: inline-block;
  padding: 0 0 0 8px;
  font-size: 14px;
}

footer ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 0 0 8px;
}

footer ul li:last-child:after {
  content: "";
}

footer ul li:last-child {
  padding-right: 8px;
}

footer ul li a {
  color: #333;
  text-decoration: none;
}

footer ul li a:hover {
  color: #999;
  text-decoration: underline;
}

#js-check-component {
  position: fixed;
  right: 0px;
  display: none;
  z-index: 1;
  cursor: pointer;
}

#copyright .wrapper p {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 801px) {
  .main-bnr-sp {
    display: none;
  }

  .main-bnr {
    background: #00a377;
    margin-bottom: 44px;
  }

  .main-bnr img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
  }

  .whatis-ttl img {
    max-width: 380px;
    width: 100%;
    margin: 24px auto 32px;
  }
}

@media (max-width: 800px) {
  .whatis-ttl img {
    max-width: 280px;
    width: 100%;
    margin: 24px auto 32px;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  .contact-btn-wrap h6 {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .service-description h5 {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .service-description table tbody tr th {
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #333;
    padding: 16px 0;
    width: 100px;
  }

  .service-description table tbody tr td {
    font-size: 12px;
  }

  .main-bnr {
    display: none;
  }

  .main-bnr-sp {
    background: #00a377;
    margin-bottom: 30px;
  }

  .main-bnr-sp img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
  }

  .whatis-wrap p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .whatis-cashpo-description p {
    font-size: 14px;
  }

  .thumb-wrap {
    max-width: 390px;
    width: 100%;
    display: block;
    margin: 36px auto 0;
  }

  .select-area-wrap {
    width: calc(100% - 32px);
    display: block;
    background: #fff;
    margin: 0 auto;
    padding: 0 16px 16px;
    max-width: 632px;
  }

  .select-area-wrap p {
    text-align: center;
    padding: 0 16px;
    font-size: 12px;
  }

  .see-detail-btn-wrap {
    max-width: 390px;
    width: calc(100% - 0px);
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 12px 0 20px;
    margin: 0 0px 28px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }

  .thumb-wrap .thumb {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 12px;
  }

  .badge_txt {
    top: 0;
    right: 2%;
    width: 18%;
    height: 18%;
    padding: 4% 0;
    font-size: 10px;
  }

  .thumb>img {
    max-width: 390px;
    width: 100%;
    padding: 0 20px;
  }

  .whatis-cashpo-illust {
    display: block;
    float: none;
    margin-right: 0;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .whatis-cashpo-illust img {
    width: 100%;
    padding: 0 16px;
  }

  .service-description table tbody tr th {
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #333;
    padding: 16px 0;
    width: 100px;
  }

  .service-description table tbody tr td {
    padding: 20px 8px;
  }

  .service-description.service-tbl-wrap {}

  .service-description:nth-child(2) {
    padding: 40px 16px;
  }

  .service-description:last-child {
    padding: 40px 0;
  }

  .contact-btn img {
    width: 100%;
  }

  label.checkbox {
    cursor: pointer;
    width: 100%;
    display: inline-block;
  }

  .checkbox-input {
    display: none;
  }

  .checkbox-parts {
    padding: 4px 0 12px 56px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    min-width: 260px;
    width: 100%;
    margin: 0 auto;
  }

  .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #ccc;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 14px;
    width: 14px;
    height: 22px;
    transform: rotate(40deg);
    border-bottom: 7px solid #8fc31f;
    border-right: 7px solid #8fc31f;
  }

  label.checkbox {
    cursor: pointer;
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
  }

  .receive-mailmag p {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .service-description {
    background: #fff;
    max-width: 800px;
    width: calc(100% - 32px);
    padding: 40px 16px;
    margin: 0 16px 40px;
    border-radius: 8px;
  }

  .contact-btn {
    max-width: 330px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
  }

  .contact-btn-wrap p {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 16px;
    font-size: 12px;
  }

  .contact-btn-wrap p {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .question p {
    display: block;
    float: left;
    padding: 6px 12px;
    width: calc(100% - 30px);
    font-size: 12px;
  }

  .answer {
    padding: 12px 12px;
    border-top: #ccc 1px solid;
    background: #eee;
    display: none;
  }

  .answer p {
    line-height: 24px;
    font-size: 12px;
  }

  .check-balance-btn img {
    max-width: 390px;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .whatis-wrap {
    margin-bottom: 50px;
    padding: 0 16px;
  }

  .whatis-cashpo-description {
    display: block;
    float: left;
    width: 100%;
    line-height: 32px;
    padding: 44px 16px 0;
  }

  .thumb:nth-child(odd) {
    padding: 0 12px;
  }

  .thumb:nth-child(even) {
    padding: 0 12px;
  }

  .receive-mailmag-btn img {
    display: block;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }

  .see-detail-btn {
    background: #fff25c;
    padding: 12px 0px;
    margin: 0px 8px 0px 8px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0px 4px 0 #b9ac19;
    height: 60px;
  }

  a:active .see-detail-btn {
    background: #fff25c;
    padding: 12px 0px;
    margin: 4px 8px 0 8px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0px 4px 0 transparent;
    height: 56px;
  }
}

@media (min-width: 800px) {
  #js-check-component {
    position: fixed;
    right: 0px;
    display: none;
    z-index: 1;
    cursor: pointer;
  }

  .what-cashpo-fixed img {
    width: 120px;
  }

  .checkbox-input {
    display: none;
  }

  .checkbox-parts {
    padding: 8px 0 12px 62px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    display: block;
    width: 624px;
    margin: 0 auto;
  }

  .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border: 3px solid #ccc;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 14px;
    width: 14px;
    height: 22px;
    transform: rotate(40deg);
    border-bottom: 7px solid #8fc31f;
    border-right: 7px solid #8fc31f;
  }

  label.checkbox {
    cursor: pointer;
    display: block;
    margin: 0 auto 12px;
    width: 678px;
    font-size: 16px;
  }
}

@media (min-width: 512px) and (max-width: 799px) {
  #js-check-component {
    position: fixed;
    right: 0px;
    display: none;
    z-index: 1;
    cursor: pointer;
  }

  .what-cashpo-fixed img {
    width: 120px;
  }

  .checkbox-parts {
    padding: 8px 0 12px 56px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 448px;
    margin: 0 auto;
  }

  .receive-mailmag p {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
}

@media (max-width: 511px) {
  .contact-btn-wrap h6 {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .service-description h5 {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .trial-privilege-catch img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -24px;
  }

  header h1 img {
    width: 76px;
    margin: 0 auto;
    display: block;
  }

  footer ul li {
    display: inline-block;
    padding: 0 0 0 8px;
    font-size: 12px;
  }

  .ad-number p {
    padding: 24px 0;
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .whatis-ttl img {
    max-width: 200px;
    width: 100%;
    margin: 24px auto 24px;
  }

  #js-check-component img {
    width: 120px;
  }

  #copyright .wrapper p {
    text-align: center;
    font-size: 12px;
  }

  label.checkbox {
    cursor: pointer;
    width: 100%;
    display: inline-block;
  }

  .checkbox-input {
    display: none;
  }

  .checkbox-parts {
    padding: 0 0 12px 56px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    min-width: 260px;
    width: 100%;
    margin: 0 auto;
  }

  .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #ccc;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 14px;
    width: 14px;
    height: 22px;
    transform: rotate(40deg);
    border-bottom: 7px solid #8fc31f;
    border-right: 7px solid #8fc31f;
  }

  label.checkbox {
    cursor: pointer;
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
  }

  .receive-mailmag p {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 0 0;
  }
}

.notice-txt {
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
  padding-: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}

.notice-txt br {
  display: none;
}


@media(max-width:800px) {
  .notice-txt {
    font-size: 12px;
  }

  .notice-txt br {
    display: inline;
  }
}

.special_end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.special_end p {
  color: #FFF;
  font-weight: bold;
  font-size: 33px;
  padding-left: 10px;
  text-align: center;
}

.thumb_inner {
  position: relative;
}

.btn-special {
  width: 67%;
  max-width: 350px;
  padding: 12px 0;
  border-radius: 30px;
  background: #ff8624;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 2px #ce6611;
  margin-top: 50px;
}

.btn-special:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  margin-top: 52px;
}

.special_txt {
  margin-top: 80px;
}

@media(max-width:800px) {
  .special_end p {
    font-size: calc(110% + 1.5vw);
  }

  .btn-special {
    font-size: calc(70% + 1.2vw);
  }

}

/*************************************
終了のグレーバー
*****************************************/

#cp_info {
  position: fixed;
  top: 40%;
  width: 100%;
  padding: 34px 0;
  text-align: center;
  background-color: #000;
  background: rgba(000, 0, 0, 0.8);
}

#cp_info p {
  color: #fff;
  opacity: 1;
}

#cp_info .txt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2px;
}

#cp_info .txt2 {
  font-size: 0.95rem;
  font-weight: 100;
}

#cp_info a {
  display: block;
  padding: 10px 30px 8px;
  border-radius: 40px;
  background: #ff8800;
  border-bottom: 2px solid #666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: 80%;
  max-width: 250px;
  margin: 20px auto 0;
  opacity: 100;
}