.h2Title2{
  background-image: url(/img/fanclub/2020/bg_header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #0085ce;
  color: #fff;
  font-size: 20px;
}
.h2Title2 .title{
  font-size: 18px;
  display: inline-block;
  margin: 15px 20px;
  position: relative;
}

.h2Title2 .recomend{
  font-size: 14px;
  background: #FF0000;
  border-radius: 16px;
  padding: 5px 12px;
}

.how_to_btn .apply_btn li{
  background: #ccc;
  text-align: center;
  float: left;
  border-radius: 40px;
  list-style: none;
  margin-right: 20px;
  width: 45%;
}
.how_to_btn.notyet .apply_btn {
   padding: 0;
    margin: auto;
    width: 400px;
}
.how_to_btn.notyet .apply_btn li.continuedRegist{
  background: #555555;
  text-align: center;
  /* float: left; */
  border-radius: 40px;
  list-style: none;
  /* margin-right: 20px; */
  width: 400px;
  margin: auto;
  color: #fff;
  padding: 25px 20px;
  line-height: 32px;
  font-size: 17px;
}

.how_to_btn.notyet .apply_btn li.memberDetail{
  background: #555555;
  text-align: center;
  /* float: left; */
  border-radius: 40px;
  list-style: none;
  /* margin-right: 20px; */
  width: 400px;
  margin: auto;
  color: #fff;
  padding: 25px 20px;
  line-height: 32px;
  font-size: 17px;
}

.how_to_btn .apply_btn li a{
  font-weight: bold;
  font-size: 21px;
}

.how_to_btn .apply_btn li.newRegist{ background: #d4c57f;position: relative; }
.how_to_btn .apply_btn li.newRegist a{ color: #001135;padding: 25px 20px;line-height: 72px;left: 15px;}
.how_to_btn .apply_btn li.newRegist a:before{
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: -20px;
  font-size: 20px;
  line-height: 1;
  top: 29px;
}
.how_to_btn .apply_btn li.newRegist a:before{
  background-image: url(/img/fanclub/2020/how_to/icon_btn01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.how_to_btn .apply_btn li.continuedRegist{ background: #001135;position: relative; }
.how_to_btn .apply_btn li.continuedRegist a{ color: #d4c57f;padding: 25px 20px;line-height: 72px;}
.how_to_btn .apply_btn li.continuedRegist a:before{
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: -20px;
  font-size: 20px;
  line-height: 1;
}
.how_to_btn .apply_btn li.continuedRegist a:before{
  background-image: url(/img/fanclub/2020/how_to/icon_btn02.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 29px;
}
.how_to_btn .apply_btn li.memberDetail{ background: #001135;position: relative; }
.how_to_btn .apply_btn li.memberDetail a{ color: #fff;padding: 25px 20px;line-height: 72px;}

@media screen and (max-width: 501px) {
  .how_to_btn .apply_btn li.continuedRegist a:before{
    top: 23px;
  }
  .how_to_btn .apply_btn li.newRegist a:before{
    top: 23px;
  }
  .how_to_btn.notyet .apply_btn {
     padding: 0;
      margin: auto;
      width: 100%;
  }
  .how_to_btn.notyet .apply_btn li.continuedRegist{
    background: #555555;
    text-align: center;
    /* float: left; */
    border-radius: 40px;
    list-style: none;
    /* margin-right: 20px; */
    width: 100%;
    height: auto;
    margin: auto;
    color: #fff;
    padding: 25px 20px;
    line-height: 0px;
    font-size: 17px;
  }
}

table.stdTbl{
  width: 100%;
}
table.stdTbl th{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #ededed;
  color: #001135;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 15px 20px;
}
table.stdTbl th p{
  background-color: #001135;
  border-radius: 5px;
  margin: 0 20px 10px;
  font-size: 10px;
}
table.stdTbl td{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: left;
  padding: 15px 20px;
  font-size:14px;
  color: #001135;
}

table.lawTbl{
  width: 100%;
}
table.lawTbl th{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #ededed;
  color: #001135;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 15px 20px;
  width: 22%;
}
table.lawTbl th p{
  background-color: #001135;
  border-radius: 5px;
  margin: 0 20px 10px;
  font-size: 10px;
}
table.lawTbl td{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: left;
  padding: 15px 20px;
  font-size:14px;
  color: #001135;
  line-height: 30px;
}
p.p_how_to{
  font-size: 15px;
  font-weight: bold;
}

img.img_how_to{
  max-width: 95%;
  margin: 0 0 20px 15px;
}

img.img_how_to_btn{
  width: 220px;
  margin: 20px 0;
}

p.titleAgreement{
  color: #0085CE;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0px;
}
p.articleAgreement{
  color: #001135;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0px;
}
p.txtAgreement{
  color: #001135;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 24px;
}

.agreementNoticeWrap{
  border : 1px solid #001135;
  padding-bottom: 40px;
  text-align: center;
  width: 70%;
  margin: 90px auto 50px;
}

.agreementNoticeWrap p.txt1{
  color : #001135;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.agreementNoticeWrap p.txt2{
  color : #001135;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
#titleImg h1.jpn{
  font-size: 24px;
  font-weight: bold;
}

#campaignContent .anchorLink .container .row > div{
  margin: 10px;
  width: calc( 100% / 3 - 20px )
}
#campaignContent .anchorLink a{
  background: #001135;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 501px) {
.read{
  line-height: 1.5;
}
.how_to_btn .apply_btn li{
  width: 100%;
  height: auto;
  display: block;
  padding:10px;
  margin-bottom: 10px;
}
.how_to_btn .apply_btn li a{
  top: inherit !important;
  left: inherit !important;
  position: inherit !important;
  font-size: 15px;

}
.how_to_btn .apply_btn li.newRegist a,
.how_to_btn .apply_btn li.continuedRegist a,
.how_to_btn .apply_btn li.memberDetail a{
  line-height: 10px;
}
table.stdTbl th{
  font-size: 12px;
  padding: 0 5px;
  width: 25%;
}
table.stdTbl td{
  font-size: 12px;
}
table.lawTbl th{
  font-size: 10px;
  padding: 0 5px;
  width: 35%;
}
table.lawTbl td{
  font-size: 10px;
  line-height: 16px;
}
.agreementNoticeWrap{
  border : 1px solid #001135;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  margin: 50px auto 50px;
}

.agreementNoticeWrap p.txt1{
  color : #001135;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.agreementNoticeWrap p.txt2{
  color : #001135;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

#titleImg h1.jpn{
  font-size: 24px;
  font-weight: bold;
}
#campaignContent .anchorLink .container .row > div{
    margin: 10px;
    width: calc( 100% / 1 - 20px )
  }
#campaignContent .anchorLink a{
  background: #001135;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
}
}
