/***************************

  css reset
  
***************************/
html, body, div, span, strong, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address, img, pre,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, p, div, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover{
	text-decoration:underline;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

/***************************

  font
  
***************************/
.point:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0aa";
}

.bx-wrapper .bx-prev:before {
           display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	content: "\f191";
  font-size: 24px;
}

.bx-wrapper .bx-next:before{
        display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
        content:"\f152";
  font-size: 24px;
}

.icon-point:before{
font-size:45px;
content:"\f148";
}



/***************************

  slider
  
***************************/
.slider {
	overflow: hidden;
}
.pointBnr .slide {
	line-height: 18px;
}
.pointBnr a{
    width:100%;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	text-decoration: none;
	color: #333333;
}
.pointBnr .bx-wrapper {
	position: static;
	display: inline-block;
}
.bx-viewport{
    overflow:hidden;
    z-index:99;
}

.pointBnr .slide a {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}
.bx-wrapper .bx-controls-direction a{
  width:24px;
  height:24px;
}
.bx-controls-direction .bx-prev{
    left:0;
}
.bx-wrapper .bx-next{
    right:0;
}
.bx-has-controls-direction{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bx-controls-direction{
    position: relative;
    height: 100%;
}
.slide a{
  display:block;
}
/***************************

  color size setting
  
***************************/
.toolTitle {
       	font-family: 'Oswald';
	font-size: 16px;
	overflow: hidden;
position:absolute;
left:10px;
top:10px;
}
.toolTitle p {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    font-size:16px;
}
.toolTitle p span{
    margin-right:5px;
}

/***************************

  point campaign
  
***************************/

.pointBnr {
	display: inline-block;
	position: relative;
	padding: 5px 30px;
}
.pointBnr .slide{
    width: 435px;
}
.pointBnr .slide img {
    width:auto;
    max-height:60px;
}

.bx-controls-direction{
position: relative;
}

@media screen and (max-width:480px){
.bx-viewport{
height:100px !important;
}
.pointBnr .slide{
    width: 200px;
height:auto;
}

}
