/*--------------------------------------
CONTENTS
--------------------------------------*/
html{
  box-sizing: border-box;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#tcpoint_202510 {
  max-width:705px;
  margin:0 auto 50px;
  line-height:1.8em;
  box-sizing: border-box;
}
a img:hover{
  opacity: 0.7;
}
.mainvisual img{
  width: 100%;
  height: auto;
}

/*----------------------------------
期間
----------------------------------*/
.campDate {
  background: #0d2057;
  color: #ffffff;
  font-size: 20px;
  display: block;
  line-height: 44px;
  text-align: center;
}

/*----------------------------------
見出し
----------------------------------*/
h2{
  background-color: #183ca6;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  margin: 40px 0 20px;
  position: relative;
  color: #FFFFFF;
}
h2:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.5em;
  width: 4px;
  height: calc(100% - 1em);
  background-color: #fcfcfc;
}
  
/*----------------------------------
エントリーボタン
----------------------------------*/
.tcpoint_202510-entry{
  margin: 40px 0;
  text-align: center;
}
.entry_join_bt{
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px !important;
}
.entry_join_bt .entry_bt{
  background-color: #FED400;
  box-shadow: 0 3px 0 #B6952F;
  line-height: 1.3;
}
.entry_join_bt li{
  width: 52%;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  top: 0;
}
.entry_join_bt a{
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
  font-size: 24px;
  font-weight: bold;
  padding: 13px 13px 8px;
}
.entry_join_bt .btn_caution{
  font-size: 10px;
  font-weight: normal;
  text-shadow: none;
}
.entry_bt::before, .join_bt::before{
  content: "";
  position: absolute;
  top: 25px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.campCaution{
  font-weight: normal !important;
  font-size: 11px;
  margin-top: 2px;
}

/*----------------------------------
キャンペーン概要
----------------------------------*/
.campList01{
  margin-bottom: 30px;
}
.campList01 li{
  text-indent: 0!important;
  margin-left: 0 !important;
}
.campList01 li p{
  text-indent: 0!important;
  margin-left: 1em;
}
.campList01 li:before{
  display: none!important;
}
.camp_descr h3{
  font-size: 15px;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #183ca6;
  color: #000000;
}
  
/*----------------------------------
メディアクエリ
----------------------------------*/
  @media screen and (max-width: 768px) {
   .stepWrap {
    padding: 0;
    margin-bottom: 50px;
  }
  
 /*----------------------------------
 メインビジュアル
 ----------------------------------*/
  .mainvisual,.mainvisual img{
    width: 100%;
  }
  
 /*----------------------------------
 コンテンツ
 ----------------------------------*/
  .campDate {
    font-size: 14px;
    line-height: 32px;
  }
  .title02{
    width: auto;
  }

 /*----------------------------------
 エントリーボタン
 ----------------------------------*/
  .entry_join_bt li {
    width: 80%;
  }
  .tx_ac {
    font-size: 12px;
    font-weight: bold;
  }
  }
  