@charset "UTF-8";

a{
  word-break: break-all;
}

img{
  height: auto;
}

.u-c-0071aa {
  color: #0071aa !important;
}

.u-c-c040c6 {
  color: #c040c6 !important;
}

.u-c-fff600 {
  color: #fff600 !important;
}

.u-c-676767 {
  color: #676767 !important;
}

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

.no-decoration::before{
    content: "";
}

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

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

.header {
  height: 44.39px;
  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%;
  height: 100%;
  padding-bottom: 2px;
      @media screen and (min-width: 768px){
      width: 100%;
      padding: 8px;
    }
}

.title_attention{
    position: relative;
    width: 204px;
    padding: 0 15px;
    margin: 0 auto;
}

.title_attention::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff600;
    border-radius: 3px;
    transform: rotate(-35deg);
}

.title_attention::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff600;
    border-radius: 3px;
    transform: rotate(35deg);
}

.rm-c-next__arrows__wrapper{
    margin: 0 auto;
}

.rm-c-next__arrows01{
    margin-right: 35%;
}

.rm-c-next__arrows02{
    margin-left: 35%;
}









.howto_itemButtons {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  width: 100%;
}

.howto_itemButton {
  width: 49%;
}

.howto_itemButton01 {
  position: relative;
}

.howto_itemButton02{
  position: relative;
}


.bnr_campaign:hover{
  filter: brightness(0.8); 
  cursor : pointer;
}

.button_keiba,
.button_kerin {
  position: relative;
  display: block;
  padding: 0.5em 0.2em;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

.button_keiba {
  background-color: #bf0000;
}

.button_kerin {
  background-color: #00699E;
}

.button_kerin.line {
  line-height: 2.4;
  @media screen and (max-width: 340px) {
    line-height: 1.2;
  }
}

.button_kerin .smallText,
.button_keiba .smallText{
  font-size: 14px;
}

.button_keiba.has_next,
.button_kerin.has_next {
  margin-bottom: 35px;
}
.button_keiba.has_next:after,
.button_kerin.has_next:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  bottom: -30px;
  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 #00699E;
}

@media screen and (min-width: 761px) {


.rm-c-next__arrows01{
    margin-right: 20%;
}

.rm-c-next__arrows02{
    margin-left: 20%;
}


.howto_itemButtons {
  max-width: 489px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.howto_itemButton01 {
  position: relative;
}


.howto_itemButton02{
  position: relative;
}

.button_keiba,
.button_kerin {
  max-width: 236px;
  height: 86px;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0.9em 0;
  margin: 0 6px 0.5em;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
}

.button_keiba {
  background-color: #bf0000;
}

.button_keiba:hover{
  filter: brightness(0.8); 
  cursor : pointer;
}

.button_kerin {
  background-color: #00699E;
}

.button_kerin:hover{
  filter: brightness(0.8); 
  cursor : pointer;
}

.button_kerin.line {
  line-height: 2.4;
}

.button_kerin .smallText,
.button_keiba .smallText{
  font-size: 18px;
}

.button_keiba.has_next,
.button_kerin.has_next {
  position: relative;
  margin-bottom: 50px;
}
.button_keiba.has_next:after,
.button_kerin.has_next:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  bottom: -45px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-radius: 1px;
}
.button_keiba.has_next:after {
  border-top: 16px solid #bf0000;
}
.button_kerin.has_next:after {
  border-top: 16px solid #00699E;
}
}

/* ==== 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;
}