<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蟆ｱ閨ｷ邇��謗ｨ遘ｻ縲∝ｰｱ閨ｷ騾ｲ霍ｯ迥ｶ豕� */


@media screen and (min-width: 768px) {
	#Contents h3 {
		margin-bottom: 30px;
	}
	#Contents table {
		margin: 0 auto;
	}
	#Contents table th {
		width: 24%;
		vertical-align: middle;
	}
	#Contents table td dl {
		margin-top: 0.5em;
	}
	#Contents table td dl:first-child {
		margin-top: 0;
	}
	#Contents table td dd {
		padding-left: 1.5em;
	}
}

#Contents table td dt {
	font-weight: bold;
}

#Contents h5{
  font-size: 120%;
  font-weight: bold;
  color: #005eaf;
}

#Contents .discList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 20px;
}

#Contents .discList li{
  width: 16%;
  margin-bottom: 5px;
  padding-right: 2%;
  text-indent: -1em;
  padding-left: 2%;
  
}

#Contents .discList li:before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #005eaf;
  border-radius: 4px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

#Contents .sct-border{
  border-bottom: solid 1px #cccccc;
  padding-bottom: 15px;
}


@media only screen and (max-width: 767px) {
  #Contents .discList li{
    width: 44%;
    padding-left: 5%;
  }
  #Contents .discList li:nth-child(even){
    padding-right: 0;
  }
}


.graph{
  margin-right: 320px !important;
}

@media only screen and (max-width: 767px) {
.graph{
  margin-right: 0px !important;
}
}</pre></body></html>