@charset "UTF-8";

/*================================================
 *  404用
 ================================================*/

/*******ボタン*******/
.button a {
	background: url(../images/button_left.png) center left no-repeat;
	display: block;
    padding: 15px 0 0;
    width: 290px;
	height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
	margin: 60px auto 0;
}





/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

/*******ボタン*******/
.button a {
	background: url(../images/button_left_sp.png) center right no-repeat;
	background-size: 100% 100%;
	width: 80%;
	height: auto;
	font-size: 4.5vw;
	padding: 1.1em 0;
	margin: 10vw auto 0;
}





	
}