#contents.cate05 h2{
  margin-bottom: 15px;
}



#wrap{
  line-height: 1.5em;
}
.title{
  background: url(../images/funclub_title.png) center no-repeat;
  height: 150px;
  width: 400px;
  margin: 0 auto 25px auto;
  position: relative;
  background-size: 100% auto;
}
.title::before{
  content: '';
  position: absolute;
  background: url(../images/funclub_title_sub.png);
  width: 402px;
  height: 328px;
  display: block;
  z-index: 1;
  left: 750px;
}

.club_wrap{
  background: #FFEBDE;
  width: 400px;
  margin: 0 auto;
  padding-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding-bottom: 50px;
  border-top: 15px solid #01176D;
}
.point_wrap .mida{
  text-align: center;
  font-size: 24px;font-weight: bold;
  background: #E3E64A;
  line-height: 65px;
  width: 400px;
  margin: 0 auto 20px auto;
  border-radius: 65px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.tokuten{
  width: 400px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}

.tokuten .tit{
  background: url(../images/funclub_tokuten_tit.svg) top no-repeat;
  width:46px;
  height: 240px;
  top:-26px;
  position: absolute;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
}

.tokuten .img{
  background: url(../images/funclub_tokuten.png) no-repeat;
  width: 354px;
  background-size: contain;
  height: 224px;
  margin-left: 55px;
  margin-bottom: 15px;
}
.tokuten p{
  font-weight: bold;
  font-size: 14px;
  width: 325px;
  line-height: 1.2em;
  position: relative;
  margin: 0 auto 15px auto;
  padding-left: 35px;
}
.tokuten p span{font-size: 14px;display: block;}
.tokuten .i{
  font-size: 30px;;left: 0;
  color: #FFB27C;
  top: 3px;
  position: absolute;
display: block;}


.tokuten ul{
  font-size: 14px;
  width: 340px;
  margin: 0 auto 30px auto;
}
.tokuten ul{text-indent: -1em;padding-left: 1em;}
.info{
  width: 360px;
  margin: 0 auto;
}

.info .tit{
  border-left: 10px solid #01176D;
  background: #FFF;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  text-indent: 10px;
}

.info table{
  border-collapse:collapse; /* セルの境界を結合 */
  width: 100%;
}

.info th{
  font-size: 14px;
  font-weight: bold;
  color: #01176D;
  width: 80px;
  background: #FFB27C;
  vertical-align: middle;
}
.info th,
.info td{
  border-bottom: 1px solid #01176D;
  font-size: 14px;
  padding: 10px;
}
.info td {
  text-align: left;
  background: rgba(255,255,255,0.16);
  padding: 10px 20px;
  width: 200px;
}
.info td span{font-weight: bold;}

p.copy{
  background:  linear-gradient(to right,#00C8BB,#003880);
  padding: 10px 0;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2em;
  margin-top: 20px;
  color: #FFF;
}

.red{
  color: #E8390E;
}