@charset "utf-8";
/* CSS Document */
p{
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-size: 20px;
	margin: 0;
}

.spHide {
	display: none;
}

img{
    width: 100%;
}

#cb_campaign{
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1.5px;
    min-width: 100%;
    margin: 0 auto;
}


#cb_campaign header{
    width: 100%;
    background:#000000 url(../image/bk-top-sp.png) no-repeat;
    background-position: center bottom;
    height: 100%;
    position: relative;
    background-size: cover;
}

#cb_campaign header:before{
    width: 100%;
    margin: 0 auto;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    background:url(../image/bk-top-pc-before.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

#cb_campaign header .headerinner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

#cb_campaign header .headerinner img{
    width: 100%;
}

#cb_campaign header .headerinner h1{
    width: 90%;
    display: block;
    margin:  0 auto;
}

#cb_campaign header .headerinner h2{
     width: 90%;
    display: block;
    margin:  30px auto 0;
}

.SideTitle{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.SideTitle h3{
    margin-top: 30px;
}



#cb_campaign main{
    display: block;
    width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
    padding: 0 15px;
}

#cb_campaign main h4{
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}

#cb_campaign main h4 span{
    font-size: 13px;
}


.conditions{
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.conditions h5 {
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
}
.conditions h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
    font-size: 18px;
    
}
.conditions h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.conditions .conditionsList{
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    margin: 15px 0 0 0;
}

.conditions .conditionsList li{
    font-size: 15px;
    color: #FFFFFF;
    background-color: #3e3a39;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
}

.conditions  .conditionsList li:last-child{
    margin-right: 0;
}


/*支払い例*/
.ExampleWrap{
    margin: 80px auto 0;
}

.Example01{
    overflow: hidden;
}

.ExampleWrap h6 {
  position: relative;
    overflow: hidden;
  text-align: left;
    margin: 0 0 15px 0;
}
.ExampleWrap h6 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  background-color: #fff;
  text-align: left;
    font-size: 14px;
    
}
.ExampleWrap h6::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}


.ExampleContents{
    width: 100%;
    margin: 0 auto;
}

.Example01 .ExampleContents .BoxWrap{
    overflow: hidden;
}

.Example01 .ExampleContents .BoxWrap .BoxLeft{
    width:100%;
}

.Example01 .ExampleContents .BoxWrap .BoxRight{
    width: 100%;
    text-align: left;
    margin-top: 60px;
}

.Example01 .ExampleContents .BoxWrap .BoxRight h7{
    font-size: 30px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.Example01 .ExampleContents .BoxWrap .BoxRight h7 span{
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.Example01 .ExampleContents .BoxWrap .BoxRight .conditionsList{
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    margin: 15px auto;
}

.Example01 .ExampleContents .BoxWrap .BoxRight .conditionsList li{
    font-size: 10px;
    color: #FFFFFF;
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    background-color: #3e3a39;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    font-weight: normal;
}

.Example01 .ExampleContents .BoxWrap .BoxRight .conditionsList li:last-child{
    margin-right: 0;
}


.Example01 .ExampleContents .PriceWrap{
    width: 100%;
    margin: 0 auto 80px;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.Example01 .ExampleContents .PriceWrap ul{
    overflow: hidden;
    margin-bottom: 20px;
}

.Example01 .ExampleContents .PriceWrap ul li{
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 5px;
    font-size: 13px;
}

.Example01 .ExampleContents .PriceWrap ul li span{
    float: right;
}


/*2種類目*/


.Example02 .ExampleContents .BoxWrap{
    overflow: hidden;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft{
    width: 100%;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft .conditionsList{
    box-sizing: border-box;
    font-size: 0;
    margin: 15px auto;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft .conditionsList li{
    font-size: 10px;
    color: #FFFFFF;
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    background-color: #3e3a39;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    font-weight: normal;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft .conditionsList li:last-child{
    margin-right: 0;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft h7{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft h7 span{
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.Example02 .ExampleContents .BoxWrap .BoxRight{
    text-align: left;
    width: 100%;
}


.Example02 .ExampleContents .PriceWrap{
    width: 100%;
    margin: 0 auto 50px;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.Example02 .ExampleContents .PriceWrap

.Example02 .ExampleContents .PriceWrap ul{
    overflow: hidden;
    margin-bottom: 20px;
}

.Example02 .ExampleContents .PriceWrap ul li{
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 5px;
    font-size: 13px;
}

.Example02 .ExampleContents .PriceWrap ul li span{
    float: right;
}

.PriceWrap > div{
    clear: both;
    text-align: left;
    margin: 20px 0 0 0 ;
}

.PriceWrap > div p{
    font-size: 16px;
}

.PriceWrap > div p span{
    font-size: 20px;
    font-weight: bold;
}

.PriceWrap > div i{
    font-style: normal;
    font-size: 12px;
}

.ExampleWrap .Cun{
    margin: 30px auto;
}

.ExampleWrap .Cun b{
    font-size: 15px;
}

.ExampleWrap .Cun p{
    font-size: 13px;
}

.ExampleWrap02 .Example02:last-child .PriceWrap{
    margin-bottom: 0;
}

/*すえおき*/

.CreditWrap{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.CreditWrap h8{
    width: 100%;
    margin: 0 auto 20px;
    line-height: 1.5em;;
    padding: 20px 10px;
    display: block;
    box-sizing: border-box;
    background:url(../image/bar-glay.png);
    background-repeat: repeat-y;
    background-size: 100%;
    font-size: 12px;
    text-align: left;
}

.CreditWrap h8 b{
    font-size: 20px;
}

.CreditWrap .SueokiImg{
    width: 100%;
    margin: 20px auto 30px;
}

.CreditWrap .Cun{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.CreditWrap .Cun p{
    font-size: 13px;
}




