@charset "utf-8";
/* CSS Document */

/*------------------------------------base*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  line-height: 1.2;
  background-color: #fff;
}

area{
  border:none;
  outline:none;
}
area:hover {
  cursor:pointer;
}

h2 img {
  width: 50%;
  margin: 5% 0;
}

.bgwhite {
  width: 90%;
  margin: 0 auto;
}

.bgred {
  width: 90%;
  background-color: #d5264a;
  margin: 0 auto;
}

.bgblack {
  width: 90%;
  background-color: #333;
  margin: 0 auto;
  padding: 8% 0 2%;
}

.topBack {
  position: absolute;
  bottom: 12%;
  right: 5%;
  width: 10%;
}

.topBack img {
  width:100%;
}

/*------------------------------------top*/
#headWrap {
  text-align: center;
}

#headWrap .inner.main_visual {
  min-width: 1200px;
  text-align: left;
}
#headWrap .inner {
  position: relative;
}

#logo img {
  position: absolute;
  left: 1%;
  top: 0.5%;
  width:12%;
}

#heaederSns {
  position: absolute;
  width:39%;
  top: 1%;
  right: 1%;
}
#heaederSns ul {
  display:flex;
}
#heaederSns ul li:nth-child(1) {
  width: 12%;
  margin-right:2%;
}
#heaederSns ul li:nth-child(2) {
  width: 12%;
  margin-right:3%;
}
#heaederSns ul li:nth-child(3) {
  width: 76%;
}


#heaederSns .fbBtn {
  width: 85%;
}

#heaederSns .twBtn {
  width: 90%;
  margin-top: 8%;
}

#heaederSns .logo02 {
  width:100%;
  padding-top: 2%;
}

#heaederSns li {
  display: inline-block;
}

#gNav {
  width: 100%;
}

#gNav img {
  width: 100%;
}


.image_area {
  text-align: center;
}

.image_area img {
  width: 100%;
}
/* キャンペーンについて
================================================== */
/* #about {
  text-align: center;
  padding: 5% 0;
  background: url(../images/about_bg01.png) no-repeat, url(../images/about_bg02.png) no-repeat;
  background-position: left -120px bottom 20px, right -100px bottom -80px;
  background-size: contain;
} */

#about {
  text-align: center;
  padding: 6% 0;
  background: url(../images/about_bg01.png) no-repeat, url(../images/about_bg02.png) no-repeat;
  background-position: left -12% bottom 75%, right -3% bottom 50%;
  background-size: 18% auto, 16% auto;
}

#about img {
  max-width: 85%;
}

#about .entry_btn_area2 img {
  width: 60%;
}

.about02-img {
  max-width:90%!important;
  margin-top:5%;
}

/* 賞品
================================================== */
#prize {
  text-align: center;
  background-color: #d5264a;
}

#prize img {
  max-width: 100%;
}

.prizeContents img {
  margin-bottom: 3%;
}

.fadein {
  transition: 1s;
}

.tcenter {
  text-align: center;
}

/* メンバー
================================================== */
#member {
  text-align: center;
  background-color: #333;
}
#member img {
  width: 100%;
}

#member .apat_block_outer {
  position:relative;
  padding: 3px;
  background: #fff;
}
#member .apat_block_inner {
  background:#fff;
  border: 1px solid #000;
  padding: 8% 3% 1%;
  background: #fff;
}

#member .mobile-scroll {
  width: 100%;
  overflow-x: scroll;
  margin: 0 0 2%;
}
#member .scroll_text {
  width: 200%;
  padding: 3%;
  margin: 5% 0 4%;
  border: 1px dashed #ccc;
  background: #f3f3f3;
  font-size: 10px;
  text-align: left;
}
#member .scroll_text img {
  width: 28%;
  vertical-align: baseline;
}

#member .apat_sched01, #member .apat_sched02 {
  width: 200%;
}

#member .apat_tt {
  position: absolute;
  top: -1.25%;
  right: 25%;
  width: 50%;
}
#member .apat_tt00 {
  margin: 8% auto 6%;
  width: 80%;
}
#member .apat_tt01 {
  margin: 0 auto;
  width: 90%;
}
#member .apat_tt02 {
  margin: 8% auto 0;
  width: 68%;
}
#member .apat_sched02_supp {
  margin-bottom: 10%;
  padding-right: 20%;
}
#member .sokupat {
  width: calc(100% + 12.5%);
  margin: 0 -6.25%;
}

#member .sokupat_info {
  padding: 2% 5% 4%;
}


/* 応募方法・エントリー
================================================== */
/* #entry_bg {
  background: url(../images/entry_bg01.png) no-repeat, url(../images/entry_bg02.png) no-repeat, url(../images/qa_bg01.png) no-repeat, url(../images/qa_bg02.png) no-repeat, url(../images/qa_bg03.png) no-repeat;
  background-position: left -100px top 240px, right -80px top 680px,left -80px top 1200px, right -80px bottom 720px, left 0px bottom 20px;
  background-size: 23% auto, 22% auto, 20% auto, 19% auto, 16% auto;
} */

#entry {
  text-align: center;
  padding-top: 2%;
}

#entry .entryContents {
  margin: 0px auto;
  padding: 2% 0;
}
#entry .entryContents img {
  width:100%;
}

/* エントリー手順
================================================== */
#process {
  margin: 0 auto;
  position: relative;
  margin: 8% 0;
}

.entry_btn_area2 {
  text-align: center;
  margin-bottom: 7%;
}

/* アコーディオンパネル */
.s_02 .accordion_one {
  max-width: 90%;
  margin: 0px auto 8px;
  background: #fff;
}
.s_02 .accordion_one .accordion_header {
  position: relative;
  width:100%;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.1s;
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 4% 4% 0px;
  border-left: 3px solid #e60013;
  border-right: 3px solid #e60013;
  border-bottom: 3px solid #e60013;
  box-sizing: border-box;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 3px solid #e60013;
  border-right: 3px solid #e60013;
  border-bottom: 3px solid #e60013;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 3px solid #e60013;
  border-right: 3px solid #e60013;
  border-bottom: 3px solid #e60013;
}

.step_block {
  margin:2% 0 4%;
}
.box_text {
  display:flex;
  width:  100%;
}
.box_image {
  width: 95%;
  margin: 4% auto 6%;
}

.box_text .step_img {
  margin-top: 1px;
  width: 20px;
  height: 20px;
}

.box_text .step_text {
  padding-left: 0.5rem;
}
.step_text h3 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.step_text .link_txt {
  font-size:16px;
}
.step_text .mb-link {
  margin-top: 1rem;
  line-height: 1.25;
}

.box_image img {
  width:100%;
}

.link_txt a,
.link_txt span {
  color: #4a97e1;
}

@media screen and (max-width:480px) { 
  .step_text h3 {
    padding-bottom: 3%;
    font-size: 14px;
    font-weight: bold;
  }
  .step_text .link_txt {
    font-size: 12px;
  }
  .step_text .mb-link {
    margin-top: 3%;
    line-height: 1.25;
    font-size: 12px;
  }
}
/* Club JRA-net
================================================== */
/* #qa_bg {
  background: url(../images/qa_bg01.png) no-repeat, url(../images/qa_bg02.png) no-repeat, url(../images/qa_bg03.png) no-repeat;
  background-position: left -80px top 80px, right -160px bottom 780px, left 0px bottom 0px;
  background-size: 20% auto, 18% auto, 16% auto;
} */

#club .bgwhite {
  width: 90%;
  text-align:center;
}

#club .entry_btn_area2 {
  text-align: center;
  margin: 6% 0 8%;
}
#club .entry_btn_area2 img {
  width: 85%;
}

#club .entryContents img {
  max-width:100%;
}

/* Q&A
================================================== */
#qa {
  padding-top: 2%;
}
#qa h2 {
  text-align: center;
}

#qa .questionContents {
  margin: 16px auto 0;
  background: #fff;
}
#qa dl {
  padding-bottom: 6%;
}

#qa dt {
  display: flex;
}

#qa .q_icon {
  width: 8%;
}
#qa .q_icon img {
  width: 80%;
}
#qa .q_text {
  width: 92%;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #e71f19;
  padding-right: 7.5%;
  padding-bottom: 0.25rem;
  background: url(../images/faq-under.png) 100% 0px no-repeat;
  background-size: 6% auto;
}

#qa dd {
  display: flex;
  margin-top: 1.25rem;
}
#qa .a_icon {
  width: 8%;
}
#qa .a_icon img {
  width: 80%;
}
#qa .a_text {
  width: 92%;
  margin-top: 0.25rem;
  line-height:1.5;
}
#qa .a_text .indent {
  padding-left: 8.5%;
  text-indent: -2.65em;
}

#qa dd p {
  margin-bottom: 3%;
  font-weight:bolder;
}
#qa dd span {
  font-weight:bolder;
}
#qa dd a {
  font-size: 15px;
  color: #4a97e1;
}
.mailFlow {
  width:100%;
}

@media screen and (max-width:480px) { 
  #qa .q_text, #qa .a_text {
    font-size: 12px;
    line-height: 1.75;
  }
  #qa .a_text .indent {
    padding-left: 10.5%;
    text-indent: -2.65em;
  }
  #qa dd a {
    font-size: 12px;
  }
}

/* footer
================================================== */
.footerContents {
  margin-top: 6%;
}

.footerContents img {
  width:60%;
}
.footerContents .entryTime {
  margin-top:20px;
  width:100%;
}

#footerCopy {
  color: #fff;
  font-family: Helvetica;
  padding-top: 20px;
}

.footerLogo {
  text-align: center;
}

.footerLogo img {
  width: 16%;
}

#footerCopy .footerCopyright {
  color: #000;
  text-align: center;
  margin: 3% 0 2%;
  font-size: 10px;
}
a:hover {
  cursor:pointer;
  opacity: 0.7;
}

@media screen and (max-width:380px) { 
  #footerCopy .footerCopyright {
    font-size: 8px;
  }
}

/* modal
================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

/* .bigimg {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align:center;
} */
.bigimg {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
}

.bigimg img {
  width:100%;
}

.close-btn {
  position: absolute;
  right: 1%;
  top: 1%;
  width: 12%;
  height: 12%;
}
.close-btn:hover {
  cursor:pointer;
}
