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

/***********************
横幅800px以下のスタイルシート
***********************/
@media (max-width:800px) {

  /***********************
     img
   ***********************/
  .main-bnr-sp img, img {
    display: block;
  }

  /***********************
    h2
  ***********************/
  h2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }

  /***********************
    h5
  ***********************/
  h5 {
    font-size: 16px;
    font-weight: normal;
  }

  /***********************
     p
   ***********************/
  p {
    margin: 0;
  }

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

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

  header p {
    text-align: center;
  }

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

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

  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;
  }

  /***********************
    contents（背景が両サイドに無限に伸びる形）
  ***********************/
  .contents-wrap {
    background: #00a377;
    padding: 16px 16px 8px;
  }

  .contents-wrap-first-child {
    background: #fff3e9;
    padding: 60px 16px 16px;
  }

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

  .contents h5 {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .tx_line{
    text-decoration: line-through; 
  }

  /***********************
    mv
  ***********************/
  .main-bnr {
    display: none;
  }

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

  /***********************
    forthcoming
  ***********************/
  .forthcoming {
    padding: 40px 0 24px;
    margin: 0 0;
    background: #fff3e9;
  }

  .forthcoming .forthcoming-catch-txt img {
    display: block;
    max-width: 579px;
    width: 90%;
    margin: 0 auto;
  }

  .forthcoming-catch-txt {
    margin-bottom: 20px;
  }

  .forthcoming-paragraph-wrap h4 {
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .forthcoming-paragraph-wrap p {
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
  }

  .forthcoming-paragraph-wrap {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  /***********************
    panel
  ***********************/
  .panel-wrap {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .panel {
    margin: 0 auto 40px;
    max-width: 376px;
    display: block;
    width: 100%;
    position: relative;
    padding: 0 16px;
  }

  .panel img {
    width: 100%;
  }

  .panel-btn {
    background: #af031b;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px #710010;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .panel-btn.is-fin {
    background: #666;
    box-shadow: 0 0;
    cursor: not-allowed;
  }

  .panel-btn:active {
    background: #af031b;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 #710010;
    position: absolute;
    margin-bottom: -4px;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .panel-btn.is-fin:active {
    background: #666;
    box-shadow: 0 0;
    margin-bottom: 0;
    cursor: not-allowed;
  }

  .panel-btn span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px;
    float: left;
    width: calc(100% - 24px);
  }
  .panel-btn.is-fin span {
    width: 100%;
  }

  .panel-btn span.icon {
    display: block;
    float: right;
    padding: 0 0 0 0;
    margin: 15px 8px 4px 0;
    width: 14px;
  }

  .panel-btn span.icon img {
    width: 10px;
  }

  .panel-btn-comingsoon {
    background: #535353;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    position: absolute;
    bottom: calc(5% - 2px);
    left: 0;
    right: 0;
  }

  .panel-btn-comingsoon:active {

    /*  box-shadow: 0 0 #710010;*/

    /*  bottom:calc(2% - 4px);
    */
  }

  .panel-btn-comingsoon span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px;
    float: left;
    width: calc(100% - 24px);
  }

  .panel-btn-comingsoon span.icon {
    display: block;
    float: right;
    padding: 0 0 0 0;
    margin: 15px 8px 4px 0;
    width: 14px;
  }

  .panel-btn-comingsoon span.icon img {
    width: 10px;
  }

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

  .whatis-cashpo-wrap {
    padding: 40px 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: 0 auto 46px;
    display: block;
    max-width: 568px;
    width: 100%;
  }

  .whatis-cashpo-illust {
    display: block;
    float: none;
    margin: 0 auto 40px;
    max-width: 400px;
    width: 100%;
    padding: 0 16px;
  }

  .whatis-cashpo-illust img {
    width: 100%;
  }

  .whatis-cashpo-description {
    display: block;
    float: none;
    max-width: 440px;
    width: 100%;
    line-height: 32px;
    padding: 0 16px 0;
    margin: 0 auto;
  }

  .whatis-cashpo-description p {
    font-size: 16px;
    line-height: 30px;
  }

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

  .whatis-cashpo-wrap-bg {
    background: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
  }

  .whatis-cashopo-wrap-group {
    background: #fff3e9;
    padding-bottom: 0;
  }

  .check-balance-btn {
    margin: 32px 0;
    background: #5f2d2d;
    max-width: 440px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
  }

  .check-balance-btn p {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }

  a:hover.check-balance-btn p {
    display: block;
    text-align: center;
    color: #fff;
  }

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

  /***********************
    テーブル
  ***********************/
  table {
    border-collapse: collapse;
    width: 100%;
  }

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

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

  table tbody tr th {
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #333;
    padding: 16px 0;
    font-weight: bold;
    width: 100px;
  }

  table tbody tr td {
    padding: 20px 16px;
    font-size: 14px;
  }

  /***********************
    よくある質問
  ***********************/
  .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;
    width: calc(100% - 30px);
    font-size: 12px;
  }

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

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

  /***********************
    アイコンの回転
  ***********************/
  .rotate-back {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.5s;
  }

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

  /***********************
    「メルマガを受け取る」チェックボックス
  ***********************/
  label.checkbox {
    max-width: 616px;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
  }

  input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }

  .checkbox-input {
    display: none;
  }

  .checkbox-parts {
    max-width: 450px;
    width: 100%;
    padding: 0px 0 8px 40px;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    display: block;
  }

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

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

  /***********************
    「メルマガを受け取る」ボタン
  ***********************/
  .receive-mailmag p {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 0;
    line-height: 20px;
  }

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

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

  /***********************
    広告番号
  ***********************/
  .ad-number {
    background: #fff;
  }

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

  /***********************
    コピーライト
  ***********************/
  #copyright p {
    text-align: center;
    font-size: 14px;
  }

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

  /***********************
    wrapper
  ***********************/
  .wrapper {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    word-break: break-word;
  }

  .wrapper p {
    display: block;
    text-align: left;
    margin-bottom: 16px;
    font-size: 12px;
  }

  /***********************
  　contact-btn
  ***********************/
  .contact-btn-wrap h6 {
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 14px;
  }

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

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

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

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



}