/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2023 | 12:11:48 */
@charset "UTF-8";
/**
 * 404（ページが見つかりません）
 * ルール
 * ・セレクタの最初に body.error404 を付ける
 */

body.error404 .heading_type_01{
	margin-bottom: 80px;
}

body.error404 .icon-exclamation-circle{
	display: none;
}

body.error404 .wp-block-button .wp-block-button__link{
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 40px auto 100px;
	padding: 10px 0;
	background-color: #fff;
	border: #c8c8c8 1px solid;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

body.error404 .wp-block-button .wp-block-button__link::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 8px;
	height: 8px;
	border-top: #969696 1px solid;
	border-left: #969696 1px solid;
}


/*--------------------------------------------------
**************************************************
  スマホ用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {

	body.error404 .error-404 p:not(.err_msg){
		font-size: 15px;
	}

	body.error404 .wp-block-button .wp-block-button__link{
		width: 80%;
	}
}
