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

/* --------SP基準--------- */

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

/* ---------PC----------- */

@media screen and (min-width: 1024px) {
	html {
		/* font-size: 62.5%; */
		/* font-size: clamp(30px,3vw,37px); */
	}
	body {
		max-width: 940px;
		background: #ffffff;

		-webkit-text-size-adjust: 100%!important;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0;
		font-family: Helvetica, Roboto, YuGothic, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
	}
	
	.border {
		border-collapse: collapse;
		/*shade*/
		border: 1px #ccc solid;
		/*line*/
		color: #000;
		/*fontcolor*/
		margin: 15px;
		margin-bottom: 20px;
	}
	.hr {
		border: none;
		border-bottom: solid 1px;
		color: #696969;
		margin: 0px;
	}
	table {
		width: 100%;
		max-width: 800px;
	}
	.border td {
		border: 0px #000 solid;
		padding: 15px 5px 15px 5px;
	}
	/*TD line*/
	th, td {
		border-bottom: solid 16px #fff;
		/* table border */
		margin: 0px;
		padding: 0px;
		line-height: 1.618;
		background: #ffffff;
	}
	/* FONT */
	h1 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
	}
	h2 {
		font-size: 1.2rem;
		font-weight: bold;
		color: #000000;
	}
	/* main text size */
	.style_m {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		width: 600px;
	}
	
	.style_m2 {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		margin-left: 5px;
		margin-right: 15px;
	}
	
	.style_mm {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		margin-left: 5px;
		margin-right: 15px;
	}
	.style_l {
		font-size: 1.4rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_s {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_cap1 {
		font-size: 0.9rem;
		color: #000000;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 25px;
		line-height: 1.2;
		text-align: left;
		font-weight: bold;
	}
	.style_cap2 {
		font-size: 0.9rem;
		color: #566573;
		margin-top: 10px;
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 25px;
		line-height: 1.2;

	}
	a:link {
		text-decoration: underline;
		color: #000000;
	}
	a:visited {
		text-decoration: underline;
		color: #000000;
	}
	a:active {
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		text-decoration: none;
		text-decoration-color: black;
		color: #000000;
	}
	
/* text summary */ 
	details {

    border: 0px solid #aaa;
    border-radius: 0px;
	padding: 0.3em 0.5em 0;
	cursor: pointer;
	background-color: #D8D8D8;
	}
	
summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
	padding: 0.5em;
}

details[open] {
    padding: 1.5em;
	background-color: #F6F6F6;
	}

details[open] summary {
    border-bottom: 0px solid #aaa;
	margin-bottom: 0.5em;
	background-color: #F6F6F6;
}

	/* text summary end */ 
		
	
	
	img {
		max-width: 940px;
		width: 100%;
		height: auto;
	}
	.header {
		border-top: 0 solid #0117a9;
		border-bottom: 0px solid #fff;
		padding: 0em;
		margin-top: 0em;
		margin-bottom: 0em;
		border: 0px solid rgba(0, 0, 0, .1);
	}
	.footer {
		border-top: 0 solid #0117a9;
		text-align: center;
		margin-top: 0em;
		padding: 0px;
		margin: 0 auto;
	}
}
/* ---------------------- */

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

/* ---------tb----------- */

@media screen and(min-width:600px){
	html {
		/*font-size: 62.5%; */
		/* font-size: clamp(30px,3vw,37px); */
	}
	body {
		width: 95%;
		min-width: 310px;
		background: #ffffff;

		-webkit-text-size-adjust: 100%!important;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0;
		font-family: Helvetica, Roboto, YuGothic, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
	}
	.border {
		border-collapse: collapse;
		/*shade*/
		border: 1px #ccc solid;
		/*line*/
		color: #000;
		/*fontcolor*/
		margin: 15px;
		margin-bottom: 20px;
	}
	.hr {
		border: none;
		border-bottom: solid 1px;
		color: #696969;
		margin: 0px;
	}
	a.border {
		color: #000000;
		text-decoration: none!important;
		border-bottom: 1px solid #000000;
	}
	table {
		width: 100%;
		max-width: 500px;
	}
	.border td {
		border: 0px #000 solid;
		padding: 15px 5px 15px 5px;
	}
	/*TD line*/
	th, td {
		border-bottom: solid 16px #fff;
		/* table border */
		margin: 0px;
		padding: 0px;
		line-height: 1.618;
		background: #ffffff;
	}
	/* FONT */
	h1 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
	}
	h2 {
		font-size: 1.2rem;
		font-weight: bold;
		color: #000000;
	}
	/* main text size */
	.style_m {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		width: 80%;
		min-width: 320px;
	}
	.style_mm {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		margin-left: 5px;
		margin-right: 15px;
	}
	.style_l {
		font-size: 1.4rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_s {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_cap1 {
		font-size: 0.9rem;
		color: #000000;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 5px;
		line-height: 1.2;
		text-align: left;
		font-weight: bold;
	}
	.style_cap2 {
		font-size: 0.9rem;
		color: #566573;
		margin-top: 10px;
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 5px;
		line-height: 1.2;

	}
	a:link {
		text-decoration: underline;
		color: #000000;
	}
	a:visited {
		text-decoration: underline;
		color: #000000;
	}
	a:active {
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		text-decoration: none;
		text-decoration-color: black;
		color: #000000;
	}
	
/* text summary */ 
details {
    border: 0px solid #aaa;
    border-radius: 0px;
	padding: 0.1em 0.1em 0;
	cursor: pointer;
	background-color: #D8D8D8;
	}
	
summary {
    font-weight: bold;
    margin: -0.1em -0.1em 0;
	padding: 0.2em;
}

details[open] {
	padding: 0.8em;
	background-color: #F6F6F6;
}

details[open] summary {
    border-bottom: 0px solid #aaa;
	margin-bottom: 0.1em;
	background-color: #F6F6F6;
}

/* text summary end */ 
	
	
	img {
		width: 100%;
		min-width: 120px;
		height: auto;
	}
	.header {
		border-top: 0 solid #0117a9;
		border-bottom: 0px solid #fff;
		padding: 0em;
		margin-top: 0em;
		margin-bottom: 0em;
		border: 0px solid rgba(0, 0, 0, .1);
	}
	.footer {
		border-top: 0 solid #0117a9;
		text-align: center;
		margin-top: 0em;
		padding: 0px;
		margin: 0 auto;
	}
}
/* ---------------------- */

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

/* ---------sm----------- */

	html {
		/*font-size: 62.5%; */
		/* font-size: clamp(30px,3vw,37px); */
	}
	body {
		width: 95%;
		min-width: 280px;
		background: #ffffff;

		-webkit-text-size-adjust: 100%!important;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0;
		font-family: Helvetica, Roboto, YuGothic, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
	}
	.border {
		border-collapse: collapse;
		/*shade*/
		border: 1px #ccc solid;
		/*line*/
		color: #000;
		/*fontcolor*/
		margin: 15px;
		margin-bottom: 20px;
	}
	.hr {
		border: none;
		border-bottom: solid 1px;
		color: #696969;
		margin: 0px;
	}
	a.border {
		color: #000000;
		text-decoration: none!important;
		border-bottom: 1px solid #000000;
	}
	
	table.index{
background-color:red;
}
	
	

	table {
	width: 100%;
	min-width: 300px;
	}
	.border td {
		border: 0px #000 solid;
		padding: 15px 5px 15px 5px;
	}
	/*TD line*/
	th, td {
		border-bottom: solid 16px #fff;
		/* table border */
		margin: 0px;
		padding: 0px;
		line-height: 1.618;
		background: #ffffff;
	}
	/* FONT */
	h1 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
	}
	h2 {
		font-size: 1.2rem;
		font-weight: bold;
		color: #000000;
	}
	/* main text size */
	.style_m {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		width: 80%;
		min-width: 320px;
	}
	.style_mm {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		margin-left: 5px;
		margin-right: 15px;
	}
	.style_l {
		font-size: 1.4rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_s {
		font-size: 1.0rem;
		color: #000000;
		line-height: 1.618;
		font-weight: bold;
	}
	.style_cap1 {
		font-size: 0.9rem;
		color: #000000;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 5px;
		line-height: 1.2;
		text-align: left;
		font-weight: bold;
	}
	.style_cap2 {
		font-size: 0.9rem;
		color: #566573;
		margin-top: 10px;
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 5px;
		line-height: 1.2;
	}
	a:link {
		text-decoration: underline;
		color: #000000;
	}
	a:visited {
		text-decoration: underline;
		color: #000000;
	}
	a:active {
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		text-decoration: none;
		text-decoration-color: black;
		color: #000000;
}

/* text summary */ 
details {
    border: 0px solid #cccccc;
    border-radius: 0px;
	padding: 0.1em 0.1em 0;
	cursor: pointer;
	background-color: #F6F6F6;

	}
	
summary {
    font-weight: bold;
    margin: -0.1em -0.1em 0;
	padding: 0.8em;
}

details[open] {
	padding: 0.8em;
	background-color: #ffffff;
}

details[open] summary {
    border-bottom: 0px solid #ccc;
	margin-bottom: 0.1em;
	background-color: #cccccc;
}

/* text summary end */ 

	img {
		width: 100%;
		min-width: 120px;
		height: auto;
	}
	.header {
		border-top: 0 solid #0117a9;
		border-bottom: 0px solid #fff;
		padding: 0em;
		margin-top: 0em;
		margin-bottom: 0em;
		border: 0px solid rgba(0, 0, 0, .1);
	}
	.footer {
		border-top: 0 solid #0117a9;
		text-align: center;
		margin-top: 0em;
		padding: 0px;
		margin: 0 auto;
	}


.box {
border: #fff 1px solid; /*境界線の指定*/
	padding:35px;
	background-color:#F5F3F2;
}
.box p {
margin:0;
padding:0;
}

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

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

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

</pre></body></html>