@charset "utf-8";
/* ==== css reset =====*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
  font-size: 14px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==== /css reset =====*/

/* ==== common =====*/
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'Osaka', sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  line-height: 1.6;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* CSS Document */
.rc-h-logo.try {
    @media screen and (min-width: 768px){
      padding: 10px 0;
    }
}

.rc-h-standard{
    @media screen and (max-width: 767px){
    display: none;
  }
}

.error-message {
  margin: 10px 5px;
  padding: 20px;
  background-color: #ffe8e8;
  color: #cc0000;
}

.no-sp{
      @media screen and (max-width: 767px){
          display: none;
      }
}

.no-pc{
      @media screen and (min-width: 768px){
          display: none;
  }
}

/* ==================
  contents
=================== */
.text-note {
  font-size: 14px;
  color: #1c1c1c;
    @media screen and (min-width: 768px){
      font-size: 16px;
    }
}
.text-left {
  text-align: left;
}
.text-link {
  color: #0062BE;
}
.text-emphasis {
  color: #bf0000;
}
.text-emphasis2 {
  color: #0099e6;
}
.text-emphasis3 {
  color: #ff008c;
}
.text-bold{
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.font-small {
  font-size: 16px;
}
.font-Xsmall {
  font-size: 18px;
}
.font-medium {
  font-size: 20px;
}
.font-large {
  font-size: 24px;
}
.font-Xlarge {
  font-size: 32px;
}
.font-bold {
  font-weight: bold;
}

/* ==== header =====*/

.header {
  padding: 10px;
  border-bottom: 2px solid #bf0000;
  @media screen and (min-width: 768px){
    display: none;
  }
}
.header .rc-h-logo {
  float: left;
}

.header .rc-h-logo img {
  width: 60%;
      @media screen and (min-width: 768px){
      width: 100%;
      padding: 8px;
    }
}

/* ==== main =====*/

.main-img {
  @media screen and (min-width: 768px){
  text-align: center;
  padding: 40px 0 30px;
  background-image: url(../../../assets/img/dream_mobile_charge2602/bg_main_pc.png);
  background-size: cover;
  background-position: 50% 0%;
  }

}

.main-sp{
  @media screen and (max-width: 767px){
  width: 100%;
  }
}

.main-term {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
    @media screen and (min-width: 768px){
      font-size: 24px;
      padding: 10px 0;
      text-align: center;
    }
}

/* ==== entry =====*/
.entry {
  padding: 20px;
    @media screen and (min-width: 768px){
      max-width: 542px;
      margin: 0 auto;
    }
}

.entry-alignment {
  margin: 40px -10px 0;
  padding: 0 10px 5px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.entry-image {
  padding: 0 15px;
  margin-top: -20px;
      @media screen and (min-width: 768px){
        padding: 0;
        margin-top: -20px;
      }
}

/* ==== mobile =====*/
.mobile {
  padding: 20px;
  background-color: #FF008C;
  color: #ffffff;
}

.mobile-inner{
    @media screen and (min-width: 768px){
      max-width: 680px;
      margin: 0 auto;
    }
}

.mobile-note {
  font-size: 13px;
}
.mobile-note:first-of-type {
  margin-top: 8px;
}

/* ==== charge =====*/
.charge {
  padding: 20px;
  background-color: #fffde9;
}

.charge-inner{
    @media screen and (min-width: 768px){
      max-width: 428px;
      margin: 0 auto;
    }  
}

.charge-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: 1em;
      @media screen and (min-width: 768px){
        font-size: 40px;
      }
}
.charge-note {
  margin-top: 16px;
}

/* ==== registration =====*/
.registration {
  padding: 20px;
  text-align: center;
  color: #2E2E2E;
     @media screen and (min-width: 768px){
        padding: 30px 0 40px;
    }
}
.registration-heading {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #FFE68C 40%);
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
     @media screen and (min-width: 768px){
      font-size: 40px;
    }
}
.registration-lead {
  position: relative;
  margin: 10px 0;
  font-size: 20px;
       @media screen and (min-width: 768px){
      font-size: 24px;
    }
}
.registration-lead::before,
.registration-lead::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../../../assets/img/dream_mobile_charge2602/icon_line.png);
  background-size: contain;
  background-position: center 100%;
}
.registration-lead::after {
  transform: scale(-1, 1);
}
.registration-inner {
  display: flex;
  justify-content: center;
}

.registration-icon {
  width: 106px;
  margin: 0 auto;
       @media screen and (min-width: 768px){
        width: 100%;
       }
}

/* ==== howto =====*/
.howto {
  background-color: #1b1b1b;
  padding: 20px 10px;
  color: #151515;
  text-align: center;
}
.howto-heading {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1em;
       @media screen and (min-width: 768px){
        font-size: 40px;
        margin-bottom: 50px;
       }
}
.howto-step {
  position: relative;
  margin: 0 auto 60px;
  padding: 20px 10px;
  background-color: #ffffff;
  border-radius: 3px;
         @media screen and (min-width: 768px){
          width: 752px;
          margin: 0 auto 110px;
          padding: 40px 100px;
          border-radius: 4px;
          box-sizing: border-box;
         }
}
.howto-step:last-child {
  margin-bottom: 0;
}
.howto-step:not(:last-child):after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  bottom: -50px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 16px solid #ffffff;
}

.howto-stepTitle {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
   @media screen and (min-width: 768px){
    margin-top: 30px;
    font-size: 26px;
    line-height: 1.2;
   }
}

.howto-stepIcon{
  width: 103px;
  margin: 0 auto;
   @media screen and (min-width: 768px){
    width: 145px;
    }
}

.howto-stepInner {
  position: relative;
  box-sizing: border-box;
  margin: 20px 10px;
  background-color: #FFFDE9;
}

.howto-stepFlex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.howto-stepFlex.step3 li:last-child {
  margin-left: 10px;
}
.howto-stepFlex.step4 {
  justify-content: center;
}

.howto-stepBanner{
     @media screen and (min-width: 768px){
      display: block;
      margin-top: 30px;
     }
}

/* ==== button =====*/

/* .button-entry {
  display: block;
  padding: 0.5em 0;
  margin: 0.5em auto 0.3em;
  text-align: center;
  border-radius: 10em;
  text-decoration: none;
  font-size: 28px;
  color: #ffffff;
  background-color: #bf0000;
  cursor: pointer;
} */

.button-alignment {
  position: relative;
  display: block;
  padding: 1rem 0;
  margin: 0.5em auto;
  border-radius: 10em;
  text-decoration: none;
  font-size: 24px;
  color: #ffffff;
  background-color: #DF5101;
  cursor: pointer;
      @media screen and (min-width: 768px){
            width: 472px;
      }
}

.button-mobile {
  display: block;
  padding: 0.5em 0;
  margin: 0.5em auto;
  text-align: center;
  border-radius: 10em;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff008c;
  line-height: 1.2;
  cursor: pointer;
  background-image: url(../../../assets/img/dream_mobile_charge2602/icon_window.png);
  background-repeat: no-repeat;
  background-size: 29px 19px;
  background-position: 95% 50%;
     @media screen and (min-width: 768px){
    width: 472px;
    font-size: 26px;
    line-height: 1.2;
    background-size: 43.5px 27px;
    background-position: 95% 50%;
     }
}

.button-mobile:hover,.button-mobile:focus{
  color: #ffffff;
}

.button-mobile.white {
  margin: 30px auto 15px;
  border: 1px solid #ff008c;
  text-decoration: none;
  color: #ff008c;
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.1);
     @media screen and (min-width: 768px){
    line-height: 1;
     }
}

.button-mobile.line {
  line-height: 2.4;
  font-size: 22px;
}

.button-keiba,
.button-kerin {
  position: relative;
  display: block;
  padding: 0.5em 0;
  width: 40vw;
  margin: 0 10px 0.5em;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
      @media screen and (min-width: 768px){
        width: 240px;
        font-size: 24px;
      }
}

.button-keiba:hover,.button-keiba:focus,
.button-kerin:hover,.button-kerin:focus{
  color: #ffffff;
}

.button-keiba {
  background-color: #bf0000;
}
.button-kerin {
  background-color: #0099e6;
}
.button-kerin.line {
  line-height: 2.4;
}
.button-keiba.has-next,
.button-kerin.has-next {
  margin-bottom: 38px;
}
.button-keiba.has-next:after,
.button-kerin.has-next:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  bottom: -35px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 8px solid transparent;

}
.button-keiba.has-next:after {
  border-top: 12px solid #bf0000;
}
.button-kerin.has-next:after {
  border-top: 12px solid #0099e6;
}

/* ==== benefit =====*/
.benefit {
  position: relative;
  padding: 70px 0 21px;
  background-color: #bf0000;
  color: #ffffff;
}

.benefit-inner{
      @media screen and (min-width: 768px){
        max-width: 697px;
        margin: 0 auto;
      } 
}

.benefit::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  background-color: #1b1b1b;
  width: 100%;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.benefit-note {
  margin-top: 14px;
  margin-left: 10px;
  color: #ffffff;
      @media screen and (min-width: 768px){
            margin: 20px auto 0;
            width: 550px;
            text-align: left;
      }
}

/* ==== summaryTt=====*/
.summary {
  margin: 20px 5px 5px;
      @media screen and (min-width: 768px){
        max-width: 950px;
        margin: 0 auto;
      }
}

.summary-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: 1em;
      @media screen and (min-width: 768px){
        font-size: 30px;
        margin: 1em 0;
      }
}

@media screen and (max-width: 767px) {
  .summary-contents {
    width: 100%;
  }

  .summary-title,
  .summary-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
    background: #ffffff;
  }

  .summary-contents tr:first-child th,
  .summary-contents tr:first-child th.open {
    border-top: 1px solid #cccccc;
  }

  .summary-title {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    text-align: left;
    background-image: url(../../../assets/img/dream_mobile_charge2602/icon_down_01.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    background-color: #f4f3f1;
  }

  .summary-title.open {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background-image: url(../../../assets/img/dream_mobile_charge2602/icon_up_01.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    background-color: #f4f3f1;
  }

  .summary-text {
    /*  display: none; */
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #cccccc;
    border-top: none;
  }
}


@media screen and (min-width: 768px) {
  .summary-contents {
    border-collapse: separate;
    border-spacing: 2px;
  }

  .summary-title {
    white-space: nowrap;
    padding: 10px 5px;
    text-align: left;
    background-color: #ebebeb;
  }

  .summary-text {
    padding: 10px 5px;
    text-align: left;
    border: 1px solid #ebebeb;
  }
}




/* ==== banner =====*/

.banner{
  margin: 20px 5px;
  @media screen and (min-width: 768px){
    margin: 40px auto;
    max-width: 950px;
  }
}


/* ==== Footer=====*/
.footer {
  padding: 15px 8px;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.footer_title{
    padding: 0 12px 4px;
    font-weight: 600;
}
.footer_list {
  display:flex;
  flex-wrap: wrap;
}

.footer_link {
  display: inline-block;
  padding: 4px 12px;
  color: #4D4D4D;
  text-decoration: none;
}

.footer_copyright {
  display: inline-block;
  padding: 4px 12px;
  font-size: 10px;
}



