@charset "utf-8";
/*
Theme Name: sanshinhoso202110
Theme URL: sansin-hoso.co.jp
Description: トップページとお知らせのみ
Author: lobo workstation
Version: 1.5
*/

/* Section Separator---------------------------------------------------------

　汎用404ページ（PCでの高さのみ調整）

----------------------------------------------------------------------------*/
.nf404{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
@media (min-width:450px){
	.nf404{
		height: calc( 100vh - 350px );
	}
}
*/
.nf404 .inner{
	width: fit-content;
	padding: 50px 0;
}
.nf404 .title{
	font-size: 40px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #999;
	line-height: 1.2;
}
.nf404 .title-jp{
	font-weight: 600;
	margin: 0 0 1em;
	font-size: 16px;
}
.nf404 .txt{
	font-size: clamp(12px, 3.2vw, 15px);
	line-height: 1.6;
}
.btn_nf404{
	margin: 20px 0 0;
}
.btn_nf404 a{
	font-feature-settings: "palt" 1;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	display: block;
	width: fit-content;
	border:1px solid #999;
	padding: 0.75em 1.6em;
	border-radius: 999px;
	text-decoration: none;
	color: #333;
}
.btn_nf404 a:hover{
	background: #999;
	color: #FFF;
}