@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }

/* 共通
--------------------------------------*/
#palclosetPlan{
  max-width: 1060px;
  width: 100%;
  margin: auto;
}

#contentBox{
  margin-top: 50px;
}
#mainArea{
  max-width: 1060px;
  width: 100%;
  margin: auto;
}
#mainArea img.pcNone{
  display: none;
}
#mainArea img.spNone{
  display: block;
}
.brandList p{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  max-width: 681px;
  width: 100%;
  margin: auto;
  background: url(http://www.palcloset.jp/shared/pc_pal/free_page/fukubukuro/images/start/ribbon.jpg) no-repeat;
  height: 61px;
  color: #fff;
  line-height: 61px;
  letter-spacing: 0px;
  background-size: contain;
}
.brandList ul{
  max-width: 960px;
  width: 100%;
  margin: 25px auto;
  overflow: hidden;
}
.brandList ul li{
  float: left;
  width: -webkit-calc(100%/4);
  width: calc(100%/4);
  margin-bottom: 15px;
}
.brandList ul li a{
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  }
#victory{
  max-width: 560px;
  width: 100%;
  margin: 40px auto 0; 
  text-align: center;
}
#victory p.title{
  font-size: 26px;
  font-weight: bold;
  display: table;
  vertical-align: middle;
  height: 77px;
  line-height: 77px;
  margin: 0 auto 15px;

}
#victory p.title img,#victory p.title span{
  display: table-cell;
  vertical-align: middle;
}
#victory p.title span{
  padding-left: 12px;
  }
#victory p.midashi{
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
#victory p.midashi span.red{
  color: #df3830;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
#victory p.midashi span.red span{
  border-bottom: double 4px #df3830;
  display: inline-block;
  }
#victory a{
  max-width: 480px;
  width: 100%;
  font-size: 22px;
  background: #df3830;
  line-height: 2.5;
  color: #fff;
  border-radius: 5px;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#victory p.mail{
  text-align: center;
  margin-top: 25px;
  line-height: 1.5;
  font-size: 16px;
}
#attention{
  margin: 80px auto 50px;
  max-width: 746px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #df3830;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
}
#attention p.title{
  font-size: 26px;
  color: #df3830;
  background: #fff;
  display: inline-block;
  margin: auto;
  position: relative;
  top: -40px;
  padding: 0 2px;
  font-weight: bold;
}
#attention ul{
  text-align: left;
  line-height: 1.5 ;
  margin-top: -15px;
  font-size: 16px;
  list-style-type: disc !important;
}
#attention ul li{
  margin-bottom: 5px;
  margin-left: 25px;
}

span.detailBtn{
  display: block;
  width: 95%;
  height: 30px;
  background: #e9b126;
  margin: auto;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
span.fukuTitle{
  display: inline-block;
  padding: 0 5px;
  height: 40px;
  font-size: 12px;
}
/*------終了時-------*/
p.end{
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  margin: 50px auto 50px;
  padding: 10px;
  max-width: 1060px;
  color: #333;
  width: 80%;
}
ul.endBtn{
  display: table;
  table-layout: fixed;
  width: -webkit-calc(80% + 30px);
  width: calc(80% + 30px);
  margin: auto;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 15px 0;  /* 左右 上下で記述 */
  margin-bottom: 50px;
}

ul.endBtn li{
  display: table-cell;
  
} 
ul.endBtn li a{
  display: block;
  text-align: center;
  text-decoration: none;
  background: #333;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  }
@media screen and (max-width: 560px){
  #contentBox{
    margin-top: 25px;
  }
  .brandList p{
    width: 300px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .brandList ul{
    margin: 10px auto;
  }
  .brandList ul li{
  width: -webkit-calc(100%/3);
  width: calc(100%/3);

  }
  #victory{
    width: 95%;
    margin: auto;
  }
  #victory p.title{
  font-size: 16px;
  font-weight: bold;
  display: table;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin: 25px auto 10px;
  }
  #victory p.title img{
  width: 50px;
  height: 50px;
  line-height: 50px;
  
  }
  #victory p.midashi{
  font-size: 14px;
  width: 100%;
  margin: auto;
  
  }
  #victory p.midashi span.red{
  color: #df3830;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  }
  #victory p.midashi span.red span{
  border-bottom: double 4px #df3830;
  display: inline-block;
  }
  #victory a{
  width: 100%;
  font-size: 16px;
  margin: 15px auto 0;
  
  }
  #victory p.mail{
  font-size: 14px;
  width: 100%;
  margin: 20px auto 0; 
  }

  #attention{
  margin: 45px auto 50px;
  width: 95%;
  padding: 15px 10px;
  text-align: center;
  }
  #attention p.title{
    font-size: 16px;
    top: -25px;
  }
  #attention ul{
    text-align: left;
    line-height: 1.5 ;
    margin-top: -10px;
    font-size: 14px;
  }
  #attention ul li{
    margin-left: 15px;
  }
  #mainArea img.pcNone{
    display: block;
  }
  #mainArea img.spNone{
    display: none;
    
  }
  .brandList ul li a{
   font-size: 10px;
  }
  span.fukuTitle{
    height: 50px;
    font-size: 10px;
  }
/*------終了時-------*/
p.end{
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 30px auto 30px;
  padding: 10px;
  max-width: 960px;
  color: #333;
  width: 95%;
}
ul.endBtn{
  width: -webkit-calc(95%);
  width: calc(95%);
  margin: auto;
  margin-bottom: 30px;
  display:block;
}

ul.endBtn li{
  margin-bottom: 10px;
  display:block;
  
} 
ul.endBtn li a{
  display: block;
  text-align: center;
  text-decoration: none;
  background: #333;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  }
}