<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==

　style

=============================================================================== */
h3.tit3{
    margin-bottom: 20px !important;
    padding: 15px 0 !important;
    border-top: 2px dashed #ee7300 !important;
    border-bottom: 2px dashed #ee7300 !important;
}
.bgBlock{
	background:#fef7f2;
	padding:10px;
	border-radius:10px;	
	background-color: #fbf4f2;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fbf0ec, #fbf0ec 7.5px,
	 transparent 0, transparent 15px);	
	
}
.bgBlock .inner{
	padding:40px 30px 0;
	border:1px solid #fff;
	border-radius: 10px;
}
.bgBlock .inner h2{
	text-align:center;
  border-bottom: 0 !important;
}
.bgBlock .inner h3{
	margin-bottom:10px !important;
	padding-bottom:10px;
	color:#ee7300;
	border-bottom:1px dashed #ee7300;
}

.bgBlock .inner h3 span {
	display:block;
	font-size:12px;
	color:#ee7300;		
}
.bgBlock .inner .txt {margin-bottom:10px;}
.bgBlock .inner .img {text-align:center;}
</pre></body></html>