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


html{
	scroll-behavior: smooth;
	margin-bottom: 0px;
}
body{
	text-align:center;
	background-color: #ffffff;
	color:#333333;
	font-size : 1rem;/*16px*/
	line-height : 1.5rem;
	/* 日本語のfont-familyへの対応 */
	/*font-family: "Yu Gothic","Hiragino Maru Gothic Pro","Meiryo",sans-serif;*/
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
	margin: 10px 2% 0;
}
/*
p,ul{
	font-size : 1rem;
	line-height : 1.5rem;
	text-align: left;
*/	}

img {
	vertical-align : middle;
	max-width : 100%;/* フルードイメージへの対応 */
	border: 0;
	margin: 0;
	}


a {
	text-decoration : none;
	}
a{
	background-color:transparent;
	}

a:link {
	}
a:visited {
 	text-decoration : none;
	}
a:hover {
	outline-width:0;
	opacity: 70%;
	}
a:active {
	outline-width:0;
	text-decoration : none;
	}





ul {
	/*list-style : none;*/
	margin: 0;
	/*padding: 0;*/
	padding-left: 1.5rem;
	}

li{
	text-align: left;
	/*padding-left: 3rem;*/
	
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*---------------------------------------*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} 
/*上方向のmarginを0にします */

dl{
	text-align: left;
	}

h1{
	text-align: left;
	font-weight: 700;
}

h2 {
	text-align: center;
	font-weight: 600;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 6rem;
	}

h4{
	text-align: left;
	font-weight: normal;
	font-weight: 600;
}

h5{
	text-align: left;
	font-weight: normal;
}

h6{
	text-align: left;
	font-weight: normal;
}







/* =============================================================================
	=============================================================================
   リセットcss
   ==========================================================================
   =============================================================================*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

html{
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	word-break:normal;
	-moz-tab-size:1rem;
	tab-size:1rem;
	}

*,:after,:before{
	background-repeat:no-repeat;
	box-sizing:inherit;
	}

:after,	:before{
	text-decoration:inherit;
	vertical-align:inherit;
	}

*{
	box-sizing: border-box;
	padding:0;
	margin:0;
	}

hr{
	overflow:visible;
	height:0;
	color:inherit;
	}

details,main{
	display:block;
	}

summary{
	display:list-item;
	}

small{
	font-size:80%;
	}


[hidden]{
	display:none;
	}


abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
	}



code,kbd,pre,samp{
	font-family:monospace,monospace;
	}
pre{
	font-size:1rem;
	}
b,strong{
	font-weight:bolder;
	}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	}
sub{
	bottom:-.25rem;
	}
sup{
	top:-.5rem;
	}
table{
	border-color:inherit;
	text-indent:0;
	}
input{
	border-radius:0;
	}
[disabled]{
	cursor:default;
	}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
	height:auto;
	}
[type=search]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
	}
[type=search]::-webkit-search-decoration{
	-webkit-appearance:none;
	}
textarea{
	overflow:auto;
	resize:vertical;
	}
button,input,optgroup,select,textarea{
	font:inherit;
	}
optgroup{
	font-weight:700;
	}
button{
	overflow:visible;
	}
button,select{
	text-transform:none;
	}
[role=button],[type=button],[type=reset],[type=submit],button{
	cursor:pointer;color:inherit;
	}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
	border-style:none;padding:0;
	}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{
	-webkit-appearance:button;
	}
button,input,select,textarea{
	background-color:transparent;
	border-style:none;
}
a:focus,button:focus,input:focus,select:focus,textarea:focus{
	outline-width:0;
	}
select{
	-moz-appearance:none;
	-webkit-appearance:none;
	}
select::-ms-expand{
	display:none;
	}
select::-ms-value{
	color:currentColor;
	}
legend{
	border:0;color:inherit;
	display:table;white-space:normal;
	max-width:100%;
	}
::-webkit-file-upload-button{
	-webkit-appearance:button;
	color:inherit;
	font:inherit;
	}
img{
	border-style:none;
	}
progress{
	vertical-align:baseline;
	}
[aria-busy=true]{
	cursor:progress;
	}
[aria-controls]{
	cursor:pointer;
	}
[aria-disabled=true]{
	cursor:default;
	}</pre></body></html>