@charset "utf-8";
/* CSS Document */
p{
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-size: 20px;
	margin: 0;
}

.pcHide {
	display: none;
}

.to_page_top{
	font-size: 14px;
}

#cb_campaign{
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1.5px;
    min-width: 980px;
    margin: 0 auto;
}


#cb_campaign header{
    width: 100%;
    background:#000000 url(../image/bk-top-pc.jpg) no-repeat;
    background-position: center top;
    height: 400px;
    position: relative;
}

#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: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    height: 340px;
}

#cb_campaign header .headerinner img{
    width: 100%;
}

#cb_campaign header .headerinner h1{
    width: 480px;
    display: inline-block;
}

#cb_campaign header .headerinner h2{
    width: 470px;
     display: inline-block;
}

.SideTitle{
    width: 490px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: 120px;
}

.SideTitle h3{
    margin-top: 30px;
}



#cb_campaign main{
    display: block;
    width: 980px;
    margin: 30px auto 0;
}

#cb_campaign main h4{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}

#cb_campaign main h4 span{
    font-size: 13px;
}


.conditions{
    width: 980px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 18px;
    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: 20px;
    
}
.conditions h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.conditions .conditionsList{
    width: 980px;
    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 30px;
    border-radius: 10px;
    margin-right: 23px;
    font-weight: normal;
}

.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: 18px;
    
}
.ExampleWrap h6::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}


.ExampleContents{
    width: 980px;
    margin: 0 auto;
}

.Example01 .ExampleContents .BoxWrap{
    overflow: hidden;
}

.Example01 .ExampleContents .BoxWrap .BoxLeft{
    float: left;
    width: 580px;
}

.Example01 .ExampleContents .BoxWrap .BoxRight{
    float: right;
    width: 400px;
    text-align: left;
    margin-top: 60px;
}

.Example01 .ExampleContents .BoxWrap .BoxRight h7{
    font-size: 30px;
    font-weight: bold;
    display: block;
    width: 300px;
    margin: 0 auto;
}

.Example01 .ExampleContents .BoxWrap .BoxRight h7 span{
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.Example01 .ExampleContents .BoxWrap .BoxRight .conditionsList{
    width: 400px;
    box-sizing: border-box;
    font-size: 0;
    margin: 15px 0 0 0;
}

.Example01 .ExampleContents .BoxWrap .BoxRight .conditionsList li{
    font-size: 15px;
    color: #FFFFFF;
    width: 300px;
    margin: 0 auto 15px;
    background-color: #3e3a39;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    font-weight: normal;
}


.Example01 .ExampleContents .PriceWrap{
    width: 980px;
    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:nth-child(1){
    float: left;
    width: 440px;
}

.Example01 .ExampleContents .PriceWrap ul:nth-child(2){
    float: right;
    width: 440px;
}

.Example01 .ExampleContents .PriceWrap ul li{
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 5px;
}

.Example01 .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;
    text-align: right;
}

.PriceWrap > div p span{
    font-size: 20px;
    font-weight: bold;
}

.PriceWrap > div i{
    font-style: normal;
    font-size: 12px;
    text-align: left;
}





/*2種類目*/


.Example02 .ExampleContents .BoxWrap{
    overflow: hidden;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft{
    float: left;
    width: 490px;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft .conditionsList{
    box-sizing: border-box;
    font-size: 0;
    margin: 15px 0 0 0;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft .conditionsList li{
    font-size: 15px;
    display: inline-block;
    color: #FFFFFF;
    width: 150px;
    margin: 0 10px 0 0;
    background-color: #3e3a39;
    text-align: center;
    padding: 10px 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: 20px;
    font-weight: bold;
    display: block;
    width: 490px;
    margin: 0 auto;
}

.Example02 .ExampleContents .BoxWrap .BoxLeft h7 span{
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.Example02 .ExampleContents .BoxWrap .BoxRight{
    float: right;
    width: 490px;
    text-align: left;
}



.Example02 .ExampleContents .PriceWrap{
    width: 490px;
    margin: 0 auto 80px;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.Example02 .ExampleContents .PriceWrap ul{
    overflow: hidden;
    margin-bottom: 20px;
}

.Example02 .ExampleContents .PriceWrap ul li{
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 5px;
}

.Example02 .ExampleContents .PriceWrap ul li span{
    float: right;
}

.Example02 .PriceWrap > div{
    clear: both;
    text-align: right;
    margin: 20px 0 0 0 ;
}

.Example02 .PriceWrap > div p{
    font-size: 16px;
}

.Example02 .PriceWrap > div p span{
    font-size: 20px;
    font-weight: bold;
}

.Example02 .PriceWrap > div i{
    font-style: normal;
    font-size: 12px;
    line-height: 1.8em !important;
    display: block;
}

.ExampleWrap .Cun{
    margin: 30px auto;
}

.ExampleWrap .Cun b{
    font-size: 15px;
}

.ExampleWrap .Cun p{
    font-size: 13px;
}


/*すえおき*/

.CreditWrap{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

.CreditWrap h8{
    width: 980px;
    margin: 0 auto 20px;
    height: 50px;
    line-height: 15px;
    padding: 20px 0 20px 10px;
    display: block;
    box-sizing: border-box;
    background:url(../image/bar-glay.png);
    background-repeat: repeat-y;
    background-size: 100%;
    font-size: 15px;
    text-align: left;
}

.CreditWrap h8 b{
    font-size: 25px;
}

.CreditWrap .SueokiImg{
    width: 800px;
    margin: 20px auto 30px;
}

.CreditWrap .Cun{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
.CreditWrap .Cun p{
    font-size: 13px;
}









