@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.strategy {
	position: relative;
	overflow: hidden;
}

/*============================================================================================
↓ページアンカー =================================================================================
============================================================================================*/
.page-anchor span {
	line-height: 1.3em;
}

/*============================================================================================
↓戦略 =======================================================================================
============================================================================================*/
.strategy h3 {
	text-align: center;
	font-size: 1.6em;
	color: #d61826;
	margin-bottom: 1em;
}
.strategy h3 .number {
	width: 30%;
	max-width: 150px;
	margin: 1em;
}
.strategy table {
	border-top: dotted 1px #ccc;
}
.strategy tr {
	border-bottom: dotted 1px #ccc;
}
.strategy th {
	padding: 1em;
	background-color: #f8f8f8;
	text-align: center;
	width: 33%;
}
.strategy td {
	padding: 1em;
	border-bottom: none;
}
.strategy table ul {
	padding-left: 1em;
}
.strategy table ul li {
	list-style: disc;
	line-height: 2em;
}
.strategy table ul li:last-child {
	margin-bottom: 0em;
}

/*============================================================================================
↓注釈 =======================================================================================
============================================================================================*/
.annotation {
	margin: 2em 0em;
	padding: 2em;
	font-size: 0.8em;
	line-height: 1.8em;
	background-color: #fdf5f6;
}
