html{line-height:1.15;-webkit-text-size-adjust:100%}
body{background: #ffffe0;margin:0;font-family: 'Nunito', sans-serif}
header{background-color: #004080}
a{background-color:transparent}
[hidden]{display:none}
html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}
*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}
a{color:inherit;text-decoration:inherit}
svg,video{display:block;vertical-align:middle}
video{max-width:100%;height:auto}
.relative{background-color: #eeeeee}
.contents{background-color: #eeeeee}
.bg-gray-100{background-color: #eeeeee}
.text-color-blue{color: #1E90FF}
.mx-auto{margin-left:auto;margin-right:auto}
.ma-2{margin:.5rem}
.ma-4{margin:1rem}
.ma-8{margin:2rem}
.ma-16{margin:4rem}
.mt-1{margin-top:.1rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-8{margin-top:2rem}
.mt-16{margin-top:4rem}
.ml-2{margin-left:.5rem}
.ml-4{margin-left:1rem}
.ml-8{margin-left:2rem}
.ml-10{margin-left:2.5rem}
.ml-12{margin-left:3rem}
.ml-14{margin-left:3.5rem}
.ml-16{margin-left:4rem}
.ml-32{margin-left:8rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.mb-16{margin-bottom:4rem}
.mr-8{margin-right:2rem}
.mr-16{margin-right:4rem}
.mr-32{margin-right:8rem}
.min-h{min-height:100vh}
.py-1{padding-top:1rem;padding-bottom:1rem}
.px-2{padding-left:2rem;padding-right:2rem}
.px-8{padding-left:8rem;padding-right:8rem}
.p-10{padding-top:10rem;padding-bottom:10rem;padding-left:10rem;padding-right:10rem}
.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}
.border-b{border-bottom-width:1px}
.max-w-6xl{max-width:72rem}

@media (min-width:640px){
	.sm\:ma-2{margin:.5rem}
	.sm\:ma-4{margin:1rem}
	.sm\:ma-8{margin:2rem}
	.sm\:ma-16{margin:4rem}
	.sm\:mt-2{margin-top:.5rem}
    .sm\:mt-4{margin-top:1rem}
    .sm\:mt-8{margin-top:2rem}
    .sm\:mt-16{margin-top:4rem}
	.sm\:ml-2{margin-left:.5rem}
	.sm\:ml-4{margin-left:1rem}
	.sm\:ml-8{margin-left:2rem}
	.sm\:ml-16{margin-left:4rem}
	.sm\:ml-32{margin-left:8rem}
	.sm\:mb-2{margin-bottom:.5rem}
	.sm\:mb-4{margin-bottom:1rem}
	.sm\:mb-8{margin-bottom:2rem}
	.sm\:mb-16{margin-bottom:4rem}
	.sm\:mr-2{margin-right:.5rem}
	.sm\:mr-4{margin-right:1rem}
	.sm\:mr-8{margin-right:2rem}
	.sm\:mr-16{margin-right:4rem}
	.sm\:mr-32{margin-right:8rem}
	.sm\:px-8{padding-left:2rem;padding-right:2rem}
    .sm\:px-16{padding-left:4rem;padding-right:4rem}
}

ul {list-style-type: disc;}
div.text-ll{font-size:8rem}

/* ---- 一覧表示テーブル ---- */
table.ilist {
	width: 100%;
	border-spacing: 0;
	font-size:14px;
  }
  table.ilist th {
	color: #000;
	padding: 8px 15px;
	background: #eee;
	background:-moz-linear-gradient(#eee, #ddd 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
	font-weight: bold;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border:1px solid #aaa;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  }
  table.ilist th:first-child {
	border-left:1px solid #aaa;
	border-radius: 5px 0 0 0;	
  }
  table.ilist th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
  }
  table.ilist tr {
	background: #fff;
	padding: 8px 15px;
	text-align: center;
	border:1px solid #aaa;
  }
  table.ilist td {
	padding: 8px 15px;
	text-align: left;
	border:1px solid #aaa;
  }
  table.ilist tr td:first-child {
	border-left: 1px solid #aaa;
  }
  table.ilist tr td:last-child {
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
  }
  table.ilist tr:nth-child(2n+1) {
	background: hsl(0, 0%, 96%);
  }
  table.ilist tr:last-child td {
	border-bottom:1px solid #aaa;
  }
  table.ilist tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
	border-right: none;
  }
  table.ilist tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	border-left: none;
  }
  table.ilist tr:hover {
	background: #eee;
	cursor:pointer;
  }
  table.ilink td a{
	display:block;
	width:100%;
	height:100%;
  }
  
span.span {
    color: #fff;
    background: #fb3b6f;
    display: inline-block;
    padding: 2px 5px;
    font-size: .8rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 16px;
    top: 19px;
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?atgghn');
	src:  url('fonts/icomoon.eot?atgghn#iefix') format('embedded-opentype'),
		  url('fonts/icomoon.ttf?atgghn') format('truetype'),
		  url('fonts/icomoon.woff?atgghn') format('woff'),
		  url('fonts/icomoon.svg?atgghn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color:red;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-blocked:before {
	content: "\ea0e";
  }