@charset "UTF-8";

header{
	width: 100%;
	height: 90px;
	height: 72px;
	background: rgba(255,255,255,1.0);
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;/*20211027*/
}
@media print, screen and (min-width: 1001px) {
header{
	height: 96px;
	background: rgba(255,255,255,0.8);/*20211027*/
	position: fixed;
}
}
.header_bg{
	width:100%;
	height: 90px;
	height: 72px;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.fixedBox3{
	display: none;
}
.fixedBox3_sp_on{
/*	display: none;*/
	display: block;
	/*opacity: 0;*/
}

.fixedBox4{
	display: none;
}
.fixedBox4_sp_on{
/*	display: none;*/
	display: block;
	/*opacity: 0;*/
}





/***

2025-0415
修正

***/
.top_important2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5px;
	position: relative;
	
	font-family:"Noto Serif JP W3", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 160%;
	color: #222;
	text-align: center;
	letter-spacing: 0.01em;
	font-feature-settings: "palt";
	font-weight: 700;
	
}
.top_important{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 17px 15px 8px;
	position: relative;
	
	font-family:"Noto Serif JP W3", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 160%;
	color: #222;
	text-align: center;
	letter-spacing: 0.01em;
	font-feature-settings: "palt";
	font-weight: 400;
	
	border: 3px solid rgba(200,0,3,1.00);
	border-collapse: collapse;
	box-sizing: border-box;
}
.top_important a{
	font-size: 16px;
	line-height: 160%;
	color: rgba(200,0,3,1.00);
	text-align: center;
	letter-spacing: 0.01em;
	font-feature-settings: "palt";
	font-weight: 700;
	text-decoration: none;
}
.top_important a span{
/*	margin: 6px 0 0;*/
	padding: 0;
	font-size: 21px;
	line-height: 250%;
	text-decoration: underline;
}

@media print, screen and (max-width: 800px) {
.top_important2{
	font-size: 3.7vw;
}
.top_important{
	font-size: 3.2vw;
}
.top_important a{
	font-size: 3.5vw;
}
.top_important a span{
	font-size: 4vw;
}
}
	