@charset "EUC-JP";

main *,
main *::before,
main *::after {
	box-sizing: border-box;
}
main {
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", sans-serif;
}

.section {
	margin: 0 10px 20px;
}

@media screen and (min-width:769px) {
	.topicpath {
		margin: 20px auto;
	}
	.topicpathWrap {
		margin-bottom: 30px;
	}
	.topicpathWrap .topicpath {
		margin: 0 auto;
	}

	#contents {
		font-size: 14px;
		font-family: "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Helvetica, Osaka, sans-serif;
	}

	.section {
		margin: 0 0 50px;
	}
}


/* Heading
-------------------------------*/
.titleMedium {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.titleSmall {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.titleBorderB {
	position: relative;
	margin: 10px 0;
	padding: 8px 0;
	border-bottom: solid 2px #d5d5d5;
}
.titleBorderB::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 16%;
	border-bottom: solid 2px #e5111a;
	content: "";
}
.titleBorderL {
	margin: 30px 0 20px;
	padding: 0 0 0 6px;
	border-left: solid 2px #e5111a;
}
.titleBorderB + .titleBorderL {
	margin-top: 20px;
}

@media screen and (min-width:769px) {
	.titleMedium {
		font-size: 20px;
	}
	.titleSmall {
		font-size: 16px;
	}
	.titleBorderB {
		margin: 40px 0 20px;
		padding: 10px 0 18px;
	}
	.titleBorderB:after {
		width: 6.521%;
	}
	.titleBorderL {
		margin: 50px 0 25px;
	}
	.titleBorderB + .titleBorderL {
		margin-top: 30px;
	}
	.section > .titleBorderB:first-child {
		margin-top: 30px;
	}
}


/* button¡¢Link
-------------------------------*/
main a {
	color: #4a90e2;
}

@media screen and (min-width:769px) {
	main a:hover,
	main a:hover * {
		text-decoration: underline;
	}
}


/* ÍøÍÑµ¬Ìó
-------------------------------*/
.orderList {
	counter-reset: orderList;
}
.orderList > li {
	position: relative;
	margin-top: 16px;
	padding-left: 2em;
	counter-increment: orderList;
}
.orderList > li::before {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 2em;
	text-align: center;
	content: counter(orderList) ".";
}

.parenthesisList {
	counter-reset: parenthesisList;
}
.parenthesisList > li {
	position: relative;
	margin-top: 16px;
	padding-left: 2.5em;
	counter-increment: parenthesisList;
}
.parenthesisList > li::before {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 2.5em;
	text-align: center;
	content: "(" counter(parenthesisList) ")";
}