@charset "utf-8";
/*------------------------------------------------------------
	handicap
------------------------------------------------------------*/
#main {
	padding: 195px 0 214px;
}
#main .handicap .content {
	max-width: 860px;
}
#main .headLine04 {
	color: #0D62AC;
	margin-bottom: 33px;
}
#main .headLine04 span {
	min-width: 0;
	border-color: #0D62AC;
}
#main .handicap .textBox {
	position: relative;
	margin: 0 auto 31px;
	max-width: 736px;
}
#main .handicap .notes01 {
	position: relative;
	padding: 3px 0 8px;
	font-size: 1.2rem;
	border-left: 1px solid #0D62AC;
	border-right: 1px solid #0D62AC;
	text-align: center;
	line-height: 1.583;
}
#main .handicap .textBox::before {
	position: absolute;
	width: 7px;
	height: 1px;
	left: 0;
	background-color: #0D62AC;
	content: "";
}
#main .handicap .textBox::after {
	position: absolute;
	width: 7px;
	height: 1px;
	top: 0;
	right: 0;
	background-color: #0D62AC;
	content: "";
}
#main .handicap .notes01::before {
	position: absolute;
	width: 7px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #0D62AC;
	content: "";
}
#main .handicap .notes01::after {
	position: absolute;
	width: 7px;
	height: 1px;
	bottom: 0;
	right: 0;
	background-color: #0D62AC;
	content: "";
}
#main .comTable .textList {
	margin: -3px -10px 0px 0px;
}
#main .comTable .textList li {
	padding-left: 12px;
	position: relative;
}
#main .comTable .textList li::before {
	position: absolute;
	width: 3px;
	height: 3px;
	left: 1px;
	top: 12px;
	border-radius: 50%;
	background-color: #0D62AC;
	content: "";
}
#main .comTable .blue {
	color: #0081cc;
	text-decoration: underline;
}
#main .comTable .op:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .comTable .blue:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding: 126px 0 126px;
	}
	#main .handicap .content {
		margin: 0 19px;
	}
	#main .handicap .headLine04 {
		font-size: 2.2rem;
	}
	#main .handicap .notes01 {
		margin: -4px 0 56px;
		padding: 0 20px 0 26px;
		font-size: 1.3rem;
		width: auto;
		text-align: left;
		line-height: 1.692;
	}
	#main .handicap .textBox::before {
		left: 0;
	}
	#main .handicap .textBox::after {
		right: 0;
	}
	#main .comTable .notes02 {
		padding-left: 13px;
		text-indent: -13px;
	}
	#main .comTable .textList {
		margin: 3px 5px 3px 0;
	}
	#main .comTable .textList li {
		padding-left: 11px;
	}
	#main .comTable .textList li:not(:last-child) {
		margin-bottom: 7px;
	}
	#main .comTable .textList li::before {
		top: 9px;
	}
}