@charset "utf-8";
/* CSS Document */

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
.pt{display: block;}
.pc{display: none;}
.ps{display: none;}
.tb{display: block;}
.ts{display: block;}
.sp{display: none;}


footer .inbox .inner {
text-align: center;
}

footer .inbox p {
margin-bottom: 20px;
float: none;
text-align: center;
}

footer .inbox .btn_green {
float: none;
}

footer .inbox2 .inner {
text-align: center;
}

footer .inbox2 ul {
float: none;
display: inline-block;
}

footer .inbox2 p {
float: none;
}

/*------------------------------　TOP　--------------------*/	
#voice .slick-arrow {
width: 60px;
height: 60px;
}	
	
}