<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
}
a {
  text-decoration: none;/*ãƒ†ã‚­ã‚¹ãƒˆã®è£…é£¾ã‚’æŒ‡å®šã™ã‚‹ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£*/
  color: inherit;/*è¦ªè¦ç´&nbsp;ã®ç¶™æ‰¿ã€æ–‡å­—ã®é’è‰²è¨­å®šã‚’è§£é™¤*/
}
ul {
  list-style: none;/*ç®‡æ¡æ›¸ãã®ç‚¹ã‚’æ¶ˆã™*/
}

p {
  color: inherit;/*é’ããªã‚‹ã®ã‚’è§£é™¤*/
}

.container {
  display: block;
  width: 750px;
  height: 100%;
  margin:0 auto
}

h2 {
  vertical-align: baseline;
  line-height: 1.4em;
  padding: 0.25em 0.5em;/*ä¸Šä¸‹ å·¦å³ã®ä½™ç™½*/
  color: #494949;/*æ–‡å­—è‰²*/
  background: gray;
  /*background: transparent;/*èƒŒæ™¯é€æ˜Žã«*/
  border-left: solid 5px red;/*å·¦ç·š*/
}



.performance {
  display: inline-block;
  width:100%;
  color: black;
  margin: -10px 15px 0 0;
  font-family: "HGPè¡Œæ›¸ä½“";
  font-size: 32px;
  text-align: center;
  padding: 30px 0 10px 0;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 25px;
}
.unit-content {
  position: relative;
  width: 48%;
  /*text-align: center;*/
  padding: 2px 2px;
}
.font {
	position: absolute;
	top: 0;
	left: 17px;
	color: white;
	font-size: 24px;
	font-family: "Hiragino Kaku Gothic ProN";
}


h4 {
  font-size: 24px;
  margin: 0;
  padding-top: 5px;
}
h5 {
  font-size: 16px;
  margin: 0;
}
.detail {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN";
  margin: 0;
}
</pre></body></html>