@charset "UTF-8";

*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000;
	background-color: #fff;
}

.wrapper {
	width: 700px;
	margin: 10px auto;
}

.content {
	margin-bottom: 30px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5;
}
.content .subhead {
	color: #006600;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap:5px;
	margin-bottom: 5px;
}
.content .subhead::before {
	content: "◆";
	font-size: 20px;
}

.intro .photo {
	float: right;
	width: 200px;

}
.intro .photo img {
	margin-bottom: 25px;
}
.intro h1 {
	margin-bottom: 25px;
}
.intro h1 img {
	margin-left: -2px;
}
.intro div {
	width: 462px;
	margin-bottom: 20px;
}

.entry {
	margin-left:1em;
	margin-bottom: 1em;

}
.entry a {
	font-size: 14px;
	font-weight: bold;
	color: #4E2386;
}
.entry a:hover {
	color: #ff9900;
}

.ki h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.ki ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.ki ul li {
	margin-bottom: 0.5em;
}
.ki strong {
	text-decoration: underline;
}
.ki .kitei {
	margin-left: 1em;
}

.nittei {

}
.nittei table {
	margin-bottom: 1em;
}
.nittei th
.nittei td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.nittei th {
	white-space: nowrap;
}
.nittei a {
	color: #1E3DF6;
}
.nittei a:hover {
	color: #ff9900;
}
.nittei .note {
	font-weight: bold;
}

.teams .subhead span {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
.teams .hanrei {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 5px;
}
.teams table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.teams th,
.teams td {
	border:1px solid #ccc;
	padding: 4px 2px 4px 22px;
	text-align: left;
}
.teams .title span {
	font-weight: normal;
}
.teams .c1 {
	background: #cfc;
}
.teams .c2 {
	background: #cf9;
}
.teams .c3 {
	background: #ccc;
}
.teams .icon1 {
	background: url(../images/icon1.gif) no-repeat 5px center;	
}
.teams .icon2 {
	background: url(../images/icon2.gif) no-repeat 5px center;	
}
.teams .icon3 {
	background: url(../images/icon3.gif) no-repeat 5px center;	
}

footer {
	display: flex;
	justify-content: center;
}