
body {font-family:"tbudrgothic-std","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3e3a39;}
  /* Helvetica, Arial, */
p{
  font-size: 22px;
  line-height: 38px;
}
img{
  max-width: 100%;
}
h1{
  font-weight: 900;
}
h3{
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
}
.mgb-0{
  margin-bottom: 0;
}
.kv-container{
  background-image: url(/fukushoku_sugoroku/assets/img/kv.jpg);
  height: 768px;
  background-position: center center;
}

.main-sec{
  margin-top: 90px;
}

.main-head{
  font-size: 42px;
  line-height: 56px;
  font-weight: 900;
}
.main-color{
  color: #22ac38;
}
.cstm-container-m{
  max-width: 690px;
  margin: 0 auto;
}
.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desc-subttl{
  font-weight: 900;
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 0;
}
.desc-ttl{
  font-size: 50px;
  margin-bottom: 5px;

}
.desc-imgbox {
  width: 240px;
}
.desc-imgbox img{
  margin-top: 3px;
}
.desc-textbox {
  margin-left: 40px;
  width: calc(100% - 100px);
}
.desc-text{
  font-size: 23px;
  line-height: 36px;
}
.desc-box{
  margin-bottom: 50px;
}
/* .desc-box:last-child{
  margin-bottom: 0;
} */
.rule{
  position: relative;
  padding: 40px 0;
}
.rule::before{
  content: "";
  background-image: url(/fukushoku_sugoroku/assets/img/dot.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-size: contain;


}
.rule::after{
  content: "";
  background-image: url(/fukushoku_sugoroku/assets/img/dot.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-size: contain;
}
.rule-list{

}
.sub-colorbox{
  background-color: #d71a74;
}
.dl-box{
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dl-btn{
  width: 300px;
  height: 70px;
  text-align: center;
  border-radius: 40px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 10px;
  
}
.dl-btn:hover{
  background-color: #fff;
  border: 1px solid #d71a74;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}

.dl-btn:hover a.dl-link{
  color: #d71a74;
  text-decoration: none;

}
.dl-link{
  color: white;
  display: block;
  /* line-height: 70px; */
  font-size: 19px;
  font-weight: 900;
  line-height: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dl-item{
  width: calc(50% - 17.5px);
  text-align: center;
  margin-top: 50px;
}
/* 奇数 */
.dl-item:nth-child(odd){
  margin-right: 17.5px;

}
/* 偶数 */
.dl-item:nth-child(even){ 
  margin-left:17.5px;
}
footer{
  margin-top: 200px;
  position: relative;
  background-image: url(/fukushoku_sugoroku/assets/img/footer-bg.png);
  height: 390px;
}
.footer-img{
  position: relative;
  width: 100%;
}
.footer-img-text {
  width: 100%;
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background-color: transparent;
}
.footer-img::after{
  /* content: "";
  background-image: url(/assets/img/daen.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  width: 300px;
  height: 300px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); */
}
.copyright{
  color: #cc3366;
  font-size: 12px;
}
.footer-bg {
  position: absolute;
  top: -170px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.copyright-box{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.sp-only{
  display: none;
}

@media screen and (max-width: 767px) {
p{
  font-size: 15px;
  line-height: 28px;
}
h1{
  font-size: 30px;
  line-height: 45px;
}
h3{
  font-size: 25px;
  line-height: 36px;
}
.main-sec {
  margin-top: 45px;
}

  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  .sp-text-left{
    text-align: left;
  }
  .kv-container{
    
  background-image: url(/fukushoku_sugoroku/assets/img/sp/kv.png);
  height: 100vh;
  background-position: center center;
  background-size: cover;
  }
  
.dl-item{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
/* 奇数 */
.dl-item:nth-child(odd){
  margin-right: 0;

}
/* 偶数 */
.dl-item:nth-child(even){ 
  margin-left: 0;
}

.dl-item:first-child{
  margin-top: 0;
}
.main-head {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
}
.desc-subttl{
  font-weight: 900;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}
.desc-ttl{
  font-size: 25px;
  margin-bottom: 5px;

}
.desc-imgbox {
  width: 120px;
}
.desc-imgbox img{
  margin-top: 3px;
}
.desc-textbox {
  margin-left: 20px;
  width: calc(100% - 140px);
}
.desc-text{
  font-size: 13px;
  line-height: 20px;
}
.desc-box{
  margin-bottom: 25px;
}
.rule-list{
  padding-left: 25px;
}

.dl-btn{
  width: 150px;
  height: 45px;
  border-radius: 20px;
  margin-top: 20px;
}

.dl-link{
  color: white;
  display: block;
  line-height: 16px;
  font-size: 12px;
  font-weight: 900;
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-img-text img.sp-only{
  max-width: 264px;
  margin: 0 auto;
}
.footer-img-text{
  top: -80px;
}
.footer-bg{
  top: -100px;
}
footer {
  margin-top: 140px;
  position: relative;
  background-image: url(/fukushoku_sugoroku/assets/img/footer-bg.png);
  height: 250px;
}
.dl1{
  width: 335px;}

.dl2{
  width: 335px;  
}

.dl3{
  width: 258px;  
}

.dl4{
  width: 258px;  
}
.dl-box{
  -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
  
  padding-right: 25px;
  padding-left: 25px;
}
.rule {
  padding: 25px 0;
}
.arrw{
  width: 18px;
}
.copyright-box {
  bottom: 0;
  width: 100%;
}
}
