@charset "UTF-8";

/*------------------------------------------------------------
   	▲404ページ
------------------------------------------------------------*/
.error_detail{
    margin-bottom: 120px;
}
.error_detail .txt_box {
	margin-bottom: 50px;
}
.error_detail .txt_box p {
    margin-bottom: 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
}
#page_not-found .txt_box .page_ttl_01 {
	text-align: left;
}
@media screen and (min-width: 768px) {
    .error_detail{
        margin-bottom: 240px;
    }
	.error_detail .txt_box {
		text-align: center;
	}
	.error_detail .txt_box p {
		font-size: 1.6rem;
	}
	#page_not-found .txt_box .page_ttl_01 {
		text-align: center;
	}
}
/*------------------------------------------------------------
   	▲404ページEND
------------------------------------------------------------*/