@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul, ol {
  padding-left: 0;
  position: relative;
}
ul li, ol li {
  list-style: none;
  position: relative;
}
.mgt30 { margin-top: 30px; }
.mgt40 { margin-top: 40px; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;

}

.mv {
  background: url(../img/mv_bg.jpg) top center no-repeat;
  text-align: center;
  position: relative;
  padding-bottom: 170px;
}
.mv .logo_40th{
  position: absolute;
  top: 25px;
  right: 25px;  
}
.mv .ttl{
  padding-top: 50px;
}
.mv .lead{
  margin-top: 20px;
}
.mv .mv-present{
  margin-top: 12px;
}
.mv .term{
  margin-top: 12px;
}
.mv .prize-wrap{
  margin: 30px auto 0;
  max-width: 870px;
}
.mv .prize-ttl{
  padding-bottom: 30px;
}
.mv .prize-flex{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.mv .prize-flex .prize{
  width: 49.5%;
}
.mv .prize div{
  
}
.mv .prize-chance div{
  
}


@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/mv_sp_bg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 15vw;
  }
  .mv .logo_40th{
    width: 16.6%;
    top: 5vw;
    right: 5vw;  
  }
  .mv .ttl {
    padding-top: 8vw;
  }
  .mv .lead {
    width: 80%;
    margin: 2vw auto 0;
  }
  .mv .mv-present {
    margin-top: 3vw;
  }
  .mv .term {
    margin-top: 1vw;
  }
  .mv .prize-wrap {
    margin: 4vw 0 0;
  }
  .mv .prize-ttl{
    padding-bottom: 4vw;
  }
  .mv .prize-flex {
    display: block;
    margin-top: 0;
  }
  .mv .prize-flex .prize{
    width: auto;
  }
  .mv .prize-wrap .prize {
    margin-bottom: 3vw;
  }
}

.main-cont{
  position: relative;
  z-index: 100;
  background:#fff;
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 95%;
  }
}

.section .bdrColumn{
  border: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.section .bdrColumn .btn-txt{
  width: 50%;
}
.section .bdrColumn .btn-wrap {
  min-width: 350px;
  position: relative;
}
.section .btn-wrap a {
  display: block;
  color: #fff;
  padding: 15px;
  margin: 10px 0 0;
  background: #c00 url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  text-decoration: none;
  position: relative;
}
.section .btn-wrap a:hover {
  text-decoration: underline;
}
.section .bdrColumn .btn-wrap a.iconDown{
  border: 1px solid #dedede;
  color: #333;
  background: #eee url(/commonY15/img/icon_anchor_red_01.png) 95% center no-repeat;
}
.section .btn-wrap.entry {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .section .bdrColumn{
    display: block;
  }
  .section .bdrColumn .btn-txt{
    width: 100%;
  }
  .section .bdrColumn .btn-wrap {
    min-width: auto;
  }
  .section .bdrColumn .btn-wrap a {
    margin: 0 auto 10px;
    width: 100%;
  }
  .section .btn-wrap.entry {
    width: 100%!important;
  }
  .section .btn-wrap.entry a{
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ttlLv1 .heading{
    font-size: 1.3rem!important;
  }
}

.new_accordion .head {
  padding: 6px 6px 6px 9px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.new_accordion .head h2{
  font-size: 1rem;
  margin: 0;
}
.new_accordion .head .js_accordion_btn,
.new_accordion .head .js_accordion_btn.opened {
  border: none;
  line-height: 1;
  background-color: #fff;
  background-image: url(../img/icon_open.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
}
.new_accordion .head .js_accordion_btn.closed {
  background-image: url(../img/icon_close.png);
}
.new_accordion .content{
  display: none;
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 10px 17px;
}

.new_accordion .content .ttlLv2 {
  padding: 30px 0 8px;
  border-bottom: 2px solid #e5e5e5;
}
.new_accordion .content .stepLabel {
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 22px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-right: 30px;
  margin-top: 7px;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}
.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-width: 24px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
  border-width: 30px 0 0 20px;
}
.ttlLv2 .heading {
  display: inline-block;
  border-left: 0px !important;
  padding-left: 0px !important;
  margin: 0;
  vertical-align: middle;
  font-size: 2rem;
}
.stepbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.stepbox .col{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .ttlLv2 .heading {
    font-size: 16px!important;
  }
}

.box_typeB{
  margin-top:50px;
}
.box_typeB .heading {
  background: #666;
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.box_typeB .inr {
  padding: 20px 20px 30px;
  border: 1px solid #d0d0d0;
}
.box_typeB .flexbox{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.box_typeB .box_in{
  width: 31%;
  font-size: 16px;
  font-weight: bold;
}
.box_typeB .heading2{
  font-size: 20px;
  color: #cc0000;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .box_typeB .heading {
    font-size: 1rem;
  }
  .box_typeB .flexbox{
    display: block;
  }
  .box_typeB .box_in{
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5vw;
  }
  .box_typeB .box_in .imgbox{
    width: 48%;
  }
  .box_typeB .box_in p{
    width: 49%;
    font-size: 0.875rem;
    margin: 0;
  }
  
}


.bnr{
  padding: 3rem 0;
}
.bnr .bnr_lead{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.bnr div{
  margin-bottom: 1rem;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}
.txtLink.iconAnchor {
  padding-left: 17px;
  background: url(/commonY15/img/icon_anchor_red_01.png) 0 6px no-repeat;
}
.txtLink.iconArrow {
  padding-left: 10px;
  background: url(/commonY15/img/icon_arrow_right_red_01.png) 0 6px no-repeat;
}

.priList {
  margin-top: 0;
}
.priList div{
  display: -webkit-box;
  display: flex;
}
.priList dt, .priList dd {
  margin: 0;
}
.priList dt{
  width: 2.5em;
  white-space: nowrap;
}



.foot{
  position: relative;
  z-index: 100;
  background:#000;
  color: #fff;
  margin: 0;
  padding: 0;
}
.foot p{
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4814814815vh;
}



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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}









